@charset "UTF-8";

.clear {clear: both; }
/*
	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 */
@font-face {
  font-family: 'iconfont';
  src: url('../fonts/iconfont.woff2?t=1714377572927') format('woff2'),
       url('../fonts/iconfont.woff?t=1714377572927') format('woff'),
       url('../fonts/iconfont.ttf?t=1714377572927') format('truetype');
}.iconfont {
  font-family: "iconfont" !important;
  font-size: 46px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

::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, label {
  margin: 0;
  padding: 0;
  -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: "PingFang SC", Arial, "Microsoft YaHei", "Microsoft JhengHei", "Helvetica Neue", "SourceHanSansCN", Helvetica, STXihei, "Hiragino Sans GB", sans-serif;
  color: #212121;
  background-color: #fff; }

:active, :focus {
  outline: none !important; }


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; }



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)
 ---------------------------
 */
.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: "PingFang SC", Arial, "Microsoft YaHei", "Microsoft JhengHei", "Helvetica Neue", "SourceHanSansCN", Helvetica, STXihei, "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 (min-width: 1921px) {
  html {
    font-size: 120px; } }
@media screen and (min-width: 2561px) {
  html {
    font-size: 150px; } }
@media screen and (max-width: 1600px) {
  html {
    font-size: 90px; } }
@media screen and (max-width: 1500px) {
  html {
    font-size: 85px; } }
@media screen and (max-width: 1440px) {
  html {
    font-size: 80px; } }
@media screen and (max-width: 1366px) {
  html {
    font-size: 75px; } }
@media screen and (max-width: 1024px) {
  html {
    font-size: 80px; } }
@media screen and (max-width: 750px) {
  html {
    font-size: 100px; } }
@media screen and (max-width: 640px) {
  html {
    font-size: 85.33px; } }
@media screen and (max-width: 591px) {
  html {
    font-size: 78.8px; } }
@media screen and (max-width: 562px) {
  html {
    font-size: 74.933px; } }
@media screen and (max-width: 540px) {
  html {
    font-size: 72px; } }
@media screen and (max-width: 521px) {
  html {
    font-size: 69.4666px; } }
@media screen and (max-width: 414px) {
  html {
    font-size: 55.2px; } }
@media screen and (max-width: 412px) {
  html {
    font-size: 54.933px; } }
@media screen and (max-width: 375px) {
  html {
    font-size: 50px; } }
@media screen and (max-width: 360px) {
  html {
    font-size: 48px; } }
@media screen and (max-width: 320px) {
  html {
    font-size: 42.66px; } }
.at_on, .classGo {
  visibility: hidden; }

.new_bottom_txt .at_on {
  visibility: visible; }

.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; }
  @media all and (min-width: 1024px) {
    body:not(.ind_body) .wrapper {
      padding-top: .8rem; } }

.pub_padding {
  padding-top: 1.2rem;
  padding-bottom: 1.3rem; }

.pub_padding_top {
  padding-top: 1.2rem; }

.pub_padding_bottom {
  padding-top: 1.3rem; }

.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; } }
@media screen and (max-width: 562px) {
  html {
    font-size: 74.9333px; } }
@media screen and (max-width: 540px) {
  html {
    font-size: 72px; } }
@media screen and (max-width: 521px) {
  html {
    font-size: 69.4667px; } }
@media screen and (max-width: 414px) {
  html {
    font-size: 55.2px; } }
@media screen and (max-width: 412px) {
  html {
    font-size: 54.9333px; } }
@media screen and (max-width: 375px) {
  html {
    font-size: 50px; } }
a {
  text-decoration: none; }

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px transparent inset; }

.pro_img_box {
  position: relative;
  overflow: hidden; }
  .pro_img_box::before {
    content: '';
    display: block;
    margin-top: 100%; }
  .pro_img_box > .img_box {
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: all .5s ease-in-out; }
    .pro_img_box > .img_box img {
      display: none;
      width: 100%; }

.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: #008e3b; }

