<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html, body, div, span, iframe, h1, h2, h3, h4, h5, h6, p, a, del, dfn, em, img, small, strong, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, main, menu, nav, section, summary {
  margin: 0;
  padding: 0;
  border: 0; }

table, form {
  margin: 0 auto; }

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block; }

body {
  line-height: 1.6;
    font-size: 12px;
    font-family: å®‹ä½“,SimSun,Verdana,Arial,sans-serif;
  color: #373a3c;
  background-color: #fff;
  word-wrap: break-word;
  word-break: break-all;
  _behavior: url("/css/csshover3.htc"); }

ul {
  list-style: none;
  line-height: 2; }

ol {
  line-height: 2; }

dt {
  font-weight: bold; }

dd {
  margin-bottom: .5em;
  margin-left: 0; }

blockquote, q {
  quotes: none; }
  blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none; }

a {
  color: #333;
  text-decoration: none;
  background-color: transparent; }
  a:focus, a:hover, a:active {
    color: #ff6600;
    text-decoration: underline;
    outline: 0; }

input {
  vertical-align: middle; }

hr {
  margin: 1em auto;
  border: 0;
  border-top: 1px solid #ddd; }

h1, h2, h3, h4, h5, h6 {
  font-size: 1em; }

.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit; }

.h1, .h2, .h3 {
  margin-bottom: 0.5em; }

.h4, .h5, .h6 {
  margin-bottom: 0.5em; }

.h1 {
  font-size: 1.5em; }

.h2 {
  font-size: 1.25em; }

.h3 {
  font-size: 1em; }

.h4 {
  font-size: 1em; }

.h5 {
  font-size: 0.85em; }

.h6 {
  font-size: 0.75em; }

img {
  border: 0;
  vertical-align: middle; }

/* table */
table{
    text-align: left; 
}

table td{
}

table.fix{
    table-layout: fixed;
}

table.fix td{
    white-space:nowrap;
    overflow: hidden;
    text-overflow:ellipsis;
    -o-text-overflow:ellipsis;
}

table.grid{
    border-collapse: collapse;
    border: 1px solid #ebebeb;
    margin: 0 auto 10px auto;
}

table.grid caption, .gridtop{
    height: 40px; 
    line-height: 40px; 
    border: 1px solid #ebebeb;
    border-top: 2px solid #458fce;
    background: #fcfcfc;
    text-align: center;
    color:#666666;
    font-weight: bold;
    font-size: 14px;
    margin: auto;
}

table.grid th, .head{
    border-bottom: 1px solid #ebebeb;
    background: #f5f5f5;
    color:#666666;
    text-align: center;
    font-weight: bold;
    font-size: 12px;
    padding: 5px;
    line-height: 180%;
}

table.grid td{
    border-bottom: 1px dashed #ebebeb;
    padding: 5px;
    line-height: 180%;
}

