@charset "UTF-8";
html,
body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  position: relative; }

body {
  overflow-x: hidden;
  -webkit-text-size-adjust: none;
  height: 100%;
  width: 100%;
  overflow-y: scroll;
  background: #fff;
  font-size: 3.73332vw; }

@media screen and (max-width: 991px) {
  .index-swiper .ani {
    visibility: revert !important; } }

@media screen and (min-width: 992px) {
  body {
    font-size: 0.83333vw; }
  .index-swiper .ani {
    opacity: 0; }
  .index-swiper .wow {
    opacity: 1 !important;
    visibility: revert !important; } }

@font-face {
  font-family: roboto-b;
  src: url("../font/Roboto-Bold.ttf"); }

@font-face {
  font-family: roboto-r;
  src: url("../font/Roboto-Regular.ttf"); }

@font-face {
  font-family: myriad-pro-r;
  src: url("../font/MyriadPro-Regular.otf"); }

.roboto-b {
  font-family: roboto-b; }

.roboto-r {
  font-family: roboto-r; }

.myriad-pro-r {
  font-family: myriad-pro-r; }

.ellipsis {
  overflow: hidden;
  white-space: nowrap;
  display: block;
  text-overflow: ellipsis; }

.ellipsis-01 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1; }

.ellipsis-02 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2; }

.ellipsis-03 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3; }

.ellipsis-04 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4; }

.lh-10, .lh-10 * {
  line-height: 1 !important; }

.lh-12, .lh-12 * {
  line-height: 1.2 !important; }

.lh-14, .lh-14 * {
  line-height: 1.4 !important; }

.lh-16, .lh-16 * {
  line-height: 1.6 !important; }

.lh-175, .lh-175 * {
  line-height: 1.75 !important; }

.lh-20, .lh-20 * {
  line-height: 20 !important; }

.taj {
  text-align: justify; }

