@charset "UTF-8";
.inner_shadow {
  box-shadow: 0px 0px 8px 0px rgba(60, 60, 60, 0.28); }

main {
  max-width: 1200px;
  margin: 0 auto;
  display: block;
  *zoom: 1; }

main:before, main:after {
  content: " ";
  display: table; }

main:after {
  clear: both; }

html {
  background: #fff;
  overflow-x: hidden;
  width: 100%;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0;
  font-family: "Microsoft YaHei"; }

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

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

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

a {
  background-color: transparent;
  text-decoration: none; }

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

b, strong {
  font-weight: bolder; }

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

small {
  font-size: 80%; }

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

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

img {
  border-style: none; }

button {
  cursor: pointer; }

button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0; }

button, input {
  overflow: visible; }

button, select {
  text-transform: none; }

[type=button], [type=reset], [type=submit], 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: 1px dotted ButtonText; }

fieldset {
  padding: .35em .75em .625em; }

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

progress {
  vertical-align: baseline; }

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-decoration {
  -webkit-appearance: none; }

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

details {
  display: block; }

summary {
  display: list-item; }

template {
  display: none; }

[hidden] {
  display: none; }

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, audio, canvas, details, figcaption, figure, footer, header, hgroup, mark, menu, meter, nav, output, progress, section, summary, time, video {
  margin: 0;
  padding: 0; }

fieldset, img {
  border: 0; }

address, caption, cite, code, dfn, em, th, var, optgroup {
  font-style: normal;
  font-weight: normal; }

ins {
  text-decoration: none; }

li {
  list-style: none; }

table {
  font-size: inherit;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0; }

caption, th {
  text-align: left; }

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

q:before, q:after {
  content: ''; }

abbr, acronym {
  border: 0;
  font-variant: normal; }

legend {
  color: #000; }

input, button, textarea, select, optgroup, option {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit; }

input, button, textarea, select {
  border: 0;
  padding: 0;
  margin: 0;
  *font-size: 100%;
  line-height: 1.2; }

a img, img {
  -ms-interpolation-mode: bicubic; }

sub, sup {
  vertical-align: baseline; }

article, aside, dialog, figure, footer, header, hgroup, nav, section, blockquote {
  display: block; }

pre {
  white-space: pre-wrap; }

textarea {
  resize: none;
  overflow: auto; }

input[type=text]:focus, input[type=password]:focus, textarea:focus {
  outline: 0; }

button, input {
  outline: 0; }

input[type=password]::-ms-reveal {
  display: none; }

input::-ms-clear {
  display: none; }

input:-ms-input-placeholder {
  color: #999; }

.left {
  float: left; }

.right {
  float: right; }

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

.clear {
  zoom: 1; }

:root .gradient {
  filter: none; }

.needScroll {
  overflow: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch; }

.needScroll::-webkit-scrollbar {
  width: 6px;
  height: 6px; }

.needScroll::-webkit-scrollbar-thumb {
  background-color: rgba(200, 200, 200, 0.4);
  border-radius: 10px;
  -webkit-box-shadow: inset 1px 1px 0 rgba(200, 200, 200, 0.1); }

.needScroll:hover::-webkit-scrollbar-thumb {
  background-color: rgba(200, 200, 200, 0.4);
  border-radius: 10px;
  -webkit-box-shadow: inset 1px 1px 0 rgba(200, 200, 200, 0.1); }

.needScroll::-webkit-scrollbar-thumb:hover {
  background-color: rgba(200, 200, 200, 0.4);
  -webkit-box-shadow: inset 1px 1px 0 rgba(200, 200, 200, 0.1); }

.needScroll::-webkit-scrollbar-track {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(200, 200, 200, 0.4);
  background-color: white; }

.needScroll::-webkit-scrollbar-track:hover {
  -webkit-box-shadow: inset 0 0 6px rgba(200, 200, 200, 0.3);
  background-color: rgba(200, 200, 200, 0.01); }

.needTada {
  animation: tadass 1.2s linear infinite;
  -webkit-animation: tadass 1.2s linear infinite; }

@keyframes tadass {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  10%,
    20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); }
  30%,
    50%,
    70%,
    90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); }
  40%,
    60%,
    80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
.drop-down-leave-active {
  opacity: 0;
  -ms-transform: scaleY(0);
  transform: scaleY(0);
  transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1) 0.1s, opacity 0.5s cubic-bezier(0.23, 1, 0.32, 1) 0.1s;
  -ms-transform-origin: center top;
  transform-origin: center top;
  transform-origin: center top; }

.drop-down-enter-active {
  opacity: 1;
  -ms-transform: scaleY(1);
  transform: scaleY(1);
  transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1) 0.1s, opacity 0.5s cubic-bezier(0.23, 1, 0.32, 1) 0.1s;
  -ms-transform-origin: center top;
  transform-origin: center top;
  transform-origin: center top; }

