@charset "UTF-8";
progress,
sub,
sup {
  vertical-align: baseline; }

button,
hr,
input {
  overflow: visible; }

html {
  font-family: sans-serif;
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

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

audio,
canvas,
progress,
video {
  display: inline-block; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }

a:active,
a:hover {
  outline-width: 0; }

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted; }

b,
strong {
  font-weight: bolder; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: .67em 0; }

mark {
  background-color: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative; }

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

img {
  border-style: none; }

svg:not(:root) {
  overflow: hidden; }

code,
kbd,
pre,
samp {
  font-family: monospace,monospace;
  font-size: 1em; }

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0; }

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  margin: 0; }

optgroup {
  font-weight: 700; }

button,
select {
  text-transform: none; }

[type=reset],
[type=submit],
button,
html [type=button] {
  -webkit-appearance: button; }

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0; }

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
  outline: ButtonText dotted 1px; }

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em; }

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal; }

textarea {
  overflow: auto; }

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0; }

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto; }

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px; }

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-input-placeholder {
  color: inherit;
  opacity: .54; }

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit; }

* {
  margin: 0;
  padding: 0;
  font-family: "微软雅黑";
  font-size: 12px; }

input, textarea, select, radio, checkbox, button {
  border: none;
  outline: 0;
  resize: none;
  vertical-align: middle; }

img {
  border: none;
  max-width: 100%; }