/*--分页--*/
@media screen and (min-width: 320px) {
  div.pages {
    text-align: center;
    width: 100%;
    padding: 5.33332vw 0 0 0;
    margin: 0;
    line-height: 1.7; }
    div.pages * {
      line-height: 1.7; }
    div.pages a, div.pages span {
      text-decoration: none;
      background: #fff;
      border: 0.26667vw solid #F5F5F5;
      padding: 0 2.93333vw;
      margin: 0.53333vw;
      color: #888888;
      font-size: 3.73332vw;
      display: inline-flex;
      font-weight: normal;
      height: 8.53331vw;
      min-width: 8.53331vw;
      align-items: center;
      justify-content: center;
      border-radius: 1.06666vw; }
    div.pages a.on, div.pages a.hover, div.pages a:hover, div.pages a:active, div.pages span.current, div.pages span.disabled {
      background: #0a55e2;
      color: #fff;
      border: 0.26667vw solid #0a55e2; } }

@media screen and (min-width: 992px) {
  div.pages {
    padding: 2.08332vw 0 0 0; }
    div.pages a, div.pages span {
      border-width: 0.05208vw;
      padding: 0 0.67708vw;
      margin: 0.15625vw;
      font-size: 0.72916vw;
      height: 2.08332vw;
      min-width: 2.08332vw;
      border-radius: 0.20833vw; }
    div.pages a.on, div.pages a.hover, div.pages a:hover, div.pages a:active, div.pages span.current, div.pages span.disabled {
      border-width: 0.05208vw; } }

/*=================layout===================*/
@media screen and (min-width: 320px) {
  .container {
    padding: 0 3.99999vw;
    margin: 0 auto;
    width: 100%; }
  .container:after {
    content: " ";
    display: block;
    clear: both;
    width: 0;
    height: 0;
    overflow: hidden; }
  .container-max {
    padding: 0 3.99999vw;
    width: 100%;
    margin: 0 auto; }
  /*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/
  ::-webkit-scrollbar {
    width: 10px;
    height: 10px;
    background-color: #f7f7f7; }
  /*定义滚动条轨道 内阴影+圆角*/
  ::-webkit-scrollbar-track {
    background-color: #e6e6e6; }
  /*定义滑块 内阴影+圆角*/
  ::-webkit-scrollbar-thumb {
    background-color: #aaa; }
  .container-bd {
    padding: 7.99998vw 0; } }

@media screen and (min-width: 992px) {
  .container {
    width: 81.24948vw;
    padding: 0 0.52083vw; }
  .container-min {
    width: 71.35371vw;
    padding: 0 0.52083vw; }
  .container-max {
    width: auto; }
  .container-max-960 {
    max-width: 960px; }
  .container-max-1290 {
    max-width: 1290px; }
  .container-bd {
    padding: 2.08332vw 0; } }

@media screen and (min-width: 1220px) {
  .container-min-02 {
    width: 63.54126vw;
    padding: 0 0.52083vw; } }

@media screen and (min-width: 1920px) {
  .container-max-1290 {
    max-width: 67.18707vw; }
  .container-max-960 {
    max-width: 49.99968vw; } }

/*=================header===================*/
@media screen and (min-width: 320px) {
  .nav-holder {
    height: 14.66663vw; }
  .nav-box {
    height: 14.66663vw;
    width: 100%;
    z-index: 100;
    /* box-shadow: 0 0 5px rgba(0,0,0,.1); */
    left: 0;
    top: 0;
    position: absolute; }
    .nav-box .container-header {
      position: relative; }
    .nav-box .header-box {
      height: 14.66663vw;
      display: block; }
    .nav-box .nav-box-bg {
      height: 14.66663vw;
      width: 100%;
      position: absolute;
      left: 0;
      top: 0;
      z-index: 8; }
  .logo {
    float: left;
    position: relative;
    z-index: 9;
    height: 14.66663vw;
    padding: 2.66666vw 0; }
    .logo .c {
      opacity: 1;
      height: 100%; }
    .logo .w {
      opacity: 0;
      position: absolute;
      left: 0;
      top: 0;
      height: 100%; }
    .logo a {
      position: relative;
      display: flex;
      height: 100%; }
      .logo a img {
        height: 100%;
        display: block; }
  .nav-btn {
    display: block;
    padding: 0 2.66666vw;
    margin-right: -2.66666vw;
    float: right;
    cursor: pointer;
    position: relative;
    z-index: 9; }
    .nav-btn i {
      line-height: 14.66663vw;
      font-size: 5.86665vw;
      width: 6.39998vw;
      text-align: center;
      color: #2267e5; }
    .nav-btn .nav-hide-btn {
      display: none; }
    .nav-btn.nav-btn-show .nav-hide-btn {
      display: block; }
    .nav-btn.nav-btn-show .nav-show-btn {
      display: none; }
  .nav {
    position: absolute;
    top: 14.66663vw;
    left: 0;
    right: 0;
    background: #0c0c0c;
    background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4));
    padding: 2.66666vw 3.99999vw;
    box-shadow: 0 3.99999vw 3.99999vw rgba(0, 0, 0, 0.2);
    border-bottom-left-radius: 1.6vw;
    border-bottom-right-radius: 1.6vw;
    z-index: 8;
    backdrop-filter: blur(30px); }
    .nav::before {
      content: ' ';
      position: absolute;
      border-bottom: 2.66666vw solid rgba(0, 0, 0, 0.4);
      border-left: 2.39999vw solid transparent;
      border-right: 2.39999vw solid transparent;
      right: 5.59999vw;
      top: -2.66666vw; }
    .nav.e-anim-on {
      animation: nav-anim-on .3s;
      animation-fill-mode: both; }
    .nav.e-anim-off {
      animation: nav-anim-off .5s;
      animation-fill-mode: both; }
  .nav-list {
    visibility: visible !important; }
    .nav-list li {
      border-bottom: solid 0.26667vw rgba(255, 255, 255, 0.2); }
      .nav-list li:nth-last-child(2) {
        border-bottom: none; }
      .nav-list li a {
        display: block; }
        .nav-list li a b {
          font-weight: normal;
          line-height: 12.79997vw;
          position: relative;
          color: #fff;
          display: block;
          text-align: center;
          opacity: 0.7; }
        .nav-list li a span {
          display: none; }
        .nav-list li a.on b {
          opacity: 1; }
      .nav-list li.nav-on {
        border-color: transparent;
        position: relative;
        z-index: 9; }
        .nav-list li.nav-on a {
          border-bottom: none; }
          .nav-list li.nav-on a b {
            opacity: 1; }
      .nav-list li.nav-off {
        position: relative;
        z-index: 1; }
      .nav-list li .nav-list-sub {
        overflow: hidden;
        background: rgba(255, 255, 255, 0.2);
        -webkit-border-radius: 1.06666vw;
        -moz-border-radius: 1.06666vw;
        border-radius: 1.06666vw;
        overflow: hidden; }
        .nav-list li .nav-list-sub > div {
          padding: 2.66666vw 3.99999vw; }
        .nav-list li .nav-list-sub a {
          line-height: 12.26664vw;
          border-bottom: solid 0.26667vw rgba(128, 128, 128, 0.1);
          color: #eee;
          font-size: 3.19999vw;
          text-align: center; }
          .nav-list li .nav-list-sub a span {
            color: #fff;
            opacity: 0.7; }
          .nav-list li .nav-list-sub a:hover span, .nav-list li .nav-list-sub a.on-02 span {
            color: #fff; }
        .nav-list li .nav-list-sub .sub-btn:nth-last-of-type(2) a {
          border: none; }
        .nav-list li .nav-list-sub.e-anim-hide {
          display: block; }
        .nav-list li .nav-list-sub div.btn-sub-bg {
          display: none; }
    .nav-list div.nav-btn-bg, .nav-list div.nav-btn-bg-02 {
      opacity: 0;
      filter: Alpha(opacity=0);
      width: 100%;
      left: 0;
      top: 0;
      height: 12.26664vw;
      background: #202020;
      z-index: -1;
      position: absolute;
      display: none; }
    .nav-list div.nav-btn-bg-02 {
      width: auto;
      left: auto; }
    .nav-list div.nav-btn-bg-02-show {
      opacity: 1;
      filter: Alpha(opacity=100); }
  .top-r .e-anim-hide {
    display: block; }
  .lang-box {
    padding: 2.66666vw; }
    .lang-box dl {
      display: flex;
      align-items: center;
      justify-content: center; }
      .lang-box dl dd .flex a {
        margin-left: 2.66666vw;
        color: #fff; }
        .lang-box dl dd .flex a.on {
          color: #2267e5; }
  .search-box dd .flex {
    display: flex;
    padding: 2.66666vw 0; }
    .search-box dd .flex .search-bg {
      flex: 1; }
      .search-box dd .flex .search-bg .inp {
        width: 100%;
        border-radius: 0;
        height: 9.59998vw;
        border: none;
        padding: 0 2.66666vw;
        border-radius: 1.6vw 0 0 1.6vw;
        opacity: 0.9; }
        .search-box dd .flex .search-bg .inp i::before {
          color: #fff;
          font-size: 4.79999vw; }
    .search-box dd .flex .btn {
      width: 9.59998vw;
      height: 9.59998vw;
      background: #2267e5;
      border: none;
      border-radius: 0 1.6vw 1.6vw 0;
      cursor: pointer; }
      .search-box dd .flex .btn i::before {
        color: #fff;
        font-size: 4.79999vw; } }

@keyframes nav-anim-on {
  from {
    opacity: 0;
    transform: translateY(-2.66666vw);
    filter: blur(0.53333vw); }
  to {
    opacity: 1;
    transform: translateY(0); } }

@keyframes nav-anim-off {
  from {
    opacity: 1;
    transform: translateY(0);
    filter: blur(0); }
  to {
    opacity: 0;
    transform: translateY(-2.66666vw);
    filter: blur(0.53333vw); } }

@keyframes nav-list-anim-on {
  from {
    opacity: 0;
    transform: translateY(-2.66666vw); }
  to {
    opacity: 1;
    transform: translateY(0); } }

@keyframes nav-list-anim-off {
  from {
    opacity: 1;
    transform: translateY(0); }
  to {
    opacity: 0;
    transform: translateY(2.66666vw); } }

@media screen and (min-width: 992px) {
  div.nav-box-transparent {
    background: none;
    border-bottom: 0.05208vw solid rgba(255, 255, 255, 0.2);
    transition: background .3s, height .3s; }
    div.nav-box-transparent .logo .c {
      opacity: 0; }
    div.nav-box-transparent .logo .w {
      opacity: 1; }
    div.nav-box-transparent .nav-list li a .btn b {
      color: #e3e1f0; }
    div.nav-box-transparent .nav-list li a .btn span {
      color: #e3e1f0; }
    div.nav-box-transparent .nav-list li a.on b {
      color: #fff; }
    div.nav-box-transparent .nav-list li a.on span {
      color: #fff; }
    div.nav-box-transparent .nav-list li.nav-on > a b {
      color: #fff; }
    div.nav-box-transparent .nav-list li.nav-on > a span {
      color: #fff; }
    div.nav-box-transparent .nav-list li.nav-off > a b {
      color: #e3e1f0; }
    div.nav-box-transparent .nav-list li.nav-off > a span {
      color: #e3e1f0; }
    div.nav-box-transparent .top-r .btn-box .btn i::before {
      color: #e3e1f0; }
    div.nav-box-transparent .top-r .btn-box .btn span {
      color: #e3e1f0; }
    div.nav-box-transparent .search-box dt::before {
      background: #e3e1f0; }
  div.nav-box-scroll {
    box-shadow: 0 0 1.24999vw rgba(255, 255, 255, 0.8);
    height: 3.22915vw; }
    div.nav-box-scroll .logo {
      height: 3.22915vw;
      padding: 0.52083vw 0 0.52083vw 0; }
    div.nav-box-scroll .nav {
      height: 3.22915vw; }
      div.nav-box-scroll .nav .nav-list li a .btn {
        height: 3.22915vw;
        padding-top: 0.41666vw; }
      div.nav-box-scroll .nav .nav-list li .nav-list-sub {
        top: 3.22915vw; }
      div.nav-box-scroll .nav div.nav-btn-bg, div.nav-box-scroll .nav div.nav-btn-bg-02 {
        height: 3.22915vw; }
    div.nav-box-scroll .nav-box-bg {
      height: 3.22915vw; }
    div.nav-box-scroll .top-r {
      padding-top: 0; }
      div.nav-box-scroll .top-r .btn-box .btn {
        height: 3.22915vw; }
    div.nav-box-scroll .lang-box dd {
      top: 3.22915vw; }
    div.nav-box-scroll .search-box dd {
      top: 3.22915vw; }
  div.nav-box-transparent:hover, div.nav-box-scroll {
    background: #fff; }
    div.nav-box-transparent:hover .logo .c, div.nav-box-scroll .logo .c {
      opacity: 1; }
    div.nav-box-transparent:hover .logo .w, div.nav-box-scroll .logo .w {
      opacity: 0; }
    div.nav-box-transparent:hover .nav-list li > a .btn b, div.nav-box-scroll .nav-list li > a .btn b {
      color: #3e3e3e; }
    div.nav-box-transparent:hover .nav-list li > a .btn span, div.nav-box-scroll .nav-list li > a .btn span {
      color: #3e3e3e; }
    div.nav-box-transparent:hover .nav-list li > a.on b, div.nav-box-scroll .nav-list li > a.on b {
      color: #2267e5; }
    div.nav-box-transparent:hover .nav-list li > a.on span, div.nav-box-scroll .nav-list li > a.on span {
      color: #2267e5; }
    div.nav-box-transparent:hover .nav-list li.nav-on > a b, div.nav-box-scroll .nav-list li.nav-on > a b {
      color: #2267e5; }
    div.nav-box-transparent:hover .nav-list li.nav-on > a span, div.nav-box-scroll .nav-list li.nav-on > a span {
      color: #2267e5; }
    div.nav-box-transparent:hover .nav-list li.nav-off > a b, div.nav-box-scroll .nav-list li.nav-off > a b {
      color: #3e3e3e; }
    div.nav-box-transparent:hover .nav-list li.nav-off > a span, div.nav-box-scroll .nav-list li.nav-off > a span {
      color: #3e3e3e; }
    div.nav-box-transparent:hover .top-r .btn-box .btn i::before, div.nav-box-scroll .top-r .btn-box .btn i::before {
      color: #3e3e3e; }
    div.nav-box-transparent:hover .top-r .btn-box .btn span, div.nav-box-scroll .top-r .btn-box .btn span {
      color: #3e3e3e; }
    div.nav-box-transparent:hover .search-box dt::before, div.nav-box-scroll .search-box dt::before {
      background: #3e3e3e; }
  .nav-holder {
    height: 5.2083vw;
    display: none; }
  .nav-box {
    height: 5.2083vw;
    background: #fff;
    position: fixed; }
    .nav-box .nav {
      height: 5.2083vw; }
    .nav-box .nav-box-bg {
      height: 5.2083vw; }
  .logo {
    height: 5.2083vw;
    padding: 1.19791vw 0 1.14583vw 0; }
    .logo a {
      width: 100%;
      height: 100%;
      display: block;
      padding: 0; }
      .logo a img {
        margin: 0 auto;
        height: 100%; }
  .nav-btn {
    display: none; }
  .nav {
    float: right;
    position: relative;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
    filter: Alpha(opacity=100);
    z-index: 9;
    box-shadow: none;
    padding: 0;
    border-top: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    overflow: visible;
    background: none;
    top: 0;
    padding-left: 0;
    padding-right: 0;
    left: auto;
    right: auto;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    backdrop-filter: blur(0px);
    /*PC二级下拉背景色*/
    /*.nav-list-sub-bg-show{ opacity: .9;  filter:Alpha(opacity=90); top: 70px;}*/ }
    .nav::before {
      display: none; }
    .nav.e-anim-hide {
      display: block; }
    .nav .nav-list {
      position: relative;
      float: right;
      margin: 0; }
      .nav .nav-list li {
        float: left;
        border-bottom: none;
        position: relative;
        border: none; }
        .nav .nav-list li a {
          padding: 0 0.93749vw;
          font-size: 0.93749vw;
          position: relative; }
          .nav .nav-list li a .btn {
            position: relative;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            overflow: hidden;
            height: 5.2083vw;
            padding-top: 0.83333vw; }
            .nav .nav-list li a .btn b {
              color: #3e3e3e;
              overflow: hidden;
              font-size: 1.66666vw;
              height: auto;
              line-height: 1;
              opacity: 1;
              zoom: .5; }
            .nav .nav-list li a .btn span {
              color: #3e3e3e;
              overflow: hidden;
              font-size: 1.14583vw;
              height: auto;
              line-height: 1;
              opacity: 1;
              text-align: center;
              line-height: 1;
              margin-top: 0.41666vw;
              zoom: .5;
              display: block; }
          .nav .nav-list li a.on b {
            color: #2267e5; }
          .nav .nav-list li a.on span {
            color: #2267e5; }
        .nav .nav-list li.nav-on > a b {
          color: #2267e5; }
        .nav .nav-list li.nav-on > a span {
          color: #2267e5; }
        .nav .nav-list li.nav-off > a b {
          color: #3e3e3e; }
        .nav .nav-list li.nav-off > a span {
          color: #3e3e3e; }
        .nav .nav-list li .nav-list-sub {
          position: absolute;
          top: 5.2083vw;
          height: auto !important;
          box-shadow: 0 0.26042vw 0.41666vw rgba(0, 0, 0, 0.3);
          width: auto;
          background: none;
          box-shadow: none;
          -webkit-border-radius: 0;
          -moz-border-radius: 0;
          border-radius: 0;
          padding-top: 0;
          left: -0.52083vw;
          right: -0.52083vw;
          overflow: visible; }
          .nav .nav-list li .nav-list-sub .nav-list-height {
            padding: 0;
            float: left;
            position: relative;
            width: 100%;
            overflow: visible; }
            .nav .nav-list li .nav-list-sub .nav-list-height a {
              height: auto;
              border: none;
              padding: 0.72916vw 0.72916vw;
              text-align: center;
              float: left;
              position: relative;
              z-index: 2;
              background: #1c64e4;
              width: 100%; }
              .nav .nav-list li .nav-list-sub .nav-list-height a b {
                color: #fff;
                font-size: 0.83333vw;
                line-height: 1;
                display: block;
                width: 200%;
                zoom: .5;
                font-size: 1.66666vw;
                margin: 0 -50%; }
              .nav .nav-list li .nav-list-sub .nav-list-height a span {
                color: #fff;
                font-size: 0.83333vw;
                line-height: 1;
                display: block;
                width: 200%;
                zoom: .5;
                font-size: 1.04166vw;
                margin: 0 -50%;
                padding-top: 0.52083vw; }
              .nav .nav-list li .nav-list-sub .nav-list-height a:hover, .nav .nav-list li .nav-list-sub .nav-list-height a.on {
                background: #004fe1; }
            .nav .nav-list li .nav-list-sub .nav-list-height.e-anim-hide {
              display: none; }
            .nav .nav-list li .nav-list-sub .nav-list-height.e-anim-on {
              animation: nav-list-anim-on-pc .3s;
              animation-fill-mode: both;
              display: block; }
            .nav .nav-list li .nav-list-sub .nav-list-height.e-anim-off {
              animation: nav-list-anim-off-pc .3s;
              animation-fill-mode: both;
              display: block; }
            .nav .nav-list li .nav-list-sub .nav-list-height div.btn-sub-bg {
              display: none;
              position: absolute;
              width: 0;
              left: 0;
              height: 2.70832vw;
              padding: 0;
              border-bottom: solid 0.10417vw #202020; }
      .nav .nav-list div.nav-btn-bg, .nav .nav-list div.nav-btn-bg-02 {
        height: 5.2083vw;
        background: none;
        display: block; }
        .nav .nav-list div.nav-btn-bg::before, .nav .nav-list div.nav-btn-bg-02::before {
          content: ' ';
          position: absolute;
          left: -0.52083vw;
          right: -0.52083vw;
          bottom: 0;
          height: 0.15625vw;
          background: #004fff; }
      .nav .nav-list .on div.nav-btn-bg {
        opacity: 1;
        filter: Alpha(opacity=1); }
    .nav .nav-list-sub-bg {
      display: block;
      position: absolute;
      top: -100%;
      height: 2.70832vw;
      width: 100%;
      left: 0;
      background: #fff;
      opacity: 0;
      filter: Alpha(opacity=0);
      box-shadow: 0 0.15625vw 0.15625vw rgba(0, 0, 0, 0.1);
      border-top: solid 0.05208vw #f4f4f4; }
  .ind-nav-box .nav {
    margin-right: 4.68747vw; }
  .top-r {
    float: right;
    padding-top: 0.52083vw;
    padding-left: 3.64581vw;
    display: flex;
    flex-direction: row-reverse;
    margin-right: -1.30207vw; }
    .top-r .e-anim-hide {
      display: none; }
    .top-r .btn-box {
      display: flex; }
      .top-r .btn-box .btn {
        padding: 0 1.30207vw;
        height: 4.68747vw;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        position: relative; }
        .top-r .btn-box .btn i::before {
          color: #3e3e3e;
          font-size: 1.45832vw; }
        .top-r .btn-box .btn span {
          color: #3e3e3e;
          padding-left: 0.52083vw;
          font-size: 0.93749vw; }
        .top-r .btn-box .btn:hover i::before {
          color: #2267e5; }
        .top-r .btn-box .btn:hover span {
          color: #2267e5; }
  .lang-box {
    padding: 0; }
    .lang-box dl {
      display: flex;
      align-items: center;
      justify-content: center;
      position: relative; }
      .lang-box dl dd {
        position: absolute;
        right: 0;
        top: 4.68747vw;
        width: 100%; }
        .lang-box dl dd.e-anim-on {
          animation: lang-on .3s;
          animation-fill-mode: both;
          display: block; }
        .lang-box dl dd.e-anim-off {
          animation: lang-off .3s;
          animation-fill-mode: both;
          display: block; }
        .lang-box dl dd .flex {
          background: #f7fafe;
          padding: 0.78124vw;
          display: flex;
          flex-direction: column;
          align-items: center;
          justify-content: center;
          font-size: 0.93749vw; }
          .lang-box dl dd .flex::before {
            content: ' ';
            position: absolute;
            border-bottom: 0.52083vw solid #f7fafe;
            border-left: 0.46875vw solid transparent;
            border-right: 0.46875vw solid transparent;
            left: 50%;
            margin-left: -0.52083vw;
            top: -0.46875vw; }
          .lang-box dl dd .flex a {
            margin-left: 0;
            color: #3e3e3e;
            padding: 0.52083vw; }
            .lang-box dl dd .flex a.on {
              color: #2267e5; }
  .search-box {
    position: relative; }
    .search-box dt {
      position: relative; }
      .search-box dt::before {
        content: ' ';
        width: 0.05208vw;
        height: 1.04166vw;
        background: #3e3e3e;
        position: absolute;
        right: 0;
        top: 50%;
        margin-top: -0.52083vw; }
    .search-box dd {
      position: absolute;
      right: 0;
      top: 4.68747vw;
      width: 15.6249vw; }
      .search-box dd.e-anim-on {
        animation: lang-on .3s;
        animation-fill-mode: both;
        display: block; }
      .search-box dd.e-anim-off {
        animation: lang-off .3s;
        animation-fill-mode: both;
        display: block; }
      .search-box dd .flex {
        display: flex;
        background: #f7fafe;
        padding: 0.78124vw; }
        .search-box dd .flex .search-bg {
          flex: 1; }
          .search-box dd .flex .search-bg .inp {
            height: 2.49998vw;
            padding: 0 0.52083vw;
            border-radius: 0.3125vw 0 0 0.3125vw;
            opacity: 1; }
            .search-box dd .flex .search-bg .inp i::before {
              font-size: 0.93749vw; }
        .search-box dd .flex .btn {
          width: 2.49998vw;
          height: 2.49998vw;
          border-radius: 0 0.3125vw 0.3125vw 0; }
          .search-box dd .flex .btn i::before {
            font-size: 0.93749vw; } }

@keyframes nav-list-anim-on-pc {
  from {
    transform: translateY(-0.52083vw);
    opacity: 0; }
  to {
    transform: translateY(0);
    opacity: 1; } }

@keyframes nav-list-anim-off-pc {
  from {
    transform: translateY(0);
    opacity: 1; }
  to {
    transform: translateY(0.52083vw);
    opacity: 0; } }

@keyframes lang-on {
  from {
    transform: translateY(-0.52083vw);
    opacity: 0; }
  to {
    transform: translateY(0);
    opacity: 1; } }

@keyframes lang-off {
  from {
    transform: translateY(0);
    opacity: 1; }
  to {
    transform: translateY(0.52083vw);
    opacity: 0; } }

@media screen and (min-width: 320px) {
  .pc-box {
    display: none; }
  .link-btn {
    display: inline-flex;
    align-items: center; }
    .link-btn .icon {
      width: 13.3333vw;
      height: 13.3333vw;
      display: flex;
      align-items: center;
      position: relative; }
      .link-btn .icon::after {
        content: ' ';
        position: absolute;
        left: 0;
        top: 0;
        border-radius: 50%;
        width: 100%;
        height: 100%;
        background: #2267e5;
        transform: scale(1); }
      .link-btn .icon::before {
        content: ' ';
        position: absolute;
        left: 0;
        top: 0;
        border-radius: 50%;
        width: 100%;
        height: 100%;
        background: #2267e5;
        transform: scale(0);
        opacity: 0;
        z-index: 2; }
    .link-btn .mess {
      white-space: nowrap;
      font-size: 3.73332vw;
      color: #fff;
      position: relative;
      z-index: 2;
      margin-left: -7.99998vw; }
    .link-btn:hover .icon::after {
      transform: scale(0);
      opacity: 0; }
    .link-btn:hover .icon::before {
      transform: scale(1);
      opacity: 1; }
  .link-btn-02 .mess {
    color: #000; } }

@media screen and (min-width: 992px) {
  .m-box {
    display: none; }
  .pc-box {
    display: block; }
  .link-btn .icon {
    width: 3.95831vw;
    height: 3.95831vw;
    padding-left: 1.24999vw; }
  .link-btn .mess {
    margin-left: -2.39582vw;
    font-size: 0.83333vw; } }

@media screen and (min-width: 320px) {
  .banner {
    background-size: cover;
    background-position: center;
    height: 47.99988vw;
    display: flex;
    align-items: center;
    justify-content: center; }
    .banner .pic img {
      width: 100%; }
  div.banner-pagination {
    position: absolute;
    top: auto !important;
    bottom: 0 !important;
    height: 1.06666vw !important;
    z-index: 9;
    display: flex;
    align-items: center;
    justify-content: center; }
    div.banner-pagination .swiper-pagination-bullet {
      width: 2.66666vw;
      height: 2.66666vw;
      margin: 0 1.33333vw;
      background: #fff; }
    div.banner-pagination .swiper-pagination-progressbar {
      background: #004fe1; }
    div.banner-pagination .swiper-pagination-bullet-active {
      background: #004fe1; } }

@media screen and (min-width: 992px) {
  .banner {
    height: 100vh; }
  div.banner-pagination {
    height: 0.20833vw !important; }
    div.banner-pagination .swiper-pagination-bullet {
      width: 0.83333vw;
      height: 0.83333vw;
      margin: 0 0.26042vw; } }

@media screen and (min-width: 320px) {
  .ind-bg {
    background-size: cover;
    background-position: center; }
  .ind-tit-box .tit {
    font-size: 7.46665vw;
    font-weight: bold;
    color: #3e3e3e; }
  .ind-tit-box .sub-tit {
    font-family: myriad-pro-r;
    text-transform: uppercase;
    font-size: 3.19999vw;
    color: #606060;
    padding-top: 2.13333vw;
    letter-spacing: 0.53333vw; }
  .ind-tit-box .line {
    display: flex;
    border-radius: 0.8vw;
    overflow: hidden;
    width: 10.66664vw;
    height: 1.33333vw;
    margin-top: 2.66666vw; }
    .ind-tit-box .line::before {
      content: ' ';
      background: #0a55e2;
      width: 50%; }
    .ind-tit-box .line::after {
      content: ' ';
      background: #00e0e0;
      width: 50%; }
  .ind-tit-box-fff .tit {
    font-size: 5.33332vw;
    color: #fff; }
  .ind-tit-box-fff .sub-tit {
    font-family: auto !important;
    font-size: 2.66666vw;
    color: #fff;
    letter-spacing: 0;
    text-transform: none;
    font-weight: 300; } }

@media screen and (min-width: 992px) {
  .ind-tit-box .tit {
    font-size: 2.81248vw; }
  .ind-tit-box .sub-tit {
    font-family: myriad-pro-r;
    font-size: 1.14583vw;
    padding-top: 1.04166vw;
    letter-spacing: 0.10417vw; }
  .ind-tit-box .line {
    border-radius: 0.26042vw;
    width: 3.43748vw;
    height: 0.46875vw;
    margin-top: 1.56249vw; }
  .ind-tit-box-tac {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center; }
    .ind-tit-box-tac .tit {
      text-align: center; }
    .ind-tit-box-tac .sub-tit {
      text-align: center; }
  .ind-tit-box-fff .tit {
    font-size: 2.49998vw; }
  .ind-tit-box-fff .sub-tit {
    font-size: 1.04166vw; } }

@media screen and (min-width: 320px) {
  i.pic-scale-about {
    padding-bottom: 70.81%; }
  .ind-bg-01 {
    padding-top: 7.99998vw;
    position: relative;
    background-image: url(../img/ind-bg-01.png);
    background-size: cover;
    background-position: center; }
    .ind-bg-01 .flex {
      padding-top: 5.33332vw; }
      .ind-bg-01 .flex .l .tit {
        color: #0a55e2;
        font-weight: bold;
        font-size: 5.33332vw; }
      .ind-bg-01 .flex .l .txt {
        font-size: 3.19999vw;
        color: #3e3e3e;
        margin-top: 2.66666vw; }
        .ind-bg-01 .flex .l .txt p + p {
          margin-top: 3.19999vw; }
      .ind-bg-01 .flex .l .btn-list {
        padding-top: 7.99998vw;
        display: flex; }
        .ind-bg-01 .flex .l .btn-list .btn + .btn {
          margin-left: 2.66666vw; }
        .ind-bg-01 .flex .l .btn-list .btn {
          width: 18.66662vw;
          height: 18.66662vw;
          border-radius: 1.33333vw;
          background: #f5f5f5;
          display: flex;
          flex-direction: column;
          align-items: center;
          justify-content: center; }
          .ind-bg-01 .flex .l .btn-list .btn .icon {
            width: 8.53331vw; }
            .ind-bg-01 .flex .l .btn-list .btn .icon img {
              width: 100%; }
          .ind-bg-01 .flex .l .btn-list .btn .btn-txt {
            font-size: 4.79999vw;
            zoom: .5;
            text-align: center;
            padding-top: 1.06666vw; }
        .ind-bg-01 .flex .l .btn-list .on, .ind-bg-01 .flex .l .btn-list .btn:hover {
          background: #0a55e2; }
          .ind-bg-01 .flex .l .btn-list .on .icon i, .ind-bg-01 .flex .l .btn-list .btn:hover .icon i {
            overflow: visible; }
          .ind-bg-01 .flex .l .btn-list .on .icon img, .ind-bg-01 .flex .l .btn-list .btn:hover .icon img {
            filter: brightness(1000%); }
          .ind-bg-01 .flex .l .btn-list .on .btn-txt, .ind-bg-01 .flex .l .btn-list .btn:hover .btn-txt {
            color: #fff; }
      .ind-bg-01 .flex .r {
        padding-top: 7.99998vw; }
        .ind-bg-01 .flex .r .swiper-about {
          position: relative;
          border-radius: 3.99999vw;
          box-shadow: 1.06666vw 1.06666vw 2.39999vw rgba(94, 160, 255, 0.42); }
          .ind-bg-01 .flex .r .swiper-about .about-pagination {
            position: absolute;
            z-index: 9;
            width: auto;
            height: auto;
            display: flex;
            align-items: center;
            justify-content: center;
            flex-direction: column;
            top: 50%;
            bottom: auto;
            right: 2.66666vw;
            left: auto;
            transform: translateY(-50%); }
            .ind-bg-01 .flex .r .swiper-about .about-pagination span {
              margin: 1.6vw;
              width: 3.73332vw;
              height: 3.73332vw;
              border-radius: 50%; }
          .ind-bg-01 .flex .r .swiper-about .box {
            overflow: hidden;
            position: relative; }
            .ind-bg-01 .flex .r .swiper-about .box .ico {
              width: 18.66662vw;
              height: 18.66662vw;
              background-image: url(../img/play.png);
              background-position: center;
              background-size: contain;
              position: absolute;
              z-index: 2;
              left: 50%;
              top: 50%;
              transform: translate(-50%, -50%);
              opacity: 0.8; }
            .ind-bg-01 .flex .r .swiper-about .box .txt {
              position: absolute;
              left: 0;
              right: 0;
              bottom: 0;
              height: 10.66664vw;
              background: rgba(10, 85, 226, 0.8);
              color: #fff;
              display: flex;
              align-items: center;
              justify-content: center;
              font-size: 4.26666vw; }
  .num-box {
    margin-top: 7.99998vw;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    box-shadow: 0 1.86666vw 1.86666vw rgba(10, 85, 226, 0.1); }
    .num-box dl {
      padding: 2.66666vw;
      flex-basis: 33.3333%;
      position: relative;
      z-index: 2; }
      .num-box dl dt .num {
        font-weight: normal;
        color: #3e3e3e;
        font-size: 5.33332vw; }
      .num-box dl dt .unit {
        color: #3e3e3e;
        font-size: 5.33332vw; }
      .num-box dl dd {
        color: #949494;
        padding-top: 1.06666vw;
        font-size: 3.19999vw; }
      .num-box dl:hover dt {
        transform: scale(1.05); }
    .num-box dl:hover dt .num {
      color: #2267e5; }
    .num-box dl:hover dt .unit {
      color: #2267e5; } }

@media screen and (min-width: 992px) {
  .ind-bg-01 {
    padding-top: 4.16664vw; }
    .ind-bg-01 .flex {
      padding-top: 1.35416vw;
      display: flex;
      justify-content: space-between; }
      .ind-bg-01 .flex .l {
        flex-shrink: 0;
        flex-basis: 42.75%;
        min-width: 0; }
        .ind-bg-01 .flex .l .tit {
          font-size: 1.77082vw; }
        .ind-bg-01 .flex .l .txt {
          font-size: 0.93749vw;
          margin-top: 1.04166vw; }
          .ind-bg-01 .flex .l .txt p + p {
            margin-top: 0.93749vw; }
        .ind-bg-01 .flex .l .btn-list {
          padding-top: 2.08332vw; }
          .ind-bg-01 .flex .l .btn-list .btn + .btn {
            margin-left: 0.57291vw; }
          .ind-bg-01 .flex .l .btn-list .btn {
            width: 6.14579vw;
            height: 6.14579vw;
            border-radius: 0.52083vw; }
            .ind-bg-01 .flex .l .btn-list .btn .icon {
              width: 2.91665vw; }
            .ind-bg-01 .flex .l .btn-list .btn .btn-txt {
              font-size: 0.72916vw;
              zoom: 1;
              padding-top: 0.20833vw; }
      .ind-bg-01 .flex .r {
        padding-top: 0;
        flex-shrink: 0;
        flex-basis: 48%;
        min-width: 0; }
        .ind-bg-01 .flex .r .swiper-about {
          border-radius: 1.04166vw;
          box-shadow: 0.46875vw 0.46875vw 1.24999vw rgba(94, 160, 255, 0.42); }
          .ind-bg-01 .flex .r .swiper-about .about-pagination {
            right: 0.78124vw; }
            .ind-bg-01 .flex .r .swiper-about .about-pagination span {
              margin: 0.3125vw;
              width: 1.04166vw;
              height: 1.04166vw; }
          .ind-bg-01 .flex .r .swiper-about .box .ico {
            width: 6.71871vw;
            height: 6.71871vw; }
          .ind-bg-01 .flex .r .swiper-about .box .txt {
            height: 2.70832vw;
            font-size: 1.09374vw; }
  .num-box {
    margin-top: 1.8229vw;
    box-shadow: 0 0.36458vw 0.41666vw rgba(10, 85, 226, 0.1);
    padding: 0 3.12498vw 1.56249vw 3.12498vw; }
    .num-box dl {
      padding: 1.56249vw;
      flex: 1; }
      .num-box dl dt .num {
        font-size: 3.22915vw; }
      .num-box dl dt .unit {
        font-size: 3.22915vw; }
      .num-box dl dd {
        padding-top: 0;
        font-size: 1.04166vw; }
    .num-box .on dt .num {
      color: #2267e5; }
    .num-box .on dt .unit {
      color: #2267e5; } }

@media screen and (min-width: 320px) {
  .ind-bg-02 {
    padding: 7.99998vw 0;
    background: #f5f5f5; }
    .ind-bg-02 .list {
      padding-top: 5.33332vw;
      margin: -2.66666vw; }
      .ind-bg-02 .list .item {
        padding: 2.66666vw; }
        .ind-bg-02 .list .item .box {
          padding: 5.33332vw 7.99998vw;
          background: #fff;
          border-radius: 1.33333vw;
          box-shadow: 1.86666vw 1.86666vw 2.39999vw rgba(0, 0, 0, 0.25); }
          .ind-bg-02 .list .item .box .cover {
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center; }
            .ind-bg-02 .list .item .box .cover .icon {
              width: 15.99996vw; }
              .ind-bg-02 .list .item .box .cover .icon img {
                width: 100%;
                filter: brightness(100%); }
            .ind-bg-02 .list .item .box .cover .tit-box {
              display: flex;
              flex-direction: column;
              align-items: center;
              justify-content: center; }
              .ind-bg-02 .list .item .box .cover .tit-box .tit {
                font-weight: bold;
                font-size: 5.33332vw;
                color: #3e3e3e; }
              .ind-bg-02 .list .item .box .cover .tit-box .txt {
                font-size: 3.19999vw;
                padding-top: 1.33333vw;
                color: #3e3e3e; }
          .ind-bg-02 .list .item .box .line {
            margin: 5.33332vw 0;
            background: #949494;
            height: 0.26667vw; }
          .ind-bg-02 .list .item .box .tips {
            padding-top: 1.33333vw;
            margin: -1.33333vw;
            display: flex;
            flex-wrap: wrap; }
            .ind-bg-02 .list .item .box .tips li {
              flex-shrink: 0;
              flex-basis: 50%;
              min-width: 0;
              padding: 1.33333vw; }
              .ind-bg-02 .list .item .box .tips li a {
                display: flex; }
                .ind-bg-02 .list .item .box .tips li a i {
                  width: 2.66666vw;
                  height: 2.66666vw;
                  border-radius: 50%;
                  border: 0.53333vw solid #3e3e3e;
                  margin-right: 1.33333vw; }
                .ind-bg-02 .list .item .box .tips li a span {
                  font-size: 3.19999vw;
                  color: #3e3e3e; } }

@media screen and (min-width: 992px) {
  .ind-bg-02 {
    padding: 4.16664vw 0 5.2083vw 0; }
    .ind-bg-02 .list {
      padding-top: 2.60415vw;
      margin: -1.04166vw;
      display: flex;
      flex-wrap: wrap;
      justify-content: center; }
      .ind-bg-02 .list .item {
        padding: 1.04166vw;
        flex-basis: 33.3333%;
        flex-shrink: 0;
        min-width: 0; }
        .ind-bg-02 .list .item .box {
          padding: 1.56249vw 1.8229vw;
          border-radius: 0.52083vw;
          background: #fff;
          height: 13.28116vw;
          overflow: hidden;
          box-shadow: 0.36458vw 0.36458vw 0.46875vw rgba(0, 0, 0, 0.25);
          transition: .5s; }
          .ind-bg-02 .list .item .box .cover {
            display: block;
            position: relative;
            height: 6.66662vw;
            transition: .5s; }
            .ind-bg-02 .list .item .box .cover .icon {
              position: relative;
              left: 50%;
              transform: translateX(-50%);
              width: 6.66662vw;
              transform-origin: 0 0;
              transition: .5s; }
              .ind-bg-02 .list .item .box .cover .icon img {
                filter: brightness(100%); }
            .ind-bg-02 .list .item .box .cover .tit-box {
              display: block;
              transition: .5s; }
              .ind-bg-02 .list .item .box .cover .tit-box .tit {
                transition: .5s;
                font-size: 1.45832vw;
                color: #3e3e3e;
                position: absolute;
                left: 50%;
                transform: translateX(-50%);
                white-space: nowrap;
                top: 7.18745vw; }
              .ind-bg-02 .list .item .box .cover .tit-box .txt {
                transition: .5s;
                font-size: 0.93749vw;
                padding-top: 0.26042vw;
                color: #3e3e3e;
                position: absolute;
                left: 50%;
                transform: translateX(-50%);
                white-space: nowrap;
                top: 8.74994vw; }
          .ind-bg-02 .list .item .box .line {
            transition: .5s;
            margin: 1.04166vw 0;
            height: 0.05208vw;
            background: #fff;
            transform: scaleX(0);
            transform-origin: 0 0; }
          .ind-bg-02 .list .item .box .tips {
            padding-top: 0.26042vw;
            margin: -0.41666vw; }
            .ind-bg-02 .list .item .box .tips li {
              flex-shrink: 0;
              flex-basis: 50%;
              min-width: 0;
              display: flex;
              padding: 0.41666vw; }
              .ind-bg-02 .list .item .box .tips li a i {
                width: 0.52083vw;
                height: 0.52083vw;
                border: 0.10417vw solid #fff;
                margin-right: 0.26042vw;
                margin-top: 0.15625vw; }
              .ind-bg-02 .list .item .box .tips li a span {
                font-size: 0.625vw;
                color: #fff;
                line-height: 1.4; }
          .ind-bg-02 .list .item .box:hover {
            background: #0a55e2;
            box-shadow: 0.36458vw 0.36458vw 0.46875vw rgba(10, 85, 226, 0.25); }
            .ind-bg-02 .list .item .box:hover .cover {
              height: 2.91665vw; }
              .ind-bg-02 .list .item .box:hover .cover .icon {
                transform: translateX(-140%) scale(0.45); }
                .ind-bg-02 .list .item .box:hover .cover .icon img {
                  filter: brightness(1000%); }
              .ind-bg-02 .list .item .box:hover .cover .tit-box {
                align-items: flex-start; }
                .ind-bg-02 .list .item .box:hover .cover .tit-box .tit {
                  color: #fff;
                  left: 18%;
                  transform: translateX(0%);
                  top: 0; }
                .ind-bg-02 .list .item .box:hover .cover .tit-box .txt {
                  color: #fff;
                  left: 18%;
                  transform: translateX(0%);
                  top: 1.56249vw; }
            .ind-bg-02 .list .item .box:hover .line {
              transform: scaleX(1); } }

@media screen and (min-width: 320px) {
  i.pic-scale-base {
    padding-bottom: 54%; }
  .ind-bg-03 {
    box-shadow: 1.6vw 1.6vw 2.39999vw rgba(0, 224, 224, 0.3);
    background: rgba(0, 0, 0, 0.8); }
    .ind-bg-03 .mess .bg-box {
      position: relative; }
      .ind-bg-03 .mess .bg-box .bg {
        width: 100%; }
      .ind-bg-03 .mess .bg-box .cont-box {
        position: absolute;
        left: 0;
        top: 0;
        padding: 7.99998vw 0;
        width: 100%;
        z-index: 2; }
        .ind-bg-03 .mess .bg-box .cont-box .ind-tit-box .b {
          padding-top: 7.99998vw;
          padding-bottom: 7.99998vw; }
          .ind-bg-03 .mess .bg-box .cont-box .ind-tit-box .b .pts {
            color: #fff;
            font-size: 3.19999vw;
            padding-bottom: 2.66666vw; }
          .ind-bg-03 .mess .bg-box .cont-box .ind-tit-box .b .pttit {
            color: #fff;
            font-weight: bold;
            font-size: 6.39998vw;
            padding-bottom: 1.33333vw; }
            .ind-bg-03 .mess .bg-box .cont-box .ind-tit-box .b .pttit span {
              font-size: 2.66666vw;
              font-weight: normal; }
          .ind-bg-03 .mess .bg-box .cont-box .ind-tit-box .b .ywpts {
            color: #fff;
            font-size: 2.66666vw; }
    .ind-bg-03 .btn-bg {
      background: rgba(0, 0, 0, 0.8); }
      .ind-bg-03 .btn-bg .hd {
        display: flex;
        flex-wrap: wrap; }
        .ind-bg-03 .btn-bg .hd .btn {
          flex-basis: 50%;
          flex-shrink: 0;
          min-width: 0;
          font-size: 2.66666vw;
          padding: 2.66666vw;
          text-align: center;
          color: #fff;
          cursor: pointer; }
        .ind-bg-03 .btn-bg .hd .on {
          background: #0a55e2; }
      .ind-bg-03 .btn-bg .btn-on-bg {
        display: none; } }

@media screen and (min-width: 992px) {
  i.pic-scale-base {
    padding-bottom: calc(100vh - 3.22915vw); }
  .ind-bg-03 {
    position: relative;
    box-shadow: 0.625vw 0.625vw 0.93749vw rgba(0, 224, 224, 0.3); }
    .ind-bg-03 .mess .bg-box .bg {
      width: 100%; }
    .ind-bg-03 .mess .bg-box .cont-box {
      padding: 7.29162vw 0 4.68747vw 0;
      height: 100%; }
      .ind-bg-03 .mess .bg-box .cont-box .container {
        height: 100%; }
        .ind-bg-03 .mess .bg-box .cont-box .container .ind-tit-box {
          display: flex;
          flex-direction: column;
          justify-content: space-between;
          height: 100%; }
          .ind-bg-03 .mess .bg-box .cont-box .container .ind-tit-box .b {
            padding-top: 0;
            padding-bottom: 5.2083vw; }
            .ind-bg-03 .mess .bg-box .cont-box .container .ind-tit-box .b .pts {
              font-size: 0.93749vw;
              padding-bottom: 0.52083vw; }
            .ind-bg-03 .mess .bg-box .cont-box .container .ind-tit-box .b .pttit {
              font-size: 2.49998vw;
              padding-bottom: 0.26042vw; }
              .ind-bg-03 .mess .bg-box .cont-box .container .ind-tit-box .b .pttit span {
                font-size: 0.93749vw; }
            .ind-bg-03 .mess .bg-box .cont-box .container .ind-tit-box .b .ywpts {
              font-size: 1.24999vw; }
    .ind-bg-03 .btn-bg {
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 9; }
      .ind-bg-03 .btn-bg .btn-hd {
        position: relative; }
        .ind-bg-03 .btn-bg .btn-hd .hd {
          display: flex;
          flex-wrap: wrap;
          position: relative;
          z-index: 2; }
          .ind-bg-03 .btn-bg .btn-hd .hd .btn {
            flex: 1;
            font-size: 1.45832vw;
            padding: 0.52083vw;
            height: 4.68747vw;
            display: flex;
            align-items: center;
            justify-content: center; }
          .ind-bg-03 .btn-bg .btn-hd .hd .on {
            background: none; }
        .ind-bg-03 .btn-bg .btn-hd .btn-on-bg {
          display: block;
          position: absolute;
          left: 0;
          top: 0;
          height: 4.68747vw;
          background: #0a55e2;
          transition: .3s; } }

@media screen and (min-width: 320px) {
  i.pic-scale-news {
    padding-bottom: 55.16%; }
  .ind-bg-04 {
    padding: 7.99998vw 0;
    background: #f5f5f5; }
    .ind-bg-04 .time .day {
      color: #797d7e;
      font-size: 4.79999vw; }
    .ind-bg-04 .time .year {
      color: #797d7e;
      font-size: 2.66666vw;
      margin-top: 1.33333vw; }
    .ind-bg-04 .more-box {
      display: flex;
      align-items: center;
      justify-content: flex-end; }
      .ind-bg-04 .more-box .more {
        display: flex;
        align-items: center;
        margin-top: 2.66666vw; }
        .ind-bg-04 .more-box .more span {
          font-size: 2.66666vw;
          color: #3e3e3e; }
        .ind-bg-04 .more-box .more i {
          margin-left: 1.06666vw;
          width: 2.13333vw;
          height: 3.19999vw;
          background-image: url(../img/more.png);
          background-size: contain;
          background-position: center;
          background-repeat: no-repeat; }
      .ind-bg-04 .more-box a.more:hover span {
        color: #0a55e2; }
    .ind-bg-04 .flex {
      padding-top: 7.99998vw; }
      .ind-bg-04 .flex .l {
        margin: -2.66666vw; }
        .ind-bg-04 .flex .l .item {
          padding: 2.66666vw; }
          .ind-bg-04 .flex .l .item .btn {
            display: block;
            overflow: hidden;
            border-radius: 2.66666vw;
            background: #fff;
            box-shadow: 1.33333vw 1.33333vw 2.39999vw rgba(0, 0, 0, 0.25); }
            .ind-bg-04 .flex .l .item .btn .cont {
              padding: 3.99999vw; }
              .ind-bg-04 .flex .l .item .btn .cont .tit {
                color: #3e3e3e;
                font-size: 4.26666vw;
                font-weight: bold;
                margin-top: 2.66666vw; }
              .ind-bg-04 .flex .l .item .btn .cont .txt {
                color: #797d7e;
                font-size: 2.66666vw;
                margin-top: 2.66666vw; }
            .ind-bg-04 .flex .l .item .btn:hover {
              box-shadow: 1.33333vw 1.33333vw 2.39999vw rgba(10, 85, 226, 0.3); }
      .ind-bg-04 .flex .r {
        margin-top: 5.33332vw; }
        .ind-bg-04 .flex .r .list {
          display: block;
          overflow: hidden;
          border-radius: 2.66666vw;
          background: #fff;
          box-shadow: 1.33333vw 1.33333vw 2.39999vw rgba(0, 0, 0, 0.25);
          padding: 3.99999vw; }
          .ind-bg-04 .flex .r .list .btn {
            display: flex;
            border-top: 0.26667vw solid #bbbdbd;
            padding: 5.33332vw 0; }
            .ind-bg-04 .flex .r .list .btn .time {
              white-space: nowrap;
              padding-right: 2.66666vw; }
            .ind-bg-04 .flex .r .list .btn .tit {
              font-size: 3.73332vw; }
            .ind-bg-04 .flex .r .list .btn:nth-child(1) {
              border-top: none; } }

@media screen and (min-width: 992px) {
  .ind-bg-04 {
    padding: 4.5833vw 0; }
    .ind-bg-04 .time .day {
      font-size: 1.45832vw; }
    .ind-bg-04 .time .year {
      font-size: 0.88541vw;
      margin-top: 0.26042vw; }
    .ind-bg-04 .more-box {
      position: absolute;
      right: 1.30207vw;
      bottom: 1.30207vw; }
      .ind-bg-04 .more-box .more {
        margin-top: 1.87499vw; }
        .ind-bg-04 .more-box .more span {
          font-size: 0.83333vw; }
        .ind-bg-04 .more-box .more i {
          margin-left: 0.3125vw;
          width: 0.625vw;
          height: 0.93749vw; }
    .ind-bg-04 .flex {
      display: flex;
      padding-top: 2.4479vw; }
      .ind-bg-04 .flex .l {
        flex-shrink: 0;
        flex-basis: 68%;
        display: flex;
        margin: -1.30207vw;
        justify-content: stretch; }
        .ind-bg-04 .flex .l .item {
          padding: 1.30207vw;
          height: 100%;
          flex: 1; }
          .ind-bg-04 .flex .l .item .btn {
            border-radius: 1.04166vw;
            box-shadow: 0.52083vw 0.52083vw 1.04166vw rgba(0, 0, 0, 0.25);
            height: 100%;
            padding-bottom: 3.12498vw;
            position: relative; }
            .ind-bg-04 .flex .l .item .btn .cont {
              padding: 1.30207vw; }
              .ind-bg-04 .flex .l .item .btn .cont .tit {
                font-size: 1.14583vw;
                margin-top: 1.30207vw; }
              .ind-bg-04 .flex .l .item .btn .cont .txt {
                font-size: 0.72916vw;
                margin-top: 1.30207vw; }
            .ind-bg-04 .flex .l .item .btn:hover {
              box-shadow: 0.52083vw 0.52083vw 1.04166vw rgba(10, 85, 226, 0.3); }
      .ind-bg-04 .flex .r {
        flex: 1;
        margin-top: 0;
        margin-left: 2.60415vw; }
        .ind-bg-04 .flex .r .list {
          border-radius: 1.04166vw;
          box-shadow: 0.52083vw 0.52083vw 1.04166vw rgba(0, 0, 0, 0.25);
          padding: 1.30207vw;
          height: 100%;
          padding-bottom: 3.12498vw;
          position: relative; }
          .ind-bg-04 .flex .r .list .btn {
            border-top-width: 0.05208vw;
            padding: 1.45832vw 0; }
            .ind-bg-04 .flex .r .list .btn .time {
              padding-right: 1.04166vw; }
            .ind-bg-04 .flex .r .list .btn .tit {
              font-size: 0.93749vw; } }

@media screen and (min-width: 320px) {
  .footer {
    background: url(../img/footer.jpg);
    background-size: cover;
    background-position: center; }
    .footer .flex {
      padding: 7.99998vw 0; }
      .footer .flex .l .tit {
        font-size: 4.26666vw;
        color: #fff; }
      .footer .flex .l .list {
        padding-top: 2.66666vw; }
        .footer .flex .l .list .item {
          font-size: 2.66666vw;
          color: #fff;
          padding: 1.33333vw 0; }
      .footer .flex .l .btn-box {
        padding-top: 5.33332vw;
        display: flex; }
        .footer .flex .l .btn-box .btn + .btn {
          margin-left: 2.66666vw; }
        .footer .flex .l .btn-box .btn {
          color: #fff;
          display: flex;
          align-items: center;
          font-size: 3.19999vw;
          height: 6.39998vw;
          border-radius: 2.13333vw;
          padding: 0 2.66666vw; }
        .footer .flex .l .btn-box .btn-01 {
          background: #0a55e2; }
        .footer .flex .l .btn-box .btn-02 {
          background: #00e0e0; }
        .footer .flex .l .btn-box .btn:hover {
          box-shadow: 0.53333vw 0.53333vw 0.53333vw rgba(255, 255, 255, 0.8); }
      .footer .flex .r {
        display: none; }
  .footer-b {
    border-top: 0.26667vw solid #bbbbbb;
    padding: 2.66666vw 0;
    color: #fff;
    font-size: 2.66666vw; } }

@media screen and (min-width: 992px) {
  .footer .flex {
    padding: 7.29162vw 0;
    display: flex;
    justify-content: space-between; }
    .footer .flex .l .tit {
      font-size: 1.19791vw; }
    .footer .flex .l .list {
      padding-top: 1.56249vw; }
      .footer .flex .l .list .item {
        font-size: 0.83333vw;
        padding: 0.26042vw 0; }
    .footer .flex .l .btn-box {
      padding-top: 3.12498vw; }
      .footer .flex .l .btn-box .btn + .btn {
        margin-left: 0.78124vw; }
      .footer .flex .l .btn-box .btn {
        font-size: 1.04166vw;
        height: 2.08332vw;
        border-radius: 0.625vw;
        padding: 0 1.24999vw; }
      .footer .flex .l .btn-box .btn:hover {
        box-shadow: 0.10417vw 0.10417vw 0.10417vw rgba(255, 255, 255, 0.8); }
    .footer .flex .r {
      display: flex;
      flex-direction: column;
      align-items: flex-end; }
      .footer .flex .r .list {
        display: flex; }
        .footer .flex .r .list ul {
          display: flex;
          margin: 0 -0.52083vw; }
          .footer .flex .r .list ul li {
            padding: 0 0.52083vw; }
            .footer .flex .r .list ul li a {
              display: flex;
              flex-direction: column;
              align-items: center; }
              .footer .flex .r .list ul li a b {
                font-size: 0.83333vw;
                font-weight: normal;
                color: #fff; }
              .footer .flex .r .list ul li a span {
                padding-top: 0.52083vw;
                font-size: 1.24999vw;
                zoom: .5;
                color: #fff; }
              .footer .flex .r .list ul li a:hover b, .footer .flex .r .list ul li a:hover span {
                color: #00e0e0; }
      .footer .flex .r .qr-box {
        display: flex;
        margin: -0.52083vw;
        padding-top: 5.2083vw; }
        .footer .flex .r .qr-box dl {
          padding: 0 0.52083vw; }
          .footer .flex .r .qr-box dl dt img {
            width: 4.8958vw;
            height: 4.8958vw; }
          .footer .flex .r .qr-box dl dd {
            color: #fff;
            padding-top: 0.52083vw;
            text-align: center; }
  .footer-b {
    border-top-width: 0.05208vw;
    padding: 1.30207vw 0;
    font-size: 0.52083vw; } }

@media screen and (min-width: 320px) {
  .banner-box {
    position: relative; }
    .banner-box .banner-min {
      padding-top: 14.66663vw;
      background-size: cover;
      background-position: center; }
      .banner-box .banner-min .crumbs-box {
        padding: 1.33333vw 0;
        color: #fff; }
        .banner-box .banner-min .crumbs-box span, .banner-box .banner-min .crumbs-box a, .banner-box .banner-min .crumbs-box i {
          color: #e2e1e9;
          font-size: 2.66666vw; }
        .banner-box .banner-min .crumbs-box i {
          font-size: 2.13333vw;
          padding: 0 1.33333vw; }
        .banner-box .banner-min .crumbs-box a:hover {
          color: #fff; }
      .banner-box .banner-min .flex {
        padding: 13.3333vw 0; }
        .banner-box .banner-min .flex .l .tit-box {
          display: flex;
          align-items: center; }
          .banner-box .banner-min .flex .l .tit-box .icon {
            width: 12.79997vw; }
            .banner-box .banner-min .flex .l .tit-box .icon img {
              filter: brightness(1000%);
              width: 100%; }
          .banner-box .banner-min .flex .l .tit-box .mess {
            padding: 2.66666vw; }
            .banner-box .banner-min .flex .l .tit-box .mess .tit {
              color: #fff;
              font-size: 5.33332vw; }
            .banner-box .banner-min .flex .l .tit-box .mess .sub-tit {
              color: #fff;
              font-size: 3.73332vw;
              padding-top: 0; }
        .banner-box .banner-min .flex .l .name {
          background: #0a55e2;
          color: #fff;
          height: 9.59998vw;
          padding: 0 5.33332vw;
          border-radius: 1.33333vw;
          font-size: 3.19999vw;
          display: inline-flex;
          align-items: center;
          justify-content: center; }
        .banner-box .banner-min .flex .l .mess {
          padding-top: 2.66666vw; }
          .banner-box .banner-min .flex .l .mess .tit {
            color: #fff;
            font-size: 5.33332vw; }
          .banner-box .banner-min .flex .l .mess .sub-tit {
            color: #fff;
            font-size: 3.19999vw;
            text-transform: uppercase;
            margin-top: 1.33333vw; }
          .banner-box .banner-min .flex .l .mess .line {
            height: 0.26667vw;
            background: #fff;
            margin: 2.66666vw 0; }
          .banner-box .banner-min .flex .l .mess .tips {
            margin: -1.33333vw; }
            .banner-box .banner-min .flex .l .mess .tips .item {
              padding: 1.33333vw;
              display: flex;
              align-items: center; }
              .banner-box .banner-min .flex .l .mess .tips .item i {
                width: 3.19999vw;
                height: 3.19999vw;
                background-image: url(../img/right.png);
                background-size: contain;
                background-repeat: no-repeat;
                background-position: center;
                flex-shrink: 0; }
              .banner-box .banner-min .flex .l .mess .tips .item span {
                color: #fff;
                font-size: 2.66666vw;
                text-transform: uppercase;
                padding-left: 1.33333vw;
                line-height: 1.4; }
        .banner-box .banner-min .flex .r {
          padding-top: 5.33332vw; }
          .banner-box .banner-min .flex .r .video-btn {
            overflow: hidden;
            border-radius: 2.66666vw;
            display: block;
            box-shadow: 1.86666vw 1.86666vw 2.13333vw rgba(255, 255, 255, 0.25); }
            .banner-box .banner-min .flex .r .video-btn i.pic-scale-video {
              padding-bottom: 55.88%; }
            .banner-box .banner-min .flex .r .video-btn .pic {
              position: relative; }
              .banner-box .banner-min .flex .r .video-btn .pic .ico {
                width: 18.66662vw;
                height: 18.66662vw;
                background-image: url(../img/play.png);
                background-position: center;
                background-size: contain;
                position: absolute;
                z-index: 2;
                left: 50%;
                top: 50%;
                transform: translate(-50%, -50%); }
            .banner-box .banner-min .flex .r .video-btn .tit {
              background: #0a55e2;
              height: 10.13331vw;
              display: flex;
              align-items: center;
              justify-content: center;
              color: #fff; }
    .banner-box .menu-bg {
      background: rgba(22, 22, 22, 0.7); }
      .banner-box .menu-bg .menu-box ul {
        display: flex;
        flex-wrap: wrap; }
        .banner-box .menu-bg .menu-box ul li {
          flex-basis: 50%;
          flex-shrink: 0;
          min-width: 0; }
          .banner-box .menu-bg .menu-box ul li a {
            padding: 0 2.66666vw;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            height: 12.79997vw;
            border-radius: 1.33333vw; }
            .banner-box .menu-bg .menu-box ul li a b {
              font-size: 3.73332vw;
              font-weight: normal;
              color: #fff; }
            .banner-box .menu-bg .menu-box ul li a span {
              font-size: 3.19999vw;
              color: #fff;
              padding-top: 1.33333vw; }
          .banner-box .menu-bg .menu-box ul li .on {
            background: #0a55e2; } }

@media screen and (min-width: 992px) {
  .banner-box .banner-min {
    padding-top: 5.2083vw;
    padding-bottom: 4.06247vw; }
    .banner-box .banner-min .crumbs-box {
      padding: 1.04166vw 0 0 0; }
      .banner-box .banner-min .crumbs-box span, .banner-box .banner-min .crumbs-box a, .banner-box .banner-min .crumbs-box i {
        font-size: 0.625vw; }
      .banner-box .banner-min .crumbs-box i {
        font-size: 0.41666vw;
        padding: 0 0.26042vw; }
      .banner-box .banner-min .crumbs-box a:hover {
        color: #fff; }
    .banner-box .banner-min .flex {
      padding: 0;
      height: 22.91652vw;
      display: flex;
      align-items: center;
      padding-bottom: 7.81245vw; }
      .banner-box .banner-min .flex .l {
        flex-basis: 60%;
        flex-shrink: 0;
        min-width: 0; }
        .banner-box .banner-min .flex .l .tit-box .icon {
          width: 6.87496vw; }
        .banner-box .banner-min .flex .l .tit-box .mess {
          padding: 1.56249vw; }
          .banner-box .banner-min .flex .l .tit-box .mess .tit {
            font-size: 2.70832vw; }
          .banner-box .banner-min .flex .l .tit-box .mess .sub-tit {
            font-size: 1.61457vw;
            padding-top: 0; }
        .banner-box .banner-min .flex .l .name {
          height: 2.81248vw;
          padding: 0 1.04166vw;
          border-radius: 0.52083vw;
          font-size: 1.04166vw; }
        .banner-box .banner-min .flex .l .mess {
          padding-top: 1.56249vw; }
          .banner-box .banner-min .flex .l .mess .tit {
            font-size: 2.60415vw;
            font-weight: bold; }
          .banner-box .banner-min .flex .l .mess .sub-tit {
            font-size: 1.45832vw;
            margin-top: 0.52083vw; }
          .banner-box .banner-min .flex .l .mess .line {
            height: 0.05208vw;
            margin: 1.30207vw 0;
            width: 50%; }
          .banner-box .banner-min .flex .l .mess .tips {
            margin: -0.52083vw; }
            .banner-box .banner-min .flex .l .mess .tips .item {
              padding: 0.52083vw; }
              .banner-box .banner-min .flex .l .mess .tips .item i {
                width: 1.24999vw;
                height: 1.24999vw; }
              .banner-box .banner-min .flex .l .mess .tips .item span {
                font-size: 0.93749vw;
                padding-left: 0.52083vw;
                font-weight: 300; }
      .banner-box .banner-min .flex .r {
        flex-basis: 40%;
        flex-shrink: 0;
        min-width: 0;
        padding-top: 0; }
        .banner-box .banner-min .flex .r .video-btn {
          border-radius: 1.04166vw;
          box-shadow: 0.72916vw 0.72916vw 0.52083vw rgba(255, 255, 255, 0.25); }
          .banner-box .banner-min .flex .r .video-btn .pic .ico {
            width: 6.71871vw;
            height: 6.71871vw; }
          .banner-box .banner-min .flex .r .video-btn .tit {
            height: 2.81248vw;
            font-size: 1.24999vw; }
    .banner-box .banner-min .flex-02 {
      padding-bottom: 0; }
      .banner-box .banner-min .flex-02 .l {
        flex-basis: 62%; }
      .banner-box .banner-min .flex-02 .r {
        flex-basis: 38%; }
  .banner-box .menu-bg {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0; }
    .banner-box .menu-bg .menu-box ul li {
      flex-basis: 20%; }
      .banner-box .menu-bg .menu-box ul li a {
        padding: 0 0.52083vw;
        height: 4.06247vw;
        border-radius: 0.52083vw; }
        .banner-box .menu-bg .menu-box ul li a b {
          font-size: 1.24999vw; }
        .banner-box .menu-bg .menu-box ul li a span {
          font-size: 0.78124vw;
          padding-top: 0.26042vw; }
        .banner-box .menu-bg .menu-box ul li a:hover b {
          color: #00e0e0; }
        .banner-box .menu-bg .menu-box ul li a:hover span {
          color: #00e0e0; }
      .banner-box .menu-bg .menu-box ul li .on:hover b {
        color: #fff; }
      .banner-box .menu-bg .menu-box ul li .on:hover span {
        color: #fff; } }

@media screen and (min-width: 320px) {
  .sub-menu-box {
    border-bottom: 0.26667vw solid #dddddd;
    padding: 2.66666vw 0; }
    .sub-menu-box ul {
      display: flex;
      flex-wrap: wrap; }
      .sub-menu-box ul li {
        flex-basis: 50%;
        flex-shrink: 0;
        min-width: 0; }
        .sub-menu-box ul li a {
          display: flex;
          align-items: center;
          justify-content: center;
          color: #3e3e3e;
          height: 11.19997vw;
          padding: 0 6.66665vw;
          border-radius: 1.33333vw; }
          .sub-menu-box ul li a.on {
            background: #0a55e2;
            color: #fff; } }

@media screen and (min-width: 992px) {
  .sub-menu-box {
    border-bottom-width: 0.05208vw;
    padding: 1.04166vw 0; }
    .sub-menu-box ul {
      display: flex;
      flex-wrap: wrap; }
      .sub-menu-box ul li {
        flex-basis: auto; }
        .sub-menu-box ul li a {
          height: 2.70832vw;
          padding: 0 1.30207vw;
          border-radius: 0.52083vw;
          font-size: 1.04166vw; }
          .sub-menu-box ul li a:hover {
            color: #00e0e0; }
          .sub-menu-box ul li a.on:hover {
            color: #fff; } }

@media screen and (min-width: 320px) {
  .content-box, .content-box * {
    font-size: 3.73332vw;
    line-height: 1.75;
    color: #464646; }
  .content-box .pic {
    padding-top: 2.66666vw; }
  .content-box img {
    max-width: 100%;
    width: 100%; }
  .info-content, .info-content * {
    font-size: 3.19999vw;
    line-height: 2; }
  .info-content-bd {
    padding: 7.99998vw 0; }
  .no-tips {
    height: 79.9998vw;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 3.73332vw;
    color: #999; } }

@media screen and (min-width: 992px) {
  .content-box, .content-box * {
    font-size: 0.83333vw; }
  .content-box .pic {
    padding-top: 1.04166vw; }
  .info-content, .info-content * {
    font-size: 0.72916vw; }
  .info-content-bd {
    padding: 3.64581vw 0; }
  .no-tips {
    height: 20.8332vw;
    font-size: 0.93749vw; } }

@media screen and (min-width: 320px) {
  i.pic-scale-research-01 {
    padding-bottom: 46.37%; }
  i.pic-scale-research-02 {
    padding-bottom: 68.11%; }
  i.pic-scale-research-03 {
    padding-bottom: 140.9%; }
  i.pic-scale-research-04 {
    padding-bottom: 144.89%; }
  i.pic-scale-research-05 {
    padding-bottom: 64.31%; }
  .research-list {
    margin: -1.33333vw; }
    .research-list .item {
      padding: 1.33333vw; }
      .research-list .item .btn {
        overflow: hidden;
        border-radius: 1.33333vw;
        display: flex;
        flex-direction: column;
        box-shadow: 1.33333vw 1.33333vw 2.39999vw rgba(0, 0, 0, 0.25); }
        .research-list .item .btn .tit {
          height: 9.06664vw;
          background: #fff;
          display: flex;
          align-items: center;
          justify-content: center; }
          .research-list .item .btn .tit span {
            color: #3e3e3e;
            font-weight: bold;
            font-size: 2.66666vw; }
        .research-list .item .btn:hover {
          box-shadow: 1.33333vw 1.33333vw 2.39999vw rgba(10, 85, 226, 0.3); }
          .research-list .item .btn:hover .tit {
            background: #0a55e2; }
            .research-list .item .btn:hover .tit span {
              color: #fff; }
    .research-list .flex {
      display: flex; }
      .research-list .flex .l {
        flex-basis: 67%;
        flex-shrink: 0;
        min-width: 0;
        padding-right: 1.33333vw; }
      .research-list .flex .r {
        flex-basis: 33%;
        flex-shrink: 0;
        min-width: 0;
        padding-left: 1.33333vw; }
    .research-list .flex-02 {
      display: flex; }
      .research-list .flex-02 .l {
        flex-basis: 36.5%;
        flex-shrink: 0;
        min-width: 0;
        padding-right: 1.33333vw; }
      .research-list .flex-02 .r {
        flex-basis: 63.5%;
        flex-shrink: 0;
        min-width: 0;
        padding-left: 1.33333vw; }
        .research-list .flex-02 .r .list ul {
          margin: -1.33333vw;
          display: flex;
          flex-wrap: wrap; }
          .research-list .flex-02 .r .list ul li {
            padding: 1.33333vw;
            flex-basis: 50%;
            flex-shrink: 0;
            min-width: 0; } }

@media screen and (min-width: 992px) {
  .research-list {
    margin: -1.04166vw; }
    .research-list .item {
      padding: 1.04166vw; }
      .research-list .item .btn {
        border-radius: 1.04166vw;
        box-shadow: 0.52083vw 0.52083vw 0.52083vw rgba(0, 0, 0, 0.25); }
        .research-list .item .btn .tit {
          height: 4.01039vw; }
          .research-list .item .btn .tit span {
            font-size: 1.56249vw; }
        .research-list .item .btn:hover {
          box-shadow: 0.52083vw 0.52083vw 0.52083vw rgba(10, 85, 226, 0.3); }
    .research-list .flex {
      display: flex; }
      .research-list .flex .l {
        padding-right: 1.04166vw; }
      .research-list .flex .r {
        padding-left: 1.04166vw; }
    .research-list .flex-02 {
      display: flex; }
      .research-list .flex-02 .l {
        flex-basis: 35%;
        padding-right: 1.04166vw; }
      .research-list .flex-02 .r {
        flex-basis: 65%;
        padding-left: 1.04166vw; }
        .research-list .flex-02 .r .list ul {
          margin: -1.04166vw; }
          .research-list .flex-02 .r .list ul li {
            padding: 1.04166vw; } }

@media screen and (min-width: 320px) {
  .about-bg {
    background-image: url(../img/about-bg.png);
    background-size: 100% auto;
    background-position: top;
    background-repeat: no-repeat; }
    .about-bg .about-tit-box .tit {
      font-weight: bold;
      font-size: 3.73332vw; }
    .about-bg .about-tit-box .sub-tit {
      font-size: 3.19999vw; }
    .about-bg .about-txt {
      padding-top: 5.33332vw;
      font-size: 3.73332vw; }
    .about-bg .num-box-02 {
      box-shadow: none;
      padding: 0;
      margin: 5.33332vw 0; }
      .about-bg .num-box-02 dl {
        padding: 0; } }

@media screen and (min-width: 992px) {
  .about-bg .about-tit-box .tit {
    font-size: 1.56249vw; }
  .about-bg .about-tit-box .sub-tit {
    font-size: 1.04166vw; }
  .about-bg .about-txt {
    padding-top: 1.04166vw;
    font-size: 1.04166vw; }
  .about-bg .num-box-02 {
    box-shadow: none;
    margin: 2.60415vw 0; }
    .about-bg .num-box-02 dl dt .num {
      font-size: 2.70832vw; }
    .about-bg .num-box-02 dl dt .unit {
      font-size: 2.70832vw; }
    .about-bg .num-box-02 dl dd {
      padding-top: 0.52083vw;
      font-size: 0.93749vw; } }

@media screen and (min-width: 320px) {
  i.pic-scale-product {
    padding-bottom: 63.19%; }
  .products-list ul {
    display: flex;
    flex-wrap: wrap;
    margin: -2.66666vw; }
    .products-list ul li {
      flex-basis: 50%;
      flex-shrink: 0;
      min-width: 0;
      padding: 2.66666vw; }
      .products-list ul li a .pic {
        overflow: hidden;
        border-radius: 2.66666vw;
        position: relative; }
        .products-list ul li a .pic img {
          width: 100%; }
        .products-list ul li a .pic .logo-ico {
          width: 13.3333vw;
          position: absolute;
          right: 1.33333vw;
          top: 1.33333vw;
          z-index: 2; }
        .products-list ul li a .pic .ico {
          width: 5.33332vw;
          right: 1.33333vw;
          bottom: 1.33333vw;
          position: absolute;
          z-index: 2;
          opacity: 0.6;
          filter: brightness(1000%); }
        .products-list ul li a .pic .mess {
          position: absolute;
          left: 0;
          top: 0;
          padding: 5.33332vw 3.99999vw;
          z-index: 2;
          width: 80%; }
          .products-list ul li a .pic .mess .tit {
            color: #fff;
            zoom: .5;
            font-size: 6.39998vw;
            width: 130%; }
          .products-list ul li a .pic .mess .sub-tit {
            color: #fff;
            font-size: 5.33332vw;
            zoom: .3;
            margin-top: 3.99999vw;
            height: 15.99996vw; }
          .products-list ul li a .pic .mess .line {
            height: 0.26667vw;
            background: #fff;
            margin: 1.33333vw 0; }
          .products-list ul li a .pic .mess .tips {
            margin: -0.53333vw; }
            .products-list ul li a .pic .mess .tips .item {
              padding: 0.53333vw;
              display: flex; }
              .products-list ul li a .pic .mess .tips .item i {
                width: 1.6vw;
                height: 1.6vw;
                background-image: url(../img/right.png);
                background-size: contain;
                background-repeat: no-repeat;
                background-position: center;
                flex-shrink: 0; }
              .products-list ul li a .pic .mess .tips .item span {
                color: #fff;
                font-size: 5.33332vw;
                zoom: .3;
                text-transform: uppercase;
                padding-left: 3.99999vw; }
      .products-list ul li a .tit {
        color: #3e3e3e;
        font-size: 3.73332vw;
        padding-top: 2.66666vw;
        font-weight: bold; }
      .products-list ul li a:hover .pic {
        box-shadow: 1.06666vw 1.06666vw 2.39999vw rgba(94, 160, 255, 0.42); }
      .products-list ul li a:hover .tit {
        color: #0a55e2; } }

@media screen and (min-width: 992px) {
  .products-list ul {
    margin: -1.24999vw; }
    .products-list ul li {
      flex-basis: 33.3333%;
      padding: 1.24999vw; }
      .products-list ul li a .pic {
        border-radius: 1.04166vw; }
        .products-list ul li a .pic img {
          width: 100%; }
        .products-list ul li a .pic .logo-ico {
          width: 5.31247vw;
          right: 0.78124vw;
          top: 0.78124vw; }
        .products-list ul li a .pic .ico {
          width: 2.7604vw;
          right: 0.78124vw;
          bottom: 0.78124vw; }
        .products-list ul li a .pic .mess {
          padding: 2.08332vw 1.56249vw;
          z-index: 2;
          width: 80%; }
          .products-list ul li a .pic .mess .tit {
            zoom: 1;
            font-size: 1.45832vw; }
          .products-list ul li a .pic .mess .sub-tit {
            font-size: 1.45832vw;
            zoom: .5;
            margin-top: 1.04166vw;
            height: 4.37497vw; }
          .products-list ul li a .pic .mess .line {
            height: 0.05208vw;
            margin: 0.78124vw 0; }
          .products-list ul li a .pic .mess .tips {
            margin: -0.26042vw; }
            .products-list ul li a .pic .mess .tips .item {
              padding: 0.26042vw; }
              .products-list ul li a .pic .mess .tips .item i {
                width: 0.83333vw;
                height: 0.83333vw; }
              .products-list ul li a .pic .mess .tips .item span {
                font-size: 1.45832vw;
                zoom: .5;
                padding-left: 1.04166vw; }
      .products-list ul li a .tit {
        font-size: 1.04166vw;
        padding-top: 0.52083vw; }
      .products-list ul li a:hover .pic {
        box-shadow: 0.41666vw 0.41666vw 0.93749vw rgba(94, 160, 255, 0.42); }
  .products-list-min ul {
    margin: -0.52083vw; }
    .products-list-min ul li {
      flex-basis: 100%;
      padding: 0.52083vw; } }

@media screen and (min-width: 320px) {
  .product-info .item .tit-box {
    border-bottom: 0.26667vw solid #0a55e2;
    padding-bottom: 2.66666vw;
    display: flex;
    align-items: flex-end; }
    .product-info .item .tit-box b {
      font-size: 4.79999vw;
      color: #0a55e2; }
    .product-info .item .tit-box span {
      font-size: 3.19999vw;
      padding-left: 2.66666vw;
      color: #0a55e2; }
  .product-info .item + .item {
    padding-top: 7.99998vw; }
  .product-info .l ul {
    padding-left: 4.26666vw; }
    .product-info .l ul li {
      list-style: decimal; }
  .product-info .r {
    padding-top: 7.99998vw; }
    .product-info .r .item .tit-box {
      border-bottom-color: #3e3e3e; }
      .product-info .r .item .tit-box b {
        color: #3e3e3e; }
      .product-info .r .item .tit-box span {
        color: #3e3e3e; }
    .product-info .r .video-btn {
      overflow: hidden;
      border-radius: 2.66666vw;
      display: block; }
      .product-info .r .video-btn i.pic-scale-video {
        padding-bottom: 55.88%; }
      .product-info .r .video-btn .pic {
        position: relative; }
        .product-info .r .video-btn .pic .ico {
          width: 18.66662vw;
          height: 18.66662vw;
          background-image: url(../img/play.png);
          background-position: center;
          background-size: contain;
          position: absolute;
          z-index: 2;
          left: 50%;
          top: 50%;
          transform: translate(-50%, -50%); }
      .product-info .r .video-btn .tit {
        background: #0a55e2;
        height: 10.13331vw;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff; }
  .product-info .product-cont {
    padding-top: 3.99999vw; }
    .product-info .product-cont .product-box + .product-box {
      padding-top: 3.99999vw; }
    .product-info .product-cont table {
      width: 100% !important;
      border: 1px solid #aaa !important; }
      .product-info .product-cont table tr:nth-child(odd) {
        background: #f7f7f7; }
      .product-info .product-cont table tr:nth-child(1) td {
        background: #0a55e2;
        text-align: center;
        color: #fff !important;
        font-weight: normal;
        font-size: 3.19999vw;
        height: 9.59998vw;
        border: none; }
        .product-info .product-cont table tr:nth-child(1) td * {
          color: #fff !important; }
      .product-info .product-cont table tr th {
        background: #0a55e2;
        text-align: center;
        color: #fff !important;
        font-weight: normal;
        font-size: 3.19999vw;
        height: 9.59998vw; }
        .product-info .product-cont table tr th * {
          color: #fff !important; }
      .product-info .product-cont table tr td {
        font-size: 3.19999vw;
        height: 9.59998vw;
        text-align: center; } }

@media screen and (min-width: 992px) {
  .product-info {
    padding: 1.56249vw 0 15.6249vw 0; }
    .product-info .flex {
      display: flex; }
      .product-info .flex .l {
        padding-right: 2.08332vw;
        flex-basis: 65%;
        flex-shrink: 0;
        min-width: 0; }
        .product-info .flex .l ul {
          font-size: 0.93749vw;
          padding-left: 0.93749vw; }
          .product-info .flex .l ul li {
            font-size: 0.93749vw; }
      .product-info .flex .r {
        padding-top: 0;
        padding-left: 2.08332vw;
        flex-basis: 35%;
        flex-shrink: 0;
        min-width: 0; }
        .product-info .flex .r .video-btn {
          border-radius: 1.04166vw; }
          .product-info .flex .r .video-btn .pic .ico {
            width: 4.99997vw;
            height: 4.99997vw; }
          .product-info .flex .r .video-btn .tit {
            height: 2.08332vw;
            font-size: 0.93749vw; }
    .product-info .content-box {
      font-size: 0.93749vw; }
    .product-info .item .tit-box {
      border-bottom-width: 0.05208vw;
      padding-bottom: 0.52083vw; }
      .product-info .item .tit-box b {
        font-size: 1.24999vw; }
      .product-info .item .tit-box span {
        font-size: 1.24999vw;
        zoom: .5;
        padding-left: 1.04166vw; }
    .product-info .item + .item {
      padding-top: 2.08332vw; }
    .product-info .product-cont {
      padding-top: 0.78124vw; }
      .product-info .product-cont .product-box + .product-box {
        padding-top: 0.78124vw; }
      .product-info .product-cont table {
        width: 100%; }
        .product-info .product-cont table tr:nth-child(1) td {
          font-size: 0.83333vw;
          height: 1.66666vw;
          border: none; }
        .product-info .product-cont table tr th {
          font-size: 0.83333vw;
          height: 1.66666vw; }
        .product-info .product-cont table tr td {
          font-size: 0.83333vw;
          height: 1.66666vw; } }

@media screen and (min-width: 320px) {
  i.pic-scale-news-02 {
    padding-bottom: 55.22%; }
  .news-list ul {
    margin: -2.66666vw; }
    .news-list ul li {
      padding: 2.66666vw; }
      .news-list ul li .btn {
        border-radius: 2.66666vw;
        overflow: hidden;
        display: block;
        box-shadow: 1.86666vw 1.86666vw 2.39999vw rgba(0, 0, 0, 0.25); }
        .news-list ul li .btn .cont {
          padding: 3.99999vw; }
          .news-list ul li .btn .cont .tit {
            font-weight: bold;
            font-size: 4.79999vw;
            color: #3e3e3e; }
          .news-list ul li .btn .cont .mess {
            padding-top: 2.66666vw;
            display: flex;
            justify-content: space-between; }
            .news-list ul li .btn .cont .mess .time {
              color: #a7a4a4;
              font-size: 2.66666vw; }
            .news-list ul li .btn .cont .mess .more {
              display: flex;
              align-items: center; }
              .news-list ul li .btn .cont .mess .more span {
                color: #3e3e3e;
                font-size: 2.66666vw; }
              .news-list ul li .btn .cont .mess .more i {
                margin-left: 1.06666vw;
                width: 2.13333vw;
                height: 3.19999vw;
                background-image: url(../img/more.png);
                background-size: contain;
                background-position: center;
                background-repeat: no-repeat; }
        .news-list ul li .btn:hover {
          box-shadow: 1.33333vw 1.33333vw 2.39999vw rgba(10, 85, 226, 0.3); }
          .news-list ul li .btn:hover .cont {
            background: #0a55e2; }
            .news-list ul li .btn:hover .cont .tit {
              color: #fff; }
            .news-list ul li .btn:hover .cont .mess .time {
              color: #fff; }
            .news-list ul li .btn:hover .cont .mess .more span {
              color: #fff; }
            .news-list ul li .btn:hover .cont .mess .more i {
              filter: brightness(1000%); } }

@media screen and (min-width: 992px) {
  .news-list ul {
    display: flex;
    flex-wrap: wrap;
    margin: -1.24999vw; }
    .news-list ul li {
      flex-basis: 33.3333%;
      flex-shrink: 0;
      padding: 1.24999vw; }
      .news-list ul li .btn {
        border-radius: 1.04166vw;
        box-shadow: 0.72916vw 0.72916vw 0.93749vw rgba(0, 0, 0, 0.25); }
        .news-list ul li .btn .cont {
          padding: 1.24999vw; }
          .news-list ul li .btn .cont .tit {
            font-size: 1.04166vw; }
          .news-list ul li .btn .cont .mess {
            padding-top: 0.52083vw; }
            .news-list ul li .btn .cont .mess .time {
              font-size: 0.72916vw; }
            .news-list ul li .btn .cont .mess .more span {
              font-size: 0.72916vw; }
            .news-list ul li .btn .cont .mess .more i {
              margin-left: 0.3125vw;
              width: 0.625vw;
              height: 0.93749vw; }
        .news-list ul li .btn:hover {
          box-shadow: 0.72916vw 0.72916vw 0.93749vw rgba(10, 85, 226, 0.3); } }

@media screen and (min-width: 320px) {
  .video-list ul {
    margin: -2.66666vw; }
    .video-list ul li {
      padding: 2.66666vw; }
      .video-list ul li .btn {
        overflow: hidden;
        border-radius: 2.66666vw;
        display: block;
        box-shadow: 1.86666vw 1.86666vw 2.39999vw rgba(0, 0, 0, 0.25); }
        .video-list ul li .btn i.pic-scale-video {
          padding-bottom: 63.74%; }
        .video-list ul li .btn .pic {
          position: relative; }
          .video-list ul li .btn .pic .ico {
            width: 18.66662vw;
            height: 18.66662vw;
            background-image: url(../img/play.png);
            background-position: center;
            background-size: contain;
            position: absolute;
            z-index: 2;
            left: 50%;
            top: 50%;
            transform: translate(-50%, -50%);
            opacity: 0.8; }
        .video-list ul li .btn .tit {
          background: #0a55e2;
          height: 13.86663vw;
          display: flex;
          align-items: center;
          justify-content: center;
          color: #3e3e3e;
          background: #fff;
          padding: 0 1.33333vw;
          line-height: 1.4;
          text-align: center; }
        .video-list ul li .btn:hover {
          box-shadow: 1.33333vw 1.33333vw 2.39999vw rgba(10, 85, 226, 0.3); }
          .video-list ul li .btn:hover .tit {
            color: #fff;
            background: #0a55e2; } }

@media screen and (min-width: 992px) {
  .video-list ul {
    display: flex;
    flex-wrap: wrap;
    margin: -1.24999vw; }
    .video-list ul li {
      flex-basis: 33.3333%;
      flex-shrink: 0;
      padding: 1.24999vw; }
      .video-list ul li .btn {
        border-radius: 1.04166vw;
        box-shadow: 0.72916vw 0.72916vw 0.93749vw rgba(0, 0, 0, 0.25); }
        .video-list ul li .btn .pic .ico {
          width: 6.71871vw;
          height: 6.71871vw; }
        .video-list ul li .btn .tit {
          height: 3.22915vw;
          font-size: 0.93749vw;
          padding: 0 0.52083vw; }
        .video-list ul li .btn:hover {
          box-shadow: 0.72916vw 0.72916vw 0.93749vw rgba(10, 85, 226, 0.3); } }

@media screen and (min-width: 320px) {
  .message-tit-box .tit {
    font-size: 6.39998vw;
    color: #3e3e3e; }
  .message-tit-box .sub-tit {
    padding-top: 2.66666vw;
    font-size: 3.19999vw;
    color: #3e3e3e; }
  .message-line {
    height: 0.26667vw;
    background: #ddd;
    margin: 3.99999vw 0; }
  .form-box {
    margin-top: -2.66666vw; }
    .form-box .row {
      margin: 0 -2.66666vw; }
      .form-box .row .col {
        padding: 2.66666vw; }
    .form-box .box .lab-box {
      display: flex;
      padding-bottom: 2.13333vw; }
      .form-box .box .lab-box .name {
        color: #3e3e3e; }
      .form-box .box .lab-box .req {
        font-style: normal;
        color: #f26257; }
    .form-box .box input, .form-box .box textarea {
      background: #f8fdff;
      border: 0.26667vw solid #e8ecf1;
      width: 100%;
      font-size: 3.19999vw;
      resize: none;
      line-height: 1.4; }
    .form-box .box input {
      height: 8.53331vw;
      padding: 0 2.66666vw;
      min-width: 42.66656vw; }
    .form-box .box textarea {
      padding: 2.66666vw; }
    .form-box .box .inp-box .inps {
      display: flex;
      flex-wrap: wrap;
      margin: -1.06666vw -2.13333vw; }
      .form-box .box .inp-box .inps .item {
        display: flex;
        padding: 1.06666vw 2.13333vw; }
      .form-box .box .inp-box .inps input {
        flex: 1; }
    .form-box .box .tips-box {
      color: #bababa;
      font-size: 4.26666vw;
      zoom: .5;
      padding-bottom: 4.26666vw; }
    .form-box .box .btn-box {
      width: 100%;
      display: flex;
      align-items: center;
      justify-content: center; }
      .form-box .box .btn-box button {
        background: #0a55e2;
        border-radius: 1.33333vw;
        height: 11.19997vw;
        padding: 0 15.99996vw;
        font-size: 4.26666vw; }
  .layui-input, .layui-select, .layui-textarea {
    height: 10.13331vw;
    border-radius: 0.53333vw;
    border-width: 0.26667vw;
    padding-left: 2.66666vw; }
  .layui-form-select .layui-input {
    padding-right: 7.99998vw; }
  .layui-form-select .layui-edge {
    border-width: 1.6vw;
    margin-top: -0.8vw;
    right: 2.66666vw; }
  .layui-form-selected .layui-edge {
    margin-top: -2.39999vw; }
  .layui-form-select dl {
    top: 11.19997vw;
    padding: 1.33333vw 0;
    border-width: 0.26667vw;
    border-radius: 0.53333vw;
    max-height: 79.9998vw; }
  .layui-form-selectup dl {
    top: auto;
    bottom: 11.19997vw; }
  .layui-form-select dl dd, .layui-form-select dl dt {
    line-height: 9.59998vw; }
  .layui-form-select dl dd.layui-this {
    background-color: #0a55e2; }
  .layui-form-radio:hover *, .layui-form-radioed, .layui-form-radioed > i {
    color: #0a55e2; }
  .layui-form-radio > i {
    margin-right: 2.13333vw;
    font-size: 5.86665vw; }
  .layui-form-radio {
    line-height: 7.46665vw;
    margin: 1.6vw 0 0 0;
    padding-right: 0; }
  .layui-form-radio * {
    font-size: 3.73332vw;
    color: #666; }
  .layui-form-radioed * {
    color: #3e3e3e; } }

@media screen and (min-width: 992px) {
  .message-tit-box .tit {
    font-size: 2.91665vw; }
  .message-tit-box .sub-tit {
    padding-top: 1.30207vw;
    font-size: 1.56249vw; }
  .message-line {
    height: 0.05208vw;
    margin: 2.60415vw 0; }
  .form-box {
    margin-top: -1.04166vw;
    width: 60%; }
    .form-box .row {
      margin: 0 -1.04166vw;
      display: flex;
      flex-wrap: wrap; }
      .form-box .row .col {
        padding: 1.04166vw;
        flex-basis: 100%;
        flex-shrink: 0;
        min-width: 0; }
      .form-box .row .col-6 {
        flex-basis: 50%;
        flex-shrink: 0; }
    .form-box .row-mail .box {
      display: flex;
      align-items: center; }
      .form-box .row-mail .box .lab-box {
        padding-bottom: 0;
        padding-right: 0.52083vw; }
    .form-box .box .lab-box {
      padding-bottom: 0.72916vw; }
      .form-box .box .lab-box .name {
        font-size: 1.14583vw; }
      .form-box .box .lab-box .req {
        font-size: 1.14583vw; }
    .form-box .box input, .form-box .box textarea {
      border-width: 0.10417vw;
      font-size: 0.72916vw; }
    .form-box .box input {
      height: 2.18749vw;
      padding: 0 0.52083vw;
      min-width: 12.49992vw; }
    .form-box .box textarea {
      padding: 0.52083vw; }
    .form-box .box .inp-box .inps {
      margin: -0.3125vw -0.72916vw; }
      .form-box .box .inp-box .inps .item {
        padding: 0.3125vw 0.72916vw; }
    .form-box .box .tips-box {
      font-size: 0.72916vw;
      zoom: 1;
      padding-bottom: 1.45832vw; }
    .form-box .box .btn-box button {
      border-radius: 0.52083vw;
      height: 3.12498vw;
      padding: 0 5.2083vw;
      font-size: 1.04166vw; }
  .layui-input, .layui-select, .layui-textarea {
    height: 1.97915vw;
    border-radius: 0.10417vw;
    border-width: 0.05208vw;
    padding-left: 0.52083vw; }
  .layui-form-select .layui-input {
    padding-right: 1.56249vw; }
  .layui-form-select .layui-edge {
    border-width: 0.3125vw;
    margin-top: -0.15625vw;
    right: 0.52083vw; }
  .layui-form-selected .layui-edge {
    margin-top: -0.46875vw; }
  .layui-form-select dl {
    top: 2.18749vw;
    padding: 0.26042vw 0;
    border-width: 0.05208vw;
    border-radius: 0.10417vw;
    max-height: 15.6249vw; }
  .layui-form-selectup dl {
    top: auto;
    bottom: 2.18749vw; }
  .layui-form-select dl dd, .layui-form-select dl dt {
    line-height: 1.87499vw; }
  .layui-form-select dl dd.layui-this {
    background-color: #0a55e2; }
  .layui-form-radio:hover *, .layui-form-radioed, .layui-form-radioed > i {
    color: #0a55e2; }
  .layui-form-radio > i {
    margin-right: 0.41666vw;
    font-size: 1.66666vw; }
  .layui-form-radio {
    line-height: 1.45832vw;
    margin: 0.3125vw 0 0 0;
    padding-right: 0; }
  .layui-form-radio * {
    font-size: 1.04166vw;
    color: #666; }
  .layui-form-radioed * {
    color: #3e3e3e; } }

@media screen and (min-width: 320px) {
  .contact-box {
    overflow: hidden;
    border-radius: 1.33333vw;
    box-shadow: 1.06666vw 1.06666vw 1.33333vw rgba(0, 0, 0, 0.25); }
    .contact-box .cont-box {
      padding: 3.99999vw; }
    .contact-box .tit-box .tit {
      color: #3e3e3e;
      font-size: 4.79999vw;
      font-weight: bold; }
    .contact-box .tit-box .sub-tit {
      color: #3e3e3e;
      font-size: 3.19999vw; }
    .contact-box .list {
      padding-top: 2.66666vw; }
      .contact-box .list ul {
        margin: -1.33333vw; }
        .contact-box .list ul .col {
          padding: 1.33333vw; }
          .contact-box .list ul .col .type {
            color: #949494;
            font-size: 3.19999vw; }
          .contact-box .list ul .col .txt {
            color: #3e3e3e;
            font-style: 4.26666vw; } }

@media screen and (min-width: 992px) {
  .contact-box {
    border-radius: 0.52083vw;
    box-shadow: 0.36458vw 0.36458vw 0.46875vw rgba(0, 0, 0, 0.25); }
    .contact-box .cont-box {
      padding: 1.8229vw 6.24996vw; }
    .contact-box .tit-box .tit {
      font-size: 1.66666vw; }
    .contact-box .tit-box .sub-tit {
      font-size: 1.14583vw; }
    .contact-box .list {
      padding-top: 0.52083vw; }
      .contact-box .list ul {
        display: flex;
        flex-wrap: wrap;
        margin: -0.26042vw; }
        .contact-box .list ul .col {
          padding: 0.26042vw;
          flex: 1;
          min-width: 0; }
          .contact-box .list ul .col .type {
            font-size: 0.78124vw; }
          .contact-box .list ul .col .txt {
            font-size: 1.04166vw; }
        .contact-box .list ul .col-3 {
          flex-basis: 50%;
          flex-shrink: 0;
          flex-grow: 0; } }

@media screen and (min-width: 320px) {
  .info-box .flex {
    position: relative;
    z-index: 9; }
    .info-box .flex .l .info-bg-l {
      background: #fff;
      padding: 5.33332vw 3.99999vw;
      border-radius: 1.33333vw;
      box-shadow: 0.53333vw 0.53333vw 1.33333vw rgba(0, 0, 0, 0.25); }
      .info-box .flex .l .info-bg-l .tit-box .tit {
        color: #000;
        font-weight: bold;
        font-size: 5.33332vw;
        line-height: 1.4; }
      .info-box .flex .l .info-bg-l .mess-box {
        display: flex;
        justify-content: space-between;
        padding: 5.33332vw 0;
        border-bottom: 0.26667vw solid #C6C6C6; }
        .info-box .flex .l .info-bg-l .mess-box .mess-l {
          font-size: 2.66666vw;
          display: flex; }
          .info-box .flex .l .info-bg-l .mess-box .mess-l .view {
            padding-right: 2.66666vw;
            color: #555;
            display: flex;
            align-items: center; }
            .info-box .flex .l .info-bg-l .mess-box .mess-l .view i {
              padding-right: 1.33333vw; }
            .info-box .flex .l .info-bg-l .mess-box .mess-l .view i, .info-box .flex .l .info-bg-l .mess-box .mess-l .view i::before {
              font-size: 3.19999vw; }
          .info-box .flex .l .info-bg-l .mess-box .mess-l .time {
            color: #555; }
        .info-box .flex .l .info-bg-l .mess-box .mess-r {
          font-size: 2.66666vw; }
      .info-box .flex .l .info-bg-l .content-bd {
        padding: 7.99998vw 0; }
      .info-box .flex .l .info-bg-l .info-link {
        display: flex;
        align-items: center;
        justify-content: center;
        padding-bottom: 7.99998vw; }
        .info-box .flex .l .info-bg-l .info-link a {
          border: 0.26667vw solid #0a55e2;
          display: inline-flex;
          align-items: center;
          padding: 2.66666vw 5.33332vw;
          border-radius: 1.33333vw; }
          .info-box .flex .l .info-bg-l .info-link a i {
            padding-right: 1.33333vw; }
          .info-box .flex .l .info-bg-l .info-link a i, .info-box .flex .l .info-bg-l .info-link a i::before {
            font-size: 4.26666vw;
            color: #0a55e2; }
          .info-box .flex .l .info-bg-l .info-link a span {
            font-size: 3.19999vw;
            color: #0a55e2; }
          .info-box .flex .l .info-bg-l .info-link a:hover {
            background: #0a55e2; }
            .info-box .flex .l .info-bg-l .info-link a:hover i, .info-box .flex .l .info-bg-l .info-link a:hover i::before, .info-box .flex .l .info-bg-l .info-link a:hover span {
              color: #fff; }
      .info-box .flex .l .info-bg-l .info-btn-box {
        border-top: 0.26667vw dashed #D4D4D4;
        border-bottom: 0.26667vw dashed #D4D4D4; }
        .info-box .flex .l .info-bg-l .info-btn-box .info-btn .btn {
          margin: 2.66666vw 0;
          padding: 0;
          font-size: 3.19999vw;
          line-height: 1.4; }
    .info-box .flex .r {
      padding-top: 5.33332vw; }
      .info-box .flex .r .info-bg-r {
        background: #fff;
        padding: 5.33332vw 3.99999vw;
        border-radius: 1.33333vw;
        box-shadow: 0.53333vw 0.53333vw 1.33333vw rgba(0, 0, 0, 0.25); }
        .info-box .flex .r .info-bg-r .tit-box {
          font-size: 5.33332vw;
          color: #000;
          border-bottom: 0.26667vw solid #C6C6C6;
          padding-bottom: 5.33332vw; }
        .info-box .flex .r .info-bg-r .list ul li a {
          border-bottom: 0.26667vw dotted #C6C6C6;
          padding: 5.33332vw 0;
          display: block; }
          .info-box .flex .r .info-bg-r .list ul li a .time {
            color: #0a55e2;
            font-size: 3.19999vw;
            padding-bottom: 1.33333vw; }
          .info-box .flex .r .info-bg-r .list ul li a .tit {
            color: #000;
            font-size: 3.73332vw;
            line-height: 1.75; }
      .info-box .flex .r .ad-pic {
        width: 100%;
        padding-top: 5.33332vw; }
        .info-box .flex .r .ad-pic a {
          display: block; }
          .info-box .flex .r .ad-pic a img {
            width: 100%; }
  .e-video {
    padding-bottom: 5.33332vw; }
  .e-video-box {
    width: 100%;
    height: 60vw;
    background: #000; } }

@media screen and (min-width: 992px) {
  .info-box .flex {
    display: flex; }
    .info-box .flex .l {
      flex: 1;
      flex-shrink: 0;
      min-width: 0; }
      .info-box .flex .l .info-bg-l {
        padding: 2.08332vw;
        border-radius: 0.52083vw;
        box-shadow: 0.26042vw 0.26042vw 0.46875vw rgba(0, 0, 0, 0.25); }
        .info-box .flex .l .info-bg-l .tit-box .tit {
          font-size: 1.66666vw; }
        .info-box .flex .l .info-bg-l .mess-box {
          padding: 1.8229vw 0 1.04166vw 0;
          border-bottom-width: 0.05208vw; }
          .info-box .flex .l .info-bg-l .mess-box .mess-l {
            font-size: 0.83333vw; }
            .info-box .flex .l .info-bg-l .mess-box .mess-l .view {
              padding-right: 1.30207vw; }
              .info-box .flex .l .info-bg-l .mess-box .mess-l .view i {
                padding-right: 0.26042vw; }
              .info-box .flex .l .info-bg-l .mess-box .mess-l .view i, .info-box .flex .l .info-bg-l .mess-box .mess-l .view i::before {
                font-size: 1.04166vw; }
            .info-box .flex .l .info-bg-l .mess-box .mess-l .time {
              font-size: 0.83333vw; }
          .info-box .flex .l .info-bg-l .mess-box .mess-r {
            font-size: 0.83333vw; }
        .info-box .flex .l .info-bg-l .content-bd {
          padding: 2.60415vw 0; }
        .info-box .flex .l .info-bg-l .info-link {
          padding-bottom: 3.12498vw; }
          .info-box .flex .l .info-bg-l .info-link a {
            height: 2.81248vw;
            border-width: 0.05208vw;
            padding: 0.52083vw 1.56249vw;
            border-radius: 0.26042vw; }
            .info-box .flex .l .info-bg-l .info-link a i {
              padding-right: 0.52083vw; }
            .info-box .flex .l .info-bg-l .info-link a i, .info-box .flex .l .info-bg-l .info-link a i::before {
              font-size: 1.04166vw; }
            .info-box .flex .l .info-bg-l .info-link a span {
              font-size: 0.83333vw; }
        .info-box .flex .l .info-bg-l .info-btn-box {
          border-top-width: 0.05208vw;
          border-bottom-width: 0.05208vw; }
          .info-box .flex .l .info-bg-l .info-btn-box .info-btn {
            padding: 1.45832vw 0;
            display: flex;
            justify-content: space-between;
            margin: 0 -1.04166vw; }
            .info-box .flex .l .info-bg-l .info-btn-box .info-btn .btn {
              margin: 0;
              padding: 0 1.04166vw;
              font-size: 0.83333vw;
              flex-basis: 50%;
              flex-shrink: 0; }
    .info-box .flex .r {
      flex-basis: 19.79154vw;
      flex-shrink: 0;
      padding-top: 0;
      padding-left: 1.04166vw; }
      .info-box .flex .r .info-bg-r {
        padding: 1.04166vw 1.56249vw;
        border-radius: 0.52083vw;
        box-shadow: 0.26042vw 0.26042vw 0.46875vw rgba(0, 0, 0, 0.25); }
        .info-box .flex .r .info-bg-r .tit-box {
          font-size: 1.14583vw;
          border-bottom-width: 0.05208vw;
          padding-bottom: 1.04166vw; }
        .info-box .flex .r .info-bg-r .list ul li a {
          border-bottom-width: 0.05208vw;
          padding: 1.04166vw 0; }
          .info-box .flex .r .info-bg-r .list ul li a .time {
            font-size: 0.72916vw;
            padding-bottom: 0.52083vw; }
          .info-box .flex .r .info-bg-r .list ul li a .tit {
            font-size: 0.83333vw; }
      .info-box .flex .r .ad-pic {
        padding-top: 1.04166vw; }
  .e-video {
    padding-bottom: 1.56249vw; }
  .e-video-box {
    width: 33.33312vw;
    height: 21.87486vw;
    margin: 0 auto;
    display: block; } }

@media screen and (min-width: 320px) {
  #map-box {
    height: 66.6665vw; }
    #map-box .amap-copyright, #map-box .amap-copyright * {
      font-size: 11px;
      line-height: 1; }
  .custom-content-marker {
    position: relative;
    width: 25px;
    height: 34px; }
  .custom-content-marker img {
    width: 100%;
    height: 100%; } }

@media screen and (min-width: 992px) {
  #map-box {
    height: 20.8332vw; } }

@media screen and (min-width: 320px) {
  .search-item .search-tit-box {
    padding-bottom: 2.66666vw; }
    .search-item .search-tit-box .tit {
      color: #3e3e3e;
      font-size: 4.79999vw;
      font-weight: bold; }
    .search-item .search-tit-box .sub-tit {
      color: #3e3e3e;
      font-size: 3.19999vw; }
  .search-item + .search-item {
    padding-top: 7.99998vw; } }

@media screen and (min-width: 992px) {
  .search-item .search-tit-box {
    padding-bottom: 1.04166vw; }
    .search-item .search-tit-box .tit {
      font-size: 1.66666vw; }
    .search-item .search-tit-box .sub-tit {
      font-size: 1.14583vw; }
  .search-item + .search-item {
    padding-top: 3.12498vw; } }
