@charset "UTF-8";
/*
CSS Reset
理念：
1. reset 的目的不是清除浏览器的默认样式，这仅是部分工作。清除和重置是紧密不可分的。
2. reset 的目的不是让默认样式在所有浏览器下一致，而是减少默认样式有可能带来的问题。
3. reset 期望提供一套普适通用的基础样式。但没有银弹，推荐根据具体需求，裁剪和修改后再使用。
特色：1. 适应中文；2. 基于最新主流浏览器。
维护：玉伯<lifesinger@gmail.com>, 正淳<ragecarrier@gmail.com>
 */
/** 清除内外边距 **/
* {
  margin: 0;
  padding: 0;
  list-style: none;
  letter-spacing: 2px; }

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

/** 设置默认字体 **/
body,
button, input, select, textarea {
  font: 12px/1.5 Arial, SimSun, "Microsoft YaHei UI" \5b8b\4f53, sans-serif; }

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

address, cite, dfn, em, var {
  font-style: normal; }

/* 将斜体扶正 */
code, kbd, pre, samp {
  font-family: courier new, courier, monospace; }

/* 统一等宽字体 */
small {
  font-size: 12px; }

/* 小于 12px 的中文很难阅读，让 small 正常化 */
/** 重置列表元素 **/
ul, ol {
  list-style: none; }

/** 重置文本格式元素 **/
a {
  text-decoration: none;
  cursor: pointer; }

a:hover {
  text-decoration: none; }

/** 重置表单元素 **/
legend {
  color: #000; }

/* for ie6 */
fieldset, img {
  border: 0; }

/* img 搭车：让链接里的 img 无边框 */
button, input, select, textarea {
  font-size: 100%; }

/* 使得表单元素在 ie 下能继承字体大小 */
/* 注：optgroup 无法扶正 */
/** 重置表格元素 **/
table {
  border-collapse: collapse;
  border-spacing: 0; }

html {
  height: 100%; }

body {
  font-family: Arial, SimSun, "Microsoft YaHei UI",sans-serif;
  margin: 0;
  background: #fff;
  height: 100%; }

input {
  outline: none;
  font-family: SimSun, "Microsoft YaHei UI",sans-serif; }

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
  box-shadow: 0 0 0 60px #fff inset; }

::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #A0A0A0; }

::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #A0A0A0; }

:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #A0A0A0; }

input:focus::-webkit-input-placeholder {
  color: transparent; }

input:focus:-moz-placeholder {
  color: transparent; }

input:focus::-moz-placeholder {
  color: transparent; }

input:focus:-ms-input-placeholder {
  color: transparent; }

textarea {
  resize: none; }

.clearfix {
  zoom: 1; }

.clearfix:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0; }

.left {
  float: left; }

.right {
  float: right; }

.no_data {
  font-size: 16px;
  text-align: center;
  padding: 50px 0; }