table.hide, table.hide th, table.hide td{
    border: 0;
}
fieldset {border: 1px solid #e5e5e5;-webkit-border-radius: 4px;border-radius: 4px;padding: 24px 10px;margin: 10px 0;font-size: 12px;background: #fff;}
fieldset legend {font-size: 14px;color: #999;text-align: center;}
/* table add-ons */
.button, .btnlink, .filebutton {
  display: inline-block;
  cursor: pointer;
  text-decoration: none;
  line-height: 1.4;
  padding: 0.3em 0.6em;
  margin: 0 0.2em;
  color: #fff;
  background: #95a5a6;
  border: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px; }

.button:hover, .btnlink:hover {
  color: #fff;
  text-decoration: none;
  background: #798d8f; }

.b_b {
  display: block;
  width: 100%; }

.b_s {
  font-size: 0.85em;
  padding: 0.2em 0.4em; }

.b_l {
  font-size: 1.25em;
  padding: 0.4em 0.7em; }

.b_hot {
  background: #f0ad4e;
  color: #fff;
  border-color: transparent; }
  .b_hot:hover {
    background: #ec971f; }

.b_note {
  background: #5bc0de;
  color: #fff;
  border-color: transparent; }
  .b_note:hover {
    background: #31b0d5; }

.b_gray {
  background: #818a91;
  color: #fff;
  border-color: transparent; }
  .b_gray:hover {
    background: #687077; }

.b_success {
  background: #5cb85c;
  color: #fff;
  border-color: transparent; }
  .b_success:hover {
    background: #449d44; }

.b_error {
  background: #d9534f;
  color: #fff;
  border-color: transparent; }
  .b_error:hover {
    background: #c9302c; }

.b_primary {
  background: #0275d8;
  color: #fff;
  border-color: transparent; }
  .b_primary:hover {
    background: #025aa5; }

.buttons {
  position: relative;
  display: inline-block;
  vertical-align: middle; }
  .buttons .button {
    position: relative;
    float: left;
    margin: 0; }
    .buttons .button:not(:first-child):not(:last-child) {
      border-radius: 0; }
    .buttons .button:first-child:not(:last-child) {
      border-top-right-radius: 0;
      border-bottom-right-radius: 0; }
  .buttons &gt; .button:last-child:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }

table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1em;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
  background: transparent; }
  table caption, table .title {
    line-height: 2.5;
    font-weight: bold;
    font-size: 1.25em;
    background-color: inherit;
    color: inherit; }
  table tr {
    border-top: 1px solid #eceeef; }
  table th, table td, table .head {
    padding: 0.6em;
    line-height: 1.6;
    vertical-align: top; }
  table th, table .head {
    font-weight: bold;
    vertical-align: bottom;
    border-bottom: 2px solid #eceeef; }
  table.rh tr:hover {
    background-color: #f5f5f5; }
  table.fix {
    table-layout: fixed; }
    table.fix td {
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      -o-text-overflow: ellipsis; }
  table.stripe {
    border: 0; }
    table.stripe caption {
      border: 0;
      border-bottom: 2px solid #ddd; }
    table.stripe th {
      border: 0;
      border-bottom: 2px solid #ddd; }
    table.stripe tr {
      border: 0;
      border-bottom: 1px solid #ddd; }
  table.hide {
    border: 0; }
    table.hide caption, table.hide tr, table.hide th, table.hide td {
      border: 0; }

.odd {
  background: transparent; }

.even {
  background: #f5f5f5; }

.topic {
  background: #f5f5f5;
  text-align: left;
  font-weight: bold;
  line-height: 2; }

.foot {
  background: #f5f5f5;
  text-align: center;
  line-height: 2; }

.tdl {
  text-align: right;
  font-weight: bold; }

.form {
  border: 1px solid #ddd;
  margin-bottom: 1em;
  padding: 0.6em;
  overflow: hidden;
  background: #fff;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px; }
  .form fieldset {
    margin: 0;
    padding: 0.3em 0;
    border: 0; }
  .form legend {
    display: block;
    width: 100%;
    border-bottom: 1px solid #ddd;
    margin-bottom: 0.2em;
    text-align: center;
    color: #f0ad4e;
    font-weight: bold;
    font-size: 1.25em;
    line-height: 2; }
  .form .flabel {
    text-align: right;
    vertical-align: middle; }
  .form .frow {
    margin: 0.6em 0; }

.textarea, .text, .file {
  border: 1px solid #ddd;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: inset 1px 1px 2px #e2e2e2;
  box-shadow: inset 1px 1px 2px #e2e2e2; }

.textarea:focus, .text:focus, .file:focus {
  outline: 0;
  border: 1px solid #55595c;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 1px #d7d7d7, 0 0 8px #999;
  box-shadow: inset 0 1px 1px #d7d7d7, 0 0 8px #999; }

.textarea::-moz-placeholder, .textarea:-ms-input-placeholder, .textarea::-webkit-input-placeholder, .text::-moz-placeholder, .text:-ms-input-placeholder, .text::-webkit-input-placeholder, .file::-moz-placeholder, .file:-ms-input-placeholder, .file::-webkit-input-placeholder {
  color: #999; }


.text {
  padding: 0.3em 0.5em; }

.t_s {
  padding: 0.15em 0.3em; }

.t_l {
  padding: 0.5em 0.8em; }

.filediv {
  margin-top: 0.3em; }

.select {
  margin: 0.3em; }

.checkbox, .radio {
  cursor: pointer; }

.ultop li, .ullist li, .ulnav li, .ulnum li, .ultwo li, .ulhover li {
  line-height: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.ultop em, .ullist em, .ulnav em, .ulnum em, .ulhover em {
  float: right;
  font-style: normal;
  font-size: 0.85em;
  color: #55595c;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.ultop li {
  border-bottom: 1px dotted #eceeef; }
.ultop li.recommend-item{position:relative;height:24px;line-height:24px;overflow:hidden;width:180px;padding-left:20px;}
.ultop li.recommend-item a{color: #486e7b;}
.ultop li.recommend-item .recommend-item-index{position:absolute;top:0;left:0;text-align:center;width:15px;height:18px;line-height:24px;display:inline-block;-webkit-text-size-adjust:none;color:#FFF;font-family:Verdana;font-size:8px;white-space:nowrap;background:url(images/top_bgcolor.png) no-repeat -2px 0px;}
.ultop li.recommend-item .top3{background-position:-2px -19px;}
.ultop li.recommend-item .recommend-item-type{padding:0;color:#999;}
.ulnav {
  font-size: 1.25em; }
  .ulnav li {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
    .ulnav li i {
      font-style: normal;
      color: #f0ad4e;
      margin-right: 0.3em; }

.ultab {
  height: 30px;
  margin: 0;
  padding: 0; }
  .ultab li {
    float: left;
    list-style: none;
    margin-right: 0.2em; }
    .ultab li a {
      display: block;
      float: left;
      height: 29px;
      line-height: 29px;
      padding: 0 0.6em;
      font-weight: normal;
      background: #f5f5f5;
      color: #373a3c;
      text-decoration: none;
      border: 1px solid #ddd;
      border-bottom: none; }
      .ultab li a.selected {
        font-weight: bold;
        background: #fff;
        color: #f0ad4e;
        text-decoration: none;
        border-top: 2px solid #f0ad4e;
        position: relative;
        margin-bottom: -1px; }

.ulnum li b, .ulnum li i {
  background: #ff9900;
  color: #fff;
  display: inline-block;
  width: 1.6em;
  height: 1.6em;
  line-height: 1.6em;
  font-style: normal;
  font-weight: normal;
  font-size: 85.7%;
  text-align: center;
  margin-right: 0.5em;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }

.ulhover li b, .ulhover li i {
  background: #f0ad4e;
  color: #fff;
  display: inline-block;
  width: 1.6em;
  height: 1.6em;
  line-height: 1.6em;
  font-style: normal;
  font-weight: normal;
  font-size: 0.85em;
  text-align: center;
  margin-right: 0.5em;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px; }

.ulnum li i {
  background: #f5f5f5;
  color: #333; }

.ulhover li i {
  background: #f5f5f5;
  color: #333; }
.ulhover li.selected span {
  font-style: normal; }
.ulhover li div {
  position: relative;
  display: none; }
  .ulhover li div b, .ulhover li div i {
    position: absolute;
    left: 0;
    top: 0; }
.ulhover li.selected span {
  display: none; }
.ulhover li.selected div {
  display: block; }
.ulhover li img {
  width: 27%;
  float: left; }
.ulhover li p {
  width: 68%;
  margin-left: 5%;
  line-height: 1.8;
  float: left;
  overflow: hidden; }

.ultwo li {
  width: 49.9%;
  padding: 0;
  margin: 0;
  float: left;
  overflow: hidden; }

.ulcenter li {
  text-align: center;
  font-size: 1.0em;
  line-height:150%;
  }

.ultag li {
  float: left;
  display: inline-block;
  margin: 0.5em 1em 0.5em 0;
  border: 1px solid #ddd;
  background: #f5f5f5;
  padding: 0 0.3em;
  line-height: 1.5;
  white-space: nowrap; }
.ultag .taguse {
  border: 1px solid #5bc0de;
  background: #f5f5f5; }

.libleft {
  float: left;
  width: 70%;
  overflow: hidden; }

.libright {
  float: right;
  width: 30%;
  overflow: hidden;
  color: #0275d8;
  text-align: right; }

.full {
  width: 100%;
  _height: 0; }

.main {
  max-width: 1000px;
  clear: both;
  margin: 0 auto;
  _height: 0; }
.col1, .col2, .col3, .col4, .col5, .col6, .col7, .col8, .col9, .col10, .col11 {
  float: left;
  margin-right: 1%;
  *margin-right: 0.5%; }

.col1 {
  width: 7.41667%; }

.col2 {
  width: 15.83333%; }

.col3 {
  width: 24.25%; }

.col4 {
  width: 32.66667%; }

.col5 {
  width: 41.08333%; }

.col6 {
  width: 49.5%; }

.col7 {
  width: 57.91667%; }

.col8 {
  width: 66.33333%; }

.col9 {
  width: 74.75%; }

.col10 {
  width: 83.16667%; }

.col11 {
  width: 91.58333%; }

.col12 {
  width: 100%;
  float: none;
  margin: 0; }

@media (min-width: 641px) and (max-width: 1023px) {
  .col1 {
    width: 10.22222%; }

  .col2 {
    width: 21.44444%; }

  .col3 {
    width: 32.66667%; }

  .col4 {
    width: 43.88889%; }

  .col5 {
    width: 55.11111%; }

  .col6 {
    width: 66.33333%; }

  .col7 {
    width: 77.55556%; }

  .col8 {
    width: 88.77778%; }

  .col9, .col10, .col11, .col12 {
    width: 100%;
    float: none;
    margin: 0; } }
@media screen and (max-width: 640px) {
  .col1, .col2, .col3, .col4, .col5, .col6, .col7, .col8, .col9, .col10, .col11 {
    width: 100%;
    float: none;
    margin: 0; } }
.last {
  float: right;
  margin-right: 0; }

.top {
  line-height: 2.4;
  vertical-align: middle;
  background: #f6f6f6;
  color: #333;
  border-bottom: 1px solid #ddd; }
  .top a:hover {
    text-decoration: none; }


.m_head{
    height: 60px;
    margin-bottom: 5px;
}

.h_logo{
    float:left;
    width:180px;
}

.h_banner{
    float:left;
}

.h_link{
    float:right;
    width:90px;
    padding-top:6px;
}

.h_link ul{
    list-style: none;
    clear: both;
    text-align: left;
}

.h_link li{
    line-height: 150%;
}

.m_menu{
    margin-bottom: 10px;
    z-index: 500;
    font-family: å®‹ä½“,SimSun,Verdana,Arial,sans-serif;
}

.m_nav{
    height: 40px;
    line-height: 40px;
    list-style-type: none;
    background: #6896b1 url("images/m_menu.gif") repeat-x;
    font-weight:bold;
}
.m_nav a{
    display: block;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
    padding: 0px 15px;
    text-decoration: none;
}
.m_nav a:link, .m_nav a:visited, .m_nav a:hover{
    color: #ffffff;
}
.m_nav li{
    float: left;
    background: url("images/menu_a.gif") no-repeat 100% 0%;
}
.m_nav li a:hover{
    color: #ffffff;
    background: #5485a2;
}

.m_link{
    height: 30px;
    line-height: 30px;
    text-align: left;
    color: #dddddd;
    background: #fafafa;
    border: 1px solid #e3e3e3;
    border-top: 0;
}
.m_link a{
    text-align: center;
    font-size: 12px;
    font-family: SimSun,Verdana,Arial,sans-serif;
    line-height: 30px;
    padding: 0px 10px;
    text-decoration: none;
}
.m_link a:link, .m_link a:visited{
    color:  #486e7b;
}
.m_link a:hover{
    color: #ff6600;
    text-decoration : underline;
}

.topnav sup {
  background: #f0ad4e;
  color: #fff;
  display: inline-block;
  height: 1.2em;
  line-height: 1.2em;
  vertical-align: top;
  margin: 0.5em 0 0 0.2em;
  padding: 0 0.4em;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px; }
.topnav li {
  float: left;
  padding: 0 0.5em; }
  .topnav li.dropdown {
    padding: 0; }

.header {
  color: #fff;
  background: #333;
  padding: 1.5em 0; }

.logo {
  float: left; }
  .logo img {
    height: 60px; }

.banner {
  float: right; }

.pagetitle {
  background: #333;
  color: #fff;
  margin: 0 0 1em 0;
  line-height: 2.5;
  font-size: 1.5em;
  text-align: center; }

.pagetitle a {
  color: #fff; }

.pagetitle i {
  padding: 0 0.6em; }

.mainnav {
  float: left;
  margin: 16px 0 0 20px;
  line-height: 2;
  background: transparent;
  color: #fff; }
  .mainnav a {
    display: block;
    text-align: center;
    font-size: 1.25em;
    font-weight: bold;
    padding: 0 0.75em;
    text-decoration: none;
    color: #fff; }
  .mainnav li {
    float: left; }

.subnav {
  line-height: 2.4;
  text-align: center;
  color: #333;
  background: #fff;
  border-bottom: 1px solid #ddd; }
  .subnav a {
    text-align: center;
    color: #333;
    padding: 0 0.4em;
    text-decoration: none; }



.footer {
  color: #979797;
  border-top: 1px solid #ddd;
  text-align: center;
  padding: 2em 0;
  line-height: 2;
  clear: both; }
  .footer a {
    color: #ccc; }





.block, .blockc, .blockb {
    border: 1px solid #b4c2cb;
    margin-bottom: 5px;
    padding:1px;}



.blocktitle {
  height: 1.625em;
  line-height: 1.625em;
  font-size: 1.25em;
  font-weight: bold;
  text-indent: 0.6em;
  margin-bottom: 1px;
  padding: 0 0 1px 0;
  
  color: #cc3300; 
  background-image: url(images/title.gif);
  }
  .blocktitle li {
    text-indent: 0; }
  .blocktitle ul.tabf {
    margin-top: 0.8em;
    padding: 0; }
    .blocktitle ul.tabf li {
      float: left;
      padding: 0;
      margin: 0 0.3em 0 0; }
      .blocktitle ul.tabf li a {
        display: block;
        float: left;
        height: 1.7em;
        line-height: 1.7em;
        padding: 0 0.3em;
        margin: 0;
        font-weight: normal;
        background: #f5f5f5;
        text-decoration: none;
        color: #373a3c;
        border: 1px solid #ddd;
        border-bottom: none; }
        .blocktitle ul.tabf li a.selected {
          font-weight: bold;
          background: #fff;
          color: #f0ad4e;
          border-top: 2px solid #f0ad4e; }
  .blocktitle ul.tabb {
    width: 100%;
    margin: 0;
    padding: 0; }
    .blocktitle ul.tabb li {
      float: left;
      padding: 0;
      margin: 0; }
  .blocktitle ul.tab2 li {
    width: 50%; }
  .blocktitle ul.tab3 li {
    width: 33.33%; }
  .blocktitle ul.tab4 li {
    width: 25%; }
  .blocktitle ul.tab5 li {
    width: 20%; }
  .blocktitle ul.tabb li a {
    display: block;
    height: 2.5em;
    line-height: 2.5;
    font-weight: normal;
    background: #f5f5f5;
    color: #373a3c;
    text-decoration: none;
    text-align: center; }
    .blocktitle ul.tabb li a.selected {
      font-weight: bold;
      background: #fff;
      color: #f0ad4e; }

.blockcontent {
  padding: 0.5em; 
  background: #fbfdfd;
  }
.blockcontent a{color:#486e7b;}
.blocknote {
  border-top: 1px solid #ddd;
  text-align: center;
  background: #eceeef;
  color: #373a3c;
  margin: 0.3em; }


.row .last .blocktitle {
  background-image: url(images/title.gif);
  border-bottom: 0; }

.fix, .lm {
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden; }

.cf, .row, .frow, .form {
  *zoom: 1; }
  .cf:after, .row:after, .frow:after, .form:after {
    content: ".";
    display: block;
    height: 0;
    font-size: 0;
    clear: both;
    visibility: hidden; }

.cb {
  clear: both;
  font-size: 0;
  height: 0;
  overflow: hidden; }

.db {
  display: block; }

.dn {
  display: none; }

.di {
  display: inline; }

.dib {
  display: inline-block; }

.fl {
  float: left; }

.fr {
  float: right; }

.fn {
  float: none; }

.mt {
  margin-top: 1em; }

.mts {
  margin-top: 0.5em; }

.mb {
  margin-bottom: 1em; }

.mbs {
  margin-bottom: 0.5em; }

.mtb {
  margin-top: 0.5em;
  margin-bottom: 0.5em; }

.pd {
  padding: 1em; }

.lhs {
  line-height: 1.2; }

.lhm {
  line-height: 1.6; }

.lhl {
  line-height: 2; }

.lhh {
  line-height: 2.5; }

.bd {
  border: 1px solid #ddd; }

.bt {
  border-top: 1px solid #ddd; }

.bb {
  border-bottom: 1px solid #ddd; }

.bl {
  border-left: 1px solid #ddd; }

.br {
  border-right: 1px solid #ddd; }

.bdr {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px; }

.bdc {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%; }

.tl {
  text-align: left; }

.tc {
  text-align: center; }

.tr {
  text-align: right; }

.fss {
  font-size: 0.85em; }

.fsl {
  font-size: 1.25em; }

.fwb {
  font-weight: bold; }

.nw {
  white-space: nowrap;
  overflow: hidden; }

.hot, a.hot {
  color: #f0ad4e; }

.bg_hot {
  background: #f0ad4e;
  color: #fff; }

.bd_hot {
  color: #f0ad4e;
  border: 1px solid #f0ad4e;
  background: #fff; }

.note, a.note {
  color: #1979cc; }

.bg_note {
  background: #5bc0de;
  color: #fff; }

.bd_note {
  color: #5bc0de;
  border: 1px solid #5bc0de;
  background: #fff; }

.gray, a.gray {
  color: #818a91; }

.bg_gray {
  background: #818a91;
  color: #fff; }

.bd_gray {
  color: #818a91;
  border: 1px solid #818a91;
  background: #fff; }

.success, a.success {
  color: #5cb85c; }

.bg_success {
  background: #5cb85c;
  color: #fff; }

.bd_success {
  color: #5cb85c;
  border: 1px solid #5cb85c;
  background: #fff; }

.error, a.error {
  color: #d9534f; }

.bg_error {
  background: #d9534f;
  color: #fff; }

.bd_error {
  color: #d9534f;
  border: 1px solid #d9534f;
  background: #fff; }

.primary, a.primary {
  color: #0275d8; }

.bg_primary {
  background: #0275d8;
  color: #fff; }

.bd_primary {
  color: #0275d8;
  border: 1px solid #0275d8;
  background: #fff; }

a.more, .more a {
  display: block;
  color: #55595c;
  text-align: right;
  margin-right: 0.3em;
  line-height: 2; }

a.moretop, .moretop a {
  display: block;
  height: 2.25em;
  line-height: 2.25;
  color: #55595c;
  text-align: right;
  margin: -3em 0.3em 0.5em 0; }

@font-face {
  font-family: "iconfont";
  src: url("fonts/iconfont.eot");
  /* IE9*/
  src: url("fonts/iconfont.eot?#iefix") format("embedded-opentype"), url("fonts/iconfont.woff") format("woff"), url("fonts/iconfont.ttf") format("truetype"), url("fonts/iconfont.svg#uxiconfont") format("svg");
  /* iOS 4.1- */ }
.iconfont {
  font-family: "iconfont" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  display: inline-block;
  width: 1.4em;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale; }

.c_main {
  border: 1px solid #ddd;
  border-top: 3px solid #55595c;
  margin-bottom: 0.6em;
  overflow: hidden;
  background: #fff; }

.c_nav {
  margin-bottom: 0.3em;
  line-height: 2.25em;
  font-weight: bold;
  font-size: 1.25em;
  border: 1px solid #ddd;
  padding-left: 0.6em;
  background: #fff; }

.c_title {
  width: 100%;
  text-align: center;
  font-weight: bold;
  font-size: 128.6%;
  line-height: 2.5; }

.c_head {
  line-height: 2;
  padding: 0.3em;
  border-bottom: 1px solid #ddd; }

.c_content {
  line-height: 1.6;
  padding: 1.25em; }

.c_foot {
  font-size: 1.25em;
  line-height: 1.6;
  list-style: none; }

.c_tag {
  padding: 0.5em 0; }

.c_label {
  font-weight: bold; }

.c_value {
  color: #666666;
  margin-right: 1.25em; }

.c_row {
  border-bottom: 1px dotted #e8e8e8;
  padding: 0.3em; }

.c_subject {
  font-size: 1.25em;
  font-weight: bold;
  line-height: 2; }

.c_description {
  color: #888888; }

.c_cover {
  max-width: 100%; }

.cover img, img.cover {
  max-width: 100%; }

.cover_h img, img.cover_h {
  width: 210px;
  height: 280px; }

.cover_l img, img.cover_l {
  width: 180px;
  height: 240px; }

.cover_m img, img.cover_m {
  width: 120px;
  height: 160px; }

.cover_s img, img.cover_s {
  width: 90px;
  height: 120px; }

.cover_i img, img.cover_i {
  width: 60px;
  height: 80px; }

.jieqiQuote, .jieqiCode, .jieqiNote {
  border: 1px solid #ddd;
  border-left: 5px solid #ddd;
  padding: 0.3em;
  color: #333;
  background: #f5f5f5; }

.divbox, .textbox {
  border: 1px solid #ddd;
  padding: 0.5em;
  margin-bottom: 0.6em;
  background: #fff; }

.divbg {
  padding: 0.5em;
  margin: 0.5em 0;
  background: #f5f5f5; }

.ajaxtip {
  position: absolute;
  border: 1px solid #ddd;
  background: #fff;
  color: #ff0000;
  padding: 0.2em 0.3em;
  z-index: 700; }

#dialog, .dialog {
  position: absolute;
  visibility: hidden;
  border: 1px solid #999;
  background: #fff;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  -ms-border-radius: 9px;
  border-radius: 9px;
  -webkit-box-shadow: 0 5px 15px #757575;
  box-shadow: 0 5px 15px #757575; }

.dialog_t {
  color: #999;
  font-size: 1.25em;
  font-weight: bold;
  line-height: 2.5em;
  padding-left: 1em;
  border-bottom: 1px solid #999; }
  .dialog_t a {
    text-decoration: none;
    display: inline-block;
    float: right;
    width: 14px;
    height: 14px;
    line-height: 14px;
    font-size: 14px;
    text-align: center;
    cursor: pointer;
    font-weight: bold;
    font-family: Arial, sans-serif;
    color: #999;
    background-color: #f5f5f5;
    border: 2px solid #ddd;
    margin: 10px; }
    .dialog_t a:hover {
      color: #fff;
      background-color: #f0ad4e; }

.dialog_c {
  padding: 0.8em 0.6em 0.4em 0.6em; }
  .dialog_c .form {
    border: 0; }
    .dialog_c .form legend {
      display: none; }

#mask, .mask {
  position: absolute;
  top: 0;
  left: 0;
  background: #818a91;
  filter: alpha(opacity=30);
  opacity: 0.3; }

.pages {
  padding: 0.5em 0;
  overflow: auto; }
  .pages a.pagemore {
    display: block;
    float: none;
    border: 1px solid #ddd;
    background: #eceeef;
    font-size: 1.25em;
    text-align: center;
    line-height: 2; }

.pagelink {
  border: 1px solid #ddd;
  float: right;
  background: #fff;
  line-height: 2em;
  padding: 0; }
  .pagelink a, .pagelink strong, .pagelink em, .pagelink kbd {
    float: left;
    padding: 0 0.4em; }
  .pagelink a.first, .pagelink a.last, .pagelink a.prev, .pagelink a.next, .pagelink a.pgroup, .pagelink a.ngroup {
    float: left;
    padding: 0 0.4em; }
  .pagelink a:hover {
    background-color: #fff; }
  .pagelink strong {
    font-weight: bold;
    color: #fff;
    background: #f0ad4e; }
  .pagelink kbd {
    border-left: 1px solid #ddd; }
  .pagelink em {
    border-right: 1px solid #ddd;
    font-style: normal; }
    .pagelink em a {
      display: inline-block;
      float: none;
      background: #f5f5f5;
      border: 1px solid #ddd;
      line-height: 18px;
      padding: 0 2px;
      margin: 0 3px; }
  .pagelink input {
    border: 1px solid #ddd;
    padding: 0.12em;
    text-align: center; }

img.avatar {
  border: 0; }
img.avatars {
  width: 48px;
  height: 48px;
  padding: 3px;
  margin-right: 0.5em;
  border: 1px solid #ddd;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 3px #666666;
  box-shadow: 0 1px 3px #666666;
  cursor: pointer; }
img.avatari {
  width: 1em;
  height: 1em;
  border: 1px solid #ddd;
  margin-bottom: -0.2em;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px; }

.tablist ul {
  margin: 0;
  padding: 0; }
.tablist li {
  float: left;
  list-style: none;
  margin-right: 0.2em; }
  .tablist li a {
    display: block;
    float: left;
    height: 30px;
    line-height: 30px;
    padding: 0 0.6em;
    font-weight: normal;
    background: #f5f5f5;
    text-decoration: none;
    color: #373a3c;
    border: 1px solid #ddd;
    border-bottom: none; }
    .tablist li a.selected {
      font-weight: bold;
      background: #fff;
      color: #f0ad4e;
      text-decoration: none;
      border-top: 2px solid #f0ad4e;
      position: relative;
      margin-bottom: -1px; }

.tabcontent {
  clear: both;
  border: 1px solid #ddd;
  padding: 0.6em; }

.dropico {
  display: inline-block;
  width: 0;
  height: 0;
  font-size: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid;
  border-top-color: #666;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent; }

.d_up .dropico {
  border-top: none;
  border-bottom: 4px solid;
  border-bottom-color: #666;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent; }

.dropdown {
  display: inline-block;
  position: relative;
  padding: 0; }
  .dropdown a:hover {
    text-decoration: none; }
  .dropdown a.droplink {
    display: block;
    position: relative;
    z-index: 600;
    margin: -1px 0 0 0;
    padding: 1px 5px 0 5px; }
  .dropdown:hover a.droplink {
    padding: 0 4px 0 4px;
    border: 1px solid #ddd;
    border-bottom: none;
    background: #fff; }

.d_up:hover a.droplink {
  padding: 0 4px 0 4px;
  border: 1px solid #ddd;
  border-top: none;
  background: #fff; }

.dropdown:hover div, .dropdown:hover ul {
  display: block; }

.dropbox, .droplist {
  display: none;
  position: absolute;
  left: 0;
  z-index: 600;
  margin-top: -1px;
  font-size: 14px;
  font-weight: normal;
  min-width: 100px;
  background: #fff;
  border: 1px solid #ddd;
  -webkit-box-shadow: 0 6px 12px #d3d3d3;
  box-shadow: 0 6px 12px #d3d3d3; }

.dropbox {
  margin-top: 0; }

.d_up .droplist {
  top: auto;
  bottom: 100%;
  margin-bottom: -1px; }

.droplist li {
  float: none;
  padding: 0; }
  .droplist li a {
    display: block;
    text-align: left;
    text-indent: 1em;
    text-decoration: none;
    line-height: 2;
    color: #333; }
    .droplist li a:hover {
      background: #f5f5f5;
      text-decoration: none; }
.droplist .divider {
  height: 1px;
  font-size: 0;
  margin: 5px 0;
  overflow: hidden;
  background-color: #f5f5f5; }

.dropmenu a {
  display: block;
  background: transparent;
  color: #fff; }
.dropmenu li {
  float: left; }
  .dropmenu li:hover &gt; a {
    background: #eceeef;
    color: #333;
    border: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px; }
  .dropmenu li ul {
    display: none;
    position: absolute;
    margin-top: 0px;
    z-index: 500;
    background: #fff;
    min-width: 120px;
    border: 1px solid #ddd;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 6px 12px #d3d3d3;
    box-shadow: 0 6px 12px #d3d3d3; }
    .dropmenu li ul li {
      float: none;
      padding: 0;
      background: transparent;
      line-height: 2; }
    .dropmenu li ul a {
      display: block;
      text-align: left;
      font-weight: normal;
      color: #333;
      text-decoration: none; }
      .dropmenu li ul a:hover {
        background: #f5f5f5;
        color: #333;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        border-radius: 0; }
  .dropmenu li:hover ul {
    display: block; }

.slidetitle {
  width: 58px;
  margin: 8px 8px 0 0;
  float: right;
  display: inline; }
  .slidetitle li {
    margin-bottom: 11px; }
    .slidetitle li.last {
      margin: 0; }
    .slidetitle li a img {
      vertical-align: bottom;
      width: 56px;
      height: 70px;
      border: 1px solid #ccc;
      opacity: 0.7;
      font-size: 0; }
    .slidetitle li a.selected img {
      border: 1px solid #f60;
      opacity: 1; }

.slidecontent {
  width: 242px;
  height: 404px;
  overflow: hidden;
  margin: 8px 0 8px 8px;
  float: left;
  display: inline;
  background: #f6f6f6; }
  .slidecontent img {
    width: 240px;
    height: 300px;
    border: 1px solid #ccc; }
  .slidecontent span {
    font-size: 114.3%;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    padding: 0 0.3em; }
  .slidecontent p {
    padding: 0 0.3em; }

.blockc .bh {
  width: 46%;
  float: left;
  padding: 2%; }
.blockc .bt {
  padding: 5px;
  margin-bottom: 10px;
  background: #f0f0f0; }
.blockc .bc img {
  width: 80px;
  height: 100px;
  margin: 0 10px 10px 0;
  float: left;
  padding: 2px;
  -webkit-box-shadow: 0 0 5px #aaa;
  box-shadow: 0 0 5px #aaa; }
.blockc .bc p {
  font-size: 85.7%; }

/*# sourceMappingURL=style.css.map */

.fengtui {float:left; padding-left: 7px;padding-top: 6px;padding-bottom: 5px; }
    .fengtui h1 {font-size: 14px;color:#EC3C03}
    .fengtui h1 a{font-size: 14px;color:#EC3C03}
    .fengtui .fengtuileft {margin-right: 8px;}
    .fengtui img {float: left;BORDER: #d6d6d6 1px solid;  PADDING: 3px;margin-right:10px;}
    .fengtui h2 {font-size: 12px;font-weight: normal;}
    .fengtui h2 em {font-style: normal;color: #008000;padding-left: 5px;}
.pop, a.pop{color: #c42205;}
a.userinfo, a.logout, a.message, a.parlor, a.friend, a.group, a.space, a.bookcase, a.buylog, a.buyegold, a.cart, a.tool, a.set, a.star, a.info, a.question, a.attention, a.notice, a.flag, a.write{background:url("images/uicons.gif") no-repeat; padding-left:20px;}
a.userinfo{background-position:0px 0px;}
a.logout{background-position:0px -20px;}
a.message{background-position:0px -40px;}
a.parlor{background-position:0px -60px;}
a.friend{background-position:0px -80px;}
a.group{background-position:0px -100px;}
a.space{background-position:0px -120px;}
a.bookcase{background-position:0px -140px;}
a.buylog{background-position:0px -160px;}
a.buyegold{background-position:0px -180px;}
a.cart{background-position:0px -200px;}
a.tool{background-position:0px -220px;}
a.set{background-position:0px -240px;}
a.star{background-position:0px -260px;}
a.info{background-position:0px -280px;}
a.question{background-position:0px -300px;}
a.attention{background-position:0px -320px;}
a.notice{background-position:0px -340px;}
a.flag{background-position:0px -360px;}
a.write{background-position:0px -380px;}
.m_out_mid{text-align:center;line-height:30px;color:#cb4343; font-weight:bold; font-size:18px}
.m_out_mid a{color:#373737; font-weight:normal}
.m_out_mid_b{ border-bottom:1px dashed #dbdbdb; padding-bottom:10px;text-align:center;line-height:30px; font-size:12px;color:#767676}
.m_out_mid_b a{color:#767676; font-weight:normal}
.m_out_bottom{ height:150px; margin:0 auto; text-align:center; font-size:12px; color:#767676; font-weight:normal; line-height:20px}
.m_out_bottom strong{ font-size:18px; font-family:"å¾®è½¯é›…é»‘"; padding-top:30px; display: inline-block; line-height:18px; padding-bottom:10px;color:#000}
.m_out_bottom a{color:#b90000; font-size:12px;}

#index_tip{float: right;margin-right: 10px;color:red;}
#center_tip{text-align: center;margin: 5px 0;color:red;font-size: larger;}
</pre></body></html>