﻿﻿
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
html {
  word-break: break-all;
  word-wrap: break-word;
  word-wrap: normal\9;
  _zoom: 1;
  overflow-y: scroll;
}
body {
  font-size: 62.5%;
  font-family: "Microsoft Yahei", "Hiragino Sans GB", sans-serif;
  color: #222;
}
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
img {
  vertical-align: top;
}
p {
  margin: 0;
}
a {
  color: #222;
  cursor: pointer;
  text-decoration: none;
}
a:hover {
  color: #f71;
  text-decoration: underline;
}
textarea {
  white-space: pre-wrap;
  word-wrap: break-word;
}
:-ms-input-placeholder {
  color: #ccc;
}
#site-header {
  position: relative;
  z-index: 2;
}
body {
  background: url("../images/bg.jpg") repeat 0 0;
}
#site-nav {
  height: 33px;
  line-height: 33px;
  font-size: 1.2em;
}
.site-nav-container {
  height: 33px;
  width: 1000px;
  margin: 0 auto;
}
.site-nav--left {
  float: left;
}
.site-nav--right {
  float: right;
}
.site-nav--txt,
.site-nav--linker,
.site-nav--divider {
  float: left;
  color: #19507c;
}
.site-nav--divider {
  margin-left: 12px;
  margin-right: 12px;
}
.menu {
  position: relative;
  padding-right: 14px;
  cursor: pointer;
  z-index: 2;
}
.menu-arrow {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -3px;
  display: inline-block;
  width: 0;
  height: 0;
  border: 5px solid;
  font-size: 0;
  line-height: 0;
  border-color: transparent;
  _border-color: red;
  _filter: chroma(color=red);
  border-top-color: #19507c;
}
.menu-content {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
}
.menu-content.site-panel__is-opened {
  display: block;
}
.menu-content.site-panel__is-hidden {
  display: none;
}
.menu:hover .menu-content {
  display: block;
}
.menu-content .wrap {
  padding: 8px 0;
  border: 1px solid #aed2ee;
  background-color: #fff;
}
.menu-content-arrow {
  position: absolute;
  left: 50%;
  top: -11px;
  display: inline-block;
  width: 0;
  height: 0;
  border: 6px solid;
  font-size: 0;
  line-height: 0;
  border-color: transparent;
  _border-color: red;
  _filter: chroma(color=red);
  border-bottom-color: #aed2ee;
  margin-left: -6px;
}
.menu-content-arrow .arrow-fillin {
  position: absolute;
  left: -5px;
  top: -4px;
  display: inline-block;
  width: 0;
  height: 0;
  border: 5px solid;
  font-size: 0;
  line-height: 0;
  border-color: transparent;
  _border-color: red;
  _filter: chroma(color=red);
  border-bottom-color: #fff;
}
.menu-item:hover {
  margin-left: -1px;
  margin-right: -1px;
}
.menu-block-linker {
  display: block;
  width: 100%;
  height: 26px;
  line-height: 26px;
  text-align: center;
  color: #19507c;
}
.menu-block-linker:hover {
  background-color: #0b87e9;
  color: #fff;
  text-decoration: none;
}
#site-logo-search {
  background-color: #0567b4;
}
.site-logo-search-container {
  position: relative;
  height: 150px;
  width: 1200px;
  margin: 0 auto;
  background-color: #0567b4;
}
.site-logo {
  position: absolute;
  left: 0;
  top: 0;
  width: 1200px;
  height: 150px;
  
  margin-top: 0px;
}
.site-logo-linker {
  display: block;
  height: 69px;
}
.site-search {
  position: absolute;
  right: 4px;
  top: 50%;
  margin-top: -18.5px;
}
.site-search-container {
  position: relative;
  height: 37px;
  padding-right: 44px;
}
.site-search-input-container {
  position: relative;
  height: 37px;
  overflow: hidden;
}
.site-search-input {
  width: 180px;
  padding-left: 8px;
  height: 37px;
  background-color: #054f8a;
  -webkit-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
  font-size: 1.2em;
  -webkit-transform: translateX(44px);
  -moz-transform: translateX(44px);
  -o-transform: translateX(44px);
  -ms-transform: translateX(44px);
  transform: translateX(44px);
  -webkit-transition: -webkit-transform 0.2s linear;
  -moz-transition: -moz-transform 0.2s linear;
  -o-transition: -o-transform 0.2s linear;
  -ms-transition: -ms-transform 0.2s linear;
  transition: transform 0.2s linear;
}
.site-search-input__is-focus {
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  -o-transform: translateX(0px);
  -ms-transform: translateX(0px);
  transform: translateX(0px);
}
.search-input-field {
  width: 100%;
  padding: 0;
  margin: 0;
  border: 0;
  background: none;
  color: #fff;
  height: 37px;
  line-height: 37px;
}
.search-input-field:active,
.search-input-field:focus {
  outline: none;
}
.site-search-submit {
  position: absolute;
  top: 0;
  right: 0;
  width: 44px;
  height: 37px;
  cursor: pointer;
  background-color: #054f8a;
  -webkit-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
.search-submit-btn {
  display: block;
  padding-top: 9px;
  color: #fff;
  text-align: center;
  font-size: 1.8em;
}
#primary-nav {
  background-color: #014c82;
  border-bottom: 1px solid #c5d1da;
}
.primary-nav-container {
  position: relative;
  width: 1200px;
  margin: 0 auto;
  height: 49px;
  zoom: 1;
  background-color: #014c82;
}
.primary-nav--list {
  zoom: 1;
}
.primary-nav--item {
  float: left;
  height: 49px;
}
.primary-nav--content {
  padding-right: 12px;
}
.primary-nav--item:last-child {
  margin-right: 0;
}
.primary-nav--item__is-active .primary-nav--linker,
.primary-nav--item__is-hover .primary-nav--linker,
.primary-nav--item:hover .primary-nav--linker {
  color: #fff;
  background-color: #006ca9;
}
.primary-nav--linker {
  display: block;
  width: 180px;
  height: 49px;
  line-height: 49px;
  text-align: center;
  color: #fff;
  font-weight: 700;
  font-size: 1.8em;
}
.primary-nav--linker:hover {
  text-decoration: none;
}
.primary-nav--panel {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  background-color: #fff;
  z-index: 9;
  -webkit-transform-origin: 50% 0;
  -moz-transform-origin: 50% 0;
  -o-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  transform-origin: 50% 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
.primary-nav--panel.site-panel__is-opened {
  display: block;
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.primary-nav--panel.site-panel__is-hidden {
  display: block;
  opacity: 1;
  -ms-filter: none;
  filter: none;
  z-index: 8;
  -webkit-animation: navHiddenPanel 0.2s ease-out forwards;
  -moz-animation: navHiddenPanel 0.2s ease-out forwards;
  -o-animation: navHiddenPanel 0.2s ease-out forwards;
  -ms-animation: navHiddenPanel 0.2s ease-out forwards;
  animation: navHiddenPanel 0.2s ease-out forwards;
  pointer-events: none;
  display: none\9;
}
.nav-panel-content {
  padding: 0 22px;
  border: 2px solid #9fb2c0;
  overflow: hidden;
}
.panel-item {
  float: left;
}
.panel-item-hd-title {
  padding-left: 20px;
  color: #e64200;
  font-weight: 700;
  background: url("../images/panel-dot.png") 5px 50% no-repeat;
  line-height: 2;
  font-size: 1.4em;
}
.panel-divider {
  width: 1px;
  height: 340px;
  padding-top: 0;
  padding-bottom: 0;
  margin-left: 20px;
  margin-right: 20px;
  background: url("../images/panel-divider.png") 0 50% no-repeat;
}
.openinfo-img-item {
  float: left;
  width: 188px;
  margin-left: 8px;
  margin-right: 8px;
  text-align: center;
  font-size: 1.4em;
}
.openinfo-img-item:hover {
  text-decoration: none;
}
.openinfo-img-item img {
  width: 188px;
  height: 120px;
}
.openinfo-img-item span {
  display: block;
  color: #222;
  line-height: 2;
}
.panel-pi-left {
  width: 410px;
  padding-top: 24px;
}
.panel-pi-right {
  width: 500px;
  padding-top: 24px;
}
.panel-nn-left {
  width: 455px;
  padding-top: 24px;
}
.panel-nn-left .panel-news-item {
  margin-top: 0;
}
.panel-nn-left .news-item {
  margin-top: 7px;
}
.panel-nn-left .news-item__has-image {
  height: 122px;
  margin-bottom: 0;
  margin-top: 9px;
  overflow: hidden;
}
.panel-nn-left .news-item__has-image .news-item-desc {
  height: 120px;
  overflow: hidden;
}
.panel-nn-left .news-item__has-image .news-item-desc a {
  display: block;
  line-height: 20px;
}
.panel-nn-right {
  width: 455px;
  padding-top: 24px;
}
.panel-ss-left {
  width: 500px;
  padding-top: 24px;
}
.panel-ss-right {
  width: 410px;
  padding-top: 24px;
}
.panel-ol-left {
  width: 434px;
  padding-top: 24px;
  margin-left: 8px;
}
.panel-ol-right {
  width: 468px;
  padding-top: 24px;
}
.panel-ol-content p {
  text-indent: 2em;
  line-height: 2;
  font-size: 1.4em;
  color: #636262;
}
.ol-iwant {
  float: right;
  width: 114px;
  height: 34px;
  margin-top: 45px;
  line-height: 34px;
  font-size: 1.4em;
  font-weight: 700;
  text-align: center;
  background-color: #0b87e9;
  color: #fff;
}
.ol-iwant:hover {
  text-decoration: none;
  color: #fff;
  background-color: #299efa;
}
.panel-intserv-left {
  width: 434px;
  padding-top: 24px;
  margin-left: 8px;
}
.panel-intserv-right {
  width: 468px;
  padding-top: 24px;
}
.panel-intserv-content p {
  text-indent: 2em;
  line-height: 2;
  font-size: 1.4em;
  color: #636262;
}
.panel-clogo-list {
  margin-top: 20px;
}
.panel-clogo-item {
  float: left;
}
.panel-clogo-item .plogo-linker {
  display: block;
  width: 140px;
  height: 55px;
  line-height: 55px;
}
.panel-clogo-mid {
  margin-left: 20px;
  margin-right: 20px;
}
.panel-zsq-left {
  width: 275px;
  padding-top: 24px;
  margin-left: 24px;
}
.panel-zsq-left dl {
  font-size: 1.4em;
  margin: 0;
}
.panel-zsq-left dt {
  height: 19px;
  margin-top: 26px;
  color: #373737;
}
.panel-zsq-left dd {
  height: 19px;
  margin: 14px 0 0;
  color: #4d4c4c;
}
.panel-zsq-left dd strong {
  color: #373737;
}
.panel-zsq-right {
  width: 560px;
  margin-left: 40px;
  padding-top: 24px;
}
.panel-zsq-right .panel-item-bd {
  padding-top: 20px;
  font-size: 1.4em;
  color: #636262;
}
.panel-zsq-right .panel-item-bd p {
  margin-top: 5px;
  text-indent: 2em;
  line-height: 2.2;
}
.panel-news-item {
  margin-top: 10px;
}
.panel-ss-opertaion {
  margin-top: 30px;
  text-align: right;
}
.panel-ss-opertaion a {
  display: inline-block;
  padding-left: 30px;
  padding-right: 30px;
  margin-left: 5px;
  line-height: 34px;
  color: #fff;
  font-size: 1.4em;
  text-decoration: none;
  background-color: #0b87e9;
  color: #fff;
}
.panel-ss-opertaion a:hover {
  text-decoration: none;
  color: #fff;
  background-color: #299efa;
}
@-moz-keyframes navOpenedPanel {
  0% {
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
  60% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
}
@-webkit-keyframes navOpenedPanel {
  0% {
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
  60% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
}
@-o-keyframes navOpenedPanel {
  0% {
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
  60% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
}
@keyframes navOpenedPanel {
  0% {
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
  60% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
}
@-moz-keyframes navHiddenPanel {
  0% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  60% {
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transform: translate3d(0, 2px, 0);
    -moz-transform: translate3d(0, 2px, 0);
    -o-transform: translate3d(0, 2px, 0);
    -ms-transform: translate3d(0, 2px, 0);
    transform: translate3d(0, 2px, 0);
  }
  100% {
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transform: translate3d(0, 2px, 0);
    -moz-transform: translate3d(0, 2px, 0);
    -o-transform: translate3d(0, 2px, 0);
    -ms-transform: translate3d(0, 2px, 0);
    transform: translate3d(0, 2px, 0);
  }
}
@-webkit-keyframes navHiddenPanel {
  0% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  60% {
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transform: translate3d(0, 2px, 0);
    -moz-transform: translate3d(0, 2px, 0);
    -o-transform: translate3d(0, 2px, 0);
    -ms-transform: translate3d(0, 2px, 0);
    transform: translate3d(0, 2px, 0);
  }
  100% {
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transform: translate3d(0, 2px, 0);
    -moz-transform: translate3d(0, 2px, 0);
    -o-transform: translate3d(0, 2px, 0);
    -ms-transform: translate3d(0, 2px, 0);
    transform: translate3d(0, 2px, 0);
  }
}
@-o-keyframes navHiddenPanel {
  0% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  60% {
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transform: translate3d(0, 2px, 0);
    -moz-transform: translate3d(0, 2px, 0);
    -o-transform: translate3d(0, 2px, 0);
    -ms-transform: translate3d(0, 2px, 0);
    transform: translate3d(0, 2px, 0);
  }
  100% {
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transform: translate3d(0, 2px, 0);
    -moz-transform: translate3d(0, 2px, 0);
    -o-transform: translate3d(0, 2px, 0);
    -ms-transform: translate3d(0, 2px, 0);
    transform: translate3d(0, 2px, 0);
  }
}
@keyframes navHiddenPanel {
  0% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  60% {
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transform: translate3d(0, 2px, 0);
    -moz-transform: translate3d(0, 2px, 0);
    -o-transform: translate3d(0, 2px, 0);
    -ms-transform: translate3d(0, 2px, 0);
    transform: translate3d(0, 2px, 0);
  }
  100% {
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transform: translate3d(0, 2px, 0);
    -moz-transform: translate3d(0, 2px, 0);
    -o-transform: translate3d(0, 2px, 0);
    -ms-transform: translate3d(0, 2px, 0);
    transform: translate3d(0, 2px, 0);
  }
}
#site-content {
  position: relative;
  z-index: 1;
}
.main-content-container {
  width: 1200px;
  margin: 0 auto;
  min-height: 500px;
  padding-bottom: 40px;
  background-color: #fff;
}

.site-map--divider {
  margin-left: 3px;
  margin-right: 3px;
}
@font-face {
  font-family: 'iconfont';
  src: url("http://at.alicdn.com/t/font_1432621124_6420994.eot");
  src: url("http://at.alicdn.com/t/font_1432621124_6420994.eot?#iefix") format('embedded-opentype'), url("http://at.alicdn.com/t/font_1432621124_6420994.woff") format('woff'), url("http://at.alicdn.com/t/font_1432621124_6420994.ttf") format('truetype'), url("http://at.alicdn.com/t/font_1432621124_6420994.svg#iconfont") format('svg');
}
.ico-font {
  font-family: 'iconfont';
  -webkit-font-smoothing: antialiased;
  font-style: normal;
}
.ico-font {
  vertical-align: top;
}
.news-list-style {
  margin-right: 6px;
  display: inline-block;
  width: 4px;
  height: 4px;
  background-color: #a1a1a1;
  vertical-align: middle;
}
.news-content-linker {
  font-size: 1.4em;
}
.news-content-linker:hover {
  text-decoration: none;
}
.news-item-num {
  margin-right: 6px;
}
.news-item__has-image {
  *zoom: 1;
  overflow: hidden;
  margin-bottom: 8px;
}
.news-item-image {
  float: left;
  margin-right: 23px;
}
.news-item__has-image .news-item-title {
  margin-bottom: 8px;
}
.news-item__has-image .news-item-title .news-content-linker {
  line-height: 1.4;
  font-weight: 700;
  color: #2d2d2d;
  font-size: 1.4em;
  height: 1.4em;
  overflow: hidden;
}
.news-item-desc {
  text-indent: 2em;
  overflow: hidden;
}
.news-item-view {
  display: block;
  text-align: right;
  color: #0452bd;
  font-size: 1.2em;
}
.news-item__single-line {
  position: relative;
  padding-right: 95px;
  line-height: 1.6;
  height: 19px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  *white-space: normal;
}
.news-item-source {
  margin-left: -6px;
  font-size: 1.4em;
  color: #222;
}
.news-item-source:hover {
  color: #222;
  text-decoration: none;
  cursor: default;
}
.news-item-time {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 1.2em;
  color: #a9a9a9;
}
.news-item__has-no-time {
  padding-right: 0;
}
.chunk--hd {
  border-bottom: 1px solid #e2e2e2;
}
.chunk--bd {
  padding-top: 1px;
}
.chunk-title {
  position: relative;
  height: 38px;
}
.chunk-title--divider {
  margin-left: 8px;
  margin-right: 8px;
}
.chunk-title--txt {
  position: relative;
  padding-left: 8px;
  padding-right: 8px;
  font-size: 1.5em;
}
.chunk-title--item {
  float: left;
  color: #414141;
  line-height: 38px;
}
.chunk-title__is-tab .chunk-title--item {
  position: relative;
  top: -1px;
  border-style: solid;
  border-color: #e2e2e2;
  border-width: 1px;
  margin-right: -1px;
  background-color: #fff;
  z-index: 1;
}
.chunk-title--item__can-selectable {
  cursor: pointer;
}
.chunk-title--item:hover,
.chunk-title--item__is-active {
  text-decoration: none;
  color: #006ca0;
  font-weight:bold
}
.chunk-title--item:hover .title-hover-bottom-line,
.chunk-title--item__is-active .title-hover-bottom-line {
  display: block;
}
.title-hover-bottom-line {
  position: absolute;
  display: none;
  bottom: -1px;
  left: -1px;
  height: 2px;
  width: 100%;
  padding-left: 1px;
  padding-right: 1px;
  background-color: #0567b4;
}
.chunk-title__is-tab .title-hover-bottom-line {
  bottom: initial;
  top: -1px;
}
.chunk-title__is-tab .chunk-title--item__is-active {
  border-bottom-color: #fff;
  z-index: 2;
}
.chunk-title--more {
  position: absolute;
  right: 0;
  top: 50%;
  height: 20px;
  margin-top: -10px;
  line-height: 20px;
  font-size: 1.2em;
  color: #838181;
}
.chunk-tabcontent {
  display: none;
}
.chunk-tabcontent__is-active {
  display: block;
}
.site-sprite-ico {
  vertical-align: top;
}
.site-sprite-ico--supporter {
  display: inline-block;
  width: 32px;
  height: 32px;
  background: url("../images/sprite.png") 0 0 no-repeat;
}
#site-aside-tools {
  visibility: hidden;
  position: fixed;
  bottom: 50px;
  left: 50%;
  margin-left: 500px;
  z-index: 9;
  -webkit-transition: bottom 0.4s ease-out;
  -moz-transition: bottom 0.4s ease-out;
  -o-transition: bottom 0.4s ease-out;
  -ms-transition: bottom 0.4s ease-out;
  transition: bottom 0.4s ease-out;
}
.aside-tools-container {
  width: 32px;
}
.aside-tools-item {
  width: 100%;
  height: 32px;
  margin-bottom: 10px;
  text-align: center;
  line-height: 32px;
}
.aside-tools-item a {
  background-color: #0b87e9;
}
.aside-tools-item a:hover {
  background-color: #299efa;
}
.aside-tools-tel {
  display: block;
}
.aside-tools-gotop {
  display: block;
  color: #fff;
  font-size: 2em;
}
.aside-tools-gotop:hover {
  color: #fff;
  text-decoration: none;
}
.loadmore-bar {
  display: block;
  text-align: center;
  line-height: 32px;
  border: 1px solid #7ea5c3;
  color: #035392;
  font-size: 1.4em;
}
.loadmore-bar:hover {
  text-decoration: none;
  color: #035392;
}
.placeholder {
  position: relative;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
}
.placeholder-text {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  color: #ccc;
  z-index: 50000;
  font-size: 12px;
}
.placeholder-text em {
  display: block;
  font-style: normal;
  margin-left: 5px;
}
.page {
  overflow: hidden;
}
.pagination {
  float: left;
  width: 36px;
  height: 36px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  text-align: center;
  line-height: 36px;
  font-size: 1.2em;
}
.pagination__linker {
  background-color: #ececec;
  color: #524f4f;
}
.pagination__linker:hover,
.pagination__active {
  text-decoration: none;
  background-color: #ff6f40;
  color: #fff;
}
.inp-radio {
  margin: 0;
  vertical-align: middle;
}
.clearfix {
  zoom: 1;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.mt5 {
  margin-top: 5px;
}
.mt10 {
  margin-top: 10px;
}
.mt15 {
  margin-top: 15px;
}
.vam {
  text-align: center;
}
.vam-pic {
  max-width: 100%;
  max-height: 100%;
  margin-top: -3px;
  vertical-align: middle;
  *margin-top: 0;
}
.vam-stuff {
  display: inline-block;
  width: 1px;
}
.layout1040 #site-aside-tools {
  left: inherit;
  margin-left: 0;
  right: 0;
}
/***********************子页**********************/
/*︻▓▇▇◤子页︻▓▇▇◤ */
#container {
    position: relative;
    margin: 0px auto;
    text-align: left;
    width: 1200px;
}
#left {
	padding-left:0px;
	width:270px;
	margin-right:30px;
	overflow:hidden;
	float: left;
	display:inline;
	min-height:650px;
	border: 1px solid #D8D8D8;
	background-color: #F5F5F5;
}
#right {
	width:898px;
	overflow-x:hidden;
	float: left;
	min-height:280px;	
}
#crumb{
	margin-bottom:10px;
	height:40px;
	line-height:40px;
	font-size:14px;
	background-image: url(../images/home.jpg);
	background-repeat: no-repeat;
	background-position: 0px 50%;	
	border-bottom: 1px solid #D8D8D8;
}
#crumb *{color:#686868;}
#crumb h2{
	position: absolute;
	font-size: 15px;
	color:#fff;
	text-indent: 25px;	display:none;
}
#crumb span{/*background: url(images/hom.gif) no-repeat 5px 50%;*/
	text-indent: 25px;	
	float: left;
	margin-right: 30px;	
	font-size: 15px;	
}
#sideMenu{	
	margin-bottom:10px;
	background-color: #fff;
	    margin-top: -20px;
}
#sideMenu h3{
	height: 55px;
	line-height: 55px;
	overflow: hidden;
	font-size: 22px;
	font-weight: normal;
	color:#FFFFFF;
	text-align: center;
	letter-spacing: 2px;
	background-color: #014C82;
}

