.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; }

.now1 {
  transform: translateY(30px);
  visibility: hidden;
  opacity: 0;
  pointer-events: none; }

.now {
  transform: translateY(0);
  visibility: visible;
  opacity: 1; }

.nav {
  position: relative; }
  .nav:after {
    display: block;
    content: '';
    background: #E74812;
    width: 100%;
    height: 2px;
    top: 45px;
    left: 0;
    position: absolute; }
  .nav .all00 {
    position: relative;
    z-index: 10; }
  .nav .nav-below {
    position: relative;
    z-index: 8;
    padding-bottom: 30px; }
  .nav .left {
    width: 293px;
    position: relative;
    cursor: pointer; }
    .nav .left .cate-data {
      display: flex;
      position: absolute;
      left: 0;
      top: 47px;
      background: #fff;
      width: auto;
      height: 527px;
      flex-direction: column;
      flex-wrap: wrap;
      min-width: 786px;
      padding: 20px 10px 30px;
      box-shadow: 0 0 8px rgba(171, 171, 171, 0.3);
      transition: 0.3s; }
      .nav .left .cate-data > div {
        position: relative;
        width: 160px;
        height: 78px;
        cursor: pointer;
        *zoom: 1; }
        .nav .left .cate-data > div:before, .nav .left .cate-data > div:after {
          content: " ";
          display: table; }
        .nav .left .cate-data > div:after {
          clear: both; }
        .nav .left .cate-data > div:hover .logo img:nth-of-type(1) {
          opacity: 0; }
        .nav .left .cate-data > div:hover .logo img:nth-of-type(2) {
          opacity: 1; }
        .nav .left .cate-data > div:hover .info > p {
          color: #E74812; }
        .nav .left .cate-data > div:hover .info > div p {
          color: #E74812; }
        .nav .left .cate-data > div .logo {
          margin-top: 16px;
          float: left;
          width: 34px;
          height: 36px;
          line-height: 36px;
          text-align: center;
          overflow: hidden;
          margin-left: 10%;
          -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; }
          .nav .left .cate-data > div .logo img {
            position: absolute;
            left: 0;
            top: 0;
            -webkit-transition: all 0.3s;
            -moz-transition: all 0.3s;
            -ms-transition: all 0.3s;
            -o-transition: all 0.3s;
            transition: all 0.3s;
            object-fit: contain;
            -o-object-fit: contain;
            object-position: contain;
            width: 100%;
            height: 100%;
            transition: 0.3s;
            opacity: 1; }
            .nav .left .cate-data > div .logo img:nth-of-type(2) {
              opacity: 0; }
        .nav .left .cate-data > div .info {
          margin-left: 10px;
          float: left;
          width: 100px;
          margin-top: 14px; }
          .nav .left .cate-data > div .info > p {
            white-space: nowrap;
            text-overflow: ellipsis;
            overflow: hidden;
            word-break: break-all;
            color: #333;
            font-size: 15px;
            transition: 0.3s; }
          .nav .left .cate-data > div .info > div {
            margin-top: 3px; }
            .nav .left .cate-data > div .info > div p {
              white-space: nowrap;
              text-overflow: ellipsis;
              overflow: hidden;
              word-break: break-all;
              color: #999;
              font-size: 12px;
              transition: 0.3s; }
    .nav .left .all {
      width: 100%;
      height: 47px;
      line-height: 47px;
      background: -webkit-linear-gradient(left, #FF5B03, #FF0931);
      background: -o-linear-gradient(left, #FF5B03, #FF0931);
      background: -moz-linear-gradient(left, #FF5B03, #FF0931);
      background: -ms-linear-gradient(left, #FF5B03, #FF0931);
      *zoom: 1; }
      .nav .left .all:before, .nav .left .all:after {
        content: " ";
        display: table; }
      .nav .left .all:after {
        clear: both; }
      .nav .left .all span {
        float: left;
        color: #FFFFFF;
        font-size: 18px;
        text-indent: 68px; }
      .nav .left .all img {
        float: right;
        margin-top: 13px;
        margin-right: 22px; }
    .nav .left ul {
      box-shadow: 0 0 8px rgba(228, 228, 228, 0.7); }
      .nav .left ul li {
        position: relative;
        height: 72px;
        cursor: pointer;
        *zoom: 1; }
        .nav .left ul li:before, .nav .left ul li:after {
          content: " ";
          display: table; }
        .nav .left ul li:after {
          clear: both; }
        .nav .left ul li a {
          display: block;
          width: 100%;
          height: 100%;
          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; }
          .nav .left ul li a:before {
            position: absolute;
            left: 0;
            width: 3px;
            top: 0;
            height: 100%;
            background: #E74812;
            display: block;
            content: '';
            opacity: 0;
            -webkit-transition: all 0.3s;
            -moz-transition: all 0.3s;
            -ms-transition: all 0.3s;
            -o-transition: all 0.3s;
            transition: all 0.3s; }
          .nav .left ul li a > img {
            margin-right: 22px;
            float: right;
            margin-top: 29px;
            -webkit-transition: all 0.3s;
            -moz-transition: all 0.3s;
            -ms-transition: all 0.3s;
            -o-transition: all 0.3s;
            transition: all 0.3s; }
        .nav .left ul li:hover a {
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.08); }
          .nav .left ul li:hover a:before {
            opacity: 1; }
          .nav .left ul li:hover a > img {
            margin-right: 15px; }
        .nav .left ul li:hover .logo {
          margin-left: 12%; }
          .nav .left ul li:hover .logo img:nth-of-type(1) {
            opacity: 0; }
          .nav .left ul li:hover .logo img:nth-of-type(2) {
            opacity: 1; }
        .nav .left ul li:hover .info {
          margin-left: 14px; }
          .nav .left ul li:hover .info > p {
            color: #E74812; }
          .nav .left ul li:hover .info > div p {
            color: #E74812; }
        .nav .left ul li:after {
          position: absolute;
          right: 0;
          bottom: 0;
          width: 100%;
          height: 1px;
          display: block;
          content: '';
          background: #E3E3E3; }
        .nav .left ul li:last-of-type:after {
          height: 0; }
        .nav .left ul li .logo {
          margin-top: 16px;
          float: left;
          width: 34px;
          height: 36px;
          line-height: 36px;
          text-align: center;
          overflow: hidden;
          margin-left: 10%;
          -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; }
          .nav .left ul li .logo img {
            position: absolute;
            left: 0;
            top: 0;
            -webkit-transition: all 0.3s;
            -moz-transition: all 0.3s;
            -ms-transition: all 0.3s;
            -o-transition: all 0.3s;
            transition: all 0.3s;
            object-fit: contain;
            -o-object-fit: contain;
            object-position: contain;
            width: 100%;
            height: 100%;
            transition: 0.3s;
            opacity: 1; }
            .nav .left ul li .logo img:nth-of-type(2) {
              opacity: 0; }
        .nav .left ul li .info {
          margin-left: 10px;
          float: left;
          width: 160px;
          margin-top: 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; }
          .nav .left ul li .info > p {
            white-space: nowrap;
            text-overflow: ellipsis;
            overflow: hidden;
            word-break: break-all;
            color: #333;
            font-size: 16px;
            transition: 0.3s; }
          .nav .left ul li .info > div {
            margin-top: 3px; }
            .nav .left ul li .info > div p {
              white-space: nowrap;
              text-overflow: ellipsis;
              overflow: hidden;
              word-break: break-all;
              color: #7A7A7A;
              font-size: 12px;
              transition: 0.3s; }
  .nav .right {
    width: calc(1200px - 303px); }
    .nav .right .swiper-container-lb-big {
      width: 100%;
      height: 400px;
      margin-top: 10px; }
      .nav .right .swiper-container-lb-big a {
        display: block;
        width: 100%;
        height: 100%; }
        .nav .right .swiper-container-lb-big a img {
          border-radius: 2px;
          width: 100%;
          height: 100%;
          object-fit: cover;
          -o-object-fit: cover;
          object-position: cover;
          width: 100%;
          height: 100%;
          background: #fff; }
      .nav .right .swiper-container-lb-big .swiper-pagination {
        bottom: 10px;
        left: 50%;
        transform: translateX(-50%); }
      .nav .right .swiper-container-lb-big .swiper-pagination-bullet {
        width: 18px;
        height: 10px;
        background: #E64A19;
        opacity: 0.42;
        border-radius: 5px; }
      .nav .right .swiper-container-lb-big .swiper-pagination-bullet-active {
        width: 18px;
        height: 10px;
        background: #E64A19;
        border-radius: 5px;
        opacity: 1; }
    .nav .right .swiper-container-lb-small {
      height: 157px;
      margin-top: 10px; }
      .nav .right .swiper-container-lb-small a {
        display: block;
        width: 100%;
        height: 100%; }
        .nav .right .swiper-container-lb-small a img {
          border-radius: 2px;
          width: 100%;
          height: 100%;
          object-fit: cover;
          -o-object-fit: cover;
          object-position: cover;
          width: 100%;
          height: 100%;
          background: #fff; }
      .nav .right .swiper-container-lb-small .swiper-button-prev-lb-small {
        background-color: rgba(0, 0, 0, 0.4);
        background-size: 10px;
        border-top-right-radius: 20px;
        border-bottom-right-radius: 20px;
        width: 37px;
        height: 41px;
        left: 0; }
      .nav .right .swiper-container-lb-small .swiper-button-next-lb-small {
        background-color: rgba(0, 0, 0, 0.4);
        background-size: 10px;
        border-top-left-radius: 20px;
        border-bottom-left-radius: 20px;
        width: 37px;
        height: 41px;
        right: 1px; }
    .nav .right ul {
      float: right;
      width: calc(1200px - 320px);
      height: 45px;
      display: flex;
      justify-content: space-between; }
      .nav .right ul li a {
        color: #6D6D6D;
        font-size: 18px;
        height: 45px;
        display: block;
        line-height: 45px;
        transition: 0.3s;
        position: relative; }
        .nav .right ul li a:hover {
          color: #E74812;
          font-weight: bolder; }
        .nav .right ul li a img {
          position: absolute;
          right: -3px;
          top: -7px; }

.idx_join .join_wrap {
  position: absolute;
  top: 0;
  left: 0; }
  .idx_join .join_wrap .j_img {
    float: left;
    width: 99px;
    height: 99px;
    margin-left: 68px;
    margin-top: 10px; }
    .idx_join .join_wrap .j_img img {
      object-fit: cover;
      -o-object-fit: cover;
      object-position: cover;
      width: 100%;
      height: 100%;
      border-radius: 50%; }
  .idx_join .join_wrap .j_info {
    margin-left: 48px;
    margin-top: 22px;
    float: left; }
    .idx_join .join_wrap .j_info p {
      color: #FFFFFF; }
      .idx_join .join_wrap .j_info p:nth-of-type(1) {
        font-size: 28px; }
      .idx_join .join_wrap .j_info p:nth-of-type(2) {
        font-weight: bolder;
        font-size: 26px; }
  .idx_join .join_wrap .j_keyword {
    margin-left: 132px;
    margin-top: 38px;
    float: left;
    height: 46px; }
    .idx_join .join_wrap .j_keyword .layui-form-select dl dd.layui-this {
      background: #E64A19; }
    .idx_join .join_wrap .j_keyword button {
      float: left;
      cursor: pointer;
      height: 46px;
      width: 138px;
      color: #FAF9F9;
      font-size: 16px;
      text-align: center;
      line-height: 46px;
      background: #E74812;
      border-top-right-radius: 6px;
      border-bottom-right-radius: 6px; }
    .idx_join .join_wrap .j_keyword .layui-form {
      *zoom: 1;
      height: 46px; }
      .idx_join .join_wrap .j_keyword .layui-form:before, .idx_join .join_wrap .j_keyword .layui-form:after {
        content: " ";
        display: table; }
      .idx_join .join_wrap .j_keyword .layui-form:after {
        clear: both; }
      .idx_join .join_wrap .j_keyword .layui-form .layui-input-block {
        margin-left: 0; }
      .idx_join .join_wrap .j_keyword .layui-form .layui-form-select {
        width: 100px;
        float: left; }
      .idx_join .join_wrap .j_keyword .layui-form .layui-input {
        border-radius: 0;
        height: 46px; }
      .idx_join .join_wrap .j_keyword .layui-form .search_input {
        float: left;
        width: 289px;
        border-left: 0; }
    .idx_join .join_wrap .j_keyword .layui-select-title .layui-input {
      border-top-left-radius: 6px;
      border-bottom-left-radius: 6px; }

.idx_title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 9px; }

.idx_title2 {
  text-align: center;
  color: #666666;
  font-size: 14px;
  letter-spacing: 1px; }

.idx_s6 {
  padding-top: 35px; }
  .idx_s6 > main {
    position: relative; }
    .idx_s6 > main .swiper-s6-next {
      position: absolute;
      z-index: 3;
      top: 21px;
      right: -1px;
      background: url("../image/index/next.png") no-repeat center;
      background-size: 10px; }
      .idx_s6 > main .swiper-s6-next:focus {
        outline: none; }
    .idx_s6 > main .swiper-s6-prev {
      position: absolute;
      z-index: 3;
      top: 21px;
      left: -1px;
      background: url("../image/index/prev.png") no-repeat center;
      background-size: 10px; }
      .idx_s6 > main .swiper-s6-prev:focus {
        outline: none; }
    .idx_s6 > main .swiper-button-disabled {
      opacity: 1 !important; }
  .idx_s6 .s6_wrapper {
    width: 100%;
    background: #fff;
    position: relative;
    margin-top: 45px;
    box-shadow: 0 0 10px rgba(218, 218, 218, 0.5); }
  .idx_s6 .s6_nav {
    overflow: hidden;
    *zoom: 1;
    background: #fff;
    width: 96%;
    margin: 0 auto; }
    .idx_s6 .s6_nav:before, .idx_s6 .s6_nav:after {
      content: " ";
      display: table; }
    .idx_s6 .s6_nav:after {
      clear: both; }
    .idx_s6 .s6_nav .cate_list {
      float: left;
      width: 104px;
      padding: 10px 0;
      text-align: center;
      font-size: 16px;
      color: #333;
      position: relative; }
      .idx_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: ''; }
      .idx_s6 .s6_nav .cate_list.s6_nav_on {
        background: #fff;
        position: relative;
        color: #E74812; }
        .idx_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%); }
  .idx_s6 .idx_brand_list {
    width: 100%;
    margin-top: 20px;
    *zoom: 1; }
    .idx_s6 .idx_brand_list:before, .idx_s6 .idx_brand_list:after {
      content: " ";
      display: table; }
    .idx_s6 .idx_brand_list:after {
      clear: both; }
    .idx_s6 .idx_brand_list > div {
      float: left;
      width: 230px;
      margin: 0 12px 12px 0; }
      .idx_s6 .idx_brand_list > div:hover a .b2 b {
        color: #E64A1B; }
      .idx_s6 .idx_brand_list > div:nth-of-type(5n) {
        margin-right: 0; }
      .idx_s6 .idx_brand_list > div a {
        display: block;
        padding: 5px;
        cursor: pointer;
        border: 1px solid #EEEEEE;
        border-radius: 4px; }
        .idx_s6 .idx_brand_list > div a .b1 {
          position: relative;
          width: 100%;
          height: 160px; }
          .idx_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;
            background: #fff url(../image/loading.gif) no-repeat center; }
          .idx_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; }
        .idx_s6 .idx_brand_list > div a .b2 {
          text-align: center;
          padding-top: 10px;
          padding-bottom: 5px; }
          .idx_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; }
          .idx_s6 .idx_brand_list > div a .b2 small {
            font-size: 14px;
            color: #333;
            padding: 10px 5px;
            text-align: center;
            display: block; }
        .idx_s6 .idx_brand_list > div a .b3 {
          display: flex;
          justify-content: center;
          align-items: center;
          margin-bottom: 5px; }
          .idx_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; }

.idx_pinpai {
  width: 100%;
  margin-top: 18px; }
  .idx_pinpai .pinpai_bg {
    border: 1px solid #E5E5E5;
    margin-top: 30px;
    margin-bottom: 20px;
    padding: 0 18px; }
    .idx_pinpai .pinpai_bg .pinpai_list {
      width: 100%;
      height: 492px;
      margin: 0 auto;
      overflow: hidden; }
      .idx_pinpai .pinpai_bg .pinpai_list .left {
        width: calc((100% - 90px) / 6);
        margin-right: 18px;
        margin-bottom: 29px; }
        .idx_pinpai .pinpai_bg .pinpai_list .left:nth-of-type(6n) {
          margin-right: 0; }
      .idx_pinpai .pinpai_bg .pinpai_list .pic {
        width: 100%;
        height: 64px;
        border: 1px solid #E5E5E5;
        cursor: pointer;
        display: flex;
        justify-content: center;
        align-items: center;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
        box-shadow: 0 0 0 0 rgba(231, 72, 18, 0.68) inset;
        background: #fff url(../image/loading.gif) no-repeat center; }
        .idx_pinpai .pinpai_bg .pinpai_list .pic:hover {
          box-shadow: 0 0 8px 0 rgba(231, 72, 18, 0.68) inset; }
        .idx_pinpai .pinpai_bg .pinpai_list .pic img {
          width: 90%;
          height: 90%;
          -o-object-fit: contain;
          object-fit: contain; }

.idx_news {
  padding-top: 20px; }
  .idx_news .news_wrap {
    border: 1px solid #E8E8E8;
    margin-top: 48px; }
    .idx_news .news_wrap .idx_news_type {
      *zoom: 1;
      height: 48px; }
      .idx_news .news_wrap .idx_news_type:before, .idx_news .news_wrap .idx_news_type:after {
        content: " ";
        display: table; }
      .idx_news .news_wrap .idx_news_type:after {
        clear: both; }
      .idx_news .news_wrap .idx_news_type li {
        float: left;
        background: #F3F3F3;
        line-height: 48px;
        width: calc(1198px / 6);
        text-align: center;
        cursor: pointer; }
        .idx_news .news_wrap .idx_news_type li p {
          color: #333;
          font-size: 18px; }
        .idx_news .news_wrap .idx_news_type li.active {
          background: #fff;
          position: relative; }
          .idx_news .news_wrap .idx_news_type li.active:after {
            position: absolute;
            width: 27px;
            height: 2px;
            background: #E74812;
            display: block;
            content: '';
            left: 50%;
            transform: translateX(-50%);
            bottom: 0; }
          .idx_news .news_wrap .idx_news_type li.active p {
            color: #E74812; }
    .idx_news .news_wrap .idx_news_content {
      margin: 31px 33px 16px; }
      .idx_news .news_wrap .idx_news_content > .left {
        width: 305px;
        height: 381px; }
        .idx_news .news_wrap .idx_news_content > .left .swiper-container-hot-news {
          width: 100%;
          height: 100%; }
          .idx_news .news_wrap .idx_news_content > .left .swiper-container-hot-news a {
            display: block;
            width: 100%;
            height: 100%;
            position: relative; }
            .idx_news .news_wrap .idx_news_content > .left .swiper-container-hot-news a img {
              object-fit: cover;
              -o-object-fit: cover;
              object-position: cover;
              width: 100%;
              height: 100%;
              border-radius: 2px;
              background: #fff url(../image/loading.gif) no-repeat center; }
            .idx_news .news_wrap .idx_news_content > .left .swiper-container-hot-news a p {
              line-height: 40px;
              height: 40px;
              background: rgba(0, 0, 0, 0.5);
              width: 100%;
              position: absolute;
              bottom: 0;
              left: 0; }
              .idx_news .news_wrap .idx_news_content > .left .swiper-container-hot-news a p span {
                width: 92%;
                text-align: left;
                margin: 0 auto;
                display: block;
                white-space: nowrap;
                text-overflow: ellipsis;
                overflow: hidden;
                word-break: break-all;
                color: #F8F6F6;
                font-size: 14px; }
          .idx_news .news_wrap .idx_news_content > .left .swiper-container-hot-news .swiper-pagination-bullets {
            bottom: 50px; }
          .idx_news .news_wrap .idx_news_content > .left .swiper-container-hot-news .swiper-pagination-bullet {
            width: 10px;
            height: 6px;
            background: #E64A19;
            opacity: 0.42;
            border-radius: 3px; }
          .idx_news .news_wrap .idx_news_content > .left .swiper-container-hot-news .swiper-pagination-bullet-active {
            width: 10px;
            height: 6px;
            background: #E64A19;
            border-radius: 3px;
            opacity: 1; }
      .idx_news .news_wrap .idx_news_content > .right {
        width: calc(1132px - 305px - 20px); }
        .idx_news .news_wrap .idx_news_content > .right .new-r1 {
          height: 191px;
          *zoom: 1; }
          .idx_news .news_wrap .idx_news_content > .right .new-r1:before, .idx_news .news_wrap .idx_news_content > .right .new-r1:after {
            content: " ";
            display: table; }
          .idx_news .news_wrap .idx_news_content > .right .new-r1:after {
            clear: both; }
          .idx_news .news_wrap .idx_news_content > .right .new-r1 li {
            float: left;
            width: 50%;
            margin-bottom: 14px; }
            .idx_news .news_wrap .idx_news_content > .right .new-r1 li:hover a span {
              color: #E74812; }
            .idx_news .news_wrap .idx_news_content > .right .new-r1 li a {
              display: flex;
              justify-content: center;
              align-items: center; }
              .idx_news .news_wrap .idx_news_content > .right .new-r1 li a em {
                width: 8px;
                height: 8px;
                margin-right: 5px;
                background: #E5E5E5;
                border-radius: 4px;
                display: block;
                float: left; }
              .idx_news .news_wrap .idx_news_content > .right .new-r1 li a span {
                width: calc(((1132px - 305px - 20px) / 2 - 20px));
                display: block;
                float: left;
                color: #333333;
                font-size: 16px;
                white-space: nowrap;
                text-overflow: ellipsis;
                overflow: hidden;
                word-break: break-all;
                transition: 0.3s; }
        .idx_news .news_wrap .idx_news_content > .right .new-r2 {
          *zoom: 1; }
          .idx_news .news_wrap .idx_news_content > .right .new-r2:before, .idx_news .news_wrap .idx_news_content > .right .new-r2:after {
            content: " ";
            display: table; }
          .idx_news .news_wrap .idx_news_content > .right .new-r2:after {
            clear: both; }
          .idx_news .news_wrap .idx_news_content > .right .new-r2 li {
            float: left;
            width: 253px;
            height: 190px;
            margin-right: 22px; }
            .idx_news .news_wrap .idx_news_content > .right .new-r2 li:hover a p img {
              -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); }
            .idx_news .news_wrap .idx_news_content > .right .new-r2 li:nth-of-type(3) {
              margin-right: 0; }
            .idx_news .news_wrap .idx_news_content > .right .new-r2 li a {
              width: 100%;
              height: 100%;
              position: relative;
              display: block; }
              .idx_news .news_wrap .idx_news_content > .right .new-r2 li a p {
                width: 100%;
                height: 100%; }
                .idx_news .news_wrap .idx_news_content > .right .new-r2 li a p:nth-of-type(1) {
                  overflow: hidden; }
                  .idx_news .news_wrap .idx_news_content > .right .new-r2 li a p:nth-of-type(1) img {
                    width: 100%;
                    height: 100%;
                    object-fit: cover;
                    -o-object-fit: cover;
                    object-position: cover;
                    width: 100%;
                    height: 100%;
                    border-radius: 2px;
                    -webkit-transition: all 0.3s;
                    -moz-transition: all 0.3s;
                    -ms-transition: all 0.3s;
                    -o-transition: all 0.3s;
                    transition: all 0.3s;
                    background: #fff url(../image/loading.gif) no-repeat center; }
                .idx_news .news_wrap .idx_news_content > .right .new-r2 li a p:nth-of-type(2) {
                  line-height: 40px;
                  height: 40px;
                  background: rgba(0, 0, 0, 0.5);
                  width: 100%;
                  position: absolute;
                  bottom: 0;
                  left: 0; }
                  .idx_news .news_wrap .idx_news_content > .right .new-r2 li a p:nth-of-type(2) span {
                    text-align: left;
                    margin: 0 auto;
                    display: block;
                    white-space: nowrap;
                    text-overflow: ellipsis;
                    overflow: hidden;
                    word-break: break-all;
                    color: #F8F6F6;
                    font-size: 14px;
                    width: 92%; }

.idx_recom {
  padding-top: 40px; }
  .idx_recom .idx_recommend {
    border: 1px solid #E5E5E5;
    margin: 30px 0 30px; }
    .idx_recom .idx_recommend .idx_recommend_list {
      padding-top: 28px;
      width: calc(173px * 6 + 18px * 5);
      margin: 0 auto;
      *zoom: 1; }
      .idx_recom .idx_recommend .idx_recommend_list:before, .idx_recom .idx_recommend .idx_recommend_list:after {
        content: " ";
        display: table; }
      .idx_recom .idx_recommend .idx_recommend_list:after {
        clear: both; }
      .idx_recom .idx_recommend .idx_recommend_list li {
        float: left;
        width: 171px;
        height: 64px;
        border: 1px solid #E5E5E5;
        margin-bottom: 28px;
        margin-right: 18px;
        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; }
        .idx_recom .idx_recommend .idx_recommend_list li:hover {
          box-shadow: 0px 0px 8px 0px rgba(231, 72, 18, 0.68) inset; }
        .idx_recom .idx_recommend .idx_recommend_list li:nth-of-type(6n) {
          margin-right: 0; }
        .idx_recom .idx_recommend .idx_recommend_list li a {
          width: 100%;
          height: 100%;
          position: relative;
          display: block; }
          .idx_recom .idx_recommend .idx_recommend_list li a img {
            width: 90%;
            height: 90%;
            object-fit: contain;
            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%;
            background: #fff url(../image/loading.gif) no-repeat center; }

.idx_process {
  padding-bottom: 35px;
  padding-top: 40px; }
  .idx_process .idx_process_title {
    color: #010101;
    font-size: 24px;
    padding-bottom: 22px;
    width: 100%;
    border-bottom: 2px solid #E64A19; }
  .idx_process .idx_process_wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 90%;
    margin: 0 auto; }
    .idx_process .idx_process_wrap .pro-right {
      margin-top: 44px; }
    .idx_process .idx_process_wrap .idx_process_content {
      display: flex;
      flex-direction: column;
      align-items: center; }
      .idx_process .idx_process_wrap .idx_process_content p:nth-of-type(1) {
        height: 43px;
        margin-top: 59px;
        margin-bottom: 30px; }
        .idx_process .idx_process_wrap .idx_process_content p:nth-of-type(1) img {
          object-fit: contain;
          -o-object-fit: contain;
          object-position: contain;
          width: 100%;
          height: 100%; }
      .idx_process .idx_process_wrap .idx_process_content p:nth-of-type(2) {
        color: #333333;
        font-size: 22px; }
      .idx_process .idx_process_wrap .idx_process_content p:nth-of-type(3) {
        color: #666666;
        font-size: 14px;
        margin-top: 6px; }

.idx_zb {
  padding-top: 20px;
  padding-bottom: 20px; }
  .idx_zb .t1 {
    border-bottom: 2px solid #E64A19;
    padding-bottom: 10px;
    margin-bottom: 11px;
    *zoom: 1; }
    .idx_zb .t1:before, .idx_zb .t1:after {
      content: " ";
      display: table; }
    .idx_zb .t1:after {
      clear: both; }
    .idx_zb .t1 span {
      float: left;
      color: #333;
      font-size: 24px; }
    .idx_zb .t1 a {
      float: right;
      color: #146194;
      font-size: 16px;
      display: block;
      margin-top: 5px;
      background: url(../image/index/more2.png) no-repeat center right;
      padding-right: 18px; }
  .idx_zb .left {
    width: 788px; }
    .idx_zb .left ul {
      *zoom: 1; }
      .idx_zb .left ul:before, .idx_zb .left ul:after {
        content: " ";
        display: table; }
      .idx_zb .left ul:after {
        clear: both; }
      .idx_zb .left ul li {
        float: left;
        margin-right: 13px;
        border: 1px solid #E8E8E8;
        width: 252px;
        height: 252px;
        margin-bottom: 20px;
        border-radius: 4px; }
        .idx_zb .left ul li:nth-of-type(3n) {
          margin-right: 0; }
        .idx_zb .left ul li p {
          width: 252px;
          height: 190px; }
          .idx_zb .left ul li p img {
            object-fit: cover;
            -o-object-fit: cover;
            object-position: cover;
            width: 100%;
            height: 100%;
            background: #fff url(../image/loading.gif) no-repeat center; }
        .idx_zb .left ul li span {
          color: #333333;
          font-size: 16px;
          display: block;
          width: 90%;
          margin: 0 auto;
          text-align: left;
          margin-top: 10px;
          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; }
  .idx_zb .right {
    width: 365px; }
    .idx_zb .right .ct {
      height: 525px; }
      .idx_zb .right .ct .ct1 {
        margin-bottom: 10px;
        border: 1px solid #E8E8E8;
        border-radius: 2px; }
        .idx_zb .right .ct .ct1 span {
          display: block;
          height: 46px;
          line-height: 46px;
          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;
          white-space: nowrap;
          text-overflow: ellipsis;
          overflow: hidden;
          word-break: break-all;
          padding-left: 55px;
          font-size: 14px;
          background: url(../image/sub_brand/xibao.png) no-repeat left top; }
        .idx_zb .right .ct .ct1:hover span {
          color: #FF4C53; }

.idx_guide .idx_guide_title {
  width: 100%;
  color: #333333;
  font-size: 24px;
  border-bottom: 2px solid #E64A19;
  padding-bottom: 12px;
  margin-top: 26px;
  margin-bottom: 19px; }
.idx_guide .guide_title {
  *zoom: 1;
  width: 90%;
  margin: 0 auto;
  padding: 12px 0 35px; }
  .idx_guide .guide_title:before, .idx_guide .guide_title:after {
    content: " ";
    display: table; }
  .idx_guide .guide_title:after {
    clear: both; }
  .idx_guide .guide_title span {
    float: left;
    color: #E74812;
    font-size: 18px; }
  .idx_guide .guide_title a {
    float: right;
    color: #146194;
    font-size: 16px;
    display: block;
    background: url(../image/index/more2.png) no-repeat center right;
    padding-right: 18px; }
.idx_guide .guide_wrap1 {
  border: 1px solid #E8E8E8;
  width: 388px;
  height: 431px; }
  .idx_guide .guide_wrap1 .guide_pics {
    *zoom: 1;
    width: calc(115px * 3 + 14px);
    margin: 0 auto;
    margin-bottom: 27px; }
    .idx_guide .guide_wrap1 .guide_pics:before, .idx_guide .guide_wrap1 .guide_pics:after {
      content: " ";
      display: table; }
    .idx_guide .guide_wrap1 .guide_pics:after {
      clear: both; }
    .idx_guide .guide_wrap1 .guide_pics li {
      margin-right: 7px;
      width: 115px;
      height: 86px;
      float: left; }
      .idx_guide .guide_wrap1 .guide_pics li:nth-of-type(3n) {
        margin-right: 0; }
      .idx_guide .guide_wrap1 .guide_pics li a {
        display: block;
        border-radius: 4px;
        width: 100%;
        height: 100%;
        overflow: hidden; }
        .idx_guide .guide_wrap1 .guide_pics li a img {
          object-fit: cover;
          -o-object-fit: cover;
          object-position: cover;
          width: 100%;
          height: 100%;
          background: #fff url(../image/loading.gif) no-repeat center; }
  .idx_guide .guide_wrap1 .clear {
    margin-bottom: 20px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
    .idx_guide .guide_wrap1 .clear:hover .left img {
      -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); }
    .idx_guide .guide_wrap1 .clear:hover .right p:nth-of-type(1) {
      color: #E74812; }
  .idx_guide .guide_wrap1 .left {
    width: 134px;
    height: 100px;
    margin-left: 12px;
    overflow: hidden;
    border-radius: 4px; }
    .idx_guide .guide_wrap1 .left img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      -o-object-fit: cover;
      object-position: cover;
      width: 100%;
      height: 100%;
      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;
      background: #fff url(../image/loading.gif) no-repeat center; }
  .idx_guide .guide_wrap1 .right {
    width: 211px;
    margin-right: 22px; }
    .idx_guide .guide_wrap1 .right p:nth-of-type(1) {
      color: #333333;
      font-size: 16px;
      white-space: nowrap;
      text-overflow: ellipsis;
      overflow: hidden;
      word-break: break-all;
      margin-bottom: 13px;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }
    .idx_guide .guide_wrap1 .right p:nth-of-type(2) {
      color: #444;
      font-size: 14px;
      text-overflow: -o-ellipsis-lastline;
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      display: box;
      -webkit-line-clamp: 3;
      line-clamp: 3;
      /*! autoprefixer: off */
      -webkit-box-orient: vertical;
      /* autoprefixer: on */
      white-space: normal;
      line-height: 22px; }
.idx_guide .guide_wrap2 {
  border: 1px solid #E8E8E8;
  width: 419px;
  height: 431px;
  border-right: 0;
  border-left: 0; }
  .idx_guide .guide_wrap2 .guide_type li {
    float: left;
    width: calc(419px / 4);
    background: #F3F3F3;
    text-align: center;
    line-height: 47px;
    color: #333333;
    font-size: 18px;
    cursor: pointer; }
    .idx_guide .guide_wrap2 .guide_type li.active {
      background: #fff;
      color: #E74812; }
  .idx_guide .guide_wrap2 .guide_other {
    padding-top: 18px; }
    .idx_guide .guide_wrap2 .guide_other p {
      margin: 0 auto;
      margin-bottom: 14px;
      width: 94%; }
      .idx_guide .guide_wrap2 .guide_other p a {
        font-size: 16px;
        color: #333333;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
        display: block;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        word-break: break-all; }
        .idx_guide .guide_wrap2 .guide_other p a:hover {
          color: #E74812; }
  .idx_guide .guide_wrap2 .guide_first {
    margin-top: 21px; }
    .idx_guide .guide_wrap2 .guide_first .left {
      width: 134px;
      height: 100px;
      margin-left: 12px;
      overflow: hidden;
      border-radius: 4px; }
      .idx_guide .guide_wrap2 .guide_first .left img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        -o-object-fit: cover;
        object-position: cover;
        width: 100%;
        height: 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;
        background: #fff url(../image/loading.gif) no-repeat center; }
    .idx_guide .guide_wrap2 .guide_first .right {
      width: 239px;
      margin-right: 22px; }
      .idx_guide .guide_wrap2 .guide_first .right p:nth-of-type(1) {
        color: #333333;
        font-size: 16px;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        word-break: break-all;
        margin-bottom: 13px;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s; }
      .idx_guide .guide_wrap2 .guide_first .right p:nth-of-type(2) {
        color: #444;
        font-size: 14px;
        text-overflow: -o-ellipsis-lastline;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        display: box;
        -webkit-line-clamp: 3;
        line-clamp: 3;
        /*! autoprefixer: off */
        -webkit-box-orient: vertical;
        /* autoprefixer: on */
        white-space: normal;
        line-height: 22px; }
    .idx_guide .guide_wrap2 .guide_first:hover .left img {
      -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); }
    .idx_guide .guide_wrap2 .guide_first:hover .right p:nth-of-type(1) {
      color: #E74812; }

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