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

.index_header {
  width: 100%;
  background: #fff;
  height: 36px;
  line-height: 36px;
  z-index: 4;
  position: relative;
  box-shadow: 0 0 8px rgba(228, 228, 228, 0.7); }
  .index_header main {
    position: relative; }
  .index_header .header {
    overflow: hidden; }
    .index_header .header .h0 {
      position: relative;
      z-index: 3; }
      .index_header .header .h0 > span {
        float: left;
        color: #F30303;
        font-size: 12px;
        padding-right: 10px; }
        .index_header .header .h0 > span.zn-color {
          color: #1A4EC7; }
      .index_header .header .h0 > div {
        float: left;
        position: relative;
        width: 77px;
        cursor: pointer; }
        .index_header .header .h0 > div:hover .h0_a {
          margin-top: 0;
          z-index: 0; }
        .index_header .header .h0 > div p {
          color: #333333;
          font-size: 12px;
          position: relative;
          z-index: 5;
          background: #f5f5f5;
          padding-left: 10px;
          height: 35px; }
          .index_header .header .h0 > div p img {
            padding-left: 8px; }
        .index_header .header .h0 > div .h0_a {
          margin-top: -114px;
          position: relative;
          z-index: -1;
          -webkit-transition: all 0.3s;
          -moz-transition: all 0.3s;
          -ms-transition: all 0.3s;
          -o-transition: all 0.3s;
          transition: all 0.3s; }
          .index_header .header .h0 > div .h0_a li {
            background: #c7c7c7;
            padding-left: 10px;
            padding-right: 10px;
            border-bottom: 2px solid #fff; }
            .index_header .header .h0 > div .h0_a li:hover {
              background: #c0c0c0; }
            .index_header .header .h0 > div .h0_a li a {
              color: #fff;
              font-size: 14px;
              display: block;
              white-space: nowrap;
              text-overflow: ellipsis;
              overflow: hidden;
              word-break: break-all; }
    .index_header .header .h1 li {
      float: left; }
      .index_header .header .h1 li:hover a {
        color: #333; }
      .index_header .header .h1 li:last-of-type a:after {
        display: none; }
      .index_header .header .h1 li a {
        color: #999999;
        font-size: 12px;
        display: inline-block;
        padding-right: 15px;
        padding-left: 15px;
        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; }
        .index_header .header .h1 li a:after {
          position: absolute;
          right: 0;
          height: 12px;
          display: inline-block;
          width: 1px;
          background: #E8E8E8;
          content: '';
          top: 50%;
          transform: translateY(-50%); }
        .index_header .header .h1 li a.red_tag {
          color: #FF4C53; }
    .index_header .header .h2 {
      width: 16px;
      height: 16px;
      margin-top: 9px;
      background: url("../image/index/mh_wx.png") no-repeat center;
      background-size: 16px;
      cursor: pointer;
      position: relative; }
    .index_header .header .ewm {
      position: absolute;
      z-index: 999;
      right: 0;
      top: 36px;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s;
      transform: translateX(100px) rotate(90deg);
      opacity: 0; }
      .index_header .header .ewm img {
        width: 100px;
        height: 100px; }
      .index_header .header .ewm.ewm1 {
        opacity: 1;
        -webkit-transform: translateX(0px);
        -moz-transform: translateX(0px);
        -ms-transform: translateX(0px);
        -o-transform: translateX(0px);
        transform: translateX(0px); }
    .index_header .header .h3 {
      background: url(../image/sub_brand/mobile.png) no-repeat right center;
      padding-right: 20px;
      cursor: pointer; }
      .index_header .header .h3 span {
        color: #6D6D6D;
        font-size: 12px;
        transition: 0.3s; }
        .index_header .header .h3 span:hover {
          opacity: 0.7; }
  .index_header.mh_headr .header .h0 > span {
    color: #1A4EC7; }

.sub_i_nav {
  padding: 20px 0; }
  .sub_i_nav .left {
    width: calc(128px * 1.5);
    height: 85px; }
    .sub_i_nav .left img {
      width: 100%;
      height: 100%;
      object-fit: contain;
      -o-object-fit: contain;
      object-position: contain;
      width: 100%;
      height: 100%; }
  .sub_i_nav .right li {
    float: left;
    cursor: pointer;
    padding-right: 45px;
    margin-right: 50px;
    height: 85px;
    line-height: 85px; }
    .sub_i_nav .right li:last-of-type {
      padding-right: 0;
      margin-right: 0; }
      .sub_i_nav .right li:last-of-type span:after {
        width: 0; }
    .sub_i_nav .right li small {
      display: block;
      color: #b9b9b9;
      font-size: 14px;
      text-align: center;
      margin-top: 4px; }
    .sub_i_nav .right li span {
      color: #333;
      font-size: 22px;
      position: relative;
      display: block;
      -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_nav .right li span.selected {
        font-weight: bolder;
        color: #E74812; }
      .sub_i_nav .right li span.selected-zn {
        font-weight: bolder;
        color: #1A4EC7; }
      .sub_i_nav .right li span:after {
        width: 3px;
        height: 18px;
        background: #BFBFBF;
        display: block;
        content: '';
        position: absolute;
        top: 50%;
        right: -45px;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%); }
    .sub_i_nav .right li:hover span {
      font-weight: bolder;
      color: #E74812; }
    .sub_i_nav .right li.zn-li:hover span {
      font-weight: bolder;
      color: #1A4EC7; }

.idx_search {
  width: 100%;
  padding: 18px 0; }
  .idx_search .search {
    padding-top: 12px;
    padding-bottom: 12px; }
    .idx_search .search .s5 {
      padding-top: 17px;
      text-align: center; }
      .idx_search .search .s5 p {
        color: #909090;
        font-size: 12px; }
        .idx_search .search .s5 p span {
          display: inline-block;
          width: 14px;
          height: 22px;
          text-align: center;
          line-height: 22px;
          color: #FF7A65;
          border: 2px solid #FF7A65;
          font-weight: bolder;
          border-radius: 4px;
          font-size: 18px; }
    .idx_search .search .s0 {
      margin-right: 36px;
      margin-top: 6px;
      cursor: pointer; }
      .idx_search .search .s0 span {
        color: #FF7A65;
        font-size: 30px;
        position: relative;
        padding-left: 23px;
        margin-left: 30px;
        font-weight: bolder; }
        .idx_search .search .s0 span:before {
          position: absolute;
          left: 0;
          top: -5px;
          height: 53px;
          width: 2px;
          display: block;
          content: '';
          background: #ED5E2E; }
    .idx_search .search .s1 {
      margin-top: 10px;
      margin-left: 100px; }
      .idx_search .search .s1 .s3 {
        height: 38px; }
        .idx_search .search .s1 .s3 .layui-form-select dl dd.layui-this {
          background: #E64A19 !important; }
        .idx_search .search .s1 .s3 button {
          background: #E64A19 url("../image/index/search.png") no-repeat center;
          border-color: #E64A19;
          cursor: pointer;
          height: 38px;
          width: 60px;
          border-top-right-radius: 6px;
          border-bottom-right-radius: 6px;
          float: left; }
        .idx_search .search .s1 .s3 .layui-form {
          *zoom: 1;
          height: 38px; }
          .idx_search .search .s1 .s3 .layui-form:before, .idx_search .search .s1 .s3 .layui-form:after {
            content: " ";
            display: table; }
          .idx_search .search .s1 .s3 .layui-form:after {
            clear: both; }
          .idx_search .search .s1 .s3 .layui-form .layui-input-block {
            margin-left: 0; }
          .idx_search .search .s1 .s3 .layui-form .layui-form-select {
            width: 80px;
            float: left; }
          .idx_search .search .s1 .s3 .layui-form .layui-input {
            border-color: #E64A19 !important;
            border-radius: 0; }
          .idx_search .search .s1 .s3 .layui-form .search_input {
            float: left;
            width: 289px;
            border-left: 0; }
        .idx_search .search .s1 .s3 .layui-select-title .layui-input {
          border-top-left-radius: 6px;
          border-bottom-left-radius: 6px; }
      .idx_search .search .s1 .s4 {
        *zoom: 1;
        margin-top: 8px; }
        .idx_search .search .s1 .s4:before, .idx_search .search .s1 .s4:after {
          content: " ";
          display: table; }
        .idx_search .search .s1 .s4:after {
          clear: both; }
        .idx_search .search .s1 .s4 > span {
          color: #666666;
          font-size: 12px;
          float: left;
          display: inline-block;
          margin-right: 5px;
          line-height: 21px; }
        .idx_search .search .s1 .s4 ul li {
          float: left; }
          .idx_search .search .s1 .s4 ul li:hover a {
            color: #E74812; }
          .idx_search .search .s1 .s4 ul li a {
            color: #666;
            font-size: 12px;
            display: inline-block;
            margin-right: 14px;
            line-height: 21px;
            -webkit-transition: all 0.3s;
            -moz-transition: all 0.3s;
            -ms-transition: all 0.3s;
            -o-transition: all 0.3s;
            transition: all 0.3s; }

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