#sideMenu ul{}
#sideMenu li{height:51px;border-bottom: 1px solid #E8E8E8;}
#sideMenu a{
	height:51px;
	line-height:51px;
	display: block;
	text-align: center;
	letter-spacing: 2px;
	font-size: 18px;}
#sideMenu a:link,#sideMenu a:visited{}
#sideMenu a:hover,#currentLi a:link,#sideMenu #currentLi a:visited,#sideMenu #currentLi a:hover{
	border-left: 6px solid #044A85;
	color: #0087CB;
	text-decoration: none;
	background-color: #EEF7FF;
}
	
#op1{padding:0;}
#op1 ul li {
	height:41px;
	line-height:41px;
	overflow:hidden;
	border-bottom: 1px dashed #D8D8D8;}
#op1 ul li a {
	white-space:normal;
	float:left;
	display: block;
	font-size: 16px;
	width:80%;}
#op1 span{
	width:90px;
	margin-left:-90px;
	float:right;
	text-align:right;
	font-size: 14px;
	color: #989898;
}
#op11{}
#op11 .subNBox{	
	margin-bottom:20px;	
}
#op11 h3{
	padding-left:12px;
	clear:both;
	line-height: 40px;
	height: 40px;
	font-size: 18px;
	letter-spacing: 2px;
	font-weight: normal;	
	background-color: #f0f0f0;
}
#op11 h3 b{line-height: 40px;padding-right:10px;
	height: 40px;	
	display: inline-block;
	font-weight: normal;
}

