@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: visible !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"); }

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

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

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

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

/*=================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; } }

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

@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-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 a {
      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: #fff; }
    .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.39999vw; }
    .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.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); }
  .lang-box {
    padding: 2.66666vw; }
    .lang-box dl {
      display: flex;
      align-items: center;
      justify-content: center; }
      .lang-box dl dd a {
        margin-left: 2.66666vw;
        color: #fff; }
        .lang-box dl dd a.on {
          color: #24B5AA; }
  .search-box {
    display: flex;
    padding: 2.66666vw 0; }
    .search-box .search-bg {
      flex: 1; }
      .search-box .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 .search-bg .inp i::before {
          color: #fff;
          font-size: 4.79999vw; }
    .search-box .btn {
      width: 9.59998vw;
      height: 9.59998vw;
      background: #24B5AA;
      border: none;
      border-radius: 0 1.6vw 1.6vw 0;
      cursor: pointer; }
      .search-box .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) {
  .nav-box {
    height: 7.29162vw; }
    .nav-box .nav {
      height: 7.29162vw; }
    .nav-box .nav-box-bg {
      height: 7.29162vw; }
      .nav-box .nav-box-bg::before {
        content: ' ';
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        height: 1px;
        /* background: rgba(255,255,255,.2); */ }
  .logo {
    height: 7.29162vw;
    padding: 2.08332vw 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 {
          height: 7.29162vw;
          line-height: 7.29162vw;
          padding: 0 1.56249vw;
          font-size: 0.93749vw;
          position: relative; }
          .nav .nav-list li a b {
            line-height: 7.29162vw;
            height: 7.29162vw;
            color: #fff;
            overflow: hidden;
            font-size: 0.93749vw; }
          .nav .nav-list li a.on b {
            opacity: 1; }
        .nav .nav-list li.nav-on > a b {
          opacity: 1;
          background: none; }
        .nav .nav-list li.nav-off > a b {
          opacity: .7; }
        .nav .nav-list li .nav-list-sub {
          position: absolute;
          top: 6.24996vw;
          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: -1.30207vw;
          right: -1.30207vw;
          overflow: visible; }
          .nav .nav-list li .nav-list-sub .nav-list-height {
            padding: 0.52083vw 0;
            float: left;
            position: relative;
            width: 100%;
            overflow: visible;
            background: #fff;
            border-radius: 0.3125vw; }
            .nav .nav-list li .nav-list-sub .nav-list-height a {
              height: auto;
              border: none;
              padding: 0.26042vw 0.52083vw;
              text-align: center;
              float: left;
              position: relative;
              z-index: 2;
              /* background: rgba(21, 21, 21, .5); */
              width: 100%;
              border-bottom: 0.05208vw solid rgba(255, 255, 255, 0.5); }
              .nav .nav-list li .nav-list-sub .nav-list-height a span {
                color: #666;
                padding: 0.52083vw 0;
                font-size: 0.83333vw;
                line-height: 1.2;
                display: block; }
              .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: #fff; */ }
              .nav .nav-list li .nav-list-sub .nav-list-height a:hover span {
                color: #24B5AA; }
            .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::before {
              content: ' ';
              border-bottom: 0.46875vw solid #fff;
              border-left: 0.41666vw solid transparent;
              border-right: 0.41666vw solid transparent;
              position: absolute;
              left: 50%;
              margin-left: -0.41666vw;
              top: -0.41666vw; }
            .nav .nav-list li .nav-list-sub .nav-list-height div.btn-sub-bg {
              display: block;
              position: absolute;
              width: 0;
              left: 0;
              height: 2.70832vw;
              padding: 0;
              border-bottom: solid 0.10417vw #202020;
              display: none; }
      .nav .nav-list div.nav-btn-bg, .nav .nav-list div.nav-btn-bg-02 {
        height: 7.29162vw;
        background: #fff;
        overflow: hidden;
        display: none; }
    .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; }
  .header-btn-box {
    float: right; }
    .header-btn-box .btn-box {
      display: flex;
      margin-right: -1.56249vw; }
      .header-btn-box .btn-box .btn {
        padding: 0 1.56249vw;
        height: 7.29162vw;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer; }
        .header-btn-box .btn-box .btn i::before {
          color: #fff;
          font-size: 1.24999vw; }
        .header-btn-box .btn-box .btn:hover i::before {
          color: #24B5AA; } }

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

@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: #24B5AA;
        transform: scale(1); }
      .link-btn .icon::before {
        content: ' ';
        position: absolute;
        left: 0;
        top: 0;
        border-radius: 50%;
        width: 100%;
        height: 100%;
        background: #009B4D;
        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) {
  .index-swiper .swiper-slide {
    height: auto;
    position: relative; }
  .index-swiper .ind-box {
    padding: 13.3333vw 0;
    display: flex;
    align-items: center; } }

@media screen and (min-width: 992px) {
  .index-swiper {
    height: 100vh; }
    .index-swiper .ind-box {
      height: 100vh;
      padding: 0; } }

@media screen and (min-width: 320px) {
  .sidebar {
    display: none; } }

@media screen and (min-width: 992px) {
  .sidebar {
    display: block;
    width: 7.29162vw;
    border-left: 0.05208vw solid rgba(255, 255, 255, 0.2);
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 110;
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
    .sidebar i.iconfont {
      height: 7.29162vw;
      display: flex;
      align-items: center;
      justify-content: center;
      color: #fff; }
      .sidebar i.iconfont::before {
        font-size: 1.24999vw; }
    .sidebar .t .btn + .btn {
      border-top: 0.05208vw solid rgba(255, 255, 255, 0.2); }
    .sidebar .map {
      background: #24B5AA; }
    .sidebar .btn {
      cursor: pointer; } }

@media screen and (min-width: 320px) {
  .search-box-lay {
    display: none; } }

@media screen and (min-width: 992px) {
  div.search-lay {
    top: 2.08332vw !important;
    background: none; }
    div.search-lay .flex-box {
      display: flex;
      padding: 1.04166vw;
      background: #f9f9f9;
      border-radius: 0.20833vw; }
      div.search-lay .flex-box .inp {
        height: 2.49998vw;
        padding: 0 0.78124vw;
        border-radius: 0.20833vw 0 0 0.20833vw;
        border: none;
        width: 15.6249vw;
        background: #fff;
        border: 0.05208vw solid #24B5AA;
        font-size: 0.83333vw; }
      div.search-lay .flex-box .btn {
        width: 2.49998vw;
        height: 2.49998vw;
        border-radius: 0 0.20833vw 0.20833vw 0;
        border: none;
        cursor: pointer;
        background-color: #24B5AA; }
        div.search-lay .flex-box .btn i::before {
          color: #fff;
          font-size: 1.04166vw; } }

@media screen and (min-width: 320px) {
  .banner-box .bg {
    height: 120vw;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    padding-top: 14.66663vw; }
    .banner-box .bg .tit {
      color: #fff;
      font-size: 5.86665vw;
      line-height: 1.2;
      font-weight: bold; }
    .banner-box .bg .txt {
      padding-top: 5.33332vw;
      color: #fff;
      font-size: 3.73332vw; }
    .banner-box .bg .link-btn-box {
      margin-top: 11.7333vw;
      display: inline-flex; }
  .banner-pagination {
    display: flex;
    justify-content: flex-end;
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 2.66666vw;
    z-index: 2; }
    .banner-pagination span {
      width: 4.79999vw;
      height: 4.79999vw;
      margin: 1.33333vw;
      opacity: .5;
      position: relative;
      background: none;
      cursor: pointer; }
      .banner-pagination span::after {
        content: ' ';
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        border-radius: 50%;
        border: 0.26667vw solid #fff;
        box-sizing: border-box;
        transform: scale(0);
        transition: .3s; }
      .banner-pagination span::before {
        content: ' ';
        position: absolute;
        left: 50%;
        top: 50%;
        width: 1.06666vw;
        height: 1.06666vw;
        margin: -0.53333vw 0 0 -0.53333vw;
        border-radius: 50%;
        background: #fff; }
      .banner-pagination span.swiper-pagination-bullet-active {
        opacity: 1; }
        .banner-pagination span.swiper-pagination-bullet-active::after {
          transform: scale(1); } }

@media screen and (min-width: 992px) {
  .banner-box {
    position: relative; }
    .banner-box .bg {
      height: 100vh;
      padding-top: 7.29162vw; }
      .banner-box .bg .tit {
        font-size: 3.64581vw; }
      .banner-box .bg .txt {
        padding-top: 2.39582vw;
        font-size: 1.14583vw; }
      .banner-box .bg .link-btn-box {
        margin-top: 5.72913vw; }
  .banner-pagination {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 2.08332vw; }
    .banner-pagination span {
      width: 1.35416vw;
      height: 1.35416vw;
      margin: 0.78124vw; }
      .banner-pagination span::after {
        border-width: 0.05208vw; }
      .banner-pagination span::before {
        width: 0.3125vw;
        height: 0.3125vw;
        margin: -0.15625vw 0 0 -0.15625vw; } }

@media screen and (min-width: 320px) {
  .ind-box-01 .ind-tit-box {
    position: relative;
    width: 85.33312vw; }
    .ind-box-01 .ind-tit-box::before {
      content: ' ';
      width: 8.79998vw;
      height: 0.53333vw;
      background: #24B5AA;
      position: absolute;
      left: 0.53333vw;
      bottom: 1.06666vw; }
    .ind-box-01 .ind-tit-box .tit {
      position: absolute;
      left: 0;
      top: 50%;
      transform: translateY(-50%);
      font-size: 5.33332vw;
      font-weight: bold; }
    .ind-box-01 .ind-tit-box img {
      width: 100%; }
  .ind-box-01 .ind-txt {
    padding: 7.99998vw 0;
    line-height: 1.6;
    font-size: 3.73332vw;
    color: #000; }
    .ind-box-01 .ind-txt *{line-height:1.6;}
  .ind-box-01 .hd {
    margin: -1.33333vw;
    display: flex; }
    .ind-box-01 .hd .item {
      padding: 1.33333vw;
      flex: 1; }
      .ind-box-01 .hd .item .btn {
        box-shadow: 0 0.8vw 2.66666vw rgba(0, 0, 0, 0.1);
        background: #fff;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 5.33332vw 2.66666vw;
        cursor: pointer; }
        .ind-box-01 .hd .item .btn i {
          width: 13.3333vw;
          height: 13.3333vw;
          border-radius: 50%;
          background: #F5F5F5;
          display: flex;
          align-items: center;
          justify-content: center; }
          .ind-box-01 .hd .item .btn i::before {
            color: #999;
            font-size: 6.93332vw; }
        .ind-box-01 .hd .item .btn span {
          display: block;
          font-size: 3.73332vw;
          color: #000;
          padding: 2.66666vw 0; }
        .ind-box-01 .hd .item .btn a {
          width: 100%;
          height: 7.99998vw;
          border-radius: 10.66664vw;
          background: #24B5AA;
          color: #fff;
          display: flex;
          align-items: center;
          justify-content: center;
          font-size: 3.19999vw; }
          .ind-box-01 .hd .item .btn a:hover {
            background: #009B4D; }
      .ind-box-01 .hd .item.on .btn i {
        background: #24B5AA; }
        .ind-box-01 .hd .item.on .btn i::before {
          color: #fff; }
  .ind-box-01 .product-swiper .swiper-slide {
    transition: opacity .3s;
    opacity: 0; }
  .ind-box-01 .product-swiper .swiper-slide-active {
    opacity: 1; }
  .ind-box-01 .product-swiper .pic {
    padding: 7.99998vw;
    padding-top: 13.3333vw; }
    .ind-box-01 .product-swiper .pic i.pic-size{padding-bottom:75%;}
  .ind-box-01 .product-swiper .tit {
    text-align: center;
    height: 10.66664vw;
    display: flex;
    align-items: center;
    justify-content: center; }
  .ind-box-01 .product-swiper .btn {
    width: 10.66664vw;
    height: 10.66664vw;
    border-radius: 50%;
    background: #F5F5F5;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: absolute;
    bottom: 0;
    z-index: 9;
    transition: .3s; }
    .ind-box-01 .product-swiper .btn::before {
      color: #C5C5C5;
      transition: .3s; }
    .ind-box-01 .product-swiper .btn.prev-btn {
      left: 0; }
    .ind-box-01 .product-swiper .btn.next-btn {
      right: 0; }
    .ind-box-01 .product-swiper .btn:hover {
      background: #24B5AA; }
      .ind-box-01 .product-swiper .btn:hover::before {
        color: #fff; }
  .ind-box-01 .r {
    margin-top: 7.99998vw;
    position: relative; }
    .ind-box-01 .r .bg {
      width: 0%;
      padding-bottom: 100%;
      background: #F5F5F5;
      opacity: 0.5;
      border-radius: 50%;
      position: absolute;
      left: 0;
      top: 0; } }

@media screen and (min-width: 992px) {
  .ind-box-01 .ind-tit-box {
    width: 46.19762vw; }
    .ind-box-01 .ind-tit-box::before {
      width: 4.99997vw;
      height: 0.15625vw;
      left: 0.46875vw;
      bottom: 0.67708vw; }
    .ind-box-01 .ind-tit-box .tit {
      transform: translateY(-50%);
      font-size: 2.60415vw; }
  .ind-box-01 .ind-txt {
    padding: 3.12498vw 0 4.68747vw 0;
    font-size: 1.14583vw; }
  .ind-box-01 .btns-box {
    width: 42.70806vw; }
  .ind-box-01 .hd {
    margin: -0.52083vw; }
    .ind-box-01 .hd .item {
      padding: 0.52083vw; }
      .ind-box-01 .hd .item .btn {
        box-shadow: 0 0.15625vw 0.52083vw rgba(0, 0, 0, 0.1);
        padding: 1.04166vw 0.52083vw; }
        .ind-box-01 .hd .item .btn i {
          width: 5.72913vw;
          height: 5.72913vw; }
          .ind-box-01 .hd .item .btn i::before {
            font-size: 3.12498vw; }
        .ind-box-01 .hd .item .btn span {
          font-size: 1.14583vw;
          padding: 1.24999vw 0; }
        .ind-box-01 .hd .item .btn a {
          height: 2.08332vw;
          font-size: 0.83333vw;
          max-width: 6.77079vw; }
  .ind-box-01 .product-swiper .pic {
    padding: 1.56249vw;
    padding-top: 2.60415vw;padding: 0vw;}
  .ind-box-01 .product-swiper .tit {
    height: 2.60415vw; }
  .ind-box-01 .product-swiper .btn {
    width: 2.60415vw;
    height: 2.60415vw; }
    .ind-box-01 .product-swiper .btn.prev-btn {
      left: 4.16664vw; }
    .ind-box-01 .product-swiper .btn.next-btn {
      right: 4.16664vw; }
  .ind-box-01 .flex-box {
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .ind-box-01 .flex-box .r {
      margin-top: 0;
      min-width: 0;
      flex-basis: 44.37478vw; } }

@media screen and (min-width: 320px) {
  .ind-box-02 {
    background: linear-gradient(#EFFCFB, #FFFFFF 33.3333%); }
    .ind-box-02 .l .bg {
      display: none; }
    .ind-box-02 .l .sub-tit {
      line-height: 1.6; }
    .ind-box-02 .l .tit {
      font-size: 5.33332vw;
      color: #000;
      font-weight: bold;
      padding-top: 3.99999vw; }
    .ind-box-02 .l .txt {
      padding-top: 5.33332vw;
      color: #666;
      font-size: 3.73332vw;
      line-height: 2; }
    .ind-box-02 .l .link-btn-box {
      padding-top: 5.33332vw; }
    .ind-box-02 .r {
      padding-top: 5.33332vw; }
      .ind-box-02 .r .pic {
        position: relative; }
        .ind-box-02 .r .pic img {
          width: 100%; }
      .ind-box-02 .r .tips-box {
        display: flex;
        justify-content: flex-end; }
        .ind-box-02 .r .tips-box .tips {
          background: linear-gradient(90deg, #24B5AA, #009B4D);
          display: inline-flex;
          align-items: center;
          justify-content: center;
          color: #fff;
          height: 12.79997vw;
          padding: 0 5.33332vw;
          margin-top: -6.39998vw; } }

@media screen and (min-width: 992px) {
  .ind-box-02 .flex-box {
    display: flex;
    justify-content: space-between; }
  .ind-box-02 .l {
    flex-basis: 36.4581vw;
    flex-shrink: 0;
    min-width: 0;
    position: relative; z-index:2;}
    .ind-box-02 .l .bg {
      display: block;
      position: absolute;
      left: 0;
      bottom: 0;
      right: 0; z-index:-1;}
      .ind-box-02 .l .bg img {
        width: 100%; }
    .ind-box-02 .l .sub-tit {
      line-height: 1.6;
      font-size: 1.14583vw; }
    .ind-box-02 .l .tit {
      font-size: 2.86456vw;
      padding-top: 1.04166vw; }
    .ind-box-02 .l .txt {
      padding-top: 4.16664vw;
      font-size: 0.83333vw; }
    .ind-box-02 .l .link-btn-box {
      padding-top: 5.2083vw; }
  .ind-box-02 .r {
    padding-top: 0;
    flex-basis: 46.35387vw;
    flex-shrink: 0;
    min-width: 0; }
    .ind-box-02 .r .tips-box .tips {
      height: 4.06247vw;
      padding: 0 4.16664vw 0 1.04166vw;
      margin-top: -2.03124vw;
      font-size: 1.04166vw; } }

@media screen and (min-width: 320px) {
  i.pic-scale-news {
    padding-bottom: 64.815%; }
  .ind-box-03 {
    background-image: url(../img/ind-box-bg-03.jpg);
    background-size: cover;
    background-position: center; }
    .ind-box-03 .sub-tit {
      line-height: 1.6; }
    .ind-box-03 .tit-box {
      display: flex;
      justify-content: space-between;
      padding-top: 3.99999vw;
      padding-bottom: 5.33332vw;
      align-items: center; }
      .ind-box-03 .tit-box .tit {
        font-size: 5.33332vw;
        color: #000;
        font-weight: bold; }
  .news-list ul {
    margin: -3.99999vw; }
    .news-list ul li {
      padding: 3.99999vw; }
      .news-list ul li .mess {
        padding: 5.33332vw 0 3.99999vw 0;
        position: relative; }
        .news-list ul li .mess::before {
          content: ' ';
          position: absolute;
          left: 0;
          right: 0;
          bottom: 0;
          height: 0.26667vw;
          background: #D1D1D1; }
        .news-list ul li .mess .tit {
          font-size: 3.73332vw;
          line-height: 1.6;
          font-weight: bold; }
        .news-list ul li .mess .time {
          font-family: roboto-r;
          color: #B2B2B2;
          padding-top: 5.33332vw;
          font-size: 3.19999vw;
          position: relative;
          display: inline-block; }
          .news-list ul li .mess .time::before {
            content: ' ';
            height: 0.8vw;
            background: #24B5AA;
            position: absolute;
            left: 0;
            right: 0;
            bottom: -4.26666vw; } }

@media screen and (min-width: 992px) {
  .ind-box-03 .sub-tit {
    line-height: 1.6;
    font-size: 1.14583vw; }
  .ind-box-03 .tit-box {
    padding-top: 0.78124vw;
    padding-bottom: 3.90622vw; }
    .ind-box-03 .tit-box .tit {
      font-size: 2.60415vw; }
  .news-list ul {
    display: flex;
    margin: -1.30207vw;
    flex-wrap: wrap; }
    .news-list ul li {
      flex-basis: 33.3333%;
      flex-shrink: 0;
      min-width: 0;
      padding: 1.30207vw; }
      .news-list ul li .mess {
        padding: 1.56249vw 0 1.04166vw 0; }
        .news-list ul li .mess::before {
          height: 0.05208vw; }
        .news-list ul li .mess .tit {
          font-size: 1.24999vw;
          height: 4.06247vw; }
        .news-list ul li .mess .time {
          padding-top: 2.08332vw;
          font-size: 0.83333vw; }
          .news-list ul li .mess .time::before {
            height: 0.15625vw;
            bottom: -1.09374vw; } }

@media screen and (min-width: 320px) {
  .index-swiper .ind-box-04 {
    padding: 0;
    flex-direction: column; }
    .index-swiper .ind-box-04 .ind-contact-box {
      width: 100%;
      height: 53.3332vw;
      background-image: url(../img/contact-bg.jpg);
      background-size: cover;
      background-position: center;
      display: flex;
      align-items: center; }
      .index-swiper .ind-box-04 .ind-contact-box .sub-tit {
        color: #fff; }
      .index-swiper .ind-box-04 .ind-contact-box .tit {
        color: #fff;
        font-size: 5.33332vw;
        font-weight: bold;
        padding-top: 3.99999vw; }
  .footer {
    background: #f2f2f2;
    width: 100%; }
    .footer .f-tit {
      color: #000;
      font-size: 3.73332vw;
      font-weight: bold;
      padding-top: 7.99998vw; }
    .footer .f-form {
      padding: 5.33332vw 0;
      border-bottom: 0.26667vw solid rgba(120, 120, 120, 0.1); }
      .footer .f-form .col {
        margin: -1.33333vw; }
        .footer .f-form .col .row {
          padding: 1.33333vw; }
          .footer .f-form .col .row .inp {
            height: 10.66664vw;
            width: 100%;
            padding: 0 3.99999vw;
            border: none;
            border-radius: 1.06666vw; }
          .footer .f-form .col .row .btn {
            height: 10.66664vw;
            width: 100%;
            background: #24B5AA;
            color: #fff;
            font-size: 3.73332vw;
            border: none;
            border-radius: 1.06666vw; }
    .footer .flex-box {
      padding: 3.99999vw 0; }
      .footer .flex-box .l .f-menu-list {
        display: flex; }
        .footer .flex-box .l .f-menu-list dl {
          padding-right: 5.2083vw; }
          .footer .flex-box .l .f-menu-list dl dt a {
            font-size: 0.93749vw;
            font-weight: bold;
            color: #333333; }
          .footer .flex-box .l .f-menu-list dl dd {
            padding-top: 1.04166vw; }
            .footer .flex-box .l .f-menu-list dl dd span {
              display: block; }
              .footer .flex-box .l .f-menu-list dl dd span a {
                font-size: 0.83333vw;
                color: #333;
                opacity: .5;
                padding: 0.52083vw 0;
                display: block; }
                .footer .flex-box .l .f-menu-list dl dd span a:hover {
                  opacity: 1; }
      .footer .flex-box .l .f-menu-list dl:nth-child(1){display:none!important;}
      .footer .flex-box .r .tel {
        display: flex;
        align-items: center; }
        .footer .flex-box .r .tel i {
          padding-right: 1.33333vw; }
          .footer .flex-box .r .tel i::before {
            color: #24B5AA;
            font-size: 5.33332vw; }
        .footer .flex-box .r .tel span {
          font-weight: bold;
          color: #24B5AA;
          font-size: 4.26666vw; }
      .footer .flex-box .r .r-flex-box {
        padding-top: 3.99999vw;
        display: flex;
        justify-content: space-between; }
        .footer .flex-box .r .r-flex-box .r-l {
          padding-right: 5.33332vw; }
          .footer .flex-box .r .r-flex-box .r-l .txt {
            line-height: 1.6;
            font-size: 3.19999vw; }
            .footer .flex-box .r .r-flex-box .r-l .txt span {
              display: block;
              padding-bottom: 1.33333vw; }
          .footer .flex-box .r .r-flex-box .r-l .txt + .txt {
            padding-top: 2.66666vw; }
        .footer .flex-box .r .r-flex-box .r-r {
          flex-basis: 26.6666vw;
          flex-shrink: 0; }
          .footer .flex-box .r .r-flex-box .r-r .txt {
            padding-top: 1.33333vw;
            text-align: center;
            color: #333;
            font-size: 3.19999vw; }
    .footer .footer-b {
      border-top: 0.26667vw solid rgba(120, 120, 120, 0.1);
      padding: 3.99999vw 0;
      color: #b5b5b5;
      font-size: 3.19999vw;
      text-align: center; }
      .footer .footer-b .col {
        margin: -0.8vw -1.33333vw; }
        .footer .footer-b .col span {
          display: inline-block;
          padding: 0.8vw 1.33333vw;
          line-height: 1.6; }
        .footer .footer-b .col a {
          color: #b5b5b5; } }

@media screen and (min-width: 992px) {
  .index-swiper .ind-box-04 .ind-contact-box {
    width: 100%;
    flex: 1; }
    .index-swiper .ind-box-04 .ind-contact-box .sub-tit {
      font-size: 1.14583vw; }
    .index-swiper .ind-box-04 .ind-contact-box .tit {
      font-size: 2.60415vw;
      padding-top: 1.04166vw; }
  .footer .f-tit {
    font-size: 1.14583vw;
    padding-top: 2.60415vw; }
  .footer .f-form {
    padding: 1.56249vw 0;
    border-bottom-width: 0.05208vw; }
    .footer .f-form .col {
      margin: -0.52083vw;
      display: flex; }
      .footer .f-form .col .row {
        padding: 0.52083vw;
        flex: 1; }
        .footer .f-form .col .row .inp {
          height: 2.60415vw;
          padding: 0 1.04166vw;
          border-radius: 0.20833vw;
          font-size: 0.83333vw; }
        .footer .f-form .col .row .btn {
          height: 2.60415vw;
          font-size: 0.83333vw;
          border-radius: 0.20833vw; }
  .footer .flex-box {
    padding: 1.56249vw 0;
    display: flex;
    justify-content: space-between; }
    .footer .flex-box .l {
      flex: 1; }
    .footer .flex-box .r {
      flex-basis: 21.61444vw;
      flex-shrink: 0; }
      .footer .flex-box .r .tel i {
        padding-right: 0.26042vw; }
        .footer .flex-box .r .tel i::before {
          font-size: 1.04166vw; }
      .footer .flex-box .r .tel span {
        font-size: 1.14583vw; }
      .footer .flex-box .r .r-flex-box {
        padding-top: 1.56249vw; }
        .footer .flex-box .r .r-flex-box .r-l {
          padding-right: 2.60415vw; }
          .footer .flex-box .r .r-flex-box .r-l .txt {
            font-size: 0.72916vw; }
            .footer .flex-box .r .r-flex-box .r-l .txt span {
              padding-bottom: 0.52083vw; }
          .footer .flex-box .r .r-flex-box .r-l .txt + .txt {
            padding-top: 1.04166vw; }
        .footer .flex-box .r .r-flex-box .r-r {
          flex-basis: 6.04163vw; }
          .footer .flex-box .r .r-flex-box .r-r .txt {
            padding-top: 0.52083vw;
            font-size: 0.72916vw; }
  .footer .footer-b {
    border-top-width: 0.05208vw;
    padding: 1.04166vw 0;
    font-size: 0.72916vw;
    text-align: left; }
    .footer .footer-b .col {
      margin: -0.15625vw -0.26042vw; }
      .footer .footer-b .col span {
        padding: 0.15625vw 0.26042vw; } }

@media screen and (min-width: 320px) {
  .banner-min {
    padding-top: 14.66663vw;
    padding-bottom: 10.66664vw;
    height: 63.99984vw;
    display: flex;
    align-items: center;
    background-size: cover;
    position: relative; }
    .banner-min .tit {
      color: #fff;
      font-size: 6.39998vw; }
    .banner-min .txt {
      padding-top: 2.66666vw; }
      .banner-min .txt span {
        color: #fff;
        opacity: .6;
        font-size: 3.19999vw; }
      .banner-min .txt a {
        font-size: 3.19999vw;
        color: #fff;
        opacity: .6; }
        .banner-min .txt a:hover {
          opacity: 1; }
    .banner-min .menu-box {
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 2; }
      .banner-min .menu-box .menu-bg {
        background: linear-gradient(rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.9));
        height: 10.66664vw;
        border-radius: 1.6vw 1.6vw 0 0; }
        .banner-min .menu-box .menu-bg ul {
          display: flex; }
          .banner-min .menu-box .menu-bg ul li {
            flex: 1;
            position: relative; }
            .banner-min .menu-box .menu-bg ul li a {
              height: 10.66664vw;
              display: flex;
              align-items: center;
              justify-content: center;
              position: relative;
              font-size: 3.19999vw; }
              .banner-min .menu-box .menu-bg ul li a:hover {
                color: #24B5AA; }
            .banner-min .menu-box .menu-bg ul li.on a::before {
              content: ' ';
              height: 0.53333vw;
              background: #24B5AA;
              position: absolute;
              left: 0;
              right: 0;
              bottom: 0; }
            .banner-min .menu-box .menu-bg ul li::after {
              content: ' ';
              width: 0.26667vw;
              height: 3.19999vw;
              position: absolute;
              right: 0;
              top: 50%;
              margin-top: -1.6vw;
              background: #b8b8b8; }
            .banner-min .menu-box .menu-bg ul li:nth-last-child(1)::after {
              display: none; } }

@media screen and (min-width: 992px) {
  .banner-min {
    padding-top: 7.29162vw;
    padding-bottom: 4.68747vw;
    height: 28.12482vw; }
    .banner-min .tit {
      font-size: 2.60415vw; }
    .banner-min .txt {
      padding-top: 1.04166vw; }
      .banner-min .txt span {
        font-size: 0.72916vw; }
      .banner-min .txt a {
        font-size: 0.72916vw; }
    .banner-min .menu-box .menu-bg {
      height: 4.68747vw;
      border-radius: 0.52083vw 0.52083vw 0 0; }
      .banner-min .menu-box .menu-bg ul li a {
        height: 4.68747vw;
        font-size: 1.04166vw; }
      .banner-min .menu-box .menu-bg ul li.on a::before {
        height: 0.10417vw; }
      .banner-min .menu-box .menu-bg ul li::after {
        width: 0.05208vw;
        height: 1.04166vw;
        margin-top: -0.52083vw; } }

@media screen and (min-width: 320px) {
  .about-bg {
    padding: 0 0 7.99998vw 0;
    background-image: url(../img/about-bg-01.jpg);
    background-position: center bottom;
    background-size: 300% auto;
    background-repeat: no-repeat; }
  .about-box {
    padding: 7.99998vw 0; }
  .about-tit {
    font-size: 5.86665vw;
    font-weight: bold; }
  .about-box-01 .flex-box .r {
    padding-top: 5.33332vw; }
  .about-box-01 .sub-tit {
    font-size: 3.73332vw;
    color: #1a1a1a;
    line-height: 1.6; }
  .about-box-01 .tit {
    padding-top: 5.33332vw;
    color: #1a1a1a; }
  .about-box-01 .tit-mess {
    padding-top: 10.66664vw;
    display: flex;
    align-items: center; }
    .about-box-01 .tit-mess dt {
      width: 21.33328vw; }
      .about-box-01 .tit-mess dt img {
        width: 100%; }
    .about-box-01 .tit-mess dd {
      padding-left: 2.66666vw; }
      .about-box-01 .tit-mess dd b {
        display: block;
        color: #24B5AA;
        font-family: roboto-r;
        font-size: 5.33332vw; }
      .about-box-01 .tit-mess dd span {
        display: block;
        color: #666;
        font-size: 3.19999vw;
        padding-top: 1.33333vw; } }

@media screen and (min-width: 992px) {
  .about-bg {
    padding: 0 0 3.64581vw 0;
    background-size: 100% auto; }
  .about-box {
    padding: 5.2083vw 0; }
  .about-tit {
    font-size: 2.60415vw; }
  .about-box-01 .flex-box {
    display: flex;
    align-items: center; }
    .about-box-01 .flex-box .l {
      flex: 1; }
    .about-box-01 .flex-box .r {
      padding-top: 0;
      flex-basis: 62.4996vw; }
  .about-box-01 .sub-tit {
    font-size: 1.14583vw; }
  .about-box-01 .tit {
    padding-top: 1.56249vw; }
  .about-box-01 .tit-mess {
    padding-top: 4.68747vw; }
    .about-box-01 .tit-mess dt {
      width: 5.67705vw; }
    .about-box-01 .tit-mess dd {
      padding-left: 0.52083vw; }
      .about-box-01 .tit-mess dd b {
        font-size: 1.87499vw; }
      .about-box-01 .tit-mess dd span {
        font-size: 0.83333vw;
        padding-top: 0.52083vw; } }

@media screen and (min-width: 320px) {
  .history-box {
    padding-top: 5.33332vw; }
    .history-box .btn-box {
      position: relative; }
      .history-box .btn-box::before {
        content: ' ';
        height: 0.26667vw;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        background: #c2c2c2; }
    .history-box .history-swiper .swiper-slide {
      width: auto;
      padding: 3.99999vw 0;
      cursor: pointer; }
      .history-box .history-swiper .swiper-slide .year {
        color: #c5c5c5;
        transform: scale(0.6);
        font-size: 8.53331vw; }
      .history-box .history-swiper .swiper-slide.on .year {
        color: #24B5AA;
        transform: scale(1);
        position: relative; }
      .history-box .history-swiper .swiper-slide.on::before {
        content: ' ';
        height: 0.26667vw;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        background: #24B5AA; }
      .history-box .history-swiper .swiper-slide.on::after {
        content: ' ';
        position: absolute;
        left: 50%;
        bottom: 0;
        transform: translateX(-50%);
        border-bottom: 2.66666vw solid #24B5AA;
        border-left: 2.13333vw solid transparent;
        border-right: 2.13333vw solid transparent; }
    .history-box .history-info {
      padding-top: 7.99998vw; }
      .history-box .history-info .mess {
        overflow: hidden; }
        .history-box .history-info .mess ul {
          margin: -2.13333vw 0; }
          .history-box .history-info .mess ul li {
            padding: 2.13333vw 0;
            display: flex; }
            .history-box .history-info .mess ul li .month {
              font-weight: bold;
              color: #333;
              flex-shrink: 0;
              padding-right: 2.66666vw;
              line-height: 1.4; }
            .history-box .history-info .mess ul li .txt {
              color: #333;
              line-height: 1.4; } 
    .history-box .history-info .mess ul li .txt *{line-height:1.4;color: #333;}
}

@media screen and (min-width: 992px) {
  .history-box {
    padding-top: 2.08332vw; }
    .history-box .btn-box::before {
      height: 0.05208vw; }
    .history-box .history-swiper .swiper-slide {
      padding: 1.30207vw 0; }
      .history-box .history-swiper .swiper-slide .year {
        font-size: 3.64581vw; }
      .history-box .history-swiper .swiper-slide.on::before {
        height: 0.05208vw; }
      .history-box .history-swiper .swiper-slide.on::after {
        border-bottom-width: 0.93749vw;
        border-left-width: 0.72916vw;
        border-right-width: 0.72916vw; }
    .history-box .history-info {
      padding-top: 2.08332vw; }
      .history-box .history-info .mess ul {
        margin: -0.52083vw 0; }
        .history-box .history-info .mess ul li {
          padding: 0.52083vw 0; }
          .history-box .history-info .mess ul li .month {
            padding-right: 1.04166vw;
            font-size: 0.93749vw; }
          .history-box .history-info .mess ul li .txt {
            font-size: 0.93749vw; } }

@media screen and (min-width: 320px) {
  .about-box-03 .tit {
    color: #fff; }
  .about-box-03 .honor-box {
    padding: 7.99998vw 0 0 0; }
    .about-box-03 .honor-box .honor-swiper .swiper-slide {
      width: auto; }
      .about-box-03 .honor-box .honor-swiper .swiper-slide .box {
        width: 85.33312vw;
        padding: 7.99998vw; }
        .about-box-03 .honor-box .honor-swiper .swiper-slide .box .txt {
          text-align: center;
          color: #fff;
          opacity: 0;
          padding-top: 5.33332vw; }
      .about-box-03 .honor-box .honor-swiper .swiper-slide.swiper-slide-active .box .txt {
        opacity: 1; }
    .about-box-03 .honor-box .btn-box {
      padding-top: 7.99998vw;
      display: flex;
      align-items: center;
      justify-content: center; }
      .about-box-03 .honor-box .btn-box .btn {
        margin: 0 2.66666vw;
        width: 10.66664vw;
        height: 10.66664vw;
        border-radius: 50%;
        background-color: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer; }
        .about-box-03 .honor-box .btn-box .btn i {
          line-height: 1; }
          .about-box-03 .honor-box .btn-box .btn i::before {
            font-size: 4.26666vw;
            color: #1a1a1a; }
        .about-box-03 .honor-box .btn-box .btn.swiper-button-disabled {
          opacity: .3;
          pointer-events: none; }
        .about-box-03 .honor-box .btn-box .btn:hover {
          background: #24B5AA; }
          .about-box-03 .honor-box .btn-box .btn:hover i::before {
            color: #fff; } }

@media screen and (min-width: 992px) {
  .about-box-03 .tit {
    color: #fff; }
  .about-box-03 .honor-box {
    padding: 3.12498vw 0 0 0; }
    .about-box-03 .honor-box .honor-swiper .swiper-slide .box {
      width: 23.95818vw;
      padding: 1.56249vw; }
      .about-box-03 .honor-box .honor-swiper .swiper-slide .box .txt {
        font-size: 0.93749vw;
        padding-top: 3.12498vw; }
    .about-box-03 .honor-box .btn-box {
      padding-top: 2.08332vw; }
      .about-box-03 .honor-box .btn-box .btn {
        margin: 0 0.52083vw;
        width: 2.91665vw;
        height: 2.91665vw; }
        .about-box-03 .honor-box .btn-box .btn i::before {
          font-size: 0.83333vw; } }

@media screen and (min-width: 320px) {
    .product-list ul a .pic {padding:0!important;}
  i.pic-scale-pro {
    padding-bottom: 74.074%; }
    i.pic-scale-pro img{-webkit-transform: scale(1.01);
    transform: scale(1.01);}
  .box-bd {
    padding: 7.99998vw 0 13.3333vw 0; }
  .info-box-bd {
    background-image: url(../img/product-info-bg.jpg);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center top;
    background-color: #F5F8F9; }
  .info-box-bd-02 {
    background-image: url(../img/news-info-bg.jpg);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center top;
    background-color: #fff; }
  .product-list ul {
    margin: -2.66666vw; }
    .product-list ul li {
      padding: 2.66666vw; }
    .product-list ul a {
      border-radius: 1.6vw 1.6vw 0 0;
      display: block;
      overflow: hidden;
      box-shadow: 0 0.8vw 4.26666vw rgba(0, 0, 0, 0.08); }
      .product-list ul a .pic {
        padding: 7.99998vw;
        background: linear-gradient(#E8E8E8, #fbfbfb); }
      .product-list ul a .mess {
        padding: 3.99999vw; }
        .product-list ul a .mess .tit {
          font-size: 4.26666vw;
          color: #222;
          margin-bottom: 3.99999vw; }
        .product-list ul a .mess .line {
          margin: 0; }
        .product-list ul a .mess .txt {
          margin-top: 3.99999vw;
          line-height: 1.7;
          color: #666;
          font-size: 3.19999vw; }
        .product-list ul a .mess .more {
          margin-top: 2.66666vw;
          display: flex;
          align-items: center; }
          .product-list ul a .mess .more span {
            color: #24B5AA;
            font-size: 3.19999vw;
            padding-right: 1.33333vw; }
          .product-list ul a .mess .more i {
            color: #24B5AA; }
            .product-list ul a .mess .more i::before {
              font-size: 3.19999vw; }
      .product-list ul a:hover .mess .tit {
        color: #24B5AA; } }

@media screen and (min-width: 992px) {
  .box-bd {
    padding: 3.64581vw 0 6.24996vw 0; }
  .info-box-bd-02 {
    padding: 5.2083vw 0 5.2083vw 0; }
  .product-list ul {
    margin: -1.30207vw;
    display: flex; flex-wrap:wrap;}
    .product-list ul li {
      padding: 1.30207vw;
      flex-basis: 33.3333%;
      flex-shrink: 0; }
    .product-list ul a {
      border-radius: 0.52083vw 0.52083vw 0 0;
      box-shadow: 0 0.15625vw 0.83333vw rgba(0, 0, 0, 0.08); }
      .product-list ul a .pic {
        padding: 4.16664vw; }
      .product-list ul a .mess {
        padding: 1.04166vw 1.56249vw 1.56249vw 1.56249vw; }
        .product-list ul a .mess .tit {
          font-size: 1.14583vw;
          margin-bottom: 1.30207vw; }
        .product-list ul a .mess .txt {
          margin-top: 1.04166vw;
          font-size: 0.83333vw;
          height: 4.16664vw; }
        .product-list ul a .mess .more {
          margin-top: 1.04166vw; }
          .product-list ul a .mess .more span {
            font-size: 0.72916vw;
            padding-right: 0.52083vw; }
          .product-list ul a .mess .more i::before {
            font-size: 0.72916vw; } }

@media screen and (min-width: 320px) {
  .product-info .r {
    padding-top: 7.99998vw; }
  .product-menu {
    padding: 5.33332vw;
    border-radius: 2.66666vw;
    background: #fff; }
    .product-menu .search {
      border-radius: 6.66665vw;
      border: 0.26667vw solid #E5E5E5;
      display: flex;
      overflow: hidden; }
      .product-menu .search .inp {
        padding: 0 0 0 3.99999vw;
        height: 10.66664vw;
        border: none;
        flex: 1; }
      .product-menu .search .btn {
        width: 13.3333vw;
        height: 10.66664vw;
        border: none;
        background: none;
        cursor: pointer; }
        .product-menu .search .btn i::before {
          font-size: 0.93749vw;
          color: #24B5AA; }
    .product-menu .menu-list {
      margin-top: 5.33332vw;
      border-top: 0.26667vw solid #E5E5E5; }
      .product-menu .menu-list dl dt a {
        display: flex;
        height: 15.99996vw;
        border-bottom: 0.26667vw solid #E5E5E5;
        align-items: center;
        justify-content: space-between; }
        .product-menu .menu-list dl dt a span {
          font-size: 4.26666vw;
          color: #333; }
        .product-menu .menu-list dl dt a .icon i::before {
          color: #D1D1D1;
          font-size: 4.26666vw; }
        .product-menu .menu-list dl dt a .icon .minus {
          display: none; }
        .product-menu .menu-list dl dt a.on {
          border-bottom-color: #24B5AA; }
          .product-menu .menu-list dl dt a.on span {
            color: #24B5AA; }
          .product-menu .menu-list dl dt a.on .icon i::before {
            color: #24B5AA; }
          .product-menu .menu-list dl dt a.on .icon .plus {
            display: none; }
          .product-menu .menu-list dl dt a.on .icon .minus {
            display: block; }
      .product-menu .menu-list dl dd {
        border-bottom: 0.26667vw solid #E5E5E5;
        padding: 2.66666vw 0; }
        .product-menu .menu-list dl dd a {
          display: flex;
          padding: 2.66666vw 0; }
          .product-menu .menu-list dl dd a::before {
            content: ' ';
            width: 2.66666vw;
            height: 0.53333vw;
            background: #24B5AA;
            display: block;
            margin: 1.6vw 0; }
          .product-menu .menu-list dl dd a span {
            color: #666666;
            padding-left: 1.33333vw;
            font-size: 3.73332vw; }
          .product-menu .menu-list dl dd a.on span {
            color: #24B5AA; }
  .product-info-bg {
    background: #fff;
    padding: 5.33332vw;
    border-radius: 2.66666vw; }
    .product-info-bg .pro-flex-box .p-r {
      padding-top: 5.33332vw; }
      .product-info-bg .pro-flex-box .p-r .tit {
        color: #24B5AA;
        font-size: 4.79999vw; }
      .product-info-bg .pro-flex-box .p-r .line {
        background: #e5e5e5;
        margin: 3.99999vw 0; }
      .product-info-bg .pro-flex-box .p-r .txt-list .txt {
        line-height: 1.6; }
      .product-info-bg .pro-flex-box .p-r .txt-list .txt + .txt {
        padding-top: 3.99999vw; }
      .product-info-bg .pro-flex-box .p-r .btn-box {
        padding-top: 5.33332vw;
        display: flex; }
        .product-info-bg .pro-flex-box .p-r .btn-box .btn a {
          height: 10.66664vw;
          padding: 1.33333vw;
          border-radius: 5.33332vw;
          box-shadow: 0 0 1.6vw rgba(0, 0, 0, 0.1);
          display: flex;
          align-items: center; }
          .product-info-bg .pro-flex-box .p-r .btn-box .btn a i {
            display: block;
            width: 7.99998vw;
            height: 7.99998vw; }
            .product-info-bg .pro-flex-box .p-r .btn-box .btn a i img {
              width: 100%; }
          .product-info-bg .pro-flex-box .p-r .btn-box .btn a span {
            padding: 0 2.66666vw 0 1.33333vw; }
        .product-info-bg .pro-flex-box .p-r .btn-box .btn + .btn {
          margin-left: 3.99999vw; }
    .product-info-bg .product-pagination {
      text-align: center;
      padding-top: 2.66666vw; }
      .product-info-bg .product-pagination span {
        width: 3.19999vw;
        height: 3.19999vw;
        background: #dbdbdb;
        opacity: 1;
        margin: 0 2.66666vw; }
      .product-info-bg .product-pagination .swiper-pagination-bullet-active {
        background: #24B5AA; }
    .product-info-bg .pro-info-tit {
      padding-top: 7.99998vw;
      font-size: 4.79999vw;
      padding-bottom: 3.99999vw;
      margin-bottom: 3.99999vw;
      border-bottom: 0.26667vw solid #E5E5E5; }
    .product-info-bg .pro-list {
      padding-top: 7.99998vw;
      margin: -3.99999vw; }
      .product-info-bg .pro-list dl {
        padding: 3.99999vw; }
        .product-info-bg .pro-list dl dt {
          color: #24B5AA;
          font-size: 4.26666vw;
          padding-bottom: 2.66666vw; }
        .product-info-bg .pro-list dl dd {
          border-top: 0.26667vw solid #E5E5E5;
          padding-top: 2.66666vw;
          color: #666666;
          line-height: 1.6; }
    .product-info-bg i.pic-scale-pro-02 {
      padding-bottom: 135.158%; }
    .product-info-bg .pro-pic-list {
      padding-top: 7.99998vw; }
      .product-info-bg .pro-pic-list ul {
        margin: -2.66666vw;
        display: flex; }
        .product-info-bg .pro-pic-list ul li {
          padding: 2.66666vw;
          flex-basis: 50%;
          flex-shrink: 0; }
          .product-info-bg .pro-pic-list ul li dl dt .pic {
            padding: 3.19999vw 2.66666vw;
            background: #eee;
            position: relative; }
            .product-info-bg .pro-pic-list ul li dl dt .pic .icon {
              width: 10.66664vw;
              height: 10.66664vw;
              border-radius: 50%;
              background: rgba(36, 181, 170, 0.8);
              position: absolute;
              left: 50%;
              top: 50%;
              margin-top: -5.33332vw;
              margin-left: -5.33332vw;
              z-index: 2;
              display: flex;
              align-items: center;
              justify-content: center; }
              .product-info-bg .pro-pic-list ul li dl dt .pic .icon::before {
                color: #fff;
                font-size: 4.26666vw; }
          .product-info-bg .pro-pic-list ul li dl dd {
            padding-top: 2.66666vw;
            text-align: center;
            color: #333; } }

@media screen and (min-width: 992px) {
  .product-info {
    display: flex; }
    .product-info .l {
      flex-basis: 23.43735vw;
      flex-shrink: 0;
      padding-right: 2.60415vw; }
    .product-info .r {
      flex: 1;
      min-width: 0;
      padding-top: 0; }
  .product-menu {
    padding: 2.08332vw;
    border-radius: 0.52083vw; }
    .product-menu .search {
      border-radius: 1.30207vw;
      border-width: 0.05208vw; }
      .product-menu .search .inp {
        padding: 0 0 0 1.04166vw;
        height: 2.60415vw; }
      .product-menu .search .btn {
        width: 3.12498vw;
        height: 2.60415vw; }
        .product-menu .search .btn i::before {
          font-size: 1.14583vw; }
    .product-menu .menu-list {
      margin-top: 1.56249vw;
      border-top-width: 0.05208vw; }
      .product-menu .menu-list dl dt a {
        height: 4.47914vw;
        border-bottom-width: 0.05208vw; }
        .product-menu .menu-list dl dt a span {
          font-size: 1.04166vw; }
        .product-menu .menu-list dl dt a .icon i::before {
          font-size: 1.14583vw; }
      .product-menu .menu-list dl dd {
        border-bottom-width: 0.05208vw;
        padding: 0.78124vw 0; }
        .product-menu .menu-list dl dd a {
          padding: 0.78124vw 0; }
          .product-menu .menu-list dl dd a::before {
            width: 0.52083vw;
            height: 0.10417vw;
            margin: 0.36458vw 0; }
          .product-menu .menu-list dl dd a span {
            padding-left: 0.26042vw;
            font-size: 0.93749vw; }
  .product-info-bg {
    padding: 3.12498vw 4.16664vw;
    border-radius: 0.52083vw; }
    .product-info-bg .pro-flex-box {
      display: flex;
      justify-content: space-between; }
      .product-info-bg .pro-flex-box .p-l {
        flex-basis: 26.0415vw;
        flex-shrink: 0;
        min-width: 0; }
      .product-info-bg .pro-flex-box .p-r {
        padding-top: 0;
        flex-basis: 29.68731vw;
        flex-shrink: 0; }
        .product-info-bg .pro-flex-box .p-r .tit {
          font-size: 1.56249vw; }
        .product-info-bg .pro-flex-box .p-r .line {
          margin: 1.30207vw 0 1.56249vw 0; }
        .product-info-bg .pro-flex-box .p-r .txt-list .txt {
          font-size: 0.83333vw; }
        .product-info-bg .pro-flex-box .p-r .txt-list .txt + .txt {
          padding-top: 1.30207vw; }
        .product-info-bg .pro-flex-box .p-r .btn-box {
          padding-top: 1.30207vw; }
          .product-info-bg .pro-flex-box .p-r .btn-box .btn a {
            height: 2.60415vw;
            padding: 0.52083vw;
            border-radius: 1.30207vw;
            box-shadow: 0 0 0.3125vw rgba(0, 0, 0, 0.1); }
            .product-info-bg .pro-flex-box .p-r .btn-box .btn a i {
              width: 1.56249vw;
              height: 1.56249vw; }
            .product-info-bg .pro-flex-box .p-r .btn-box .btn a span {
              padding: 0 0.52083vw; }
          .product-info-bg .pro-flex-box .p-r .btn-box .btn + .btn {
            margin-left: 1.04166vw; }
    .product-info-bg .product-pagination {
      text-align: center;
      padding-top: 1.04166vw; }
      .product-info-bg .product-pagination span {
        width: 0.625vw;
        height: 0.625vw;
        margin: 0 0.52083vw; }
    .product-info-bg .pro-info-tit {
      padding-top: 2.08332vw;
      font-size: 1.56249vw;
      padding-bottom: 0.78124vw;
      margin-bottom: 0.78124vw;
      border-bottom-width: 0.05208vw; }
    .product-info-bg .pro-list {
      padding-top: 2.08332vw;
      margin: -1.30207vw;
      display: flex;
      flex-wrap: wrap; }
      .product-info-bg .pro-list dl {
        padding: 1.30207vw;
        flex-basis: 50%;
        flex-shrink: 0; }
        .product-info-bg .pro-list dl dt {
          font-size: 1.24999vw;
          padding-bottom: 0.52083vw; }
        .product-info-bg .pro-list dl dd {
          border-top-width: 0.05208vw;
          padding-top: 0.52083vw; }
    .product-info-bg .pro-pic-list {
      padding-top: 1.56249vw; }
      .product-info-bg .pro-pic-list ul {
        margin: -0.52083vw;
        display: flex; }
        .product-info-bg .pro-pic-list ul li {
          padding: 0.52083vw;
          flex-basis: 12.5%; }
          .product-info-bg .pro-pic-list ul li dl dt .pic {
            padding: 0.625vw 0.52083vw; }
            .product-info-bg .pro-pic-list ul li dl dt .pic .icon {
              width: 2.08332vw;
              height: 2.08332vw;
              margin-top: -1.04166vw;
              margin-left: -1.04166vw; }
              .product-info-bg .pro-pic-list ul li dl dt .pic .icon::before {
                font-size: 1.14583vw; }
          .product-info-bg .pro-pic-list ul li dl dd {
            padding-top: 0.52083vw; } }

@media screen and (min-width: 320px) {
  .news-info-tit {
    color: #24B5AA;
    font-size: 5.86665vw;
    line-height: 1.4; }
  .news-info {
    padding-top: 7.99998vw;
    padding-bottom: 3.99999vw;
    border-bottom: 0.26667vw solid #E3E3E3; }
    .news-info .l .tips-box {
      display: flex;
      margin: -1.33333vw; }
      .news-info .l .tips-box .item {
        padding: 1.33333vw;
        color: #666666;
        font-size: 3.19999vw; }
  .content-bd {
    margin: 5.33332vw 0; }
  .news-link-btn {
    padding-top: 5.33332vw; }
    .news-link-btn a {
      display: flex;
      border-top: 0.26667vw solid #E3E3E3;
      justify-content: space-between;
      padding: 3.99999vw 0; }
      .news-link-btn a .tit {
        font-size: 4.26666vw;
        color: #333; }
      .news-link-btn a .tips {
        font-size: 3.73332vw;
        color: #333; }
      .news-link-btn a:hover .tit {
        color: #24B5AA; }
      .news-link-btn a:hover .tips {
        color: #24B5AA; } }

@media screen and (min-width: 992px) {
  .news-info-tit {
    font-size: 2.08332vw; }
  .news-info {
    padding-top: 2.86456vw;
    padding-bottom: 0.52083vw;
    border-bottom-width: 0.05208vw;
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .news-info .l .tips-box {
      margin: -0.26042vw -0.78124vw; }
      .news-info .l .tips-box .item {
        padding: 0.26042vw 0.78124vw;
        font-size: 0.72916vw; }
    .news-info .r .share-box {
      display: flex;
      align-items: center; }
      .news-info .r .share-box .txt {
        padding-right: 0.26042vw; }
      .news-info .r .share-box .bshare-more {
        width: 1.77082vw;
        height: 1.77082vw;
        background: #7E7E7E;
        border-radius: 50%;
        padding: 0 !important;
        display: flex;
        align-items: center;
        justify-content: center;
        text-decoration: none; }
        .news-info .r .share-box .bshare-more::before {
          color: #fff !important;
          font-size: 0.93749vw; }
  .content-bd {
    margin: 1.56249vw 0; }
  #bsPanelHolder {
    display: none !important; }
  .news-link-btn {
    padding-top: 1.56249vw; }
    .news-link-btn a {
      border-top-width: 0.05208vw;
      padding: 1.30207vw 0; }
      .news-link-btn a .tit {
        font-size: 1.14583vw; }
      .news-link-btn a .tips {
        font-size: 0.83333vw; } }

/*--分页--*/
@media screen and (min-width: 320px) {
  div.pages {
    text-align: center;
    width: 100%;
    padding: 7.99998vw 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: 4.26666vw; }
    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: #24B5AA;
      color: #fff;
      border: 0.26667vw solid #24B5AA; } }

@media screen and (min-width: 992px) {
  div.pages {
    padding: 3.64581vw 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: 1.04166vw; }
    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; } }

@media screen and (min-width: 320px) {
  .clinical-list ul {
    margin: -2.66666vw; }
    .clinical-list ul li {
      padding: 2.66666vw; }
      .clinical-list ul li a {
        background: #f5f8f9;
        padding: 5.33332vw 3.99999vw;
        display: block; }
        .clinical-list ul li a .t {
          display: flex;
          align-items: center;
          justify-content: space-between;
          padding-bottom: 3.99999vw; }
          .clinical-list ul li a .t .time {
            color: #999;
            font-size: 3.19999vw; }
          .clinical-list ul li a .t .more {
            color: #24B5AA;
            font-size: 3.19999vw; }
        .clinical-list ul li a .tit {
          color: #010101;
          line-height: 1.6;
          font-size: 4.26666vw; }
        .clinical-list ul li a .line {
          margin: 2.66666vw 0;
          background: #E1E1E1; }
        .clinical-list ul li a .txt {
          color: #808080;
          line-height: 1.8;
          font-size: 3.19999vw; }
        .clinical-list ul li a:hover .tit {
          color: #24B5AA; } }

@media screen and (min-width: 992px) {
  .clinical-list ul {
    margin: -1.30207vw;
    display: flex;
    flex-wrap: wrap; }
    .clinical-list ul li {
      flex-basis: 33.33333%;
      flex-shrink: 0;
      padding: 1.30207vw; }
      .clinical-list ul li a {
        padding: 2.08332vw 1.56249vw; }
        .clinical-list ul li a .t {
          padding-bottom: 0.78124vw; }
          .clinical-list ul li a .t .time {
            font-size: 0.72916vw; }
          .clinical-list ul li a .t .more {
            font-size: 0.72916vw; }
        .clinical-list ul li a .tit {
          font-size: 1.35416vw;
          height: 4.37497vw; }
        .clinical-list ul li a .line {
          margin: 1.04166vw 0; }
        .clinical-list ul li a .txt {
          font-size: 0.83333vw; } }

@media screen and (min-width: 320px) {
  .join-tit {
    text-align: center;
    color: #444;
    font-size: 5.86665vw;
    padding-bottom: 3.99999vw;
    border-bottom: 0.26667vw dashed #BCBCBC; }
  .join-form {
    padding: 5.33332vw 0 7.99998vw 0; }
    .join-form .row {
      margin: -2.66666vw; }
      .join-form .row .col {
        display: flex;
        padding: 2.66666vw;
        position: relative; }
        .join-form .row .col .label {
          flex-basis: 14.39996vw;
          flex-shrink: 0;
          font-size: 3.19999vw;
          height: 10.13331vw;
          display: flex;
          align-items: center;
          justify-content: flex-end; }
        .join-form .row .col .inp-box {
          flex: 1; }
          .join-form .row .col .inp-box .inp {
            height: 10.13331vw;
            border: 0.26667vw solid #DFDFDF;
            background-color: #F6F6F6;
            border-radius: 1.06666vw;
            padding: 0 3.99999vw;
            width: 100%; }
          .join-form .row .col .inp-box .tex {
            border: 0.26667vw solid #DFDFDF;
            background-color: #F6F6F6;
            padding: 2.66666vw 3.99999vw;
            border-radius: 1.06666vw;
            width: 100%;
            height: 53.3332vw; }
        .join-form .row .col .icon {
          color: #F11907;
          font-size: 3.73332vw;
          display: flex;
          align-items: center;
          position: absolute;
          right: 0;
          height: 10.13331vw; }
        .join-form .row .col .txt {
          color: #24B5AA; }
        .join-form .row .col .yzm {
          padding-left: 2.66666vw;
          height: 10.13331vw; }
          .join-form .row .col .yzm img {
            height: 100%; }
        .join-form .row .col .btn-box {
          flex: 1;
          margin: -2.66666vw;
          display: flex;
          justify-content: center; }
          .join-form .row .col .btn-box .btn-bd {
            padding: 2.66666vw; }
            .join-form .row .col .btn-box .btn-bd .btn {
              height: 10.13331vw;
              border: none;
              border-radius: 1.06666vw;
              padding: 0 6.66665vw;
              background: #F1F1F1;
              color: #555; }
            .join-form .row .col .btn-box .btn-bd .sub-btn {
              background: #24B5AA;
              color: #fff; }
      .join-form .row .col-txt {
        padding-top: 0; }
  .join-txt {
    line-height: 2;
    color: #666; } }
    .join-txt * {
    line-height: 2;
    color: #666; }

@media screen and (min-width: 992px) {
  .join-tit {
    font-size: 40px;
    padding-bottom: 30px;
    border-bottom-width: 1px; }
  .join-form {
    padding: 40px 0 60px 0; }
    .join-form .row {
      margin: -15px -28px;
      margin-left: -64px;
      display: flex;
      flex-wrap: wrap; }
      .join-form .row .col {
        padding: 15px 28px;
        flex-basis: 100%;
        flex-shrink: 0;
        min-width: 0; }
        .join-form .row .col.col-4 {
          flex-basis: 33.3333%; }
        .join-form .row .col.col-6 {
          flex-basis: 50%; }
        .join-form .row .col .label {
          flex-basis: 100px;
          font-size: 14px;
          height: 38px;
          display: flex;
          align-items: center;
          justify-content: flex-end; }
        .join-form .row .col .inp-box {
          flex: 1; }
          .join-form .row .col .inp-box .inp {
            height: 38px;
            border-width: 1px;
            border-radius: 4px;
            padding: 0 15px;
            font-size: 14px; }
          .join-form .row .col .inp-box .tex {
            border-width: 1px;
            padding: 10px 15px;
            border-radius: 4px;
            font-size: 14px;
            height: 200px; }
        .join-form .row .col .icon {
          font-size: 14px;
          height: 38px;
          right: 10px; }
        .join-form .row .col .txt {
          font-size: 14px; }
        .join-form .row .col .yzm {
          padding-left: 14px;
          height: 38px; }
        .join-form .row .col .btn-box {
          margin: -5px;
          justify-content: flex-end; }
          .join-form .row .col .btn-box .btn-bd {
            padding: 5px; }
            .join-form .row .col .btn-box .btn-bd .btn {
              height: 38px;
              border-radius: 4px;
              padding: 0 35px;
              font-size: 14px; }
      .join-form .row .col-txt {
        padding-top: 0; }
    .join-form .row-rl {
      justify-content: space-between; } }

@media screen and (min-width: 1920px) {
  .join-tit {
    font-size: 2.08332vw;
    padding-bottom: 1.56249vw;
    border-bottom-width: 0.05208vw; }
  .join-form {
    padding: 2.08332vw 0 3.12498vw 0; }
    .join-form .row {
      margin: -0.78124vw -1.45832vw;
      margin-left: -3.33331vw; }
      .join-form .row .col {
        padding: 0.78124vw 1.45832vw; }
        .join-form .row .col.col-4 {
          flex-basis: 33.3333%; }
        .join-form .row .col.col-6 {
          flex-basis: 50%; }
        .join-form .row .col .label {
          flex-basis: 5.2083vw;
          font-size: 0.72916vw;
          height: 1.97915vw; }
        .join-form .row .col .inp-box {
          flex: 1; }
          .join-form .row .col .inp-box .inp {
            height: 1.97915vw;
            border-width: 0.05208vw;
            border-radius: 0.20833vw;
            padding: 0 0.78124vw;
            font-size: 0.72916vw; }
          .join-form .row .col .inp-box .tex {
            border-width: 0.05208vw;
            padding: 0.52083vw 0.78124vw;
            border-radius: 0.20833vw;
            font-size: 0.72916vw;
            height: 10.4166vw; }
        .join-form .row .col .icon {
          font-size: 0.72916vw;
          height: 1.97915vw;
          right: 0.52083vw; }
        .join-form .row .col .txt {
          font-size: 0.72916vw; }
        .join-form .row .col .yzm {
          padding-left: 0.72916vw;
          height: 1.97915vw; }
        .join-form .row .col .btn-box {
          margin: -0.26042vw; }
          .join-form .row .col .btn-box .btn-bd {
            padding: 0.26042vw; }
            .join-form .row .col .btn-box .btn-bd .btn {
              height: 1.97915vw;
              border-radius: 0.20833vw;
              padding: 0 1.8229vw;
              font-size: 0.72916vw; } }

@media screen and (min-width: 320px) {
  .join-list ul {
    margin: -2.66666vw 0; }
    .join-list ul li {
      padding: 2.66666vw 0; }
      .join-list ul li dt {
        border: 0.26667vw solid #E5E5E5;
        background: #F9F9F9;
        display: flex;
        padding: 0 2.66666vw;
        height: 14.9333vw;
        align-items: center;
        cursor: pointer;
        transition: .3s; }
        .join-list ul li dt b {
          color: #333;
          padding-right: 5.33332vw;
          flex: 1;
          overflow: hidden;
          -ms-text-overflow: ellipsis;
          text-overflow: ellipsis;
          white-space: nowrap;
          font-size: 3.73332vw;
          font-weight: normal; }
        .join-list ul li dt .more {
          display: flex;
          align-items: center; }
          .join-list ul li dt .more span {
            padding-right: 1.33333vw;
            color: #333;
            font-size: 3.19999vw;
            line-height: 1; }
          .join-list ul li dt .more i {
            transform: rotate(-90deg); }
            .join-list ul li dt .more i::before {
              font-size: 5.33332vw;
              color: #24B5AA; }
      .join-list ul li dd {
        padding: 3.99999vw;
        border: 0.26667vw solid #E5E5E5;
        border-top: none;
        display: none;
        background: #fff; }
        .join-list ul li dd .tit {
          font-weight: bold;
          color: #333;
          line-height: 1.2;
          font-size: 3.73332vw; }
        .join-list ul li dd .tit + .txt {
          padding-top: 1.33333vw; }
        .join-list ul li dd .txt {
          line-height: 2;
          font-size: 3.19999vw; }
          .join-list ul li dd .txt *{ line-height: 2;}
        .join-list ul li dd .mess + .mess {
          padding-top: 5.33332vw; }
      .join-list ul li.on dt {
        background: #24B5AA;
        border-color: #24B5AA; }
        .join-list ul li.on dt b {
          color: #fff; }
        .join-list ul li.on dt .more span {
          color: #fff; }
        .join-list ul li.on dt .more i {
          transform: rotate(0); }
          .join-list ul li.on dt .more i::before {
            color: #fff; }
      .join-list ul li .more-btn {
        padding-top: 20px;
        display: flex;
        align-items: center; }
        .join-list ul li .more-btn a {
          height: 40px;
          border-radius: 37px;
          display: flex;
          align-items: center;
          justify-content: center;
          padding: 0 20px;
          background: #151515; }
          .join-list ul li .more-btn a span {
            font-size: 14px;
            color: #fff;
            line-height: 1.2; }
          .join-list ul li .more-btn a:hover {
            transform: translateY(-5px);
            box-shadow: 0 10px 20px rgba(0, 103, 177, 0.15); } }

@media screen and (min-width: 992px) {
  .join-list ul {
    margin: -0.52083vw 0; }
    .join-list ul li {
      padding: 0.52083vw 0; }
      .join-list ul li dt {
        border-width: 0.05208vw;
        padding: 0 2.08332vw;
        height: 4.16664vw; }
        .join-list ul li dt b {
          padding-right: 2.08332vw;
          font-size: 1.14583vw; }
        .join-list ul li dt .more span {
          padding-right: 0.52083vw;
          font-size: 0.83333vw; }
        .join-list ul li dt .more i, .join-list ul li dt .more i::before {
          font-size: 1.35416vw; }
      .join-list ul li dd {
        padding: 2.08332vw 3.64581vw;
        border-width: 0.05208vw; }
        .join-list ul li dd .tit {
          font-size: 1.45832vw; }
        .join-list ul li dd .tit + .txt {
          padding-top: 1.04166vw; }
        .join-list ul li dd .txt {
          font-size: 0.83333vw; }
        .join-list ul li dd .mess + .mess {
          padding-top: 2.60415vw; } }

@media screen and (min-width: 320px) {
  .contact-box .map-box {
    height: 79.9998vw; }
  .contact-box .list {
    border: 0.26667vw solid #ddd;
    overflow: hidden; }
    .contact-box .list dl {
      border-left: 0.26667vw solid #ddd;
      border-top: 0.26667vw solid #ddd;
      margin: -0.26667vw 0 0 -0.26667vw;
      padding: 5.33332vw; }
      .contact-box .list dl dt {
        display: flex;
        align-items: center;
        justify-content: center; }
        .contact-box .list dl dt i {
          width: 10.66664vw;
          height: 10.66664vw;
          background: #24B5AA;
          border-radius: 50%;
          display: flex;
          align-items: center;
          justify-content: center; }
          .contact-box .list dl dt i::before {
            color: #fff;
            font-size: 5.33332vw; }
      .contact-box .list dl dd {
        text-align: center; }
        .contact-box .list dl dd .tit {
          padding-top: 3.99999vw;
          line-height: 1.4;
          font-size: 4.26666vw;
          color: #00182E; }
        .contact-box .list dl dd .txt {
          padding-top: 2.66666vw;
          line-height: 1.4;
          font-size: 3.19999vw;
          color: #666; } }

@media screen and (min-width: 992px) {
  .contact-box .map-box {
    height: 23.43735vw; }
  .contact-box .list {
    display: flex;
    border-width: 0.05208vw;
    border-bottom-left-radius: 0 0 1.04166vw 1.04166vw; }
    .contact-box .list dl {
      border-left-width: 0.05208vw;
      border-top-width: 0.05208vw;
      flex: 1;
      padding: 2.60415vw 1.04166vw; }
      .contact-box .list dl dt i {
        width: 3.22915vw;
        height: 3.22915vw; }
        .contact-box .list dl dt i::before {
          color: #fff;
          font-size: 2.08332vw; }
      .contact-box .list dl dd .tit {
        padding-top: 1.45832vw;
        font-size: 1.14583vw; }
      .contact-box .list dl dd .txt {
        padding-top: 0.52083vw;
        font-size: 0.93749vw; } }
