@charset "UTF-8";
/*
	FONT SIZE HIERARCHY
	---------------------------

    Default font-size for HTML :    16px
    blockquote                 :    1rem
    body                       :    1rem
    form                       :    0.875rem  14px
    h1                         :    3.375rem  58px
    h2                         :    2.375rem  38px
    h3                         :    1.75rem  28px
    h4                         :    1.25rem   20px
    h5                         :    1rem
    h6                         :    0.75rem  12px
	GLOBAL SPACING HIERARCHY WITH <section>
	---------------------------

    Default                    :    6.5625rem
    Large                      :    11.375rem
    Small                      :    4.8125rem
    Default (mobile)           :    4.265625rem
    Large (mobile)             :    4.265625rem
    Small (mobile)             :    2.625rem
	COLOR PALETTE
	---------------------------
    Placeholder Text Color     :    #E6E6E8
	Primary Background Color   :    transparent
	Highlight Color            :    #EC5E79, #E8588C
	Primary Text Color         :    #212121, #474747
    Heading Text Color         :    #212121
	Subordinate Text Color     :    #AEAEAE
	Dividing Line Color        :    #F4F4F4
    Button Gradient Color      :    #EC5E79, #f60, #d83ba0
	TABLE OF CONTENTS
	---------------------------

    ${{TOC}}
*/
/* Ripple Effect */
@keyframes ripple {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.1), 0 0 0 20px rgba(255, 255, 255, 0.1), 0 0 0 40px rgba(255, 255, 255, 0.1), 0 0 0 60px rgba(255, 255, 255, 0.1); }
  100% {
    box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.1), 0 0 0 40px rgba(255, 255, 255, 0.1), 0 0 0 60px rgba(255, 255, 255, 0.1), 0 0 0 80px rgba(255, 255, 255, 0); } }