.sticky {
  color: #f79646 !important; }

.no_data_box .search_btn_a {
  margin-top: -30px;
  margin-bottom: 30px; }
  .no_data_box .search_btn_a a {
    display: block;
    text-align: center;
    line-height: 40px;
    height: 40px;
    color: #8B8B8B;
    cursor: pointer; }
    .no_data_box .search_btn_a a:hover {
      color: #336091;
      background: #B9E3FF; }

.headline {
  font-size: 14px;
  font-weight: normal;
  text-decoration: none;
  font-style: normal;
  margin-bottom: 10px;
  color: #FD8821; }

.share_box {
  width: 44px;
  position: fixed;
  right: 15px;
  top: 40%;
  font-size: 14px;
  line-height: 44px;
  text-align: center;
  background: #3d79b9;
  display: none; }
  .share_box .box_title {
    width: 44px;
    height: 44px;
    border: 1px solid #4680BD;
    background: #3d79b9;
    font-size: 12px;
    font-weight: bold;
    color: #fff; }
  .share_box .box {
    display: block;
    width: 44px;
    height: 44px;
    background: #3d79b9;
    border: 1px solid #4680BD;
    border-top: none;
    cursor: pointer; }
    .share_box .box .icon {
      display: block;
      width: 44px;
      height: 44px; }
    .share_box .box.wechat {
      position: relative; }
      .share_box .box.wechat .icon {
        background: url("../images/share-icons.png") -44px 0 no-repeat; }
      .share_box .box.wechat .qrcode {
        display: none;
        width: 205px;
        position: absolute;
        box-sizing: border-box;
        padding: 10px;
        right: 50px;
        top: -46px;
        border: 1px solid #ccc;
        background: #fff; }
        .share_box .box.wechat .qrcode .title {
          font-size: 12px;
          font-weight: bold;
          line-height: 16px;
          height: 16px;
          color: #000;
          text-align: left; }
        .share_box .box.wechat .qrcode .img {
          margin: 5px auto;
          width: 185px;
          height: 185px; }
          .share_box .box.wechat .qrcode .img img {
            display: block;
            width: 185px;
            height: 185px; }
        .share_box .box.wechat .qrcode .bottom {
          font-size: 12px;
          line-height: 22px;
          text-align: left;
          color: #666; }
    .share_box .box.weibo .icon {
      background: url("../images/share-icons.png") -44px -132px no-repeat; }
    .share_box .box:hover {
      background: #efefef;
      border: 1px solid #4680BD;
      border-top: none; }
      .share_box .box:hover.wechat .icon {
        background: url("../images/share-icons.png") -88px 0 no-repeat; }
      .share_box .box:hover.wechat .qrcode {
        display: block; }
      .share_box .box:hover.weibo .icon {
        background: url("../images/share-icons.png") -88px -132px no-repeat; }

#cnzz_stat_icon_1278301830 {
  position: fixed;
  bottom: 0;
  right: 0; }

.source {
  font-size: 12px;
  color: #808080;
  font-family: SimSun, "Microsoft YaHei UI" , sans-serif;
  float: right; }

.input_count {
  display: block;
  position: absolute;
  top: 0;
  right: 10px;
  font-size: 12px;
  font-family: SimSun, Arial, "Microsoft YaHei UI", sans-serif;
  color: #808080; }
  .input_count span {
    color: #E1AA00 !important;
    font-weight: normal;
    font-family: Arial, SimSun, "Microsoft YaHei UI", sans-serif;
    font-size: 16px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 3px; }

.header .nav a .icon {
  display: inline-block;
  background: url("../images/star_check.png") no-repeat;
  background-size: 100% 100%;
  width: 12px;
  height: 12px;
  vertical-align: text-top;
  margin-left: -4px;
  margin-top: 0; }

.header {
  width: 1260px;
  height: auto;
  margin: 0 auto; }
  .header .nav {
    padding: 20px 20px 20px 30px; }
    .header .nav a {
      display: inline-block;
      color: #23395E;
      margin-right: 20px;
      font-size: 12px; }
      .header .nav a.active {
        color: #fff; }
      .header .nav a:hover {
        color: #fff; }
      .header .nav a:last-child {
        margin-right: 0; }

.content {
  margin: 100px auto 0;
  width: 1260px;
  min-height: 500px; }
  .content .main {
    width: 895px;
    margin: 0 auto;
    position: relative; }
    .content .main .left {
      float: left;
      width: 597px; }
      .content .main .left .logo {
        width: 448px;
        text-align: center; }
        .content .main .left .logo .img {
          display: inline-block;
          width: 188px;
          height: 80px;
          background: url("../images/logo_index.png") no-repeat; }
      .content .main .left .box {
        margin-top: 26px; }
        .content .main .left .box .search_input {
          width: 448px;
          height: 48px;
          line-height: 48px;
          float: left;
          position: relative; }
          .content .main .left .box .search_input input {
            width: 100%;
            height: 100%;
            box-sizing: border-box;
            padding: 0 24px;
            color: #A0A0A0;
            font-size: 16px;
            border: none;
            background: url("../images/search_input.png") no-repeat; }
            .content .main .left .box .search_input input::-webkit-input-placeholder {
              color: #A0A0A0 !important;
              font-size: 14px !important; }
            .content .main .left .box .search_input input:-moz-placeholder {
              color: #A0A0A0 !important;
              font-size: 14px !important; }
            .content .main .left .box .search_input input::-moz-placeholder {
              color: #A0A0A0 !important;
              font-size: 14px !important; }
            .content .main .left .box .search_input input:-ms-input-placeholder {
              color: #A0A0A0 !important;
              font-size: 14px !important; }
            .content .main .left .box .search_input input:focus::-webkit-input-placeholder {
              color: transparent !important; }
            .content .main .left .box .search_input input:focus:-moz-placeholder {
              color: transparent !important; }
            .content .main .left .box .search_input input:focus::-moz-placeholder {
              color: transparent !important; }
            .content .main .left .box .search_input input:focus:-ms-input-placeholder {
              color: transparent !important; }
          .content .main .left .box .search_input i.icon {
            display: block;
            width: 24px;
            height: 24px;
            position: absolute;
            right: 20px;
            top: 13px;
            background: url("../images/search_icon.png") no-repeat; }
        .content .main .left .box .search_btn {
          width: 123px;
          height: 50px;
          line-height: 50px;
          float: left;
          margin-left: 26px; }
          .content .main .left .box .search_btn a {
            text-align: center;
            box-sizing: border-box;
            letter-spacing: 0;
            display: block;
            font-size: 14px;
            color: #fff;
            width: 100%;
            height: 100%;
            background: url("../images/search_btn.png") no-repeat; }
            .content .main .left .box .search_btn a:hover {
              background: url("../images/search_btn_hover.png") no-repeat; }
    .content .main .right {
      float: left;
      margin-top: 125px;
      margin-left: 90px; }
      .content .main .right a {
        display: inline-block;
        margin-right: 20px;
        font-size: 14px;
        color: #BABABA;
        cursor: pointer; }
        .content .main .right a:hover {
          color: #FFF; }
  .content .bottom {
    width: 895px;
    height: 50px;
    line-height: 50px;
    margin: 20px auto;
    opacity: 0;
    transition: opacity 0.5s ease; }
    .content .bottom:hover {
      opacity: 1;
      transition: opacity 0.5s ease; }
    .content .bottom a {
      color: #1E3956;
      font-size: 14px;
      margin-right: 26px; }
      .content .bottom a:hover {
        color: #fff; }
  .content .note {
    width: 895px;
    margin: 20px auto;
    font-size: 14px;
    color: #fff;
    text-align: left;
    line-height: 24px;
    font-family: 宋体, SimSun, "Microsoft YaHei UI" , sans-serif; }

.footer {
  width: 100%;
  margin-top: 50px;
  padding: 20px 0;
  text-align: center;
  color: #a3a3a3;
  font-size: 14px;
  position: absolute;
  bottom: 30px; }
  .footer .nav a {
    display: inline-block;
    margin: 0 7px;
    color: #a3a3a3; }
    .footer .nav a:hover {
      color: #fff; }
  .footer .copyright {
    margin-top: 20px;
    letter-spacing: 3px; }

body {
  background: #3A6EA5; }

body.red {
  background: #bc0900; }
  body.red .header .nav a {
    color: #F97572; }
    body.red .header .nav a:hover, body.red .header .nav a.active {
      color: #fff; }
  body.red .content .main .left .logo .img {
    background: url("../images/logo_index1.png") no-repeat; }
  body.red .content .main .left .box .search_input input {
    background: url("../images/search_input_red.png") no-repeat;
    color: #F9857F; }
  body.red .content .main .left .box .search_input input::-webkit-input-placeholder {
    color: #F9857F !important; }
  body.red .content .main .left .box .search_input input:-moz-placeholder {
    color: #F9857F !important; }
  body.red .content .main .left .box .search_input input::-moz-placeholder {
    color: #F9857F !important; }
  body.red .content .main .left .box .search_input input:-ms-input-placeholder {
    color: #F9857F !important; }
  body.red .content .main .left .box .search_btn a {
    background: url("../images/search_btn_red.png") no-repeat; }
    body.red .content .main .left .box .search_btn a:hover {
      background: url("../images/search_btn__red_hover.png") no-repeat; }
  body.red .content .main .right a {
    color: #FA7570; }
    body.red .content .main .right a:hover {
      color: #fff; }
  body.red .content .bottom a {
    color: #FA7570; }
    body.red .content .bottom a:hover {
      color: #fff; }
  body.red .footer {
    color: #F44D46; }
    body.red .footer .nav a {
      color: #F95C57; }
      body.red .footer .nav a:hover {
        color: #fff; }

body.black {
  background: #323232; }
  body.black .header .nav a {
    color: #808080; }
    body.black .header .nav a:hover, body.black .header .nav a.active {
      color: #fff; }
  body.black .content .main .left .logo .img {
    background: url("../images/logo_index1.png") no-repeat; }
  body.black .content .main .left .box .search_input input {
    background: url("../images/search_input_black.png") no-repeat; }
  body.black .content .main .left .box .search_btn a {
    background: url("../images/search_btn_black.png") no-repeat; }
    body.black .content .main .left .box .search_btn a:hover {
      background: url("../images/search_btn_black_hover.png") no-repeat; }
  body.black .content .main .right a {
    color: #808080; }
    body.black .content .main .right a:hover {
      color: #fff; }
  body.black .content .bottom a {
    color: #808080; }
    body.black .content .bottom a:hover {
      color: #fff; }
  body.black .footer {
    color: #646464; }
    body.black .footer .nav a {
      color: #6E6E6E; }
      body.black .footer .nav a:hover {
        color: #fff; }

body.default .footer .copyright {
  color: #969696; }

@media only screen and (max-height: 600px) {
  .footer {
    position: relative !important; } }

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