@charset "UTF-8";
.top-right {
  float: right;
  /* 鼠标悬停 */
  /* 鼠标悬停end */ }

  .top-right .search-text {
    border: 1px solid #DCDCDC;
    width: 343px;
    height: 38px;
    background: #F2F2F2;
    border-radius: 2px;
    border-right: none;
    float: left;
    padding-left: 16px; }
  .top-right ::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #b1b1b1;
    font-size: 16px; }
  .top-right :-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #b1b1b1;
    font-size: 16px; }
  .top-right ::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #b1b1b1;
    font-size: 16px; }
  .top-right :-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #b1b1b1;
    font-size: 16px; }
  .top-right .search-text:focus {
    border: 1px solid #F73B42;
    background: #F2F2F2;
    border-right: none;
    height: 38px; }
  .top-right .search-btn {
    background: #F73B42 url(../img/search-icon.png) no-repeat center center;
    width: 55px;
    height: 38px;
    border-radius: 0 2px 2px 0;
    float: left; }
  .top-right .search-text-hover {
    border: 1px solid #F73B42; }
  .top-right .search-btn-hover {
    background: #BC1D23 url(../img/search-icon.png) no-repeat center center; }
  .top-right .download-btn {
    background: #333333;
    width: 82px;
    height: 38px;
    border-radius: 2px;
    display: inline-block;
    float: left;
    margin-left: 20px;
    line-height: 38px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    margin-right: 44px; }
  .top-right .download-btn:hover {
    background: #000; }
  .top-right .log-btn {
    color: #2B2B2B;
    font-size: 16px;
    float: right;
    line-height: 38px;
    display: inline-block; }
  .top-right .log-btn:hover, .top-right .reg-btn:hover {
    color: #F73B42; }
  .top-right .reg-btn {
    color: #2B2B2B;
    font-size: 16px;
    float: right;
    line-height: 38px;
    display: inline-block;
    padding-right: 15px; }
  .top-right .avatar img {
    width: 38px;
    height: 38px;
    border-radius: 50px;
    margin-right: 21px; }
  .top-right .logout {
    color: #2B2B2B;
    font-size: 14px; }
  .top-right .logout:hover {
    color: #F73B42; }


.nav {
  background: #fff;
  width: 100%;
  height: 50px;
  line-height: 50px;
  box-shadow: -1px 0px 2px #ccc; }

  .nav ul {
    width: 1080px;
    margin: 0 auto;
    position: relative; }
    .nav ul li {
      float: left; }
      .nav ul li a {
        color: #000;
        font-size: 18px;
        padding: 14px 20px 15px 20px; }
      .nav ul li a:hover {
        padding: 14px 20px 15px 20px;
        color: #F73B42; }
      .nav ul li .active {
        background: #F73B42;
        padding: 14px 20px 15px 20px;
        color: #fff; }
      .nav ul li .active:hover {
        background: #F73B42;
        padding: 14px 20px 15px 20px;
        color: #fff; }
    .nav ul .nav-show {
      width: 0;
      height: 0;
      border-left: 8px solid transparent;
      border-right: 8px solid transparent;
      border-top: 8px solid #ccc;
      margin-top: 20px;
      display: block;
      cursor: pointer;
      position: absolute;
      top: 0px;
      right: 15px; }
    .nav ul .hover-up {
      transition-duration: .5s;
      transform: rotate(180deg);
      -webkit-transform: rotate(180deg);
      width: 0;
      height: 0;
      border-left: 8px solid transparent;
      border-right: 8px solid transparent;
      border-top: 8px solid #ccc;
      margin-top: 20px;
      display: block;
      cursor: pointer;
      position: absolute;
      top: -50px;
      right: 0px; }
    .nav ul .hover-down {
      transition-duration: .5s;
      transform: rotate(0);
      -webkit-transform: rotate(0);
      width: 0;
      height: 0;
      border-left: 8px solid transparent;
      border-right: 8px solid transparent;
      border-top: 8px solid #ccc;
      margin-top: 20px;
      display: block;
      cursor: pointer;
      position: absolute;
      top: -50px;
      right: 0px; }
    .nav ul .show-panel {
      position: absolute;
      right: 0px;
      top: 50px; }
      .nav ul .show-panel .nav-show {
        width: 0;
        height: 0;
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
        border-top: 8px solid #ccc;
        margin-top: 20px;
        display: block;
        cursor: pointer;
        position: absolute;
        top: -50px;
        right: 15px; }
      .nav ul .show-panel ul {
        display: none;
        width: 1080px;
        z-index: 99; }
        .nav ul .show-panel ul li {
          height: 50px;
          line-height: 50px;
          text-align: center;
          float: left; }
          .nav ul .show-panel ul li a:hover {
            color: #F73B42; }

.banner {
  width: 100%;
  margin-bottom: 20px; }
  .banner .swiper-container {
    width: 100%;
    height: 320px; }
    .banner .swiper-container .swiper-slide {
      width: 100%;
      height: 320px;
      position: relative;
      background-repeat: no-repeat;
      -webkit-background-size: cover;
      -moz-background-size: cover;
      background-size: cover;
      border-radius: 2px;
      background-position: center center; }
      .banner .swiper-container .swiper-slide .advert {
        position: absolute;
        width: 26px;
        height: 14px;
        line-height: 14px;
        text-align: center;
        border-radius: 4px;
        background: rgba(0, 0, 0, 0.2);
        color: #fff;
        left: 10px;
        top: 10px;
        font-size: 8px; }
      .banner .swiper-container .swiper-slide p {
        position: absolute;
        left: 0px;
        bottom: 0px;
        background: rgba(0, 0, 0, 0.8);
        display: block;
        font-size: 22px;
        text-align: left;
        padding-left: 26px;
        width: 700px;
        height: 50px;
        line-height: 50px;
        font-weight: bold; }
        .banner .swiper-container .swiper-slide p a {
          color: #fff; }
    .banner .swiper-container .swiper-pagination {
      background: #0b0b0b;
      height: 4px;
      position: absolute;
      bottom: 0px;
      text-align: center;
      left: 0px;
      display: -webkit-flex;
      display: flex;
      justify-content: space-between;
      align-items: center; }
      .banner .swiper-container .swiper-pagination .swiper-pagination-bullet {
        height: 4px;
        opacity: 0.85;
        background: #000;
        border-radius: 0px;
        margin-bottom: 10px;
        flex-grow: 1;
        margin: 0px !important; }
      .banner .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
        height: 4px;
        opacity: 0.85;
        background: #F83636;
        margin-bottom: 10px;
        border-radius: 0px; }
    .banner .swiper-container .swiper-button-prev {
      background: url(../img/swiper-button-prev.png) no-repeat;
      width: 52px;
      height: 52px; }
    .banner .swiper-container .swiper-button-next {
      background: url(../img/swiper-button-next.png) no-repeat;
      width: 52px;
      height: 52px; }
    .banner .swiper-container .swiper-button-prev-hover {
      background: url(../img/swiper-button-prev-hover.png) no-repeat;
      width: 52px;
      height: 52px; }
    .banner .swiper-container .swiper-button-next-hover {
      background: url(../img/swiper-button-next-hover.png) no-repeat;
      width: 52px;
      height: 52px; }


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

  .main .mian-left {
    float: left;
    width: 700px;
    margin-top: 10px; }
    .main .mian-left .showMorehandle {
      width: 200px;
      height: 40px;
      background: #FFEAEA url(../img/more-icon.png) no-repeat 152px center;
      display: block;
      line-height: 40px;
      text-align: center;
      color: #AB3C3C;
      font-size: 16px;
      border-radius: 2px;
      margin: 20px auto;
      line-height: 40px; }
    .main .mian-left #showdiv {
      display: none; }
    .main .mian-left .more-btn {
      width: 200px;
      height: 40px;
      background: #FFEAEA url(../img/more-icon.png) no-repeat 152px center;
      display: block;
      line-height: 40px;
      text-align: center;
      color: #AB3C3C;
      font-size: 16px;
      border-radius: 2px;
      margin: 20px auto;
      line-height: 40px; }
    .main .mian-left .more-btn:hover {
      background: #F2C1C1 url(../img/more-icon.png) no-repeat 152px center; }
    .main .mian-left .loading-btn {
      width: 200px;
      height: 40px;
      background: #FFEAEA url(../img/load-icon.png) no-repeat 136px center;
      display: block;
      line-height: 40px;
      text-align: center;
      color: #AB3C3C;
      font-size: 16px;
      border-radius: 2px;
      margin: 20px auto;
      line-height: 40px; }
    .main .mian-left .loading-btn:hover {
      background: #F2C1C1 url(../img/load-icon.png) no-repeat 136px center; }
    .main .mian-left .main-list {
      width: 700px; }
      .main .mian-left .main-list dl:hover {
        background: #FBFBFB; }
      .main .mian-left .main-list .more-news {
        background: #FFEAEA;
        width: 700px;
        height: 30px;
        font-size: 14px;
        color: #AB3C3C;
        line-height: 30px;
        text-align: center;
        position: relative;
        cursor: pointer; }
        .main .mian-left .main-list .more-news span {
          background: url(../img/close.png) no-repeat;
          background-size: 12px;
          width: 12px;
          height: 12px;
          position: absolute;
          top: 9px;
          right: 15px;
          cursor: pointer; }
      .main .mian-left .main-list .w700 {
        width: 700px;
        height: auto; }
        .main .mian-left .main-list .w700 .data-box {
          float: left;
          font-size: 14px; }
        .main .mian-left .main-list .w700 .tips {
          float: right;
          margin-top: 0px; }
        .main .mian-left .main-list .w700 h1 {
          margin-bottom: 15px;
          word-break: break-word; }
        .main .mian-left .main-list .w700 .img-list {
          overflow: hidden; }
          .main .mian-left .main-list .w700 .img-list li {
            float: left;
            margin-bottom: 21px;
            margin-right: 2%;
            width: 220px;
            height: 157px;
            overflow: hidden; }
            .main .mian-left .main-list .w700 .img-list li p {
              width: 100%;
              height: 157px;
              background-repeat: no-repeat;
              -webkit-background-size: cover;
              -moz-background-size: cover;
              background-size: cover;
              border-radius: 2px;
              background-position: center center;
              -webkit-transition: all .5s ease-in-out;
              -moz-transition: all .5s ease-in-out;
              -o-transition: all .5s ease-in-out;
              transition: all .5s ease-in-out; }
            .main .mian-left .main-list .w700 .img-list li p:hover {
              -webkit-transform: scale(1.1);
              -moz-transform: scale(1.1);
              -ms-transform: scale(1.1);
              -o-transform: scale(1.1);
              transform: scale(1.1); }
            .main .mian-left .main-list .w700 .img-list li img {
              width: 220px;
              max-height: 157px;
              border-radius: 2px; }
          .main .mian-left .main-list .w700 .img-list li:last-child {
            margin-right: 0px; }
      .main .mian-left .main-list dl:last-child {
        border-bottom: none; }
      .main .mian-left .main-list a:hover h1 {
        color: #8D1A1E; }
      .main .mian-left .main-list a:hover .tips li a {
        color: #777; }
      .main .mian-left .main-list a:hover .tips li a:hover {
        color: #8D1A1E; }
      .main .mian-left .main-list .tips {
        margin-top: 13px;
        position: absolute;
        left: 35%;
        bottom: 30px; }
        .main .mian-left .main-list .tips li {
          float: left;
          margin-right: 10px;
          color: #777;
          font-size: 14px;
          padding: 4px 9px;
          display: inline-block;
          background: #F5F5F5;
          border-radius: 2px; }
          .main .mian-left .main-list .tips li a {
            color: #777; }
          .main .mian-left .main-list .tips li a:hover {
            color: #8D1A1E; }
          .main .mian-left .main-list .tips li .on-tips {
            color: #8D1A1E; }
      .main .mian-left .main-list .w700-tips {
        margin-top: 13px;
        position: absolute;
        right: 0;
        bottom: 0px; }
        .main .mian-left .main-list .w700-tips li {
          float: left;
          margin-right: 10px;
          color: #777;
          font-size: 14px;
          padding: 4px 9px;
          display: inline-block;
          background: #F5F5F5;
          border-radius: 2px; }
          .main .mian-left .main-list .w700-tips li a {
            color: #777; }
          .main .mian-left .main-list .w700-tips li a:hover {
            color: #8D1A1E; }
          .main .mian-left .main-list .w700-tips li .on-tips {
            color: #8D1A1E; }
      .main .mian-left .main-list .imgnull {
        margin-top: 13px;
        position: absolute;
        right: 0;
        bottom: 20px; }
        .main .mian-left .main-list .imgnull li {
          float: left;
          margin-right: 10px;
          color: #777;
          font-size: 14px;
          padding: 4px 9px;
          display: inline-block;
          background: #F5F5F5;
          border-radius: 2px; }
          .main .mian-left .main-list .imgnull li a {
            color: #777; }
          .main .mian-left .main-list .imgnull li a:hover {
            color: #8D1A1E; }
          .main .mian-left .main-list .imgnull li .on-tips {
            color: #8D1A1E; }
      .main .mian-left .main-list dl {
        border-bottom: 1px solid #E6E6E6;
        overflow: hidden;
        padding-bottom: 19px;
        padding-top: 19px;
        position: relative; }
        .main .mian-left .main-list dl a {
          cursor: pointer;
          display: block;
          background: #FBFBFB; }
        .main .mian-left .main-list dl a:hover {
          background: #FBFBFB; }
        .main .mian-left .main-list dl dt {
          float: left;
          width: 220px;
          height: 157px;
          overflow: hidden; }
          .main .mian-left .main-list dl dt p {
            width: 100%;
            height: 157px;
            background-repeat: no-repeat;
            -webkit-background-size: cover;
            -moz-background-size: cover;
            background-size: cover;
            background-position: center center;
            border-radius: 2px;
            -webkit-transition: all .5s ease-in-out;
            -moz-transition: all .5s ease-in-out;
            -o-transition: all .5s ease-in-out;
            transition: all .5s ease-in-out; }
          .main .mian-left .main-list dl dt p:hover {
            -webkit-transform: scale(1.1);
            -moz-transform: scale(1.1);
            -ms-transform: scale(1.1);
            -o-transform: scale(1.1);
            transform: scale(1.1); }
          .main .mian-left .main-list dl dt a img {
            width: 220px;
            height: 157px;
            border-radius: 2px; }
        .main .mian-left .main-list dl dd {
          float: right;
          width: 450px;
          height: 157px;
          position: relative; }
          .main .mian-left .main-list dl dd .read-list {
            color: #999999;
            font-size: 22px; }
          .main .mian-left .main-list dl dd h1 {
            color: #333;
            font-size: 22px;
            font-weight: bold;
            line-height: 30px;
            margin-bottom: 15px;
            word-break: break-word;
            margin-top: 5px; }
            .main .mian-left .main-list dl dd h1 a:hover {
              color: #8D1A1E; }
          .main .mian-left .main-list dl dd .data-box {
            color: #BCBCBC;
            font-size: 14px; }
            .main .mian-left .main-list dl dd .data-box span {
              margin-right: 19px; }
            .main .mian-left .main-list dl dd .data-box .border {
              border: 1px solid #F73B42;
              padding: 1px 8px;
              display: inline-block;
              font-size: 14px;
              color: #F73B42;
              border-radius: 2px; }
            .main .mian-left .main-list dl dd .data-box .count {
              background: url(../img/count.png) no-repeat left center;
              background-size: 15px 13px;
              padding-left: 18px; }
            .main .mian-left .main-list dl dd .data-box .time {
              background: url(../img/group.png) no-repeat left center;
              background-size: 14px 14px;
              padding-left: 17px; }
  .main .main-right {
    float: right;
    width: 360px;
    margin-top: 10px; }
    .main .main-right .main-right-box1 {
      width: 360px;
      padding-bottom: 28px;
      background: #FBFBFB;
      margin-bottom: 20px;
      border-radius: 5px; }
      .main .main-right .main-right-box1 .box1-title {
        overflow: hidden;
        margin-bottom: 26px; }
        .main .main-right .main-right-box1 .box1-title h1 {
          color: #222;
          font-size: 20px;
          padding-top: 18px;
          float: left; }
          .main .main-right .main-right-box1 .box1-title h1 i {
            width: 8px;
            height: 18px;
            background: #F73B42;
            display: inline-block;
            margin-right: 20px; }
        .main .main-right .main-right-box1 .box1-title .refresh {
          float: right;
          background: url(../img/refresh.png) no-repeat;
          width: 24px;
          height: 24px;
          margin-right: 26px;
          margin-top: 15px; }
      .main .main-right .main-right-box1 .box1-list {
        margin-left: 29px;
        margin-right: 22px; }
        .main .main-right .main-right-box1 .box1-list ul li:nth-child(1) p {
          background: none;
          line-height: 22px;
          margin-left: 25px;
          word-break: break-word; }
          .main .main-right .main-right-box1 .box1-list ul li:nth-child(1) p a {
            color: #333;
            font-size: 14px; }
        .main .main-right .main-right-box1 .box1-list ul li:nth-child(2) p {
          background: none;
          line-height: 22px;
          margin-left: 25px;
          word-break: break-word; }
          .main .main-right .main-right-box1 .box1-list ul li:nth-child(2) p a {
            color: #333;
            font-size: 14px; }
        .main .main-right .main-right-box1 .box1-list ul li:nth-child(3) p {
          background: none;
          line-height: 22px;
          margin-left: 25px;
          word-break: break-word; }
          .main .main-right .main-right-box1 .box1-list ul li:nth-child(3) p a {
            color: #333;
            font-size: 14px; }
        .main .main-right .main-right-box1 .box1-list ul li {
          margin-bottom: 20px;
          overflow: hidden;
          position: relative; }
          .main .main-right .main-right-box1 .box1-list ul li .bgimg {
            background: #969595;
            width: 100px;
            height: 72px;
            border-radius: 2px;
            float: left;
            overflow: hidden;
            background-repeat: no-repeat;
            -webkit-background-size: cover;
            -moz-background-size: cover;
            background-size: cover;
            background-position: center center; }
          .main .main-right .main-right-box1 .box1-list ul li .advert {
            position: absolute;
            width: 26px;
            height: 14px;
            line-height: 14px;
            text-align: center;
            border-radius: 4px;
            background: #ccc;
            color: #fff;
            right: 0;
            bottom: 0;
            font-size: 8px; }
          .main .main-right .main-right-box1 .box1-list ul li a .right-title {
            width: 200px;
            float: right;
            margin-left: 0px;
            color: #333;
            font-size: 14px; }
          .main .main-right .main-right-box1 .box1-list ul li strong {
            margin-left: 10px;
            display: inline-block;
            color: #BCBCBC;
            font-size: 12px;
            font-weight: normal;
            margin-top: 4px; }
            .main .main-right .main-right-box1 .box1-list ul li strong i {
              background: url(../img/list-icon.png) no-repeat;
              width: 12px;
              height: 12px;
              display: inline-block;
              margin-right: 11px; }
          .main .main-right .main-right-box1 .box1-list ul li span {
            padding-left: 26px;
            display: block;
            color: #BCBCBC;
            font-size: 12px;
            vertical-align: middle; }
            .main .main-right .main-right-box1 .box1-list ul li span i {
              background: url(../img/list-icon.png) no-repeat;
              width: 12px;
              height: 12px;
              display: inline-block;
              margin-right: 12px; }
          .main .main-right .main-right-box1 .box1-list ul li p {
            line-height: 22px;
            margin-left: 25px;
            word-break: break-word;
            margin-bottom: 5px; }
            .main .main-right .main-right-box1 .box1-list ul li p span {
              background: url(../img/icon.png) no-repeat;
              background-size: 8px 8px;
              display: inline-block;
              width: 8px;
              height: 8px;
              margin-left: -24px; }
            .main .main-right .main-right-box1 .box1-list ul li p a {
              color: #333;
              font-size: 14px; }
      .main .main-right .main-right-box1 .box2-list {
        margin-left: 26px;
        margin-right: 26px; }
        .main .main-right .main-right-box1 .box2-list ul li {
          overflow: hidden;
          margin-bottom: 14px; }
          .main .main-right .main-right-box1 .box2-list ul li span {
            color: #fff;
            width: 16px;
            height: 16px;
            background: #999;
            display: inline-block;
            border-radius: 2px;
            line-height: 16px;
            text-align: center;
            float: left;
            font-size: 12px;
            margin-top: 6px; }
          .main .main-right .main-right-box1 .box2-list ul li p {
            width: 212px;
            display: inline-block;
            float: left;
            margin-left: 16px;
            margin-right: 7px;
            line-height: 22px;
            overflow: hidden;
            /*超出部分隐藏*/
            white-space: nowrap;
            /*不换行*/
            text-overflow: ellipsis;
            /*超出部分文字以...显示*/ }
            .main .main-right .main-right-box1 .box2-list ul li p a {
              color: #333;
              font-size: 14px; }
          .main .main-right .main-right-box1 .box2-list ul li strong {
            font-size: 14px;
            color: #FE7312;
            font-weight: normal;
            display: inline-block;
            float: right;
            line-height: 23px; }
        .main .main-right .main-right-box1 .box2-list ul li:nth-child(1) span {
          width: 16px;
          height: 16px;
          background: #F73B42;
          display: inline-block;
          margin-top: 3px; }
        .main .main-right .main-right-box1 .box2-list ul li:nth-child(2) span {
          width: 16px;
          height: 16px;
          background: #F73B42;
          display: inline-block; }
        .main .main-right .main-right-box1 .box2-list ul li:nth-child(3) span {
          width: 16px;
          height: 16px;
          background: #F73B42;
          display: inline-block; }
      .main .main-right .main-right-box1 .box3-content {
        margin: 0px 29px; }
        .main .main-right .main-right-box1 .box3-content dl {
          overflow: hidden; }
          .main .main-right .main-right-box1 .box3-content dl dt {
            float: left; }
            .main .main-right .main-right-box1 .box3-content dl dt img {
              width: 132px;
              height: 132px; }
          .main .main-right .main-right-box1 .box3-content dl dd {
            float: left;
            margin-left: 14px; }
            .main .main-right .main-right-box1 .box3-content dl dd img {
              margin-top: 40px; }
            .main .main-right .main-right-box1 .box3-content dl dd p {
              margin-top: 9px;
              color: #333333;
              font-size: 14px;
              font-weight: bold; }
        .main .main-right .main-right-box1 .box3-content .remarks {
          margin-top: 15px; }
          .main .main-right .main-right-box1 .box3-content .remarks p {
            color: #999;
            font-size: 14px;
            line-height: 28px; }
            .main .main-right .main-right-box1 .box3-content .remarks p span {
              margin-right: 20px; }
          .main .main-right .main-right-box1 .box3-content .remarks p:nth-child(5) span {
            padding-right: 28px; }
      .main .main-right .main-right-box1 .box4-content {
        margin-left: 29px;
        margin-right: 18px; }
        .main .main-right .main-right-box1 .box4-content ul {
          overflow: hidden; }
          .main .main-right .main-right-box1 .box4-content ul li {
            float: left;
            line-height: 30px;
            margin-right: 18px; }
            .main .main-right .main-right-box1 .box4-content ul li a {
              color: #999;
              font-size: 14px; }
    .main .main-right .hot-tit {
      margin-top: 20px; }
    .main .main-right .box-advert {
      width: 360px;
      height: 256px;
      background: #efefef;
      position: relative; }
      .main .main-right .box-advert img {
        width: 100%;
        height: 100%; }
      .main .main-right .box-advert .advert {
        position: absolute;
        width: 26px;
        height: 14px;
        line-height: 14px;
        text-align: center;
        border-radius: 4px;
        background: #ccc;
        color: #fff;
        right: 10px;
        bottom: 10px;
        font-size: 8px; }


/* 导航固定 */
.min-nav {
  background: #fff;
  width: 100%;
  height: 50px;
  line-height: 50px;
  display: none;
  border-top: 3px solid #F73B42;
  box-shadow: -1px 0px 2px #ccc; }

  .min-nav ul {
    width: 1080px;
    margin: 0 auto;
    position: relative; }
    .min-nav ul li {
      float: left; }
      .min-nav ul li a {
        color: #000;
        font-size: 18px;
        padding: 14px 20px 15px 20px; }
      .min-nav ul li a:hover {
        padding: 14px 20px 15px 20px;
        color: #F73B42; }
      .min-nav ul li .active {
        background: #F73B42;
        padding: 14px 20px 12px 20px;
        color: #fff; }
      .min-nav ul li .active:hover {
        background: #F73B42;
        padding: 14px 20px 15px 20px;
        color: #fff; }
    .min-nav ul .nav-show {
      width: 0;
      height: 0;
      border-left: 8px solid transparent;
      border-right: 8px solid transparent;
      border-top: 8px solid #ccc;
      margin-top: 20px;
      display: block;
      cursor: pointer;
      position: absolute;
      top: 0px;
      right: 15px; }
    .min-nav ul .show-panel {
      position: absolute;
      right: 0px;
      top: 50px; }
      .min-nav ul .show-panel .nav-show {
        width: 0;
        height: 0;
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
        border-top: 8px solid #ccc;
        margin-top: 20px;
        display: block;
        cursor: pointer;
        position: absolute;
        top: -50px;
        right: 15px; }
      .min-nav ul .show-panel .hover-up {
        transition-duration: .5s;
        transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        width: 0;
        height: 0;
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
        border-top: 8px solid #ccc;
        margin-top: 20px;
        display: block;
        cursor: pointer;
        position: absolute;
        top: -50px;
        right: 0px; }
      .min-nav ul .show-panel .hover-down {
        transition-duration: .5s;
        transform: rotate(0);
        -webkit-transform: rotate(0);
        width: 0;
        height: 0;
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
        border-top: 8px solid #ccc;
        margin-top: 20px;
        display: block;
        cursor: pointer;
        position: absolute;
        top: -50px;
        right: 0px; }
      .min-nav ul .show-panel ul {
        display: none;
        width: 1080px;
        z-index: 99; }
        .min-nav ul .show-panel ul li {
          height: 50px;
          line-height: 50px;
          text-align: center;
          float: left; }
          .min-nav ul .show-panel ul li a:hover {
            color: #F73B42; }

/* 刷新按钮旋转 */
@keyframes go {
  0% {
    transform: rotateZ(0); }
  100% {
    transform: rotateZ(360deg); } }
.refresh-go {
  animation-name: go;
  animation-duration: 2s;
  animation-iteration-count: infinite; }

/* 404页面 */
.main-404 {
  width: 340px;
  height: 393px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -170px;
  /* 高度的一半 */
  margin-left: -196px;
  /* 宽度的一半 */ }