#op11 h3 a{
	float:right;
	margin-right:10px;margin-top:0px;
	font-size: 14px;
	font-weight: normal;
	height: 18px;
}
#op11 h3 a:link,#op11 h3 a:visited{color: #999;}
#op11 h3 a:hover{color: #0E68C0;}
#op11 UL{
	padding:10px;
	width:97%;
	float: left;	
}
#op11 LI{
	height:41px;
	line-height:41px;
	overflow:hidden;
	border-bottom: 1px dashed #D8D8D8;
}
#op11 li a{
	white-space:normal;
	float:left;
	display: block;
	font-size: 16px;
	width:80%;
}
#op11 li span{width:90px;
	margin-left:-90px;
	float:right;
	text-align:right;
	font-size: 14px;
	color: #989898;}

/*分页钮*/
#pagetop{clear: both;height: 20px;clear: both;}
.pages {clear:both;	PADDING-RIGHT: 3px; PADDING-LEFT: 3px; PADDING-BOTTOM: 13px; MARGIN: 3px; PADDING-TOP:13px; TEXT-ALIGN: center;}
.pages A {BORDER: #D7D7D7 1px solid; PADDING: 2px 10px;  MARGIN: 2px; TEXT-DECORATION: none}
.pages A:hover,.pages A:active {COLOR: #666; BORDER: #999 1px solid}
.pages .current {BORDER: #62ADF1 1px solid;
	PADDING: 2px 10px;	
	FONT-WEIGHT: bold;	
	MARGIN: 2px;
	COLOR: #fff;	
	BACKGROUND-COLOR: #62ADF1;
}
.pages .disabled {
	BORDER: #D7D7D7 1px solid;
	PADDING: 2px 10px;	
	MARGIN: 2px;
	COLOR: #bbb;	
}
/*文章内容页*/
/*trs一键排版*/
.trs_key4format{font-size: 16px;zoom: 1;color: #333;}
.trs_key4format>p{text-indent: 2em;font-size: 16px;line-height: 30px;margin-bottom: 15px;color: #333;margin:5px 0;}
.trs_key4format img{text-align: center;margin-bottom: -3px;max-width: 100%;}
.trs_key4format table{margin: 0 auto;}
.trs_key4format table td{border: 1px solid #DDD;}
#content{
	font-size: 16px;
	padding: 10px 20px 10px 20px;
	line-height: 200%;		
}
#contentPic{text-align: center;}
#contentPic img{max-width:980px;margin:0 auto;margin-bottom:20px;}
#content table td{
	margin:0 auto;
	border: 1px solid #999;	
}
#content p{	font-size: 16px;margin-bottom:10px;}
#Err{
	
	height: 300px;
}
#ShowArtOne{border: 0px solid #DCDCDC;padding:10px;
	position: relative;margin-bottom:10px;
}
#ShowArtOne #title{
	font-size: 12px;
	text-align: center;
	margin:10px;
	border-bottom: 1px solid #DDDDDD;
	padding-bottom:10px;
}
#ShowArtOne #title h1{
	line-height:28px;
	font-size: 28px;
	margin-top:10px;
	padding-bottom:10px;
	margin-bottom:10px;
	font-weight: normal;
	color:#014A8F;
}
#ShowArtOne #title p{
	height:30px;font-size: 13px;
	line-height:30px;color:#999999;	
}
#ShowArtOne #title em{font-style: normal;margin-left:10px;}
#ShowArtOne hr{border-top: 1px dashed #C1C1C1;}
#backLastPageBtn{color:#3F6F9F;}
#PreNext{
	border-top: 1px dashed #CCCCCC;
	margin-top:15px;margin-bottom:15px;padding-top:5px;
	font-size: 12px;
}
#PreNext li{height:24px;
}
#fuJian{
	clear:both;
	margin:30px 0;padding-top:20px;
	border-top: 1px solid #DDDDDD;
}
#fuJian h3{
	height:30px;
	line-height:30px;
	font-size: 16px;
	color: #193080;
	font-weight: normal;
}
#fuJian a{
	line-height:24px;
	font-size: 16px;
	margin-bottom:6px;
	display: block;
	text-decoration: underline;
}
#fuJian a:link,#fuJian a:visited{color: #193080;}
#btns{padding-bottom:30px;padding-left:300px;}
#btns #btn1,#btns #btn2,#btns #btn3,#btns #btn4{
	float:left;
	width: 72px;
	height: 34px;
	display: inline-block;
	margin-right: 14px;
	text-decoration: none;
	text-indent: -2000px;
}
/*页脚*/
.footer{ width:100%; text-align:center; padding:50px 0 50px 0; background-color:#064892; text-align:center; min-width:1060px;clear:both;}
.footer p{ line-height:150%; color:#fff}
#_ideConac{line-height:40px;}