a, a:hover {
  text-decoration: none;
  color: #000000; }

ol, ul, li {
  list-style: none; }

textarea {
  resize: vertical; }

i, em, b, strong {
  font-style: normal;
  font-weight: normal; }

label {
  font-weight: normal; }

@font-face {
  font-family: "iconfont";
  src: url("../../font/iconfont.eot");
  src: url("../../font/iconfont.eot#iefix") format("embedded-opentype"), url("../../font/iconfont.ttf") format("truetype"), url("../../font/iconfont.woff") format("woff"), url("../../font/iconfont.svg") format("svg"); }

.iconfont {
  font-family: iconfont;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
  cursor: pointer; }

.fl {
  float: left !important; }

.fr {
  float: right !important; }

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

header {
  height: 78px;
  padding-bottom: 13px;
  position: relative;
  z-index: 5;
  background: url(../image/line-shadow.png) left bottom repeat-x; }
  header .ctAuto {
    margin: 0 auto;
    width: 1084px; }
  header .right li {
    float: left;
    cursor: pointer; }
    header .right li > a {
      display: block;
      padding: 0 20px;
      text-align: center;
      font-size: 16px;
      color: #333333;
      line-height: 78px; }
    header .right li .child {
      background-color: rgba(255, 255, 255, 0.9);
      position: absolute;
      left: 0;
      top: 78px;
      width: 100%;
      z-index: 6;
      display: none; }
      header .right li .child li {
        width: 20%;
        float: left;
        text-align: center;
        cursor: pointer;
        padding: 20px 0 15px 0; }
        header .right li .child li p {
          font-size: 14px;
          color: #666666;
          line-height: 36px; }
      header .right li .child li:hover p {
        color: #ff6c5e; }
  header .right li:last-child > a {
    padding-right: 0; }
  header .right li.active > a {
    color: #ff6c5e; }
  header .right li:hover > a {
    color: #ff6c5e; }
  header .right li:hover .child {
    display: block; }

footer {
  height: 70px;
  background-color: #f2f2f2;
  text-align: center;
  padding-top: 20px; }
  footer p {
    font-size: 12px;
    line-height: 24px; }
  footer p:first-of-type a {
    color: #666666;
    margin: 0 15px; }
  footer p:last-of-type {
    color: #bbbbbb; }

.fixed {
  position: fixed;
  right: 30px;
  top: 48%;
  z-index: 999;
  width: 58px; }
  .fixed li {
    border: 1px solid #eeeeee;
    width: 58px;
    height: 60px;
    cursor: pointer;
    position: relative; }
    .fixed li img {
      width: 58px;
      height: 60px; }
  .fixed li.fix1 {
    display: none; }
  .fixed li.fix2 {
    border-bottom: none; }
    .fixed li.fix2 .panel {
      color: #666666;
      border: 1px solid #eeeeee;
      width: 162px;
      height: 60px;
      border-radius: 8px;
      position: absolute;
      left: -190px;
      top: 0;
      background-color: #ffffff;
      line-height: 22px;
      padding-left: 13px;
      font-family: Arial, Helvetica, sans-serif;
      display: none; }
      .fixed li.fix2 .panel p {
        font-size: 12px;
        padding-top: 8px; }
      .fixed li.fix2 .panel strong {
        font-size: 16px;
        font-weight: bold; }
      .fixed li.fix2 .panel img {
        position: absolute;
        right: -7px;
        top: 21px;
        width: 8px;
        height: 16px; }
  .fixed li.fix2:hover .panel {
    display: block; }
  .fixed li.fix2.active {
    border-bottom: 1px solid #eeeeee; }
  .fixed li.fix3 {
    border-color: #ff6d5e;
    display: none; }

.fixed {
  box-sizing: border-box; }

.demo-image {
  width: 100%; }

.M-box, .M-box1, .M-box2, .M-box3, .M-box4 {
  position: relative;
  text-align: center;
  zoom: 1;
  display: inline-block; }

.M-box:before, .M-box:after, .M-box1:before, .M-box1:after, .M-box2:before, .M-box2:after, .M-box3:before, .M-box3:after, .M-box4:before, .M-box4:after {
  content: "";
  display: table; }

.M-box:after, .M-box1:after, .M-box2:after, .M-box3:after, .M-box4:after {
  clear: both;
  overflow: hidden; }

.M-box span, .M-box1 span, .M-box2 span, .M-box3 span, .M-box4 span {
  float: left;
  margin: 0 5px;
  width: 32px;
  height: 32px;
  line-height: 32px;
  color: #bdbdbd;
  font-size: 14px; }

.M-box .active, .M-box1 .active, .M-box2 .active, .M-box3 .active, .M-box4 .active {
  float: left;
  margin: 0 5px;
  width: 32px;
  height: 32px;
  line-height: 32px;
  background: #ff6d5e;
  color: #fff;
  font-size: 14px;
  border: 1px solid #ff6d5e; }

.M-box a, .M-box1 a, .M-box2 a, .M-box3 a, .M-box4 a {
  float: left;
  margin: 0 5px;
  width: 32px;
  height: 32px;
  line-height: 32px;
  background: #fff;
  border: 1px solid #ebebeb;
  color: #bdbdbd;
  font-size: 14px; }

.M-box a:hover, .M-box1 a:hover, .M-box2 a:hover, .M-box3 a:hover, .M-box4 a:hover {
  color: #fff;
  background: #ff6d5e; }

.M-box .next, .M-box .prev, .M-box1 .next, .M-box1 .prev {
  font-family: "Simsun";
  font-size: 16px;
  font-weight: bold; }

.now, .count {
  padding: 0 5px;
  color: #f00; }

.eg img {
  max-width: 800px;
  min-height: 500px; }

input {
  float: left;
  margin: 0 5px;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  background: #fff;
  border: 1px solid #ebebeb;
  outline: none;
  color: #bdbdbd;
  font-size: 14px; }

.auto {
  width: 1080px;
  margin: 0 auto; }

header {
  background: none;
  padding-bottom: 0; }

.banner img {
  display: block; }

.content {
  margin-top: 30px;
  margin-bottom: 30px; }

.subSide {
  width: 148px;
  border: 1px solid #e4e4e4; }
  .subSide li {
    cursor: pointer; }
    .subSide li a {
      height: 54px;
      line-height: 54px;
      background-color: #ffffff;
      color: #333333;
      font-size: 14px;
      text-indent: 18px;
      display: block;
      border-bottom: 1px solid #e4e4e4;
      position: relative; }
  .subSide li:last-child a {
    border-bottom: none; }
  .subSide li.active a {
    background-color: #f8f8f8; }
  .subSide li.active a:after {
    width: 4px;
    height: 56px;
    background-color: #ff6d5e;
    position: absolute;
    left: -1px;
    top: -1px;
    content: ""; }

.main {
  width: 900px; }

.filter {
  border: 1px solid #e4e4e4; }
  .filter table {
    border-collapse: collapse;
    width: 100%; }
    .filter table td {
      line-height: 40px;
      border-bottom: 1px dashed #e9e9e9; }
    .filter table td:nth-child(1) {
      width: 8.5%;
      text-align: center;
      background-color: #f8f8f8;
      vertical-align: top;
      border-right: 1px solid #e4e4e4; }
    .filter table td:nth-child(2) {
      width: 91.5%;
      position: relative; }
      .filter table td:nth-child(2) .tag {
        width: 93%;
        margin-left: 2%;
        height: 40px;
        overflow: hidden; }
        .filter table td:nth-child(2) .tag span {
          padding: 0 14px;
          display: inline-block;
          color: #666666;
          cursor: pointer; }
        .filter table td:nth-child(2) .tag span.active {
          color: #ff6d5e; }
      .filter table td:nth-child(2) .tag.active {
        height: auto;
        overflow: initial; }
      .filter table td:nth-child(2) .btn {
        width: 16px;
        height: 16px;
        background: url(../image/icon9.jpg) no-repeat center center;
        background-size: 100% auto;
        position: absolute;
        right: 23px;
        top: 13px;
        cursor: pointer; }
      .filter table td:nth-child(2) .btn.active {
        background-image: url(../image/icon8.jpg); }
    .filter table tr:last-child td {
      border-bottom: none; }

.list {
  min-height: 570px; }
  .list li {
    margin-top: 28px;
    border: 1px solid #e4e4e4;
    padding: 25px 40px; }
    .list li .pic {
      text-align: center;
      width: 150px; }
      .list li .pic img {
        width: 150px;
        height: 100px;
        border: 1px solid #e4e4e4;
        display: inline-block; }
      .list li .pic p {
        font-size: 16px;
        color: #333333;
        margin-top: 5px;
        line-height: 24px; }
    .list li .txt {
      width: 638px;
      line-height: 28px; }
      .list li .txt * {
        font-size: 14px; }
      .list li .txt .fl {
        color: #999999;
        width: 11%; }
      .list li .txt .fr {
        color: #666666;
        width: 89%; }
        .list li .txt .fr a {
          color: #ff6d5e; }
      .list li .txt .item:last-child {
        margin-top: 14px; }
  .list .default {
    width: 120px;
    height: 108px;
    margin: 200px auto 0;
    text-align: center; }
    .list .default img {
      opacity: 0.7; }
    .list .default p {
      color: #999999;
      font-size: 14px;
      line-height: 30px;
      text-indent: 11px; }

.pagination {
  margin-top: 38px;
  margin-bottom: 38px;
  text-align: center; }


  .main .txt p {
    font-size: 14px;
    color: #666666;
    text-indent: 2em;
    line-height: 26px; }
  
    .main .month li {
      font-size: 14px;
      color: #666666;
      line-height: 27px;
      list-style: initial;
      padding-left: 40px;
      background: url(../image/icon7.png) left center no-repeat;
      margin-top: -1px;
      list-style-position: inside; }