::placeholder {
  color: #E6E6E8; }

:root {
  --blue: #007007;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #868e96;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #868e96;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40; }

::selection,
::-moz-selection,
::-webkit-selection {
  background: #1f1f1f;
  color: #fff; }

html,
body {
  width: 100%;
  height: 100%; }

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-size: 16px;
  /* Required, global font size */ }

*,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
a {
  margin: 0;
  padding: 0; }

/* 初始化 */
body, div, span, ul, li, ol, h1, h2, h3, h4, h5, h6, input, textarea, select, p, dl, dt, dd, a, img, button, form, table, th, tr, td, tbody, article, span,
aside, details, figcaption, figure, footer, header, menu, nav, section {
  margin: 0;
  padding: 0;
  border: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

body {
  font-size: 0.16rem;
  font-weight: 400;
  line-height: 1.71428571429;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Microsoft JhengHei", Arial, "Microsoft YaHei", "Helvetica Neue", Helvetica, STXihei, "PingFang SC", "Hiragino Sans GB", sans-serif;
  color: #212121;
  background-color: #fff; }

:active, :focus {
  outline: none !important; }

p,
pre,
table,
blockquote {
  margin-bottom: .3rem; }

select {
  max-width: 100%; }

ul, li {
  list-style-type: none; }

blockquote {
  background: #fff;
  border: 1px solid #F8F8F8;
  border-left: 5px solid #EC5E79;
  padding: 0 1.75rem 1.25rem;
  margin-top: 1.421875rem;
  line-height: 2;
  font-size: 1rem; }
  blockquote::before {
    color: #EC5E79;
    content: open-quote;
    font-size: 5.25rem;
    line-height: 0.1;
    margin-right: 0.21875rem;
    vertical-align: -2.055rem;
    font-family: sans-serif;
    content: "\201C";
    /*Unicode for Left Double Quote*/ }

strong {
  font-weight: 600; }

hr {
  margin: 1.421875rem 0;
  border-color: #F4F4F4; }
  hr.black {
    border-color: rgba(255, 255, 255, 0.1); }

a img {
  border: none; }

img {
  max-width: 100%; }

iframe {
  border: none !important; }

/* ======================================================
   <!-- Table -->
/* ====================================================== */
table.table-normal,
.table-normal table {
  border: 1px solid black;
  border-collapse: collapse;
  width: 100%; }
  table.table-normal th,
  .table-normal table th {
    text-align: left; }
  table.table-normal td,
  table.table-normal th,
  .table-normal table td,
  .table-normal table th {
    border: 1px solid black;
    padding: 0.6875rem; }

/* ======================================================
   <!-- Typography -->
/* ====================================================== */
/*
 * 1. General
 * 2. Hyperlink
 * 3. Heading (h1,h2,h3,h4,h5,h6)
 * 4. Text Effect
 * 5. Table & List Effect by Default
 * 6. Drop Cap
*/
/*
 ---------------------------
 1. General
 ---------------------------
 */
a,
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  transition: all 0.3s ease; }

/*
 ---------------------------
 2. Hyperlink
 ---------------------------
 */
a {
  color: #474747; }
  a:hover, a:focus, a:active {
    text-decoration: none;
    outline: none; }
  a.link {
    text-decoration: underline;
    color: #EC5E79; }
    a.link:hover {
      color: #E8588C; }

/*
 ---------------------------
 3. Heading (h1,h2,h3,h4,h5,h6)
 ---------------------------
 */
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  color: #212121;
  font-weight: 700;
  font-variant-ligatures: common-ligatures;
  /*Ligatures and contextual forms are ways of combining glyphs to produce more harmonized forms.*/
  margin-top: 0;
  margin-bottom: 0.625rem;
  word-wrap: break-word; }

h1 {
  font-size: 3.375rem;
  line-height: 1.14285714286; }

h2 {
  font-size: 22.375rem;
  line-height: 1.2; }

h3 {
  font-size: 1.75rem;
  line-height: 1.25; }

h4 {
  font-size: 1.25rem;
  line-height: 1.33333333333; }

h5 {
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 600; }

h6 {
  font-size: 0.75rem;
  line-height: 2;
  font-weight: 600; }

.h1 {
  font-size: 3.375rem !important;
  line-height: 1.14285714286 !important; }

.h2 {
  font-size: 22.375rem !important;
  line-height: 1.2 !important; }

.h3 {
  font-size: 1.75rem !important;
  line-height: 1.25 !important; }

.h4 {
  font-size: 1.25rem !important;
  line-height: 1.33333333333 !important; }

.h5 {
  font-size: 1rem !important;
  line-height: 1.5 !important;
  font-weight: 600 !important; }

.h6 {
  font-size: 0.75rem !important;
  line-height: 2 !important;
  font-weight: 600 !important; }

.heading-space-none {
  margin: 0 !important;
  padding: 0 !important; }

@media all and (max-width: 768px) {
  h1 {
    font-size: 2.4107142857rem;
    line-height: 1.15555556; }

  h2 {
    font-size: 15.6625rem;
    line-height: 1.421875; }

  h3 {
    font-size: 1.25rem;
    line-height: 1.625; }

  .h1 {
    font-size: 2.4107142857rem !important;
    line-height: 1.15555556 !important; }

  .h2 {
    font-size: 15.6625rem !important;
    line-height: 1.421875 !important; }

  .h3 {
    font-size: 1.25rem !important;
    line-height: 1.625 !important; } }
@media all and (max-width: 480px) {
  h1 {
    font-size: 1.2053571429rem;
    line-height: 1.38461538462; }

  h2 {
    font-size: 13.425rem;
    line-height: 1.28571428571; }

  h3 {
    font-size: 1.25rem;
    line-height: 1.5; }

  .h1 {
    font-size: 1.2053571429rem !important;
    line-height: 1.38461538462 !important; }

  .h2 {
    font-size: 13.425rem !important;
    line-height: 1.28571428571 !important; }

  .h3 {
    font-size: 1.25rem !important;
    line-height: 1.5 !important; } }
/*
 ---------------------------
 4. Text Effect
 ---------------------------
 */
.font-normal {
  font-family: "Microsoft JhengHei", Arial, "Microsoft YaHei", "Helvetica Neue", Helvetica, STXihei, "PingFang SC", "Hiragino Sans GB", sans-serif;
  font-weight: 400 !important; }

.font-uppercase {
  text-transform: uppercase !important; }

.font-bold {
  font-weight: 800 !important; }

.font-italic {
  font-style: italic !important; }

.font-no-italic {
  font-style: normal !important; }

.font-underline {
  text-decoration: underline !important; }

.font-primary-color {
  color: #EC5E79 !important; }

.font-sub-color {
  color: #AEAEAE !important; }

.font-white {
  color: white; }
  .font-white p,
  .font-white h1,
  .font-white h2,
  .font-white h3,
  .font-white h4,
  .font-white h5,
  .font-white h6,
  .font-white .h1,
  .font-white .h2,
  .font-white .h3,
  .font-white .h4,
  .font-white .h5,
  .font-white .h6 {
    color: white; }

/*
 ---------------------------
 5. Table & List Effect by Default
 ---------------------------
 */
/* Compatible with  Uix Shortcodes (WordPress Plugin) */
.list-normal a:not(.uix-sc-btn),
.table-normal a:not(.uix-sc-btn) {
  color: #EC5E79; }

.list-normal a:not(.uix-sc-btn):not(.button):hover,
.table-normal a:not(.uix-sc-btn):not(.button):hover {
  color: #E8588C;
  text-decoration: underline; }

.list-normal a:not(.uix-sc-btn):hover img,
.table-normal a:not(.uix-sc-btn):hover img {
  text-decoration: none; }

/*
 ---------------------------
 6. Drop Cap
 ---------------------------
 */
.dropcap::first-letter,
.dropcap > p:first-of-type::first-letter {
  display: block;
  margin-right: 10px;
  float: left;
  font-size: 3.5rem;
  line-height: 1;
  margin-bottom: -2px; }

/* ======================================================
   <!-- Spacing -->
/* ====================================================== */
section,
.section {
  position: relative; }

section,
.section {
  padding: 6.5625rem 0; }

section.space-sm,
.section.space-sm {
  padding: 4.8125rem 0; }

section.space-lg,
.section.space-lg {
  padding: 11.375rem 0; }

section.space-none,
.section.space-none {
  padding: 0 !important; }

section.space-none-top,
.section.space-none-top {
  padding-top: 0 !important; }

section.space-none-bottom,
.section.space-none-bottom {
  padding-bottom: 0 !important; }

section.site-google-map,
.section.site-google-map {
  padding-top: 0 !important; }

@media all and (max-width: 768px) {
  section,
  .section {
    padding: 4.265625rem 0; }

  section.space-sm,
  .section.space-sm {
    padding: 2.625rem 0; }

  section.space-lg,
  .section.space-lg {
    padding: 4.265625rem 0; }

  section.space-none,
  .section.space-none {
    padding: 0; }

  section.space-none-top,
  .section.space-none-top {
    padding-top: 0; }

  section.space-none-bottom,
  .section.space-none-bottom {
    padding-bottom: 0; }

  section.site-google-map,
  .section.site-google-map {
    padding-top: 0; } }
html {
  font-size: 100px; }

@media screen and (max-width: 1440px) {
  html {
    font-size: 80px; } }
@media screen and (max-width: 800px) {
  html {
    font-size: 70px; } }
@media screen and (max-width: 600px) {
  html {
    font-size: 50px; } }
.pure:before,
.pure:after {
  content: " ";
  display: table; }

.pure:after {
  clear: both; }

*::before, *::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

body {
  height: auto;
  overflow-x: hidden;
  color: #000; }

article > div:first-child {
  padding-top: 1rem; }

.fl_l {
  float: left; }

.fl_r {
  float: right; }

@media screen and (max-width: 800px) {
  html {
    font-size: 80px; } }
@media screen and (max-width: 600px) {
  html {
    font-size: 60px; } }
a {
  text-decoration: none; }

.newiconfont {
  font-family: "iconfont" !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.bloc {
  position: relative; }

*::-webkit-scrollbar,
*::-webkit-scrollbar {
  width: 4px;
  border-radius: 1.5px; }

*::-webkit-scrollbar-button,
*::-webkit-scrollbar-button {
  display: none; }

*::-webkit-scrollbar-track,
*::-webkit-scrollbar-track {
  background-color: #eee; }

*::-webkit-scrollbar-thumb,
*::-webkit-scrollbar-thumb {
  background-color: #FFCC00; }

.mess_img_case .swiper-wrapper {
  transition-timing-function: cubic-bezier(0.1, 0.7, 0.74, 0.3);
  /*transition-timing-function: ease;*/ }

.swiper-button-prev, .swiper-button-next {
  background: none;
  text-align: center;
  color: #fff;
  width: .56rem;
  height: .56rem;
  line-height: .56rem;
  border-radius: 50%;
  border: 2px solid white;
  transition: all .5s ease-in-out;
  opacity: 1; }
  .swiper-button-prev i, .swiper-button-next i {
    font-size: 18px; }
  .swiper-button-prev:hover, .swiper-button-next:hover {
    color: #000;
    background-color: #FFCC00 !important;
    border-color: #FFCC00 !important; }

.swiper-button-prev {
  left: .4rem; }

.swiper-button-next {
  right: .4rem; }

.swiper-pagination {
  font-size: 0; }
  .swiper-pagination .swiper-pagination-bullet {
    background-color: #ffffff;
    opacity: .3;
    vertical-align: middle;
    transition: all .5s ease-in-out;
    margin: 0 .1rem;
    width: .1rem;
    height: .1rem;
    display: inline-block;
    position: relative; }
    .swiper-pagination .swiper-pagination-bullet:hover {
      border-color: #FFCC00; }
    .swiper-pagination .swiper-pagination-bullet::before {
      content: '';
      display: block;
      width: 0;
      height: 0;
      border-radius: 100%;
      border: 0.02rem solid #FFCC00;
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      transition: all .5s ease-in-out; }
  .swiper-pagination .swiper-pagination-bullet-active {
    opacity: 1;
    background-color: #FFCC00; }
    .swiper-pagination .swiper-pagination-bullet-active::before {
      width: .18rem;
      height: .18rem; }

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 .1rem; }

.btn_m {
  display: none;
  position: absolute;
  z-index: 5;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%; }

.works__slider {
  cursor: url(../image/svgipsa_cursor_arrow.png) 52 23, move; }
  .works__slider a {
    cursor: url(../image/svgipsa_cursor_arrow.png) 52 23, move; }
  .works__slider a:active, .works__slider a:focus {
    cursor: url(../image/svgipsa_cursor_arrow_pushed.png) 52 23, move; }

.works__slider:active, .works__slider:focus {
  cursor: url(../image/svgipsa_cursor_arrow_pushed.png) 52 23, move; }

.nav_d {
  display: none; }

.nav {
  line-height: .6rem;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 10;
  background-color: #ffffff;
  color: #000; }
  .nav .nav_con {
    margin: 0 auto;
    padding: .2rem .6rem;
    position: relative; }
    .nav .nav_con > .navBox {
      float: right; }
      .nav .nav_con > .navBox a {
        display: block;
        font-size: .16rem;
        color: inherit;
        transition: all .3s ease;
        padding: 0 1.4vw;
        position: relative;
        font-family: 'Conv_ITCAVANTGARDEPRO-BK';
        text-transform: uppercase; }
        .nav .nav_con > .navBox a span {
          position: relative; }
          .nav .nav_con > .navBox a span::before {
            content: '';
            display: block;
            width: 0;
            height: .04rem;
            border-radius: 2px;
            background-color: #FFCC00;
            position: absolute;
            bottom: -.1rem;
            left: 50%;
            transform: translateX(-50%);
            transition: all .5s ease-in-out; }
        .nav .nav_con > .navBox a.on span::before, .nav .nav_con > .navBox a:hover span::before {
          width: calc(100% - 1.5em); }
        .nav .nav_con > .navBox a i {
          display: block;
          text-align: center;
          font-size: .28rem;
          line-height: 1;
          position: absolute;
          left: 50%;
          top: 85%;
          transform: translateX(-50%);
          opacity: 0;
          transition: all .5s ease-in-out; }
      .nav .nav_con > .navBox.navBox ul {
        display: block; }
        .nav .nav_con > .navBox.navBox ul li {
          display: block;
          float: left;
          position: relative; }
          .nav .nav_con > .navBox.navBox ul li > ul {
            position: absolute;
            left: 50%;
            top: 100%;
            margin-top: -2px;
            background-color: #313131;
            transform: translate(-50%, 0);
            width: 110%;
            transition: all .3s ease;
            z-index: -999;
            pointer-events: none;
            border-radius: 3px;
            text-transform: uppercase;
            overflow: hidden;
            max-height: 0; }
            .nav .nav_con > .navBox.navBox ul li > ul::before {
              content: '';
              display: block;
              width: 100%;
              height: 20px;
              position: absolute;
              z-index: -1;
              bottom: 100%;
              left: 0; }
            .nav .nav_con > .navBox.navBox ul li > ul::after {
              content: '';
              display: block;
              position: absolute;
              left: 0;
              top: 0;
              height: 1px;
              width: 100%;
              background-color: #FFCC00;
              z-index: -1; }
            .nav .nav_con > .navBox.navBox ul li > ul > li {
              width: 100%;
              display: block;
              position: relative;
              z-index: 1;
              float: none; }
              .nav .nav_con > .navBox.navBox ul li > ul > li:last-child {
                padding-bottom: .1rem; }
              .nav .nav_con > .navBox.navBox ul li > ul > li a {
                transition: all .3s ease;
                padding: .15rem 10px;
                color: #8c8c8c;
                text-align: center;
                line-height: 1; }
                .nav .nav_con > .navBox.navBox ul li > ul > li a:hover {
                  background-color: #fff;
                  color: #FFCC00; }
          .nav .nav_con > .navBox.navBox ul li:hover > ul {
            pointer-events: all;
            max-height: 1000px; }
    .nav .nav_con .btn_search {
      cursor: pointer;
      float: right;
      margin-left: 5.2vw;
      transition: all .5s ease-in-out; }
      .nav .nav_con .btn_search i {
        font-size: .2rem; }
      .nav .nav_con .btn_search:hover {
        color: #FFCC00; }

.logo_box {
  display: block;
  float: left;
  cursor: pointer; }
  .logo_box img {
    display: block;
    height: .51rem; }
  .logo_box .logo_c {
    display: none; }

.nav_ban .nav .nav_con > div a {
  color: rgba(0, 0, 0, 0.7); }
  .nav_ban .nav .nav_con > div a::before {
    background-color: #000; }
  .nav_ban .nav .nav_con > div a:hover, .nav_ban .nav .nav_con > div a.on {
    color: black; }

.nav_s_box {
  position: absolute;
  left: 4.145%;
  bottom: 0;
  padding-bottom: 1.6rem;
  border-left: 5px solid rgba(255, 255, 255, 0.2);
  padding-left: .6rem; }
  .nav_s_box::before {
    content: '';
    width: 5px;
    background-color: #fff;
    height: .26rem;
    position: absolute;
    left: -5px;
    top: 0; }
  .nav_s_box ul {
    display: block; }
    .nav_s_box ul li {
      display: block; }
      .nav_s_box ul li:first-child {
        margin-top: -.065rem; }
      .nav_s_box ul li a {
        display: block;
        font-size: .26rem;
        color: rgba(255, 255, 255, 0.5);
        line-height: 1.5;
        cursor: pointer;
        transition: all .5s ease; }
        .nav_s_box ul li a:hover, .nav_s_box ul li a.on {
          color: #fff; }

.con_body .nav_s_box::before {
  height: .91rem; }

.swiper-slide.active {
  pointer-events: all; }

footer {
  color: #fff;
  padding: 4vw .6rem;
  background-color: #000;
  font-family: 'Conv_ITCAVANTGARDEPRO-BK'; }
  footer a {
    color: inherit;
    cursor: pointer; }
  footer .copyRight_box {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    align-items: center;
    line-height: 1.43;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.8); }
    footer .copyRight_box .yq_link > div {
      text-align: right; }
      footer .copyRight_box .yq_link > div:first-child {
        color: #808080; }
      footer .copyRight_box .yq_link > div:nth-child(2) {
        color: #4c4c4c; }
    footer .copyRight_box a:hover {
      text-decoration: underline; }
    footer .copyRight_box .copyRight {
      display: flex;
      line-height: 1.2; }
      footer .copyRight_box .copyRight > a {
        width: .92rem;
        margin-right: .3rem; }
        footer .copyRight_box .copyRight > a img {
          width: 100%; }
      footer .copyRight_box .copyRight > div > div:nth-child(1) {
        color: rgba(255, 255, 255, 0.4); }
      footer .copyRight_box .copyRight > div > div:nth-child(2) {
        font-size: 10px;
        color: rgba(255, 255, 255, 0.2); }

.navDown .childItem {
  display: none; }

.childItem {
  width: 2rem;
  height: calc(100vh - 50px);
  position: absolute;
  top: 0;
  left: 100%;
  padding-left: .56rem;
  color: rgba(255, 255, 255, 0.25);
  z-index: 1; }
  .childItem > ul {
    position: relative;
    top: 50%;
    transform: translateY(-50%); }
    .childItem > ul:first-child {
      display: block; }
    .childItem > ul li {
      padding: 1.85vh 0;
      cursor: pointer; }
      .childItem > ul li.thisNav a, .childItem > ul li:hover a {
        font-weight: 700;
        color: #000; }
        .childItem > ul li.thisNav a::after, .childItem > ul li:hover a::after {
          width: calc(100% + 1.5em); }
    .childItem > ul a {
      font-size: .15rem;
      color: #808080;
      transition: all .5s ease;
      position: relative;
      line-height: 1; }
      .childItem > ul a::after {
        content: '';
        display: block;
        left: -.5em;
        bottom: -3px;
        position: absolute;
        width: 0;
        height: 6px;
        background-color: #f2f2f2;
        z-index: -1;
        transition: width .5s ease; }

.navBox > .childItem {
  width: 2rem;
  height: calc(100vh - 50px);
  position: fixed;
  top: 25px;
  left: 240px;
  padding-left: .48rem;
  background-color: #000000; }
  .navBox > .childItem > ul {
    display: none;
    position: relative;
    top: 50%;
    transform: translateY(-50%); }
    .navBox > .childItem > ul:first-child {
      display: block; }
    .navBox > .childItem > ul li {
      padding: 1.85vh 0;
      cursor: pointer; }
      .navBox > .childItem > ul li.thisNav a, .navBox > .childItem > ul li:hover a {
        color: white; }
        .navBox > .childItem > ul li.thisNav a::after, .navBox > .childItem > ul li:hover a::after {
          width: calc(100% + 1.5em); }
    .navBox > .childItem > ul a {
      font-size: .13rem;
      color: rgba(255, 255, 255, 0.25);
      transition: all .5s ease;
      position: relative;
      line-height: 1; }
      .navBox > .childItem > ul a::after {
        content: '';
        display: block;
        left: -.5em;
        bottom: -3px;
        position: absolute;
        width: 0;
        height: 6px;
        background-color: #292929; }

.header_m {
  display: none; }

.disable-hover {
  pointer-events: none; }

.btn_nav_box,
.m_hint_box {
  display: none; }

.btn_sty {
  line-height: 1.5;
  font-size: 14px;
  color: #000;
  padding: .4rem 1rem;
  display: inline-block;
  position: relative;
  overflow: hidden;
  transition: background-color 0s ease .5s;
  background-color: #FFCC00; }
  .btn_sty::before {
    content: '';
    position: absolute;
    display: block;
    top: 0;
    right: 0;
    width: 0;
    height: 100%;
    background: #FFC300;
    transition: all 0.6s ease;
    z-index: 0; }
  .btn_sty span {
    position: relative;
    z-index: 1; }
    .btn_sty span i {
      margin-left: 7.8vw; }
  .btn_sty.btn_hover {
    cursor: pointer; }
    .btn_sty.btn_hover:hover::before {
      left: 0;
      right: auto;
      width: 100%; }

.sha_video {
  background-color: rgba(0, 0, 0, 0.7);
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  display: none;
  z-index: 9999; }
  .sha_video > div {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate3d(-50%, -50%, 0) scale(0);
    transition: all .5s ease-in-out; }
    .sha_video > div .video_btn_close {
      position: absolute;
      right: -.5rem;
      top: -.25rem;
      cursor: pointer;
      color: #ffffff;
      opacity: .5;
      z-index: 3;
      transition: all .5s ease-in-out; }
      .sha_video > div .video_btn_close:hover {
        color: #FFCC00; }
    .sha_video > div video {
      display: block;
      min-width: 50vw;
      max-height: 80vh;
      max-width: 85vw; }
    .sha_video > div.on {
      transform: translate3d(-50%, -50%, 0) scale(1); }

@keyframes rotate_ {
  0% {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg); }
  100% {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg); } }
.cir-box {
  position: relative;
  width: 100%;
  opacity: 0;
  pointer-events: none;
  transform: scale(1.2);
  transition: all 0.8s ease-in-out; }
  .cir-box .c-line {
    width: 100%; }
  .cir-box .cir {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    animation-name: rotate_;
    animation-timing-function: linear;
    animation-iteration-count: 1000; }
    .cir-box .cir.c1 {
      animation-duration: 8s; }
    .cir-box .cir.c2 {
      animation-duration: 20s; }
    .cir-box .cir.c3 {
      animation-duration: 8s; }
    .cir-box .cir.c4 {
      animation-duration: 21s; }

.ind_title {
  font-size: .5rem;
  font-family: 'Conv_ITCAVANTGARDEPRO-MD';
  color: black;
  line-height: 1.5;
  text-transform: uppercase; }
  .ind_title span {
    color: #FFCC00; }

.ind_com_info {
  font-size: 15px;
  line-height: 1.33;
  margin-top: 4.95vw;
  margin-bottom: 5.2vw; }

.ind_body .ind_banner_box {
  position: relative; }
  .ind_body .ind_banner_box .banner_img_box {
    display: block;
    overflow: hidden;
    transition: all .5s ease-in-out;
    position: relative; }
    .ind_body .ind_banner_box .banner_img_box .ind_src1_img_box {
      overflow: hidden; }
      .ind_body .ind_banner_box .banner_img_box .ind_src1_img_box img {
        display: block;
        width: 100%;
        transition: all 3s ease;
        transform: scale(1.2); }
  .ind_body .ind_banner_box .ind_ban_btn_box {
    position: absolute;
    left: .6rem;
    bottom: .6rem;
    z-index: 1; }
    .ind_body .ind_banner_box .ind_ban_btn_box .swiper-button-prev, .ind_body .ind_banner_box .ind_ban_btn_box .swiper-button-next {
      position: relative;
      left: auto;
      right: auto;
      top: 0;
      margin: .2rem 0; }
  .ind_body .ind_banner_box .swiper-pagination {
    right: .6rem;
    bottom: .6rem;
    left: auto;
    width: auto; }
  .ind_body .ind_banner_box .active .ind_src1_img_box img {
    transform: none; }
.ind_body .ind_con_box {
  background-position: bottom center;
  background-size: cover; 
  background-color: #000;}
  .ind_body .ind_con_box .pro_box {
    display: flex;
    padding: .7rem .6rem; }
    .ind_body .ind_con_box .pro_box > div {
      width: 25%; }
      .ind_body .ind_con_box .pro_box > div:nth-child(1) > a {
        padding-top: 169%; }
        .ind_body .ind_con_box .pro_box > div:nth-child(1) > a > div img {
          bottom: -20%;
          right: 15%; }
      .ind_body .ind_con_box .pro_box > div:nth-child(2) > a:nth-child(1) > div, .ind_body .ind_con_box .pro_box > div:nth-child(4) > a:nth-child(1) > div {
        background: #f0f0f0; }
      .ind_body .ind_con_box .pro_box > div:nth-child(3) > a:nth-child(2) > div {
        background: #f0f0f0; }
      .ind_body .ind_con_box .pro_box > div > a {
        cursor: pointer;
        position: relative;
        padding-top: 84.5%;
        display: block; }
        .ind_body .ind_con_box .pro_box > div > a::before {
          content: '';
          display: block;
          left: 0;
          bottom: 100%;
          position: absolute;
          background-color: #FFCC00;
          width: 0;
          height: .1rem;
          transition: all .5s ease-in-out; }
        .ind_body .ind_con_box .pro_box > div > a > div {
          position: absolute;
          padding: .5rem;
          background-color: #ffffff;
          width: 100%;
          height: 100%;
          overflow: hidden;
          left: 0;
          top: 0; }
          .ind_body .ind_con_box .pro_box > div > a > div .pro_d_name {
            font-size: .24rem;
            font-family: 'Conv_ITCAVANTGARDEPRO-MD';
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            margin-bottom: .2rem; }
          .ind_body .ind_con_box .pro_box > div > a > div .pro_d_info {
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 2;
            overflow: hidden;
            font-size: 13px;
            line-height: 16px;
            font-family: 'Conv_ITCAVANTGARDEPRO-BK'; }
          .ind_body .ind_con_box .pro_box > div > a > div .btn_style {
            position: absolute;
            bottom: .5rem;
            left: .5rem;
            width: .4rem;
            height: .4rem;
            line-height: .4rem;
            text-align: center;
            background-color: #000;
            color: #ffffff;
            transition: all .5s ease-in-out;
            border-radius: 50%; }
            .ind_body .ind_con_box .pro_box > div > a > div .btn_style i {
              font-size: .14rem; }
          .ind_body .ind_con_box .pro_box > div > a > div img {
            max-width: none;
            width: 55.5%;
            position: absolute;
            mix-blend-mode: multiply;
            right: 7%;
            bottom: -10%; }
        .ind_body .ind_con_box .pro_box > div > a:hover::before {
          width: 100%; }
        .ind_body .ind_con_box .pro_box > div > a:hover > div .btn_style {
          background-color: #FFCC00;
          color: #000;
          transform: scale(1.4); }
  .ind_body .ind_con_box .ind_com_box {
    position: relative;
    overflow: hidden; }
    .ind_body .ind_con_box .ind_com_box > img {
      transition: all 3s ease-in-out;
      width: 100%;
      display: block;
      transform: scale(1.2); }
    .ind_body .ind_con_box .ind_com_box.on > img {
      transform: none; }
    .ind_body .ind_con_box .ind_com_box .ind_com_mess {
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      text-align: center;
      width: 62.3%;
      font-family: 'Conv_ITCAVANTGARDEPRO-MD';
      color: #000; }
  .ind_body .ind_con_box .ind_pro_hot_box {
    padding: 1rem .6rem 1.2rem;
    text-align: center;
    font-family: 'Conv_ITCAVANTGARDEPRO-MD'; }
    .ind_body .ind_con_box .ind_pro_hot_box .ind_title {
      color: #ffffff; }
    .ind_body .ind_con_box .ind_pro_hot_box .ind_info_box {
      margin-top: .25rem;
      font-size: .16rem;
      color: #838383;
      line-height: 1.3; }

.ind_pro_hot_case {
  margin-bottom: .3rem;
  margin-top: .9rem;
  display: flex;
  flex-wrap: wrap; }
  .ind_pro_hot_case > a {
    width: calc(25% - 1px);
    padding-bottom: .6rem;
    position: relative;
    cursor: pointer;
    overflow: hidden;
    margin-right: 1px;
    margin-bottom: 1px;
    background-color: #ffffff;
    text-align: left; }
    .ind_pro_hot_case > a:hover::before {
      opacity: 1; }
    .ind_pro_hot_case > a:hover .ind_pro_h_info {
      opacity: 0;
      animation-name: none; }
    .ind_pro_hot_case > a:hover .ind_pro_h_btn {
      opacity: 1; }
    .ind_pro_hot_case > a::before {
      content: '';
      display: block;
      position: absolute;
      left: 0;
      top: 0;
      border: 0.1rem solid #FFCC00;
      pointer-events: none;
      width: 100%;
      height: 100%;
      opacity: 0;
      transition: all .5s ease-in-out; }
    .ind_pro_hot_case > a > img {
      width: 100%;
      display: block; }
    .ind_pro_hot_case > a .ind_pro_h_name {
      color: #000;
      font-size: .2rem;
      line-height: 1.5;
      font-family: 'Conv_ITCAVANTGARDEPRO-BOLD';
      margin: .35rem .5rem .25rem;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
    .ind_pro_hot_case > a .ind_pro_h_info {
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2;
      overflow: hidden;
      font-size: 13px;
      line-height: 16px;
      font-family: 'Conv_ITCAVANTGARDEPRO-BK';
      margin-left: .5rem;
      padding-right: .85rem;
      transition: all .5s ease-in-out; }
    .ind_pro_hot_case > a .ind_pro_h_btn {
      position: absolute;
      bottom: 0;
      width: 100%;
      padding: .1rem .1rem .1rem .5rem;
      background-color: #FFCC00;
      transition: all .5s ease-in-out;
      font-size: 0;
      opacity: 0; }
      .ind_pro_hot_case > a .ind_pro_h_btn div, .ind_pro_hot_case > a .ind_pro_h_btn i {
        display: inline-block;
        vertical-align: middle; }
      .ind_pro_hot_case > a .ind_pro_h_btn i {
        background-color: #000;
        color: #ffffff;
        text-align: center;
        font-size: 14px;
        line-height: .65rem;
        width: .65rem;
        height: .65rem; }
      .ind_pro_hot_case > a .ind_pro_h_btn div {
        width: calc(100% - .65rem);
        font-size: 14px;
        color: #000; }

.pub_banner_box {
  overflow: hidden;
  position: relative; }
  .pub_banner_box img {
    width: 100%;
    display: block;
    transform: scale(1.2);
    transition: all 3s ease-in-out; }
  .pub_banner_box .pub_text_box {
    width: 78.125%;
    position: absolute;
    left: 50%;
    top: 50%;
    color: #fff;
    transform: translate(-50%, -50%); }
    .pub_banner_box .pub_text_box .pub_banner_name {
      margin-top:20px;
      line-height: 1.2;
      font-size: .6rem;
      font-family: 'Conv_ITCAVANTGARDEPRO-XLT';
      text-transform: uppercase; }
      .pub_banner_box .pub_text_box .pub_banner_name span {
        font-family: 'Conv_ITCAVANTGARDEPRO-MD'; }
    .pub_banner_box .pub_text_box .pub_banner_info {
      font-family: 'Conv_ITCAVANTGARDEPRO-BK';
      font-size: 10px;
      color: rgba(255, 255, 255, 0.5); }
  .pub_banner_box.on img {
    transform: none; }

.pub_con_box {
  background-size: cover;
  background-position: center top;
  position: relative;
  z-index: 1;
  padding-bottom: 1px; }
  .pub_con_box .pub_con_case {
    background-color: #ffffff;
    width: 78.125%;
    margin: 0 auto .55rem;
    padding: .35rem .75rem 5%;
    transform: translateY(-0.65rem); }

.com_body .com_num_box {
  padding: 3.6vw 0 .22rem;
  border-bottom: 1px solid #000;
  display: flex;
  justify-content: space-between;
  font-family: 'Conv_ITCAVANTGARDEPRO-BK'; }
  .com_body .com_num_box > div {
    padding-right: 2.6vw;
    font-size: .8rem;
    min-width: 2em; }
    .com_body .com_num_box > div .run_num_box_p {
      line-height: .775;
      margin-bottom: .4rem; }
    .com_body .com_num_box > div .at_on {
      font-size: 12px;
      line-height: 1.33;
      height: 1.2rem; }
.com_body .com_mess {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 6vw; }
  .com_body .com_mess > img {
    width: 38.88%; }
  .com_body .com_mess .com_mess_text_box {
    width: 53.11%;
    line-height: 1.428; }
    .com_body .com_mess .com_mess_text_box .com_mess_info {
      font-size: .14rem;
      font-family: 'Conv_ITCAVANTGARDEPRO-MD';
      margin-bottom: .15rem; }
    .com_body .com_mess .com_mess_text_box .com_mess_text {
      font-family: 'Conv_ITCAVANTGARDEPRO-BK';
      font-size: .14rem;
      margin-bottom: .3rem; }
    .com_body .com_mess .com_mess_text_box .com_mess_title {
      font-family: 'Conv_ITCAVANTGARDEPRO-BOLD';
      font-size: .2rem;
      line-height: 1.5;
      margin-bottom: .15rem; }
.com_body #certify {
  margin-top: 4.16vw; }
  .com_body #certify .com_lb_box {
    margin-top: 3.8vw;
    position: relative; }
    .com_body #certify .com_lb_box .swiper-button-prev, .com_body #certify .com_lb_box .swiper-button-next {
      background-color: rgba(0, 0, 0, 0.2);
      color: #000;
      border: none;
      top: 10.15vw; }
    .com_body #certify .com_lb_box .swiper-container {
      padding: 0 15%;
      width: 80%;
      margin: 0 auto; }
      .com_body #certify .com_lb_box .swiper-container img {
        display: block;
        width: 100%;
        opacity: .5;
        transition: all .5s ease-in-out; }
      .com_body #certify .com_lb_box .swiper-container p {
        line-height: 1.5;
        padding: .35rem 0;
        opacity: 0;
        transition: all .5s ease-in-out;
        font-size: 14px;
        text-align: center;
        font-family: 'Conv_ITCAVANTGARDEPRO-MD';
        margin-bottom: 0; }
      .com_body #certify .com_lb_box .swiper-container .swiper-slide {
        background-color: #fff; }
      .com_body #certify .com_lb_box .swiper-container .active {
        opacity: 1; }
        .com_body #certify .com_lb_box .swiper-container .active img {
          opacity: 1; }
        .com_body #certify .com_lb_box .swiper-container .active p {
          opacity: 1; }
.com_body .lx_box {
  display: flex;
  justify-content: space-between;
  margin-top: 5.79vw; }
  .com_body .lx_box > div {
    width: 46.3%; }
    .com_body .lx_box > div .com_title_box {
      margin-bottom: .8rem; }

.com_title_box {
  padding: .4rem 0;
  line-height: 1;
  font-size: .3rem;
  font-family: 'Conv_ITCAVANTGARDEPRO-BOLD';
  border-bottom: 1px solid #000; }

.lx_con > div {
  display: flex;
  flex-wrap: wrap;
  font-size: 14px;
  line-height: 1.43;
  font-family: 'Conv_ITCAVANTGARDEPRO-BK'; }
  .lx_con > div span:nth-child(odd) {
    width: 150px;
    text-transform: uppercase; }
  .lx_con > div span:nth-child(even) {
    width: calc(100% - 150px); }

.pro_body .pro_nav_box {
  padding: .3rem 0;
  border-bottom: 1px solid #000;
  margin-bottom: .8rem;
  position: relative; }
  .pro_body .pro_nav_box .swiper-slide {
    padding: .28rem .34rem;
    line-height: 1;
    font-size: .16rem;
    font-family: 'Conv_ITCAVANTGARDEPRO-BOLD';
    cursor: pointer;
    transition: all .5s ease-in-out;
    width: auto; }
    .pro_body .pro_nav_box .swiper-slide.on, .pro_body .pro_nav_box .swiper-slide:hover {
      background-color: #FFCC00; }
  .pro_body .pro_nav_box .swiper-button-prev, .pro_body .pro_nav_box .swiper-button-next {
    background-color: rgba(0, 0, 0, 0.2);
    color: #000;
    border: none;
    top: 50%;
    margin: 0; }
  .pro_body .pro_nav_box .swiper-button-prev {
    left: 0;
    transform: translate(-100%, -50%); }
  .pro_body .pro_nav_box .swiper-button-next {
    right: 0;
    transform: translate(100%, -50%); }
.pro_body .ind_pro_hot_case {
  margin-left: -.75rem;
  margin-right: -.75rem;
  margin-bottom: 0; }
  .pro_body .ind_pro_hot_case > a {
    margin: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    border-right: 1px solid rgba(0, 0, 0, 0.2); }
    .pro_body .ind_pro_hot_case > a:nth-child(4n) {
      border-right: none; }
.pro_body .pub_con_box .pub_con_case {
  padding-bottom: 0; }

.hint_box {
  text-align: center;
  margin: 0 0 .75rem;
  font-size: 14px;
  color: #fff;
  line-height: 1; }

.sea_body .pub_con_box .pub_con_case {
  padding-bottom: 0; }
.sea_body .ind_pro_hot_case {
  margin-left: -.75rem;
  margin-right: -.75rem;
  margin-bottom: 0; }
  .sea_body .ind_pro_hot_case > a {
    margin: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    border-right: 1px solid rgba(0, 0, 0, 0.2); }
    .sea_body .ind_pro_hot_case > a:nth-child(4n) {
      border-right: none; }

.sea_con {
  padding: .3rem 0;
  border-bottom: 1px solid #000;
  margin-bottom: .8rem; }
  .sea_con form {
    display: flex;
    border: 1px solid rgba(0, 0, 0, 0.6);
    overflow: hidden;
    border-radius: .08rem; }
    .sea_con form input {
      width: calc(100% - 1rem);
      padding: .3rem .2rem;
      font-size: .3rem;
      line-height: 1;
      font-family: 'Conv_ITCAVANTGARDEPRO-BK'; }
    .sea_con form a {
      width: 1rem;
      text-align: center;
      background-color: rgba(0, 0, 0, 0.2);
      transition: all .5s ease-in-out;
      padding: .3rem 0;
      font-size: .3rem;
      color: #000;
      cursor: pointer;
      line-height: 1; }
      .sea_con form a:hover {
        background-color: #FFCC00; }

.pro_d_body .com_title_box {
  font-size: .23rem;
  line-height: 1.34; }
.pro_d_body .pro_d_mess_box {
  padding: .3rem 0;
  display: flex;
  justify-content: space-between; }
  .pro_d_body .pro_d_mess_box .com_title_box {
    padding-bottom: .65rem;
    margin-bottom: .65rem; }
  .pro_d_body .pro_d_mess_box .pro_d_img_box {
    width: 45.2%;
    border: 2px solid #eeeeee; }
    .pro_d_body .pro_d_mess_box .pro_d_img_box img {
      display: block;
      width: 100%; }
  .pro_d_body .pro_d_mess_box .pro_d_mess {
    width: 46%; }
    .pro_d_body .pro_d_mess_box .pro_d_mess .lx_con {
      color: #727272; }
      .pro_d_body .pro_d_mess_box .pro_d_mess .lx_con > div {
        line-height: 2.14; }
        .pro_d_body .pro_d_mess_box .pro_d_mess .lx_con > div span:nth-child(even) {
          width: calc(100% - 180px); }
        .pro_d_body .pro_d_mess_box .pro_d_mess .lx_con > div span:nth-child(odd) {
          width: 180px;
          text-transform: inherit; }
    .pro_d_body .pro_d_mess_box .pro_d_mess .btn_hover {
      margin-top: .8rem;
      display: block;
      text-align: center;
      padding: .3rem .1rem;
      font-size: .2rem; }
      .pro_d_body .pro_d_mess_box .pro_d_mess .btn_hover span i {
        margin: 0 .15rem 0 0;
        font-size: .3rem; }
.pro_d_body .pro_d_con_box {
  margin-bottom: .7rem;
  margin-top: 1rem; }
  .pro_d_body .pro_d_con_box > img {
    display: block;
    width: 100%;
    margin-bottom: .3rem; }
    .pro_d_body .pro_d_con_box > img:last-child {
      margin-bottom: 0; }
.pro_d_body .recommend_box {
  margin-top: .32rem; }
  .pro_d_body .recommend_box .ind_title {
    text-align: center;
    color: #fff; }
  .pro_d_body .recommend_box .ind_com_info {
    margin-bottom: .87rem;
    margin-top: .2rem;
    text-align: center;
    color: #838383; }
  .pro_d_body .recommend_box .rec_lb {
    width: 78.125%;
    margin: 0 auto 1.4rem;
    position: relative; }
    .pro_d_body .recommend_box .rec_lb .ind_pro_hot_case {
      margin: 0; }
      .pro_d_body .recommend_box .rec_lb .ind_pro_hot_case > a {
        display: block;
        width: 100%;
        margin: 0; }
    .pro_d_body .recommend_box .rec_lb .rec_nav_box {
      font-size: 0;
      position: relative;
      margin-top: .6rem;
      text-align: center; }
      .pro_d_body .recommend_box .rec_lb .rec_nav_box > div {
        display: inline-block;
        vertical-align: middle;
        margin-top: 0;
        margin-bottom: 0;
        position: relative; }
      .pro_d_body .recommend_box .rec_lb .rec_nav_box .swiper-pagination {
        margin: 0 6.25vw; }

.con_body .pub_con_box .pub_con_case {
  padding-right: 1.45rem;
  padding-left: 1.45rem; }
.con_body .btn_hover {
  margin-top: .9rem;
  display: block;
  text-align: center;
  padding: .25rem .1rem;
  font-size: .2rem;
  line-height: 1; }
  .con_body .btn_hover span i {
    margin: 0 .15rem 0 0;
    font-size: .3rem; }
.con_body .con_case {
  margin-top: .9rem; }
  .con_body .con_case > div {
    display: flex;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2); }
    .con_body .con_case > div > span {
      font-size: 14px;
      line-height: 1.5;
      padding: 14px 0;
      font-family: 'Conv_ITCAVANTGARDEPRO-BK'; }
      .con_body .con_case > div > span:first-child {
        width: 180px; }
      .con_body .con_case > div > span:nth-child(2) {
        width: calc(100% - 180px); }

.sen_body .btn_sty {
  text-transform: uppercase; }
.sen_body .sen_title {
  font-size: 14px;
  line-height: 1.5;
  padding: .22rem 0;
  font-family: 'Conv_ITCAVANTGARDEPRO-MD';
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  margin-bottom: .5rem; }
.sen_body .input_box {
  margin-bottom: .4rem;
  display: flex;
  font-family: 'Conv_ITCAVANTGARDEPRO-BK';
  font-size: 14px; }
  .sen_body .input_box label {
    width: 150px;
    line-height: .5rem; }
  .sen_body .input_box label + input {
    width: calc(100% - 150px); }
  .sen_body .input_box input {
    border: 1px solid #cccccc;
    line-height: .3rem;
    padding: .1rem .28rem;
    display: block; }
  .sen_body .input_box .sel_box {
    position: relative;
    width: calc(100% - 150px); }
    .sen_body .input_box .sel_box.on ul {
      display: block; }
    .sen_body .input_box .sel_box.on .sel_show i {
      transform: translateY(-50%) rotate(180deg); }
    .sen_body .input_box .sel_box .sel_show {
      border: 1px solid #cccccc;
      line-height: .3rem;
      position: relative;
      padding: .1rem .28rem;
      display: block;
      cursor: pointer; }
      .sen_body .input_box .sel_box .sel_show i {
        font-size: 13px;
        position: absolute;
        right: .2rem;
        top: 50%;
        transform: translateY(-50%);
        color: #959595;
        transition: all .5s ease-in-out; }
      .sen_body .input_box .sel_box .sel_show > span {
        display: block;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap; }
    .sen_body .input_box .sel_box ul {
      max-height: 500px;
      overflow-y: auto;
      background-color: #fff;
      box-shadow: 10px 0 30px rgba(0, 0, 0, 0.1);
      display: none;
      position: absolute;
      top: 100%;
      left: 0;
      width: 100%; }
      .sen_body .input_box .sel_box ul input {
        display: none; }
      .sen_body .input_box .sel_box ul li {
        display: block;
        line-height: 1.5;
        cursor: pointer;
        font-size: 14px;
        transition: all .5s ease-in-out;
        padding: .15rem .28rem; }
        .sen_body .input_box .sel_box ul li:hover {
          background-color: #FFCC00; }
  .sen_body .input_box .sel_box.sex_box {
    width: 13.8vw;
    margin-right: .4rem; }
    .sen_body .input_box .sel_box.sex_box + input {
      width: calc(100% - 150px - 13.8vw - .4rem); }

@media all and (max-width: 1600px) {
  .ind_body .ind_con_box .pro_box > div > a > div img {
    bottom: -18%; }

  .ind_body .ind_con_box .pro_box > div:nth-child(1) > a > div img {
    bottom: -30%; }

  .btn_sty {
    padding: .3rem 1rem; } }
@media all and (max-width: 1440px) {
  .ind_com_info {
    font-size: 14px;
    margin-top: .6rem;
    margin-bottom: .75rem; } }
@media all and (max-width: 1024px) {
  .btn_m {
    display: block; }

  .nav {
    padding: 0 .3rem;
    background-color: #fff;
    top: 0; }

  .nav .nav_con {
    width: 100%;
    position: relative;
    padding: .3rem 0; }

  .btn_nav_box {
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    color: #000;
    cursor: pointer; }
    .btn_nav_box i {
      font-size: 20px;
      line-height: 1;
      display: block; }
    .btn_nav_box .btn_nav_g {
      display: none; }
    .btn_nav_box.on .btn_nav_k {
      display: none; }
    .btn_nav_box.on .btn_nav_g {
      display: block; }

  .nav_c .btn_nav_box {
    color: #000; }
  .nav_c .navBox {
    background-color: #fff; }

  .navBox {
    position: fixed;
    width: 100%;
    height: 100%;
    transition: all .5s ease;
    left: 0;
    top: 0;
    background-color: rgba(255, 255, 255, 0.9);
    transform: translateX(110%); }
    .navBox.on {
      transform: translateX(0); }
    .navBox .item {
      display: block;
      position: absolute;
      left: 0;
      top: 50%;
      transform: translateY(-50%);
      width: 100%;
      text-align: center; }
      .navBox .item li {
        float: none !important; }
        .navBox .item li a {
          display: block;
          padding: .1rem 0;
          color: #000; }

  .nav_ban .nav .nav_con > div a {
    color: rgba(255, 255, 255, 0.7); }
    .nav_ban .nav .nav_con > div a::before {
      background-color: #fff; }
    .nav_ban .nav .nav_con > div a:hover, .nav_ban .nav .nav_con > div a.on {
      color: white; }

  .logo_box {
    position: relative;
    z-index: 2; }

  .logo_box img {
    margin: 0; }

  .nav .nav_con > div a i {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    left: auto;
    top: auto;
    transform: none; }

  .nav .nav_con .btn_sty {
    margin-right: .5rem; }

  footer {
    width: 100%;
    padding: .2rem .3rem; }

  footer .copyRight_box {
    display: block; }

  .yq_link {
    margin-bottom: .15rem; }

  footer .copyRight_box .yq_link > div {
    text-align: left; }

  footer .copyRight_box {
    font-size: 12px; }

  .navBox .item li a {
    font-size: 20px; }
    .navBox .item li a span {
      position: relative; }
      .navBox .item li a span::before {
        content: '';
        display: block;
        width: 0;
        top: 110%;
        left: 50%;
        position: absolute;
        transform: translateX(-50%);
        height: 2px;
        transition: all .5s ease;
        background-color: #fff; }

  .navBox .item li a.on {
    font-weight: 700; }
    .navBox .item li a.on span::before {
      width: 100%; }

  .nav .nav_con .btn_search {
    margin-left: 0;
    margin-right: .7rem; }

  .ind_body .ind_con_box .pro_box > div {
    width: 50%; }

  .ind_body .ind_con_box .pro_box {
    flex-wrap: wrap; }

  .ind_body .ind_con_box .ind_com_box {
    height: 55vh; }
    .ind_body .ind_con_box .ind_com_box img {
      min-width: 100%;
      max-width: none;
      min-height: 100%; }

  .ind_pro_hot_case > a {
    width: calc(50% - 1px);
    padding-bottom: .6rem; }

  .pub_banner_box .pub_text_box {
    width: 100%;
    padding-right: .3rem;
    padding-left: .3rem; }

  .pub_con_box .pub_con_case {
    width: calc(100% - .6rem); }

  .sea_body .ind_pro_hot_case > a:nth-child(2n),
  .pro_body .ind_pro_hot_case > a:nth-child(2n) {
    border-right: none; }

  .hint_box {
    margin-bottom: .6rem; }

  .pub_con_box .pub_con_case {
    margin-bottom: 0; } }
@media all and (max-width: 768px) {
  .ind_body .ind_con_box .ind_pro_hot_box,
  .ind_body .ind_con_box .pro_box {
    padding: .5rem .3rem; }

  .com_body .com_num_box > div {
    font-size: .6rem; }

  .com_body .com_num_box > div .at_on {
    height: .8rem; }

  .com_body .com_mess {
    display: block;
    margin-top: .5rem; }

  .com_body .com_mess > img {
    width: 100%; }

  .com_body .com_mess .com_mess_text_box {
    width: 100%;
    margin-top: .3rem; }

  .com_body .lx_box {
    display: block; }
    .com_body .lx_box > div {
      width: 100%; }

  .com_body .lx_box > div .com_title_box {
    margin-bottom: .3rem; }

  .lx_con > div {
    line-height: 1.78; }

  .con_body .pub_con_box .pub_con_case {
    padding-right: .2rem;
    padding-left: .2rem; }

  .pro_d_body .pro_d_mess_box {
    display: block; }

  .pro_d_body .pro_d_mess_box .pro_d_img_box {
    width: 100%; }

  .pro_d_body .pro_d_mess_box .pro_d_mess {
    width: 100%;
    margin-top: .4rem; }

  .pro_d_body .pro_d_mess_box .com_title_box {
    padding: .2rem 0;
    margin-bottom: .3rem;
    line-height: 1.5; }

  .pro_d_body .com_title_box {
    padding: .2rem 0;
    margin-bottom: .3rem; }

  .pro_d_body .recommend_box .rec_lb {
    margin-bottom: .6rem;
    width: calc(100% - .6rem); } }
@media all and (max-width: 640px) {
  .nav .nav_con {
    padding: .15rem 0; }

  article > div:first-child {
    padding-top: .9rem; }

  .nav .nav_con .btn_search i {
    font-size: 20px; }

  .btn_sty {
    line-height: 1;
    font-size: 12px;
    padding: .2rem .6rem; }
    .btn_sty i {
      font-size: 12px; }

  footer .foot_con {
    display: block;
    text-align: center; }

  footer .ind_sha_box {
    text-align: center; }

  .navBox .item li a {
    font-size: 16px; }

  .ind_body .ind_con_box .pro_box > div > a > div .pro_d_name,
  .ind_pro_hot_case > a .ind_pro_h_name {
    font-size: 14px; }

  .ind_body .ind_con_box .pro_box > div > a > div .pro_d_info,
  .ind_pro_hot_case > a .ind_pro_h_info,
  .ind_pro_hot_case > a .ind_pro_h_btn div {
    font-size: 12px; }

  .ind_com_info {
    font-size: 12px;
    margin-top: .3rem;
    margin-bottom: .4rem; }

  .ind_title {
    font-size: 24px; }

  .ind_body .ind_con_box .ind_pro_hot_box .ind_info_box {
    margin-top: .1rem; }

  .ind_pro_hot_case {
    margin-top: .3rem; }

  .ind_body .ind_banner_box .ind_ban_btn_box .swiper-button-prev, .ind_body .ind_banner_box .ind_ban_btn_box .swiper-button-next {
    display: none; }

  .ind_body .ind_con_box .pro_box > div > a > div {
    padding: .3rem .2rem; }

  .ind_body .ind_con_box .pro_box > div > a > div .pro_d_name, .ind_pro_hot_case > a .ind_pro_h_name {
    margin-bottom: .1rem; }

  .ind_body .ind_con_box .pro_box > div > a::before {
    height: .06rem; }

  .ind_body .ind_con_box .pro_box > div > a {
    padding-top: 100%; }

  .ind_body .ind_con_box .pro_box > div > a > div img {
    bottom: -8%; }

  .ind_body .ind_con_box .pro_box > div:nth-child(1) > a {
    padding-top: 200%; }

  .ind_body .ind_con_box .ind_com_box .ind_com_mess {
    width: 100%;
    padding: 0 .3rem; }

  .ind_pro_hot_case > a {
    padding-bottom: .3rem; }

  .pub_banner_box .pub_text_box .pub_banner_name {
    font-size: 20px; }

  .swiper-button-prev, .swiper-button-next {
    width: .4rem;
    height: .4rem;
    line-height: .4rem;
    border-width: 1px; }
    .swiper-button-prev i, .swiper-button-next i {
      font-size: 12px; }

  .pro_body .pro_nav_box,
  .sea_con {
    margin: 0 0 .3rem;
    padding: .2rem 0; }
    .pro_body .pro_nav_box .swiper-container,
    .sea_con .swiper-container {
      width: 90%; }

  .pro_body .pro_nav_box .swiper-slide {
    padding: .2rem; }

  .sea_con form input {
    padding: .15rem .1rem;
    font-size: 20px; }

  .sea_con form a {
    padding: .2rem 0;
    font-size: 20px; }

  .ind_pro_hot_case > a .ind_pro_h_btn {
    padding-left: .3rem; }

  .ind_pro_hot_case > a .ind_pro_h_name {
    margin-top: .2rem;
    margin-left: .3rem; }

  .ind_pro_hot_case > a .ind_pro_h_info {
    padding-right: .3rem;
    margin-left: .3rem; }

  .pro_body .pro_nav_box .swiper-slide {
    font-size: 14px; }

  .pub_con_box .pub_con_case {
	width: 95.125%;
    padding-left: .2rem;
    padding-right: .2rem; }

  .sea_body .ind_pro_hot_case,
  .pro_body .ind_pro_hot_case {
    margin-left: 0;
    margin-right: 0; }

  .com_body .com_num_box {
    flex-wrap: wrap; }
    .com_body .com_num_box > div {
      font-size: 30px;
      min-width: auto;
      width: 50%; }

  .com_body .com_num_box > div {
    margin-bottom: .3rem; }
    .com_body .com_num_box > div:nth-last-child(1), .com_body .com_num_box > div:nth-last-child(2) {
      margin-bottom: 0; }

  .com_body .com_num_box > div .run_num_box_p {
    margin-bottom: .2rem; }

  .com_body .com_num_box > div .at_on {
    height: auto; }

  .lx_con > div {
    font-size: 12px;
    line-height: 1.5;
    padding: .1rem 0;
    align-items: center; }

  .lx_con > div span:nth-child(odd) {
    width: 80px; }

  .lx_con > div span:nth-child(even) {
    width: calc(100% - 80px);
    padding-left: 10px; }

  .com_title_box {
    padding: .2rem 0;
    font-size: 20px; }

  .com_body #certify .com_lb_box .swiper-container {
    padding: 0;
    width: 100%; }

  .com_body #certify .com_lb_box .swiper-button-prev, .com_body #certify .com_lb_box .swiper-button-next {
    top: 50%; }

  .com_body #certify .com_lb_box .swiper-button-prev {
    left: 0; }

  .com_body #certify .com_lb_box .swiper-button-next {
    right: 0; }

  .con_body .con_case {
    margin-top: 0; }

  .con_body .con_case > div > span:first-child,
  .pro_d_body .pro_d_mess_box .pro_d_mess .lx_con > div span:nth-child(odd) {
    width: 21vw;
    word-wrap: break-word; }

  .sen_body .input_box {
    margin-bottom: .2rem; }

  .pro_d_body .pro_d_mess_box .pro_d_mess .lx_con > div {
    line-height: 1.3; }

  .con_body .con_case > div > span:nth-child(2),
  .pro_d_body .pro_d_mess_box .pro_d_mess .lx_con > div span:nth-child(even) {
    width: calc(100% - 21vw);
    padding-left: 10px; }

  .sen_body .input_box .sel_box,
  .sen_body .input_box .sel_box.sex_box + input {
    width: 100%; }

  .con_body .btn_hover {
    margin-top: .4rem; }

  .sen_body .input_box label,
  .sen_body .input_box label + input {
    width: 100%; }

  .sen_body .input_box .sel_box.sex_box {
    width: 100%;
    margin-right: 0;
    margin-bottom: .2rem; }

  .sen_body .input_box {
    display: block; }

  .pro_d_body .pro_d_mess_box .com_title_box {
    font-size: 18px; }

  .pro_d_body .pro_d_mess_box .pro_d_mess .btn_hover {
    margin-top: .4rem; }

  .pro_d_body .pro_d_con_box {
    margin-top: .3rem;
    margin-bottom: 0; }

  .pro_d_body .recommend_box {
    margin-top: -.15rem; }

  .pro_d_body .recommend_box .ind_com_info {
    margin-top: .1rem;
    margin-bottom: .3rem; }

  .pro_d_body .recommend_box .rec_lb .rec_nav_box {
    margin-top: .4rem; }

  .pro_d_body .recommend_box .rec_lb .rec_nav_box .swiper-pagination {
    margin: 0 .6rem; }

  .ind_body .ind_con_box .pro_box > div > a > div .btn_style {
    left: .25rem;
    bottom: .25rem; } }
@media all and (max-width: 375px) {
  .copyRight {
    font-size: 10px; }

  .ind_src3_box .ind_src3_con_box .ind_src3_text_box > div .src3_ms_info {
    font-size: 12px; }

  .ind_src3_box .ind_src3_con_box .ind_src3_text_box > div .ind_src3_info {
    margin-top: 2vh; }

  .ind_src3_box .nav_box > div {
    padding: .1rem 0 .1rem; }

  .ind_src4_box .con_box > div .con_text_box .btn_con_box {
    margin-top: .3rem; } }

/*# sourceMappingURL=public.css.map */