.more_news_btn {
  text-align: center;
  margin-top: 10px; }
  .more_news_btn button {
    background: #27282D;
    padding: 14px 34px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    position: relative;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
    .more_news_btn button:hover {
      background: #FF4C53; }

.pub_more {
  color: #333333;
  background: url("../image/news/red_sj.png") no-repeat right top 6px;
  padding-right: 13px;
  font-size: 14px;
  cursor: pointer;
  transition: ease 0.3s; }
  .pub_more:hover {
    color: #FF4C53; }

.news_special .title {
  position: relative;
  margin-bottom: 18px; }
  .news_special .title:before {
    position: absolute;
    left: 0;
    width: 100%;
    height: 5px;
    background: #26272C;
    border-radius: 2px;
    display: block;
    content: ''; }
  .news_special .title .left {
    color: #333333;
    font-size: 18px;
    margin-top: 13px; }
  .news_special .title .pub_more {
    margin-top: 13px; }
.news_special ul {
  *zoom: 1; }
  .news_special ul:before, .news_special ul:after {
    content: " ";
    display: table; }
  .news_special ul:after {
    clear: both; }
  .news_special ul li {
    margin-right: 20px;
    margin-bottom: 20px;
    width: 590px;
    height: 184px;
    float: left;
    cursor: pointer; }
    .news_special ul li:nth-of-type(2n) {
      margin-right: 0; }
    .news_special ul li:hover .desc {
      width: 250px;
      background: #E9E9E9; }
    .news_special ul li:hover .pic {
      width: 300px; }
    .news_special ul li .pic {
      width: 337px;
      height: 184px;
      float: left;
      overflow: hidden;
      position: relative;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }
      .news_special ul li .pic .i1 {
        object-fit: cover;
        -o-object-fit: cover;
        object-position: cover;
        width: 100%;
        height: 100%;
        -webkit-filter: brightness(80%);
        filter: brightness(80%); }
      .news_special ul li .pic .i2 {
        position: absolute;
        left: 50%;
        top: 50%;
        width: 60px;
        height: 60px;
        -webkit-transform: translate(-50%, -50%) translateZ(0);
        -moz-transform: translate(-50%, -50%) translateZ(0);
        -ms-transform: translate(-50%, -50%) translateZ(0);
        -o-transform: translate(-50%, -50%) translateZ(0);
        transform: translate(-50%, -50%) translateZ(0); }
      .news_special ul li .pic .time {
        position: absolute;
        color: #fff;
        font-size: 14px;
        background: black;
        opacity: 0.7;
        border-radius: 13px;
        padding: 2px 8px;
        right: 6px;
        bottom: 6px; }
    .news_special ul li .desc {
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s;
      z-index: 2;
      position: relative;
      width: 213px;
      height: 136px;
      float: left;
      background: #F3F3F3;
      padding: 20px 20px 28px 20px; }
      .news_special ul li .desc .d1 {
        color: #333333;
        font-size: 16px;
        text-overflow: -o-ellipsis-lastline;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        display: box;
        -webkit-line-clamp: 2;
        line-clamp: 2;
        /*! autoprefixer: off */
        -webkit-box-orient: vertical;
        /* autoprefixer: on */
        white-space: normal; }
      .news_special ul li .desc .d2 {
        color: #666666;
        font-size: 16px;
        margin-top: 20px;
        margin-bottom: 22px;
        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
        -ms-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s; }
      .news_special ul li .desc .d3 {
        display: inline-block;
        padding: 1px 7px;
        border: 1px solid #FF4C53;
        border-radius: 4px;
        text-align: center;
        color: #FF4C53; }

.news_container .n0 > .left {
  width: 809px; }
  .news_container .n0 > .left .n1 {
    width: 809px;
    position: relative; }
    .news_container .n0 > .left .n1:hover .swiper-button-next {
      right: 28px; }
    .news_container .n0 > .left .n1:hover .swiper-button-prev {
      left: 28px; }
    .news_container .n0 > .left .n1 .title {
      position: absolute;
      bottom: 41px;
      color: #FFFFFF;
      font-size: 28px;
      left: 36px; }
    .news_container .n0 > .left .n1 .swiper-pagination {
      position: absolute;
      bottom: 17px;
      left: 37px;
      display: flex;
      align-items: center; }
      .news_container .n0 > .left .n1 .swiper-pagination .swiper-pagination-bullet {
        width: 10px;
        height: 10px;
        background: #fff;
        opacity: 0.5;
        border-radius: 50%;
        margin-right: 15px;
        box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s; }
        .news_container .n0 > .left .n1 .swiper-pagination .swiper-pagination-bullet:focus {
          outline: none; }
      .news_container .n0 > .left .n1 .swiper-pagination .swiper-pagination-bullet-active {
        width: 12px;
        height: 12px;
        border: 2px solid #c3c4cd;
        opacity: 0.5;
        border-radius: 50%;
        box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.9);
        -webkit-transform: scale(0.8);
        -moz-transform: scale(0.8);
        -ms-transform: scale(0.8);
        -o-transform: scale(0.8);
        transform: scale(0.8); }
    .news_container .n0 > .left .n1 .advantage {
      width: 100%;
      height: 428px; }
      .news_container .n0 > .left .n1 .advantage p {
        width: 100%;
        height: 428px;
        cursor: pointer; }
        .news_container .n0 > .left .n1 .advantage p img {
          width: 100%;
          height: 100%;
          background-size: cover;
          border-radius: 4px;
          filter: brightness(80%); }
    .news_container .n0 > .left .n1 .swiper-button-prev, .news_container .n0 > .left .n1 .swiper-button-next {
      background-size: 12px;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%);
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }
      .news_container .n0 > .left .n1 .swiper-button-prev:focus, .news_container .n0 > .left .n1 .swiper-button-next:focus {
        outline: none; }
    .news_container .n0 > .left .n1 .swiper-button-next {
      background-image: url("../image/news/right.png");
      right: -20px; }
    .news_container .n0 > .left .n1 .swiper-button-prev {
      background-image: url("../image/news/left.png");
      left: -20px; }
  .news_container .n0 > .left .n2 {
    margin-top: 24px;
    cursor: pointer; }
    .news_container .n0 > .left .n2:hover .pic .i1 {
      -webkit-transform: scale(1.1) translateZ(0);
      -moz-transform: scale(1.1) translateZ(0);
      -ms-transform: scale(1.1) translateZ(0);
      -o-transform: scale(1.1) translateZ(0);
      transform: scale(1.1) translateZ(0); }
    .news_container .n0 > .left .n2:hover .desc .d2 {
      color: #FF4C53;
      padding-left: 30px; }
      .news_container .n0 > .left .n2:hover .desc .d2:before {
        width: 20px; }
    .news_container .n0 > .left .n2 .pic {
      width: 335px;
      height: 210px;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      border-radius: 4px;
      overflow: hidden;
      position: relative; }
      .news_container .n0 > .left .n2 .pic .i1 {
        object-fit: cover;
        -o-object-fit: cover;
        object-position: cover;
        width: 100%;
        height: 100%;
        filter: brightness(80%);
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s; }
      .news_container .n0 > .left .n2 .pic .i2 {
        position: absolute;
        left: 50%;
        top: 50%;
        width: 60px;
        height: 60px;
        -webkit-transform: translate(-50%, -50%) translateZ(0);
        -moz-transform: translate(-50%, -50%) translateZ(0);
        -ms-transform: translate(-50%, -50%) translateZ(0);
        -o-transform: translate(-50%, -50%) translateZ(0);
        transform: translate(-50%, -50%) translateZ(0); }
      .news_container .n0 > .left .n2 .pic .time {
        position: absolute;
        color: #fff;
        font-size: 14px;
        background: black;
        opacity: 0.7;
        border-radius: 13px;
        padding: 2px 8px;
        right: 6px;
        bottom: 6px; }
    .news_container .n0 > .left .n2 .desc {
      width: 458px; }
      .news_container .n0 > .left .n2 .desc .title {
        width: 100%;
        border-top: 5px solid #26272C;
        border-radius: 2px;
        padding-top: 12px; }
        .news_container .n0 > .left .n2 .desc .title .t1 {
          color: #333333;
          font-size: 18px; }
      .news_container .n0 > .left .n2 .desc .d1 {
        color: #BBBBBB;
        font-size: 16px;
        margin-top: 38px; }
      .news_container .n0 > .left .n2 .desc .d2 {
        color: #333333;
        font-size: 28px;
        font-weight: normal;
        margin: 12px 0;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        word-break: break-all;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
        position: relative; }
        .news_container .n0 > .left .n2 .desc .d2:before {
          position: absolute;
          display: block;
          content: '';
          background: #FF4C53;
          width: 0;
          height: 2px;
          left: 0;
          top: 50%;
          -webkit-transform: translateY(-50%);
          -moz-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          -o-transform: translateY(-50%);
          transform: translateY(-50%);
          -webkit-transition: all 0.3s;
          -moz-transition: all 0.3s;
          -ms-transition: all 0.3s;
          -o-transition: all 0.3s;
          transition: all 0.3s; }
      .news_container .n0 > .left .n2 .desc .d3 {
        color: #333333;
        font-size: 16px;
        display: block; }
  .news_container .n0 > .left .n3 .title {
    *zoom: 1;
    margin-top: 20px;
    margin-bottom: 18px; }
    .news_container .n0 > .left .n3 .title:before, .news_container .n0 > .left .n3 .title:after {
      content: " ";
      display: table; }
    .news_container .n0 > .left .n3 .title:after {
      clear: both; }
    .news_container .n0 > .left .n3 .title .left {
      color: #333333;
      font-size: 18px; }
  .news_container .n0 > .left .n3 ul li {
    width: 259px;
    height: 269px;
    margin-right: 16px;
    margin-bottom: 16px;
    cursor: pointer;
    overflow: hidden; }
    .news_container .n0 > .left .n3 ul li:hover .pic {
      height: 119px; }
    .news_container .n0 > .left .n3 ul li:hover .desc {
      background: #E9E9E9; }
      .news_container .n0 > .left .n3 ul li:hover .desc .d2 {
        margin-top: 25px;
        margin-bottom: 29px; }
    .news_container .n0 > .left .n3 ul li:nth-of-type(3n) {
      margin-right: 0; }
    .news_container .n0 > .left .n3 ul li .pic {
      width: 259px;
      height: 143px;
      overflow: hidden;
      position: relative;
      transition: all 0.3s; }
      .news_container .n0 > .left .n3 ul li .pic .i1 {
        object-fit: cover;
        -o-object-fit: cover;
        object-position: cover;
        width: 100%;
        height: 100%;
        -webkit-filter: brightness(80%);
        filter: brightness(80%); }
      .news_container .n0 > .left .n3 ul li .pic .i2 {
        position: absolute;
        left: 50%;
        top: 50%;
        width: 60px;
        height: 60px;
        -webkit-transform: translate(-50%, -50%) translateZ(0);
        -moz-transform: translate(-50%, -50%) translateZ(0);
        -ms-transform: translate(-50%, -50%) translateZ(0);
        -o-transform: translate(-50%, -50%) translateZ(0);
        transform: translate(-50%, -50%) translateZ(0); }
      .news_container .n0 > .left .n3 ul li .pic .time {
        position: absolute;
        color: #fff;
        font-size: 14px;
        background: black;
        opacity: 0.7;
        border-radius: 13px;
        padding: 2px 8px;
        right: 6px;
        bottom: 6px; }
    .news_container .n0 > .left .n3 ul li .desc {
      -webkit-transition: 0.3s;
      -moz-transition: 0.3s;
      -ms-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s;
      z-index: 2;
      position: relative;
      width: 219px;
      background: #F3F3F3;
      padding: 20px 20px 28px 20px; }
      .news_container .n0 > .left .n3 ul li .desc .d1 {
        color: #333333;
        font-size: 16px;
        text-overflow: -o-ellipsis-lastline;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        display: box;
        -webkit-line-clamp: 2;
        line-clamp: 2;
        /*! autoprefixer: off */
        -webkit-box-orient: vertical;
        /* autoprefixer: on */
        white-space: normal; }
      .news_container .n0 > .left .n3 ul li .desc .d2 {
        color: #666666;
        font-size: 16px;
        margin-top: 14px;
        margin-bottom: 16px;
        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
        -ms-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s; }
      .news_container .n0 > .left .n3 ul li .desc .d3 {
        display: inline-block;
        padding: 1px 7px;
        border: 1px solid #FF4C53;
        border-radius: 4px;
        text-align: center;
        color: #FF4C53; }
.news_container .n0 > .right {
  width: 370px;
  position: relative; }
  .news_container .n0 > .right:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background: #26272C;
    display: block;
    content: '';
    border-radius: 2px; }
  .news_container .n0 > .right .title {
    padding-top: 13px;
    line-height: 35px; }
    .news_container .n0 > .right .title .pub_more {
      background: url("../image/news/red_sj.png") no-repeat right top 13px; }
    .news_container .n0 > .right .title .left {
      color: #333333;
      font-size: 18px; }
  .news_container .n0 > .right ul li {
    *zoom: 1;
    padding: 21px 8px;
    transition: 0.3s;
    cursor: pointer; }
    .news_container .n0 > .right ul li:before, .news_container .n0 > .right ul li:after {
      content: " ";
      display: table; }
    .news_container .n0 > .right ul li:after {
      clear: both; }
    .news_container .n0 > .right ul li:hover {
      background: #F3F3F3; }
      .news_container .n0 > .right ul li:hover .pic .i1 {
        -webkit-transform: scale(1.1) translateZ(0);
        -moz-transform: scale(1.1) translateZ(0);
        -ms-transform: scale(1.1) translateZ(0);
        -o-transform: scale(1.1) translateZ(0);
        transform: scale(1.1) translateZ(0); }
    .news_container .n0 > .right ul li .pic {
      width: 119px;
      height: 78px;
      overflow: hidden;
      position: relative; }
      .news_container .n0 > .right ul li .pic .i1 {
        object-fit: cover;
        -o-object-fit: cover;
        object-position: cover;
        width: 100%;
        height: 100%;
        -webkit-filter: brightness(80%);
        filter: brightness(80%);
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s; }
      .news_container .n0 > .right ul li .pic .i2 {
        position: absolute;
        left: 50%;
        top: 50%;
        width: 25px;
        height: 25px;
        -webkit-transform: translate(-50%, -50%) translateZ(0);
        -moz-transform: translate(-50%, -50%) translateZ(0);
        -ms-transform: translate(-50%, -50%) translateZ(0);
        -o-transform: translate(-50%, -50%) translateZ(0);
        transform: translate(-50%, -50%) translateZ(0); }
      .news_container .n0 > .right ul li .pic .time {
        position: absolute;
        color: #fff;
        font-size: 12px;
        background: #000;
        opacity: 0.7;
        border-radius: 13px;
        padding: 1px 7px;
        right: -5px;
        bottom: 2px;
        transform: scale(0.8); }
    .news_container .n0 > .right ul li .desc {
      width: 192px;
      margin-right: 22px; }
      .news_container .n0 > .right ul li .desc .d1 {
        color: #333333;
        font-size: 16px;
        text-overflow: -o-ellipsis-lastline;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        display: box;
        -webkit-line-clamp: 2;
        line-clamp: 2;
        /*! autoprefixer: off */
        -webkit-box-orient: vertical;
        /* autoprefixer: on */
        white-space: normal;
        margin-bottom: 7px; }
      .news_container .n0 > .right ul li .desc .d2 {
        *zoom: 1; }
        .news_container .n0 > .right ul li .desc .d2:before, .news_container .n0 > .right ul li .desc .d2:after {
          content: " ";
          display: table; }
        .news_container .n0 > .right ul li .desc .d2:after {
          clear: both; }
        .news_container .n0 > .right ul li .desc .d2 .d3 {
          color: #999999;
          font-size: 14px; }
        .news_container .n0 > .right ul li .desc .d2 .d4 {
          width: 35px;
          height: 22px;
          border: 1px solid #FF4C53;
          border-radius: 4px;
          display: inline-block;
          text-align: center;
          line-height: 22px;
          color: #FF4C53;
          margin-left: 13px;
          font-size: 14px; }

.header_bar0 .s0 {
  padding: 17px 0 0; }
.header_bar0 .s1 {
  margin-right: 30px; }
.header_bar0 .s2 {
  position: relative;
  *zoom: 1; }
  .header_bar0 .s2:before, .header_bar0 .s2:after {
    content: " ";
    display: table; }
  .header_bar0 .s2:after {
    clear: both; }
  .header_bar0 .s2 > li {
    transition: .3s;
    line-height: 45px;
    position: relative;
    cursor: pointer;
    float: left;
    height: 72px; }
    .header_bar0 .s2 > li:hover > span:after {
      width: 100%; }
    .header_bar0 .s2 > li > span {
      display: inline-block;
      color: #333333;
      font-size: 18px;
      margin: 0 30px;
      position: relative; }
      .header_bar0 .s2 > li > span.selected:after {
        width: 100%;
        background: #FF4C53; }
      .header_bar0 .s2 > li > span:after {
        position: absolute;
        display: block;
        content: '';
        width: 0;
        height: 2px;
        background: #FF4C53;
        left: 50%;
        transition: all .2s;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
        bottom: 0; }
.header_bar0 .s3 {
  float: right; }
  .header_bar0 .s3 form {
    width: 372px;
    margin-top: 5px;
    *zoom: 1; }
    .header_bar0 .s3 form:before, .header_bar0 .s3 form:after {
      content: " ";
      display: table; }
    .header_bar0 .s3 form:after {
      clear: both; }
    .header_bar0 .s3 form input {
      width: 273px;
      border: 1px solid #e2e2e2;
      border-radius: 0;
      font-size: 14px;
      height: 38px;
      float: left; }
      .header_bar0 .s3 form input::-webkit-input-placeholder {
        color: #666;
        font-size: 14px; }
      .header_bar0 .s3 form input::-moz-placeholder {
        color: #666;
        font-size: 14px; }
      .header_bar0 .s3 form input::-ms-input-placeholder {
        color: #666;
        font-size: 14px; }
      .header_bar0 .s3 form input:focus {
        box-shadow: 0 0 0 2px rgba(255, 76, 83, 0.2); }
    .header_bar0 .s3 form button {
      width: 99px;
      height: 38px;
      line-height: 38px;
      text-align: center;
      border-radius: 0;
      background: #FF4C53;
      border-color: #FF4C53;
      font-size: 16px;
      color: #fff;
      float: left;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }
      .header_bar0 .s3 form button:hover {
        opacity: 0.8; }

.channel_title {
  position: fixed;
  left: 200px;
  top: 80px; }
  .channel_title > p {
    color: #333;
    font-size: 22px;
    text-align: right;
    letter-spacing: 10px;
    margin-bottom: 12px; }
  .channel_title .c2 {
    position: relative;
    cursor: pointer; }
    .channel_title .c2 p {
      min-width: 65px;
      max-width: 90px;
      text-align: right;
      white-space: nowrap;
      text-overflow: ellipsis;
      overflow: hidden;
      word-break: break-all; }
    .channel_title .c2 span {
      display: inline-block;
      color: #999999;
      font-size: 16px;
      position: relative;
      padding-bottom: 5px;
      margin: 8px 20px 0 0; }
      .channel_title .c2 span.active:after {
        position: absolute;
        bottom: 0;
        width: 100%;
        height: 2px;
        display: block;
        content: '';
        background: #FF4C53;
        left: -50%;
        -webkit-transform: translateX(50%);
        -moz-transform: translateX(50%);
        -ms-transform: translateX(50%);
        -o-transform: translateX(50%);
        transform: translateX(50%);
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s; }
      .channel_title .c2 span:after {
        position: absolute;
        bottom: 0;
        width: 0;
        height: 2px;
        display: block;
        content: '';
        background: #FF4C53;
        left: -50%;
        -webkit-transform: translateX(50%);
        -moz-transform: translateX(50%);
        -ms-transform: translateX(50%);
        -o-transform: translateX(50%);
        transform: translateX(50%);
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s; }
      .channel_title .c2 span:hover:after {
        width: 100%; }

.channel_list {
  width: 1140px;
  margin: 0 auto; }
  .channel_list .ivu-page-item-active {
    border-color: #FF4C53; }
    .channel_list .ivu-page-item-active a {
      color: #FF4C53; }
  .channel_list .ivu-page-item:hover {
    border-color: #FF4C53; }
    .channel_list .ivu-page-item:hover a {
      color: #FF4C53; }
  .channel_list .ivu-page-item-jump-next:hover a {
    color: #FF4C53; }
  .channel_list .ivu-page-prev:hover {
    border-color: #FF4C53; }
    .channel_list .ivu-page-prev:hover a {
      color: #FF4C53; }
  .channel_list .ivu-page-options-elevator:hover input {
    border-color: #FF4C53; }
  .channel_list .ivu-page-options-elevator input:focus {
    border-color: #FF4C53;
    outline: 0;
    box-shadow: 0 0 0 2px rgba(255, 76, 83, 0.2); }
  .channel_list .ivu-page-next:hover {
    border-color: #FF4C53; }
    .channel_list .ivu-page-next:hover a {
      color: #FF4C53; }
  .channel_list .channel_ul {
    margin-top: 10px; }
    .channel_list .channel_ul .channel_li {
      width: 264px;
      height: 321px;
      margin-right: 21px;
      margin-bottom: 21px;
      cursor: pointer;
      overflow: hidden; }
      .channel_list .channel_ul .channel_li .video_pic {
        position: relative; }
        .channel_list .channel_ul .channel_li .video_pic:after {
          display: block;
          content: '';
          width: 60px;
          height: 60px;
          background: url("../image/news/play.png") no-repeat center;
          background-size: 60px;
          position: absolute;
          -webkit-transform: translate(-50%, -50%);
          -moz-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
          left: 50%;
          top: 50%; }
      .channel_list .channel_ul .channel_li:hover .pic {
        height: 137px; }
      .channel_list .channel_ul .channel_li:hover .desc {
        background-color: #eaeaea;
        height: 146px; }
      .channel_list .channel_ul .channel_li:nth-of-type(14n-5), .channel_list .channel_ul .channel_li:nth-of-type(14n) {
        width: 549px;
        margin-right: 21px;
        position: relative; }
        .channel_list .channel_ul .channel_li:nth-of-type(14n-5):hover .pic img, .channel_list .channel_ul .channel_li:nth-of-type(14n):hover .pic img {
          -webkit-transform: scale(1.03) translateZ(0);
          -moz-transform: scale(1.03) translateZ(0);
          -ms-transform: scale(1.03) translateZ(0);
          -o-transform: scale(1.03) translateZ(0);
          transform: scale(1.03) translateZ(0); }
        .channel_list .channel_ul .channel_li:nth-of-type(14n-5) .pic, .channel_list .channel_ul .channel_li:nth-of-type(14n) .pic {
          width: 549px;
          height: 321px;
          overflow: hidden;
          border-radius: 4px 4px 0 0; }
          .channel_list .channel_ul .channel_li:nth-of-type(14n-5) .pic img, .channel_list .channel_ul .channel_li:nth-of-type(14n) .pic img {
            filter: brightness(0.8);
            -webkit-transition: all 0.3s;
            -moz-transition: all 0.3s;
            -ms-transition: all 0.3s;
            -o-transition: all 0.3s;
            transition: all 0.3s; }
        .channel_list .channel_ul .channel_li:nth-of-type(14n-5) .desc, .channel_list .channel_ul .channel_li:nth-of-type(14n) .desc {
          position: absolute;
          width: 511px;
          height: 95px;
          bottom: 0;
          left: 0;
          background: transparent; }
          .channel_list .channel_ul .channel_li:nth-of-type(14n-5) .desc p, .channel_list .channel_ul .channel_li:nth-of-type(14n) .desc p {
            color: #fff;
            margin-bottom: 8px;
            font-size: 20px;
            white-space: nowrap;
            text-overflow: ellipsis;
            overflow: hidden;
            word-break: break-all; }
          .channel_list .channel_ul .channel_li:nth-of-type(14n-5) .desc span, .channel_list .channel_ul .channel_li:nth-of-type(14n) .desc span {
            margin: 0;
            float: left;
            color: #EAEAEA;
            font-size: 16px; }
          .channel_list .channel_ul .channel_li:nth-of-type(14n-5) .desc small, .channel_list .channel_ul .channel_li:nth-of-type(14n) .desc small {
            float: right; }
        .channel_list .channel_ul .channel_li:nth-of-type(14n-5):hover .pic, .channel_list .channel_ul .channel_li:nth-of-type(14n):hover .pic {
          height: 321px; }
        .channel_list .channel_ul .channel_li:nth-of-type(14n-5):hover .desc, .channel_list .channel_ul .channel_li:nth-of-type(14n):hover .desc {
          height: 95px; }
      .channel_list .channel_ul .channel_li:nth-of-type(14n) {
        margin-right: 0 !important; }
      .channel_list .channel_ul .channel_li:nth-of-type(14n-2) {
        margin-right: 21px !important; }
      .channel_list .channel_ul .channel_li:nth-of-type(14n-3) {
        margin-right: 0 !important; }
      .channel_list .channel_ul .channel_li .pic {
        width: 264px;
        height: 146px;
        border-radius: 4px 4px 0 0;
        overflow: hidden;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s; }
        .channel_list .channel_ul .channel_li .pic img {
          object-fit: cover;
          -o-object-fit: cover;
          object-position: cover;
          width: 100%;
          height: 100%; }
      .channel_list .channel_ul .channel_li .desc {
        border-radius: 0 0 4px 4px;
        background: #F3F3F3;
        padding: 19px;
        height: 137px;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s; }
        .channel_list .channel_ul .channel_li .desc p {
          color: #333333;
          font-size: 16px;
          text-overflow: -o-ellipsis-lastline;
          overflow: hidden;
          text-overflow: ellipsis;
          display: -webkit-box;
          display: box;
          -webkit-line-clamp: 4;
          line-clamp: 4;
          /*! autoprefixer: off */
          -webkit-box-orient: vertical;
          /* autoprefixer: on */
          white-space: normal; }
        .channel_list .channel_ul .channel_li .desc span {
          color: #666666;
          font-size: 16px;
          display: block;
          margin: 15px 0 25px 0; }
        .channel_list .channel_ul .channel_li .desc small {
          color: #FF4C53;
          font-size: 14px;
          display: inline-block;
          padding: 1px 4px;
          border: 1px solid #FF4C53;
          border-radius: 4px; }

.news_menu {
  position: fixed;
  left: 0;
  top: 108px;
  width: 100%;
  background: #fff;
  z-index: 3;
  box-shadow: 0 7px 5px -5px rgba(60, 60, 60, 0.28);
  padding: 20px 0 5px 0; }
  .news_menu .flip-wrap {
    padding: 3px 10px;
    text-align: center;
    margin-right: 20px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    position: relative;
    margin-bottom: 15px; }
    .news_menu .flip-wrap.active i {
      color: #fff; }
    .news_menu .flip-wrap.active:after {
      position: absolute;
      display: block;
      content: '';
      background: #FF4C53;
      border-radius: 15px;
      width: 100%;
      height: 100%;
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }
    .news_menu .flip-wrap i {
      font-size: 15px;
      color: #27282d;
      position: relative;
      z-index: 3;
      font-style: unset;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }
    .news_menu .flip-wrap:after {
      position: absolute;
      display: block;
      content: '';
      background: #FF4C53;
      border-radius: 15px;
      width: 0;
      height: 100%;
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }
    .news_menu .flip-wrap:hover i {
      color: #fff; }
    .news_menu .flip-wrap:hover:after {
      width: 100%; }

.channel_list {
  width: 1140px;
  margin: 0 auto; }
  .channel_list .ivu-page-item-active {
    border-color: #FF4C53; }
    .channel_list .ivu-page-item-active a {
      color: #FF4C53; }
  .channel_list .ivu-page-item:hover {
    border-color: #FF4C53; }
    .channel_list .ivu-page-item:hover a {
      color: #FF4C53; }
  .channel_list .ivu-page-item-jump-next:hover a {
    color: #FF4C53; }
  .channel_list .ivu-page-prev:hover {
    border-color: #FF4C53; }
    .channel_list .ivu-page-prev:hover a {
      color: #FF4C53; }
  .channel_list .ivu-page-options-elevator:hover input {
    border-color: #FF4C53; }
  .channel_list .ivu-page-options-elevator input:focus {
    border-color: #FF4C53;
    outline: 0;
    box-shadow: 0 0 0 2px rgba(255, 76, 83, 0.2); }
  .channel_list .ivu-page-next:hover {
    border-color: #FF4C53; }
    .channel_list .ivu-page-next:hover a {
      color: #FF4C53; }
  .channel_list .channel_ul {
    margin-top: 2px; }
    .channel_list .channel_ul .channel_li {
      width: 264px;
      height: 321px;
      margin-right: 21px;
      margin-bottom: 21px;
      cursor: pointer; }
      .channel_list .channel_ul .channel_li .video_pic {
        position: relative; }
        .channel_list .channel_ul .channel_li .video_pic:after {
          display: block;
          content: '';
          width: 60px;
          height: 60px;
          background: url("../image/news/play.png") no-repeat center;
          background-size: 60px;
          position: absolute;
          -webkit-transform: translate(-50%, -50%);
          -moz-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
          left: 50%;
          top: 50%; }
      .channel_list .channel_ul .channel_li:hover .pic {
        height: 137px; }
      .channel_list .channel_ul .channel_li:hover .desc {
        background-color: #eaeaea;
        height: 184px; }
      .channel_list .channel_ul .channel_li:nth-of-type(14n-5), .channel_list .channel_ul .channel_li:nth-of-type(14n) {
        width: 549px;
        margin-right: 21px;
        position: relative; }
        .channel_list .channel_ul .channel_li:nth-of-type(14n-5):hover .pic img, .channel_list .channel_ul .channel_li:nth-of-type(14n):hover .pic img {
          -webkit-transform: scale(1.03) translateZ(0);
          -moz-transform: scale(1.03) translateZ(0);
          -ms-transform: scale(1.03) translateZ(0);
          -o-transform: scale(1.03) translateZ(0);
          transform: scale(1.03) translateZ(0); }
        .channel_list .channel_ul .channel_li:nth-of-type(14n-5) .pic, .channel_list .channel_ul .channel_li:nth-of-type(14n) .pic {
          width: 549px;
          height: 321px; }
          .channel_list .channel_ul .channel_li:nth-of-type(14n-5) .pic img, .channel_list .channel_ul .channel_li:nth-of-type(14n) .pic img {
            filter: brightness(0.5);
            -webkit-transition: all 0.3s;
            -moz-transition: all 0.3s;
            -ms-transition: all 0.3s;
            -o-transition: all 0.3s;
            transition: all 0.3s; }
        .channel_list .channel_ul .channel_li:nth-of-type(14n-5) .desc, .channel_list .channel_ul .channel_li:nth-of-type(14n) .desc {
          position: absolute;
          width: 549px;
          height: 95px;
          bottom: 0;
          left: 0;
          background: transparent; }
          .channel_list .channel_ul .channel_li:nth-of-type(14n-5) .desc p, .channel_list .channel_ul .channel_li:nth-of-type(14n) .desc p {
            color: #fff;
            margin-bottom: 8px;
            font-size: 20px; }
          .channel_list .channel_ul .channel_li:nth-of-type(14n-5) .desc span, .channel_list .channel_ul .channel_li:nth-of-type(14n) .desc span {
            margin: 0;
            float: left;
            color: #EAEAEA;
            font-size: 16px; }
          .channel_list .channel_ul .channel_li:nth-of-type(14n-5) .desc small, .channel_list .channel_ul .channel_li:nth-of-type(14n) .desc small {
            float: right; }
        .channel_list .channel_ul .channel_li:nth-of-type(14n-5):hover .pic, .channel_list .channel_ul .channel_li:nth-of-type(14n):hover .pic {
          height: 321px; }
        .channel_list .channel_ul .channel_li:nth-of-type(14n-5):hover .desc, .channel_list .channel_ul .channel_li:nth-of-type(14n):hover .desc {
          height: 95px; }
      .channel_list .channel_ul .channel_li:nth-of-type(14n) {
        margin-right: 0 !important; }
      .channel_list .channel_ul .channel_li:nth-of-type(14n-2) {
        margin-right: 21px !important; }
      .channel_list .channel_ul .channel_li:nth-of-type(14n-3) {
        margin-right: 0 !important; }
      .channel_list .channel_ul .channel_li .pic {
        width: 264px;
        height: 146px;
        border-radius: 4px 4px 0 0;
        overflow: hidden;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s; }
        .channel_list .channel_ul .channel_li .pic img {
          object-fit: cover;
          -o-object-fit: cover;
          object-position: cover;
          width: 100%;
          height: 100%; }
      .channel_list .channel_ul .channel_li .desc {
        border-radius: 0 0 4px 4px;
        background: #F3F3F3;
        padding: 19px;
        height: 175px;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s; }
        .channel_list .channel_ul .channel_li .desc p {
          color: #333333;
          font-size: 16px; }
        .channel_list .channel_ul .channel_li .desc span {
          color: #666666;
          font-size: 16px;
          display: block;
          margin: 15px 0 25px 0; }
        .channel_list .channel_ul .channel_li .desc small {
          color: #FF4C53;
          font-size: 14px;
          display: inline-block;
          padding: 1px 4px;
          border: 1px solid #FF4C53;
          border-radius: 4px; }

.news-list {
  width: 800px; }
  .news-list ul li {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    border: 1px solid #EEEEEE;
    border-radius: 12px;
    margin-bottom: 10px; }
    .news-list ul li > a {
      display: block;
      padding: 20px 15px;
      *zoom: 1; }
      .news-list ul li > a:before, .news-list ul li > a:after {
        content: " ";
        display: table; }
      .news-list ul li > a:after {
        clear: both; }
    .news-list ul li:hover {
      background: #f8f8f8; }
      .news-list ul li:hover h3 {
        color: #E74812; }
    .news-list ul li .pic {
      margin-right: 20px;
      width: 180px;
      height: 135px;
      float: left; }
      .news-list ul li .pic img {
        object-fit: cover;
        -o-object-fit: cover;
        object-position: cover;
        width: 100%;
        height: 100%;
        border-radius: 4px; }
    .news-list ul li .desc {
      width: 550px;
      float: left;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      height: 135px; }
    .news-list ul li h3 {
      display: block;
      font-weight: bold;
      font-size: 20px;
      white-space: nowrap;
      text-overflow: ellipsis;
      overflow: hidden;
      word-break: break-all;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s;
      color: #333; }
    .news-list ul li .news-mx {
      margin: 16px 0 20px;
      box-sizing: border-box;
      color: #666;
      font-size: 16px;
      line-height: 24px;
      text-overflow: -o-ellipsis-lastline;
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      display: box;
      -webkit-line-clamp: 2;
      line-clamp: 2;
      /*! autoprefixer: off */
      -webkit-box-orient: vertical;
      /* autoprefixer: on */
      white-space: normal; }
    .news-list ul li p span {
      font-size: 13px;
      vertical-align: middle;
      line-height: 22px;
      color: #999;
      display: inline-block;
      font-family: "Microsoft YaHei"; }
    .news-list ul li .desc > em {
      margin-right: 10px;
      padding: 2px 7px;
      height: 28px;
      line-height: 28px;
      vertical-align: middle;
      border: solid 1px #FF4C53;
      border-radius: 3px;
      color: #FF4C53;
      font-family: "Microsoft YaHei"; }
      .news-list ul li .desc > em:hover {
        color: #FF4C53; }
    .news-list ul li i {
      display: inline-block;
      width: 15px;
      height: 13px; }
    .news-list ul li .icon-read {
      background: url(../image/news/icon_read.png) no-repeat;
      background-size: 15px;
      background-position-y: bottom; }
    .news-list ul li .icon-time {
      margin-bottom: -2px;
      background: url(../image/news/icon_time.png) no-repeat;
      background-size: 13px;
      background-position-y: bottom; }

.brand-area {
  margin-bottom: 20px;
  margin-top: 19px;
  width: 1197px; }
  .brand-area table {
    width: 100%;
    border: solid #e5e5e5;
    border-width: 1px 0 0 1px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .brand-area table td {
      border: solid #e5e5e5;
      border-width: 0 1px 1px 0;
      padding: 10px; }
      .brand-area table td a {
        display: inline-block;
        padding: 0 10px;
        height: 20px;
        line-height: 20px;
        margin: 5px 4px;
        cursor: pointer;
        font-size: 15px;
        border: 1px solid #fff;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s; }
        .brand-area table td a:hover {
          color: #FF4C53; }
        .brand-area table td a.on {
          border: 1px solid #FF4C53;
          color: #FF4C53; }
    .brand-area table tr td:first-child {
      width: 102px;
      text-align: center;
      background: #bfbfbf;
      font-size: 22px;
      color: #fff; }
      .brand-area table tr td:first-child span {
        padding: 2px; }

.m_news {
  width: 788px;
  position: relative; }
  .m_news:hover .swiper-button-next {
    right: 28px; }
  .m_news:hover .swiper-button-prev {
    left: 28px; }
  .m_news .title0 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 56px;
    line-height: 56px;
    background: rgba(0, 0, 0, 0.5); }
    .m_news .title0 span {
      color: #F8F6F6;
      font-size: 18px;
      width: 95%;
      margin: 0 auto;
      display: block;
      white-space: nowrap;
      text-overflow: ellipsis;
      overflow: hidden;
      word-break: break-all; }
  .m_news .swiper-pagination {
    position: absolute;
    bottom: 75px;
    left: 50%;
    display: flex;
    align-items: center;
    transform: translateX(-50%); }
    .m_news .swiper-pagination .swiper-pagination-bullet {
      width: 30px;
      height: 3px;
      border: 1px solid #E74812;
      background: #E74812;
      opacity: 0.5;
      margin-right: 5px;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s;
      -webkit-border-radius: 0px;
      -moz-border-radius: 0px;
      border-radius: 0px;
      border-radius: 3px; }
      .m_news .swiper-pagination .swiper-pagination-bullet:focus {
        outline: none; }
    .m_news .swiper-pagination .swiper-pagination-bullet-active {
      width: 30px;
      height: 3px;
      border: 1px solid #E74812;
      border-radius: 3px;
      opacity: 1; }
  .m_news .advantage {
    width: 100%;
    height: 396px; }
    .m_news .advantage p {
      width: 100%;
      height: 396px;
      cursor: pointer;
      position: relative; }
      .m_news .advantage p:after {
        position: absolute;
        background: -webkit-gradient(linear, 0 0, 0 100%, from(transparent), to(rgba(0, 0, 0, 0.6)));
        width: 100%;
        height: 100%;
        display: block;
        content: '';
        left: 0;
        top: 0; }
      .m_news .advantage p img {
        width: 100%;
        height: 100%;
        background-size: cover; }
  .m_news .swiper-button-prev, .m_news .swiper-button-next {
    background-size: 12px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
    .m_news .swiper-button-prev:focus, .m_news .swiper-button-next:focus {
      outline: none; }
  .m_news .swiper-button-next {
    background-image: url("../image/news/right.png");
    right: -20px; }
  .m_news .swiper-button-prev {
    background-image: url("../image/news/left.png");
    left: -20px; }

.latest_franchise {
  border: 1px solid #e5e5e5;
  width: 326px;
  border-bottom: 2px solid #db214d;
  height: 350px;
  overflow: hidden; }
  .latest_franchise .bd .swiper-container-franchise {
    height: 300px; }
  .latest_franchise .bd .cl {
    box-sizing: border-box;
    padding: 20px;
    border-bottom: 1px solid #e5e5e5;
    *zoom: 1; }
    .latest_franchise .bd .cl:before, .latest_franchise .bd .cl:after {
      content: " ";
      display: table; }
    .latest_franchise .bd .cl:after {
      clear: both; }
    .latest_franchise .bd .cl dl {
      width: 100%; }
      .latest_franchise .bd .cl dl dt {
        font-size: 14px;
        margin-bottom: 6px;
        max-width: 255px;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        word-break: break-all; }
        .latest_franchise .bd .cl dl dt b {
          margin-right: 20px; }
        .latest_franchise .bd .cl dl dt i {
          font-style: normal; }
      .latest_franchise .bd .cl dl dd {
        font-size: 12px;
        line-height: 1.5;
        text-align: justify;
        color: #999;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        word-break: break-all; }
  .latest_franchise .title {
    line-height: 42px;
    *zoom: 1; }
    .latest_franchise .title:before, .latest_franchise .title:after {
      content: " ";
      display: table; }
    .latest_franchise .title:after {
      clear: both; }
    .latest_franchise .title > span {
      display: inline-block;
      padding: 0 15px;
      font-size: 18px;
      border-top: 2px solid #db214d; }
    .latest_franchise .title .more {
      float: right;
      font-size: 14px;
      color: #999;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }
      .latest_franchise .title .more:hover {
        color: #db214c; }
      .latest_franchise .title .more .arrow {
        margin-left: 5px;
        display: inline-block;
        width: 14px;
        height: 14px;
        margin-right: 4px;
        vertical-align: middle;
        background: url("../image/icon.png") 0 -330px no-repeat; }

.jm_inner_rt01 {
  position: relative;
  width: 326px;
  background: url("../image/index/idx_form_bg.png") no-repeat center;
  background-size: cover;
  padding-bottom: 38px;
  height: 431px;
  margin-top: 40px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px; }
  .jm_inner_rt01 .four-digit {
    position: absolute;
    top: 20px;
    z-index: 10;
    font-size: 50px;
    color: #EF6136;
    left: 90px;
    *zoom: 1; }
    .jm_inner_rt01 .four-digit:before, .jm_inner_rt01 .four-digit:after {
      content: " ";
      display: table; }
    .jm_inner_rt01 .four-digit:after {
      clear: both; }
    .jm_inner_rt01 .four-digit span {
      float: left;
      display: inline-block;
      text-align: center; }
      .jm_inner_rt01 .four-digit span:nth-of-type(1) {
        width: 39px;
        margin-right: 6px; }
      .jm_inner_rt01 .four-digit span:nth-of-type(2) {
        width: 41px;
        margin-right: 4px; }
      .jm_inner_rt01 .four-digit span:nth-of-type(3) {
        width: 41px;
        margin-right: 6px; }
      .jm_inner_rt01 .four-digit span:nth-of-type(4) {
        width: 41px; }
  .jm_inner_rt01 .jm_title {
    *zoom: 1;
    height: 45px;
    padding-top: 122px;
    margin-bottom: 18px;
    cursor: pointer; }
    .jm_inner_rt01 .jm_title:before, .jm_inner_rt01 .jm_title:after {
      content: " ";
      display: table; }
    .jm_inner_rt01 .jm_title:after {
      clear: both; }
    .jm_inner_rt01 .jm_title span {
      height: 45px;
      float: left;
      display: inline-block;
      width: 50%;
      background: #ECEDEA;
      color: #333;
      text-align: center;
      font-size: 22px;
      line-height: 45px; }
      .jm_inner_rt01 .jm_title span.selected {
        border-bottom: 2px solid #E64A1B;
        background: #fff;
        color: #E64A1B; }
  .jm_inner_rt01 .jm_con {
    width: 326px; }
    .jm_inner_rt01 .jm_con form .layui-form-select dl dd.layui-this {
      background: #e64a1b; }
    .jm_inner_rt01 .jm_con form .layui-form-item {
      margin-bottom: 0; }
    .jm_inner_rt01 .jm_con form .layui-form-select {
      margin-bottom: 10px; }
    .jm_inner_rt01 .jm_con form .layui-form-label {
      padding-left: 15px;
      padding-right: 0;
      text-align: left;
      padding-top: 0;
      padding-bottom: 0;
      line-height: 27px; }
    .jm_inner_rt01 .jm_con form .layui-input-block {
      margin-left: 95px;
      margin-right: 15px;
      min-height: unset; }
    .jm_inner_rt01 .jm_con form .layui-input {
      height: 27px;
      border-radius: 0;
      border: 1px solid #CBCBCB;
      font-size: 14px;
      margin-bottom: 10px; }
    .jm_inner_rt01 .jm_con form button {
      width: 92%;
      height: 43px;
      line-height: 43px;
      background: #E64A1B;
      border-color: #E64A1B;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s;
      border-radius: 6px;
      color: #fff;
      font-size: 18px; }
    .jm_inner_rt01 .jm_con .layui-form2 .layui-form-select {
      margin-bottom: 0; }

.war_report {
  width: 326px;
  margin-top: 33px;
  border: 1px solid #e5e5e5; }
  .war_report .report_dow {
    height: 300px;
    padding: 0 0 10px 0; }
    .war_report .report_dow .war_slide span {
      display: block;
      color: #333;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s;
      width: 90%;
      margin: 0 auto;
      white-space: nowrap;
      text-overflow: ellipsis;
      overflow: hidden;
      word-break: break-all;
      padding: 6px 0;
      font-size: 14px;
      line-height: 24px; }
    .war_report .report_dow .war_slide:hover span {
      color: #FF4C53; }
  .war_report .title {
    line-height: 42px;
    *zoom: 1;
    position: relative; }
    .war_report .title:before, .war_report .title:after {
      content: " ";
      display: table; }
    .war_report .title:after {
      clear: both; }
    .war_report .title:after {
      position: absolute;
      bottom: 0;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      -o-transform: translateX(-50%);
      transform: translateX(-50%);
      display: block;
      content: '';
      background: #e5e5e5;
      height: 1px;
      width: 95%; }
    .war_report .title > span {
      display: inline-block;
      padding: 0 15px;
      font-size: 18px;
      border-top: 2px solid #db214d; }
    .war_report .title .more {
      float: right;
      font-size: 14px;
      color: #999;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }
      .war_report .title .more:hover {
        color: #db214c; }
      .war_report .title .more .arrow {
        margin-left: 5px;
        display: inline-block;
        width: 14px;
        height: 14px;
        margin-right: 4px;
        vertical-align: middle;
        background: url("../image/icon.png") 0 -330px no-repeat; }

.m_news_info {
  box-shadow: 0 0 8px #efefef;
  width: 390px; }
  .m_news_info p {
    background: #FBFBFB;
    height: 50px;
    line-height: 50px;
    text-align: center; }
    .m_news_info p span {
      color: #E74812;
      font-size: 18px; }
  .m_news_info ul {
    background: #fff;
    padding: 8px 0;
    height: 329px;
    overflow: hidden; }
    .m_news_info ul li a {
      padding: 9px 20px;
      display: block;
      white-space: nowrap;
      text-overflow: ellipsis;
      overflow: hidden;
      word-break: break-all;
      font-size: 14px;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s;
      *zoom: 1; }
      .m_news_info ul li a:before, .m_news_info ul li a:after {
        content: " ";
        display: table; }
      .m_news_info ul li a:after {
        clear: both; }
      .m_news_info ul li a span {
        max-width: 100%;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        word-break: break-all;
        float: left; }
      .m_news_info ul li a img {
        float: left;
        margin-left: 5px; }
      .m_news_info ul li a:hover {
        color: #f34a11; }

.news_nav_bar {
  position: relative;
  width: 100%;
  background: #fff;
  box-shadow: 0 0 8px #efefef;
  margin-top: 25px; }
  .news_nav_bar dl dd {
    width: calc(1200px / 7);
    text-align: center;
    height: 40px;
    line-height: 40px; }
    .news_nav_bar dl dd:last-of-type a:after {
      width: 0; }
    .news_nav_bar dl dd:hover a {
      color: #E74812; }
    .news_nav_bar dl dd a {
      display: block;
      font-size: 16px;
      color: #333;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s;
      position: relative; }
      .news_nav_bar dl dd a:after {
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        width: 1px;
        height: 13px;
        display: block;
        content: '';
        background: #E8E8E8; }
      .news_nav_bar dl dd a.on {
        color: #E74812;
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        border-radius: 6px; }
        .news_nav_bar dl dd a.on:before {
          width: 27px;
          height: 2px;
          background: #E74812;
          border-radius: 1px;
          display: block;
          content: '';
          position: absolute;
          left: 50%;
          transform: translateX(-50%);
          bottom: 0; }

.article_wrapper0 {
  width: 782px; }
  .article_wrapper0 .article_title {
    font-size: 24px;
    color: #333333;
    margin-bottom: 20px;
    font-weight: bolder; }
  .article_wrapper0 .comment_wrapper {
    border-bottom: 1px dashed #eee;
    margin-bottom: 20px; }
    .article_wrapper0 .comment_wrapper .user_icon {
      width: 40px;
      height: 40px;
      margin-left: 18px; }
      .article_wrapper0 .comment_wrapper .user_icon img {
        object-fit: cover;
        -o-object-fit: cover;
        object-position: cover;
        width: 100%;
        height: 100%;
        border-radius: 50%; }
    .article_wrapper0 .comment_wrapper .comment_content {
      margin-left: 19px;
      width: 705px; }
      .article_wrapper0 .comment_wrapper .comment_content .reply {
        margin-bottom: 20px; }
        .article_wrapper0 .comment_wrapper .comment_content .reply .r0 .r1 {
          color: #060606;
          font-size: 20px;
          margin-top: 5px; }
        .article_wrapper0 .comment_wrapper .comment_content .reply .r0 .r2 {
          color: #999999;
          font-size: 18px;
          margin-top: 10px;
          margin-bottom: 5px; }
        .article_wrapper0 .comment_wrapper .comment_content .reply .r0 .r3 {
          color: #999999;
          font-size: 16px; }
        .article_wrapper0 .comment_wrapper .comment_content .reply .r4 {
          background: url("../image/news/good.jpg") no-repeat right center;
          background-size: 32px 30px; }
          .article_wrapper0 .comment_wrapper .comment_content .reply .r4 span {
            color: #999999;
            font-size: 20px;
            padding-right: 40px;
            padding-top: 8px;
            display: block; }
      .article_wrapper0 .comment_wrapper .comment_content .child_reply .r0 {
        margin-left: 19px; }
      .article_wrapper0 .comment_wrapper .comment_content .child_reply .user_icon {
        margin-left: 0; }
  .article_wrapper0 .common_title {
    color: #333;
    font-size: 20px;
    position: relative;
    padding-left: 11px; }
    .article_wrapper0 .common_title:before {
      position: absolute;
      width: 3px;
      height: 19px;
      display: block;
      content: '';
      background: #FF4C53;
      left: 0;
      top: 50%;
      transform: translateY(-50%); }
  .article_wrapper0 .recommend_reading ul {
    margin-top: 26px; }
    .article_wrapper0 .recommend_reading ul li {
      width: 182px;
      margin-right: 18px;
      cursor: pointer; }
      .article_wrapper0 .recommend_reading ul li:hover .pic img {
        transform: scale(1.1); }
      .article_wrapper0 .recommend_reading ul li:nth-of-type(4) {
        margin-right: 0; }
      .article_wrapper0 .recommend_reading ul li .pic {
        width: 182px;
        height: 102px;
        overflow: hidden; }
        .article_wrapper0 .recommend_reading ul li .pic img {
          object-fit: cover;
          -o-object-fit: cover;
          object-position: cover;
          width: 100%;
          height: 100%;
          transition: 0.3s; }
      .article_wrapper0 .recommend_reading ul li .text_wrapper {
        background: #F4F4F4;
        padding: 10px 5px; }
        .article_wrapper0 .recommend_reading ul li .text_wrapper span {
          width: 90%;
          margin: 0 auto;
          display: block;
          white-space: nowrap;
          text-overflow: ellipsis;
          overflow: hidden;
          word-break: break-all;
          color: #333;
          font-size: 14px; }
  .article_wrapper0 .comment_list {
    margin-top: 78px; }
    .article_wrapper0 .comment_list .common_title {
      margin-bottom: 42px; }
  .article_wrapper0 .invest1 {
    cursor: pointer; }
    .article_wrapper0 .invest1 .bc0 {
      cursor: pointer;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s;
      padding: 18px; }
      .article_wrapper0 .invest1 .bc0:hover {
        background: #f8f8f8;
        box-shadow: 5px 5px 5px 5px #ddd; }
      .article_wrapper0 .invest1 .bc0 .bc1 {
        margin-right: 16px;
        width: 210px;
        height: 144px;
        background: #fff;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s; }
        .article_wrapper0 .invest1 .bc0 .bc1 img {
          object-fit: contain;
          -o-object-fit: contain;
          object-position: contain;
          width: 100%;
          height: 100%; }
      .article_wrapper0 .invest1 .bc0 .bc2 {
        width: 400px; }
        .article_wrapper0 .invest1 .bc0 .bc2 .a1 {
          display: flex;
          justify-content: flex-start;
          align-items: center;
          margin-top: 12px; }
          .article_wrapper0 .invest1 .bc0 .bc2 .a1 .b1 {
            color: #333333;
            font-size: 21px;
            font-weight: bolder;
            white-space: nowrap;
            text-overflow: ellipsis;
            overflow: hidden;
            word-break: break-all; }
        .article_wrapper0 .invest1 .bc0 .bc2 .a3 {
          color: #333;
          font-size: 16px;
          white-space: nowrap;
          text-overflow: ellipsis;
          overflow: hidden;
          word-break: break-all;
          margin-bottom: 10px;
          margin-top: 10px; }
        .article_wrapper0 .invest1 .bc0 .bc2 .a5 {
          color: #666;
          font-size: 12px;
          font-weight: lighter;
          margin-bottom: 12px; }
        .article_wrapper0 .invest1 .bc0 .bc2 .a6 span {
          color: #FF4C53;
          border: 1px solid #FF4C53;
          padding: 0 14px;
          border-radius: 25px;
          font-size: 14px;
          margin-right: 10px;
          margin-bottom: 10px;
          display: inline-block; }
      .article_wrapper0 .invest1 .bc0 .bc3 button {
        background: #FF4C53;
        padding: 7px 31px;
        border-radius: 0;
        border-color: #FF4C53;
        margin-top: 55px;
        transition: all 0.3s;
        color: #fff;
        font-size: 14px; }
  .article_wrapper0 .infos {
    padding-bottom: 10px;
    margin-bottom: 25px; }
    .article_wrapper0 .infos span {
      display: inline-block;
      margin-right: 20px;
      font-size: 14px;
      line-height: 22px;
      color: #969696; }
    .article_wrapper0 .infos a {
      color: #969696;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }
      .article_wrapper0 .infos a:hover {
        color: #E74812; }
  .article_wrapper0 .individual .i1 {
    width: 40px;
    height: 40px;
    margin-right: 12px; }
    .article_wrapper0 .individual .i1 img {
      object-fit: cover;
      -o-object-fit: cover;
      object-position: cover;
      width: 100%;
      height: 100%;
      border-radius: 50%; }
  .article_wrapper0 .individual .i2 p {
    color: #333333;
    font-size: 16px; }
  .article_wrapper0 .individual .i2 span {
    display: block;
    color: #999;
    font-size: 12px;
    margin-top: 3px; }
  .article_wrapper0 .source {
    margin-bottom: 30px; }
    .article_wrapper0 .source .s1 {
      color: #999999;
      font-size: 16px; }
    .article_wrapper0 .source .s2 {
      color: #999999;
      font-size: 16px;
      background: url("../image/news/icon.png") no-repeat left center;
      padding-left: 29px;
      background-size: contain; }
  .article_wrapper0 .detail-tips {
    background: #FEEBCE;
    border-radius: 6px;
    padding: 12px 15px; }
    .article_wrapper0 .detail-tips h2 {
      color: #666;
      font-weight: bold;
      font-size: 15px;
      margin-bottom: 6px; }
    .article_wrapper0 .detail-tips p {
      font-size: 16px;
      color: #333333;
      line-height: 24px; }
      .article_wrapper0 .detail-tips p:nth-of-type(1) {
        margin-bottom: 15px; }
      .article_wrapper0 .detail-tips p:nth-of-type(2) {
        color: #666;
        font-size: 14px; }
  .article_wrapper0 .article_content {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 50px;
    margin-top: 30px; }
    .article_wrapper0 .article_content img {
      max-width: 100% !important;
      height: auto !important;
      border-radius: 10px !important;
      display: block;
      margin: 15px auto; }
    .article_wrapper0 .article_content p, .article_wrapper0 .article_content span {
      font-size: 16px;
      line-height: 28px; }
  .article_wrapper0 .disclaimer {
    margin-bottom: 70px; }
    .article_wrapper0 .disclaimer p {
      color: #999999;
      font-size: 16px;
      line-height: 28px; }

.news_s6 {
  padding-bottom: 32px; }
  .news_s6 > main {
    position: relative; }
    .news_s6 > main .swiper-s7-next {
      position: absolute;
      z-index: 3;
      top: 21px;
      right: -1px;
      background: url("../image/index/next.png") no-repeat center;
      background-size: 10px; }
      .news_s6 > main .swiper-s7-next:focus {
        outline: none; }
    .news_s6 > main .swiper-s7-prev {
      position: absolute;
      z-index: 3;
      top: 21px;
      left: -1px;
      background: url("../image/index/prev.png") no-repeat center;
      background-size: 10px; }
      .news_s6 > main .swiper-s7-prev:focus {
        outline: none; }
    .news_s6 > main .swiper-button-disabled {
      opacity: 1 !important; }
  .news_s6 .s6_wrapper {
    width: 100%;
    background: #fff;
    position: relative;
    margin-top: 45px;
    box-shadow: 0 0 10px rgba(218, 218, 218, 0.5); }
  .news_s6 .s6_nav {
    overflow: hidden;
    *zoom: 1;
    background: #fff;
    width: 96%;
    margin: 0 auto; }
    .news_s6 .s6_nav:before, .news_s6 .s6_nav:after {
      content: " ";
      display: table; }
    .news_s6 .s6_nav:after {
      clear: both; }
    .news_s6 .s6_nav .cate_list {
      float: left;
      width: 108px;
      padding: 10px 0;
      text-align: center;
      font-size: 16px;
      color: #333;
      position: relative; }
      .news_s6 .s6_nav .cate_list:after {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        right: 0;
        width: 1px;
        height: 20px;
        background: #e5e5e5;
        display: block;
        content: ''; }
      .news_s6 .s6_nav .cate_list.s6_nav_on {
        background: #fff;
        position: relative;
        color: #E74812; }
        .news_s6 .s6_nav .cate_list.s6_nav_on:before {
          position: absolute;
          bottom: 0;
          left: 50%;
          display: block;
          content: '';
          width: 27px;
          height: 2px;
          background: #E64A1B;
          -webkit-transform: translateX(-50%);
          -moz-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
          -o-transform: translateX(-50%);
          transform: translateX(-50%); }
  .news_s6 .idx_brand_list {
    width: 100%;
    margin-top: 20px;
    *zoom: 1; }
    .news_s6 .idx_brand_list:before, .news_s6 .idx_brand_list:after {
      content: " ";
      display: table; }
    .news_s6 .idx_brand_list:after {
      clear: both; }
    .news_s6 .idx_brand_list > div {
      float: left;
      width: 230px;
      margin: 0 12px 12px 0; }
      .news_s6 .idx_brand_list > div:hover a .b2 b {
        color: #E64A1B; }
      .news_s6 .idx_brand_list > div:nth-of-type(5n) {
        margin-right: 0; }
      .news_s6 .idx_brand_list > div a {
        display: block;
        padding: 5px;
        cursor: pointer;
        border: 1px solid #EEEEEE;
        border-radius: 4px; }
        .news_s6 .idx_brand_list > div a .b1 {
          position: relative;
          width: 100%;
          height: 160px; }
          .news_s6 .idx_brand_list > div a .b1 img {
            object-fit: cover;
            -o-object-fit: cover;
            object-position: cover;
            width: 100%;
            height: 100%;
            border-radius: 4px; }
          .news_s6 .idx_brand_list > div a .b1 em {
            position: absolute;
            top: 10px;
            background: -webkit-linear-gradient(left, #ED5145, #DE3056);
            background: -o-linear-gradient(left, #ED5145, #DE3056);
            background: -moz-linear-gradient(left, #ED5145, #DE3056);
            background: -ms-linear-gradient(left, #ED5145, #DE3056);
            display: block;
            color: #F8F6F6;
            font-size: 14px;
            padding: 4px 15px 5px;
            border-top-right-radius: 12px;
            border-bottom-right-radius: 12px; }
        .news_s6 .idx_brand_list > div a .b2 {
          text-align: center;
          padding-top: 10px;
          padding-bottom: 5px; }
          .news_s6 .idx_brand_list > div a .b2 b {
            display: block;
            color: #333;
            padding: 0 5px;
            font-weight: normal;
            text-align: center;
            white-space: nowrap;
            text-overflow: ellipsis;
            overflow: hidden;
            word-break: break-all;
            font-size: 16px;
            cursor: pointer;
            -webkit-transition: all 0.3s;
            -moz-transition: all 0.3s;
            -ms-transition: all 0.3s;
            -o-transition: all 0.3s;
            transition: all 0.3s; }
          .news_s6 .idx_brand_list > div a .b2 small {
            font-size: 14px;
            color: #333;
            padding: 10px 5px;
            text-align: center;
            display: block; }
        .news_s6 .idx_brand_list > div a .b3 {
          display: flex;
          justify-content: center;
          align-items: center;
          margin-bottom: 5px; }
          .news_s6 .idx_brand_list > div a .b3 button {
            width: 85px;
            height: 32px;
            display: block;
            line-height: 32px;
            outline: none;
            font-size: 16px;
            border-radius: 4px;
            cursor: pointer;
            background: #E74812;
            color: #FAFAFA; }

/* 底部留言框 */
.news-articleBtm {
  margin: 0 auto;
  background: #fff;
  border: 1px solid #DCDCDC;
  overflow: hidden;
  border-radius: 6px; }
  .news-articleBtm .title {
    height: 64px;
    line-height: 64px;
    font-size: 22px;
    text-align: center;
    color: #F9F9F9;
    background: #E74812;
    width: 100%;
    font-weight: bolder; }
    .news-articleBtm .title span {
      font-size: 18px;
      font-weight: normal;
      margin-left: 5px; }
  .news-articleBtm .left {
    float: left;
    padding-left: 26px;
    height: 285px; }
    .news-articleBtm .left .txt_1 {
      margin-bottom: 26px;
      font-size: 16px;
      color: #FF3C3C; }
    .news-articleBtm .left .field_1 {
      margin-bottom: 16px; }
    .news-articleBtm .left .field_2 span {
      color: #EB1010;
      font-size: 18px; }
    .news-articleBtm .left input {
      padding: 0 14px;
      width: 340px;
      height: 46px;
      font-size: 16px;
      border: 1px solid #E8E8E8;
      border-radius: 6px; }
    .news-articleBtm .left .txt_2 {
      margin-top: 14px;
      margin-bottom: 26px;
      font-size: 18px;
      color: #588AC6; }
    .news-articleBtm .left .txt_3 {
      color: #333;
      font-size: 18px;
      padding: 27px 0 20px;
      text-indent: 20px; }
    .news-articleBtm .left .btns {
      text-align: left; }
    .news-articleBtm .left button {
      margin-top: 14px;
      width: 370px;
      height: 56px;
      font-size: 22px;
      font-weight: normal;
      color: #F8F7F7;
      background: #E74812;
      border-radius: 6px;
      cursor: pointer; }
  .news-articleBtm .right {
    float: right;
    width: 300px;
    text-align: center;
    line-height: 18px;
    font-size: 14px;
    color: #666; }
    .news-articleBtm .right h3 {
      padding: 28px 0 18px;
      line-height: 26px;
      font-size: 22px;
      font-weight: bold;
      color: #333333; }
    .news-articleBtm .right .img {
      display: inline-block;
      width: 140px;
      height: 140px;
      background-size: contain; }
    .news-articleBtm .right p {
      color: #999999;
      font-size: 14px;
      margin-top: 14px; }

.news-brand-info {
  border: 1px solid #E8E8E8;
  border-radius: 6px; }
  .news-brand-info .pic {
    width: 161px;
    height: 107px;
    border: 1px solid #DCDCDC;
    border-radius: 4px;
    margin-top: 29px;
    margin-left: 16px;
    margin-bottom: 24px; }
    .news-brand-info .pic img {
      object-fit: contain;
      -o-object-fit: contain;
      object-position: contain;
      width: 100%;
      height: 100%; }
  .news-brand-info .desc {
    margin-top: 28px;
    margin-left: 25px; }
    .news-brand-info .desc .d1 {
      color: #333333;
      font-size: 22px;
      font-weight: bolder;
      margin-bottom: 8px; }
    .news-brand-info .desc .d2 {
      *zoom: 1;
      margin-bottom: 8px; }
      .news-brand-info .desc .d2:before, .news-brand-info .desc .d2:after {
        content: " ";
        display: table; }
      .news-brand-info .desc .d2:after {
        clear: both; }
      .news-brand-info .desc .d2 li {
        float: left;
        width: 64px;
        height: 18px;
        background: #FFFFFF;
        border: 1px solid #FC0101;
        border-radius: 9px;
        line-height: 18px;
        text-align: center;
        color: #FB0101;
        margin-right: 6px; }
    .news-brand-info .desc .d3 {
      color: #666666;
      font-size: 16px;
      margin-bottom: 6px; }
    .news-brand-info .desc .d4 {
      color: #999999;
      font-size: 14px; }
  .news-brand-info button {
    width: 148px;
    height: 35px;
    background: #E74812;
    border-radius: 18px;
    color: #FBF9F9;
    font-size: 16px;
    margin-top: 52px;
    margin-right: 25px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
    .news-brand-info button:hover {
      opacity: 0.8; }

.crumbs {
  background: url("../image/site.png") no-repeat left center;
  padding-left: 27px;
  margin-bottom: 35px;
  color: #969696;
  font-size: 14px; }
  .crumbs a {
    color: #969696;
    font-size: 14px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
    .crumbs a:hover {
      color: #E74812; }

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