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

.sub-synopsis {
  margin-top: 46px; }
  .sub-synopsis .synopsis-head {
    width: 100%;
    height: 129px;
    background: #D5A976;
    text-align: center;
    line-height: 129px;
    margin-bottom: 67px; }
    .sub-synopsis .synopsis-head span {
      font-size: 66px;
      color: #EEEEF2;
      font-weight: bolder; }
  .sub-synopsis .synopsis-info .left {
    width: 371px;
    height: 438px;
    position: relative; }
    .sub-synopsis .synopsis-info .left p:nth-of-type(1) {
      color: #555;
      font-size: 26px;
      position: relative;
      white-space: nowrap;
      text-overflow: ellipsis;
      overflow: hidden;
      word-break: break-all;
      padding-bottom: 10px; }
      .sub-synopsis .synopsis-info .left p:nth-of-type(1):after {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 12px;
        height: 2px;
        display: block;
        content: '';
        background: #555; }
    .sub-synopsis .synopsis-info .left p:nth-of-type(2) {
      color: #303030;
      font-size: 18px;
      margin: 30px 0; }
    .sub-synopsis .synopsis-info .left p:nth-of-type(3) {
      color: #5E5E5E;
      font-size: 14px;
      text-overflow: -o-ellipsis-lastline;
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      display: box;
      -webkit-line-clamp: 10;
      line-clamp: 10;
      /*! autoprefixer: off */
      -webkit-box-orient: vertical;
      /* autoprefixer: on */
      white-space: normal;
      line-height: 22px; }
    .sub-synopsis .synopsis-info .left p:nth-of-type(4) {
      width: 172px;
      height: 40px;
      border-radius: 20px;
      line-height: 40px;
      color: #FDFDFD;
      font-size: 16px;
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      bottom: 0;
      background: #D5A976 url(../image/sub_brand/next2.png) no-repeat right 36px center;
      cursor: pointer;
      transition: 0.3s;
      text-indent: 43px; }
      .sub-synopsis .synopsis-info .left p:nth-of-type(4):hover {
        opacity: 0.7; }
  .sub-synopsis .synopsis-info .right {
    width: 780px;
    height: 438px; }
    .sub-synopsis .synopsis-info .right .com-swiper {
      width: 100%;
      height: 100%; }
      .sub-synopsis .synopsis-info .right .com-swiper .swiper-pagination-bullet-active {
        background: #E74812; }
      .sub-synopsis .synopsis-info .right .com-swiper .swiper-pagination-bullet {
        background: #E74812; }
      .sub-synopsis .synopsis-info .right .com-swiper img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover; }

.mh-sub-synopsis .synopsis-info .left p:nth-of-type(4) {
  color: #666666;
  background: #fff url(../mh_image/next3.png) no-repeat right 36px center;
  border: 1px solid #DCDCDC; }
  .mh-sub-synopsis .synopsis-info .left p:nth-of-type(4):hover {
    color: #fff;
    border: 1px solid #E3B036;
    background: #E3B036 url(../mh_image/next4.png) no-repeat right 36px center; }
.mh-sub-synopsis .synopsis-info .right .com-swiper .swiper-pagination-bullets {
  width: unset; }
.mh-sub-synopsis .synopsis-info .right .com-swiper .swiper-pagination {
  bottom: 50px;
  left: 65px; }
.mh-sub-synopsis .synopsis-info .right .com-swiper .swiper-pagination-bullet {
  width: 30px;
  height: 6px;
  background: #EEEEEE;
  opacity: 0.5;
  border-radius: 3px;
  margin: 0 7px !important; }
.mh-sub-synopsis .synopsis-info .right .com-swiper .swiper-pagination-bullet-active {
  width: 30px;
  height: 6px;
  background: #1A4EC7;
  border-radius: 3px;
  opacity: 1; }

.franchise-adv {
  margin-top: 55px;
  background: #EEEEF2;
  padding-bottom: 60px;
  overflow: hidden; }
  .franchise-adv .swiper-button-prev-jm {
    width: 35px;
    height: 35px;
    background-color: #d5a976;
    background-size: 10px;
    border-radius: 50%;
    left: 0;
    top: 368px;
    outline: none; }
  .franchise-adv .swiper-button-next-jm {
    width: 35px;
    height: 35px;
    background-color: #d5a976;
    background-size: 10px;
    border-radius: 50%;
    right: 0;
    top: 368px;
    outline: none; }
  .franchise-adv .franchise-jm {
    width: 1040px;
    margin: 0 auto; }
  .franchise-adv .franchise-title {
    text-align: center;
    padding-top: 50px;
    margin-bottom: 78px; }
    .franchise-adv .franchise-title p {
      color: #D5A976;
      font-size: 26px; }
  .franchise-adv .s-jm-adv {
    background: #fff;
    height: 431px;
    padding: 15px; }
    .franchise-adv .s-jm-adv:hover p:nth-of-type(1) 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); }
    .franchise-adv .s-jm-adv p:nth-of-type(1) {
      height: 150px;
      overflow: hidden; }
      .franchise-adv .s-jm-adv p:nth-of-type(1) img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        transition: 0.3s; }
    .franchise-adv .s-jm-adv p:nth-of-type(2) {
      color: #333;
      font-size: 18px;
      margin: 42px 0 10px;
      height: 24px;
      text-align: center;
      font-weight: bolder;
      white-space: nowrap;
      text-overflow: ellipsis;
      overflow: hidden;
      word-break: break-all; }
    .franchise-adv .s-jm-adv p:nth-of-type(3) {
      color: #666;
      font-size: 14px;
      line-height: 24px;
      text-overflow: -o-ellipsis-lastline;
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      display: box;
      -webkit-line-clamp: 8;
      line-clamp: 8;
      /*! autoprefixer: off */
      -webkit-box-orient: vertical;
      /* autoprefixer: on */
      white-space: normal; }

.sub_i_title {
  margin-bottom: 40px;
  border-bottom: 1px solid #D5A976;
  padding-bottom: 12px;
  padding-top: 50px;
  line-height: 25px; }
  .sub_i_title p .s1 {
    color: #D5A976;
    font-size: 26px;
    position: relative; }
  .sub_i_title p .s2 {
    color: #999999;
    font-size: 14px;
    padding-left: 12px; }
  .sub_i_title .s3 a {
    color: #858585;
    font-size: 16px;
    transition: 0.3s;
    background: url(../image/sub_brand/more.png) no-repeat right center;
    padding-right: 20px;
    background-size: 14px; }
    .sub_i_title .s3 a:hover {
      background: url(../image/sub_brand/more3.png) no-repeat right center;
      color: #c8a882; }

.sub_i_title2 {
  border-bottom: 1px solid #E3B036; }
  .sub_i_title2 p .s1 {
    color: #333333; }

.sub_i_supports {
  width: 100%; }
  .sub_i_supports .sub_i_product_list .sub_i_p0 {
    *zoom: 1; }
    .sub_i_supports .sub_i_product_list .sub_i_p0:before, .sub_i_supports .sub_i_product_list .sub_i_p0:after {
      content: " ";
      display: table; }
    .sub_i_supports .sub_i_product_list .sub_i_p0:after {
      clear: both; }
    .sub_i_supports .sub_i_product_list .sub_i_p0 .sub_i_p1 {
      float: left;
      transition: 0.3s;
      margin-bottom: 15px;
      width: calc((1200px - 60px) / 4);
      margin-right: 15px;
      position: relative; }
      .sub_i_supports .sub_i_product_list .sub_i_p0 .sub_i_p1 .sub_i_pic {
        width: calc((1200px - 45px) / 4);
        height: calc((1200px - 45px) / 4 / 289 * 217);
        overflow: hidden;
        cursor: url(../image/viewer.png), default; }
        .sub_i_supports .sub_i_product_list .sub_i_p0 .sub_i_p1 .sub_i_pic img {
          transition: 0.5s;
          width: 100%;
          height: 100%;
          object-fit: cover;
          -o-object-fit: cover;
          object-position: cover;
          width: 100%;
          height: 100%; }
      .sub_i_supports .sub_i_product_list .sub_i_p0 .sub_i_p1 .sub_i_pro_desc {
        text-align: center;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        background: rgba(0, 0, 0, 0.5); }
        .sub_i_supports .sub_i_product_list .sub_i_p0 .sub_i_p1 .sub_i_pro_desc span {
          display: block;
          white-space: nowrap;
          text-overflow: ellipsis;
          overflow: hidden;
          word-break: break-all;
          color: #FAFAFA;
          font-size: 16px;
          text-align: left;
          margin: 8px 13px; }

.single_join {
  margin-top: 64px;
  margin-bottom: 50px; }
  .single_join main {
    background: #C8A882; }
    .single_join main .s_join .pic {
      float: left;
      width: 750px;
      height: 420px; }
      .single_join main .s_join .pic img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        -o-object-fit: cover;
        object-position: cover;
        width: 100%;
        height: 100%; }
      .single_join main .s_join .pic video {
        width: 100%;
        height: 100%;
        object-fit: cover;
        -o-object-fit: cover;
        object-position: cover;
        width: 100%;
        height: 100%; }
    .single_join main .s_join .jf_wrap {
      width: 307px;
      margin: 0 auto; }
      .single_join main .s_join .jf_wrap .notice_tip {
        background: url("../image/sub_brand/alarm.png") no-repeat left center;
        padding-top: 10px;
        padding-left: 30px; }
      .single_join main .s_join .jf_wrap .notice_wrapper {
        width: 100%;
        height: 30px;
        line-height: 30px;
        overflow: hidden; }
        .single_join main .s_join .jf_wrap .notice_wrapper .notice {
          color: #FAFAFA;
          font-size: 14px;
          padding-left: 26px;
          line-height: 34px;
          display: inline-block;
          white-space: nowrap;
          text-overflow: ellipsis;
          overflow: hidden;
          word-break: break-all; }
      .single_join main .s_join .jf_wrap > p {
        color: #FAF8F8;
        font-size: 24px;
        text-align: center;
        padding: 33px 0 41px; }
    .single_join main .s_join .join_form {
      float: left;
      width: 450px;
      height: 420px; }
      .single_join main .s_join .join_form input::placeholder {
        color: #999999; }
      .single_join main .s_join .join_form .layui-input {
        height: 35px;
        background: #fff; }
      .single_join main .s_join .join_form .layui-form-item {
        margin-bottom: 14px; }
      .single_join main .s_join .join_form .layui-form-select dl dd.layui-this {
        background: #C1A37D; }
      .single_join main .s_join .join_form button {
        width: 100%;
        height: 46px;
        background: #fff;
        border-radius: 2px;
        color: #C8A882;
        font-size: 20px;
        margin-top: 14px; }

.mh-join main {
  background: #F0EEEE; }
  .mh-join main .s_join .jf_wrap > p {
    color: #333333; }
  .mh-join main .s_join .join_form button {
    color: #E3B036; }
  .mh-join main .s_join .jf_wrap .notice_tip {
    background: url(../mh_image/alarm.png) no-repeat left center; }
  .mh-join main .s_join .join_form button {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
    .mh-join main .s_join .join_form button:hover {
      background: #E3B036;
      color: #fff; }
  .mh-join main .s_join .jf_wrap .notice_wrapper .notice {
    color: #333; }
  .mh-join main .s_join .join_form .layui-form-select dl dd.layui-this {
    background: #E3B036; }

.sub-i-process {
  background: #EEEEF2;
  padding: 15px 0;
  margin-top: 98px; }
  .sub-i-process .process {
    background: #fff;
    height: 139px;
    box-shadow: 0 0 10px 0 rgba(218, 218, 218, 0.7);
    *zoom: 1; }
    .sub-i-process .process:before, .sub-i-process .process:after {
      content: " ";
      display: table; }
    .sub-i-process .process:after {
      clear: both; }
    .sub-i-process .process .process-title {
      color: #5B5B5B;
      font-size: 30px;
      float: left;
      margin-left: 80px;
      font-weight: bolder;
      line-height: 139px;
      margin-right: 38px; }
    .sub-i-process .process > div {
      float: left;
      padding-right: 25px;
      margin-right: 25px;
      background: url("../image/sub_brand/more2.png") no-repeat right center;
      width: 140px;
      text-align: center;
      margin-top: 44px; }
      .sub-i-process .process > div:last-of-type {
        background: none;
        padding-right: 0;
        margin-right: 0; }
      .sub-i-process .process > div p:nth-of-type(1) {
        color: #211F1F;
        font-size: 22px;
        margin-bottom: 8px; }
      .sub-i-process .process > div p:nth-of-type(2) {
        color: #211F1F;
        font-size: 14px; }

.franchise-adv1 {
  margin-top: 55px;
  background: #F5F3F3;
  padding-bottom: 60px; }
  .franchise-adv1 .franchise-title1 {
    padding-top: 75px;
    margin-bottom: 75px;
    display: flex;
    justify-content: center;
    align-items: center; }
    .franchise-adv1 .franchise-title1 p {
      color: #D5A976;
      font-size: 30px;
      padding-left: 25px;
      padding-right: 25px; }
      .franchise-adv1 .franchise-title1 p.jmys {
        color: #E3B036;
        padding-left: 18px;
        padding-right: 18px; }
  .franchise-adv1 .franchise-jm1 {
    width: 948px;
    margin: 0 auto; }
  .franchise-adv1 .swiper-button-prev-jm1 {
    width: 35px;
    height: 35px;
    background-color: #d5a976;
    background-size: 10px;
    border-radius: 50%;
    left: 0;
    top: 390px;
    outline: none; }
  .franchise-adv1 .swiper-button-next-jm1 {
    width: 35px;
    height: 35px;
    background-color: #d5a976;
    background-size: 10px;
    border-radius: 50%;
    right: 0;
    top: 390px;
    outline: none; }
  .franchise-adv1 .swiper-button-prev-jm2 {
    background-color: #E3B036; }
  .franchise-adv1 .swiper-button-next-jm2 {
    background-color: #E3B036; }
  .franchise-adv1 .s-jm-adv {
    background: #fff;
    height: 431px;
    padding: 8px;
    border-radius: 4px; }
    .franchise-adv1 .s-jm-adv:hover p:nth-of-type(1) 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); }
    .franchise-adv1 .s-jm-adv p:nth-of-type(1) {
      height: 212px;
      overflow: hidden;
      border-radius: 4px; }
      .franchise-adv1 .s-jm-adv p:nth-of-type(1) img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        transition: 0.3s; }
    .franchise-adv1 .s-jm-adv p:nth-of-type(2) {
      color: #333;
      font-size: 20px;
      margin: 20px auto 18px;
      height: 24px;
      text-align: center;
      white-space: nowrap;
      text-overflow: ellipsis;
      overflow: hidden;
      word-break: break-all;
      width: 92%; }
    .franchise-adv1 .s-jm-adv p:nth-of-type(3) {
      color: #666;
      font-size: 14px;
      line-height: 24px;
      text-overflow: -o-ellipsis-lastline;
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      display: box;
      -webkit-line-clamp: 6;
      line-clamp: 6;
      /*! autoprefixer: off */
      -webkit-box-orient: vertical;
      /* autoprefixer: on */
      white-space: normal;
      width: 92%;
      margin: 0 auto; }

.sub_i_news .left {
  width: 369px;
  margin-right: 46px;
  position: relative; }
  .sub_i_news .left:after {
    width: 1px;
    height: 100%;
    display: block;
    content: '';
    background: #E5E5E5;
    position: absolute;
    right: -24px;
    top: 0; }
  .sub_i_news .left:nth-of-type(3n) {
    margin-right: 0; }
    .sub_i_news .left:nth-of-type(3n):after {
      width: 0; }
  .sub_i_news .left:hover .pic 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); }
  .sub_i_news .left .pic {
    width: 369px;
    height: 277px;
    border-radius: 4px;
    overflow: hidden; }
    .sub_i_news .left .pic img {
      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; }
  .sub_i_news .left .n1 {
    color: #333;
    font-size: 18px;
    margin: 38px 0 22px;
    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; }
  .sub_i_news .left .n2 {
    color: #666;
    font-size: 14px;
    display: block;
    line-height: 22px; }

.mh_sub_i_news .left:hover .n1 {
  color: #E3B036; }

.sub_i_bf .left .n2 {
  color: #000;
  margin-top: 30px; }
.sub_i_bf .left:after {
  display: none; }

.rich_text img, .rich_text video {
  max-width: 100% !important; }

.sub_i_store .pic1 {
  width: 595px;
  height: 447px;
  margin-right: 13px; }
  .sub_i_store .pic1 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -o-object-fit: cover;
    object-position: cover;
    width: 100%;
    height: 100%;
    border-radius: 4px; }
.sub_i_store .pic2 {
  margin-right: 12px; }
  .sub_i_store .pic2 img {
    width: 290px;
    height: 217px;
    margin-bottom: 13px;
    display: block;
    border-radius: 4px; }

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