.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: auto;
  height: auto;
  line-height: 1;
  font-size: 26px;
  margin-top: -13px; }
  .swiper-button-prev i, .swiper-button-next i {
    font-size: .45rem; }
  @media screen and (orientation: landscape) {
    .swiper-button-prev:hover, .swiper-button-next:hover {
      color: #008e3b; } }

.swiper-button-prev {
  left: .4rem; }

.swiper-button-next {
  right: .4rem; }

.swiper-pagination {
  font-size: 0; }
  .swiper-pagination .swiper-pagination-bullet {
    background-color: transparent;
    opacity: .5;
    border: 3px solid #ffffff;
    vertical-align: middle;
    transition: all .5s ease-in-out;
    margin: 0 .23rem;
    width: .06rem;
    height: .06rem;
    display: inline-block; }
    .swiper-pagination .swiper-pagination-bullet:hover {
      border-color: #008e3b; }
  .swiper-pagination .swiper-pagination-bullet-active {
    opacity: 1;
    width: .2rem;
    height: .2rem; }

.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: .8rem;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 99; }
  .nav .nav_sha {
    display: block;
    background-color: rgba(255, 255, 255, 0.95);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 0;
    transition: all .5s ease-in-out; }
  .nav .nav_con {
    margin: 0 auto;
    padding: 0 .65rem 0 1.1rem;
    position: relative;
    background-color: #fff;
    transition: all .5s ease-in-out;
    box-shadow: 0 0.3rem 0.4rem -0.15rem rgba(0, 0, 0, 0.03); }
    .nav .nav_con > .navBox { padding-top:1.2em;
      float: right;
      display: flex; }
      .nav .nav_con > .navBox a {
        display: block;
        font-size: .2rem;
        color: #666666;
        transition: all .3s ease;
        padding: .24rem 1.623vw;
        position: relative;
        line-height: 2;}
        .nav .nav_con > .navBox a span {
          position: relative; }
          .nav .nav_con > .navBox a span i {
            display: none; }
        .nav .nav_con > .navBox a.on {
          font-weight: 700;
          color: #008e3b; }
        @media screen and (orientation: landscape) {
          .nav .nav_con > .navBox a:hover {
            color: #008e3b; } }
    .nav .nav_con .navBox ul {
      display: flex; }
      .nav .nav_con .navBox ul li {
        display: block;
        float: left;
        position: relative; }
        .nav .nav_con .navBox ul li > ul {
          position: absolute;
          left: 50%;
          top: 100%;
          margin-top: -2px;
          transform: translate(-50%, 0);
          width: 100%;
          transition: all .3s ease;
          border-radius: 3px;
          overflow: hidden;
          display: none;
          padding-top: .20rem; }
		 .nav .nav_con .navBox ul li > ul > li a span{ font-size:0.19rem}
		  
		  
		  
		  
          @media screen and (orientation: landscape) {
            .nav .nav_con .navBox ul li > ul {
              width: 110%; } }
          .nav .nav_con .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 ul li > ul::after {
            content: '';
            display: block;
            position: absolute;
            left: 0;
            top: 0;
            height: 1px;
            width: 100%;
            background-color: #008e3b;
            z-index: -1;
            display: none; }
          .nav .nav_con .navBox ul li > ul > li {
            width: 100%;
            display: block;
            position: relative;
            z-index: 1;
            float: none; }
            .nav .nav_con .navBox ul li > ul > li:last-child {
              padding-bottom: .1rem; }
            .nav .nav_con .navBox ul li > ul > li a {
              transition: all .3s ease;
              padding: .05rem 10px;
              color: #333333;
              text-align: center;
              line-height: 1.8;
              font-weight: lighter;
              font-size: .14rem;
              letter-spacing: normal; }
              .nav .nav_con .navBox ul li > ul > li a span::before {
                background: linear-gradient(270deg, #fff 5%, #008e3b 10%, #008e3b 95%, #fff); }
              .nav .nav_con .navBox ul li > ul > li a.on {
                color: #008e3b; }
              @media screen and (orientation: landscape) {
                .nav .nav_con .navBox ul li > ul > li a:hover {
                  color: #008e3b; } }
  .nav.nav_on .nav_sha {
    height: 5rem; }
	 .nav.nav_on .on1{ display:none}
	  .nav.nav_on .on2{ display:block}
.nav .on1{ display:none}
	 .nav .on2{ display:block} 
	.initial_nav .nav .on1{ display:block}
	.initial_nav  .nav .on2{ display:none}
	.initial_nav .nav_on .on1{ display:none}
	.initial_nav .nav_on .on2{ display:block}
	   
	   
  .nav.nav_on .nav_con > .navBox.navBox ul li > ul {
    display: block; }

.logo_box {
  display: block;
  float: left;
  cursor: pointer;
  position: relative;
  z-index: 8;
  padding: .2rem 0; }
  .logo_box img {
    display: block;
    height: 0.9rem; }
  .logo_box .logo_c {
    display: none; }

.btn_sea_s {
  font-size: .24rem;
  margin: 0 .2rem 0 3.125vw;
  color: #008e3b;
  transition: all .5s ease-in-out;
  cursor: pointer; }
  @media screen and (orientation: landscape) {
    .btn_sea_s:hover {
      color: #008e3b; } }

.pub_search_box_case {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 6;
  transition: all .5s ease;
  transform: translateY(-120%);
  width: 100%; }
  .pub_search_box_case.on {
    transform: none; }
	
	.pub_search_box_case.on
	
    .pub_search_box_case.on .pub_sea_sha {
      display: block; }
  .pub_search_box_case .pub_sea_sha {
    position: absolute;
    width: 100vw;
    height: 100vh;
    left: 0;
    top: 0;
    z-index: 2;
    display: none; }
  .pub_search_box_case .pub_search_case {
    background-color: #fff;
    padding: .2rem .65rem .2rem 1.1rem;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12);
    position: relative;
    z-index: 3;
    height: 3rem;
    display: block; }
    .pub_search_box_case .pub_search_case .zhan_c {
      overflow: hidden;
      position: relative;
      height: .4rem;
      min-height: .4rem;
      opacity: 0;
      pointer-events: none; }
      .pub_search_box_case .pub_search_case .zhan_c img {
        height: .4rem;
        display: block;
        max-width: none;
        width: auto !important; }
    .pub_search_box_case .pub_search_case .btn_sea_close {
      position: absolute;
      right: .65rem;
      top: .2rem;
      font-size: .4rem;
      line-height: 1;
      cursor: pointer;
      color: #008e3b; }
      @media screen and (orientation: landscape) {
        .pub_search_box_case .pub_search_case .btn_sea_close:hover {
          color: #008e3b; } }
    .pub_search_box_case .pub_search_case .pub_search_box {
      position: relative;
      width: 60%;
      padding-left: .8rem;
      padding-right: .4rem;
      margin: .5rem auto 0; }
      .pub_search_box_case .pub_search_case .pub_search_box .sea_t {
        font-size: .16rem;
        line-height: .4rem;
        margin-bottom: 10px;
        color: #666; }
      .pub_search_box_case .pub_search_case .pub_search_box form {
        display: block;
        width: 100%;
        position: relative; }
        .pub_search_box_case .pub_search_case .pub_search_box form a {
          position: absolute;
          line-height: .65rem;
          top: 0;
          right: 0;
          width: .4rem;
          font-size: .24rem;
          color: #008e3b;
          cursor: pointer; }
          @media screen and (orientation: landscape) {
            .pub_search_box_case .pub_search_case .pub_search_box form a:hover {
              color: #008e3b; } }
        .pub_search_box_case .pub_search_case .pub_search_box form input {
          display: block;
          width: 100%;
          background-color: transparent;
          border: none;
          border-bottom: 2px solid #008e3b;
          padding: .2rem .6rem .2rem 0;
          outline: none;
          line-height: .25rem;
          font-size: .24rem;
          color: #008e3b; }

.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; }

.sty_p {
  font-family: CgFuturaMaxiLt;
  line-height: 1;
  color: #fff; }
  .sty_p span {
    display: block;
    text-align: center;
    font-size: .24rem; }
    .sty_p span.on {
      font-size: .72rem;
      font-family: CgFuturaMaxiBd; }

.nav .nav_con > .navBox .lan_box {
  margin-left: .4rem;
  position: relative;
  font-family: CgFuturaMaxiLt; }
  .nav .nav_con > .navBox .lan_box span{ font-size:0.19rem}
  .nav .nav_con > .navBox .lan_box.on > ul {
    display: block; }
  .nav .nav_con > .navBox .lan_box > div {
    display: flex;
    justify-content: space-between;
    width: .6rem;
    font-size: 14px;
    transition: all .5s ease-in-out;
    color: #333333;
    cursor: pointer; }
    .nav .nav_con > .navBox .lan_box > div i {
      color: inherit;
      font-size: inherit; }
  .nav .nav_con > .navBox .lan_box > ul {
    position: absolute;
    right: 0;
    width: 150%;
    display: none;
    margin-top: -.2rem;
    background-color: #fff;
    border-radius: .15rem;
    overflow: hidden;
    box-shadow: 0 0.2rem 0.5rem -0.2rem rgba(0, 0, 0, 0.2); }
    .nav .nav_con > .navBox .lan_box > ul li {
      float: none;
      text-align: center;
      line-height: .4rem; }
      .nav .nav_con > .navBox .lan_box > ul li a {
        display: block;
        font-size: 14px;
        color: #222;
        padding: 0;
        border-bottom: 1px solid rgba(0, 0, 0, 0.3);
        transition: all .5s ease-in-out;
        cursor: pointer; }
        @media screen and (orientation: landscape) {
          .nav .nav_con > .navBox .lan_box > ul li a:hover {
            color: #fff;
            background-color: #008e3b; } }
      .nav .nav_con > .navBox .lan_box > ul li:last-child a {
        border-bottom: none; }

.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 {
  overflow: hidden; }
  .swiper-slide.active {
    pointer-events: all; }

.code_box {
  width: 1.5rem; }
  .code_box img {
    display: block;
    width: 100%; }
  .code_box div {
    color: #fff;
    font-size: .14rem;
    line-height: 1;
    text-align: center;
    margin-top: .2rem; }

.nav_con > .btn_sea_s {
  display: none; }

.initial_nav .nav .nav_con {
  background-color: transparent;
  box-shadow: none; }
.initial_nav .nav .nav_con > .navBox a {
  color: #fff; }
  .initial_nav .nav .nav_con > .navBox a.on {
    font-weight: 700; }
.initial_nav .nav .nav_con .navBox ul li > ul > li a {
  color: rgba(255, 255, 255, 0.8); }
  .initial_nav .nav .nav_con .navBox ul li > ul > li a.on {
    color: #fff;
    font-weight: 700; }
  .initial_nav .nav .nav_con .navBox ul li > ul > li a span::before {
    background: linear-gradient(270deg, #0b0b0d 5%, rgba(255, 255, 255, 0.8) 10%, rgba(255, 255, 255, 0.8) 95%, #0b0b0d); }
  @media screen and (orientation: landscape) {
    .initial_nav .nav .nav_con .navBox ul li > ul > li a:hover {
      color: #008e3b; } }
.initial_nav .btn_sea_s {
  color: #fff; }
.initial_nav .nav .nav_con > .navBox .lan_box > div {
  color: #fff; }
.initial_nav .nav.nav_on .nav_con > .navBox a {
  color: #333333; }
  @media screen and (orientation: landscape) {
    .initial_nav .nav.nav_on .nav_con > .navBox a:hover {
      color: #008e3b; } }
.initial_nav .nav.nav_on .nav_con .navBox ul li > ul > li a {
  color: #333333; }
  .initial_nav .nav.nav_on .nav_con .navBox ul li > ul > li a span::before {
    background: linear-gradient(270deg, #fff 5%, #008e3b 10%, #008e3b 95%, #fff); }
  @media screen and (orientation: landscape) {
    .initial_nav .nav.nav_on .nav_con .navBox ul li > ul > li a:hover {
      color: #008e3b; } }
.initial_nav .nav.nav_on .btn_sea_s {
  color: #333333; }
.initial_nav .nav.nav_on .nav_con > .navBox .lan_box > div {
  color: #333333; }

footer {
  color: #fff;
  padding-top: .7rem;
  background-size: cover;
  background-position: center;
  background:url(../images/footBg.jpg) no-repeat center top; background-size:cover }
  footer .foot_con {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding-bottom: 1rem; }
    footer .foot_con .foot_nav {
      width: 63.7857%; }
      footer .foot_con .foot_nav ul {
        display: flex;
        justify-content: space-between; }
        footer .foot_con .foot_nav ul li {
          display: block;
          margin-top: .05rem; }
          footer .foot_con .foot_nav ul li:first-child {
            margin-left: 0; }
          footer .foot_con .foot_nav ul li a:first-child {
            font-size: .2rem;
            font-weight: 700;
            line-height: 1.5;
            margin-bottom: .33rem;
            display: block;
            color: #fff; }
          footer .foot_con .foot_nav ul li a {
            display: block;
            font-size: .14rem;
            font-weight: 400;
            color: rgba(255, 255, 255, 0.7);
            line-height: 1.8;
            padding: .03rem 0;
            transition: all .5s ease-in-out; }
            @media screen and (orientation: landscape) {
              footer .foot_con .foot_nav ul li a:hover {
                color: #fff; } }
    footer .foot_con .foot_com_box {
      width: 25.714%; }
      @media screen and (orientation: landscape) {
        footer .foot_con .foot_com_box br {
          display: none; } }
      footer .foot_con .foot_com_box > a {
        width: 100%;
        margin-bottom: .35rem;
        display: block; }
        footer .foot_con .foot_com_box > a img {
        
          display: block; }
      footer .foot_con .foot_com_box .foot_about_box {
        font-size: .16rem;
        color: rgba(255, 255, 255, 0.8);
        line-height: 1.875; }
  footer a {
    color: inherit;
    cursor: pointer; }
  footer .pub_sha_case {
    font-size: 0; }
    footer .pub_sha_case a {
      display: inline-block;
      vertical-align: middle;
      position: relative;
      line-height: 1;
      font-size: .35rem;
      padding: 0 10px;
      transition: all .5s ease-in-out; }
      footer .pub_sha_case a::before {
        content: '';
        display: block;
        width: 1px;
        height: 80%;
        top: 10%;
        right: 0;
        background-color: rgba(255, 255, 255, 0.1);
        position: absolute; }
      footer .pub_sha_case a:last-child::before {
        display: none; }
      footer .pub_sha_case a > div {
        display: none;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        bottom: 150%;
        width: 1.5rem;
        padding: 10px;
        background-color: #fff;
        border-radius: .15rem; }
        footer .pub_sha_case a > div img {
          display: block;
          width: 100%; }
      footer .pub_sha_case a:hover {
        opacity: 1 !important; }
        footer .pub_sha_case a:hover > div {
          display: block; }
  footer .copyRight_box {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: .35rem 0;
    line-height: 2;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.8); }
    footer .copyRight_box .yq_link {
      font-size: 0; }
      footer .copyRight_box .yq_link span, footer .copyRight_box .yq_link a {
        font-size: 12px;
        display: inline-block; }
      footer .copyRight_box .yq_link a {
        margin-right: .1rem; }
    footer .copyRight_box .copyRight {
      display: flex;
      align-items: center; }
    footer .copyRight_box img {
      margin-left: .15rem;
      margin-right: .05rem; }

.line_btn_s span {
  position: relative;
  overflow: hidden;
  display: inline-flex;
  line-height: inherit; }
  .line_btn_s span:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: linear-gradient(270deg, #0b0b0d 5%, rgba(255, 255, 255, 0.8) 10%, rgba(255, 255, 255, 0.8) 95%, #0b0b0d);
    transform-origin: left;
    transform: translateX(-100%);
    z-index: 2;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden; }
@media screen and (orientation: landscape) {
  .line_btn_s:hover span::before {
    transition: transform 0.4s cubic-bezier(0.67, 0, 0.33, 1);
    transform: translateX(100%); } }

.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: .20rem;
  color: #fff;
  border-radius: .6rem;
  padding: .15rem .85rem;
  display: inline-block;
  position: relative;
  overflow: hidden;
  background: #008e3b;
  text-align: center; }
  .btn_sty::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 100%;
    background: #008e3b;
    z-index: -1;
    transition: all .3s ease; }
  .btn_sty i {
    display: block;
    font-size: inherit;
    color: inherit; }
  .btn_sty.btn_hover {
    cursor: pointer; }
    .btn_sty.btn_hover:hover {
      transition: none; }
      .btn_sty.btn_hover:hover::before {
        left: 0;
        right: auto;
        opacity: 1;
      background-image: -webkit-linear-gradient(left,#d11d00,#d11d00,#e56418);
        width: 120%; }

.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 i {
        font-size: .3rem; }
      .sha_video > div .video_btn_close:hover {
        color: #008e3b; }
    .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; }

.-ms- .ind_body .ind_item_case .ind_item_con_box .ind_item_img_box .bg_wl {
  color: #ffffff; }

@keyframes zhuang {
  0% {
    transform: rotate(20deg); }
  48% {
    transform: rotate(359deg); }
  48.1% {
    transform: rotate(0deg); }
  98% {
    transform: rotate(359deg); }
  98.1% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(20deg); } }
@media screen and (orientation: landscape) {
  .left_f .pub_banner .pub_banner_img .img::before {
    margin-top: calc(100vh - .8rem); }
  .left_f .pub_banner .pub_banner_text {
    padding-right: 1.1rem; }
  .left_f .pub_banner .scroll_hint {
    padding-right: 1.1rem;
    left: 50%; } }

.pub_banner {
  position: relative; }
  .pub_banner .pub_banner_img {
    position: relative;
    overflow: hidden;
    background-color: #000; }
    .pub_banner .pub_banner_img > img {
      width: 100%;
      display: block;
      transition: all 3s ease;
      transform: scale(1.2); }
    .pub_banner .pub_banner_img .img {
      transition: all 3s ease;
      transform: scale(1.2);
      background-repeat: no-repeat;
      background-position: center;
      background-size: cover;
      position: relative;
      overflow: hidden;
      opacity: .8; }
      .pub_banner .pub_banner_img .img::before {
        content: '';
        display: block;
        margin-top: 45.833%; }
    .pub_banner .pub_banner_img.on > img {
      transform: scale(1); }
    .pub_banner .pub_banner_img.on > .img {
      transform: scale(1); }
  .pub_banner .pub_banner_text {
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #ffffff;
    left: 50%;
    width: 73%;
    max-width: 1600px; }
    .pub_banner .pub_banner_text .pub_banner_title {
      line-height: 1;
      font-weight: 700;
      font-size: .48rem; }
    .pub_banner .pub_banner_text .pub_banner_title_en {
      line-height: 1;
      font-size: .3rem;
      font-family: Futura-Light;
      margin-top: .28rem;
      text-transform: capitalize;
      letter-spacing: .1em; }
    .pub_banner .pub_banner_text .pro_img_box {
      margin-left: auto;
      margin-right: auto;
      background-size: contain;
      width: 42.15%;
      margin-top: 3.5%; }
      .pub_banner .pub_banner_text .pro_img_box::before {
        margin-top: 67.7966%; }
    .pub_banner .pub_banner_text .banner_svg {
      margin-bottom: .35rem;
      width: .8rem;
      margin-right: auto;
      margin-left: auto; }
      .pub_banner .pub_banner_text .banner_svg svg {
        display: block;
        width: 100%;
        height: 100%; }
        .pub_banner .pub_banner_text .banner_svg svg path {
          fill: #fff; }
    .pub_banner .pub_banner_text .pub_banner_info {
      font-size: .3rem;
      line-height: 1;
      font-weight: 700;
      color: #fff;
      padding-top: 1rem;
      position: relative; }
      .pub_banner .pub_banner_text .pub_banner_info::before {
        content: '';
        display: block;
        left: 50%;
        top: .5rem;
        transform: translateX(-50%);
        background-color: #fff;
        width: .2rem;
        height: 2px;
        position: absolute; }
      @media screen and (orientation: landscape) {
        .pub_banner .pub_banner_text .pub_banner_info br {
          display: none; } }
  .pub_banner .nav_ser_box {
    position: absolute;
    top: auto;
    bottom: 0;
    display: block;
    background-color: rgba(0, 0, 0, 0.5); }
    .pub_banner .nav_ser_box > div {
      line-height: .8rem; }
  .pub_banner .swiper-slide a {
    display: block; }
    .pub_banner .swiper-slide a img {
      width: 100%;
      display: block; }
  .pub_banner .swiper-button-prev, .pub_banner .swiper-button-next {
    background-color: rgba(0, 0, 0, 0.3);
    width: .8rem;
    height: .8rem;
    line-height: .8rem;
    text-align: center;
    margin: -.4rem 0 0;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    transition: all .5s ease-in-out;
    color: #fff;
    font-size: .26rem; }
    @media screen and (orientation: landscape) {
      .pub_banner .swiper-button-prev:hover, .pub_banner .swiper-button-next:hover {
        background-color: black;
        color: #008e3b; } }
  .pub_banner .swiper-button-prev {
    left: .78rem; }
  .pub_banner .swiper-button-next {
    right: .78rem; }
  .pub_banner .swiper-pagination {
    width: 72.9%;
    left: 50%;
    transform: translateX(-50%);
    text-align: left;
    bottom: 8.57%; }
    .pub_banner .swiper-pagination span {
      opacity: 1;
      margin: 0 .24rem;
      transition: all .5s ease-in-out; }
      .pub_banner .swiper-pagination span.swiper-pagination-bullet-active {
        border-color: #008e3b; }

.pub_pad {
  padding-top: 7.8125vw;
  padding-bottom: 7.8125vw; }

.pub_case {
  width: 82%;
  margin: 0 auto; 
   }

/*--------------------------------------------------------------------------------------------------------------------------------------550--*/

@media all and (max-width:1650px){  
.pub_case {
  width: 80%;
  margin: 0 auto;
   }
}


.BMap_cpyCtrl.BMap_noprint.anchorBL {
  display: none; }

.BMap_pop {
  transform: translateY(-15px); }

.pub_hide {
  display: none !important; }

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  display: none; }

#v-pop {
  position: fixed;
  z-index: 100;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: none;
  visibility: hidden;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transform: translateZ(0);
  transition: all .5s ease-in-out; }
  #v-pop .mask {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.7); }
  #v-pop .con {
    padding: 1em;
    height: 100%;
    position: relative;
    transform: translate3d(0, 8px, 0);
    transition: all .5s ease-in-out;
    opacity: 0;
    background-color: #333; }
    #v-pop .con video {
      height: 100%;
      display: none;
      object-fit: cover;
      margin: 0 auto; }
    #v-pop .con .del_p {
      position: absolute;
      bottom: 50%;
      right: .2rem;
      transform: translateY(50%);
      color: #fff;
      font-size: .34rem;
      transition: all .5s ease-in-out;
      cursor: pointer; }
      @media all and (min-width: 1025px) {
        #v-pop .con .del_p:hover {
          color: #008e3b; } }
    #v-pop .con .btn_box_sha {
      position: absolute;
      width: 100%;
      text-align: center;
      bottom: 20.37%; }
      #v-pop .con .btn_box_sha .btn_sty {
        width: 180px;
        text-align: center;
        margin: 0 .1rem;
        padding-left: 0;
        padding-right: 0;
        border: 1px solid transparent; }
        #v-pop .con .btn_box_sha .btn_sty.close_p {
          border-color: rgba(0, 0, 0, 0.75); }
          #v-pop .con .btn_box_sha .btn_sty.close_p::after {
            background-color: rgba(0, 0, 0, 0.5); }
        #v-pop .con .btn_box_sha .btn_sty::after {
          background-color: #008e3b; }
      #v-pop .con .btn_box_sha:hover {
        border-color: #008e3b !important; }
      #v-pop .con .btn_box_sha > div span:first-of-type {
        color: #fff; }
  #v-pop.on {
    opacity: 1;
    display: flex;
    pointer-events: auto;
    visibility: visible; }
    #v-pop.on .con {
      transform: none;
      opacity: 1; }
      #v-pop.on .con video {
        display: block; }
      #v-pop.on .con canvas {
        display: none; }

.mat_sha_box {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 9999;
  display: none; }
  .mat_sha_box .sha_guan {
    background-color: rgba(0, 0, 0, 0.3);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute; }
  .mat_sha_box .mat_sha_con_box {
    position: absolute;
    z-index: 2;
    left: 50%;
    top: 48%;
    transform: translate(-50%, -50%);
    width: 1200px;
    max-width: 90%;
    background-color: #fff;
    padding: .6rem 10.4%; }
    .mat_sha_box .mat_sha_con_box .btn_sha_close {
      right: .2rem;
      font-size: .6rem;
      line-height: 1;
      color: rgba(0, 0, 0, 0.09);
      position: absolute;
      top: .2rem;
      cursor: pointer; }
      @media all and (min-width: 1025px) {
        .mat_sha_box .mat_sha_con_box .btn_sha_close:hover {
          color: #008e3b; } }
    .mat_sha_box .mat_sha_con_box .sha_title_n {
      font-size: .24rem;
      font-weight: 600;
      color: #000000;
      line-height: 1;
      text-align: center; }
    .mat_sha_box .mat_sha_con_box .tab_lb_box {
      text-align: center;
      display: flex;
      justify-content: center;
      margin-top: .35rem; }
      .mat_sha_box .mat_sha_con_box .tab_lb_box > a {
        line-height: .4rem;
        font-size: 13px;
        padding: 0 .4rem;
        margin: 0 .1rem;
        border-radius: .2rem;
        border: 1px solid #D9D9D9;
        color: #262626;
        background: #F5F5F5;
        transition: all .5s ease-in-out;
        cursor: pointer; }
        .mat_sha_box .mat_sha_con_box .tab_lb_box > a.on {
          background-color: #008e3b;
          border-color: #008e3b;
          color: #fff; }
        @media screen and (orientation: landscape) {
          .mat_sha_box .mat_sha_con_box .tab_lb_box > a:hover {
            background-color: #008e3b;
            border-color: #008e3b;
            color: #fff; } }
    .mat_sha_box .mat_sha_con_box .met_lb_box {
      position: relative;
      margin-top: .3rem;
      margin-bottom: .2rem; }
      .mat_sha_box .mat_sha_con_box .met_lb_box .swiper-slide .ban_sha {
        position: relative; }
        .mat_sha_box .mat_sha_con_box .met_lb_box .swiper-slide .ban_sha::before {
          content: '';
          display: block;
          bottom: -1px;
          left: 0;
          position: absolute;
          height: .3rem;
          width: 100%;
          z-index: 9;
          background-image: linear-gradient(to top, white, transparent);
          background-position: center;
          background-blend-mode: normal; }
      .mat_sha_box .mat_sha_con_box .met_lb_box .swiper-slide .tab_img_box {
        position: relative;
        height: 46vh;
        overflow-y: auto;
        padding-bottom: .3rem; }
        .mat_sha_box .mat_sha_con_box .met_lb_box .swiper-slide .tab_img_box img {
          display: block;
          width: 100%; }
      .mat_sha_box .mat_sha_con_box .met_lb_box .swiper-button-prev {
        left: 0;
        transform: translateX(-150%);
        color: #008e3b; }
      .mat_sha_box .mat_sha_con_box .met_lb_box .swiper-button-next {
        right: 0;
        transform: translateX(150%);
        color: #008e3b; }
    .mat_sha_box .mat_sha_con_box .met_con_box {
      background-color: #fff;
      width: 41.4286%;
      padding: 6.4% 3.57%;
      position: relative; }
      .mat_sha_box .mat_sha_con_box .met_con_box .mat_pro_info {
        margin-top: 27px; }
    .mat_sha_box .mat_sha_con_box .hint_sha {
      text-align: center;
      font-size: 12px;
      font-weight: 500;
      color: rgba(0, 0, 0, 0.7);
      line-height: 1;
      margin-bottom: .1rem; }
    .mat_sha_box .mat_sha_con_box .sha_tol_num {
      border-bottom: 1px solid #000;
      padding: .1rem .85rem .1rem .2rem;
      text-align: right;
      font-size: 14px;
      font-weight: 500;
      color: #000000;
      line-height: 1; }
      .mat_sha_box .mat_sha_con_box .sha_tol_num span {
        font-size: .28rem;
        line-height: 1;
        color: #008e3b;
        font-family: Source Han Serif SC;
        font-style: italic;
        font-weight: 800; }

.banner_sha {
  position: fixed;
  z-index: 999999;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0; }

#date {
  display: none; }

.go_top {
  cursor: pointer;
  width: .6rem;
  height: .6rem;
  position: fixed;
  right: .5rem;
  bottom: .5rem;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 66;
  display: none; }

.swiper-slide .go_top {
  display: none !important; }

@keyframes shake-horizontal {
  0% {
    transform: translate(0px, 0px) rotate(0deg); }
  2% {
    transform: translate(-4px, 0px) rotate(0deg); }
  4% {
    transform: translate(2px, 0px) rotate(0deg); }
  6% {
    transform: translate(-3px, 0px) rotate(0deg); }
  8% {
    transform: translate(9px, 0px) rotate(0deg); }
  10% {
    transform: translate(2px, 0px) rotate(0deg); }
  12% {
    transform: translate(-6px, 0px) rotate(0deg); }
  14% {
    transform: translate(-7px, 0px) rotate(0deg); }
  16% {
    transform: translate(2px, 0px) rotate(0deg); }
  18% {
    transform: translate(7px, 0px) rotate(0deg); }
  20% {
    transform: translate(-1px, 0px) rotate(0deg); }
  22% {
    transform: translate(-10px, 0px) rotate(0deg); }
  24% {
    transform: translate(-10px, 0px) rotate(0deg); }
  26% {
    transform: translate(3px, 0px) rotate(0deg); }
  28% {
    transform: translate(-5px, 0px) rotate(0deg); }
  30% {
    transform: translate(4px, 0px) rotate(0deg); }
  32% {
    transform: translate(-6px, 0px) rotate(0deg); }
  34% {
    transform: translate(-2px, 0px) rotate(0deg); }
  36% {
    transform: translate(-6px, 0px) rotate(0deg); }
  38% {
    transform: translate(-2px, 0px) rotate(0deg); }
  40% {
    transform: translate(4px, 0px) rotate(0deg); }
  42% {
    transform: translate(8px, 0px) rotate(0deg); }
  44% {
    transform: translate(-3px, 0px) rotate(0deg); }
  46% {
    transform: translate(-10px, 0px) rotate(0deg); }
  48% {
    transform: translate(4px, 0px) rotate(0deg); }
  50% {
    transform: translate(-6px, 0px) rotate(0deg); }
  52% {
    transform: translate(6px, 0px) rotate(0deg); }
  54% {
    transform: translate(-8px, 0px) rotate(0deg); }
  56% {
    transform: translate(5px, 0px) rotate(0deg); }
  58% {
    transform: translate(9px, 0px) rotate(0deg); }
  60% {
    transform: translate(7px, 0px) rotate(0deg); }
  62% {
    transform: translate(1px, 0px) rotate(0deg); }
  64% {
    transform: translate(2px, 0px) rotate(0deg); }
  66% {
    transform: translate(-2px, 0px) rotate(0deg); }
  68% {
    transform: translate(-7px, 0px) rotate(0deg); }
  70% {
    transform: translate(-1px, 0px) rotate(0deg); }
  72% {
    transform: translate(-6px, 0px) rotate(0deg); }
  74% {
    transform: translate(5px, 0px) rotate(0deg); }
  76% {
    transform: translate(0px, 0px) rotate(0deg); }
  78% {
    transform: translate(9px, 0px) rotate(0deg); }
  80% {
    transform: translate(-3px, 0px) rotate(0deg); }
  82% {
    transform: translate(8px, 0px) rotate(0deg); }
  84% {
    transform: translate(-2px, 0px) rotate(0deg); }
  86% {
    transform: translate(-1px, 0px) rotate(0deg); }
  88% {
    transform: translate(-3px, 0px) rotate(0deg); }
  90% {
    transform: translate(4px, 0px) rotate(0deg); }
  92% {
    transform: translate(0px, 0px) rotate(0deg); }
  94% {
    transform: translate(4px, 0px) rotate(0deg); }
  96% {
    transform: translate(2px, 0px) rotate(0deg); }
  98% {
    transform: translate(-2px, 0px) rotate(0deg); } }
.pub_title {
  line-height: 1;
  font-weight: 700;
  color: #000;
  font-size: .48rem; }
@font-face {
	font-family:Barlow-Regular;
	src: url('../fonts/Barlow-Regular.ttf'); }
.pub_title_en {
  font-family:Barlow-Regular;
  font-size: .24rem;
  line-height: 1;
  color: #999999;
  text-transform: capitalize;
  letter-spacing: .3em;
  text-indent: -.1em;
  margin-top: .25rem; }

.pub_info {
  color: #666666;
  font-size: .19rem;
  line-height: 2.14;
  text-align: justify;
  margin-top: .7rem; }

.-ms- .ind_body .ind_banner_box .banner_img_box .ind_src1_img_box, .-ios- .ind_body .ind_banner_box .banner_img_box .ind_src1_img_box {
  display: block; }
.-ms- .ind_body .ind_banner_box .banner_img_box .xing_box, .-ios- .ind_body .ind_banner_box .banner_img_box .xing_box {
  display: none; }

.btn_con_play {
  width: 1.5rem;
  cursor: pointer;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%); }
  .btn_con_play img {
    display: block;
    width: 100%; }
  @media screen and (orientation: landscape) {
    .btn_con_play:hover img {
      animation: zhuang 2s ease infinite; } }
  .btn_con_play i {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    display: block;
    line-height: 1; }

.ind_body #top {
  position: absolute;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 10; }
.ind_body #top .banner {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0; }
.ind_body #top .banner .fn1 {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 10;
  overflow: hidden;
  opacity: 0; }
.ind_body #top .banner .fn1 .pic {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 9; }
.ind_body #top .banner .fn1 .photo {
  position: absolute;
  z-index: 10; }
.ind_body #top .banner .fn1.on {
  z-index: 12;
  opacity: 1;
  animation: fadeIn 1s ease-in-out;
  animation-fill-mode: both; }
.ind_body #top .banner .fn1.on .pic {
  animation: scaleIn 3s ease-in-out; }
.ind_body .ind_banner_box {
  width: 100%;
  position: relative;
  z-index: 2;  }
  .ind_body .ind_banner_box iframe{width: 100%; height: calc(100vh - 25px);}
  
  
  .ind_body .ind_banner_box .area_btn {
    position: absolute;
    height: 100%;
    z-index: 1;
    cursor: pointer;
    width: 13.542vw;
    left: 100%;
    top: 0; }
  .ind_body .ind_banner_box .swiper-container {
    overflow: visible; }
  .ind_body .ind_banner_box .swiper-pagination {
    position: absolute;
    right: 0;
    transform: translateX(50%);
    text-align: center;
    font-family: CgFuturaMaxiLt;
    z-index: 3;
    width: 1.6rem;
    left: auto;
    bottom: auto;
    top: 10%; }
    .ind_body .ind_banner_box .swiper-pagination span:nth-child(2) {
      margin: .18rem 0 .28rem 0; }
    .ind_body .ind_banner_box .swiper-pagination div:nth-child(1) {
      font-family: CgFuturaMaxiBd; }
  .ind_body .ind_banner_box .banner_img_box {
    display: block;
    overflow: hidden;
    height: 100vh;
    transition: all .5s ease-in-out;
    position: relative; }
    .ind_body .ind_banner_box .banner_img_box .photo {
      position: absolute;
      left: 0;
      top: 0;
      z-index: 1; }
    .ind_body .ind_banner_box .banner_img_box .ind_src1_img_box {
      height: 100vh;
      background-size: cover;
      background-position: center;
      display: none; }
    .ind_body .ind_banner_box .banner_img_box video {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%); }
    .ind_body .ind_banner_box .banner_img_box #myCanvas {
      display: none;
      transition: all .5s ease-in-out; }
      .ind_body .ind_banner_box .banner_img_box #myCanvas.on {
        opacity: 0; }
    .ind_body .ind_banner_box .banner_img_box .xing_case {
      transform: translate(19%, 16%) scale(calc(0.63)); }
      @media screen and (min-width: 1921px) {
        .ind_body .ind_banner_box .banner_img_box .xing_case {
          transform: translate(19%, calc((100vh - 1000px * .8) / 2)) scale(calc(.8)); } }
      @media screen and (min-width: 2561px) {
        .ind_body .ind_banner_box .banner_img_box .xing_case {
          transform: translate(19%, calc((100vh - 1000px * 1.3) / 2)) scale(calc(1.3)); } }
      @media screen and (max-width: 1600px) {
        .ind_body .ind_banner_box .banner_img_box .xing_case {
          transform: translate(19%, calc((100vh - 1000px * .5) / 2)) scale(calc(.5)); } }
      @media screen and (max-width: 1500px) {
        .ind_body .ind_banner_box .banner_img_box .xing_case {
          transform: translate(19%, calc((100vh - 1000px * .45) / 2)) scale(calc(.45)); } }
      @media screen and (max-width: 1440px) {
        .ind_body .ind_banner_box .banner_img_box .xing_case {
          transform: translate(19%, calc((100vh - 1000px * .4) / 2)) scale(calc(.4)); } }
      @media screen and (max-width: 1366px) {
        .ind_body .ind_banner_box .banner_img_box .xing_case {
          transform: translate(19%, calc((100vh - 1000px * .35) / 2)) scale(calc(.35)); } }
    .ind_body .ind_banner_box .banner_img_box .xing_box {
      width: 100%;
      height: 100%;
      position: absolute;
      left: 0;
      top: 0;
      z-index: 3; }
      .ind_body .ind_banner_box .banner_img_box .xing_box rect {
        width: 100%;
        height: 100%; }
      .ind_body .ind_banner_box .banner_img_box .xing_box image {
        width: 100%;
        transform: scale(1.1);
        transition: transform 1.5s ease-in-out 0s;
        transform-origin: 50% 50%; }
        .ind_body .ind_banner_box .banner_img_box .xing_box image:nth-last-child(2) {
          transform-origin: 0 0;
          transform: scale(0.9); }
      .ind_body .ind_banner_box .banner_img_box .xing_box .di_img {
        transform: translate(12px, -12px); }
  .ind_body .ind_banner_box .banner_text_img_box {
    width: 100%;
    position: absolute;
    left: 50%;
    top: 52%;
    transform: translate(-50%, -40%);
    color: #ffffff;
    display: none;
    text-align: center;
    z-index: 4;
    padding-left: 10.4vw; }
    .ind_body .ind_banner_box .banner_text_img_box .ind_src1_title {
      font-size: .6rem;
      line-height: 1.5;
      margin-bottom: 1.45rem;
      font-weight: 700; }
      .ind_body .ind_banner_box .banner_text_img_box .ind_src1_title > div {
        display: flex;
        justify-content: center;
        flex-wrap: wrap; }
        .ind_body .ind_banner_box .banner_text_img_box .ind_src1_title > div:nth-child(2), .ind_body .ind_banner_box .banner_text_img_box .ind_src1_title > div:nth-child(3), .ind_body .ind_banner_box .banner_text_img_box .ind_src1_title > div:nth-child(4) {
          font-weight: 100; }
        .ind_body .ind_banner_box .banner_text_img_box .ind_src1_title > div font.none {
          display: none; }
    .ind_body .ind_banner_box .banner_text_img_box .ind_src1_info_en {
      font-size: .2rem;
      line-height: 1;
      font-family: Futura-Light;
      letter-spacing: 1.6em;
      text-transform: uppercase;
      padding-left: 1.6em; }
    .ind_body .ind_banner_box .banner_text_img_box .btn_d_video {
      margin-top: .35rem;
      position: absolute;
      width: 90px;
      height: 90px;
      cursor: pointer; }
      .ind_body .ind_banner_box .banner_text_img_box .btn_d_video svg {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        overflow: visible;
        transform: rotate(20deg); }
        .ind_body .ind_banner_box .banner_text_img_box .btn_d_video svg circle {
          stroke-dasharray: 250;
          stroke: #ffffff;
          stroke-width: 4;
          transition: all .8s ease; }
      .ind_body .ind_banner_box .banner_text_img_box .btn_d_video > div {
        position: absolute;
        left: 100%;
        top: 50%;
        text-transform: uppercase;
        font-size: .16rem;
        font-family: 'Conv_NEXA-XBOLD';
        transform: translate(-50%, -50%);
        transition: all .5s ease-in-out; }
      .ind_body .ind_banner_box .banner_text_img_box .btn_d_video:hover svg {
        animation: zhuang ease .5s forwards; }
        .ind_body .ind_banner_box .banner_text_img_box .btn_d_video:hover svg circle {
          stroke-dasharray: 282; }
      .ind_body .ind_banner_box .banner_text_img_box .btn_d_video:hover > div {
        left: 50%; }
  .ind_body .ind_banner_box .btn_play {
    width: 1rem;
    cursor: pointer;
    position: absolute;
    left: 7%;
    top: 50%;
    transform: translateY(-50%); }
    .ind_body .ind_banner_box .btn_play img {
      display: block;
      width: 100%; }
    @media screen and (orientation: landscape) {
      .ind_body .ind_banner_box .btn_play:hover img {
        animation: zhuang 2s ease infinite; } }
    .ind_body .ind_banner_box .btn_play i {
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      color: #fff;
      display: block;
      line-height: 1; }
  .ind_body .ind_banner_box .active .ind_src1_img_box {
    transform: none; }
  .ind_body .ind_banner_box .active .banner_text_img_box {
    display: block; }
  .ind_body .ind_banner_box .active .banner_img_box .xing_box image {
    transition: transform 1s ease-in-out .6s;
    transform: none; }
  .ind_body .ind_banner_box .active .banner_img_box .xing_box .di_img {
    transform: translate(12px, -12px); }
.ind_body .ind_src1_case {
  position: relative;
  z-index: 3;
  display: flex;
  align-items: flex-start; }
  .ind_body .ind_src1_case .pro_img_box {
    width: 41.66%;
    cursor: pointer; }
    .ind_body .ind_src1_case .pro_img_box::before {
      margin-top: 125%; }
  .ind_body .ind_src1_case .ind_src1_n {
    line-height: 1;
    font-size: .48rem;
    text-transform: uppercase;
    font-family: CgFuturaMaxiLt;
    color: #484848;
    position: absolute;
    white-space: nowrap;
    right: -1%;
    top: 34.722%;
    transform: rotate(-90deg); }
    .ind_body .ind_src1_case .ind_src1_n span {
      margin-left: 1em;
      color: #D02F1F;
      font-family: CgFuturaMaxiBd; }
  .ind_body .ind_src1_case .ind_src1_text {
    width: 58.34%;
    padding: 10.9% 11.5% 10.5% 8.33%;
    overflow: hidden;
    position: relative; }
    .ind_body .ind_src1_case .ind_src1_text .pub_info {
      width: 83%;
      margin-top: 7%; }
      .ind_body .ind_src1_case .ind_src1_text .pub_info span {
        font-size: .24rem;
        font-weight: 700;
        vertical-align: baseline;
        color: #000; }
        @media all and (min-width: 1025px) {
          .ind_body .ind_src1_case .ind_src1_text .pub_info span {
            line-height: 1.42; } }
    .ind_body .ind_src1_case .ind_src1_text .ind_src1_tit_l {
      font-size: .3rem;
      line-height: 1.5;
      color: #000;
      margin-top: .5rem;
      letter-spacing: -.04em; }
    .ind_body .ind_src1_case .ind_src1_text > img {
      display: block;
      width: 106.25%;
      max-width: none;
      position: absolute;
      left: 36%;
      top: 25%;
      pointer-events: none; }
    .ind_body .ind_src1_case .ind_src1_text .pub_num_sty {
      position: absolute;
      right: 8%;
      top: 13.88%;
      font-size: .16rem;
      line-height: 1;
      color: #333;
      font-family: CgFuturaMaxiBd; }
      .ind_body .ind_src1_case .ind_src1_text .pub_num_sty::before {
        content: '';
        height: 1.15rem;
        width: 0;
        border-right: 1px solid #333;
        left: 50%;
        top: 200%;
        position: absolute;
        opacity: .3; }
    .ind_body .ind_src1_case .ind_src1_text .ind_src1_h {
      margin-top: 1.4rem;
      color: #333;
      font-weight: 700;
      line-height: 1;
      font-size: .18rem; }
      .ind_body .ind_src1_case .ind_src1_text .ind_src1_h span {
        font-size: .32rem; }
    .ind_body .ind_src1_case .ind_src1_text .pub_num_d_box {
      display: flex;
      margin-top: .7rem; }
      .ind_body .ind_src1_case .ind_src1_text .pub_num_d_box > div {
        width: 50%;
        font-size: .16rem;
        line-height: 1.5;
        color: #333;
        white-space: nowrap;
        display: grid;
        flex-direction: column;
        justify-content: left;
        align-items: flex-start; }
        .ind_body .ind_src1_case .ind_src1_text .pub_num_d_box > div div {
          line-height: .833;
          color: #008e3b;
          font-size: .4rem;
          margin-bottom: .2rem; }
        .ind_body .ind_src1_case .ind_src1_text .pub_num_d_box > div span {
          line-height: .833;
          color: #008e3b;
          font-size: .6rem;
          font-family: CgFuturaMaxiBd; }
.ind_body .ind_src2_case {
  position: relative;
  z-index: 3; }
  .ind_body .ind_src2_case > .btn_sty {
    width: 5rem;
    line-height: .5rem;
    position: absolute;
    right: 0;
    top: 0;
    transform: translateY(-50%);
    border-radius: 0;
    z-index: 3; }
    .ind_body .ind_src2_case > .btn_sty i {
      font-size: .26rem;
      opacity: 0;
      pointer-events: none; }
    .ind_body .ind_src2_case > .btn_sty .iconfont_sty {
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%); }
  .ind_body .ind_src2_case .active .ind_src2_l > div {
    display: block; }
  .ind_body .ind_src2_case .ind_src2_l {
    overflow: hidden;
    height: calc(100vh - .8rem);
    background-size: cover;
    display: block;
    padding: 1px;
    margin: -1px;
    background-color: #000;
    z-index: 0; }
    .ind_body .ind_src2_case .ind_src2_l .ind_src2_img_box {
      opacity: .7;
      width: 100%;
      height: 100%;
      background-position: center;
      background-size: cover;
      position: absolute;
      left: 0;
      top: 0; }
    .ind_body .ind_src2_case .ind_src2_l .ind_src2_tex_box {
      margin: 5% auto 0;
      display: none; }
      .ind_body .ind_src2_case .ind_src2_l .ind_src2_tex_box .pub_title {
        color: #fff; }
      .ind_body .ind_src2_case .ind_src2_l .ind_src2_tex_box .pub_info {
        margin-top: .5rem;
        width: 90%;
        line-height: 1.71;
        color: #fff; }
        @media screen and (orientation: landscape) {
          .ind_body .ind_src2_case .ind_src2_l .ind_src2_tex_box .pub_info {
            font-weight: lighter; } }
      .ind_body .ind_src2_case .ind_src2_l .ind_src2_tex_box .ind_src2_btn_s {
        margin-top: .52rem;
        display: flex;
        align-items: center;
        color: #fff;
        font-size: 14px;
        text-transform: uppercase;
        line-height: 1;
        cursor: pointer;
        font-family: CgFuturaMaxiLt;
        transition: all .3s ease-in-out;
        letter-spacing: .1em; }
        .ind_body .ind_src2_case .ind_src2_l .ind_src2_tex_box .ind_src2_btn_s .iconfont_sty {
          margin-right: .3rem;
          font-size: .3rem;
          transition: all .3s ease-in-out; }
        @media screen and (orientation: landscape) {
          .ind_body .ind_src2_case .ind_src2_l .ind_src2_tex_box .ind_src2_btn_s:hover {
            opacity: .6 !important; } }
  .ind_body .ind_src2_case .ind_src2_nav {
    overflow: visible;
    left: 50%;
    bottom: 1.1rem;
    transform: translateX(-50%);
    position: absolute; }
    .ind_body .ind_src2_case .ind_src2_nav .swiper-slide {
      width: auto;
      border-bottom: 1px solid rgba(255, 255, 255, 0.2);
      position: relative;
      overflow: visible; }
      .ind_body .ind_src2_case .ind_src2_nav .swiper-slide ul {
        display: none;
        position: absolute;
        left: 0;
        width: 100%;
        top: 100%;
        flex-wrap: wrap;
        padding-top: .15rem; }
        .ind_body .ind_src2_case .ind_src2_nav .swiper-slide ul .none {
          display: none; }
        .ind_body .ind_src2_case .ind_src2_nav .swiper-slide ul li {
          font-size: .16rem;
          font-weight: lighter;
          color: #fff;
          cursor: pointer;
          margin-right: .23rem;
          line-height: 2; }
          .ind_body .ind_src2_case .ind_src2_nav .swiper-slide ul li.on {
            font-weight: 700; }
          .ind_body .ind_src2_case .ind_src2_nav .swiper-slide ul li:last-child {
            margin-right: 0; }
      .ind_body .ind_src2_case .ind_src2_nav .swiper-slide.active > div > div {
        color: #fff;
        transform: translateY(-0.3rem);
        text-align: left; }
      .ind_body .ind_src2_case .ind_src2_nav .swiper-slide.active > div::before {
        width: 100%; }
      .ind_body .ind_src2_case .ind_src2_nav .swiper-slide.active ul {
        display: flex; }
      @media screen and (orientation: landscape) {
        .ind_body .ind_src2_case .ind_src2_nav .swiper-slide:hover > div > div {
          color: #fff;
          transform: translateY(-0.3rem); } }
      .ind_body .ind_src2_case .ind_src2_nav .swiper-slide > div {
        text-align: left;
        font-size: .24rem;
        line-height: 1;
        padding: 1rem 0 .2rem;
        height: 1.7rem;
        position: relative;
        cursor: pointer; }
        .ind_body .ind_src2_case .ind_src2_nav .swiper-slide > div > div {
          color: rgba(255, 255, 255, 0.5);
          transition: all .5s ease-in-out;
          display: inline-block;
          text-align: center; }
        .ind_body .ind_src2_case .ind_src2_nav .swiper-slide > div::before {
          content: '';
          display: block;
          position: absolute;
          height: 5px;
          background-color: #fff;
          left: 50%;
          bottom: -3px;
          transform: translateX(-50%);
          transition: all .5s ease-in-out;
          width: 0; }
        .ind_body .ind_src2_case .ind_src2_nav .swiper-slide > div i {
          display: block;
          font-size: .36rem;
          margin-bottom: .3rem; }
  .ind_body .ind_src2_case .swiper-pagination {
    display: flex;
    align-items: flex-start;
    position: absolute;
    width: auto;
    bottom: auto;
    left: auto;
    top: 11%;
    right: 13.5%; }
    .ind_body .ind_src2_case .swiper-pagination span:nth-child(2) {
      margin: 0 .3rem; }
.ind_body .ind_src3_case {
  text-align: center;
  padding-top: 1rem;
  padding-bottom: 1.9rem;
  position: relative; }
  .ind_body .ind_src3_case .ind_src3_icon_box {
    position: absolute;
    left: .65rem;
    top: 15%;
    display: flex;
    height: 80%;
    flex-direction: column;
    align-items: center;
    justify-content: center; }
    .ind_body .ind_src3_case .ind_src3_icon_box i {
      padding: .78rem 0;
      display: block;
      font-size: .32rem;
      line-height: 1;
      transition: all .5s ease-in-out;
      color: #999;
      cursor: pointer; }
      @media screen and (orientation: landscape) {
        .ind_body .ind_src3_case .ind_src3_icon_box i:hover {
          color: #008e3b; } }
      .ind_body .ind_src3_case .ind_src3_icon_box i.on {
        color: #008e3b; }
    .ind_body .ind_src3_case .ind_src3_icon_box span {
      display: block;
      width: 1px;
      height: calc((100% - 5.64rem) / 2);
      background-color: rgba(0, 0, 0, 0.1); }
  .ind_body .ind_src3_case .ind_src3_con_b {
    margin-top: .55rem;
    display: flex;
    align-items: center;
    padding-left: .36rem;
    justify-content: space-between; }
    .ind_body .ind_src3_case .ind_src3_con_b .ind_src3_l {
      width: 59%;
      position: relative; }
      .ind_body .ind_src3_case .ind_src3_con_b .ind_src3_l .ind_src3_text {
        top: 100%;
        left: -.36rem;
        margin-top: -.6rem;
        height: 1.2rem;
        position: absolute;
        z-index: 3;
        text-align: left;
        width: 100%; }
        .ind_body .ind_src3_case .ind_src3_con_b .ind_src3_l .ind_src3_text .swiper-container {
          height: 100%; }
        .ind_body .ind_src3_case .ind_src3_con_b .ind_src3_l .ind_src3_text .swiper-slide {
          font-size: .6rem;
          font-family: CgFuturaMaxiBd;
          font-weight: 500;
          
          line-height: 1;
          text-transform: capitalize;background-image: -webkit-linear-gradient(left,#0f315f,#468c33,#e9c038,#e56117,#d32403,#d32403);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; width: max-content

		  
		  }
      .ind_body .ind_src3_case .ind_src3_con_b .ind_src3_l .ind_src3_img .pro_img_box::before {
        margin-top: 63.15789%; }
    .ind_body .ind_src3_case .ind_src3_con_b .ind_src3_r {
      width: 35%; }
      .ind_body .ind_src3_case .ind_src3_con_b .ind_src3_r .ind_src3_tab > div {
        font-size: .18rem;
        height: .4rem;
        line-height: .4rem;
        display: flex;
        justify-content: flex-end;
        align-items: center;
        color: #000;
        position: relative;
        transition: all .5s ease-in-out;
        margin: .6rem 0;
        cursor: pointer; }
        .ind_body .ind_src3_case .ind_src3_con_b .ind_src3_r .ind_src3_tab > div i {
          display: none; }
        .ind_body .ind_src3_case .ind_src3_con_b .ind_src3_r .ind_src3_tab > div:first-child {
          margin-top: 0; }
        .ind_body .ind_src3_case .ind_src3_con_b .ind_src3_r .ind_src3_tab > div::after {
          content: '';
          transition: all .5s ease-in-out;
          height: 1px;
          background-color: rgba(0, 0, 0, 0.2);
          width: .46rem;
          margin-left: .3rem; }
        .ind_body .ind_src3_case .ind_src3_con_b .ind_src3_r .ind_src3_tab > div.on {
          font-size: .3rem;
          font-weight: 700; }
          .ind_body .ind_src3_case .ind_src3_con_b .ind_src3_r .ind_src3_tab > div.on::after {
            background-color: #000;
            width: .9rem;
            margin-right: .2rem; }
        @media screen and (orientation: landscape) {
          .ind_body .ind_src3_case .ind_src3_con_b .ind_src3_r .ind_src3_tab > div:hover {
            font-size: .24rem;
            font-weight: 700; }
            .ind_body .ind_src3_case .ind_src3_con_b .ind_src3_r .ind_src3_tab > div:hover::after {
              background-color: #000;
              width: .9rem;
              margin-right: .2rem; } }
      .ind_body .ind_src3_case .ind_src3_con_b .ind_src3_r .ind_src3_pa {
        overflow: hidden;
        padding-top: 1px; }
        .ind_body .ind_src3_case .ind_src3_con_b .ind_src3_r .ind_src3_pa .swiper-pagination {
          position: relative;
          width: 6px;
          float: right; }
          .ind_body .ind_src3_case .ind_src3_con_b .ind_src3_r .ind_src3_pa .swiper-pagination span {
            margin: .24rem 0;
            display: block;
            width: 6px;
            height: 6px;
            background-color: #000000;
            opacity: .2;
            border: none; }
            .ind_body .ind_src3_case .ind_src3_con_b .ind_src3_r .ind_src3_pa .swiper-pagination span.swiper-pagination-bullet-active {
              background-color: #008e3b;
              opacity: 1; }
      .ind_body .ind_src3_case .ind_src3_con_b .ind_src3_r .ind_src3_con_t {
        padding-top: .3rem; }
        .ind_body .ind_src3_case .ind_src3_con_b .ind_src3_r .ind_src3_con_t .swiper-slide {
          font-size: .22rem;
          color: #333333;
          text-align: justify;
          line-height: 2; }
.ind_body .ind_src4_case {
  background-size: cover;
  position: relative;
  overflow: hidden; }
  .ind_body .ind_src4_case .ind_src4_h {
    opacity: 0.06;
    font-size: 2.2rem;
    line-height: 1;
    color: #fff;
    position: absolute;
    left: 13%;
    bottom: 22%;
    text-transform: uppercase;
    font-family: CgFuturaMaxiBd; }
  .ind_body .ind_src4_case .pub_case {
    padding-top: 1rem;
    padding-bottom: .85rem; }
    .ind_body .ind_src4_case .pub_case .ind_src4_con {
      display: block; }
      .ind_body .ind_src4_case .pub_case .ind_src4_con .ind_src4_l {
        text-align: left;
        position: relative; }
        .ind_body .ind_src4_case .pub_case .ind_src4_con .ind_src4_l .pub_title, .ind_body .ind_src4_case .pub_case .ind_src4_con .ind_src4_l .pub_title_en {
          color: #fff; }
          @media screen and (orientation: landscape) {
            .ind_body .ind_src4_case .pub_case .ind_src4_con .ind_src4_l .pub_title, .ind_body .ind_src4_case .pub_case .ind_src4_con .ind_src4_l .pub_title_en {
              text-indent: 0; } }
        .ind_body .ind_src4_case .pub_case .ind_src4_con .ind_src4_l .btn_sty {
          position: absolute;
          right: 0;
          top: 50%;
          transform: translateY(-50%);
          border: 1px solid rgba(255, 255, 255, 0.5);
          width: 1.5rem;
          line-height: .5rem;
          text-align: center;
          color: #fff;
          background-color: transparent;
          padding: 0;
          border-radius: 0;
          font-family: Futura-Light;
          text-transform: uppercase;
          font-size: .14rem;
          letter-spacing: .1em;
          text-indent: -.1em; }
          @media screen and (orientation: landscape) {
            .ind_body .ind_src4_case .pub_case .ind_src4_con .ind_src4_l .btn_sty:hover {
              border-color: transparent; } }
      .ind_body .ind_src4_case .pub_case .ind_src4_con .ind_src4_r {
        width: calc(100% - 2.33rem);
        margin-top: .6rem;
        margin-left: 2.33rem; }
        .ind_body .ind_src4_case .pub_case .ind_src4_con .ind_src4_r .swiper-container {
          overflow: visible; }
        .ind_body .ind_src4_case .pub_case .ind_src4_con .ind_src4_r .swiper-slide {
          overflow: visible; }
        .ind_body .ind_src4_case .pub_case .ind_src4_con .ind_src4_r a {
          display: block;
          cursor: pointer;
          position: relative;
          transition: all .5s ease; }
          .ind_body .ind_src4_case .pub_case .ind_src4_con .ind_src4_r a .new_l_time {
            font-size: 14px;
            font-family: CgFuturaMaxiLt;
            line-height: 13px;
            margin-top: .18rem;
            color: #fff;
            z-index: 3; }
          .ind_body .ind_src4_case .pub_case .ind_src4_con .ind_src4_r a .pro_img_box {
            background-color: #000; }
            .ind_body .ind_src4_case .pub_case .ind_src4_con .ind_src4_r a .pro_img_box::before {
              margin-top: 132.6%; }
            .ind_body .ind_src4_case .pub_case .ind_src4_con .ind_src4_r a .pro_img_box .img_box:nth-child(2) {
              opacity: 1;
              transition: all .5s ease-in-out;
              z-index: 2; }
          .ind_body .ind_src4_case .pub_case .ind_src4_con .ind_src4_r a .new_l_name_b {
            position: absolute;
            width: 100%;
            left: 0;
            color: #fff;
            bottom: 0;
            padding: .25rem .3rem;
            line-height: 1;
            z-index: 3; }
            .ind_body .ind_src4_case .pub_case .ind_src4_con .ind_src4_r a .new_l_name_b .new_l_name {
              margin-bottom: .17rem;
              font-size: .24rem;
              font-weight: 700;
              overflow: hidden;
              text-overflow: ellipsis;
              white-space: nowrap; }
            .ind_body .ind_src4_case .pub_case .ind_src4_con .ind_src4_r a .new_l_name_b .new_l_info {
              font-size: 14px;
              overflow: hidden;
              text-overflow: ellipsis;
              white-space: nowrap; }
            .ind_body .ind_src4_case .pub_case .ind_src4_con .ind_src4_r a .new_l_name_b .new_l_t {
              transition: all .5s ease-in-out; }
          .ind_body .ind_src4_case .pub_case .ind_src4_con .ind_src4_r a .new_l_b {
            position: absolute;
            width: 100%;
            left: 0;
            top: 50%;
            transform: translateY(-50%);
            font-size: 0;
            text-transform: uppercase;
            text-align: center; }
            .ind_body .ind_src4_case .pub_case .ind_src4_con .ind_src4_r a .new_l_b::before {
              content: '';
              display: block;
              background-color: rgba(255, 255, 255, 0.5);
              left: 0;
              width: 0;
              height: 2px;
              top: 50%;
              margin-top: -1px;
              transition: width 0s linear;
              position: absolute; }
            .ind_body .ind_src4_case .pub_case .ind_src4_con .ind_src4_r a .new_l_b span {
              font-size: 12px;
              overflow: hidden;
              height: 18px;
              display: inline-block;
              font-family: Futura-Light;
              letter-spacing: .1em;
              text-indent: -.1em;
              line-height: 50px;
              transition: line-height 0s linear 0s;
              color: #fff; }
          @media screen and (orientation: landscape) {
            .ind_body .ind_src4_case .pub_case .ind_src4_con .ind_src4_r a:hover {
              transform: translateY(-0.4rem); }
              .ind_body .ind_src4_case .pub_case .ind_src4_con .ind_src4_r a:hover .pro_img_box .img_box {
                opacity: .6;
                transform: translate(-50%, -50%) scale(1.1); }
                .ind_body .ind_src4_case .pub_case .ind_src4_con .ind_src4_r a:hover .pro_img_box .img_box:nth-child(2) {
                  opacity: 0; }
              .ind_body .ind_src4_case .pub_case .ind_src4_con .ind_src4_r a:hover .new_l_name_b .new_l_t {
                transform: translateY(100%);
                opacity: 0; }
              .ind_body .ind_src4_case .pub_case .ind_src4_con .ind_src4_r a:hover .new_l_b::before {
                width: 100%;
                transition: width .6s ease; }
              .ind_body .ind_src4_case .pub_case .ind_src4_con .ind_src4_r a:hover .new_l_b span {
                line-height: 18px;
                transition: line-height .5s ease .5s; } }
    .ind_body .ind_src4_case .pub_case .ind_src4_p {
      display: block;
      margin-top: .45rem;
      justify-content: space-between;
      align-items: center;
      margin-left: -2.33rem;
      width: calc((100vw - (100% + 2.33rem)) / 2 + 100% + 2.33rem); }
      .ind_body .ind_src4_case .pub_case .ind_src4_p .swiper-scrollbar {
        width: 100%;
        height: 2px;
        background-color: rgba(255, 255, 255, 0.2); }
        .ind_body .ind_src4_case .pub_case .ind_src4_p .swiper-scrollbar .swiper-scrollbar-drag {
          background-color: #fff;
          height: 5px;
          margin-top: -2px; }
      .ind_body .ind_src4_case .pub_case .ind_src4_p .swiper-pagination {
        width: 155px;
        position: relative;
        text-align: left;
        color: #fff;
        font-family: CgFuturaMaxiLt;
        font-size: .24rem;
        line-height: 1;
        margin-top: .2rem;
        bottom: auto;
        display: flex;
        align-items: center; }
        .ind_body .ind_src4_case .pub_case .ind_src4_p .swiper-pagination div {
          font-family: CgFuturaMaxiBd; }
        .ind_body .ind_src4_case .pub_case .ind_src4_p .swiper-pagination span {
          margin: 0 .2rem; }

.ind_src5_case > div {
  display: flex;
  align-items: center;
  padding-bottom: 1px; }
.ind_src5_case .map_case {
  height: 7.5rem;
  width: 65%;
  overflow: hidden;
  position: relative; }
  .ind_src5_case .map_case #conMap {
    width: 100%;
    height: 100%; }
    .ind_src5_case .map_case #conMap .anchorBL {
      display: none; }
  .ind_src5_case .map_case .sha_map {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 104%;
    height: 104%;
    background-size: 100% 100%;
    pointer-events: none;
    transform: translate(-50%, -50%); }
.ind_src5_case .ind_src5_r {
  width: 41%;
  margin-left: -6%;
  position: relative;
  z-index: 2;
  padding-right: 10%; }
  .ind_src5_case .ind_src5_r > div {
    display: flex;
    align-items: center;
    padding: .3rem 0; }
    .ind_src5_case .ind_src5_r > div i {
      
      font-size: .36rem;
      line-height: 1;
      margin-right: .3rem; background: linear-gradient(68deg,#d62f05, #f29026);
    -webkit-background-clip: text;
    color: transparent;
    width: max-content;  }
    .ind_src5_case .ind_src5_r > div .add_n {
      color: #000;
      font-size: .24rem;
      line-height: 1;
      margin-bottom: .15rem;
      text-transform: capitalize; font-weight:bold }
	  
	  .ind_src5_case .ind_src5_r > div .add_n span{ font-size:.2rem; color:#969696; font-family:Barlow-Regular; font-weight:normal} 
	  
    @media screen and (orientation: landscape) {
      .ind_src5_case .ind_src5_r > div .add_n {
        font-family: Futura-Light; }
      .ind_src5_case .ind_src5_r > div .add_con {
        font-family: CgFuturaMaxiLt; } }
    .ind_src5_case .ind_src5_r > div .add_con {
      color: #000;
      font-size: .18rem;
      line-height: 1.4;
      letter-spacing: .1em; }

.btn_go_top {
  display: none; }

@keyframes hint {
  0% {
    transform: translateY(0); }
  100% {
    transform: translateY(8px); } }
.scroll_hint {
  position: absolute;
  left: 50vw;
  transform: translateX(-50%);
  bottom: .7rem;
  z-index: 9;
  pointer-events: none; }
  .scroll_hint .iconfont {
    font-size: .24rem;
    color: #fff;
    display: block;
    text-align: center;
    line-height: 1;
    animation: hint 0.5s cubic-bezier(0.56, 0.01, 0.46, 1) infinite alternate; }
  .scroll_hint .tex {
    margin-top: .24rem;
    line-height: 1;
    text-align: center;
    text-transform: uppercase;
    font-size: .14rem;
    font-family: Futura-Medium;
    color: #fff;
    letter-spacing: .1em;
    text-indent: -.1em; }

.iconfont_sty_hover .iconfont_sty {
  height: 1px;
  width: .3rem;
  background-color: #fff;
  position: relative;
  transition: all .3s ease-in-out; }
  .iconfont_sty_hover .iconfont_sty::before, .iconfont_sty_hover .iconfont_sty::after {
    content: '';
    display: block;
    position: absolute;
    height: 1px;
    width: .07rem;
    right: 0;
    top: 0;
    background-color: #fff;
    transform-origin: 100% 50%; }
  .iconfont_sty_hover .iconfont_sty::before {
    transform: rotate(45deg); }
  .iconfont_sty_hover .iconfont_sty::after {
    transform: rotate(-45deg); }
.iconfont_sty_hover.on_color .iconfont_sty {
  background-color: #008e3b; }
  .iconfont_sty_hover.on_color .iconfont_sty::before, .iconfont_sty_hover.on_color .iconfont_sty::after {
    background-color: #008e3b; }
@media screen and (orientation: landscape) {
  .iconfont_sty_hover:hover .iconfont_sty {
    width: .8rem; } }

.m_nav {
  display: none; }

.m_sty {
  display: none !important; }

.copyRight br {
  display: none; }

.com_body .ind_src5_case .ind_src5_r > span {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
  margin-top: .5rem; }
  .com_body .ind_src5_case .ind_src5_r > span .cu_code_box {
    display: block; }
    .com_body .ind_src5_case .ind_src5_r > span .cu_code_box img {
      display: block;
      width: .94rem;
      margin: 0 auto; }
    .com_body .ind_src5_case .ind_src5_r > span .cu_code_box div {
      font-size: .14rem;
      margin-top: .16rem;
      line-height: 1.357;
      color: #000;
      white-space: nowrap;
      text-align: center; }
      .com_body .ind_src5_case .ind_src5_r > span .cu_code_box div span {
        font-family: Futura-Light;
        display: block; }
@media screen and (orientation: landscape) {
  .com_body .ind_src5_case .map_case {
    width: 53.33%;
    height: 9rem; }
  .com_body .ind_src5_case .ind_src5_r {
    width: 46.66%;
    margin-left: 0;
    padding-left: 4.6875%;
    padding-right: 13.02%; } }

.left_fixed {
  position: fixed;
  height: 100vh;
  left: 0;
  top: 0;
  background-color: #fff;
  width: 1.1rem;
  text-align: center;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  z-index: 8;
  padding-top: .8rem;
  box-shadow: 0.3rem 0 0.4rem -0.15rem rgba(0, 0, 0, 0.03); }
  .left_fixed > a {
    width: 100%;
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer; }
    .left_fixed > a i {
      font-size: .3rem;
      color: rgba(153, 153, 153, 0.5);
      transition: opacity .5s ease-in-out; }
    .left_fixed > a.on i {
      color: #008e3b; }
    @media screen and (orientation: landscape) {
      .left_fixed > a:hover i {
        color: #008e3b; } }

.left_f .pub_case {
  transform: translateX(-0.55rem); }
@media screen and (orientation: landscape) {
  .left_f .wrapper {
    padding-left: 1.1rem; } }

.wrapper {
  overflow-x: hidden; }

.pub_det_title {
  font-size: .48rem;
  line-height: 1;
  font-weight: 700;
  color: #000; }
  @media screen and (orientation: landscape) {
    .pub_det_title br {
      display: none; } }

.pub_det_title_en {
  font-family: Futura-Light;
  font-size: .24rem;
  margin-top: .25rem;
  line-height: 1;
  letter-spacing: .1em; }

.ban_video_box video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%); }
.ban_video_box #myCanvas {
  display: none;
  transition: all .5s ease-in-out; }
  .ban_video_box #myCanvas.on {
    opacity: 0; }

.abo_body .left_fixed {
  justify-content: center; }
  .abo_body .left_fixed > a {
    height: 40%;
    flex: none; }
.abo_body .abo_src1_case {
  padding-left: 8.4%;
  padding-top: 9.21875%;
  padding-bottom: 10.4%;
  padding-right: 54.5%;
  position: relative; }
  .abo_body .abo_src1_case > div {
    max-width: 800px; }
  .abo_body .abo_src1_case .abo_mes {
    margin-top: .42rem;
    font-size: .3rem;
    line-height: 1;
    color: #000; }
  .abo_body .abo_src1_case .abo_sty_box .abo_ms {
    margin-top: .8rem;
    margin-bottom: 1.1rem; }
    .abo_body .abo_src1_case .abo_sty_box .abo_ms .ind_src1_n {
      position: relative;
      line-height: 1;
      text-align: right; }
      .abo_body .abo_src1_case .abo_sty_box .abo_ms .ind_src1_n::before {
        content: '';
        background-color: rgba(0, 0, 0, 0.2);
        height: 1px;
        position: absolute;
        width: calc(10vw + 50%);
        top: 50%;
        margin-top: -.5px;
        left: -8.4vw; }
      .abo_body .abo_src1_case .abo_sty_box .abo_ms .ind_src1_n div {
        font-size: .48rem;
        color: #484848;
        font-family: CgFuturaMaxiLt;
        text-transform: uppercase; }
        .abo_body .abo_src1_case .abo_sty_box .abo_ms .ind_src1_n div span {
          font-family: CgFuturaMaxiBd;
          color: #d02f1f;
          margin-left: .25em; }
  .abo_body .abo_src1_case .abo_sty_box .abo_img_box {
    position: absolute;
    right: 0;
    top: -.4rem;
    width: 41.66vw;
    cursor: pointer; }
    .abo_body .abo_src1_case .abo_sty_box .abo_img_box .pro_img_box::before {
      margin-top: 125%; }
  .abo_body .abo_src1_case .pub_info {
    margin-top: 0; }
    .abo_body .abo_src1_case .pub_info span {
      font-size: .24rem;
      color: #000;
      font-weight: 700; }
.abo_body .abo_src2_case {
  position: relative; }
  .abo_body .abo_src2_case .pub_det_title, .abo_body .abo_src2_case .pub_det_title_en {
    text-align: center;
    color: #fff; }
  .abo_body .abo_src2_case .abo_src2_tex {
    padding-top: 1rem;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 4; }
  .abo_body .abo_src2_case .abo_src2_bolck {
    position: relative; }
    .abo_body .abo_src2_case .abo_src2_bolck > .abo_src2_img_box {
      position: absolute;
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      z-index: 1;
      background-color: #000; }
      .abo_body .abo_src2_case .abo_src2_bolck > .abo_src2_img_box > .pro_img_box {
        height: 100%;
        opacity: 0;
        position: absolute;
        width: 100%;
        transition: opacity .5s ease-in-out; }
        .abo_body .abo_src2_case .abo_src2_bolck > .abo_src2_img_box > .pro_img_box::before {
          display: none; }
        .abo_body .abo_src2_case .abo_src2_bolck > .abo_src2_img_box > .pro_img_box.on {
          opacity: 1; }
    .abo_body .abo_src2_case .abo_src2_bolck .abo_src2_con_box {
      position: relative;
      z-index: 2;
      display: flex; }
      .abo_body .abo_src2_case .abo_src2_bolck .abo_src2_con_box a {
        flex: 1;
        height: calc(100vh - .8rem);
        position: relative; }
        .abo_body .abo_src2_case .abo_src2_bolck .abo_src2_con_box a::before {
          content: '';
          display: block;
          position: absolute;
          right: 0;
          top: 0;
          width: 1px;
          height: 100%;
          background-color: rgba(255, 255, 255, 0.2); }
        .abo_body .abo_src2_case .abo_src2_bolck .abo_src2_con_box a:last-child::before {
          display: none; }
        .abo_body .abo_src2_case .abo_src2_bolck .abo_src2_con_box a .pro_img_box {
          display: none; }
          .abo_body .abo_src2_case .abo_src2_bolck .abo_src2_con_box a .pro_img_box:before {
            margin-top: 50%; }
        .abo_body .abo_src2_case .abo_src2_bolck .abo_src2_con_box a .abo_src2_con_tex {
          display: flex;
          height: 100%;
          flex-direction: column;
          align-items: center;
          justify-content: center;
          text-align: center; }
          .abo_body .abo_src2_case .abo_src2_bolck .abo_src2_con_box a .abo_src2_con_tex .abo_src2_fl {
            color: #fff;
            line-height: 1;
            transition: all .5s ease-in-out; }
            .abo_body .abo_src2_case .abo_src2_bolck .abo_src2_con_box a .abo_src2_con_tex .abo_src2_fl i {
              font-size: .6rem;
              display: block;
              margin-bottom: .5rem;
              text-align: center; }
            .abo_body .abo_src2_case .abo_src2_bolck .abo_src2_con_box a .abo_src2_con_tex .abo_src2_fl .abo_src2_tit {
              font-weight: 700;
              font-size: .3rem; }
            .abo_body .abo_src2_case .abo_src2_bolck .abo_src2_con_box a .abo_src2_con_tex .abo_src2_fl .abo_src2_tit_en {
              margin-top: 15px;
              font-size: .24rem;
              font-family: Futura-Light;
              text-transform: capitalize; }
          .abo_body .abo_src2_case .abo_src2_bolck .abo_src2_con_box a .abo_src2_con_tex span {
            position: absolute;
            bottom: .55rem;
            font-size: .18rem;
            line-height: 1;
            font-family: CgFuturaMaxiLt;
            text-align: center;
            color: #fff;
            width: 100%;
            transition: all .5s ease-in-out; }
        @media screen and (orientation: landscape) {
          .abo_body .abo_src2_case .abo_src2_bolck .abo_src2_con_box a.on {
            background-color: #008e3b; }
            .abo_body .abo_src2_case .abo_src2_bolck .abo_src2_con_box a.on .abo_src2_con_tex .abo_src2_fl {
              margin-top: -.3rem; }
            .abo_body .abo_src2_case .abo_src2_bolck .abo_src2_con_box a.on .abo_src2_con_tex span {
              font-family: CgFuturaMaxiBd; } }
.abo_body .abo_src3_case {
  padding-top: 1rem;
  padding-bottom: .9rem;
  background-size: cover;
  background-position: center;
  text-align: center; }
  .abo_body .abo_src3_case .abo_src3_con_box {
    width: 65%;
    position: relative;
    margin: .3rem auto 0; }
    .abo_body .abo_src3_case .abo_src3_con_box .abo_map {
      display: block;
      width: 100%; }
    .abo_body .abo_src3_case .abo_src3_con_box .map_logo {
      width: 6%;
      transform: translate(-50%, -50%);
      position: absolute;
      left: 78%;
      top: 52%; }
  .abo_body .abo_src3_case .pub_info {
    margin: .35rem auto 0;
    width: 79.5%;
    font-size: .24rem;
    text-align: center; }
    .abo_body .abo_src3_case .pub_info span {
      font-weight: 700; }
  .abo_body .abo_src3_case .abo_hz {
    margin: .6rem auto 0;
    width: 100%;
    display: block; }
.abo_body .abo_src4_case {
  padding-top: 1rem;
  padding-bottom: .8rem;
  background-size: cover;
  background-position: center;
  text-align: center; }
  .abo_body .abo_src4_case .pub_det_title br {
    display: none; }
  .abo_body .abo_src4_case .pub_det_title, .abo_body .abo_src4_case .pub_det_title_en {
    text-align: center;
    color: #fff; }
  .abo_body .abo_src4_case .abo_src4_con_box {
    margin: .8rem auto 0;
    width: 80%; }
    .abo_body .abo_src4_case .abo_src4_con_box img {
      width: 100%;
      display: block; }
  .abo_body .abo_src4_case .pub_info {
    color: #fff;
    margin: .6rem auto 0; }
    @media screen and (orientation: landscape) {
      .abo_body .abo_src4_case .pub_info {
        line-height: 1.875;
        text-align: center;
        width: 73%; } }
.abo_body .abo_src5_case {
  padding-top: 1.2rem;
  padding-bottom: 1rem;
  background-size: 100%;
  background-position: top center;
  text-align: center;
  position: relative; }
  .abo_body .abo_src5_case .abo_src5_con_box {
    margin-left: 1.1rem;
    margin-top: .6rem;
    position: relative;
    display: flex; }
    .abo_body .abo_src5_case .abo_src5_con_box a {
      width: 22%;
      position: relative;
      transition: all .3s ease-in-out;
      overflow: hidden;
      top: 0;
      display: block; }
      .abo_body .abo_src5_case .abo_src5_con_box a .pro_img_box {
        width: 33.7vw;
        background-color: #000; }
        .abo_body .abo_src5_case .abo_src5_con_box a .pro_img_box::before {
          margin-top: 105%; }
        .abo_body .abo_src5_case .abo_src5_con_box a .pro_img_box .img_box {
          background-position: left center;
          transition: opacity .5s ease-in-out;
          opacity: .8; }
          .abo_body .abo_src5_case .abo_src5_con_box a .pro_img_box .img_box:nth-child(2) {
            opacity: 0; }
      .abo_body .abo_src5_case .abo_src5_con_box a .abo_text_box {
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        z-index: 2;
        text-align: center;
        color: #fff;
        padding: 1px; }
        .abo_body .abo_src5_case .abo_src5_con_box a .abo_text_box > span {
          font-size: .18rem;
          line-height: 1.2;
          font-family: CgFuturaMaxiLt;
          display: block;
          margin-top: .9rem;
          position: relative;
          margin-bottom: .7rem; }
          .abo_body .abo_src5_case .abo_src5_con_box a .abo_text_box > span::before, .abo_body .abo_src5_case .abo_src5_con_box a .abo_text_box > span::after {
            content: '';
            display: block;
            width: 1px;
            height: .53rem;
            background-color: rgba(255, 255, 255, 0.2);
            margin: 0 auto; }
        .abo_body .abo_src5_case .abo_src5_con_box a .abo_text_box .abo_src5_tit {
          font-size: .36rem;
          line-height: 1;
          margin-bottom: .28rem;
          font-weight: 700; }
        .abo_body .abo_src5_case .abo_src5_con_box a .abo_text_box .abo_src5_tit_en {
          font-size: .24rem;
          line-height: 1.25;
          letter-spacing: .1em;
          font-family: Futura-Light; }
        .abo_body .abo_src5_case .abo_src5_con_box a .abo_text_box .abo_src5_p {
          position: absolute;
          width: 100%;
          left: 0;
          bottom: 8.125%;
          font-size: .16rem;
          line-height: 1.5; }
      @media screen and (orientation: landscape) {
        .abo_body .abo_src5_case .abo_src5_con_box a.on {
          width: 34%;
          box-shadow: 0 0.8rem 2rem -1rem rgba(4, 38, 71, 0.5);
          transition: all .3s ease-in-out; }
          .abo_body .abo_src5_case .abo_src5_con_box a.on .pro_img_box .img_box:nth-child(2) {
            opacity: 1; } }
  .abo_body .abo_src5_case > img {
    width: 74%;
    top: 68%;
    right: 45%;
    position: absolute;
    pointer-events: none; }
.abo_body .abo_src6_case {
  padding-top: 1rem;
  padding-bottom: .5rem;
  position: relative;
  overflow: hidden; }
  .abo_body .abo_src6_case > img {
    width: 74%;
    top: 79%;
    left: 45%;
    position: absolute;
    pointer-events: none; }
  .abo_body .abo_src6_case .pub_case {
    position: relative;
    z-index: 1; }
  .abo_body .abo_src6_case .pub_det_title_en, .abo_body .abo_src6_case .pub_det_title {
    text-align: center; }
  .abo_body .abo_src6_case .pub_info {
    text-align: center;
    margin-top: .55rem; }
  .abo_body .abo_src6_case .abo_hon_t {
    margin-top: .5rem;
    display: flex;
    align-items: flex-start;
    justify-content: space-between; }
    .abo_body .abo_src6_case .abo_hon_t .abo_hon_f {
      text-align: right;
      margin-top: .65rem; }
    .abo_body .abo_src6_case .abo_hon_t .pro_img_box {
      width: 39.3%; }
      .abo_body .abo_src6_case .abo_hon_t .pro_img_box::before {
        margin-top: 61.6%; }
    .abo_body .abo_src6_case .abo_hon_t .abo_hon {
      margin-top: .16rem;
      width: 52.85%; }
      .abo_body .abo_src6_case .abo_hon_t .abo_hon .abo_hon_tit {
        font-size: .9rem;
        line-height: .85;
        color: #008e3b;
        position: relative; }
        .abo_body .abo_src6_case .abo_hon_t .abo_hon .abo_hon_tit::after {
          content: '';
          display: block;
          position: absolute;
          bottom: .25rem;
          margin-top: -.5px;
          left: 3.2rem;
          width: 50vw;
          height: 1px;
          background-color: rgba(0, 0, 0, 0.1); }
      .abo_body .abo_src6_case .abo_hon_t .abo_hon .abo_hon_s {
        font-size: .24rem;
        line-height: 1;
        margin-top: .3rem;
        color: #008e3b; }
  .abo_body .abo_src6_case .abo_hon_f {
    font-size: .3rem;
    font-weight: 700;
    color: #000000;
    line-height: 1.6; }
    .abo_body .abo_src6_case .abo_hon_f span {
      font-weight: normal; }
  .abo_body .abo_src6_case .abo_hon_b {
    display: flex;
    justify-content: space-between;
    margin-top: 1.1rem;
    align-items: flex-start; }
    .abo_body .abo_src6_case .abo_hon_b .abo_title_box {
      display: none; }
    .abo_body .abo_src6_case .abo_hon_b .abo_hont_s {
      width: 35%;
      max-height: 8rem;
      overflow-y: auto;
      margin-top: -.1rem; }
      .abo_body .abo_src6_case .abo_hon_b .abo_hont_s > div {
        padding: .35rem 0;
        position: relative; }
        @media screen and (orientation: landscape) {
          .abo_body .abo_src6_case .abo_hon_b .abo_hont_s > div:first-child {
            display: none; }
          .abo_body .abo_src6_case .abo_hon_b .abo_hont_s > div:nth-child(2) {
            padding-top: 0; } }
        .abo_body .abo_src6_case .abo_hon_b .abo_hont_s > div::before {
          content: '';
          display: block;
          left: 0;
          bottom: 0;
          position: absolute;
          width: .55rem;
          height: 1px;
          background-color: rgba(0, 0, 0, 0.3); }
        .abo_body .abo_src6_case .abo_hon_b .abo_hont_s > div.abo_hon_hint {
          display: inline-block;
          transform: rotate(90deg); }
    .abo_body .abo_src6_case .abo_hon_b .pro_img_box {
      width: 56.7%; }
      .abo_body .abo_src6_case .abo_hon_b .pro_img_box::before {
        margin-top: 100%; }
  .abo_body .abo_src6_case .hor_box {
    margin: .65rem auto .1rem; }
    .abo_body .abo_src6_case .hor_box .swiper-container {
      overflow: visible;
      width: 23%; }
      .abo_body .abo_src6_case .hor_box .swiper-container .swiper-wrapper {
        align-items: center; }
        .abo_body .abo_src6_case .hor_box .swiper-container .swiper-wrapper .swiper-slide {
          overflow: visible;
          transition: all .5s ease-in-out;
          transform: scale(0.9);
          position: relative; }
          .abo_body .abo_src6_case .hor_box .swiper-container .swiper-wrapper .swiper-slide > img {
            width: 100%;
            display: block;
            box-shadow: 0 0.3rem 1rem -0.3rem rgba(0, 0, 0, 0.15); }
          .abo_body .abo_src6_case .hor_box .swiper-container .swiper-wrapper .swiper-slide .hor_name {
            font-size: .24rem;
            line-height: 1.5;
            margin-top: .58rem;
            position: absolute;
            width: 160%;
            top: 100%;
            left: -30%;
            transition: font-size .5s ease-in-out;
            text-align: center; }
          .abo_body .abo_src6_case .hor_box .swiper-container .swiper-wrapper .swiper-slide.active {
            transform: none; }
            .abo_body .abo_src6_case .hor_box .swiper-container .swiper-wrapper .swiper-slide.active .hor_name {
              font-size: .3rem; }
    .abo_body .abo_src6_case .hor_box .hor_page_box {
      display: flex;
      align-items: center;
      margin-top: 1.25rem;
      justify-content: center; }
      .abo_body .abo_src6_case .hor_box .hor_page_box .swiper-button-prev, .abo_body .abo_src6_case .hor_box .hor_page_box .swiper-button-next {
        position: relative;
        left: auto;
        right: auto;
        top: auto;
        margin: 0;
        background-color: transparent;
        border: 2px solid #008e3b;
        background-image: none !important;
        color: #008e3b;
        transition: all .5s ease-in-out;
        border-radius: 100%;
        width: 1rem;
        height: 1rem;
        text-align: center;
        line-height: 1rem;
        font-size: .28rem; }
        @media screen and (orientation: landscape) {
          .abo_body .abo_src6_case .hor_box .hor_page_box .swiper-button-prev:hover, .abo_body .abo_src6_case .hor_box .hor_page_box .swiper-button-next:hover {
            background-color: #008e3b;
            color: #fff; } }
      .abo_body .abo_src6_case .hor_box .hor_page_box .swiper-pagination {
        display: flex;
        margin: 0 1.5rem;
        align-items: center;
        font-size: .24rem;
        line-height: 1.5;
        color: #000;
        position: relative;
        left: auto;
        bottom: auto;
        justify-content: center;
        width: auto;
        min-width: 1.1rem; }
        .abo_body .abo_src6_case .hor_box .hor_page_box .swiper-pagination div {
          color: #008e3b;
          font-family: CgFuturaMaxiBd; }
        .abo_body .abo_src6_case .hor_box .hor_page_box .swiper-pagination span {
          margin: 0 .15rem; }
.abo_body .abo_src7_case {
  padding-bottom: 1.2rem;
  padding-top: 1rem;
  text-align: center;
  position: relative;
  overflow: hidden; }
  .abo_body .abo_src7_case > img {
    width: 74%;
    top: 52%;
    right: 45%;
    position: absolute;
    pointer-events: none; }
  .abo_body .abo_src7_case .abo_hz_case {
    padding-top: .65rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: center; }
    .abo_body .abo_src7_case .abo_hz_case a {
      display: block;
      margin: .35rem 0;
      width: 22%; }
      .abo_body .abo_src7_case .abo_hz_case a::before {
        margin-top: 21%; }
      .abo_body .abo_src7_case .abo_hz_case a .img_box {
        background-position: center;
        background-size: contain; }
.abo_body .abo_src8_case {
  padding-top: .9rem;
  padding-bottom: 2.4rem;
  background-size: cover; }
  .abo_body .abo_src8_case .pub_det_title, .abo_body .abo_src8_case .pub_det_title_en {
    text-align: center;
    color: #fff; }
  .abo_body .abo_src8_case .abo_src8_con_box {
    margin-top: 1.3rem;
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .abo_body .abo_src8_case .abo_src8_con_box .pro_img_box {
      width: 50%; }
      .abo_body .abo_src8_case .abo_src8_con_box .pro_img_box::before {
        margin-top: 56.2857%; }
    .abo_body .abo_src8_case .abo_src8_con_box .abo_h_text {
      width: 42.357%;
      padding-right: 1rem;
      max-height: 3.7rem;
      overflow-y: auto;
      position: relative; }
      .abo_body .abo_src8_case .abo_src8_con_box .abo_h_text > div {
        margin-bottom: 1rem;
        color: #fff; }
        .abo_body .abo_src8_case .abo_src8_con_box .abo_h_text > div .abo_h_t {
          font-family: Futura-Medium;
          font-size: .9rem;
          line-height: .8;
          margin-bottom: .65rem; }
        .abo_body .abo_src8_case .abo_src8_con_box .abo_h_text > div .abo_h_t_sty {
          margin-bottom: .1rem;
          font-size: .18rem;
          line-height: 2; }
        .abo_body .abo_src8_case .abo_src8_con_box .abo_h_text > div div {
          transition: opacity .5s ease-in-out;
          position: relative;
          opacity: .5; }
        .abo_body .abo_src8_case .abo_src8_con_box .abo_h_text > div .vewN {
          opacity: 1; }

.btn_big_ck {
  display: none;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
  border-radius: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  width: 1.6rem;
  height: 1.6rem;
  justify-content: center;
  align-items: center;
  color: #0031c3;
  text-align: center;
  z-index: 10; }
  .btn_big_ck > div {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; }
  .btn_big_ck i {
    display: block;
    line-height: 1;
    font-size: .38rem; }
  .btn_big_ck span {
    line-height: 1;
    margin-top: .2rem;
    display: block;
    font-size: .24rem;
    font-weight: 700; }

.img_sha {
  background-color: rgba(0, 0, 0, 0.7);
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  display: none;
  z-index: 9999; }
  .img_sha > div {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 95%;
    background-color: #fff; }
    .img_sha > div .img_sha_close {
      position: absolute;
      right: 0;
      top: -.5rem;
      cursor: pointer;
      color: #fff;
      opacity: .5;
      z-index: 3;
      transition: all .5s ease-in-out; }
      @media screen and (orientation: landscape) {
        .img_sha > div .img_sha_close:hover {
          color: #008e3b; } }
    .img_sha > div .sha_img_box {
      overflow: auto;
      height: 85vh;
      width: 100%;
      margin: 0; }
      .img_sha > div .sha_img_box img {
        width: auto;
        max-width: none;
        display: block; }

@keyframes hintL {
  0% {
    transform: translateX(0); }
  100% {
    transform: translateX(-8px); } }
.dev_body .dev_con {
  position: absolute;
  top: 49%;
  transform: translateY(-50%);
  left: 7.7%;
  width: 92.3%; }
  .dev_body .dev_con .dev_title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row-reverse;
    padding-right: 14.5%; }
    .dev_body .dev_con .dev_title span {
      width: calc(100% - .66rem - 2.15rem - 2rem);
      background-color: rgba(255, 255, 255, 0.3);
      height: 1px; }
    .dev_body .dev_con .dev_title .pub_det_title {
      position: relative;
      color: #fff;
      font-weight: normal; }
      .dev_body .dev_con .dev_title .pub_det_title::before {
        content: '';
        position: absolute;
        left: 100%;
        top: 50%;
        margin-top: -.5px;
        width: 50vw;
        background-color: rgba(255, 255, 255, 0.3);
        height: 1px;
        display: block; }
    .dev_body .dev_con .dev_title .pub_det_title_en {
      color: #fff; }
      @media screen and (orientation: landscape) {
        .dev_body .dev_con .dev_title .pub_det_title_en {
          margin-top: 0;
          font-size: .36rem; } }
  .dev_body .dev_con .swiper-container {
    margin-top: .85rem;
    overflow: visible; }
    .dev_body .dev_con .swiper-container .swiper-slide {
      position: relative; }
      .dev_body .dev_con .swiper-container .swiper-slide:last-child .dev_con_box .pro_img_box .img_box, .dev_body .dev_con .swiper-container .swiper-slide.active .dev_con_box .pro_img_box .img_box {
        opacity: 1; }
      .dev_body .dev_con .swiper-container .swiper-slide:last-child .dev_con_box .dev_con_text_case .dev_con_text_box, .dev_body .dev_con .swiper-container .swiper-slide.active .dev_con_box .dev_con_text_case .dev_con_text_box {
        opacity: 1; }
        .dev_body .dev_con .swiper-container .swiper-slide:last-child .dev_con_box .dev_con_text_case .dev_con_text_box > .dev_num span:nth-child(2), .dev_body .dev_con .swiper-container .swiper-slide.active .dev_con_box .dev_con_text_case .dev_con_text_box > .dev_num span:nth-child(2) {
          height: 50%;
          transition: height .5s ease-in-out .5s; }
    .dev_body .dev_con .swiper-container .dev_con_box {
      display: block; }
      .dev_body .dev_con .swiper-container .dev_con_box .pro_img_box {
        width: 72.727%;
        background-color: #000; }
        .dev_body .dev_con .swiper-container .dev_con_box .pro_img_box::before {
          margin-top: 80%; }
        .dev_body .dev_con .swiper-container .dev_con_box .pro_img_box .img_box {
          opacity: .6;
          transition: opacity .5s ease-in-out; }
      .dev_body .dev_con .swiper-container .dev_con_box .dev_con_text_case {
        background-color: #000;
        position: absolute;
        right: 0;
        transform: translateY(-50%);
        top: 50%;
        z-index: 2;
        height: 70.5%;
        width: 48.5%;
        box-shadow: 0 0.5rem 0.15rem -0.5rem rgba(10, 33, 85, 0.3); }
        .dev_body .dev_con .swiper-container .dev_con_box .dev_con_text_case .dev_con_text_box {
          background-color: #fff;
          padding: 20% 12.5% 11.25%;
          display: flex;
          flex-direction: column;
          justify-content: space-between;
          position: relative;
          height: 100%;
          opacity: .6;
          transition: opacity .5s ease-in-out; }
          .dev_body .dev_con .swiper-container .dev_con_box .dev_con_text_case .dev_con_text_box > .dev_num {
            position: absolute;
            right: 0;
            top: 0;
            transform: translateY(-50%);
            width: 2rem; }
            .dev_body .dev_con .swiper-container .dev_con_box .dev_con_text_case .dev_con_text_box > .dev_num span {
              display: block;
              width: 100%;
              height: .72rem;
              line-height: .72rem;
              text-align: right;
              font-size: .72rem;
              color: #008e3b;
              font-family: Futura-Light; }
              .dev_body .dev_con .swiper-container .dev_con_box .dev_con_text_case .dev_con_text_box > .dev_num span:nth-child(2) {
                position: absolute;
                right: 0;
                top: 0;
                color: #fff;
                height: 100%;
                overflow: hidden;
                transition: height .5s ease-in-out; }
          .dev_body .dev_con .swiper-container .dev_con_box .dev_con_text_case .dev_con_text_box .dev_tit {
            font-size: .24rem;
            line-height: 1.2;
            color: #000;
            font-weight: 700;
            margin-bottom: .25rem;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 2;
            overflow: hidden; }
          .dev_body .dev_con .swiper-container .dev_con_box .dev_con_text_case .dev_con_text_box .dev_info {
            font-size: .16rem;
            color: #333;
            line-height: 1.71;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 4;
            overflow: hidden; }
          .dev_body .dev_con .swiper-container .dev_con_box .dev_con_text_case .dev_con_text_box .dev_page_h {
            display: flex;
            align-items: center;
            justify-content: space-between;
            position: relative; }
            .dev_body .dev_con .swiper-container .dev_con_box .dev_con_text_case .dev_con_text_box .dev_page_h .dev_page {
              display: flex;
              align-items: flex-start; }
              .dev_body .dev_con .swiper-container .dev_con_box .dev_con_text_case .dev_con_text_box .dev_page_h .dev_page span {
                font-size: .12rem;
                line-height: 1;
                font-family: CgFuturaMaxiLt;
                color: #333333; }
                .dev_body .dev_con .swiper-container .dev_con_box .dev_con_text_case .dev_con_text_box .dev_page_h .dev_page span.on {
                  font-size: .24rem;
                  color: #008e3b;
                  font-family: CgFuturaMaxiBd; }
            .dev_body .dev_con .swiper-container .dev_con_box .dev_con_text_case .dev_con_text_box .dev_page_h .sty_btn_s {
              position: absolute;
              left: calc(100% - .3rem);
              top: 50%;
              margin-top: -.5px;
              transition: all .3s ease-in-out; }
      @media screen and (orientation: landscape) {
        .dev_body .dev_con .swiper-container .dev_con_box:hover .dev_con_text_case .dev_con_text_box .dev_page_h .sty_btn_s {
          left: calc(100% - .55rem); } }
.dev_body .scroll_hint {
  bottom: .6rem;
  display: flex;
  align-items: center;
  left: 7.7%;
  transform: none; }
  .dev_body .scroll_hint .iconfont {
    animation: hintL 0.5s cubic-bezier(0.56, 0.01, 0.46, 1) infinite alternate;
    margin-left: .24rem; }
  .dev_body .scroll_hint .tex {
    margin: 0; }

.sev_navbox {
  display: flex;
  background-color: rgba(255, 255, 255, 0.15); }
  .sev_navbox a {
    flex: 1;
    text-align: center;
    background-color: transparent;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    font-size: .16rem;
    line-height: .2rem;
    padding: .3rem .05rem;
    vertical-align: middle;
    display: flex;
    align-items: center;
    justify-content: center; }
    .sev_navbox a::before {
      background-color: #008e3b; }
    .sev_navbox a.btn_sty.btn_hover:hover::before {
      background-color: #008e3b; }

.ser_body .ser_src1_case {
  padding: 2.5rem 0 3.2rem;
  background-size: 100% auto;
  background-position: center top;
  background-repeat: no-repeat; }
  .ser_body .ser_src1_case .dot_case_sty {
    width: 5.5rem;
    height: 5.5rem;
    position: relative;
    border-radius: 100%;
    margin: 0 auto; }
    .ser_body .ser_src1_case .dot_case_sty > img {
      width: 100%;
      height: 100%;
      display: block; }
    .ser_body .ser_src1_case .dot_case_sty .ser_logo {
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      width: 100%; }
      .ser_body .ser_src1_case .dot_case_sty .ser_logo img {
        display: block;
        margin: 0 auto .28rem;
        width: 25.3%; }
      .ser_body .ser_src1_case .dot_case_sty .ser_logo > div {
        font-size: .44rem;
        line-height: 1.227;
        text-align: center;
        color: #000; }
    .ser_body .ser_src1_case .dot_case_sty .ser_ser1_con {
      position: absolute;
      width: 100%;
      height: 100%;
      left: 0;
      top: 0; }
      .ser_body .ser_src1_case .dot_case_sty .ser_ser1_con i {
        display: block;
        width: .8rem;
        height: .8rem;
        line-height: .8rem;
        text-align: center;
        color: #fff;
        font-size: .38rem;
        border-radius: 100%;
        overflow: hidden; }
      .ser_body .ser_src1_case .dot_case_sty .ser_ser1_con .ser_src1_tit {
        font-size: .24rem;
        line-height: 1;
        color: #000;
        font-weight: 700; }
      .ser_body .ser_src1_case .dot_case_sty .ser_ser1_con .ser_src1_tit_en {
        font-size: .18rem;
        line-height: 1;
        color: #000;
        margin-top: .13rem;
        font-family: Futura-Light; }
      .ser_body .ser_src1_case .dot_case_sty .ser_ser1_con .ser_me_ {
        position: absolute;
        transform: translate(-50%, -50%); }
        .ser_body .ser_src1_case .dot_case_sty .ser_ser1_con .ser_me_ .at_on {
          position: relative; }
          .ser_body .ser_src1_case .dot_case_sty .ser_ser1_con .ser_me_ .at_on > div {
            position: absolute;
            width: 30vw; }
        .ser_body .ser_src1_case .dot_case_sty .ser_ser1_con .ser_me_:nth-child(1) {
          left: 50%;
          top: 0; }
          .ser_body .ser_src1_case .dot_case_sty .ser_ser1_con .ser_me_:nth-child(1) i {
            background: #008e3b; }
          .ser_body .ser_src1_case .dot_case_sty .ser_ser1_con .ser_me_:nth-child(1) .at_on > div {
            text-align: center;
            bottom: 100%;
            left: 50%;
            transform: translateX(-50%);
            margin-bottom: .3rem; }
        .ser_body .ser_src1_case .dot_case_sty .ser_ser1_con .ser_me_:nth-child(2) {
          left: 85%;
          top: 15%; }
          .ser_body .ser_src1_case .dot_case_sty .ser_ser1_con .ser_me_:nth-child(2) i {
            background: #00AEEB; }
          .ser_body .ser_src1_case .dot_case_sty .ser_ser1_con .ser_me_:nth-child(2) .at_on > div {
            top: 50%;
            left: 100%;
            transform: translateY(-50%);
            margin-left: .3rem; }
        .ser_body .ser_src1_case .dot_case_sty .ser_ser1_con .ser_me_:nth-child(3) {
          left: 100%;
          top: 50%; }
          .ser_body .ser_src1_case .dot_case_sty .ser_ser1_con .ser_me_:nth-child(3) i {
            background: #29B5B2; }
          .ser_body .ser_src1_case .dot_case_sty .ser_ser1_con .ser_me_:nth-child(3) .at_on > div {
            top: 50%;
            left: 100%;
            transform: translateY(-50%);
            margin-left: .3rem; }
        .ser_body .ser_src1_case .dot_case_sty .ser_ser1_con .ser_me_:nth-child(4) {
          left: 85%;
          top: 85%; }
          .ser_body .ser_src1_case .dot_case_sty .ser_ser1_con .ser_me_:nth-child(4) i {
            background: #6DBA4F; }
          .ser_body .ser_src1_case .dot_case_sty .ser_ser1_con .ser_me_:nth-child(4) .at_on > div {
            top: 50%;
            left: 100%;
            transform: translateY(-50%);
            margin-left: .3rem; }
        .ser_body .ser_src1_case .dot_case_sty .ser_ser1_con .ser_me_:nth-child(5) {
          left: 50%;
          top: 100%; }
          .ser_body .ser_src1_case .dot_case_sty .ser_ser1_con .ser_me_:nth-child(5) i {
            background: #F29600; }
          .ser_body .ser_src1_case .dot_case_sty .ser_ser1_con .ser_me_:nth-child(5) .at_on > div {
            text-align: center;
            top: 100%;
            left: 50%;
            transform: translateX(-50%);
            margin-top: .3rem; }
        .ser_body .ser_src1_case .dot_case_sty .ser_ser1_con .ser_me_:nth-child(6) {
          left: 15%;
          top: 85%; }
          .ser_body .ser_src1_case .dot_case_sty .ser_ser1_con .ser_me_:nth-child(6) i {
            background: #E84746; }
          .ser_body .ser_src1_case .dot_case_sty .ser_ser1_con .ser_me_:nth-child(6) .at_on > div {
            text-align: right;
            top: 50%;
            right: 100%;
            transform: translateY(-50%);
            margin-right: .3rem; }
        .ser_body .ser_src1_case .dot_case_sty .ser_ser1_con .ser_me_:nth-child(7) {
          left: 0;
          top: 50%; }
          .ser_body .ser_src1_case .dot_case_sty .ser_ser1_con .ser_me_:nth-child(7) i {
            background: #A560A2; }
          .ser_body .ser_src1_case .dot_case_sty .ser_ser1_con .ser_me_:nth-child(7) .at_on > div {
            text-align: right;
            top: 50%;
            right: 100%;
            transform: translateY(-50%);
            margin-right: .3rem; }
        .ser_body .ser_src1_case .dot_case_sty .ser_ser1_con .ser_me_:nth-child(8) {
          left: 15%;
          top: 15%; }
          .ser_body .ser_src1_case .dot_case_sty .ser_ser1_con .ser_me_:nth-child(8) i {
            background: #0080CB; }
          .ser_body .ser_src1_case .dot_case_sty .ser_ser1_con .ser_me_:nth-child(8) .at_on > div {
            text-align: right;
            top: 50%;
            right: 100%;
            transform: translateY(-50%);
            margin-right: .3rem; }
.ser_body .ser_src2_case {
  padding-bottom: 2rem; }

.ser_con_m {
  display: flex;
  align-items: flex-start;
  position: relative; }
  .ser_con_m .pro_img_box {
    width: 50%;
    background-color: #000; }
    .ser_con_m .pro_img_box::before {
      margin-left: 100%; }
    .ser_con_m .pro_img_box .img_box {
      transition: all .5s ease-in-out; }
    .ser_con_m .pro_img_box .iconfont {
      display: none; }
  .ser_con_m .ser_text_box {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-wrap: wrap;
    height: 5.65rem; }
    .ser_con_m .ser_text_box .iconfont {
      font-size: .7rem;
      color: #008e3b;
      display: block;
      line-height: 1; }
    .ser_con_m .ser_text_box .ser_tit {
      margin: .7rem 0 .6rem;
      font-size: .36rem;
      color: #000;
      font-weight: 700; }
    @media screen and (orientation: landscape) {
      .ser_con_m .ser_text_box .pub_info {
        line-height: 1.875;
        text-align: left;
        margin-top: 0; } }
  .ser_con_m .ser_num_box {
    position: absolute;
    width: 50%;
    bottom: calc(100 / 700 * 100%);
    left: 0;
    font-size: .16rem;
    line-height: 1;
    font-family: Futura-Light;
    color: rgba(0, 0, 0, 0.6); }
    .ser_con_m .ser_num_box .ser_btn {
      position: absolute;
      left: calc(100% - 1.54rem);
      top: 50%;
      margin-top: -.5px; }
      .ser_con_m .ser_num_box .ser_btn .iconfont_sty {
        background-color: #008e3b; }
        .ser_con_m .ser_num_box .ser_btn .iconfont_sty::after, .ser_con_m .ser_num_box .ser_btn .iconfont_sty::before {
          background-color: #008e3b; }
  @media screen and (orientation: landscape) {
    .ser_con_m:hover .pro_img_box .img_box {
      transform: translate(-50%, -50%) scale(1.1);
      opacity: .8; }
    .ser_con_m:nth-child(odd) {
      flex-direction: row-reverse; }
    .ser_con_m:nth-child(even) .ser_num_box {
      left: auto;
      right: 0;
      text-align: right; }
      .ser_con_m:nth-child(even) .ser_num_box .ser_btn {
        right: calc(100% - 1.68rem);
        left: auto; }
        .ser_con_m:nth-child(even) .ser_num_box .ser_btn .iconfont_sty::before {
          left: 0;
          right: auto;
          transform: rotate(-45deg);
          transform-origin: 0 50%; }
        .ser_con_m:nth-child(even) .ser_num_box .ser_btn .iconfont_sty::after {
          left: 0;
          right: auto;
          transform: rotate(45deg);
          transform-origin: 0 50%; }
    .ser_con_m:nth-child(even) .ser_text_box {
      text-align: right; }
      .ser_con_m:nth-child(even) .ser_text_box .pub_info {
        line-height: 1.875;
        text-align: right; } }

.det_search_case {
  border-bottom: 1px solid rgba(0, 0, 0, 0.5); }
  .det_search_case form {
    display: flex; }
    .det_search_case form input {
      display: block;
      width: calc(100% - .24rem);
      padding: .19rem .19rem .19rem 0;
      font-size: .16rem;
      line-height: .24rem;
      text-indent: 0;
      color: #000;
      font-family: Futura-Light;
      background-color: transparent;
      border: none; }
      .det_search_case form input::-webkit-input-placeholder {
        color: #000000; }
      .det_search_case form input::-moz-input-placeholder {
        color: #000000; }
      .det_search_case form input::-ms-input-placeholder {
        color: #000000; }
    .det_search_case form a {
      display: block;
      width: .24rem;
      padding: .19rem 0;
      line-height: .24rem;
      color: #008e3b;
      cursor: pointer;
      transition: color .3s ease-in-out; }
      @media screen and (orientation: landscape) {
        .det_search_case form a:hover {
          color: #a00f01; } }

.det_page_box {
  display: flex;
  justify-content: center;
  align-items: center; }
  .det_page_box a {
    font-size: .13rem;
    width: .26rem;
    text-align: center;
    line-height: .4rem;
    height: .4rem;
    color: #000;
    cursor: pointer;
    transition: all .3s ease-in-out;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start; }
    .det_page_box a.none {
      opacity: .6;
      pointer-events: none; }
    .det_page_box a:first-child {
      align-items: flex-end; }
      .det_page_box a:first-child .iconfont_sty::before {
        left: 0;
        right: auto;
        transform: rotate(-45deg);
        transform-origin: 0 50%; }
      .det_page_box a:first-child .iconfont_sty::after {
        left: 0;
        right: auto;
        transform: rotate(45deg);
        transform-origin: 0 50%; }
    .det_page_box a .iconfont_sty {
      background-color: #000; }
      .det_page_box a .iconfont_sty::before, .det_page_box a .iconfont_sty:after {
        background-color: #000; }
    @media screen and (orientation: landscape) {
      .det_page_box a:hover {
        color: #a00f01; }
        .det_page_box a:hover .iconfont_sty {
          background-color: #008e3b; }
          .det_page_box a:hover .iconfont_sty::before, .det_page_box a:hover .iconfont_sty:after {
            background-color: #008e3b; }
      .det_page_box a:first-child {
        transform: translateX(-50%); }
      .det_page_box a:last-child {
        transform: translateX(50%); } }
  .det_page_box > div {
    margin: 0 15.5%;
    display: flex;
    align-items: flex-start; }
    .det_page_box > div span {
      font-size: .16rem;
      line-height: 1;
      color: #333;
      font-family: CgFuturaMaxiLt; }
      .det_page_box > div span.on {
        color: #008e3b;
        font-family: CgFuturaMaxiBd;
        font-size: .48rem; }

.new_list_box {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap; }
  @media all and (min-width: 1025px) {
    .new_list_box {
      padding-bottom: 13.786%; } }
  .new_list_box > div {
    width: 47.857%; }
    .new_list_box > div a {
      display: block;
      width: 100%;
      margin-bottom: 8.95522%;
      overflow: hidden;
      position: relative; }
      .new_list_box > div a.scroll-animate {
        opacity: 0; }
      .new_list_box > div a .pro_img_box:before {
        margin-top: 71.6418%; }
      .new_list_box > div a .pro_img_box > img {
        position: absolute;
        width: 100%;
        bottom: 0;
        left: 0;
        z-index: 1;
        transition: opacity .3s ease-in-out;
        pointer-events: none; }
      .new_list_box > div a .btn_sty {
        border: 1px solid rgba(255, 255, 255, 0.5);
        border-radius: 0;
        width: 1.4rem;
        line-height: .48rem;
        padding: 0;
        background-color: transparent;
        right: .2rem;
        top: .2rem;
        position: absolute;
        z-index: 3; }
        .new_list_box > div a .btn_sty span {
          color: #fff;
          text-transform: capitalize;
          font-family: Futura-Medium;
          letter-spacing: .1em;
          font-size: .18rem; }
      .new_list_box > div a .new_bottom_txt {
        position: absolute;
        bottom: 0;
        width: 100%;
        left: 0;
        color: #fff;
        transition: all .5s ease-in-out;
        padding: .34rem .36rem;
        z-index: 4; }
        .new_list_box > div a .new_bottom_txt .new_tit {
          white-space: nowrap;
          overflow: hidden;
          text-overflow: ellipsis;
          font-weight: 700;
          font-size: .24rem;
          text-shadow: 0 18px 40px rgba(0, 0, 0, 0.84);
          line-height: 1.5;
          transition: all .5s ease-in-out; }
          .new_list_box > div a .new_bottom_txt .new_tit br {
            display: none; }
        .new_list_box > div a .new_bottom_txt .new_info {
          color: #333333;
          opacity: 0;
          transform: translateY(100%); }
        .new_list_box > div a .new_bottom_txt .new_info, .new_list_box > div a .new_bottom_txt .new_time {
          font-size: .16rem;
          line-height: 1.66;
          transition: all .5s ease-in-out;
          white-space: nowrap;
          overflow: hidden;
          text-overflow: ellipsis;
          margin-top: .18rem; }
        .new_list_box > div a .new_bottom_txt .new_time {
          font-family: Futura-Light;
          position: absolute;
          left: .36rem;
          bottom: .34rem;
          width: 80%; }
      @media screen and (orientation: landscape) {
        .new_list_box > div a:last-child {
          margin-bottom: 0; }
        .new_list_box > div a:hover .pro_img_box > img {
          opacity: 0; }
        .new_list_box > div a:hover .btn_sty {
          border-color: transparent; }
          .new_list_box > div a:hover .btn_sty::before {
            left: 0;
            right: auto;
            opacity: 1;
            background-color: #a00f01;
            width: 120%; }
        .new_list_box > div a:hover .new_bottom_txt {
          background-color: rgba(255, 255, 255, 0.95); }
          .new_list_box > div a:hover .new_bottom_txt .new_tit {
            color: #000;
            text-shadow: none; }
          .new_list_box > div a:hover .new_bottom_txt .new_info {
            opacity: 1;
            transform: none; }
          .new_list_box > div a:hover .new_bottom_txt .new_time {
            opacity: 0;
            transform: translateY(100%); } }

.news_body .new_src1_case {
  padding-top: 1.4rem;
  padding-bottom: 1.44rem; }
  .news_body .new_src1_case .pub_case {
    position: relative; }
    @media screen and (orientation: landscape) {
      .news_body .new_src1_case .pub_case {
        width: 64%; } }
    .news_body .new_src1_case .pub_case .el_img {
      position: absolute;
      width: 70%;
      left: 52.14%;
      top: 0;
      z-index: 0; }
      .news_body .new_src1_case .pub_case .el_img img {
        display: block;
        width: 100%; }
    .news_body .new_src1_case .pub_case .new_sea {
      width: 47.857%;
      position: absolute;
      z-index: 1;
      top: 0;
      right: 0; }
      .news_body .new_src1_case .pub_case .new_sea .det_search_case {
        margin: 10.89% auto 0;
        width: 74.6264%; }
    .news_body .new_src1_case .pub_case .new_page {
      width: 47.857%;
      position: absolute;
      z-index: 1;
      left: 0;
      bottom: .3rem; }
      .news_body .new_src1_case .pub_case .new_page .det_page_box {
        margin-top: 17.9%; }
    @media screen and (orientation: landscape) {
      .news_body .new_src1_case .pub_case .new_list_box > div {
        margin-bottom: 9.2857%; }
        .news_body .new_src1_case .pub_case .new_list_box > div:nth-last-child(1), .news_body .new_src1_case .pub_case .new_list_box > div:nth-last-child(2) {
          margin-bottom: 0; } }
    @media screen and (orientation: landscape) {
      .news_body .new_src1_case .pub_case .new_list_box > div:nth-child(1) a .pro_img_box:before, .news_body .new_src1_case .pub_case .new_list_box > div:nth-child(4) a .pro_img_box:before {
        margin-top: 152.2388%; }
      .news_body .new_src1_case .pub_case .new_list_box > div:nth-child(1) a .new_bottom_txt .new_tit, .news_body .new_src1_case .pub_case .new_list_box > div:nth-child(4) a .new_bottom_txt .new_tit {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2; }
        .news_body .new_src1_case .pub_case .new_list_box > div:nth-child(1) a .new_bottom_txt .new_tit br, .news_body .new_src1_case .pub_case .new_list_box > div:nth-child(4) a .new_bottom_txt .new_tit br {
          display: block; }
      .news_body .new_src1_case .pub_case .new_list_box > div:nth-child(2) {
        margin-top: 13.786%; }
      .news_body .new_src1_case .pub_case .new_list_box > div:nth-child(3) {
        margin-top: -13.786%; }
      .news_body .new_src1_case .pub_case .new_list_box > div:nth-child(4) {
        margin-bottom: -13.786%; } }
.news_body .inew_src1_case {
  padding-top: 2rem;
  padding-bottom: .5rem;
  position: relative;
  overflow: hidden; }
  .news_body .inew_src1_case .el_img {
    width: 102%;
    position: absolute;
    left: -1%;
    top: .7rem; }
    .news_body .inew_src1_case .el_img img {
      width: 100%; }
  .news_body .inew_src1_case .pub_case {
    position: relative;
    z-index: 1; }
    .news_body .inew_src1_case .pub_case .new_sea {
      display: block;
      width: 35.7%;
      margin: 0 auto; }
    .news_body .inew_src1_case .pub_case .inwe_list_box {
      margin-top: .7rem; }
      .news_body .inew_src1_case .pub_case .inwe_list_box a {
        display: block;
        position: relative;
        cursor: pointer; }
        .news_body .inew_src1_case .pub_case .inwe_list_box a .pro_img_box {
          transition: all .5s ease-in-out; }
          .news_body .inew_src1_case .pub_case .inwe_list_box a .pro_img_box::before {
            margin-top: 28.57%; }
        .news_body .inew_src1_case .pub_case .inwe_list_box a .ii_text_box {
          padding-top: 3.57%;
          padding-bottom: 3.57%;
          margin-bottom: 3.57%; }
          @media screen and (orientation: landscape) {
            .news_body .inew_src1_case .pub_case .inwe_list_box a .ii_text_box {
              position: relative; } }
          .news_body .inew_src1_case .pub_case .inwe_list_box a .ii_text_box .ii_tit {
            font-size: .3rem;
            font-weight: 700;
            color: #000000;
            line-height: 1;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis; }
            @media screen and (orientation: landscape) {
              .news_body .inew_src1_case .pub_case .inwe_list_box a .ii_text_box .ii_tit {
                width: 80%; } }
          .news_body .inew_src1_case .pub_case .inwe_list_box a .ii_text_box .ii_tit_info {
            font-size: .18rem;
            font-family: Futura-Light;
            color: #666666;
            line-height: 1;
            margin-top: .3rem; }
          .news_body .inew_src1_case .pub_case .inwe_list_box a .ii_text_box .btn_sty {
            border: 1px solid rgba(0, 0, 0, 0.5);
            width: 1.4rem;
            line-height: .48rem;
            border-radius: 0;
            padding: 0;
            text-align: center;
            position: absolute;
            right: 0;
            top: 50%;
            background-color: transparent;
            transform: translateY(-50%); }
            .news_body .inew_src1_case .pub_case .inwe_list_box a .ii_text_box .btn_sty::before {
              background-color: #008e3b; }
            .news_body .inew_src1_case .pub_case .inwe_list_box a .ii_text_box .btn_sty span {
              color: #333333;
              font-size: .14rem;
              text-transform: uppercase;
              font-family: Futura-Light;
              letter-spacing: .1em;
              transition: all .5s ease-in-out; }
        @media screen and (orientation: landscape) {
          .news_body .inew_src1_case .pub_case .inwe_list_box a:hover .pro_img_box {
            box-shadow: 0 0.5rem 1rem -0.5rem rgba(81, 87, 92, 0.5); }
          .news_body .inew_src1_case .pub_case .inwe_list_box a:hover .ii_text_box .btn_sty {
            border-color: transparent; }
            .news_body .inew_src1_case .pub_case .inwe_list_box a:hover .ii_text_box .btn_sty::before {
              left: 0;
              right: auto;
              opacity: 1;
              width: 120%; }
            .news_body .inew_src1_case .pub_case .inwe_list_box a:hover .ii_text_box .btn_sty span {
              color: #fff; } }

.soc_con_m {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 8.5%; }
  .soc_con_m:last-child {
    margin-bottom: 0; }
  .soc_con_m .soc_img_box {
    width: 50%;
    position: relative;
    overflow: hidden; }
    .soc_con_m .soc_img_box .soc_num {
      position: absolute;
      top: .3rem;
      right: .3rem;
      font-family: CgFuturaMaxiBd;
      font-size: .3rem;
      line-height: 1;
      color: #fff;
      z-index: 2; }
    .soc_con_m .soc_img_box img {
      width: 100%;
      transition: all .5s ease-in-out;
      display: block; }
  .soc_con_m .soc_text_box {
    margin-top: 4.6%;
    width: 44%;
    color: #000; }
    .soc_con_m .soc_text_box .soc_tit {
      display: flex;
      align-items: center;
      position: relative; }
      .soc_con_m .soc_text_box .soc_tit span {
        width: calc(100% - 1.2rem);
        font-weight: 700;
        font-size: .48rem;
        line-height: 1; }
      .soc_con_m .soc_text_box .soc_tit .iconfont_sty {
        display: none;
        position: absolute;
        right: 0;
        top: 50%;
        margin-top: -.5px;
        background-color: #008e3b; }
        .soc_con_m .soc_text_box .soc_tit .iconfont_sty::before, .soc_con_m .soc_text_box .soc_tit .iconfont_sty::after {
          background-color: #008e3b; }
    .soc_con_m .soc_text_box .soc_info {
      margin-top: .28rem;
      font-size: .24rem;
      line-height: 1.66; }
    .soc_con_m .soc_text_box .soc_me_box {
      font-size: .16rem;
      color: rgba(0, 0, 0, 0.8);
      line-height: 1.71;
      margin-top: .48rem; }
      @media screen and (orientation: landscape) {
        .soc_con_m .soc_text_box .soc_me_box {
          font-weight: 300; } }
      .soc_con_m .soc_text_box .soc_me_box div {
        font-size: .24rem;
        margin-bottom: .14rem;
        margin-top: .34rem; }
        .soc_con_m .soc_text_box .soc_me_box div:first-child {
          margin-top: 0; }
  .soc_con_m .soc_lb_box {
    margin-top: 16%; }
    .soc_con_m .soc_lb_box .swiper-slide {
      display: flex;
      flex-wrap: wrap; }
      .soc_con_m .soc_lb_box .swiper-slide .pro_img_box {
        width: 25%;
        margin-bottom: .12rem; }
        .soc_con_m .soc_lb_box .swiper-slide .pro_img_box::before {
          margin-top: 50%; }
        .soc_con_m .soc_lb_box .swiper-slide .pro_img_box .img_box {
          background-size: contain;
          background-position: center; }
    .soc_con_m .soc_lb_box .swiper-pagination {
      position: relative;
      margin-top: .5rem;
      text-align: center; }
      .soc_con_m .soc_lb_box .swiper-pagination .swiper-pagination-bullet {
        width: 6px;
        height: 6px;
        background-color: #000;
        opacity: .2;
        margin: 0 .12rem;
        border: none; }
        .soc_con_m .soc_lb_box .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
          width: 6px;
          height: 6px;
          opacity: 1;
          background-color: #008e3b; }
  @media screen and (orientation: landscape) {
    .soc_con_m:hover .soc_img_box img {
      transform: scale(1.1); }
    .soc_con_m:nth-child(odd) {
      flex-direction: row-reverse; }
      .soc_con_m:nth-child(odd) .soc_text_box .soc_tit .iconfont_sty {
        right: auto;
        left: calc(100% - .3rem); }
    .soc_con_m:nth-child(even) .soc_img_box .soc_num {
      top: auto;
      right: auto;
      bottom: .3rem;
      left: .3rem; }
    .soc_con_m:nth-child(even) .soc_text_box .soc_tit .iconfont_sty::before {
      left: 0;
      right: auto;
      transform: rotate(-45deg);
      transform-origin: 0 50%; }
    .soc_con_m:nth-child(even) .soc_text_box .soc_tit .iconfont_sty::after {
      left: 0;
      right: auto;
      transform: rotate(45deg);
      transform-origin: 0 50%; } }

.soc_body .soc_src1_case {
  position: relative; }
  .soc_body .soc_src1_case > .pro_img_box::before {
    margin-top: 53.125%; }
  .soc_body .soc_src1_case > .pub_case {
    top: 10.3vw;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2; }
    .soc_body .soc_src1_case > .pub_case .soc_info {
      font-size: .24rem;
      line-height: .48rem;
      text-align: center;
      color: #000; }
      @media screen and (orientation: landscape) {
        .soc_body .soc_src1_case > .pub_case .soc_info {
          font-weight: 300; } }
      .soc_body .soc_src1_case > .pub_case .soc_info span {
        font-weight: 700; }
    .soc_body .soc_src1_case > .pub_case .soc_info_en {
      margin-top: 7.1%;
      text-align: center;
      font-size: .15rem;
      line-height: 1.166;
      color: rgba(0, 0, 0, 0.6);
      font-family: Futura-Light; }
.soc_body .soc_src2_case {
  padding: 2rem 0; }
.soc_body .soc_src3_case {
  background-position: center;
  background-size: cover;
  padding-top: 1.2rem;
  padding-bottom: 1.1rem;
  position: relative;
  z-index: 0;
  color: #fff;
  text-align: center; }
  .soc_body .soc_src3_case::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.5); }
  .soc_body .soc_src3_case .soc_src3_h {
    font-size: .18rem;
    line-height: 1;
    margin-bottom: 14%; }
    @media screen and (orientation: landscape) {
      .soc_body .soc_src3_case .soc_src3_h {
        font-weight: 300; }
        .soc_body .soc_src3_case .soc_src3_h br {
          display: none; } }
  .soc_body .soc_src3_case .iconfont {
    display: block;
    font-size: .9rem;
    line-height: 1;
    text-align: center;
    margin-bottom: 3.8%; }
  .soc_body .soc_src3_case .soc_src3_t {
    font-weight: 700;
    font-size: .6rem;
    line-height: 1.333; }
    .soc_body .soc_src3_case .soc_src3_t span {
      position: relative; }
      .soc_body .soc_src3_case .soc_src3_t span:before {
        content: '';
        display: block;
        height: 4px;
        width: 100%;
        position: absolute;
        bottom: 0;
        left: 0;
        background-color: #fff; }
  .soc_body .soc_src3_case .soc_src3_b {
    margin-top: 13.57%;
    font-size: .18rem;
    line-height: 1.6666; }
    @media screen and (orientation: landscape) {
      .soc_body .soc_src3_case .soc_src3_b {
        font-weight: 300; } }

@media screen and (orientation: landscape) {
  .cot_body .ser_con_m:first-child {
    margin-top: -.5rem; }
  .cot_body .ser_con_m .ser_text_box .ser_tit {
    margin-bottom: .35rem; } }
.cot_body .cot_src2_case {
  padding-bottom: 1.15rem;
  padding-top: .45rem;
  position: relative;
  overflow: hidden; }
  .cot_body .cot_src2_case .el_img {
    position: absolute;
    pointer-events: none;
    left: 40%;
    top: 60%; }
  .cot_body .cot_src2_case .cot_en_tit {
    font-size: 1.5rem;
    line-height: 1;
    font-family: Futura-Medium;
    color: #008e3b;
    margin-bottom: .1rem; }
    .cot_body .cot_src2_case .cot_en_tit div:nth-child(2) {
      font-size: 1rem; }
  .cot_body .cot_src2_case .pub_det_title, .cot_body .cot_src2_case .pub_det_title_en {
    text-align: right; }
  .cot_body .cot_src2_case .cot_im_box {
    display: flex;
    margin-top: -.53rem;
    align-items: flex-end;
    justify-content: space-between; }
    .cot_body .cot_src2_case .cot_im_box > .pro_img_box {
      width: 61.357%;
      margin-left: -5.6%; }
      .cot_body .cot_src2_case .cot_im_box > .pro_img_box::before {
        margin-top: 74.97%; }
    .cot_body .cot_src2_case .cot_im_box .cot_im {
      width: 35%;
      display: flex;
      align-items: center;
      flex-wrap: wrap;
      justify-content: space-between;
      margin-bottom: 6%; }
      .cot_body .cot_src2_case .cot_im_box .cot_im .pro_img_box {
        width: 42.8%;
        margin: .2rem 0; }
        .cot_body .cot_src2_case .cot_im_box .cot_im .pro_img_box::before {
          margin-top: 34.2%; }
        .cot_body .cot_src2_case .cot_im_box .cot_im .pro_img_box .img_box {
          background-size: contain;
          background-position: center;
          background-repeat: no-repeat; }

.indc_body .indc_src1_case {
  padding-top: 16.7%;
  padding-bottom: 8.07%;
  position: relative; }
  .indc_body .indc_src1_case .indc_src1_txt_box {
    width: 47.57%; }
    @media screen and (orientation: landscape) {
      .indc_body .indc_src1_case .indc_src1_txt_box {
        margin-left: -7.2%; }
        .indc_body .indc_src1_case .indc_src1_txt_box .pub_det_title {
          line-height: 1.25; }
        .indc_body .indc_src1_case .indc_src1_txt_box .pub_det_title_en {
          font-size: .12rem;
          text-align: right;
          line-height: 1;
          margin-top: .65rem;
          color: rgba(0, 0, 0, 0.6); }
        .indc_body .indc_src1_case .indc_src1_txt_box .pub_info {
          margin-top: 27.6%; } }
    .indc_body .indc_src1_case .indc_src1_txt_box .indc_y {
      display: flex;
      align-items: flex-end;
      color: #484848;
      font-family: CgFuturaMaxiLt;
      font-size: .6rem;
      text-transform: uppercase;
      line-height: .75;
      margin-bottom: .55rem; }
      .indc_body .indc_src1_case .indc_src1_txt_box .indc_y div {
        color: #d02f1f;
        font-family: CgFuturaMaxiBd;
        margin-left: .4em; }
    .indc_body .indc_src1_case .indc_src1_txt_box .indc_h {
      font-size: .3rem;
      line-height: 1.5;
      font-weight: 700;
      color: #000; }
  .indc_body .indc_src1_case .indc_y_case {
    position: absolute;
    top: 33%;
    left: 1.1rem; }
    .indc_body .indc_src1_case .indc_y_case .indc_y {
      display: flex;
      align-items: center;
      font-size: .48rem;
      line-height: 1;
      color: #484848;
      font-family: CgFuturaMaxiLt;
      transform: rotate(-90deg);
      transform-origin: 0% 140%; }
      .indc_body .indc_src1_case .indc_y_case .indc_y div {
        margin-left: .25em;
        font-family: CgFuturaMaxiBd;
        color: #008e3b; }
    .indc_body .indc_src1_case .indc_y_case .indc_h {
      width: .16rem;
      text-align: center;
      line-height: 1.2;
      font-size: .16rem;
      color: #000;
      position: relative;
      margin-top: .5rem; }
      .indc_body .indc_src1_case .indc_y_case .indc_h::before {
        content: '';
        display: block;
        width: 1px;
        height: 1.15rem;
        position: absolute;
        bottom: 120%;
        left: 50%;
        margin-left: -.5px;
        background-color: rgba(0, 0, 0, 0.3); }
  .indc_body .indc_src1_case .indc_img_box {
    width: 50%;
    position: absolute;
    right: 0;
    top: -.5rem; }
.indc_body .indc_src2_case {
  padding-top: 1rem;
  padding-bottom: 1rem; }
  .indc_body .indc_src2_case .indc_con_box {
    display: flex;
    justify-content: space-between;
    text-align: center; }
    .indc_body .indc_src2_case .indc_con_box .iconfont {
      font-size: .5rem;
      line-height: 1;
      color: #008e3b;
      display: block;
      margin-bottom: .55rem; }
    .indc_body .indc_src2_case .indc_con_box .indc_n {
      font-size: .24rem;
      line-height: 1;
      color: #000;
      font-weight: 700; }
    .indc_body .indc_src2_case .indc_con_box .indc_n_en {
      margin-top: .14rem;
      font-size: .24rem;
      font-family: Futura-Light;
      color: rgba(0, 0, 0, 0.4); }
.indc_body .indc_src3_case {
  position: relative;
  padding-top: 7%; }
  .indc_body .indc_src3_case .el_img {
    position: absolute;
    width: 61.979%;
    left: 54%;
    top: 0;
    display: block;
    z-index: 1; }
  .indc_body .indc_src3_case .pub_case {
    position: relative;
    z-index: 3; }
    @media screen and (orientation: landscape) {
      .indc_body .indc_src3_case .pub_case .pub_info {
        margin: 0;
        font-weight: 300; } }
    .indc_body .indc_src3_case .pub_case .indc_src3_t {
      margin: .3rem 0;
      font-size: .36rem;
      font-weight: 700;
      line-height: 1.388; }
      .indc_body .indc_src3_case .pub_case .indc_src3_t span {
        font-size: .16rem;
        vertical-align: baseline; }
        @media screen and (orientation: landscape) {
          .indc_body .indc_src3_case .pub_case .indc_src3_t span {
            font-weight: 300; } }
    .indc_body .indc_src3_case .pub_case .abo_al_sty {
      font-size: .3rem;
      line-height: 1.6;
      color: #000; }
      @media screen and (orientation: landscape) {
        .indc_body .indc_src3_case .pub_case .abo_al_sty {
          font-weight: 300; } }
      .indc_body .indc_src3_case .pub_case .abo_al_sty div {
        margin-bottom: .5rem; }
      .indc_body .indc_src3_case .pub_case .abo_al_sty span {
        font-weight: 700; }
  .indc_body .indc_src3_case .indc_z_img {
    margin-top: -.5rem;
    display: block;
    width: 100%; }
.indc_body .indc_src4_case {
  padding-top: 1rem;
  padding-bottom: 1.2rem; }
  .indc_body .indc_src4_case .pub_det_title, .indc_body .indc_src4_case .pub_det_title_en {
    text-align: center; }
  @media screen and (orientation: landscape) {
    .indc_body .indc_src4_case .pub_case {
      width: calc(100% - 2.2rem);
      max-width: none; } }
  .indc_body .indc_src4_case .inds_pro_box {
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center; }
    .indc_body .indc_src4_case .inds_pro_box a {
      width: 26%; }
      @media screen and (orientation: landscape) {
        .indc_body .indc_src4_case .inds_pro_box a {
          margin-left: 3.65%;
          margin-right: 3.65%; } }
      .indc_body .indc_src4_case .inds_pro_box a .pro_img_box::before {
        margin-top: 53.033%; }
      .indc_body .indc_src4_case .inds_pro_box a .pro_img_box .img_box {
        background-position: center;
        background-size: contain; }
      .indc_body .indc_src4_case .inds_pro_box a .pro_name {
        margin-top: .2rem;
        font-size: .3rem;
        color: #000;
        line-height: 1;
        transition: all .3s ease-in-out; }
        .indc_body .indc_src4_case .inds_pro_box a .pro_name > div:nth-child(2) {
          margin-top: .18rem;
          font-size: .24rem;
          color: #666666;
          font-family: Futura-Light;
          font-weight: normal;
          transition: all .3s ease-in-out; }
      @media screen and (orientation: landscape) {
        .indc_body .indc_src4_case .inds_pro_box a:hover .pro_name {
          color: #008e3b;
          font-weight: 700; }
          .indc_body .indc_src4_case .inds_pro_box a:hover .pro_name > div:nth-child(2) {
            color: #008e3b; } }

.swiper-button-prev .iconfont_sty, .swiper-button-next .iconfont_sty {
  background-color: #008e3b; }
  .swiper-button-prev .iconfont_sty::before, .swiper-button-prev .iconfont_sty::after, .swiper-button-next .iconfont_sty::before, .swiper-button-next .iconfont_sty::after {
    background-color: #008e3b; }

.swiper-button-prev .iconfont_sty::before {
  left: 0;
  right: auto;
  transform: rotate(-45deg);
  transform-origin: 0 50%; }
.swiper-button-prev .iconfont_sty::after {
  left: 0;
  right: auto;
  transform: rotate(45deg);
  transform-origin: 0 50%; }

.home_body .hom_src1_case {
  padding-top: 11.5%;
  padding-bottom: 10.1%;
  position: relative; }
  .home_body .hom_src1_case .hom_src1_box {
    width: 42.1%;
    margin-left: auto; }
  .home_body .hom_src1_case .pub_info {
    margin-top: 0; }
    @media screen and (orientation: landscape) {
      .home_body .hom_src1_case .pub_info {
        line-height: .36rem; } }
    .home_body .hom_src1_case .pub_info span {
      vertical-align: baseline;
      font-weight: 700;
      font-size: .3rem;
      color: #000; }
  .home_body .hom_src1_case .hom_src_me_box {
    margin-top: 28%;
    display: flex;
    justify-content: space-between;
    text-align: center; }
    .home_body .hom_src1_case .hom_src_me_box i {
      font-size: .52rem;
      display: block;
      line-height: 1;
      color: #008e3b; }
    .home_body .hom_src1_case .hom_src_me_box span {
      display: block;
      margin: .4rem auto .35rem;
      height: 2px;
      width: .12rem;
      background-color: #008e3b; }
    .home_body .hom_src1_case .hom_src_me_box div {
      font-size: .14rem;
      line-height: 1.428;
      color: #000; }
  .home_body .hom_src1_case .pro_img_box {
    width: 44%;
    left: 0;
    top: -.5rem;
    position: absolute; }
.home_body .hom_src2_case {
  padding-top: 0rem;
  padding-bottom: 2rem;
  position: relative; }
  .home_body .hom_src2_case .el_img {
    width: 17.65%;
    position: absolute;
    left: 1rem;
    top: -.8rem;
    display: block; }
  .home_body .hom_src2_case .pub_case {
    position: relative; }
    .home_body .hom_src2_case .pub_case .pro_show_in {
      width: 34.28%;
      border-radius: 1rem 0 1rem 0;
      margin-left: 28.57%; }
    @media screen and (orientation: landscape) {
      .home_body .hom_src2_case .pub_case .pro_show:not(.pro_show_in) {
        position: absolute; }
        .home_body .hom_src2_case .pub_case .pro_show:not(.pro_show_in):nth-child(1) {
          left: 0;
          top: 16.8%;
          width: 15.7%;
          border-radius: .8rem 0 .8rem 0; }
        .home_body .hom_src2_case .pub_case .pro_show:not(.pro_show_in):nth-child(2) {
          width: 37.14%;
          left: 0;
          border-radius: 0 1rem 0 1rem;
          bottom: -9.63%;
          z-index: 3; }
        .home_body .hom_src2_case .pub_case .pro_show:not(.pro_show_in):nth-child(5) {
          width: 12.15%;
          right: 19.35%;
          border-radius: .6rem 0 0 .6rem;
          bottom: -9.39%; }
        .home_body .hom_src2_case .pub_case .pro_show:not(.pro_show_in):nth-child(4) {
          width: 31.42%;
          right: 0;
          border-radius: 1rem;
          top: 0; }
        .home_body .hom_src2_case .pub_case .pro_show:not(.pro_show_in):nth-child(6) {
          width: 15.71%;
          right: 0;
          border-radius: 0 .8rem .8rem 0;
          bottom: -20.8%; } }
.home_body .hom_src3_case {
  padding-top: .4rem;
  padding-bottom: 1.4rem; }
  .home_body .hom_src3_case .swiper-container {
    width: 12.5%;
    overflow: visible; }
    .home_body .hom_src3_case .swiper-container .swiper-slide {
      transform: scale(0.6);
      transition: all .5s ease-in-out; }
      .home_body .hom_src3_case .swiper-container .swiper-slide .pro_img_box {
        margin: 0 auto .7rem; }
        .home_body .hom_src3_case .swiper-container .swiper-slide .pro_img_box .img_box {
          background-position: center;
          background-size: contain; }
      .home_body .hom_src3_case .swiper-container .swiper-slide .pro_name_h {
        transition: all .5s ease-in-out;
        text-align: center;
        opacity: 0;
        font-size: .36rem;
        color: #333;
        font-weight: 700;
        line-height: 1; }
        .home_body .hom_src3_case .swiper-container .swiper-slide .pro_name_h > div:nth-child(2) {
          margin-top: .2rem;
          line-height: 1;
          font-size: .24rem;
          color: rgba(51, 51, 51, 0.6);
          font-family: Futura-Light; }
      .home_body .hom_src3_case .swiper-container .swiper-slide.active {
        transform: none; }
        .home_body .hom_src3_case .swiper-container .swiper-slide.active .pro_name_h {
          opacity: 1; }
  .home_body .hom_src3_case .swiper-button-prev, .home_body .hom_src3_case .swiper-button-next {
    top: auto;
    margin: 0;
    bottom: .2rem;
    padding: .2rem 0; }
  .home_body .hom_src3_case .swiper-button-next {
    right: auto;
    left: 150%; }
  .home_body .hom_src3_case .swiper-button-prev {
    right: 150%;
    left: auto; }
.home_body .hom_src4_case {
  padding-bottom: 1.5rem; }
  @media screen and (orientation: landscape) {
    .home_body .hom_src4_case .ser_tit {
      margin-bottom: .25rem; }
    .home_body .hom_src4_case .pub_info {
      font-size: .24rem;
      line-height: 1.25 !important;
      color: rgba(51, 51, 51, 0.6); } }

.home_body .hom_src4_case .pub_info {
  font-family: Futura-Light; }

.cof_body .cof_src1_case {
  padding-top: 1rem;
  padding-bottom: 1.5rem; }
  .cof_body .cof_src1_case .pub_case .cof_dw_box {
    position: relative; }
  .cof_body .cof_src1_case .pub_case .cof_sc_img_box {
    position: relative; }
    .cof_body .cof_src1_case .pub_case .cof_sc_img_box .show_sc_in {
      width: 37.1%;
      border-radius: 1rem 0 1rem 0;
      margin-left: 28.2857%; }
    @media screen and (orientation: landscape) {
      .cof_body .cof_src1_case .pub_case .cof_sc_img_box .show_sc:not(.show_sc_in) {
        position: absolute; }
        .cof_body .cof_src1_case .pub_case .cof_sc_img_box .show_sc:not(.show_sc_in):nth-child(1) {
          left: 0;
          top: 12%;
          width: 21.42%;
          border-radius: .8rem 0 .8rem 0; }
        .cof_body .cof_src1_case .pub_case .cof_sc_img_box .show_sc:not(.show_sc_in):nth-child(2) {
          width: 37.1%;
          left: 0;
          border-radius: 0 1rem 0 1rem;
          bottom: -20%;
          z-index: 3; }
        .cof_body .cof_src1_case .pub_case .cof_sc_img_box .show_sc:not(.show_sc_in):nth-child(4) {
          width: 28.5714%;
          right: 0;
          border-radius: 1rem;
          top: 0; } }
  @media screen and (orientation: landscape) {
    .cof_body .cof_src1_case .pub_case .cof_src1_tit_box {
      position: absolute;
      right: 0;
      text-align: right;
      top: 100%;
      margin-top: -1.1rem;
      width: 62%; }
      .cof_body .cof_src1_case .pub_case .cof_src1_tit_box i {
        font-size: .55rem;
        color: #ba0c2f;
        line-height: 1;
        margin-bottom: .6rem;
        display: block; }
      .cof_body .cof_src1_case .pub_case .cof_src1_tit_box .pub_det_title {
        text-align: right; }
        .cof_body .cof_src1_case .pub_case .cof_src1_tit_box .pub_det_title br {
          display: block; }
      .cof_body .cof_src1_case .pub_case .cof_src1_tit_box .pub_det_title_en {
        margin-top: .6rem;
        text-align: right;
        font-size: .15rem;
        color: rgba(0, 0, 0, 0.6); } }
  .cof_body .cof_src1_case .pub_case .cof_se_me_box {
    display: block;
    margin-top: 21.5%;
    position: relative; }
    .cof_body .cof_src1_case .pub_case .cof_se_me_box .cof_l_tit {
      font-size: .3rem;
      font-weight: 700;
      line-height: 1; }
    .cof_body .cof_src1_case .pub_case .cof_se_me_box .pub_info {
      margin-top: .45rem; }
      @media screen and (orientation: landscape) {
        .cof_body .cof_src1_case .pub_case .cof_se_me_box .pub_info {
          width: 67.2%; } }
    .cof_body .cof_src1_case .pub_case .cof_se_me_box > img {
      width: 21.428%;
      display: block;
      right: 0;
      top: -35%;
      position: absolute;
      border-radius: .8rem 0 .8rem 0; }
.cof_body .cof_src2_case {
  position: relative;
  padding-top: 1rem;
  padding-bottom: 1rem; }
  .cof_body .cof_src2_case .el_img {
    position: absolute;
    left: 43.229%;
    bottom: 0;
    width: 58.229%;
    display: block;
    z-index: 0; }
  .cof_body .cof_src2_case .el_img_2 {
    position: absolute;
    z-index: 3;
    left: -.5rem;
    top: -.8rem;
    width: 32.8%;
    display: block; }
  .cof_body .cof_src2_case .pub_case {
    display: flex;
    align-items: flex-start;
    justify-content: space-between; }
    .cof_body .cof_src2_case .pub_case .pro_img_box {
      width: 30.5%; }
    .cof_body .cof_src2_case .pub_case .pub_det_title img {
      width: 1.09rem;
      vertical-align: baseline; }
    .cof_body .cof_src2_case .pub_case .cof_src2_tex {
      width: 57.57%; }
      .cof_body .cof_src2_case .pub_case .cof_src2_tex .pub_info {
        margin-top: .55rem; }
        .cof_body .cof_src2_case .pub_case .cof_src2_tex .pub_info span {
          font-size: .36rem;
          font-family: CgFuturaMaxiBd;
          color: #ba0c2f;
          vertical-align: baseline; }
    .cof_body .cof_src2_case .pub_case .cof_code_box {
      margin-top: .3rem;
      display: flex;
      justify-content: flex-end;
      align-items: flex-start; }
      .cof_body .cof_src2_case .pub_case .cof_code_box > div {
        width: 1.5rem; }
        @media screen and (orientation: landscape) {
          .cof_body .cof_src2_case .pub_case .cof_code_box > div {
            margin-left: .7rem; }
            .cof_body .cof_src2_case .pub_case .cof_code_box > div:first-child {
              margin-left: 0; } }
        .cof_body .cof_src2_case .pub_case .cof_code_box > div img {
          display: block;
          width: 100%;
          mix-blend-mode: multiply; }
        .cof_body .cof_src2_case .pub_case .cof_code_box > div div {
          text-align: center;
          font-size: .14rem;
          line-height: 1;
          color: #000;
          margin-top: .2rem; }
          @media screen and (orientation: landscape) {
            .cof_body .cof_src2_case .pub_case .cof_code_box > div div {
              font-weight: 300; } }
.cof_body .cof_src3_case {
  padding-top: .7rem;
  padding-bottom: 1.37rem; }
  .cof_body .cof_src3_case .swiper-scrollbar-drag {
    background-color: #ba0c2f; }
  .cof_body .cof_src3_case .swiper-container-horizontal > .swiper-scrollbar {
    height: 2px;
    width: 100%;
    left: 0; }
  .cof_body .cof_src3_case .cof_src3_t {
    position: relative; }
    .cof_body .cof_src3_case .cof_src3_t .swiper-pagination {
      position: absolute;
      right: 0;
      top: 50%;
      bottom: auto;
      transform: translateY(-50%);
      left: auto;
      display: flex;
      width: auto;
      align-items: flex-start;
      font-size: .24rem;
      font-family: CgFuturaMaxiLt;
      line-height: 1; }
      .cof_body .cof_src3_case .cof_src3_t .swiper-pagination span:nth-child(2) {
        margin: 0 .15rem; }
      .cof_body .cof_src3_case .cof_src3_t .swiper-pagination .on {
        font-family: CgFuturaMaxiBd;
        font-size: .72rem;
        color: #ba0c2f; }
  .cof_body .cof_src3_case .cof_pro_box {
    margin-top: .75rem;
    width: calc(100vw - (100vw - 100%) / 2); }
    .cof_body .cof_src3_case .cof_pro_box .swiper-slide a {
      display: block;
      padding-bottom: .9rem; }
      .cof_body .cof_src3_case .cof_pro_box .swiper-slide a .pro_img_box::before {
        margin-top: 66.75%; }
      .cof_body .cof_src3_case .cof_pro_box .swiper-slide a > div:nth-child(2) {
        position: relative; }
      .cof_body .cof_src3_case .cof_pro_box .swiper-slide a .cof_pro_name {
        margin-top: .6rem;
        font-size: .36rem;
        line-height: 1;
        color: #000;
        font-weight: 700; }
      .cof_body .cof_src3_case .cof_pro_box .swiper-slide a .cof_pro_num {
        position: absolute;
        line-height: 1;
        font-size: .36rem;
        right: 0;
        top: 0;
        font-family: CgFuturaMaxiBd;
        color: #ba0c2f; }
      .cof_body .cof_src3_case .cof_pro_box .swiper-slide a .cof_pro_name_en {
        font-family: Futura-Light;
        font-size: .36rem;
        color: #000;
        line-height: 1;
        margin-top: .2rem; }

.news_d_body .pub_case {
  width: 55%; }
@media screen and (orientation: landscape) {
  .news_d_body .pub_banner .pub_banner_img .img::before {
    margin-top: 28.645%; } }
.news_d_body .pub_banner .btn_box_banner {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  font-size: 0; }
  .news_d_body .pub_banner .btn_box_banner .btn_sty {
    width: 1.8rem;
    line-height: .6rem;
    background-color: #008e3b;
    border-radius: 0;
    padding: 0;
    z-index: 0; }
    .news_d_body .pub_banner .btn_box_banner .btn_sty::before {
      background-color: #0032a1; }
    .news_d_body .pub_banner .btn_box_banner .btn_sty span {
      display: flex;
      justify-content: center;
      font-size: .16rem; }
      .news_d_body .pub_banner .btn_box_banner .btn_sty span i {
        font-size: .2rem;
        margin-right: .2rem; }
.news_d_body .new_d_case {
  padding-top: 6.78%;
  padding-bottom: .7rem; }
  .news_d_body .new_d_case .pub_det_title {
    line-height: 1.5; }
  .news_d_body .new_d_case .new_d_t {
    margin-top: .4rem;
    font-size: .18rem;
    line-height: 1;
    font-family: Futura-Light; }
  .news_d_body .new_d_case .new_d_box {
    padding-top: .9rem;
    padding-bottom: .55rem;
    font-size: .16rem;
    line-height: 2.25;
    text-align: justify;
    color: #000; }
    .news_d_body .new_d_case .new_d_box > *:first-child {
      padding-top: 0;
      margin-top: 0; }
    .news_d_body .new_d_case .new_d_box > *:last-child {
      padding-bottom: 0;
      margin-bottom: 0; }
    .news_d_body .new_d_case .new_d_box img {
      display: block;
      margin: .6rem auto; }
    .news_d_body .new_d_case .new_d_box p {
      margin: .7rem 0 .6rem;
      padding: 0; }
  .news_d_body .new_d_case .new_d_opto {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: rgba(0, 58, 188, 0.04);
    padding: .36rem .4rem; }
    .news_d_body .new_d_case .new_d_opto .pro_img_box {
      width: 1.8rem;
      position: relative;
      background-color: #000;
      cursor: pointer; }
      .news_d_body .new_d_case .new_d_opto .pro_img_box::before {
        margin-top: 71.11%; }
      .news_d_body .new_d_case .new_d_opto .pro_img_box .img_box {
        transition: all .5s ease-in-out;
        opacity: .5; }
      .news_d_body .new_d_case .new_d_opto .pro_img_box .new_h {
        position: absolute;
        left: 50%;
        top: 50%;
        width: 100%;
        color: #fff;
        transform: translate(-50%, -50%);
        font-weight: 700;
        text-align: center;
        line-height: 1;
        font-size: .16rem;
        transition: all .5s ease-in-out; }
      @media screen and (orientation: landscape) {
        .news_d_body .new_d_case .new_d_opto .pro_img_box:hover .img_box {
          opacity: 1;
          transform: translate(-50%, -50%) scale(1.1); }
        .news_d_body .new_d_case .new_d_opto .pro_img_box:hover .new_h {
          opacity: 0; } }
    .news_d_body .new_d_case .new_d_opto .btn_go_top {
      width: 1.2rem;
      height: 1.2rem;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      background-color: #fff;
      text-align: center;
      line-height: 1;
      border-radius: 100%;
      color: #008e3b;
      font-size: .14rem;
      font-family: Futura-Heavy;
      cursor: pointer;
      transition: all .5s ease-in-out; }
      .news_d_body .new_d_case .new_d_opto .btn_go_top i {
        display: block;
        font-size: .3rem;
        margin-bottom: .15rem; }
      @media screen and (orientation: landscape) {
        .news_d_body .new_d_case .new_d_opto .btn_go_top:hover {
          color: #fff;
          background-color: #008e3b; } }

.sear_body {
  background-color: #f7f8fb; }
  .sear_body .btn_sea_s {
    opacity: 0;
    pointer-events: none; }
  .sear_body .sear_t_case {
    background-color: #fff; }
    .sear_body .sear_t_case .pub_search_box {
      padding: 11% 0 9%;
      margin: 0 auto;
      text-align: center;
      width: 66%; }
      .sear_body .sear_t_case .pub_search_box .pub_det_title {
        color: #008e3b;
        text-align: center; }
      .sear_body .sear_t_case .pub_search_box form {
        margin: 10% 0 0;
        display: flex;
        align-items: center;
        position: relative; }
        .sear_body .sear_t_case .pub_search_box form input {
          background-color: transparent;
          border: none;
          border-bottom: 1px solid #008e3b;
          padding: .2rem .4rem .2rem 0;
          color: #008e3b;
          font-size: .24rem;
          line-height: 1;
          display: block;
          width: 100%;
          font-weight: 700; }
        .sear_body .sear_t_case .pub_search_box form a {
          position: absolute;
          padding: .2rem 0;
          right: 0;
          bottom: 0;
          width: .4rem;
          cursor: pointer;
          text-align: right;
          opacity: .8;
          color: #008e3b;
          font-size: .24rem;
          line-height: 1;
          transition: all .5s ease-in-out; }
          @media screen and (orientation: landscape) {
            .sear_body .sear_t_case .pub_search_box form a:hover {
              opacity: 1; } }
      .sear_body .sear_t_case .pub_search_box .sea_hins_box {
        margin-top: .15rem;
        display: flex;
        align-items: center;
        flex-wrap: wrap; }
        .sear_body .sear_t_case .pub_search_box .sea_hins_box a {
          font-size: .14rem;
          line-height: 1;
          padding: .14rem 0;
          margin-right: .58rem;
          color: rgba(0, 0, 0, 0.6);
          cursor: pointer; }
          .sear_body .sear_t_case .pub_search_box .sea_hins_box a:last-child {
            margin-right: 0; }
          @media screen and (orientation: landscape) {
            .sear_body .sear_t_case .pub_search_box .sea_hins_box a:hover {
              color: #000; } }
  .sear_body .new_list_box {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap; }
    .sear_body .new_list_box a {
      display: block;
      width: 47.857%;
      margin-bottom: 4.45%;
      overflow: hidden;
      position: relative; }
      .sear_body .new_list_box a.scroll-animate {
        opacity: 0; }
      .sear_body .new_list_box a .pro_img_box:before {
        margin-top: 71.6418%; }
      .sear_body .new_list_box a .pro_img_box > img {
        position: absolute;
        width: 100%;
        bottom: 0;
        left: 0;
        z-index: 1;
        transition: opacity .3s ease-in-out; }
      .sear_body .new_list_box a .btn_sty {
        border: 1px solid rgba(255, 255, 255, 0.5);
        border-radius: 0;
        width: 1.4rem;
        line-height: .48rem;
        padding: 0;
        background-color: transparent;
        right: .2rem;
        top: .2rem;
        position: absolute;
        z-index: 3; }
        .sear_body .new_list_box a .btn_sty span {
          color: #fff;
          text-transform: capitalize;
          font-family: Futura-Medium;
          letter-spacing: .1em;
          font-size: .18rem; }
      .sear_body .new_list_box a .new_bottom_txt {
        position: absolute;
        bottom: 0;
        width: 100%;
        left: 0;
        color: #fff;
        transition: all .5s ease-in-out;
        padding: .34rem .36rem;
        z-index: 4; }
        .sear_body .new_list_box a .new_bottom_txt .new_tit {
          white-space: nowrap;
          overflow: hidden;
          text-overflow: ellipsis;
          font-weight: 700;
          font-size: .24rem;
          text-shadow: 0 18px 40px rgba(0, 0, 0, 0.84);
          line-height: 1.5;
          transition: all .5s ease-in-out; }
          .sear_body .new_list_box a .new_bottom_txt .new_tit br {
            display: none; }
        .sear_body .new_list_box a .new_bottom_txt .new_info {
          color: #333333;
          opacity: 0;
          transform: translateY(100%); }
        .sear_body .new_list_box a .new_bottom_txt .new_info, .sear_body .new_list_box a .new_bottom_txt .new_time {
          font-size: .14rem;
          line-height: 1.66;
          transition: all .5s ease-in-out;
          white-space: nowrap;
          overflow: hidden;
          text-overflow: ellipsis;
          margin-top: .18rem; }
        .sear_body .new_list_box a .new_bottom_txt .new_time {
          font-family: Futura-Light;
          position: absolute;
          left: .36rem;
          bottom: .34rem;
          width: 80%; }
      @media screen and (orientation: landscape) {
        .sear_body .new_list_box a:last-child {
          margin-bottom: 0; }
        .sear_body .new_list_box a:hover .pro_img_box > img {
          opacity: 0; }
        .sear_body .new_list_box a:hover .btn_sty {
          border-color: transparent; }
          .sear_body .new_list_box a:hover .btn_sty::before {
            left: 0;
            right: auto;
            opacity: 1;
            background-color: #a00f01;
            width: 120%; }
        .sear_body .new_list_box a:hover .new_bottom_txt {
          background-color: rgba(255, 255, 255, 0.95); }
          .sear_body .new_list_box a:hover .new_bottom_txt .new_tit {
            color: #000;
            text-shadow: none; }
          .sear_body .new_list_box a:hover .new_bottom_txt .new_info {
            opacity: 1;
            transform: none; }
          .sear_body .new_list_box a:hover .new_bottom_txt .new_time {
            opacity: 0;
            transform: translateY(100%); } }
  .sear_body .new_b_case {
    padding-top: 8.8%;
    padding-bottom: 6.5%; }
    .sear_body .new_b_case .sea_k {
      font-size: .42rem;
      font-weight: 700;
      line-height: 1;
      margin-bottom: .7rem; }

.hom_m {
  display: none; }

.sty_en.ind_body .ind_banner_box .banner_text_img_box .ind_src1_title {
  font-size: .5rem;
  line-height: 1.4; }
.sty_en .pub_info {
  text-align: left; }
.sty_en footer .foot_con .foot_nav ul li {
  padding-right: .4rem; }
  .sty_en footer .foot_con .foot_nav ul li:last-child {
    padding-right: 0; }
  .sty_en footer .foot_con .foot_nav ul li a {
    line-height: 1.4;
    padding: .08rem 0; }
.sty_en .nav .nav_con .navBox ul li > ul > li a {
  padding-top: .08rem;
  padding-bottom: .08rem;
  line-height: 1.4;
  text-transform: capitalize; }
.sty_en .nav.nav_on .nav_sha {
  height: 6.5rem; }
.sty_en .ser_body .ser_src1_case .dot_case_sty .ser_logo > div {
  font-size: .36rem;
  width: 70%;
  margin: 0 auto; }
.sty_en .news_d_body .new_d_case .new_d_box {
  text-align: left; }
@media screen and (orientation: landscape) {
  .sty_en .cof_body .cof_src1_case .pub_case .cof_src1_tit_box .pub_det_title_en {
    margin-top: .5rem; } }

.shoe_body .bus_s_src_case {
  background-color: #f2f4f9;
  padding-top: .85rem;
  padding-bottom: .8rem; }
  .shoe_body .bus_s_src_case .sho_list_tit {
    color: #008e3b;
    font-size: .48rem;
    line-height: .8;
    font-family: Futura-Medium;
    text-align: center;
    margin-bottom: .55rem; }
  .shoe_body .bus_s_src_case .sho_list_box {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap; }
    .shoe_body .bus_s_src_case .sho_list_box a {
      width: calc((100% - .39rem) / 4);
      margin-bottom: .4rem;
      background-color: #b8b8b8;
      padding: .58rem .5rem .26rem;
      cursor: pointer;
      text-align: center;
      color: #fff;
      line-height: .8; }
      @media screen and (orientation: landscape) {
        .shoe_body .bus_s_src_case .sho_list_box a {
          margin-right: .13rem;
          transition: all .5s ease-in-out; }
          .shoe_body .bus_s_src_case .sho_list_box a:nth-child(4n) {
            margin-right: 0; }
          .shoe_body .bus_s_src_case .sho_list_box a:hover {
            box-shadow: 0px 30px 60px 0px rgba(23, 31, 50, 0.2); }
            .shoe_body .bus_s_src_case .sho_list_box a:hover .pro_img_box .img_box {
              opacity: .3; }
            .shoe_body .bus_s_src_case .sho_list_box a:hover .pro_img_box img {
              opacity: 1; } }
      .shoe_body .bus_s_src_case .sho_list_box a .pro_img_box::before {
        margin-top: 75%; }
      .shoe_body .bus_s_src_case .sho_list_box a .pro_img_box .img_box {
        background-size: contain;
        transition: opacity .5s ease-in-out; }
      .shoe_body .bus_s_src_case .sho_list_box a .pro_img_box img {
        width: 100%;
        position: absolute;
        left: 0;
        top: 0;
        display: block;
        transition: opacity .5s ease-in-out;
        z-index: 5;
        opacity: 0; }
      .shoe_body .bus_s_src_case .sho_list_box a .link_name {
        font-family: Futura-Medium;
        font-size: .24rem;
        margin-top: .25rem; }
      .shoe_body .bus_s_src_case .sho_list_box a .link_name_en {
        margin-top: .16rem;
        font-size: .14rem;
        font-family: Futura-Light; }

@media screen and (orientation: landscape) {
  .shoes_body .indc_src1_case {
    padding-top: 10.7%; }
    .shoes_body .indc_src1_case .indc_src1_txt_box {
      width: 41.57%;
      min-height: 3rem; } }
    @media screen and (orientation: landscape) and (orientation: landscape) {
      .shoes_body .indc_src1_case .indc_src1_txt_box {
        margin-left: 61.6%; }
        .shoes_body .indc_src1_case .indc_src1_txt_box .pub_info {
          margin-top: 24%; } }
@media screen and (orientation: landscape) {
      .shoes_body .indc_src1_case .indc_src1_txt_box .indc_h {
        position: relative; }
        .shoes_body .indc_src1_case .indc_src1_txt_box .indc_h::before {
          content: '';
          display: block;
          left: 100%;
          height: 1px;
          width: 33vw;
          background-color: rgba(0, 0, 0, 0.5);
          position: absolute;
          top: 50%; }
    .shoes_body .indc_src1_case .indc_y_case {
      position: absolute;
      top: 33%;
      left: 1.1rem; }
      .shoes_body .indc_src1_case .indc_y_case .indc_y {
        display: flex;
        align-items: center;
        font-size: .48rem;
        line-height: 1;
        color: #484848;
        font-family: CgFuturaMaxiLt;
        transform: rotate(-90deg);
        transform-origin: 0% 140%; }
        .shoes_body .indc_src1_case .indc_y_case .indc_y div {
          margin-left: .25em;
          font-family: CgFuturaMaxiBd;
          color: #008e3b; }
      .shoes_body .indc_src1_case .indc_y_case .indc_h {
        width: .16rem;
        text-align: center;
        line-height: 1.2;
        font-size: .16rem;
        color: #000;
        position: relative;
        margin-top: .5rem; }
        .shoes_body .indc_src1_case .indc_y_case .indc_h::before {
          content: '';
          display: block;
          width: 1px;
          height: 1.15rem;
          position: absolute;
          bottom: 120%;
          left: 50%;
          margin-left: -.5px;
          background-color: rgba(0, 0, 0, 0.3); }
    .shoes_body .indc_src1_case .indc_img_box {
      width: 47%;
      right: auto;
      left: 0; } }
.shoes_body .data_box {
  margin-top: 20%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start; }
  .shoes_body .data_box .data_n {
    text-align: center; }
    .shoes_body .data_box .data_n .run_num_box_p {
      display: flex;
      line-height: .8;
      font-size: .72rem;
      font-family: Futura-Medium;
      color: #c61c0b;
      margin-bottom: .5rem; }
    .shoes_body .data_box .data_n .data_na {
      font-size: .3rem;
      line-height: 1;
      color: #333333; }
.shoes_body .indc_src7_case {
  background-color: #f9f9f9;
  padding-bottom: .8rem;
  padding-top: 1rem; }
  .shoes_body .indc_src7_case .pub_det_title, .shoes_body .indc_src7_case .pub_det_title_en {
    text-align: center; }
  .shoes_body .indc_src7_case .pl_show {
    display: flex;
    flex-wrap: wrap;
    margin-top: .4rem;
    justify-content: center; }
    .shoes_body .indc_src7_case .pl_show > div {
      width: calc((100% - 7.2rem) / 5);
      margin: 0 .6rem .5rem; }
      .shoes_body .indc_src7_case .pl_show > div .pro_img_box {
        background-color: #f9f9f9; }
        .shoes_body .indc_src7_case .pl_show > div .pro_img_box::before {
          margin-top: 74%; }
        .shoes_body .indc_src7_case .pl_show > div .pro_img_box .img_box {
          background-position: center bottom;
          background-size: contain;
          background-repeat: no-repeat;
          mix-blend-mode: multiply; }
      .shoes_body .indc_src7_case .pl_show > div .pl_name {
        font-size: .24rem;
        line-height: 1;
        color: #333;
        text-align: center;
        margin-top: .4rem; }
.shoes_body .indc_src8_case .sj_box {
  display: flex; }
  .shoes_body .indc_src8_case .sj_box > div {
    width: 50%;
    position: relative; }
    .shoes_body .indc_src8_case .sj_box > div .pro_img_box::before {
      margin-top: 93.75%; }
    .shoes_body .indc_src8_case .sj_box > div .pro_img_box .img_box {
      background-color: #000; }
    .shoes_body .indc_src8_case .sj_box > div .sj_text {
      position: absolute;
      width: 100%;
      top: 22%;
      left: 0;
      text-align: center; }
      .shoes_body .indc_src8_case .sj_box > div .sj_text > img {
        display: block;
        margin: 0 auto .65rem;
        width: .74rem; }
      .shoes_body .indc_src8_case .sj_box > div .sj_text .sj_name {
        font-size: .48rem;
        line-height: 1;
        color: #fff;
        margin-bottom: .2rem; }
      .shoes_body .indc_src8_case .sj_box > div .sj_text .sj_name_en {
        font-size: .24rem;
        color: rgba(255, 255, 255, 0.6);
        line-height: .8;
        font-family: Futura-Light; }
      .shoes_body .indc_src8_case .sj_box > div .sj_text .sj_name_info {
        font-size: .24rem;
        line-height: 2;
        margin-top: 1.1rem;
        color: #fff; }
.shoes_body .indc_src9_case {
  background-color: rgba(0, 42, 137, 0.05);
  padding-top: 1.2rem;
  padding-bottom: 1.4rem; }
  .shoes_body .indc_src9_case .alo_tit {
    font-size: .48rem;
    line-height: .8rem;
    font-family: Futura-Medium;
    text-align: center;
    color: #008e3b; }
  .shoes_body .indc_src9_case .alo_inp_box {
    margin: 1.2rem auto 0;
    width: 8rem;
    font-family: Futura-Medium;
    max-width: 100%; }
    .shoes_body .indc_src9_case .alo_inp_box input {
      display: block;
      line-height: .6rem;
      padding: .3rem;
      text-align: center;
      font-size: .36rem;
      color: #008e3b;
      margin-bottom: .4rem;
      border-radius: .8rem;
      border: none;
      background-color: #fff;
      outline: none;
      width: 100%; }
      .shoes_body .indc_src9_case .alo_inp_box input::-webkit-input-placeholder, .shoes_body .indc_src9_case .alo_inp_box input::-moz-input-placeholder, .shoes_body .indc_src9_case .alo_inp_box input::-ms-input-placeholder {
        color: rgba(0, 42, 137, 0.2); }
    .shoes_body .indc_src9_case .alo_inp_box .btn_link_ {
      background-color: #008e3b;
      color: #fff;
      display: flex;
      justify-content: center;
      align-items: center;
      line-height: .6rem;
      font-size: .36rem;
      cursor: pointer;
      border-radius: .8rem;
      padding: .3rem;
      transition: all .5s ease-in-out; }
      .shoes_body .indc_src9_case .alo_inp_box .btn_link_ i {
        font-size: .12rem;
        margin-left: .4rem; }
      @media screen and (orientation: landscape) {
        .shoes_body .indc_src9_case .alo_inp_box .btn_link_:hover {
          box-shadow: 0px 30px 130px 0px rgba(11, 61, 205, 0.8); } }

.mater_body .nav_met_case .nav_met_box {
  display: flex;
  justify-content: center;
  width: 120%;
  margin-left: -10%; }
  .mater_body .nav_met_case .nav_met_box a {
    text-align: center;
    width: 21%;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    transition: background-color .5s ease-in-out; }
    .mater_body .nav_met_case .nav_met_box a::before {
      content: '';
      margin-top: 100%;
      display: block; }
    .mater_body .nav_met_case .nav_met_box a > div {
      position: absolute;
      width: 100%;
      height: 100%;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      top: 0;
      left: 0; }
    .mater_body .nav_met_case .nav_met_box a i {
      font-size: .5rem;
      color: #008e3b;
      line-height: 1;
      display: block;
      margin-bottom: .35rem; }
    .mater_body .nav_met_case .nav_met_box a .met_n_name {
      font-size: .24rem;
      line-height: 1;
      color: #000; }
    .mater_body .nav_met_case .nav_met_box a:hover {
      background-color: rgba(0, 70, 141, 0.03); }
.mater_body .nav_met_case .pub_n_top {
  margin-top: 2rem;
  text-align: center;
  position: relative; }
  .mater_body .nav_met_case .pub_n_top .logo_bg {
    display: block;
    position: absolute;
    pointer-events: none;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 77.65%; }
    .mater_body .nav_met_case .pub_n_top .logo_bg img {
      display: block; }
  .mater_body .nav_met_case .pub_n_top .met_t_info {
    font-size: .24rem;
    text-align: center;
    color: #000;
    line-height: 2; }
    @media screen and (orientation: landscape) {
      .mater_body .nav_met_case .pub_n_top .met_t_info > div {
        display: inline-flex; } }
    .mater_body .nav_met_case .pub_n_top .met_t_info i {
      display: none; }
    .mater_body .nav_met_case .pub_n_top .met_t_info span {
      font-weight: 700; }
  .mater_body .nav_met_case .pub_n_top .pub_info_en {
    font-size: .12rem;
    line-height: 1.33;
    font-family: Futura-Light;
    margin-top: .5rem; }
.mater_body .pub_banner .swiper-button-prev, .mater_body .pub_banner .swiper-button-next {
  background-color: transparent; }
  @media screen and (orientation: landscape) {
    .mater_body .pub_banner .swiper-button-prev:hover, .mater_body .pub_banner .swiper-button-next:hover {
      background-color: #008e3b;
      color: #fff; } }
.mater_body .pub_banner .pub_banner_text {
  z-index: 4; }
.mater_body .pub_banner .swiper-pagination {
  position: absolute;
  right: .6rem;
  top: .9rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: .24rem;
  text-align: center;
  line-height: .85;
  font-family: CgFuturaMaxiLt;
  left: auto;
  bottom: auto;
  width: .9rem;
  transform: none;
  color: #fff; }
  .mater_body .pub_banner .swiper-pagination span:nth-child(2) {
    margin: .2rem 0; }
  .mater_body .pub_banner .swiper-pagination > .on {
    font-size: .72rem;
    font-family: CgFuturaMaxiBd; }
.mater_body .met_con_case {
  margin-top: 2.66rem;
  background-color: #f3f3f3;
  padding: .01rem 0; }
  .mater_body .met_con_case .met_src1_case {
    position: relative;
    margin-bottom: 4rem; }
    .mater_body .met_con_case .met_src1_case > a {
      display: none;
      position: absolute;
      width: 100%;
      height: 100%;
      z-index: 4;
      left: 0;
      top: 0;
      cursor: pointer; }
    .mater_body .met_con_case .met_src1_case .met_num {
      font-size: 3rem;
      color: rgba(0, 0, 0, 0.1);
      line-height: .82;
      font-family: CgFuturaMaxiBd;
      position: absolute; }
      .mater_body .met_con_case .met_src1_case .met_num span {
        transform-origin: 0 0;
        position: absolute; }
    .mater_body .met_con_case .met_src1_case .met_img_box {
      width: 67.7%;
      position: relative; }
      .mater_body .met_con_case .met_src1_case .met_img_box .pro_img_box::before {
        margin-top: 73.846%; }
      .mater_body .met_con_case .met_src1_case .met_img_box a {
        position: absolute;
        bottom: 0;
        transform: translateY(50%);
        background-color: #008e3b;
        cursor: pointer;
        width: 1.8rem;
        height: 1.8rem;
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
        color: #fff;
        display: none; }
        .mater_body .met_con_case .met_src1_case .met_img_box a i {
          font-size: .3rem;
          margin-bottom: .2rem;
          line-height: 1; }
        .mater_body .met_con_case .met_src1_case .met_img_box a div {
          font-size: .16rem;
          line-height: 1; }
    .mater_body .met_con_case .met_src1_case .met_text_box {
      position: absolute;
      top: 40%;
      background-color: #fff;
      width: 52.08%;
      padding: 1rem .5rem 1rem .5rem;
      overflow: hidden; }
      .mater_body .met_con_case .met_src1_case .met_text_box .iconfont {
        font-size: .9rem;
        display: block;
        line-height: 1;
        color: #008e3b;
        margin-bottom: .65rem; }
      .mater_body .met_con_case .met_src1_case .met_text_box .met_name {
        position: relative;
        font-size: .54rem;
        line-height: 1;
        font-weight: 700;
        display: flex;
        align-items: baseline; }
        .mater_body .met_con_case .met_src1_case .met_text_box .met_name::before {
          content: '';
          display: block;
          height: 1px;
          width: 1.8rem;
          background-color: rgba(0, 0, 0, 0.53);
          position: absolute;
          top: 50%; }
        .mater_body .met_con_case .met_src1_case .met_text_box .met_name > div {
          display: none; }
        .mater_body .met_con_case .met_src1_case .met_text_box .met_name span {
          font-size: .18rem;
          color: #999999;
          font-family: CgFuturaMaxiLt;
          margin-left: .3rem; }
      .mater_body .met_con_case .met_src1_case .met_text_box .met_mess {
        margin-top: .36rem;
        font-size: .3rem;
        line-height: 1; }
      .mater_body .met_con_case .met_src1_case .met_text_box .met_info {
        margin-top: .9rem; }
        .mater_body .met_con_case .met_src1_case .met_text_box .met_info .met_tex_sty {
          width: .1rem;
          height: .1rem;
          background: #008e3b;
          margin-bottom: .35rem; }
        .mater_body .met_con_case .met_src1_case .met_text_box .met_info .met_text_con {
          font-size: .3rem;
          line-height: 1.5;
          min-height: 1.5rem; }
      .mater_body .met_con_case .met_src1_case .met_text_box a {
        display: block;
        border: 1px solid #000;
        color: #000;
        cursor: pointer;
        width: 1.5rem;
        line-height: .5rem;
        text-align: center;
        background-color: transparent;
        font-size: .14rem;
        letter-spacing: .1em;
        text-indent: -0.1em;
        margin-top: .3rem;
        position: relative;
        z-index: 0;
        transition: all .3s ease;
        overflow: hidden; }
        .mater_body .met_con_case .met_src1_case .met_text_box a::before {
          content: '';
          position: absolute;
          top: 0;
          right: 0;
          width: 0;
          height: 100%;
          background: #008e3b;
          z-index: -1;
          transition: all .3s ease; }
        @media all and (min-width: 1024px) {
          .mater_body .met_con_case .met_src1_case .met_text_box a:hover {
            border-color: transparent;
            color: #fff; }
            .mater_body .met_con_case .met_src1_case .met_text_box a:hover::before {
              left: 0;
              right: auto;
              opacity: 1;
              background-color: #008e3b;
              width: 120%; } }
  @media screen and (orientation: landscape) {
    .mater_body .met_con_case.met_src1_left .met_src1_case:nth-child(odd) .met_num {
      top: 0;
      left: 3.84rem; }
      .mater_body .met_con_case.met_src1_left .met_src1_case:nth-child(odd) .met_num span {
        transform: rotate(90deg); }
    .mater_body .met_con_case.met_src1_left .met_src1_case:nth-child(odd) .met_img_box {
      margin-left: 32.3%; }
      .mater_body .met_con_case.met_src1_left .met_src1_case:nth-child(odd) .met_img_box a {
        right: 1.7rem; }
    .mater_body .met_con_case.met_src1_left .met_src1_case:nth-child(odd) .met_text_box {
      left: 0;
      padding-left: 2.6rem; }
      .mater_body .met_con_case.met_src1_left .met_src1_case:nth-child(odd) .met_text_box .met_name::before {
        right: calc(100% + .8rem); }
    .mater_body .met_con_case.met_src1_left .met_src1_case:nth-child(even) .met_num {
      top: 0;
      left: 67.7%; }
      .mater_body .met_con_case.met_src1_left .met_src1_case:nth-child(even) .met_num span {
        transform: translate(-50%, -50%); }
    .mater_body .met_con_case.met_src1_left .met_src1_case:nth-child(even) .met_img_box a {
      left: 1.7rem; }
    .mater_body .met_con_case.met_src1_left .met_src1_case:nth-child(even) .met_text_box {
      right: 0;
      padding-left: 1.9rem; }
      .mater_body .met_con_case.met_src1_left .met_src1_case:nth-child(even) .met_text_box .met_name::before {
        right: -.5rem; } }
  @media screen and (orientation: landscape) {
    .mater_body .met_con_case.met_src1_right .met_src1_case:nth-child(odd) .met_num {
      top: 0;
      right: 1.36rem; }
      .mater_body .met_con_case.met_src1_right .met_src1_case:nth-child(odd) .met_num span {
        transform: rotate(90deg); }
    .mater_body .met_con_case.met_src1_right .met_src1_case:nth-child(odd) .met_img_box a {
      left: 1.7rem; }
    .mater_body .met_con_case.met_src1_right .met_src1_case:nth-child(odd) .met_text_box {
      right: 0;
      padding-left: 1.8rem; }
      .mater_body .met_con_case.met_src1_right .met_src1_case:nth-child(odd) .met_text_box .met_name::before {
        right: -.5rem; }
    .mater_body .met_con_case.met_src1_right .met_src1_case .met_text_box .met_info {
      margin-top: .9rem; }
      .mater_body .met_con_case.met_src1_right .met_src1_case .met_text_box .met_info .met_tex_sty {
        margin-bottom: .28rem; }
      .mater_body .met_con_case.met_src1_right .met_src1_case .met_text_box .met_info .met_text_con {
        font-size: .16rem;
        font-weight: 300;
        line-height: 1.875; }
        .mater_body .met_con_case.met_src1_right .met_src1_case .met_text_box .met_info .met_text_con .met_l_box > div {
          display: inline; }
    .mater_body .met_con_case.met_src1_right .met_src1_case:nth-child(even) .met_num {
      top: 0;
      right: 67.7%; }
      .mater_body .met_con_case.met_src1_right .met_src1_case:nth-child(even) .met_num span {
        transform: translate(-75%, -50%); }
    .mater_body .met_con_case.met_src1_right .met_src1_case:nth-child(even) .met_img_box {
      margin-left: 32.3%; }
      .mater_body .met_con_case.met_src1_right .met_src1_case:nth-child(even) .met_img_box a {
        right: 1.7rem; }
    .mater_body .met_con_case.met_src1_right .met_src1_case:nth-child(even) .met_text_box {
      left: 0;
      padding-left: 2.6rem; }
      .mater_body .met_con_case.met_src1_right .met_src1_case:nth-child(even) .met_text_box .met_name::before {
        right: calc(100% + .8rem); } }

.cul_body .nav_met_case .pub_n_top {
  margin-top: 2.39rem; }
.cul_body .pub_banner .pub_banner_img .img {
  opacity: .95; }
.cul_body article {
  overflow: hidden; }
.cul_body .cul_src1_case {
  margin-top: 2.8rem; }
  .cul_body .cul_src1_case .cul_title_box {
    display: flex;
    align-items: center; }
    .cul_body .cul_src1_case .cul_title_box > div {
      width: 3.06rem;
      position: relative; }
      .cul_body .cul_src1_case .cul_title_box > div img {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        z-index: 0;
        width: 100%; }
      .cul_body .cul_src1_case .cul_title_box > div div {
        position: relative;
        z-index: 1;
        text-align: center;
        color: #fff; }
      .cul_body .cul_src1_case .cul_title_box > div .cul_t_n {
        font-size: .36rem;
        line-height: 1;
        font-weight: 700;
        margin-bottom: .18rem; }
      .cul_body .cul_src1_case .cul_title_box > div .cul_t_n_e {
        font-family: Futura-Light;
        line-height: .85; }
    .cul_body .cul_src1_case .cul_title_box > img {
      display: block;
      width: calc((100% - 3.06rem) / 2 + .6rem);
      margin: 0 -.3rem; }
  .cul_body .cul_src1_case .cul_img_box {
    position: relative;
    margin-top: .5rem; }
    .cul_body .cul_src1_case .cul_img_box .cul_img_bg {
      display: block;
      width: 100%;
      opacity: 0;
      pointer-events: none; }
    .cul_body .cul_src1_case .cul_img_box > div {
      position: absolute;
      width: 100%;
      height: 100%;
      left: 0;
      top: 0; }
      .cul_body .cul_src1_case .cul_img_box > div .cul_img {
        position: absolute;
        transition: all .5s ease-in-out; }
        .cul_body .cul_src1_case .cul_img_box > div .cul_img img {
          display: block;
          width: 100%; }
        .cul_body .cul_src1_case .cul_img_box > div .cul_img:nth-child(1) {
          left: 0;
          top: 55%;
          width: 25%; }
        .cul_body .cul_src1_case .cul_img_box > div .cul_img:nth-child(2) {
          left: 63.2%;
          top: 20%;
          width: 15%; }
        .cul_body .cul_src1_case .cul_img_box > div .cul_img:nth-child(3) {
          left: 19.4%;
          top: 81%;
          width: 15%; }
          .cul_body .cul_src1_case .cul_img_box > div .cul_img:nth-child(3) img {
            box-shadow: 0px 60px 150px 0px rgba(0, 0, 0, 0.5); }
        .cul_body .cul_src1_case .cul_img_box > div .cul_img:nth-child(4) {
          left: 82.5%;
          top: 0;
          width: 17%; }
        .cul_body .cul_src1_case .cul_img_box > div .cul_img:nth-child(5) {
          left: 61.6%;
          top: 79.2%;
          width: 17.4%; }
          .cul_body .cul_src1_case .cul_img_box > div .cul_img:nth-child(5) img {
            box-shadow: 0px 70px 150px 0px rgba(0, 0, 0, 0.5); }
        .cul_body .cul_src1_case .cul_img_box > div .cul_img:nth-child(6) {
          left: 71%;
          top: 51%;
          width: 28.7%; }
        .cul_body .cul_src1_case .cul_img_box > div .cul_img:nth-child(7) {
          left: 8%;
          top: 11%;
          width: 24.8%; }
        .cul_body .cul_src1_case .cul_img_box > div .cul_img:nth-child(8) {
          left: 30.2%;
          top: 26.9%;
          width: 35.5%; }
          .cul_body .cul_src1_case .cul_img_box > div .cul_img:nth-child(8) img {
            box-shadow: 0px 80px 250px 0px rgba(0, 0, 0, 0.5); }
.cul_body .cul_src2_case {
  margin-top: 2rem;
  padding-bottom: 2rem; }
  .cul_body .cul_src2_case .cul_nav_box {
    margin-bottom: .7rem;
    width: 84.375%;
    max-width: 1920px;
    overflow: visible; }
    .cul_body .cul_src2_case .cul_nav_box .swiper-slide {
      overflow: visible;
      display: flex; }
    .cul_body .cul_src2_case .cul_nav_box a {
      min-width: 1.9rem;
      display: block;
      margin: 0 auto;
      text-align: center;
      line-height: .4rem;
      padding: .2rem;
      font-size: .24rem;
      transition: all .5s ease-in-out;
      color: #000;
      cursor: pointer; }
      @media screen and (orientation: landscape) {
        .cul_body .cul_src2_case .cul_nav_box a:hover {
          box-shadow: 0px 20px 100px 0px rgba(0, 0, 0, 0.4);
          font-weight: 700;
          color: #008e3b; } }
    .cul_body .cul_src2_case .cul_nav_box .swiper-slide.on a {
      box-shadow: 0px 0.2rem 1rem -0.1rem rgba(0, 0, 0, 0.2);
      font-weight: 700;
      color: #008e3b; }
  .cul_body .cul_src2_case .cul_con_case {
    width: 59.21875%;
    max-width: 1920px;
    margin: 0 auto;
    position: relative; }
    .cul_body .cul_src2_case .cul_con_case .swiper-pagination {
      pointer-events: none;
      font-size: .24rem;
      line-height: 1.5;
      bottom: 0;
      display: flex;
      align-items: center;
      font-family: CgFuturaMaxiLt;
      width: auto;
      text-align: right;
      justify-content: flex-end;
      right: 0; }
      .cul_body .cul_src2_case .cul_con_case .swiper-pagination .num {
        font-family: CgFuturaMaxiBd;
        color: #008e3b; }
      .cul_body .cul_src2_case .cul_con_case .swiper-pagination span:nth-child(2) {
        margin: 0 .2rem; }
    .cul_body .cul_src2_case .cul_con_case .swiper-button-prev, .cul_body .cul_src2_case .cul_con_case .swiper-button-next {
      width: 1rem;
      height: 1rem;
      text-align: center;
      line-height: 1rem;
      font-size: .28rem;
      color: #fff;
      background-color: #008e3b;
      cursor: pointer;
      margin-top: -.85rem;
      border-radius: 50%; }
      @media screen and (orientation: landscape) {
        .cul_body .cul_src2_case .cul_con_case .swiper-button-prev:hover, .cul_body .cul_src2_case .cul_con_case .swiper-button-next:hover {
          box-shadow: 0 0.5rem 1rem -0.2rem rgba(0, 58, 188, 0.2); } }
    .cul_body .cul_src2_case .cul_con_case .swiper-button-prev {
      left: -13.6%;
      transform: translateX(-50%); }
    .cul_body .cul_src2_case .cul_con_case .swiper-button-next {
      right: -13.6%;
      transform: translateX(50%); }
    .cul_body .cul_src2_case .cul_con_case > div {
      opacity: 0;
      pointer-events: none;
      position: absolute;
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      transition: opacity .5s ease-in-out; }
      .cul_body .cul_src2_case .cul_con_case > div:first-child {
        position: relative; }
      .cul_body .cul_src2_case .cul_con_case > div .swiper-slide.active {
        pointer-events: none; }
      .cul_body .cul_src2_case .cul_con_case > div.on {
        opacity: 1;
        pointer-events: all; }
        .cul_body .cul_src2_case .cul_con_case > div.on .swiper-slide.active {
          pointer-events: all; }
    .cul_body .cul_src2_case .cul_con_case .swiper-container {
      overflow: visible; }
      .cul_body .cul_src2_case .cul_con_case .swiper-container .pro_img_box::before {
        margin-top: 56.2727%; }
      .cul_body .cul_src2_case .cul_con_case .swiper-container .pro_img_box::after {
        content: '';
        display: block;
        left: 0;
        top: 0;
        opacity: .5;
        position: absolute;
        width: 100%;
        height: 100%;
        transition: opacity .5s ease-in-out;
        z-index: 6;
        pointer-events: none;
        background-color: #000; }
      .cul_body .cul_src2_case .cul_con_case .swiper-container .active .pro_img_box::after {
        opacity: 0; }
      .cul_body .cul_src2_case .cul_con_case .swiper-container .cul_name {
        margin-top: .33rem;
        font-size: .24rem;
        line-height: 1.5;
        min-height: .36rem;
        padding-right: 1.4rem; }

.en_sty body {
  font-family: Regular; }
@media screen and (orientation: landscape) {
  .en_sty .ind_ban_text {
    padding-left: .8rem;
    padding-right: .8rem; } }
.en_sty .ind_body .ind_src2_case .ind_src2_nav {
  bottom: 1.7rem; }
.en_sty .nav.nav_on .nav_sha {
  height: 6rem; }
.en_sty footer .foot_con .foot_nav ul li {
  margin-right: .2rem; }
  .en_sty footer .foot_con .foot_nav ul li .line_btn_s:not(:first-child) span {
    line-height: 1.5;
    padding: 0.05rem 0; }
  .en_sty footer .foot_con .foot_nav ul li .line_btn_s:first-child span {
    white-space: nowrap; }
.en_sty .ser_body .ser_src1_case .dot_case_sty .ser_logo > div {
  font-size: .36rem;
  width: 70%;
  margin: 0 auto; }
@media screen and (orientation: landscape) {
  .en_sty .nav .nav_con > .navBox a {
    padding-right: 1.5vw;
    padding-left: 1.5vw; }
  .en_sty .code_box {
    position: relative; }
    .en_sty .code_box div {
      line-height: 1.4;
      white-space: nowrap;
      letter-spacing: .05em;
      position: absolute; }
  .en_sty .abo_body .abo_src5_p {
    padding-left: .2rem;
    padding-right: .2rem; }
  .en_sty .abo_body .abo_src6_case .hor_box .swiper-container .swiper-wrapper .swiper-slide .hor_name {
    padding-left: .2rem;
    padding-right: .2rem; }
  .en_sty .abo_body .abo_src6_case .hor_box .swiper-container .swiper-wrapper .swiper-slide.active .hor_name {
    font-size: .24rem; }
  .en_sty .com_body .ind_src5_case .ind_src5_r > span .cu_code_box {
    padding-right: .2rem; }
    .en_sty .com_body .ind_src5_case .ind_src5_r > span .cu_code_box:last-child {
      padding-right: 0; }
  .en_sty .ser_con_m .ser_text_box .pub_info {
    padding-right: .8rem; }
  .en_sty .ser_con_m:nth-child(even) .ser_text_box .pub_info {
    padding-right: 0;
    padding-left: .8rem; } }
.en_sty .ind_body .ind_banner_box .banner_text_img_box .ind_src1_title > div {
  line-height: 1.2; }
.en_sty .ind_body .ind_banner_box .banner_text_img_box .ind_src1_title > div:first-child {
  font-family: Futura-Heavy;
  margin-bottom: .3rem; }
.en_sty .ind_body .ind_banner_box .banner_text_img_box .ind_src1_title > div:nth-child(2) {
  font-family: Futura-Light; }
.en_sty .ind_body .ind_src2_case .ind_src2_nav .swiper-slide > div > div {
  font-weight: 700; }
  .en_sty .ind_body .ind_src2_case .ind_src2_nav .swiper-slide > div > div .iconfont {
    font-weight: normal; }
.en_sty .shoes_body .data_box .data_n {
  max-width: 33%; }
  .en_sty .shoes_body .data_box .data_n .run_num_box_p {
    justify-content: center; }
.en_sty .mater_body .nav_met_case .nav_met_box a .met_n_name {
  font-size: .16rem; }
.en_sty .abo_body .abo_src1_case .abo_mes {
  line-height: 1.5; }
.en_sty .abo_body .abo_src5_case .abo_src5_con_box a .abo_text_box .abo_src5_tit {
  line-height: 1.2; }
@media screen and (orientation: landscape) {
  .en_sty .abo_body .abo_src3_case .pub_info {
    line-height: 1.3; }
  .en_sty .pub_banner .pub_banner_text .pub_banner_info {
    line-height: 1.3; }
  .en_sty .swiper-scrollbar {
    display: none; } }
.en_sty .shoes_body .data_box .data_n .data_na {
  line-height: 1.3; }
.en_sty .mater_body .met_con_case .met_src1_case .met_text_box .met_mess {
  line-height: 1.3; }
.en_sty .mater_body .met_con_case .met_src1_case .met_text_box .met_name {
  line-height: 1.1; }
.en_sty .cul_body .cul_src2_case .cul_nav_box .swiper-slide {
  height: auto; }
  .en_sty .cul_body .cul_src2_case .cul_nav_box .swiper-slide a {
    display: flex;
    align-items: center; }
.en_sty .abo_body .abo_src2_case .abo_src2_bolck .abo_src2_con_box a .abo_src2_con_tex .abo_src2_fl .abo_src2_tit_en {
  display: none; }
@media (max-width: 1440px) and (min-width: 1025px) {
  .en_sty .cof_body .cof_src1_case .pub_case .cof_se_me_box > img {
    top: -19%; }
  .en_sty .nav .nav_con > .navBox .list > a {
    padding-left: 1.5vw;
    padding-right: 1.5vw; } }
@media screen and (orientation: landscape) {
  .en_sty .ser_con_m .ser_text_box .ser_tit {
    margin: 0.3rem 0 0.3rem; }
  .en_sty .ser_con_m:nth-child(odd) .ser_text_box .ser_tit {
    padding-right: .4rem; }
  .en_sty .ser_con_m:nth-child(even) .ser_text_box .ser_tit {
    padding-left: .4rem; }
  .en_sty .cof_body .cof_src1_case .pub_case .cof_se_me_box .cof_l_tit {
    width: 80%;
    line-height: 1.3; }
  .en_sty .pub_det_title {
    font-size: .36rem;
    line-height: 1.5; }
  .en_sty .cof_body .cof_src1_case .pub_case .cof_src1_tit_box .pub_det_title_en {
    margin-top: .2rem; }
  .en_sty .home_body .hom_src1_case .hom_src_me_box {
    width: 120%;
    margin-left: -10%; }
    .en_sty .home_body .hom_src1_case .hom_src_me_box div {
      margin-right: .1rem; }
      .en_sty .home_body .hom_src1_case .hom_src_me_box div:last-child {
        margin-right: 0; } }
.en_sty .indc_body .indc_src3_case .pub_case .abo_al_sty {
  text-align: left; }
  .en_sty .indc_body .indc_src3_case .pub_case .abo_al_sty > div:first-child {
    text-align: center; }

.soc_con_m .soc_text_box .soc_me_box div {
  font-weight: normal;
  font-size: .24rem; }

@media all and (max-width: 1880px) {
  .abo_body .abo_src6_case .abo_hon_f {
    font-size: .28rem;
    line-height: 1.5; }

  .abo_body .abo_src1_case .abo_mes {
    font-size: .28rem; } }
@media all and (max-width: 1600px) {
  .en_sty .ser_con_m .ser_num_box {
    bottom: .5rem; } }
@media all and (max-width: 1440px) {
  .abo_body .abo_src6_case .abo_hon_t .abo_hon_f {
    margin-top: .4rem; } }
@media all and (max-width: 1366px) {
  .abo_body .abo_src6_case .hor_box .swiper-container .swiper-wrapper .swiper-slide.active .hor_name {
    font-size: .24rem; } }
@media all and (max-width: 1280px) {
  .dev_body .scroll_hint {
    bottom: .35rem; } }
@media all and (max-width: 1024px) {
  .btn_m {
    display: block; }

  .nav {
    padding: 0;
    top: 0; }

  .nav .nav_con {
    width: 100%;
    position: relative;
    padding: 0 .4rem; }

  .pub_det_title {
    line-height: 1.3;
    font-size: .48rem; }

  .pub_det_title_en {
    margin-top: .3rem;
    font-size: .32rem;
    letter-spacing: .15em;
    line-height: 1.3; }

  .cof_body .cof_src2_case .pub_case .cof_code_box > div div {
    font-size: .24rem; }

  .indc_body .indc_src3_case .pub_case .indc_src3_t span {
    font-size: inherit; }

  .btn_nav_box {
    display: block;
    position: absolute;
    right: .4rem;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    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; }
    .btn_nav_box .btn_nav_k {
      width: .3rem;
      height: .3rem;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      align-items: flex-end; }
      .btn_nav_box .btn_nav_k span {
        display: block;
        height: .04rem;
        background-color: #008e3b;
        margin: .03rem 0;
        width: 100%;
        transition: transform .3s ease-in-out, width .3s ease-in-out .3s; }
        .btn_nav_box .btn_nav_k span:nth-child(2) {
          width: .12rem; }
      .btn_nav_box .btn_nav_k.on span {
        margin: -.02rem 0;
        transform-origin: 100% 50%;
        transform: rotate(-45deg);
        width: .4243rem;
        transition: width .3s ease-in-out, transform .3s ease-in-out .3s; }
        .btn_nav_box .btn_nav_k.on span:nth-child(2) {
          width: .4243rem;
          transform: rotate(45deg); }

  .initial_nav .btn_nav_box .btn_nav_k span {
    background-color: #fff; }

  .nav_c .btn_nav_box {
    color: #2a3438; }
  .nav_c .navBox {
    background-color: #fff; }

  .navBox {
    position: fixed;
    width: 100%;
    height: 100%;
    transition: all .5s ease;
    left: 0;
    top: 0;
    background-color: white;
    transform: translateX(110%); }
    .navBox.on {
      transform: translateX(0); }
    .navBox .item {
      display: block !important;
      position: absolute;
      left: 0;
      top: 1.5rem;
      width: 100%;
      text-align: center;
      max-height: calc(100vh - 2rem);
      overflow-y: auto; }
      .navBox .item li {
        float: none !important; }
        .navBox .item li a {
          display: block;
          padding: .1rem 0;
          color: #fff; }

  .logo_box {
    position: relative;
    z-index: 2;
    padding: .3rem 0; }
    .logo_box img {
      margin: 0;
      height: .84rem; }

  .logo_box .sty_circle {
    display: none; }

  .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: .48rem .5rem .72rem;
    background-color: #002a89; }

  .navBox .item li a {
    font-size: 20px; }

  .navBox .item li a.on {
    font-weight: 700; }

  .navBox .item > li {
    padding: .4rem; }
    .navBox .item > li.active {
      background-color: rgba(0, 39, 166, 0.03); }
      .navBox .item > li.active span i {
        display: block; }

  .nav .nav_con .navBox ul li > ul > li a {
    font-size: .28rem;
    color: black;
    line-height: 2.5;
    padding: 0;
    font-weight: 400; }
  .nav .nav_con .navBox ul li > ul > li:last-child {
    margin-bottom: -.14rem; }

  .nav .nav_con > .navBox a {
    font-size: .3rem;
    color: #000000;
    padding: 0;
    line-height: 1; }

  .nav .nav_con > .navBox.navBox ul li > ul {
    position: relative;
    left: 0;
    top: 0;
    transform: none;
    padding-top: 0;
    margin-top: .4rem; }

  .nav .nav_con > .navBox .lan_box {
    position: absolute;
    top: .37rem;
    right: 1.85rem;
    line-height: .3rem; }
    .nav .nav_con > .navBox .lan_box > div {
      font-size: .3rem;
      color: #008e3b; }
      .nav .nav_con > .navBox .lan_box > div span {
        white-space: nowrap; }
      .nav .nav_con > .navBox .lan_box > div i {
        font-size: .12rem;
        margin-left: .1rem; }

  .nav .nav_con > .navBox .lan_box > ul {
    margin-top: 0;
    top: 150%;
    box-shadow: 0 10px 30px -10px rgba(0, 0, 0, 0.17);
    width: 300%; }
    .nav .nav_con > .navBox .lan_box > ul li a {
      font-size: .2rem;
      line-height: 2.5; }

  .nav .nav_con > .navBox a span {
    overflow: visible; }
    .nav .nav_con > .navBox a span::before {
      display: none; }
    .nav .nav_con > .navBox a span i {
      font-size: .12rem;
      margin-left: .5rem;
      position: absolute;
      left: 100%;
      top: 50%;
      transform: translateY(-50%); }

  .pub_case {
    width: 100%;
    padding-left: .5rem;
    padding-right: .5rem; }

  .news_d_body .pub_case {
    width: 100%; }

  .swiper-button-prev {
    left: 0; }

  .swiper-button-next {
    right: 0; }

  html {
    height: auto;
    overflow-x: hidden; }

  #v-pop .con {
    height: auto; }

  #v-pop .con video {
    width: 90%;
    height: auto; }

  .black_n .nav .nav_con {
    padding: .2rem 0; }

  .btn_sea_s {
    display: none; }

  .nav_con > .btn_sea_s {
    display: block;
    position: absolute;
    right: 1.15rem;
    top: 50%;
    font-size: .3rem;
    transform: translateY(-50%);
    margin: 0; }

  body {
    padding-top: 1.04rem; }

  .ind_body .ind_banner_box .banner_img_box video {
    display: none; }

  .pro_z_body .tong_bg canvas {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    min-width: 100%;
    height: 100%; }

  .ind_body {
    padding-top: 0; }
    .ind_body .ind_banner_box {
      width: 100%; }
      .ind_body .ind_banner_box .active .banner_text_img_box {
        padding: 0 .4rem;
        transform: none;
        top: 35%;
        left: 0; }

  .ind_body .ind_banner_box .banner_text_img_box .ind_src1_title {
    width: 5.04rem;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: .4rem; }

  .ind_body .ind_banner_box .banner_text_img_box .ind_src1_info_en {
    font-size: .36rem;
    letter-spacing: 0;
    text-indent: 0;
    padding: 0;
    line-height: 1.33;
    color: rgba(255, 255, 255, 0.8);
    width: 82.1%;
    margin-right: auto;
    margin-left: auto;
    text-transform: none; }

  .scroll_hint .iconfont {
    font-size: .3rem; }
  .scroll_hint .tex {
    font-size: .18rem;
    display: none; }

  .ind_body .ind_banner_box .swiper-pagination span:nth-child(2) {
    margin: 0 .16rem; }

  .ind_body .ind_banner_box .swiper-pagination {
    width: 100%;
    bottom: 10%;
    left: auto;
    top: auto;
    transform: none;
    text-align: center; }
    .ind_body .ind_banner_box .swiper-pagination span {
      border-width: 1px;
      opacity: 1;
      margin: 0 .16rem; }
      .ind_body .ind_banner_box .swiper-pagination span.swiper-pagination-bullet-active {
        width: .1rem;
        height: .1rem;
        background-color: #fff; }

  .ind_body .ind_banner_box .banner_text_img_box .ind_src1_title > div {
    flex-wrap: wrap; }

  .ind_body .ind_banner_box .banner_img_box #myCanvas {
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    min-width: 100%;
    height: 100%; }

  .ind_body .ind_banner_box .banner_img_box .xing_box image {
    height: 100%;
    width: auto;
    max-width: none;
    left: 50%; }

  .pc_sty {
    display: none !important; }

  .m_sty {
    display: block !important; }

  .pub_title {
    font-size: .48rem;
    line-height: 1.3; }

  .pub_title_en {
    font-size: .32rem;
    margin-top: .3rem;
    letter-spacing: .15em;
    text-indent: 0; }

  .ind_body .ind_src1_case {
    padding-top: 1rem;
    padding-bottom: .9rem;
    text-align: center; }
    .ind_body .ind_src1_case .ind_src1_text {
      padding: 0 .5rem;
      width: 100%; }
      .ind_body .ind_src1_case .ind_src1_text .pub_info {
        width: 100%;
        margin: .5rem 0 0;
        text-align: justify;
        font-size: .24rem;
        line-height: 1.8333; }
    .ind_body .ind_src1_case .pub_num_d_box {
      display: flex;
      margin-top: .5rem;
      padding-right: .5rem;
      padding-left: .5rem; }
      .ind_body .ind_src1_case .pub_num_d_box > div {
        width: 50%;
        font-size: .24rem;
        line-height: 1.5;
        color: #333;
        white-space: nowrap;
        display: grid;
        flex-direction: column;
        justify-content: left;
        align-items: flex-start; }
        .ind_body .ind_src1_case .pub_num_d_box > div div {
          line-height: .833;
          color: #008e3b;
          font-size: .4rem;
          margin-bottom: .2rem; }
        .ind_body .ind_src1_case .pub_num_d_box > div span {
          line-height: .833;
          color: #008e3b;
          font-size: .6rem;
          font-family: CgFuturaMaxiBd; }
    .ind_body .ind_src1_case .m_src1_img {
      width: 69.33%;
      margin: .9rem 0 0 30.66%;
      position: relative; }
      .ind_body .ind_src1_case .m_src1_img .pro_img_box {
        width: 100%; }
        .ind_body .ind_src1_case .m_src1_img .pro_img_box::before {
          margin-top: 144.23%; }
        .ind_body .ind_src1_case .m_src1_img .pro_img_box i {
          color: rgba(255, 255, 255, 0.8);
          transition: all .5s ease-in-out;
          z-index: 4;
          position: absolute;
          left: 50%;
          top: 50%;
          transform: translate(-50%, -50%);
          font-size: 1rem;
          display: block;
          text-align: center;
          line-height: 1; }
      .ind_body .ind_src1_case .m_src1_img .ind_src1_n {
        left: -1.5rem;
        bottom: 1.2rem;
        top: auto;
        right: auto;
        font-size: 1.2rem;
        transform-origin: 0 0;
        line-height: .8;
        font-family: Futura-Light; }
        .ind_body .ind_src1_case .m_src1_img .ind_src1_n span {
          margin-left: .5em; }
      .ind_body .ind_src1_case .m_src1_img .src1_m_img_t {
        text-align: left;
        margin-top: .3rem;
        font-size: .38rem;
        line-height: 1.5;
        color: #000;
        font-weight: 700; }
        .ind_body .ind_src1_case .m_src1_img .src1_m_img_t span {
          font-size: .24rem;
          font-weight: normal; }
  .ind_body .ind_src2_case > .btn_sty {
    display: none; }
  .ind_body .ind_src2_case .swiper-pagination {
    display: none; }
  .ind_body .ind_src2_case .ind_src2_nav {
    bottom: .4rem; }
    .ind_body .ind_src2_case .ind_src2_nav .swiper-wrapper {
      justify-content: space-between; }
    .ind_body .ind_src2_case .ind_src2_nav .swiper-slide {
      border-bottom: none; }
      .ind_body .ind_src2_case .ind_src2_nav .swiper-slide > div {
        font-size: .3rem; }
        .ind_body .ind_src2_case .ind_src2_nav .swiper-slide > div i {
          font-size: .44rem;
          margin-bottom: .36rem; }
        .ind_body .ind_src2_case .ind_src2_nav .swiper-slide > div > div {
          display: block; }
      .ind_body .ind_src2_case .ind_src2_nav .swiper-slide.active ul {
        display: none; }
      .ind_body .ind_src2_case .ind_src2_nav .swiper-slide.active > div::before {
        display: none; }
      .ind_body .ind_src2_case .ind_src2_nav .swiper-slide.active > div > div {
        text-align: center;
        transform: none; }

  .ind_body .ind_src2_case .ind_src2_l .ind_src2_tex_box {
    margin: 1rem 0 0;
    padding: 0 .5rem;
    width: 100%;
    text-align: center; }

  .ind_body .ind_src2_case .ind_src2_l .ind_src2_tex_box .pub_info {
    text-align: center;
    width: 100%;
    font-size: .24rem;
    line-height: 1.833;
    margin-top: .45rem; }

  .ind_body .ind_src2_case .ind_src2_l .ind_src2_tex_box .ind_src2_btn_s {
    border: 1px solid #fff;
    width: 2.3rem;
    line-height: .76rem;
    height: .76rem;
    text-align: center;
    color: #fff;
    font-size: .24rem;
    margin: .4rem auto 0;
    display: block; }
    .ind_body .ind_src2_case .ind_src2_l .ind_src2_tex_box .ind_src2_btn_s > div {
      display: none; }

  .m_nav {
    display: flex;
    flex-wrap: wrap;
    margin-top: .55rem;
    justify-content: center; }
    .m_nav > div {
      font-size: .3rem;
      color: rgba(255, 255, 255, 0.41);
      font-weight: 700;
      line-height: 1;
      padding: .15rem .2rem;
      width: 2.4rem;
      position: relative; } }
    @media all and (max-width: 1024px) and (max-width: 640px) {
      .m_nav > div {
        width: 33.33%; }
        .m_nav > div:nth-child(3n)::before {
          display: none; } }
@media all and (max-width: 1024px) {
      .m_nav > div::before {
        content: '';
        display: block;
        position: absolute;
        top: 50%;
        right: 0;
        transform: translateY(-50%);
        height: 1em;
        width: 1px;
        background-color: rgba(255, 255, 255, 0.5); }
      .m_nav > div.none {
        display: none; }
      .m_nav > div.on {
        color: #fff; }
      .m_nav > div:last-child::before {
        display: none; }

  .ind_body .ind_src3_case {
    padding-top: 1rem;
    padding-bottom: .9rem; }

  .ind_body .ind_src3_case .ind_src3_con_b {
    margin-top: .55rem;
    padding: 0;
    display: block; }

  .ind_body .ind_src3_case .ind_src3_icon_box {
    display: none; }

  .ind_body .ind_src3_case .ind_src3_con_b .ind_src3_r .ind_src3_pa {
    display: none; }

  .ind_body .ind_src3_case .ind_src3_con_b .ind_src3_r .ind_src3_con_t {
    display: none; }

  .ind_body .ind_src3_case .ind_src3_con_b .ind_src3_l {
    width: 100%; }

  .ind_body .ind_src3_case .ind_src3_con_b .ind_src3_l .ind_src3_img .pro_img_box::before {
    margin-top: 100%; }

  .ind_body .ind_src3_case .ind_src3_con_b .ind_src3_r {
    margin-top: 1.75rem;
    width: 100%; }
    .ind_body .ind_src3_case .ind_src3_con_b .ind_src3_r .ind_src3_tab {
      display: flex;
      justify-content: space-between; }
      .ind_body .ind_src3_case .ind_src3_con_b .ind_src3_r .ind_src3_tab > div {
        display: block;
        font-size: .3rem;
        line-height: 1;
        color: rgba(153, 153, 153, 0.4);
        margin: 0;
        height: auto; }
        .ind_body .ind_src3_case .ind_src3_con_b .ind_src3_r .ind_src3_tab > div::after {
          display: none; }
        .ind_body .ind_src3_case .ind_src3_con_b .ind_src3_r .ind_src3_tab > div i {
          display: block;
          text-align: center;
          font-size: .5rem;
          line-height: 1;
          margin-bottom: .4rem; }
        .ind_body .ind_src3_case .ind_src3_con_b .ind_src3_r .ind_src3_tab > div.on {
          color: #008e3b;
          font-size: .3rem; }

  .ind_body .ind_src3_case .ind_src3_con_b .ind_src3_l .ind_src3_text {
    left: -.2rem; }

  .ind_body .ind_src4_case .pub_case {
    padding-top: 1rem;
    padding-bottom: .9rem; }

  .ind_body .ind_src4_case .pub_case .ind_src4_con .ind_src4_l .btn_sty {
    display: none; }

  .ind_body .ind_src4_case .pub_case .ind_src4_con .ind_src4_l .pub_title, .ind_body .ind_src4_case .pub_case .ind_src4_con .ind_src4_l .pub_title_en {
    text-align: center; }

  .ind_body .ind_src4_case .pub_case .ind_src4_con .ind_src4_r {
    margin: .55rem auto 0;
    width: 5.7rem; }

  .ind_body .ind_src4_case .pub_case .ind_src4_p {
    width: calc(100vw - .5rem);
    margin-top: .7rem;
    margin-left: 0;
    left: calc((-100vw + 5.7rem) / 2 + .5rem);
    position: relative; }

  .ind_body .ind_src4_case .pub_case .ind_src4_con .ind_src4_r .swiper-slide {
    padding: 0 7%; }

  .ind_body .ind_src4_case .pub_case .ind_src4_p .swiper-scrollbar .swiper-scrollbar-drag {
    height: .05rem; }

  .ind_body .ind_src4_case .pub_case .ind_src4_p .swiper-pagination {
    margin-top: .26rem;
    font-size: .24rem; }

  .ind_body .ind_src4_case .pub_case .ind_src4_con .ind_src4_r a .pro_img_box::before {
    margin-top: 133.2%; }

  footer .foot_con .foot_nav {
    display: none; }

  .ind_body .ind_src4_case .ind_src4_h {
    display: none; }

  .ind_body .ind_src4_case .pub_case .ind_src4_con .ind_src4_r a .new_l_name_b {
    padding: .37rem .32rem; }

  .ind_body .ind_src4_case .pub_case .ind_src4_con .ind_src4_r a .new_l_name_b .new_l_name {
    font-size: .3rem;
    margin-bottom: .25rem; }

  .ind_body .ind_src4_case .pub_case .ind_src4_con .ind_src4_r a .new_l_name_b .new_l_info {
    font-size: .24rem; }

  .ind_body .ind_src4_case .pub_case .ind_src4_con .ind_src4_r a .new_l_time {
    margin-top: .3rem;
    font-size: .24rem; }

  .ind_src5_case .map_case {
    height: 7rem;
    width: 100%;
    pointer-events: none; }

  .ind_src5_case > div {
    display: block; }

  .ind_src5_case .map_case .sha_map {
    width: 258%;
    height: 104%;
    background-image: url("../image/020_m.png") !important; }

  .ind_src5_case .ind_src5_r {
    width: 100%;
    padding: 0 .5rem .7rem .7rem;
    margin: -.65rem auto 0; }

  .ind_src5_case .ind_src5_r > div {
    padding-top: .2rem;
    padding-bottom: .2rem; }

  .ind_src5_case .ind_src5_r > div i {
    font-size: .5rem;
    margin-right: .35rem; }

  .add_r {
    width: calc(100% - 1.15rem); }

  .ind_src5_case .ind_src5_r > div .add_n {
    font-size: .34rem; }

  .ind_src5_case .ind_src5_r > div .add_con {
    font-size: .24rem; }

  .btn_go_top {
    margin: 0 auto .25rem;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    width: 1.5rem;
    height: 1.5rem;
    background-color: rgba(255, 255, 255, 0.1);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    line-height: 1; }
    .btn_go_top i {
      font-size: .4rem;
      color: #ffff;
      margin-bottom: .2rem; }
    .btn_go_top div {
      color: #fff;
      font-size: .24rem;
      font-family: Futura-Heavy;
      text-transform: uppercase; }

  footer .foot_con {
    width: 100%;
    display: block;
    border-bottom: none;
    margin-bottom: .4rem;
    padding-bottom: 0;
    padding-left: 0;
    padding-bottom: 0; }

  footer .foot_con .foot_com_box {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center; }

  footer .foot_con .foot_com_box > a {
    width: 4.41rem;
    margin-left: .34rem;
    margin-bottom: 0; }
    footer .foot_con .foot_com_box > a img {
     }

  footer .pub_sha_case {
    width: 1.06rem; }
    footer .pub_sha_case img {
      display: block;
      width: 100%; }

  .code_box {
    width: 100%; }

  .code_box div {
    display: none; }

  footer .copyRight_box .copyRight {
    display: block; }

  footer .copyRight_box {
    padding: 0;
    font-size: .24rem;
    text-align: center;
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.866; }
    footer .copyRight_box br {
      display: block; }

  footer .copyRight_box img {
    margin-left: 0;
    vertical-align: sub; }

  .ind_src5_r span {
    display: none; }

  body:not(.ind_body) {
    padding-top: 1.04rem; }

  .pub_banner .pub_banner_img .img::before {
    margin-top: 45vh; }

  .left_fixed {
    display: none; }

  .pub_banner .pub_banner_text .pub_banner_title {
    font-size: .6rem; }

  .pub_banner .pub_banner_text .pub_banner_title_en {
    font-size: .18rem;
    margin-top: .4rem; }

  .pub_info {
    font-size: .24rem;
    line-height: 1.8333;
    text-align: justify; }

  .abo_body .abo_src1_case {
    padding: 1rem .5rem .8rem;
    text-align: center; }

  .abo_body .abo_src1_case .abo_mes {
    line-height: 1.5;
    width: 106%;
    margin-left: -3%;
    font-size: .3rem; }

  .abo_body .abo_src1_case .abo_sty_box .abo_ms .ind_src1_n::before {
    display: none; }

  .abo_body .abo_src1_case .abo_sty_box .abo_img_box {
    position: relative;
    width: calc(69.33% + .5rem);
    margin-left: 30.67%;
    top: 0; }

  .abo_body .abo_src1_case .abo_sty_box .abo_ms .ind_src1_n div {
    bottom: -3.3rem;
    top: auto;
    right: 2.3rem;
    font-size: 1.15rem;
    transform-origin: 50%;
    line-height: .8;
    font-family: Futura-Light;
    text-transform: uppercase;
    transform: rotate(-90deg);
    position: absolute; }

  .abo_body .abo_src1_case .abo_sty_box .abo_ms {
    margin: 0; }

  .abo_sty_box {
    margin-top: .8rem;
    padding-bottom: .5rem; }

  .abo_body .abo_src2_case .abo_src2_tex {
    padding-top: 0;
    padding-right: .5rem;
    padding-left: .5rem;
    color: #000;
    position: relative; }
    .abo_body .abo_src2_case .abo_src2_tex .pub_det_title_en, .abo_body .abo_src2_case .abo_src2_tex .pub_det_title {
      color: #000; }

  .abo_body .abo_src2_case .abo_src2_bolck > .abo_src2_img_box {
    display: none; }

  .abo_src2_bolck {
    margin-top: .55rem;
    padding: 0 .5rem .5rem; }

  .abo_body .abo_src2_case .abo_src2_bolck {
    padding-bottom: 0;
    margin-bottom: -.4rem; }
    .abo_body .abo_src2_case .abo_src2_bolck .abo_src2_con_box {
      display: block; }
      .abo_body .abo_src2_case .abo_src2_bolck .abo_src2_con_box a {
        display: block;
        width: 100%;
        height: auto;
        border-radius: .12rem;
        overflow: hidden;
        margin-bottom: .2rem; }
        .abo_body .abo_src2_case .abo_src2_bolck .abo_src2_con_box a:last-child {
          margin-bottom: 0; }
        .abo_body .abo_src2_case .abo_src2_bolck .abo_src2_con_box a .pro_img_box {
          display: block; }
          .abo_body .abo_src2_case .abo_src2_bolck .abo_src2_con_box a .pro_img_box::before {
            margin-top: 30%; }

  .abo_body .abo_src2_case .abo_src2_bolck .abo_src2_con_box a .abo_src2_con_tex {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0; }
    .abo_body .abo_src2_case .abo_src2_bolck .abo_src2_con_box a .abo_src2_con_tex .abo_src2_fl i {
      margin-bottom: .2rem; }

  .abo_body .abo_src2_case .abo_src2_bolck .abo_src2_con_box a .abo_src2_con_tex span {
    bottom: auto;
    top: .55rem;
    padding-left: .5rem;
    text-align: left;
    display: none; }

  .abo_body .abo_src2_case .abo_src2_bolck .abo_src2_con_box a .abo_src2_con_tex .abo_src2_fl .abo_src2_tit_en {
    font-size: .18rem;
    margin-top: .1rem; }

  .left_f .pub_case {
    transform: none; }

  .abo_body .abo_src3_case .abo_src3_con_box {
    width: 100%;
    margin-top: .7rem; }

  .abo_body .abo_src3_case .pub_info {
    width: 100%;
    margin-top: .5rem; }

  .abo_body .abo_src4_case .abo_src4_con_box {
    width: 100%;
    position: relative; }

  .abo_body .abo_src4_case .pub_det_title {
    margin: 0 -.4rem;
    width: calc(100% + .8rem); }
    .abo_body .abo_src4_case .pub_det_title br {
      display: block; }

  .btn_big_ck {
    display: block; }

  .img_sha > div .img_sha_close {
    opacity: 1; }

  .block_s.img_sha > div .sha_img_box {
    background-color: #000;
    display: flex;
    align-items: center; }

  .abo_body .abo_src5_case .abo_src5_con_box {
    width: 100%;
    margin-left: 0;
    padding-left: .5rem;
    padding-right: .5rem;
    flex-wrap: wrap; }
    .abo_body .abo_src5_case .abo_src5_con_box a {
      width: 50%; }

  .abo_body .abo_src5_case .abo_src5_con_box a .pro_img_box {
    width: 100%; }

  .abo_body .abo_src5_case .abo_src5_con_box a .pro_img_box::before {
    margin-top: 150%; }

  .abo_body .abo_src5_case .abo_src5_con_box a .abo_text_box > span {
    position: absolute;
    margin: 0;
    left: .2rem;
    top: .55rem; }
    .abo_body .abo_src5_case .abo_src5_con_box a .abo_text_box > span::before, .abo_body .abo_src5_case .abo_src5_con_box a .abo_text_box > span::after {
      display: none; }

  .abo_body .abo_src5_case .abo_src5_con_box a .abo_text_box .abo_src5_tit {
    padding-top: 1.2rem;
    padding-right: .1rem;
    padding-left: .2rem;
    text-align: left; }

  .abo_body .abo_src5_case .abo_src5_con_box a .abo_text_box .abo_src5_tit_en {
    font-size: .18rem;
    display: none; }

  .abo_body .abo_src5_case .abo_src5_con_box a .abo_text_box .abo_src5_p {
    font-size: .24rem;
    padding: 0 .2rem;
    text-align: justify;
    top: 50%;
    bottom: auto; }
    .abo_body .abo_src5_case .abo_src5_con_box a .abo_text_box .abo_src5_p br {
      display: none; }

  .abo_body .abo_src6_case {
    padding-top: 1rem;
    padding-bottom: .6rem; }

  .abo_body .abo_src6_case .abo_hon_t {
    margin-top: .25rem;
    display: none; }

  .abo_body .abo_src6_case .abo_hon_t .pro_img_box {
    display: none; }

  .abo_body .abo_src6_case .abo_hon_t .abo_hon {
    margin-top: 0;
    width: 100%; }
    .abo_body .abo_src6_case .abo_hon_t .abo_hon .abo_hon_c {
      display: flex;
      justify-content: center; }
      .abo_body .abo_src6_case .abo_hon_t .abo_hon .abo_hon_c .abo_hon_s, .abo_body .abo_src6_case .abo_hon_t .abo_hon .abo_hon_c .abo_hon_tit {
        font-family: Futura-Light;
        font-size: .24rem;
        line-height: 1;
        letter-spacing: .1em;
        color: #000;
        margin-top: 0; }
      .abo_body .abo_src6_case .abo_hon_t .abo_hon .abo_hon_c .abo_hon_s {
        margin-left: .4em; }

  .abo_body .abo_src6_case .abo_hon_t .abo_hon_f {
    display: none; }

  .abo_body .abo_src6_case .abo_hon_t .abo_hon .abo_hon_tit::after {
    display: none; }

  .abo_body .abo_src6_case .abo_hon_b .abo_hont_s > div {
    padding: .15rem 0; }

  .abo_body .abo_src6_case .abo_hon_b {
    margin-top: 0;
    display: block;
    position: relative;
    padding: 1.1rem .4rem 1.3rem;
    z-index: 0; }
    .abo_body .abo_src6_case .abo_hon_b .pro_img_box {
      width: 100%;
      background-color: #000;
      position: absolute;
      height: 100%;
      left: 0;
      top: 0;
      z-index: 1; }
      .abo_body .abo_src6_case .abo_hon_b .pro_img_box .img_box {
        opacity: .8; }
      .abo_body .abo_src6_case .abo_hon_b .pro_img_box::before {
        margin-top: 0; }
    .abo_body .abo_src6_case .abo_hon_b .abo_hon_f {
      width: 100%;
      max-height: 85vh;
      position: relative;
      text-align: center;
      margin-top: .55rem;
      z-index: 3;
      color: #fff; }

  .abo_body .abo_src6_case .abo_hon_b .abo_title_box {
    display: block;
    text-align: center;
    z-index: 3; }
    .abo_body .abo_src6_case .abo_hon_b .abo_title_box .pub_det_title, .abo_body .abo_src6_case .abo_hon_b .abo_title_box .pub_det_title_en {
      display: block;
      position: relative;
      z-index: 11;
      color: #fff; }

  .abo_body .abo_src6_case .abo_hon_b .abo_hont_s > div::before {
    background-color: rgba(255, 255, 255, 0.3);
    display: none; }

  .abo_body .abo_src6_case .abo_hon_b .abo_hont_s > div br {
    display: none; }

  .abo_body .abo_src7_case .abo_hz_case a {
    width: 50%; }

  .abo_body .abo_src7_case .abo_hz_case {
    padding-top: .3rem; }

  .abo_body .abo_src6_case .abo_hon_b .abo_hont_s > div.abo_hon_hint {
    transform: translateX(0.09rem) rotate(90deg); }

  .abo_body .abo_src5_case .abo_src5_con_box a .pro_img_box .img_box {
    opacity: .6; }

  .dev_body .pub_banner {
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: auto 100vh;
    background-image: none !important; }
    .dev_body .pub_banner .pub_banner_img {
      z-index: -1;
      position: fixed;
      left: 0;
      top: 0;
      width: 100%; }
      .dev_body .pub_banner .pub_banner_img .img::before {
        margin-top: 100vh; }
  .dev_body .dev_con {
    position: relative;
    padding-top: 1.2rem;
    padding-bottom: 1rem;
    padding-left: .5rem;
    padding-right: .5rem;
    width: 100%;
    left: 0;
    top: 0;
    transform: none; }
    .dev_body .dev_con .dev_title {
      padding: 0;
      display: block;
      margin: 0 auto;
      text-align: center; }
      .dev_body .dev_con .dev_title span {
        display: none; }
      .dev_body .dev_con .dev_title .pub_det_title::before {
        display: none; }
      .dev_body .dev_con .dev_title .pub_det_title_en br {
        display: none; }
    .dev_body .dev_con .swiper-container {
      margin-top: .55rem; }
      .dev_body .dev_con .swiper-container .dev_con_box .pro_img_box {
        width: 100%; }
        .dev_body .dev_con .swiper-container .dev_con_box .pro_img_box .img_box {
          opacity: 1; }
      .dev_body .dev_con .swiper-container .dev_con_box .dev_con_text_case {
        width: 100%;
        position: relative;
        left: 0;
        top: auto;
        transform: none; }
        .dev_body .dev_con .swiper-container .dev_con_box .dev_con_text_case .dev_con_text_box {
          opacity: 1;
          padding: .5rem .4rem .7rem; }
          .dev_body .dev_con .swiper-container .dev_con_box .dev_con_text_case .dev_con_text_box .dev_num span:nth-child(2) {
            height: 50%; }
          .dev_body .dev_con .swiper-container .dev_con_box .dev_con_text_case .dev_con_text_box .dev_tit {
            font-size: .3rem;
            margin-bottom: .2rem; }
          .dev_body .dev_con .swiper-container .dev_con_box .dev_con_text_case .dev_con_text_box .dev_info {
            font-size: .24rem; }
          .dev_body .dev_con .swiper-container .dev_con_box .dev_con_text_case .dev_con_text_box .dev_page_h {
            margin-top: .5rem; }
    .dev_body .dev_con .swiper-wrapper {
      display: block; }
      .dev_body .dev_con .swiper-wrapper .swiper-slide {
        display: block;
        margin-bottom: .5rem; }
  .dev_body .scroll_hint {
    display: none; }

  .abo_body .abo_src8_case {
    padding-top: 1rem;
    padding-bottom: .9rem; }
    .abo_body .abo_src8_case .abo_src8_con_box {
      margin-top: .7rem;
      display: block; }
      .abo_body .abo_src8_case .abo_src8_con_box .pro_img_box {
        display: none; }
      .abo_body .abo_src8_case .abo_src8_con_box .abo_h_text {
        max-height: 60vh;
        width: 100%;
        padding-right: .4rem; }

  .abo_body .abo_src8_case .abo_src8_con_box .abo_h_text > div .abo_h_t {
    font-size: .5rem;
    margin-bottom: .35rem;
    line-height: 1; }

  .abo_body .abo_src8_case .abo_src8_con_box .abo_h_text > div .abo_h_t_sty {
    font-size: .24rem;
    margin-bottom: .3rem;
    line-height: 1.833; }

  .abo_body .abo_src8_case .abo_src8_con_box .abo_h_text > div {
    margin-bottom: .6rem; }

  .ban_video_box video {
    display: none; }
  .ban_video_box #myCanvas {
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    min-width: 100%;
    height: 100%; }

  .sev_navbox {
    display: none; }

  .ser_body .ser_src1_case .dot_case_sty .ser_ser1_con .ser_src1_tit_en {
    display: none; }

  .ser_body .ser_src1_case {
    padding: 1.5rem .5rem 2rem; }
    .ser_body .ser_src1_case .dot_case_sty_b {
      height: auto;
      width: 100%; }
      .ser_body .ser_src1_case .dot_case_sty_b > img {
        display: none; }
      .ser_body .ser_src1_case .dot_case_sty_b .ser_logo {
        position: relative;
        left: auto;
        top: auto;
        transform: none; }
        .ser_body .ser_src1_case .dot_case_sty_b .ser_logo > div {
          font-size: .6rem;
          font-weight: 700; }
          .ser_body .ser_src1_case .dot_case_sty_b .ser_logo > div br {
            display: none; }
      .ser_body .ser_src1_case .dot_case_sty_b .ser_ser1_con {
        position: relative;
        left: auto;
        top: auto;
        height: auto;
        width: 80%;
        margin-left: auto;
        margin-right: auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: flex-start;
        margin-top: .7rem; }
        .ser_body .ser_src1_case .dot_case_sty_b .ser_ser1_con .ser_me_ {
          margin-bottom: .4rem;
          position: relative;
          width: 100%;
          transform: none;
          left: auto !important;
          top: auto !important; }
          .ser_body .ser_src1_case .dot_case_sty_b .ser_ser1_con .ser_me_ .at_on {
            display: flex;
            align-items: center; }
            .ser_body .ser_src1_case .dot_case_sty_b .ser_ser1_con .ser_me_ .at_on > div {
              width: calc(100% - 1rem);
              position: relative;
              left: auto !important;
              right: auto !important;
              transform: none !important;
              margin: 0 !important;
              bottom: auto !important;
              top: auto !important;
              padding-left: .3rem;
              text-align: left !important; }

  .ser_body .ser_src1_case .dot_case_sty > img {
    opacity: 0; }

  .ser_body .ser_src1_case .dot_case_sty .ser_logo img {
    margin-bottom: .4rem; }

  .ser_body .ser_src1_case .dot_case_sty {
    width: 6rem;
    height: 6rem; }

  .ser_body .ser_src1_case .dot_case_sty .ser_logo {
    margin-top: .15rem; }
    .ser_body .ser_src1_case .dot_case_sty .ser_logo > div {
      font-weight: 700; }

  .ser_body .ser_src1_case .dot_case_sty .ser_ser1_con .ser_src1_tit {
    font-size: .3rem;
    margin-top: .3rem; }

  .ser_body .ser_src1_case .dot_case_sty .ser_ser1_con .ser_me_ .at_on > div {
    top: 100% !important;
    bottom: auto !important;
    left: 50% !important;
    right: auto !important;
    transform: translateX(-50%) !important;
    text-align: center !important;
    margin: 0 !important; }

  .ser_con_m .pro_img_box::before {
    margin-top: 66.66%; }

  .ser_con_m {
    display: block; }
    .ser_con_m .pro_img_box {
      width: 100%; }
    .ser_con_m .ser_text_box {
      width: 100%;
      height: auto;
      padding: .25rem 0 .7rem;
      text-align: center; }
      .ser_con_m .ser_text_box .pub_info {
        text-align: center;
        margin-top: 0; }
        .ser_con_m .ser_text_box .pub_info br {
          display: none; }

  .ser_con_m .ser_text_box .ser_tit {
    margin: 0; }

  .ser_con_m .ser_num_box {
    display: none; }

  .ser_body .ser_src2_case {
    padding-bottom: .3rem; }

  .ser_con_m .pro_img_box .img_box {
    opacity: .8; }
  .ser_con_m .pro_img_box .iconfont {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    display: block;
    font-size: .7rem;
    line-height: 1; }

  .ser_con_m .ser_text_box .iconfont {
    display: none; }

  .news_body .new_src1_case {
    padding: .7rem 0 1rem; }

  .new_list_box {
    display: block; }
    .new_list_box > div {
      width: 100%; }
      .new_list_box > div a {
        margin-bottom: .5rem; }

  .new_list_box > div a .new_bottom_txt {
    background-color: rgba(255, 255, 255, 0.9); }
    .new_list_box > div a .new_bottom_txt .new_tit {
      color: #000;
      font-size: .3rem;
      text-shadow: none; }
    .new_list_box > div a .new_bottom_txt .new_info {
      opacity: 1;
      transform: none;
      font-size: .24rem; }
    .new_list_box > div a .new_bottom_txt .new_time {
      opacity: 0;
      transform: translateY(100%); }
  .new_list_box > div a .pro_img_box > img {
    display: none; }

  .news_body .new_src1_case .pub_case .el_img {
    display: none; }
  .news_body .new_src1_case .pub_case .new_sea {
    width: 100%;
    position: relative; }
    .news_body .new_src1_case .pub_case .new_sea .det_search_case {
      width: 100%;
      margin: 0 0 .5rem; }

  .det_search_case form input {
    font-size: .30rem;
    line-height: .6rem;
    width: calc(100% - .6rem); }
  .det_search_case form a {
    line-height: .6rem;
    font-size: .36rem; }

  .news_body .new_src1_case .pub_case .new_page {
    width: 100%;
    position: relative;
    bottom: auto; }
    .news_body .new_src1_case .pub_case .new_page .det_page_box {
      margin-top: .6rem; }

  .det_page_box a {
    width: .4rem; }
  .det_page_box > div span {
    font-size: .24rem; }

  .news_body .inew_src1_case .el_img img {
    display: none; }

  .news_body .inew_src1_case {
    padding: .7rem 0 1rem; }

  .news_body .inew_src1_case .pub_case .new_sea {
    width: 100%; }

  .news_body .inew_src1_case .pub_case .inwe_list_box {
    margin-top: .5rem; }

  .news_body .inew_src1_case .pub_case .inwe_list_box a .pro_img_box::before {
    margin-top: 65%; }

  .news_body .inew_src1_case .pub_case .inwe_list_box a .ii_text_box {
    padding: .4rem 0 .7rem;
    margin-bottom: 0; }

  .news_body .inew_src1_case .pub_case .inwe_list_box a .ii_text_box .ii_tit_info {
    font-size: .24rem; }

  .news_body .inew_src1_case .pub_case .inwe_list_box a .ii_text_box .btn_sty {
    right: .2rem;
    top: .2rem;
    transform: none;
    border-color: rgba(255, 255, 255, 0.5); }
    .news_body .inew_src1_case .pub_case .inwe_list_box a .ii_text_box .btn_sty span {
      color: #fff;
      font-size: .18rem;
      font-family: Futura-Medium;
      letter-spacing: 0; }

  .soc_body .soc_src1_case {
    padding: 1rem 0 0; }
    .soc_body .soc_src1_case > .pub_case {
      position: relative;
      top: auto;
      left: auto;
      transform: none; }
    .soc_body .soc_src1_case > .pro_img_box {
      margin-top: -24%;
      display: none; }

  .soc_body .soc_src1_case > .pub_case .soc_info {
    line-height: 1.833;
    text-align: justify; }

  .soc_body .soc_src1_case > .pub_case .soc_info br {
    display: none; }

  .soc_body .soc_src1_case > .pub_case .soc_info_en {
    font-size: .18rem;
    line-height: 1.3;
    margin-top: .3rem;
    text-align: left; }

  .soc_body .soc_src2_case {
    padding: .55rem 0 1rem; }

  .soc_con_m {
    display: block;
    margin-bottom: .7rem; }
    .soc_con_m .soc_img_box {
      width: 100%; }
      .soc_con_m .soc_img_box .pro_img_box::before {
        margin-top: 66.66%; }
    .soc_con_m .soc_text_box {
      margin: 0;
      padding-top: .4rem;
      width: 100%; }
      .soc_con_m .soc_text_box .soc_tit span {
        font-size: .48rem; }
      .soc_con_m .soc_text_box .soc_info {
        font-size: .28rem;
        font-weight: 700;
        margin-top: .18rem; }
      .soc_con_m .soc_text_box .soc_me_box {
        font-size: .24rem;
        margin-top: .3rem;
        text-align: justify;
        line-height: 1.833; }
        .soc_con_m .soc_text_box .soc_me_box div {
          font-size: .3rem;
          font-weight: 700; }

  .soc_con_m .soc_lb_box {
    margin-top: .2rem; }

  .soc_body .soc_src3_case .soc_src3_h {
    font-size: .24rem;
    line-height: 1.833; }

  .soc_body .soc_src3_case .iconfont {
    font-size: .7rem; }

  .soc_body .soc_src3_case .soc_src3_t {
    font-size: .48rem;
    line-height: 1.5; }
    .soc_body .soc_src3_case .soc_src3_t span::before {
      height: 2px; }

  .soc_body .soc_src3_case .soc_src3_b {
    font-size: .24rem;
    line-height: 1.833; }
    .soc_body .soc_src3_case .soc_src3_b br {
      display: none; }

  .cot_src1_case {
    padding-top: 1rem; }

  .cot_body .cot_src2_case .cot_en_tit {
    font-size: .7rem;
    justify-content: center;
    display: none; }
    .cot_body .cot_src2_case .cot_en_tit div:nth-child(2) {
      font-size: inherit;
      margin-left: .25em; }

  .cot_body .cot_src2_case .pub_det_title, .cot_body .cot_src2_case .pub_det_title_en {
    text-align: center; }

  .cot_body .cot_src2_case .pub_det_title {
    margin-top: -.2rem; }

  .cot_body .cot_src2_case .cot_im_box {
    display: block; }
    .cot_body .cot_src2_case .cot_im_box > .pro_img_box {
      display: none; }
    .cot_body .cot_src2_case .cot_im_box .cot_im {
      width: 100%;
      margin-top: .7rem; }

  .indc_body .indc_src1_case {
    padding-top: 1rem;
    padding-bottom: 1rem; }

  .indc_body .indc_src1_case .indc_src1_txt_box {
    width: 100%; }
    .indc_body .indc_src1_case .indc_src1_txt_box .pub_det_title br {
      display: block; }
    .indc_body .indc_src1_case .indc_src1_txt_box .pub_info {
      margin-top: .5rem; }

  .indc_img_src1_case {
    position: relative;
    margin-top: .7rem;
    width: 85%;
    margin-left: 15%; }

  .indc_body .indc_src1_case .indc_img_box {
    width: 100%;
    top: auto;
    right: auto;
    position: relative;
    z-index: 3; }

  .indc_body .indc_src1_case .indc_y_case .indc_y {
    font-size: .9rem;
    transform-origin: 23% 196%; }

  .indc_body .indc_src1_case .indc_y_case {
    left: 0; }

  .indc_body .indc_src1_case .indc_y_case .indc_h {
    width: 100%;
    margin-top: 60%;
    font-size: .24rem; }

  .indc_body .indc_src2_case {
    padding-bottom: .5rem; }

  .indc_body .indc_src2_case .indc_con_box {
    flex-wrap: wrap;
    justify-content: center;
    margin: -0.5rem; }
    .indc_body .indc_src2_case .indc_con_box > div {
      width: 25%;
      margin-bottom: .5rem; }

  .indc_body .indc_src2_case .indc_con_box .indc_n_en {
    font-size: .18rem; }

  .indc_body .indc_src2_case .indc_con_box .indc_n {
    font-size: .28rem; }

  .indc_body .indc_src2_case .indc_con_box .iconfont {
    font-size: .6rem; }

  .indc_body .indc_src3_case .el_img {
    display: none; }

  .indc_body .indc_src3_case {
    text-align: center; }
    .indc_body .indc_src3_case .pub_info {
      margin-top: 0;
      text-align: justify; }

  .indc_body .indc_src3_case .pub_case .indc_src3_t {
    text-align: justify; }
    .indc_body .indc_src3_case .pub_case .indc_src3_t br {
      display: none; }

  .indc_body .indc_src3_case .indc_z_img {
    margin-top: .5rem; }

  .indc_body .indc_src4_case .inds_pro_box {
    display: block; }
    .indc_body .indc_src4_case .inds_pro_box a {
      margin-bottom: .5rem;
      display: block;
      width: 100%; }
      .indc_body .indc_src4_case .inds_pro_box a:last-child {
        margin-bottom: 0; }

  .indc_body .indc_src4_case .inds_pro_box a .pro_name > div:nth-child(2) {
    font-size: .18rem; }

  .pub_banner .pub_banner_text .pub_banner_info {
    line-height: 1.5; }

  .pub_banner .pub_banner_text {
    width: 100%;
    padding-left: .5rem;
    padding-right: .5rem; }

  .home_body .hom_src1_case {
    padding: 1rem 0; }

  .home_body .hom_src1_case .hom_src1_box {
    width: 100%; }

  .home_body .hom_src1_case .pub_info span {
    font-size: .24rem; }

  .home_body .hom_src1_case .pro_img_box {
    position: relative;
    top: auto;
    left: auto;
    width: calc(100% - 1rem);
    margin: .7rem auto 0;
    display: none; }

  .home_body .hom_src1_case .hom_src_me_box {
    margin-top: .7rem; }

  .home_body .hom_src2_case .el_img {
    display: none; }

  .home_body .hom_src2_case .pub_case {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    .home_body .hom_src2_case .pub_case .pro_show {
      width: calc(50% - .05rem);
      margin-bottom: .1rem;
      margin-left: 0;
      border-radius: 0; }
      .home_body .hom_src2_case .pub_case .pro_show:nth-child(1) {
        border-radius: .5rem 0 0 0; }
      .home_body .hom_src2_case .pub_case .pro_show:nth-child(2) {
        border-radius: 0 .5rem 0 0; }
      .home_body .hom_src2_case .pub_case .pro_show:nth-child(6) {
        border-radius: 0 0 .5rem 0; }
      .home_body .hom_src2_case .pub_case .pro_show:nth-child(5) {
        border-radius: 0 0 0 .5rem; }
    .home_body .hom_src2_case .pub_case .pro_img_box {
      width: calc(50% - .05rem);
      margin-bottom: .1rem; }
      .home_body .hom_src2_case .pub_case .pro_img_box:nth-child(1) {
        border-radius: .5rem 0 0 0; }
      .home_body .hom_src2_case .pub_case .pro_img_box:nth-child(2) {
        border-radius: 0 .5rem 0 0; }
      .home_body .hom_src2_case .pub_case .pro_img_box:nth-child(6) {
        border-radius: 0 0 .5rem 0; }
      .home_body .hom_src2_case .pub_case .pro_img_box:nth-child(5) {
        border-radius: 0 0 0 .5rem; }

  .home_body .hom_src2_case {
    padding-bottom: .5rem; }

  .home_body .hom_src3_case .swiper-container {
    width: 40%; }

  .home_body .hom_src3_case .swiper-button-prev {
    right: 140%; }

  .home_body .hom_src3_case .swiper-button-next {
    left: 140%; }

  .iconfont_sty_hover .iconfont_sty {
    width: .5rem; }

  .home_body .hom_src4_case {
    padding-bottom: 1rem; }

  .home_body .hom_src1_case .hom_src_me_box div {
    font-size: .24rem; }

  .cof_body .cof_src1_case {
    padding-bottom: 1rem;
    padding-top: .8rem; }
    .cof_body .cof_src1_case .cof_src1_tit_box {
      text-align: center; }
      .cof_body .cof_src1_case .cof_src1_tit_box i {
        color: #008e3b;
        font-size: .8rem;
        text-align: center;
        line-height: 1;
        display: block;
        margin-bottom: .3rem; }

  .cof_body .cof_src1_case .pub_case .cof_sc_img_box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: .7rem; }
    .cof_body .cof_src1_case .pub_case .cof_sc_img_box .show_sc, .cof_body .cof_src1_case .pub_case .cof_sc_img_box .pro_img_box {
      width: calc(50% - .05rem);
      margin-bottom: .1rem;
      margin-left: 0;
      border-radius: 0; }
      .cof_body .cof_src1_case .pub_case .cof_sc_img_box .show_sc:nth-child(1), .cof_body .cof_src1_case .pub_case .cof_sc_img_box .pro_img_box:nth-child(1) {
        border-radius: .5rem 0 0 0; }
      .cof_body .cof_src1_case .pub_case .cof_sc_img_box .show_sc:nth-child(2), .cof_body .cof_src1_case .pub_case .cof_sc_img_box .pro_img_box:nth-child(2) {
        border-radius: 0 .5rem 0 0; }
      .cof_body .cof_src1_case .pub_case .cof_sc_img_box .show_sc:nth-child(4), .cof_body .cof_src1_case .pub_case .cof_sc_img_box .pro_img_box:nth-child(4) {
        border-radius: 0 0 .5rem 0; }
      .cof_body .cof_src1_case .pub_case .cof_sc_img_box .show_sc:nth-child(3), .cof_body .cof_src1_case .pub_case .cof_sc_img_box .pro_img_box:nth-child(3) {
        border-radius: 0 0 0 .5rem; }

  .cof_body .cof_src1_case .pub_case .cof_se_me_box {
    margin-top: .7rem; }

  .cof_body .cof_src1_case .pub_case .cof_se_me_box > img {
    display: none; }

  .cof_body .cof_src2_case .el_img {
    display: none; }

  .cof_body .cof_src2_case .pub_case {
    display: block; }

  .cof_body .cof_src2_case .pub_case .pro_img_box {
    width: 55%;
    margin: 0 auto; }

  .cof_body .cof_src2_case .el_img_2 {
    width: 64%; }

  .cof_body .cof_src2_case {
    padding-top: 0; }

  .cof_body .cof_src2_case .pub_case .cof_src2_tex {
    width: 100%;
    text-align: center;
    margin-top: .7rem; }
    .cof_body .cof_src2_case .pub_case .cof_src2_tex .pub_det_title {
      margin: 0 -.25rem; }

  .cof_body .cof_src2_case .pub_case .cof_code_box {
    margin-top: .7rem;
    justify-content: center; }
    .cof_body .cof_src2_case .pub_case .cof_code_box > div {
      margin: 0 .5rem; }

  .cof_body .cof_src3_case {
    padding-top: 0;
    padding-bottom: 1rem; }

  .cof_body .cof_src3_case .cof_pro_box .swiper-slide a .cof_pro_name_en {
    font-size: .18rem; }

  .cof_body .cof_src3_case .cof_src3_t .swiper-pagination .on {
    font-size: .6rem; }

  .pub_search_box_case .pub_search_case .pub_search_box {
    width: 100%;
    padding: 0; }

  .pub_search_box_case .pub_search_case .pub_search_box .sea_t {
    font-size: .24rem; }

  .pub_search_box_case .pub_search_case .pub_search_box form a {
    font-size: .3rem; }

  .pub_search_box_case {
    z-index: 2; }

  .news_d_body .new_d_case {
    padding: .8rem 0; }

  .news_d_body .new_d_case .new_d_box {
    line-height: 1.833;
    font-size: .24rem; }

  .news_d_body .new_d_case .new_d_box p {
    margin: .4rem 0 .5rem; }

  .news_d_body .new_d_case .new_d_box img {
    margin: .4rem 0; }

  .news_d_body .new_d_case .new_d_t {
    font-size: .24rem; }

  .news_d_body .pub_banner .btn_box_banner .btn_sty span {
    font-size: .24rem; }

  .news_d_body .new_d_case .new_d_opto .btn_go_top {
    display: none; }

  .news_d_body .new_d_case .new_d_opto .pro_img_box {
    width: 47%; }

  .sear_body .sear_t_case .pub_search_box {
    width: 100%; }

  .sear_body .sear_t_case .pub_search_box form {
    margin-top: .45rem; }

  .sear_body .sear_t_case .pub_search_box form input {
    font-size: .30rem;
    line-height: .6rem;
    padding-right: .8rem; }

  .sear_body .sear_t_case .pub_search_box form a {
    line-height: .6rem;
    font-size: .36rem; }

  .sear_body .sear_t_case .pub_search_box .sea_hins_box a {
    font-size: .24rem; }

  .sear_body .new_list_box {
    display: block; }
    .sear_body .new_list_box a {
      width: 100%;
      margin-bottom: .5rem; }
      .sear_body .new_list_box a .new_bottom_txt {
        background-color: rgba(255, 255, 255, 0.9); }
        .sear_body .new_list_box a .new_bottom_txt .new_tit {
          color: #000;
          font-size: .3rem;
          text-shadow: none; }
        .sear_body .new_list_box a .new_bottom_txt .new_info {
          opacity: 1;
          transform: none;
          font-size: .24rem; }
        .sear_body .new_list_box a .new_bottom_txt .new_time {
          opacity: 0;
          transform: translateY(100%); }
      .sear_body .new_list_box a .pro_img_box > img {
        display: none; }

  .sear_body .new_b_case .sea_k {
    margin: .5rem; }

  .ind_body .ind_src2_case .ind_src2_l {
    height: 10rem; }

  .hom_pc {
    display: none !important; }

  .abo_body .abo_src1_case .abo_mes {
    margin-top: .16rem; }

  .dev_body .pub_det_title {
    font-size: .6rem;
    line-height: 1; }
  .dev_body .pub_det_title_en {
    line-height: 1;
    font-family: Futura-Light;
    text-transform: capitalize;
    letter-spacing: .1em;
    font-size: .18rem;
    margin-top: .4rem; }

  .sty_en.ind_body .ind_src2_case .ind_src2_nav .swiper-slide {
    width: 25%;
    padding: 0 .05rem .5rem; }
  .sty_en.ind_body .ind_src1_case .m_src1_img .src1_m_img_t br {
    display: none; }
  .sty_en.ind_body .ind_src1_case .ind_src1_text .pub_info {
    text-align: left; }
  .sty_en .nav .nav_con .navBox ul li > ul > li a {
    padding-top: .16rem;
    padding-bottom: .16rem; }
  .sty_en.home_body .hom_src1_case .hom_src_me_box div {
    padding-right: .025rem;
    padding-left: .025rem;
    flex: 1; }

  .abo_body .abo_src6_case .hor_box .swiper-container {
    width: 65%; }

  .abo_body .abo_src6_case .hor_box .swiper-container .swiper-wrapper .swiper-slide .hor_name {
    font-size: 12px; }

  .abo_body .abo_src6_case .hor_box .swiper-container .swiper-wrapper .swiper-slide.active .hor_name {
    font-size: 13px; }

  .com_body .ind_src5_case .ind_src5_r > span .cu_code_box div {
    font-size: .24rem; }

  .indc_body .indc_src1_case .indc_src1_txt_box .indc_y {
    margin-bottom: .35rem; }

  .indc_body .indc_src4_case {
    padding-top: 0; }

  .shoe_body .bus_s_src_case .sho_list_box a {
    width: calc((100% - .4rem) / 2);
    margin-right: .4rem; }
    .shoe_body .bus_s_src_case .sho_list_box a:nth-child(2n) {
      margin-right: 0; }

  .shoes_body .data_box {
    margin-top: .5rem; }
    .shoes_body .data_box .data_n .run_num_box_p {
      font-size: .4rem;
      justify-content: center;
      margin-bottom: .2rem;
      line-height: 1.2;
      white-space: nowrap; }
    .shoes_body .data_box .data_n .data_na {
      font-size: .24rem;
      line-height: 1.833; }

  .shoes_body .indc_src7_case .pl_show > div {
    width: calc((100% - 2rem) / 2);
    margin: 0 .5rem .5rem; }

  .shoes_body .indc_src8_case .sj_box {
    display: block; }
    .shoes_body .indc_src8_case .sj_box > div {
      width: 100%; }
      .shoes_body .indc_src8_case .sj_box > div .sj_text {
        top: 50%;
        transform: translateY(-50%); }

  .shoes_body .indc_src8_case .sj_box > div .sj_text .sj_name {
    font-size: .36rem; }

  .shoes_body .indc_src8_case .sj_box > div .sj_text .sj_name_info {
    margin-top: .5rem; }

  .shoes_body .indc_src9_case {
    padding: 1rem .3rem; }

  .shoes_body .indc_src9_case .alo_inp_box {
    margin-top: .6rem; }

  .shoes_body .indc_src9_case .alo_inp_box input {
    margin-bottom: .4rem; }

  .mater_body .nav_met_case .nav_met_box {
    display: none; }

  .mater_body .nav_met_case .pub_n_top {
    margin-top: 1rem; }

  .mater_body .nav_met_case .pub_n_top .met_t_info {
    font-size: .3rem;
    line-height: 1.5; }
    .mater_body .nav_met_case .pub_n_top .met_t_info > div {
      font-weight: 700;
      margin-top: .38rem; }
      .mater_body .nav_met_case .pub_n_top .met_t_info > div:first-child {
        margin-top: 0; }
    .mater_body .nav_met_case .pub_n_top .met_t_info br {
      display: none; }
    .mater_body .nav_met_case .pub_n_top .met_t_info i {
      font-style: normal;
      display: inline-flex;
      margin-left: .4rem; }

  .mater_body .nav_met_case .pub_n_top .pub_info_en {
    font-size: .24rem;
    display: none; }
    .mater_body .nav_met_case .pub_n_top .pub_info_en br {
      display: none; }

  .mater_body .met_con_case .met_src1_case .met_img_box {
    width: 100%; }

  .mater_body .met_con_case .met_src1_case .met_text_box {
    width: 100%;
    padding: .5rem .3rem;
    position: relative;
    top: auto; }

  .mater_body .met_con_case .met_src1_case {
    margin-bottom: .5rem; }

  .mater_body .met_con_case {
    margin-top: 1rem; }

  .mater_body .met_con_case .met_src1_case > a {
    display: block; }

  .mater_body .met_con_case .met_src1_case .met_img_box a {
    right: 0;
    transform: none;
    height: .9rem;
    display: flex; }
    .mater_body .met_con_case .met_src1_case .met_img_box a i {
      margin: 0; }
    .mater_body .met_con_case .met_src1_case .met_img_box a div {
      display: none; }

  .mater_body .met_con_case .met_src1_case .met_text_box .iconfont {
    font-size: .54rem;
    margin-bottom: .3rem; }

  .mater_body .met_con_case .met_src1_case .met_text_box .met_name {
    font-size: .36rem; }
    .mater_body .met_con_case .met_src1_case .met_text_box .met_name > div {
      display: block;
      font-size: .36rem;
      font-family: CgFuturaMaxiBd;
      margin-right: .2rem; }
    .mater_body .met_con_case .met_src1_case .met_text_box .met_name span {
      font-size: .24rem; }

  .mater_body .met_con_case .met_src1_case .met_text_box .met_name::before {
    right: -.3rem;
    width: 1.4rem;
    display: none; }

  .mater_body .met_con_case .met_src1_case .met_text_box .met_info {
    margin-top: .4rem; }

  .mater_body .met_con_case .met_src1_case .met_text_box .met_info .met_text_con {
    min-height: auto;
    line-height: 1.833; }

  .mater_body .pub_banner .swiper-pagination {
    right: .3rem;
    top: .3rem;
    font-size: .24rem; }
    .mater_body .pub_banner .swiper-pagination > .on {
      font-size: .4rem; }

  .mater_body .met_con_case.met_src1_right .met_src1_case .met_text_box .met_info .met_text_con {
    font-size: .24rem; }
    .mater_body .met_con_case.met_src1_right .met_src1_case .met_text_box .met_info .met_text_con br {
      display: none; }
    .mater_body .met_con_case.met_src1_right .met_src1_case .met_text_box .met_info .met_text_con .met_l_box {
      display: flex; }
      .mater_body .met_con_case.met_src1_right .met_src1_case .met_text_box .met_info .met_text_con .met_l_box > div {
        white-space: nowrap; }

  .mater_body .pub_banner .swiper-button-prev, .mater_body .pub_banner .swiper-button-next {
    display: none; }

  .cul_body .cul_src1_case {
    margin-top: 1.5rem; }

  .cul_body .cul_src1_case .cul_title_box > div .cul_t_n_e {
    font-size: .24rem; }

  .cul_body .cul_src2_case {
    margin-top: .8rem;
    padding-bottom: 1rem; }

  .cul_body .cul_src2_case .cul_nav_box {
    width: 90%; }

  .cul_body .cul_src2_case .cul_nav_box a {
    font-size: .28rem;
    padding: .2rem .1rem; }

  .cul_body .cul_src2_case .cul_con_case .swiper-button-prev,
  .cul_body .cul_src2_case .cul_con_case .swiper-button-next {
    width: .6rem;
    height: .6rem;
    line-height: .6rem;
    font-size: .24rem;
    margin-top: -.65rem; }

  .cul_body .cul_src2_case .cul_con_case .swiper-button-prev {
    left: 0; }

  .cul_body .cul_src2_case .cul_con_case .swiper-button-next {
    right: 0; }

  .cul_body .cul_src2_case .cul_con_case {
    width: 90%; }

  .cul_body .cul_src2_case .cul_con_case .swiper-container .cul_name {
    font-size: .3rem; }

  .cul_body .cul_src2_case .cul_con_case .swiper-pagination {
    font-size: .3rem; }

  .mater_body .met_con_case .met_src1_case .met_num span {
    display: none; }

  .abo_body .abo_src6_case .pub_info br {
    display: none; }

  .ind_body .ind_banner_box .banner_img_box .xing_box .di_img {
    display: block;
    transform: none; }

  .ind_body .ind_banner_box .banner_img_box .xing_box image {
    display: none; }

  .ind_body .ind_banner_box .banner_img_box .xing_box image:nth-last-child(2) {
    transform: scale(1.1); }

  .ind_body .ind_banner_box .active .banner_img_box .xing_box .di_img {
    transform: none; }

  .ind_body .ind_banner_box .pro_img_box {
    height: 100%; }
    .ind_body .ind_banner_box .pro_img_box .img_box {
      transform: scale(1.1);
      transition: all 1.5s ease-in-out;
      left: 0;
      top: 0; }
  .ind_body .ind_banner_box .active .pro_img_box .img_box {
    transform: none; }

  .ind_body .ind_src3_case .ind_src3_con_b .ind_src3_l .ind_src3_text {
    height: 1.5rem; }

  .shoes_body .data_box .data_n {
    width: 25%; }

  .ind_body .ind_banner_box .banner_text_img_box .ind_src1_title {
    font-size: .46rem; }

  .mater_body .met_con_case .met_src1_case .met_text_box a {
    display: none; }

  .en_sty .ind_body .ind_src1_case .pub_num_d_box {
    padding-left: 0;
    padding-right: 0;
    margin-left: -.3rem;
    margin-right: -.3rem; }
    .en_sty .ind_body .ind_src1_case .pub_num_d_box > div {
      white-space: normal;
      display: block; }
  .en_sty .ind_body .ind_src2_case .ind_src2_l {
    height: 12rem; }
  .en_sty .ind_body .ind_src2_case .ind_src2_nav {
    bottom: .4rem; }
  .en_sty .ind_body .ind_src2_case .ind_src2_nav .swiper-slide {
    padding-right: .3rem; }
  .en_sty .m_nav > div {
    align-items: center;
    display: flex;
    justify-content: center; }
  .en_sty .abo_body .abo_src5_case .abo_src5_con_box a .abo_text_box .abo_src5_p {
    text-align: left; }
  .en_sty .abo_body .abo_src5_case .abo_src5_con_box a {
    width: 100%; }
    .en_sty .abo_body .abo_src5_case .abo_src5_con_box a .pro_img_box::before {
      margin-top: 110%; }
  .en_sty .abo_body .abo_src6_case .hor_box .swiper-container .swiper-wrapper .swiper-slide .hor_name {
    width: 110%;
    left: -5%; }
  .en_sty .ser_body .ser_src1_case .dot_case_sty {
    width: 4.5rem;
    height: 4.5rem; }
    .en_sty .ser_body .ser_src1_case .dot_case_sty .ser_ser1_con {
      position: absolute;
      width: 120%;
      height: 120%;
      left: -10%;
      top: -10%; }
  .en_sty .ser_body .ser_src1_case .dot_case_sty .ser_logo > div {
    font-weight: 700;
    width: 70%;
    margin-left: 15%;
    font-size: .32rem; }
  .en_sty .ser_body .ser_src1_case .dot_case_sty .ser_ser1_con .ser_src1_tit {
    margin-top: .1rem;
    font-size: .24rem; }
  .en_sty .ind_body .ind_src2_case .ind_src2_nav .swiper-slide > div > div {
    max-width: 9em; }
  .en_sty .swiper-container-horizontal > .swiper-scrollbar {
    bottom: auto;
    height: 3px;
    top: 113%; }
    .en_sty .swiper-container-horizontal > .swiper-scrollbar .swiper-scrollbar-drag {
      background-color: rgba(255, 255, 255, 0.5); }
  .en_sty .mater_body .met_con_case.met_src1_right .met_src1_case .met_text_box .met_info .met_text_con .met_l_box > span {
    margin-bottom: 0.3rem; }
  .en_sty .mater_body .met_con_case.met_src1_right .met_src1_case .met_text_box .met_info .met_text_con .met_l_box > div {
    white-space: normal;
    margin-right: 0.2rem;
    margin-bottom: 0.3rem; }
  .en_sty .shoes_body .data_box .data_n {
    width: 30%; }
  .en_sty .com_body .ind_src5_case .ind_src5_r > span .cu_code_box {
    width: 30%; }
    .en_sty .com_body .ind_src5_case .ind_src5_r > span .cu_code_box div {
      white-space: normal; }
  .en_sty .pub_det_title_en {
    letter-spacing: 0;
    display: none; }
  .en_sty .cof_body .cof_src1_case .pub_case .cof_se_me_box .cof_l_tit {
    line-height: 1.3; }
  .en_sty .cof_body .cof_src3_case .cof_pro_box .swiper-slide a .cof_pro_name {
    width: 90%;
    line-height: 1.3; }
  .en_sty .ind_body .ind_src1_case .m_src1_img .ind_src1_n {
    bottom: 0; }
  .en_sty .nav .nav_con .navBox ul li > ul > li a span {
    line-height: 1.5;
    padding: .18rem 0; }
  .en_sty .ser_body .ser_src1_case .dot_case_sty .ser_ser1_con .ser_me_ .at_on > div {
    width: 27vw; }
  .en_sty .abo_body .abo_src5_case .abo_src5_con_box a .abo_text_box .abo_src5_p br {
    display: block; }
  .en_sty .ser_con_m .ser_text_box .pub_info br {
    display: block; }
  .en_sty .soc_body .soc_src3_case .soc_src3_t span::before {
    display: none; }
  .en_sty .mater_body .nav_met_case .pub_n_top .met_t_info br {
    display: block; }
  .en_sty .home_body .hom_src1_case .hom_src_me_box {
    width: calc(100% + 0.6rem);
    margin-left: -0.3rem; }
    .en_sty .home_body .hom_src1_case .hom_src_me_box > div {
      margin-right: .1rem; }
      .en_sty .home_body .hom_src1_case .hom_src_me_box > div:last-child {
        margin-right: 0; }
  .en_sty .soc_con_m .soc_text_box .soc_tit span {
    width: 100%; }
  .en_sty .soc_con_m .soc_text_box .soc_me_box > div {
    text-align: left; }
  .en_sty .cof_body .pub_det_title {
    font-size: .328rem; }
  .en_sty .m_nav > div {
    width: auto;
    font-size: .24rem;
    padding: 0.15rem 0.3rem; }
    .en_sty .m_nav > div::before {
      display: none; }

  .soc_con_m .soc_text_box .soc_me_box div {
    font-weight: 700;
    font-size: .28rem; } }
@media all and (max-width: 640px) {
  .cul_nav_box .swiper-wrapper {
    flex-wrap: wrap; }

  .cul_body .cul_src2_case .cul_nav_box .swiper-slide {
    width: 33.33%; } }
@media all and (max-width: 640px) {
  .cul_body .cul_src1_case .cul_img_box {
    margin: 1rem 0 1.5rem; }
    .cul_body .cul_src1_case .cul_img_box > div {
      transform: scale(1.3); } }

/*# sourceMappingURL=public.css.map */





.boxes {
	position: relative;
	padding: 6vw 0px;
	background: #fff;
}

.boxes.f {
	background: #f9f9f9;
}
.aboutBg {
	background: url(../images/map.jpg) center center no-repeat;
	background-size: contain;
}.w1400 {
    width: 80%;  
    margin: 0px auto;
    position: relative;
}.subTitle {
	width: 100%;
	position: relative;
	margin-bottom: 3vw;
}

.subTitle img {
	/*width: 18vw;*/
}

.factory {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	margin-bottom: 3vw;
}

.factory .info {
	width: 60%;
	line-height: 2;
	font-size: .2rem;
}

.factory .info b {
	display: block;
	width: 100%;
	font-size: 20px;
	margin-bottom: 1vw;
}

.enterBtn {
	width: 165px;
	height: auto;
	border: 1px solid #008e3b;
	display: flex;
	align-items: center;
	line-height: 58px;
	color: #fff;
	border-radius: 50px;
	justify-content: center;
	font-size: 16px; height:58px
}.enterBtn.hbtn p{ line-height:58px}
.enterBtn.hbtn{
	background:#008e3b;
	color: #fff;
	-webkit-transition: all .35s;
	position: relative;
	top: -140px;
}
.enterBtn.hbtn:hover{
	box-shadow: 0px 0px 15px rgba(0,0,0,.1);
	top: -145px;
}
.enterBtn:hover{
	color: #fff;
	background-image: -webkit-linear-gradient(left,#e56418,#d11d00,#e56418); border:0
}
.enterBtn i {
	margin-left: 15px;
}
.factorys{ width:100%; position:relative; margin:0 auto}
.factorys ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.factorys ul li {
	width: 23.5%;
	position: relative;
	background: #000; overflow:hidden
}

.factorys ul li .pic {
	opacity: .8; height:190px;background-size: cover;
}

.factorys ul li .thum::after {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0%;
	top: 0%;
	content: '';
	background: #f5f5f5;
	-webkit-transition: all .5s cubic-bezier(.23, 1, .32, 1);
}

.factorys ul li .info {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0%;
	top: 0%;
}

.factorys ul li .info .icon {
	font-size: 2.2vw;
	position: absolute;
	left: 8%;
	top: 10%;
}

.factorys ul li .info .des {
	width: auto;
	height: auto;
	position: absolute;
	right: 8%;
	bottom: 10%;
	text-align: right;
}
.subTitle.center.active{
	display:none ;
}
.factorys ul li .info .des b {
	font-family: DIN;
	font-size: 4vw;
}
.factorys ul li .info .des b span{
	font-size: 0.16rem;
	opacity: .7;
	margin-left:5px;
}
.factorys ul li:nth-child(3) .info .des b {
	/*font-size: 30px;*/
	/*display: block;*/
	/*margin-bottom: 8px;*/
}
.factorys ul li:nth-child(3) .info .des b span:first-child{
	margin-right: 5px;
}
.factorys ul li .info .des p {
	font-size: 0.19rem;
	opacity: .7;
}

.factorys ul li:hover .thum::after {
	height: 0%;
}

.factorys ul li:hover .pic {
	-webkit-transform: scale(1.1);
}

.factorys ul li:hover {
	color: #fff;
}
.factorys ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}



* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}. cente1r{ width:100%; margin:0 auto}
.cente1r em {
    width: 100%;
    height: 56px;
    display: block;
    margin: 0 auto 42px;
    font-family: CgFuturaMaxiLt;
    font-style: normal;
    color: #ebebeb;
    text-transform: uppercase;
    font-size: .6rem; text-align:left; 
}
@font-face {
	font-family:Barlow-Regular;
	src: url('../fonts/Barlow-Regular.ttf'); }
.cente1r b {
    font-family: DINOT-Bold;
    font-style: normal;
  
    text-transform: uppercase;
    font-size: 0.48rem;
    padding-right: 1%; color:#000
	
}.dda {
    line-height: 50px;
    text-align: left;
    
   
	font-size:30px
}
.cente1r span {
    display: block;
    font-size: 20px;
    font-weight: normal;
    color: #3e4e4c;
    line-height: 30px;
}



.cplb a{font-size:16px; width:20%; display:block; height:36px; line-height:36px; background:rgba(255,255,255,0.1);  border:1px dashed rgba(255,255,255,0.6); color:#fff; text-align:center; margin:auto;margin-right:20px; float:left; border-radius:5px; text-decoration:none;}
.cplb a:hover{ color:#fff; background:#008e3b;}

.cplb01 a{font-size:16px; width:43%; display:block; height:50px; line-height:50px; color:#fff; text-align:center; margin:auto; margin-top:30px; margin-right:20px; float:left; background:#009579; border-radius:5px; text-decoration:none;}
.cplb01 a:hover{ color:#fff; background:#008e3b;}


.cplb02 a{font-size:18px; width:33%; display:block; height:50px; line-height:50px; background:#008e3b;  border:1px dashed rgba(255,255,255,0.6); color:#fff; text-align:center; margin-right:30px; margin-bottom:30px; float:left; font-weight:bold; border-radius:5px; text-decoration:none;}
.cplb02 a:hover{ color:#fff; background:rgba(255,255,255,0.1);}


@media all and (max-width:768px){
#wu{ display:none!important;}
}