﻿@charset "UTF-8";
/*
	FONT SIZE HIERARCHY
	---------------------------

    Default font-size for HTML :    16px
    blockquote                 :    1rem
    body                       :    1rem
    form                       :    0.875rem  14px
    h1                         :    3.375rem  58px
    h2                         :    2.375rem  38px
    h3                         :    1.75rem  28px
    h4                         :    1.25rem   20px
    h5                         :    1rem
    h6                         :    0.75rem  12px
	GLOBAL SPACING HIERARCHY WITH <section>
	---------------------------

    Default                    :    6.5625rem
    Large                      :    11.375rem
    Small                      :    4.8125rem
    Default (mobile)           :    4.265625rem
    Large (mobile)             :    4.265625rem
    Small (mobile)             :    2.625rem
	COLOR PALETTE
	---------------------------
    Placeholder Text Color     :    #E6E6E8
	Primary Background Color   :    transparent
	Highlight Color            :    #EC5E79, #E8588C
	Primary Text Color         :    #212121, #474747
    Heading Text Color         :    #212121
	Subordinate Text Color     :    #AEAEAE
	Dividing Line Color        :    #F4F4F4
    Button Gradient Color      :    #EC5E79, #f60, #d83ba0
	TABLE OF CONTENTS
	---------------------------

    ${{TOC}}
*/

html {font-size: 100px;} 
/* Ripple Effect */
@keyframes ripple {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.1), 0 0 0 20px rgba(255, 255, 255, 0.1), 0 0 0 40px rgba(255, 255, 255, 0.1), 0 0 0 60px rgba(255, 255, 255, 0.1); }
  100% {
    box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.1), 0 0 0 40px rgba(255, 255, 255, 0.1), 0 0 0 60px rgba(255, 255, 255, 0.1), 0 0 0 80px rgba(255, 255, 255, 0); } }
/* ======================================================
    <!-- Basic -->
/* ====================================================== */
: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%;
  /* Required, global font size */ }

*,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
a {
  margin: 0;
  padding: 0; }

/* 初始�? */
body, div, span, ul, li, ol, h1, h2, h3, h4, h5, h6, input, textarea, select, p, dl, dt, dd, a, img, button, form, table, th, tr, td, tbody, article, span,
aside, details, figcaption, figure, footer, header, menu, nav, section {
  margin: 0;
  padding: 0;
  border: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

body {
  font-size: 0.16rem;
  font-weight: 400;
  line-height: 1.71428571429;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

:active, :focus {
  outline: none !important; }

select {
  max-width: 100%; }

ul, li {
  list-style-type: none; }

blockquote {
  background: #fff;
  border: 1px solid #F8F8F8;
  padding: 0 1.75rem 1.25rem;
  margin-top: 1.421875rem;
  line-height: 2; }
  blockquote::before {
    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; }
  hr.black {
    border-color: rgba(255, 255, 255, 0.1); }

a img {
  border: none; }
3
img {
  max-width: 100%; }

iframe {
  border: none !important; }

/* ======================================================
   <!-- Table -->
/* ====================================================== */
table.table-normal,
.table-normal table {
  border: 1px solid black;
  border-collapse: collapse;
  width: 100%; }
  table.table-normal th,
  .table-normal table th {
    text-align: left; }
  table.table-normal td,
  table.table-normal th,
  .table-normal table td,
  .table-normal table th {
    border: 1px solid black;
    padding: 0.6875rem; }

/* ======================================================
   <!-- Typography -->
/* ====================================================== */
/*
 * 1. General
 * 2. Hyperlink
 * 3. Heading (h1,h2,h3,h4,h5,h6)
 * 4. Text Effect
 * 5. Table & List Effect by Default
 * 6. Drop Cap
*/
/*
 ---------------------------
 1. General
 ---------------------------
 */
/*
 ---------------------------
 2. Hyperlink
 ---------------------------
 */
a:hover, a:focus, a:active {
  text-decoration: none;
  outline: none; }
a.link {
  text-decoration: underline; }

/*
 ---------------------------
 3. Heading (h1,h2,h3,h4,h5,h6)
 ---------------------------
 */
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-weight: 700;
  font-variant-ligatures: common-ligatures;
  /*Ligatures and contextual forms are ways of combining glyphs to produce more harmonized forms.*/
  margin-top: 0;
  margin-bottom: 0.3rem;
  padding: 0 0 0.3rem;
  word-wrap: break-word; }

h1 {
  line-height: 1.14285714286; }

h2 {
  line-height: 1.2; }

h3 {
  line-height: 1.25; }

h4 {
  line-height: 1.33333333333; }

h5 {
  line-height: 1.5;
  font-weight: 600; }

h6 {
  line-height: 2;
  font-weight: 600; }

.h1 {
  line-height: 1.14285714286 !important; }

.h2 {
  line-height: 1.2 !important; }

.h3 {
  line-height: 1.25 !important; }

.h4 {
  line-height: 1.33333333333 !important; }

.h5 {
  line-height: 1.5 !important;
  font-weight: 600 !important; }

.h6 {
  line-height: 2 !important;
  font-weight: 600 !important; }

.heading-space-none {
  margin: 0 !important;
  padding: 0 !important; }
.nn{
  margin-right: .7rem;
}
.newsdate{
  margin: 0;
    padding: 0;
}
.newsimg{
  overflow: hidden;
  height: 1.8rem;
  margin-right: .7rem;
}
.newsimg img{
	 cursor: pointer;
     transition: all 1s;
}
.newsimg img:hover{
	transform: scale(1.1);
}

.news .swiper-container-horizontal>.swiper-scrollbar {
  position: absolute;
  left: 0%;
  bottom: 3px;
  z-index: 50;
  height: 2px;
  width: 100%;
}
.news .swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: #868686;
  border-radius: 10px;
  left: 0;
  top: 0;
}
.news{
  position: relative;
  margin-top: .5rem;
}
#title{
  display: flex;
    justify-content: flex-end;
   
    position: absolute;
    top: -.8rem;
    right: .7rem;
}
#title>li{
  margin-left: .24rem;
}
#wrap>div {
  display:none;
}
#wrap .active {
  display:block;
}
#title a{
  font-size: .2rem;
  color: #888;
  font-family:PingFang SC,p1;
}
#title .ho a {
  color:#333;
}
.nn>h2>img{
  width: .16rem;
  margin-right: .04rem;;
}
.nn>h2{
  margin: .26rem 0;
  color: #888;
  font-size: .16rem;
}
.nn>p{
  margin-right: .7rem;
  /* margin: .26rem 0; */
  color: #333;
  font-size: .18rem;
line-height: .3rem;
min-height: .6rem;
margin-bottom: .4rem;
font-family:PingFang SC,p1;
font-weight: 700;
}
@media all and (max-width: 768px) {
  h1 {
    line-height: 1.15555556; }

  h2 {
    line-height: 1.421875; }

  h3 {
    line-height: 1.625; }

  .h1 {
    line-height: 1.15555556 !important; }

  .h2 {
    line-height: 1.421875 !important; }

  .h3 {
    line-height: 1.625 !important; } }
@media all and (max-width: 480px) {
  h1 {
    line-height: 1.38461538462; }

  h2 {
    line-height: 1.28571428571; }

  h3 {
    line-height: 1.5; }

  .h1 {
    line-height: 1.38461538462 !important; }

  .h2 {
    line-height: 1.28571428571 !important; }

  .h3 {
    line-height: 1.5 !important; } }
/*
 ---------------------------
 4. Text Effect
 ---------------------------
 */
.font-normal {
  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-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):not(.button):hover,
.table-normal a:not(.uix-sc-btn):not(.button):hover {
  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.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.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; } }
img[src=""], img:not([src]) {
  display: none !important; }

.pure:before,
.pure:after {
  content: " ";
  display: table; }
/* 
.father .scroll-animate, .at_on, .nav_con li, .ind_major_case {
  visibility: hidden; } */

.-ms- .father .scroll-animate, .-ms- .at_on, .-ms- .nav_con li, .-ms- .ind_major_case {
  visibility: visible; }

section {
  padding: 0; }

.pure:after {
  clear: both; }

a {
  text-decoration: none; }

body {
  background: url("../images/body_bg.png") repeat left top;
  overflow-x: hidden;
  width: 100%;
  letter-spacing: 1px;
  font-family: "PingFang SC","p1","Arial", "Helvetica", "sans-serif"; }

html {
  font-size: 100px; }

@media screen and (max-width: 800px) {
  html {
    font-size: 90px; } }
@media screen and (max-width: 600px) {
  html {
    font-size: 80px; } }
.newiconfont {
  font-family: "iconfont" !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.pub_btn_hover {
  position: relative;
  overflow: hidden; }
  .pub_btn_hover::before {
    content: '';
    display: block;
    width: 0;
    height: 110%;
    position: absolute;
    bottom: -5%;
    right: -5%;
    background-color: #0d5dff;
    transition: all .5s ease; }
  .pub_btn_hover > span {
    position: relative;
    z-index: 1;
    font-family: 'SEMIBOLD'; }

.ind_video_case {
  position: relative; }
  .ind_video_case video, .ind_video_case .ban_img {
    height: 100vh;
    width: 100vw;
    display: block; }
  .ind_video_case video {
    object-fit: cover; }
  .ind_video_case .ban_img {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center; }
.mmm{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0,.5);
  z-index: 111;
}
.ind_video_box {
  width: 100%;
  position: absolute;
  left: 0;
  font-size: 0;
  letter-spacing: 0;
  top: 0;
  height: 100vh;
  pointer-events: none; }
  .ind_video_box > div {
    width: 25%;
    height: 100%;
    display: inline-block;
    vertical-align: top;
    position: relative;
    overflow: hidden;
    transition: all .5s ease;
    letter-spacing: .8px; }
  .ind_video_box video, .ind_video_box .ban_img {
    width: 100vw;
    height: 100vh;
    position: relative;
    transform: scale(1.2); }
  .ind_video_box .can_video:nth-child(1) video {
    left: 0;
    transform-origin: 0 100%; }
  .ind_video_box .can_video:nth-child(2) video {
    left: -25vw;
    transform-origin: 100% 0; }
  .ind_video_box .can_video:nth-child(3) video {
    left: -50vw;
    transform-origin: 0 100%; }
  .ind_video_box .can_video:nth-child(4) video {
    left: -75vw;
    transform-origin: 100% 0; }
  .ind_video_box .can_video:nth-child(1) .ban_img {
    left: 0;
    transform-origin: 0 100%; }
  .ind_video_box .can_video:nth-child(2) .ban_img {
    left: -25vw;
    transform-origin: 100% 0; }
  .ind_video_box .can_video:nth-child(3) .ban_img {
    left: -50vw;
    transform-origin: 0 100%; }
  .ind_video_box .can_video:nth-child(4) .ban_img {
    left: -75vw;
    transform-origin: 100% 0; }

.hide {
  pointer-events: none;
  opacity: 0; }

.preActive {
  z-index: 10 !important;
  opacity: 1 !important;
  height: 100vh; }
  .preActive .ind_video_case {
    height: 100%; }
  .preActive .ind_ban_vid_box {
    display: none !important; }
  .preActive .ind_video_box {
    display: block;
    opacity: 1; }
    .preActive .ind_video_box > div {
      height: 0; }
  .preActive .ind_ban_text_box {
    margin-top: -30px;
    opacity: 0;
    transition: all .5s ease; }

.preActive .ind_video_box > div:nth-child(1) {
  transition-delay: 0.5s;
  -webkit-transition-delay: 0.7s;
  /* Safari �? Chrome */ }

.preActive .ind_video_box > div:nth-child(2) {
  transition-delay: 0.6s;
  -webkit-transition-delay: 0.9s;
  /* Safari �? Chrome */ }

.preActive .ind_video_box > div:nth-child(3) {
  transition-delay: 0.7s;
  -webkit-transition-delay: 1.1s;
  /* Safari �? Chrome */ }

.preActive .ind_video_box > div:nth-child(4) {
  transition-delay: 0.8s;
  -webkit-transition-delay: 1.3s;
  /* Safari �? Chrome */ }

.banner_sha {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none; }
  .banner_sha img {
    display: block;
    width: 100%;
    height: 100%; }

.ind_ban_text_box {
  position: absolute;
  width: 100%;
  padding-left: 25%;
  left: 0;
  top: calc((100% - 11.57vh) / 2);
  transform: translateY(-50%); }

.ban_title {
  color: #fff;
  font-size: .9rem;
  font-family: 'SEMIBOLD';
  line-height: 1; }

.ban_info {
  font-size: .3rem;
  color: #fff;
  line-height: 1.66;
  font-family: 'SEMIBOLD'; }

.ban_num_box {
  margin-top: 8.33vh;
  padding-left: 20.105vw; }
  .ban_num_box > div {
    padding-left: 4.895vw; }

.ban_num {
  display: none;
  position: relative;
  color: #fff;
  line-height: 1;
  font-size: .5rem;
  font-family: 'SEMIBOLD'; }
  .ban_num:before {
    content: '';
    display: block;
    width: 0;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.3);
    position: absolute;
    left: 0;
    top: 50%;
    transition: all .5s ease 4.5s; }
  .ban_num:after {
    content: '';
    display: block;
    width: 0;
    height: 1px;
    background-color: white;
    position: absolute;
    left: 3.2vw;
    top: 50%;
    transition: all .5s ease 4s; }

.ind_banner_box .active .ban_num {
  display: block; }
  .ind_banner_box .active .ban_num:before {
    width: 4vw;
    transition: all .5s ease 4s; }
  .ind_banner_box .active .ban_num:after {
    width: .8vw;
    transition: all .5s ease 4.5s; }

.ban_num_info {
  color: rgba(255, 255, 255, 0.6);
  font-size: .16rem;
  line-height: 1.2;
  margin-top: .05rem;
  transition: all .5s ease; }

.btn_vid_icon {
  width: .8rem;
  color: #fff;
  text-align: center;
  line-height: .8rem;
  height: .8rem;
  font-size: .2rem;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.2);
  border: 3px solid rgba(255, 255, 255, 0.2); }

.wrapper {
  width: 100px;
  height: 200px;
  position: absolute;
  top: 0;
  overflow: hidden; }

.right {
  right: 0; }

.left {
  left: 0; }

.circleProgress_wrapper {
  width: .8rem;
  height: .8rem;
  position: absolute;
  cursor: pointer;
  left: 75%;
  transform: translateX(-50%);
  bottom: 25vh;
  transition: all .5s ease; 
  }
.ind_banner_box .hot{
  width: .8rem;
  height: .8rem;
  position: absolute;
  cursor: pointer;
  left: 73%;
  bottom: 25vh;
  z-index: 113 !important;
}
.videoBox{
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: 
	rgba(0,0,0,.6);
	z-index: 999;
}
.videoBox .videoClass{
	position: absolute;
	width: 800px;
	height: 460px;
	top: 50%;
	left: 50%;
	margin-left: -400px;
	margin-top: -230px;
}
.videoBox video{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.videoBox img{
	position: absolute;
	top: 25px;
	right:25px;
}
 @media (max-width: 800px){
	.videoBox .videoClass{
	position: absolute;
	width: 90%;
	height: 60%;
	top: 20%;
	left: 5%;
	margin: 0;
}
}
.wrapper {
  width: .4rem;
  height: .8rem;
  position: absolute;
  top: 0;
  overflow: hidden; }

.right {
  right: 0; }

.left {
  left: 0; }

.circleProgress {
  width: .8rem;
  height: .8rem;
  border: 3px solid #fff;
  border-radius: 50%;
  position: absolute;
  top: 0;
  -webkit-transform: rotate(45deg); }

.rightcircle {
  border-top: 3px solid white;
  border-right: 3px solid white;
  right: 0; }

.rightAni {
  -webkit-animation: circleProgressLoad_right linear infinite; }

.leftAni {
  -webkit-animation: circleProgressLoad_left linear infinite; }

.leftcircle {
  border-bottom: 3px solid white;
  border-left: 3px solid white;
  left: 0; }

@-webkit-keyframes circleProgressLoad_right {
  0% {
    border-top: 3px solid #989898;
    border-right: 3px solid #989898;
    -webkit-transform: rotate(45deg); }
  50% {
    border-top: 3px solid #989898;
    border-right: 3px solid #989898;
    border-left: 3px solid #fff;
    border-bottom: 3px solid #fff;
    -webkit-transform: rotate(225deg); }
  100% {
    border-left: 3px solid #fff;
    border-bottom: 3px solid #fff;
    -webkit-transform: rotate(225deg); } }
@-webkit-keyframes circleProgressLoad_left {
  0% {
    border-bottom: 3px solid #989898;
    border-left: 3px solid #989898;
    -webkit-transform: rotate(45deg); }
  50% {
    border-bottom: 3px solid #989898;
    border-left: 3px solid #989898;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    -webkit-transform: rotate(45deg); }
  100% {
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    border-bottom: 3px solid #989898;
    border-left: 3px solid #989898;
    -webkit-transform: rotate(225deg); } }
/* EFFECTS
***************/
.glow {
  text-shadow: 0 0 0 rgba(0, 0, 0, 0);
  -webkit-transition: text-shadow 1s linear;
  -moz-transition: text-shadow 1s linear;
  -o-transition: text-shadow 1s linear;
  transition: text-shadow 1s linear; }

.glow.in0 {
  text-shadow: 0.025em 0.025em 0.025em rgba(0, 0, 0, 0.8), 0 0 0.5em rgba(255, 255, 255, 0.3); }

.fade {
  opacity: 0;
  -webkit-transition: opacity 1s linear;
  -moz-transition: opacity 1s linear;
  -o-transition: opacity 1s linear;
  transition: opacity 1s linear; }

.fade.in {
  opacity: 1; }

.sha_bg {
  background-color: rgba(0, 0, 0, 0.8);
  width: 100vw;
  height: 100vh;
  position: fixed;
  left: 100%;
  top: 0;
  transition: left .5s ease;
  z-index: 11; }

.sha_btn_close {
  position: absolute;
  right: 5%;
  top: 5%;
  cursor: pointer;
  background-color: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: .4rem;
  height: .4rem;
  font-size: .18rem;
  text-align: center;
  line-height: .4rem;
  color: #444; }

.sha_vid {
  display: none;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%); }
  .sha_vid video {
    max-width: 80vw;
    max-height: 80vh;
    display: block; }

.swiper-slide.active {
  pointer-events: all; }

.ind_banner_hover .can_video video, .ind_banner_hover .can_video .ban_img {
  transition: all 2s ease .5s;
  transform-origin: 0;
  transform: scale(1); }

body > .ind_video_box {
  position: fixed;
  z-index: 111111111; }
  body > .ind_video_box .can_video {
    background-color: #1b1d1f; }
  body > .ind_video_box > span {
    position: absolute;
    top: 0;
    width: 1px;
    height: 0;
    background-color: #494b4c;
    transition: height .5s ease; }
    body > .ind_video_box > span:nth-child(5) {
      left: 25%; }
    body > .ind_video_box > span:nth-child(6) {
      left: 50%; }
    body > .ind_video_box > span:nth-child(7) {
      left: 75%; }
body > .ind_video_box.line > span {
  height: 0; }
  body > .ind_video_box.line > span:nth-child(5) {
    transition-delay: 0s;
    -webkit-transition-delay: 0.2s; }
  body > .ind_video_box.line > span:nth-child(6) {
    transition-delay: 0.1s;
    -webkit-transition-delay: 0.4s; }
  body > .ind_video_box.line > span:nth-child(7) {
    transition-delay: 0.2s;
    -webkit-transition-delay: 0.6s; }
body > .ind_video_box.lineOn > span {
  height: 100%; }
body > .ind_video_box.on .can_video {
  height: 0; }

.ind_banner_box {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh; }
 
  .ind_banner_box>span{
    display: block;
    width: 1px;
    height: 100%;
    background: #fff;
    position: absolute;
    z-index: 2;
    opacity: .1;
  }
  .ind_banner_box>span:first-child{
    left: 25%;
  }
  .ind_banner_box>span:nth-child(2){
    left: 50%;
  }
  .ind_banner_box>span:nth-child(3){
    left: 75%;
  }
  .ind_banner_box .swiper-pagination {
    width: auto;
    text-align: left;
    left: 29.895%;
    bottom: 36vh;
    color: rgba(255, 255, 255, 0.1);
    font-size: .2rem;
    font-family: 'SEMIBOLD';
    display: none;
    transition: all .5s ease; }
    .ind_banner_box .swiper-pagination.on {
      display: block; }
    .ind_banner_box .swiper-pagination span.on {
      color: #fff;
      font-size: .24rem; }
  .ind_banner_box .active .video_line {
    height: 100%;
    transition: height 1.5s ease 1.5s; }

.ind_video_box.on > div:nth-child(1) {
  transition-delay: 0.5s;
  -webkit-transition-delay: 0.7s;
  /* Safari �? Chrome */ }

.ind_video_box.on > div:nth-child(2) {
  transition-delay: 0.6s;
  -webkit-transition-delay: 0.9s;
  /* Safari �? Chrome */ }

.ind_video_box.on > div:nth-child(3) {
  transition-delay: 0.7s;
  -webkit-transition-delay: 1.1s;
  /* Safari �? Chrome */ }

.ind_video_box.on > div:nth-child(4) {
  transition-delay: 0.8s;
  -webkit-transition-delay: 1.3s;
  /* Safari �? Chrome */ }

.video_line {
  position: absolute;
  width: 1px;
  height: 0;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  background-color: rgba(255, 255, 255, 0.2); }
  .video_line::after {
    content: '';
    display: block;
    position: absolute;
    width: 1px;
    height: 100%;
    right: -25vw;
    top: 0;
    transform: translateX(-50%);
    background-color: rgba(255, 255, 255, 0.2); }
  .video_line::before {
    content: '';
    display: block;
    position: absolute;
    width: 1px;
    height: 100%;
    left: -25vw;
    top: 0;
    transform: translateX(-50%);
    background-color: rgba(255, 255, 255, 0.2); }

.ind_con_box {
  margin-left: 25vw;
  width: 75vw;
  overflow: hidden;
  transition: all .5s ease;
  position: relative;
  z-index: 8; }

.ind_body0 .ind_con_box {
  overflow: hidden;
  position: absolute;
  z-index: 8;
  margin-top: 88vh;
  transition: all .5s ease; }

.ban_sel_dot_box {
  height: 12vh;
  line-height: 12vh;
  background-color: #fff;
  position: relative;
  z-index: 1;
  visibility: hidden;
  display: none; }

.ind_body0 .ban_sel_dot_box {
  display: block; }

.ban_sel_dot {
  float: left;
  font-size: 0;
  letter-spacing: 0;
  padding-left: .7rem; }
  .ban_sel_dot > span {
    letter-spacing: .8px;
    display: inline-block;
    vertical-align: middle;
    border-radius: 100%;
    background-color: #aaabac;
    width: .12rem;
    height: .12rem;
    margin: 0 .2rem;
    cursor: pointer; }
    .ban_sel_dot > span.on {
      background-color: #2c3036;
      cursor: auto; }

.btn_ind_more {
  position: relative;
  float: right;
  margin-right: 10%;
  font-size: .2rem;
  font-family: 'SEMIBOLD';
  color: #2c3036;
  transition: all .5s ease; }
  .btn_ind_more::before {
    content: '';
    display: block;
    position: absolute;
    right: calc(100% + .5rem);
    width: 0;
    height: 1px;
    background-color: #dcdfe4;
    top: 50%;
    transform: translateY(-50%);
    transition: width .5s ease; }

.uix-ajax-load__container {
  background-color: #fff; }

.ind_major_case {
  display: none;
  width: 25vw;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 10; 
  height: 2.4rem;}

.ind_major_box {
  position: relative;
  cursor: pointer;
  display: none; }

.maj_img {
  height: 100%;
  position: absolute;
  left: 100%;
  top: 0;
  max-width: 0;
  transition: all .5s ease;
  overflow: hidden; }
  .maj_img img {
    display: block;
    height: 100%;
    max-width: none; }

.maj_text_box {
  background: url('../images/index11_02.jpg') no-repeat center;
  background-size: cover;
  padding: 5.629vh 2.6vw 7.48vh 2.6vw;
  position: relative;
  overflow: hidden; }

.maj_tex {
  height: 13.1vh;
  padding-right: 10px;
  position: relative;
  z-index: 2; }
  /* .maj_tex > div {
    padding-left: 2.08vw; } */

.maj_title {
  font-size: .26rem;
  line-height: 1.2;
  color: #fff;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  height: .432rem;
  position: relative;
  font-family: 'SEMIBOLD'; }
  /* .maj_title::before {
    content: '';
    display: block;
    width: 1.3vw;
    height: 3px;
    position: absolute;
    left: 0;
    top: 44%;
    transform: translateY(-50%);
    background-color: #fff; } */

.maj_info {
  color: rgba(255, 255, 255, 0.8);
  font-size: .18rem;
  line-height: 1.5;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: .54rem;
  margin-top: 10px; }

.maj_reminder {
  position: absolute;
  display: block;
  right: 1vw;
    top: 5.4vh;
  border-radius: 100%;
  text-align: center;
  width: .4rem;
  line-height: .4rem;
  height: .4rem;
  background-color: #e7efff;
  color: #4b99e1;
  font-size: .15rem;
  opacity: 0;
  transition: opacity .5s ease;
  z-index: 1; }

.maj_icon {
  position: absolute;
  right: -.35rem;
  bottom: -.65rem;
  font-size: 2.2rem;
  line-height: 1;
  color: #3376ff; }

.ind_major_case .swiper-container {
  overflow: visible; }
.ind_major_case .active .ind_major_box {
  display: block; }
.ind_major_case .active .maj_text_box {
  visibility: visible; }
.ind_major_case .swiper-pagination {
  left: 2.68vw;
  width: auto;
  text-align: left;
  bottom: 6.48vh;
  transform: translateY(100%); }
  .ind_major_case .swiper-pagination span {
    background-color: transparent;
    color: #fff;
    font-size: .2rem;
    line-height: 1;
    width: auto;
    margin-left: 0 !important;
    margin-right: 2.08vw !important; }
    .ind_major_case .swiper-pagination span:last-child {
      margin-right: 0 !important; }

.ind_abo_left {
  width: 51.4%;
  float: left;
  position: relative;
  z-index: 1; }

.pub_pad_left {
  padding-left: 1.2rem; }
  .pub_pad_left1{
    padding-right: .7rem;
  }
  .pub_pad_left .ind_title {
    margin-top: .9rem;
    font-size: .6rem;
    color: #2c3036;
    line-height: 1.3;
    /* padding-bottom: .1rem; */
    font-family: 'SEMIBOLD'; }
  .pub_pad_left .pub_title_l {
    font-size: .4rem; }
  .pub_pad_left .ind_info {
    padding-top: .8rem;
    font-size: .16rem;
    line-height: 2.1;
    color: #787b7f; }

.ind_abo_num {
  margin-top: .8rem;
  font-size: .2rem;
  color: #b8bbbf; }
  .ind_abo_num > div {
    float: left;
    margin-right: 3.5vw;
    font-size: .16rem;
    color: #666;
    font-family:PingFang SC,p1; }
    .ind_abo_num > div:last-child {
      margin-right: 0; }
  .ind_abo_num span {
    font-size: .5rem;
    color: #333;
    padding-right: .1rem;
    /* font-weight: 600; */
    font-family: g1; }

.ind_abo_right {
  width: 48%;
  float: right;
  margin-top: 15.27vh;
  padding-left: 2.6vw;
  overflow: hidden;
  position: relative;
  z-index: 1; }
  .ind_abo_right > .ind_img_box {
    width: 100%;
    overflow: hidden; }
  .ind_abo_right .swiper-container {
    width: 70%;
    overflow: initial;
    margin-left: 0; }
  .ind_abo_right .active .ind_abo_link {
    transform: scale(1); }

.ind_abo_link {
  position: relative;
  display: block;
  transform: scale(0.8);
  transform-origin: 50% 100%;
  transition: all .8s ease; }
  .ind_abo_link img {
    width: 100%;
    display: block; }
  .ind_abo_link .ind_abo_sha {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    transition: opacity .5s ease; }

.ind_abo_paging {
  position: absolute;
  text-align: center;
  /* width: 2.6vw; */
  left: 0;
  bottom: 0;
  z-index: 2; }
  .ind_abo_paging .swiper-pagination {
    position: relative;
    padding-top: .1rem; }
    .ind_abo_paging .swiper-pagination span {
      display: block;
      margin: 1vw auto;
      background-color: #dcdfe4;
      opacity: 1; }
    .ind_abo_paging .swiper-pagination .swiper-pagination-bullet-active {
      background-color: #2c3036; }

.ind_abo_img_num {
  font-size: .2rem;
  color: #2c3036;
  margin-bottom: .16rem;
  line-height: 1; }

.ind_abo_line {
  width: 1px;
  margin: 0 auto;
  height: 3vw;
  background-color: #dcdfe4; }

.pub_pad_left {
  position: relative; }
.footer{
  padding: .52rem 0 .52rem 1.2rem;
}
.wave_box {
  position: absolute;
  top: 60vh;
  left: 0;
  opacity: .2; }

.ind_abo_info {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  /* height: 1.344rem; */
  box-sizing: initial; }

.ind_rec_img_box {
  margin-top: .5rem;
  position: relative;
  /* overflow: hidden; */
}
.ind_rec_img_box>div{
  cursor: pointer;
    transition: all 1s;
}
.ind_rec_img_box>div:hover{
 /* transform: scale(1.1); */
}


  .ind_rec_img_box img {
    display: block;
    width: 100%; }
  .ind_rec_img_box .ind_rec_title {
    color: #fff;
    font-size: .3rem;
    line-height: 1;
    position: absolute;
    left: 0;
    bottom: 30%;
    padding-left: 7.708vw;
    font-family: 'SEMIBOLD'; }
    .ind_rec_img_box .ind_rec_title::before {
      content: '';
      display: block;
      height: 1px;
      width: 6.25vw;
      background-color: #fff;
      position: absolute;
      left: 0;
      top: 50%;
      transform: translateY(-50%); }

.ind_rec_img_case {
  overflow: hidden;
  position: relative; }

  
  .ind_rec_img_case
  .ind_rec_img_case > div {
    position: absolute;
    right: 0;
    top: 0;
    background-color: #fff;
    width: 100%;
    height: 100%;
    visibility: visible !important; }
    .ind_rec_img_case > div.widhtAn {
      width: 0;
      transition: all 1s cubic-bezier(0.38, 0.01, 0, 1.01); }

.ind_rec_info {
  width: 54vw;
  padding-left: .8rem;
  padding-bottom: 1rem;}

.ind_rec_btn {
  position: absolute;
  top: 100%;
  margin-top: -2.6vw;
  right: 7.1875vw;
  text-align: center;
  line-height: 5.2vw;
  height: 5.2vw;
  width: 5.2vw;
  cursor: pointer;
  background-color: #fff;
  color: #2c3036;
  font-size: .15rem;
  box-shadow: 0 0 62px -5px rgba(66, 74, 89, 0.15);
  transition: color .3s ease;
  overflow: hidden; }
  .ind_rec_btn span {
    position: relative;
    z-index: 1; }
  .ind_rec_btn::before {
    content: '';
    display: block;
    width: 0;
    height: 110%;
    position: absolute;
    bottom: -5%;
    right: 0;
    background-color: #0d5dff;
    transition: all 500ms ease; }

footer {
  background-color: #f9f9f9 !important;
  height: 3rem;
  font-size: .14rem;
  color: #787b7f;
  line-height: 2;
  font-family: 'REGULAR'; }

.foot_left {
  float: left;
  width: 45%;
  border-right: 1px solid #e4e5e5; }

.foot_title {
  font-family: 'SEMIBOLD';
  font-size: .2rem;
  color: #2c3036;
  line-height: 1;
  margin-bottom: .35rem;
  margin-top: .1rem; }

.foot_right {
  float: right;
  width: 55%;
  padding-left: 6.5%;
  padding-top: .1rem;}

.shar_icon_box {
  font-size: 0;
  letter-spacing: 0;
  margin-bottom: .2rem; }
  .shar_icon_box > a {
    letter-spacing: .8px;
    display: inline-block;
    font-size: .2rem;
    border-radius: 100%;
    cursor: pointer;
    width: .4rem;
    height: .4rem;
    line-height: .55rem;
    text-align: center;
    color: #fff;
    background-color: #bdbdbd;
    margin: 0 .1rem;
    position: relative;
    transition: all .5s ease; }
    .shar_icon_box > a:first-child {
      margin-left: 0; }
    .shar_icon_box > a:last-child {
      margin-right: 0; }
    .shar_icon_box > a:hover .shar_box {
      display: block; }

.shar_box {
  border-radius: 6px;
  background-color: #fff;
  position: absolute;
  width: 1.5rem;
  padding: 0;
  bottom: calc(100% + 15px);
  left: 50%;
  transform: translateX(-50%);
  display: none; }
  .shar_box img {
    width: 100%;
    display: block; }
  .shar_box:before {
    content: '';
    display: block;
    border-radius: 3px;
    transform: translateX(-50%) rotate(-45deg);
    background-color: #fff;
    height: 15px;
    width: 15px;
    position: absolute;
    bottom: -8px;
    left: 50%; }

.backTotop {
  display: block;
  color: #fff;
  background-color: #bdbdbd;
  text-align: center;
  font-size: .3rem;
  width: 3.645vw;
  height: 9.259vh;
  line-height: 9.259vh;
  cursor: pointer;
  transition: background-color .5s ease;
  display: none;
  position: fixed;
  right: .5rem;
  bottom: 19.4vh;
  z-index: 1; }

.btn_nav_m {
  display: none; }

.header {
  position: fixed;
  left: 0;
  top: 0;
  height: 100vh;
  z-index: 9; }
  .header .lang_case {
    display: none; }

.logo_box {
  font-size: 0.54rem;
  line-height: 1;
    display: block;
    margin-top: .8rem;
    margin-left: 1rem;
    color: #fff;
}
  .logo_box img {
    display: block;
   width: 1.7rem; }

.nav {
  text-transform: uppercase;
  position: absolute;
  left: 0;
  top: 5rem;
  transform: translateY(-50%);
  padding-left:5.2vw; }
  .nav ul a {
    font-family: 'SEMIBOLD';
    transition: color .5s ease;
    font-size: .22rem;
    line-height: .30rem;
    position: relative;
    padding: 1.8vh 0;
    color: #fff;
    display: inline-block; }
    .nav ul a::after {
      content: '';
      display: block;
      height: 1px;
      width: 0;
      background-color: #fff;
      position: absolute;
      left: calc(100% + 1.8vw);
      top: 50%;
      transition: width .5s ease; }
    .nav ul a.on {
      color: #fff; }
      .nav ul a.on::after {
        width: 5.7vw; }

.lang_case {
  position: absolute;
    right: 1rem;
    top: .8rem;
    line-height: .4rem;
    z-index: 10;
    text-transform: uppercase; }
  .lang_case .w_link {
    float: left;
    border: 1px solid #ccd1d9;
    padding: 0 .3rem;
    margin-right: 2.6vw;
    font-size: .2rem;
    transition: all .5s ease;
    color: #2c3036; }

.left_top_sty .lang_case .w_link {
  border: 1px solid #fff;
  color: #fff; }
.left_top_sty .lang_box > a.on {
  color: #fff; }
.left_top_sty .lang_box > a::after {
  background-color: #fff; }

.lang_box {
  float: left;
  font-size: 0;
  letter-spacing: 0; }
  .lang_box > a {
    letter-spacing: .8px;
    color: #c5c5c6;
    display: inline-block;
    vertical-align: middle;
    font-size: .2rem;
    transition: all .5s ease;
    position: relative; }
    .lang_box > a::after {
      content: '';
      display: block;
      height: 2px;
      width: 0;
      background-color: #c5c5c6;
      position: absolute;
      left: 0;
      bottom: -0.03rem;
      transition: width .5s ease; }
    .lang_box > a:first-child {
      font-size: .2rem;
      font-weight: 700; }
    .lang_box > a.on {
      color: #2c3036; }
      .lang_box > a.on::after {
        width: 100%; }
  .lang_box > span {
    display: inline-block;
    vertical-align: middle;
    font-size: .16rem;
    color: #c5c5c6;
    margin: 0 .15rem; }

.nav_sha {
  background-color: rgba(0, 0, 0, 0.7);
  width: 100vw;
  height: 100vh;
  position: fixed;
  z-index: 1;
  pointer-events: none;
  opacity: 0;
  transition: opacity .5s ease; }
  .nav_sha.on {
    opacity: 1; }

.ind_ban_text_box {
  transition: all .5s ease; }

.ind_ban_text_box.on {
  margin-top: -150px;
  transition: all .5s ease; }

#scr {
  position: fixed;
  right: 2.6vw;
  bottom: calc(26vh + 40px);
  z-index: 2; }

#scr > label {
  color: #fff;
  white-space: nowrap;
  font-size: .2rem; }

#scr > b {
  position: absolute;
  top: 120%;
  width: 1px;
  left: 0;
  right: 0;
  margin: auto;
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0.3); }

#scr > b:nth-of-type(1):after {
  content: "";
  position: absolute;
  height: 50%;
  width: 100%;
  background-color: #fff;
  bottom: 100%;
  left: 0;
  animation: rise1 1.6s linear infinite; }

#scr > b:nth-of-type(2):after {
  content: "";
  position: absolute;
  height: 50%;
  width: 100%;
  background-color: #fff;
  bottom: 100%;
  left: 0;
  animation: rise2 1.6s linear infinite; }

#scr > b:nth-of-type(3):after {
  content: "";
  position: absolute;
  height: 50%;
  width: 100%;
  background-color: #fff;
  bottom: 100%;
  left: 0;
  animation: rise3 1.6s linear infinite; }

#scr > b:nth-of-type(1) {
  left: -25px;
  height: 15px; }

#scr > b:nth-of-type(2) {
  right: 0;
  height: 40px; }

#scr > b:nth-of-type(3) {
  right: -25px;
  height: 26px; }

@keyframes rise1 {
  0% {
    transform: translate(0); }
  100% {
    transform: translateY(30px); } }
@keyframes rise2 {
  0% {
    transform: translate(0); }
  100% {
    transform: translateY(80px); } }
@keyframes rise3 {
  0% {
    transform: translate(0); }
  100% {
    transform: translateY(56px); } }
.uix-ajax-load__loader {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: fixed;
  z-index: 10;
  display: none;
  opacity: 0; }
  .uix-ajax-load__loader > span {
    display: inline-block;
    width: 200px;
    height: 20px;
    top: 50%;
    left: 50%;
    background-color: #ddd;
    transform: translate(-50%, -50%);
    position: absolute;
    border-radius: 100px; }
    .uix-ajax-load__loader > span::after {
      border-radius: 100px;
      content: "";
      position: absolute;
      background-color: #333;
      left: 2px;
      top: 2px;
      bottom: 2px;
      right: 180px;
      animation: uix-cssAnim--loaderSlide 2s linear infinite; }

@keyframes uix-cssAnim--loaderSlide {
  0% {
    right: 180px;
    left: 2px; }
  5% {
    left: 2px; }
  50% {
    right: 2px;
    left: 180px; }
  55% {
    right: 2px; }
  100% {
    right: 180px;
    left: 2px; } }
.ind_body0 .nav_sha {
  opacity: 0; }

.nav_sha {
  opacity: 1; }

.ind_body0 .nav_sha.on {
  opacity: 1; }

.pub_header {
  padding-top: 15vh;
  padding-right: 2.6vw; }

.ind_body .pub_go_back {
  display: none; }

.pub_go_back {
  font-size: 0;
  letter-spacing: 0;
  position: fixed;
  left: 2.2vw;
  bottom: 2.2vw; }
  .pub_go_back span {
    letter-spacing: .8px;
    display: inline-block;
    vertical-align: middle;
    color: #fff; }
    .pub_go_back span:nth-child(2) {
      color: #fff;
      margin-left: .2rem;
      font-size: .24rem;
      font-family: 'SEMIBOLD'; }

.abo_back_btn {
  height: .55rem;
  line-height: .55rem;
  width: .55rem;
  text-align: center;
  color: #fff;
  background-color: rgba(255, 255, 255, 0.2); }

.abo_back_btn i {
  position: relative;
  z-index: 1;
  font-size: .2rem; }

.pub_title {
  float: right;
  font-size: .6rem;
  line-height: 1;
  font-family: 'SEMIBOLD'; }

.pub_tab_box {
  margin-top: 8vh;
  font-size: 0;
  letter-spacing: 0;
  position: relative; }
  .pub_tab_box .swiper-button-prev {
    left: -.5rem;
    transform: translateX(-100%); }
  .pub_tab_box .swiper-button-next {
    right: .5rem; }
  .pub_tab_box .swiper-button-prev, .pub_tab_box .swiper-button-next {
    background: none;
    text-align: center;
    line-height: 44px;
    color: #2c3036; }
    .pub_tab_box .swiper-button-prev i, .pub_tab_box .swiper-button-next i {
      font-size: .22rem; }
  .pub_tab_box .swiper-wrapper.on .swiper-slide {
    display: inline-block;
    vertical-align: middle;
    width: calc((100% - 114px) / 3);
    margin-right: 57px; }
    .pub_tab_box .swiper-wrapper.on .swiper-slide:last-child {
      margin-right: 0; }
  .pub_tab_box .swiper-slide a {
    display: block;
    font-size: .24rem;
    line-height: 2.5;
    color: #8f949c;
    text-transform: capitalize;
    position: relative;
    transition: all .5s ease;
    cursor: pointer;
    font-family: 'SEMIBOLD'; }
    .pub_tab_box .swiper-slide a.on {
      color: #2c3036;
      cursor: auto;
      pointer-events: none; }
      .pub_tab_box .swiper-slide a.on::after {
        background-color: #0d5dff; }
    .pub_tab_box .swiper-slide a::after {
      content: '';
      position: absolute;
      width: 100%;
      height: 1px;
      background-color: #ccd1d9;
      bottom: 0;
      left: 0;
      transition: all .5s ease; }

.pub_tab_box.ind_news_con .swiper-wrapper.on .swiper-slide {
  width: calc((100% - 57px) / 2); }

.pub_pad_right {
  padding-right: 7.8125vw; }

.abo_lb_box {
  margin-top: 9vh; }
  .abo_lb_box img {
    display: block; }
  .abo_lb_box > div {
    position: relative; }
  .abo_lb_box .swiper-button-prev, .abo_lb_box .swiper-button-next {
    width: .7rem;
    line-height: .7rem;
    height: .7rem;
    text-align: center;
    color: #2c3036;
    box-shadow: 0 0 62px -5px rgba(66, 74, 89, 0.15);
    background-color: #fff;
    background-image: none;
    position: absolute;
    margin-top: 0; }
  .abo_lb_box .swiper-button-prev {
    left: 0;
    transform: translate(-50%, -50%); }
  .abo_lb_box .swiper-button-next {
    right: 0;
    transform: translate(50%, -50%); }
  .abo_lb_box .swiper-pagination {
    width: 100%;
    text-align: center;
    margin-top: 5vh;
    position: relative; }
    .abo_lb_box .swiper-pagination .swiper-pagination-bullet {
      width: 10px;
      height: 10px;
      margin: 0 .18rem;
      background-color: #dcdfe4;
      opacity: 1; }
    .abo_lb_box .swiper-pagination .swiper-pagination-bullet-active {
      background-color: #2c3036; }

.man_box {
  position: relative;
  margin-top: 7.87vh;
  z-index: 1; }
  .man_box .ind_info {
    width: 62.7%;
    float: left;
    padding-top: 0; }
  .man_box .pub_title {
    float: right; }

.abo_man_box {
  margin-top: 8.8vh;
  position: relative; }
  .abo_man_box .abo_man_bg {
    position: absolute;
    right: 0;
    bottom: 100%;
    font-size: 2rem;
    line-height: 0.7;
    color: #f4f6f9;
    transform: translateX(35%); }

.abo_man_tex_box {
  position: absolute;
  right: 0;
  top: 0;
  width: 45%;
  height: 100%;
  padding-right: 7.8125vw;
  padding-left: 6.14%;
  overflow: hidden;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%; }
  .abo_man_tex_box .ind_info {
    color: #fff;
    z-index: 1;
    position: absolute;
    padding-top: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    left: 0;
    padding-right: 7.8125vw;
    padding-left: 12.28%; }
  .abo_man_tex_box::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%; }

.abo_mic_con {
  font-size: 0;
  letter-spacing: 0;
  padding-right: 3.9125vw; }

.abo_mic_con > img {
  display: inline-block;
  vertical-align: middle;
  width: 50%; }

.abo_mic_con > div {
  display: inline-block;
  vertical-align: middle;
  width: 50%;
  letter-spacing: .8px; }

.abo_mic_text {
  padding-left: .5rem; }
  .abo_mic_text .ind_info {
    padding-top: 0; }

.mic_title {
  font-size: .3rem;
  line-height: 1.5;
  margin-bottom: .15rem;
  color: #2c3036;
  font-family: 'SEMIBOLD'; }

.pub_abo_src {
  margin-top: 13vh;
  margin-bottom: 7.8vh;
  position: relative; }
  .pub_abo_src .pub_title {
    clear: left;
    float: left; }
  .pub_abo_src .swiper-pagination {
    position: relative;
    float: right;
    bottom: auto;
    width: auto;
    line-height: 1;
    font-size: .2rem;
    color: #9ea4ae;
    margin-top: .1rem; }
    .pub_abo_src .swiper-pagination .on {
      font-size: .4rem;
      color: #2c3036; }

.abo_mic_box {
  padding-right: 3.9vw;
  overflow: hidden; }
  .abo_mic_box .swiper-container {
    overflow: visible; }
  .abo_mic_box .swiper-slide {
    opacity: 0.5;
    transition: all .5s ease; }
    .abo_mic_box .swiper-slide.active {
      opacity: 1; }

.abo_img_box {
  overflow: hidden; }
  .abo_img_box > img {
    display: block;
    width: 100%; }

.abo_mic_page_box {
  margin-top: 8.33vh;
  margin-bottom: 11.11vh;
  position: relative;
  font-size: 0;
  letter-spacing: 0; }
  .abo_mic_page_box::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #e3e7ed;
    left: 0;
    top: 50%;
    transform: translateY(-50%); }
  .abo_mic_page_box > div {
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
    color: #c3c7cf;
    padding: 0 .2rem 0 .1rem;
    background-color: #fff;
    margin: 0 3.4vw;
    position: relative;
    z-index: 1;
    cursor: pointer; }
    .abo_mic_page_box > div:last-child {
      margin-right: 0; }
    .abo_mic_page_box > div.on {
      cursor: auto;
      color: #2c3036; }
      .abo_mic_page_box > div.on .abo_mic_num {
        color: #f4f6f9; }
        .abo_mic_page_box > div.on .abo_mic_num::after {
          background-color: #0d5dff; }
    .abo_mic_page_box > div > span {
      display: inline-block;
      vertical-align: middle;
      letter-spacing: .8px;
      font-family: 'SEMIBOLD'; }

.abo_mic_name {
  font-size: .16rem;
  transition: all .5s ease; }

.abo_mic_num {
  font-size: 1rem;
  color: transparent;
  transition: all .5s ease;
  position: relative;
  line-height: 0.7; }
  .abo_mic_num::after {
    content: '';
    border-radius: 50%;
    width: .12rem;
    height: .12rem;
    position: absolute;
    left: 60%;
    top: 50%;
    transform: translateY(-50%);
    background-color: #c3c7cf; }

.ins_body {
  position: relative; }

.ins_body_tab {
  width: 22%;
  position: relative;
  float: left;
  margin-bottom: 1rem; }

.ins_body_con {
  float: right;
  width: 65%;
  position: relative;
  padding-bottom: 1rem; }

.time_year {
  font-size: .28rem;
  line-height: .88rem;
  position: relative;
  transition: all .5s ease;
  color: #2c3036;
  font-family: 'SEMIBOLD'; }
  .time_year::before {
    content: '';
    position: relative;
    display: inline-block;
    vertical-align: middle;
    height: 3px;
    width: 0;
    margin-right: 0;
    transition: all .5s ease;
    background-color: #0d5dff; }

.ins_tab_btn {
  cursor: pointer; }

.ins_tab_btn.on {
  cursor: auto; }
  .ins_tab_btn.on .time_year {
    font-size: .34rem;
    color: #0d5dff; }
    .ins_tab_btn.on .time_year::before {
      width: .2rem;
      margin-right: .22rem; }

.mil_con_text_box li {
  float: left;
  width: 43%;
  margin-right: 14%;
  margin-bottom: 7.4vh; }
  .mil_con_text_box li:nth-child(2n) {
    margin-right: 0; }
  .mil_con_text_box li:nth-child(2) {
    margin-top: 18.5vh; }

.fin_time_box {
  font-size: 1rem;
  line-height: 0.8;
  color: #2c3036;
  margin-bottom: .3rem;
  font-family: 'SEMIBOLD';
  transition: color .5s ease; }

.fin_time_box > div {
  font-size: .24rem;
  line-height: 1; }

.fin_con_box {
  font-size: .16rem;
  color: #787b7f;
  line-height: 1.625; }

.fin_con_box > div {
  margin-bottom: .25rem; }
  .fin_con_box > div:last-child {
    margin-bottom: 0; }

.minl_year_m {
  position: fixed;
  right: 0;
  top: 72%;
  transform: translateY(-50%) rotate(90deg);
  visibility: visible;
  font-size: 3.5rem;
  color: #f7f8fa;
  line-height: 0.6; }

.pow_info_box {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-top: 1rem;
  margin-bottom: 1.2rem;
  position: relative;
  z-index: 1; }

.sha_op::before {
  content: '';
  display: block;
  background-color: #000;
  opacity: .4;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0; }
.sha_op .pow_info_text {
  position: relative;
  z-index: 1; }

.pow_info_text {
  color: #fff;
  font-size: .2rem;
  line-height: 1.7;
  padding-left: 2.6vw;
  padding-top: .6rem;
  padding-bottom: .6rem; }

.nav_sen_box_2 {
  width: 50%; }

.nav_sen_box_3 {
  width: 28.666%;
  margin-right: 7%; }
  .nav_sen_box_3 .skip_three_btn {
    width: 95%; }

.nav_thr_box .nav_sen_box_3:nth-child(3n) {
  margin-right: 0; }
.nav_thr_box .nav_sen_box_3:nth-child(3n+1) {
  clear: left; }
.nav_thr_box .nav_sen_box_2:nth-child(2n+1) {
  clear: left; }

.nav_sen_box {
  float: left;
  margin-bottom: .4rem; }
  .nav_sen_box > div {
    padding-left: 20px;
    position: relative; }

.nav_thr_box {
  padding-bottom: 1.1rem; }
  .nav_thr_box .nav_sen_box_2:nth-child(odd) {
    padding-right: .5rem; }
  .nav_thr_box .nav_sen_box_2:nth-child(even) {
    padding-left: .5rem; }

.nav_sen_name {
  font-size: .55rem;
  line-height: 1.2;
  padding: .1375rem 0;
  color: #2c3036;
  transition: all .5s ease;
  font-family: 'SEMIBOLD';
  position: relative;
  z-index: 1; }

.nav_sen_bg {
  position: absolute;
  left: 0;
  top: .12rem;
  transform: skewX(-15deg);
  overflow: hidden;
  height: .3rem;
  width: .35rem;
  background-color: #0d5dff; }
  .nav_sen_bg span {
    width: 0;
    height: 120%;
    position: absolute;
    left: initial;
    right: -10%;
    top: -10%;
    transform: skewX(-15deg);
    background-color: #d5d6d7;
    transition: all .5s ease; }

.nav_sen_info {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  font-size: .16rem;
  color: #787b7f;
  line-height: 1.75;
  height: .84rem;
  transition: all .5s ease; }

.skip_three_btn {
  margin-top: .4rem;
  font-size: .2rem;
  line-height: .5rem;
  color: #2c3036;
  font-family: 'SEMIBOLD';
  width: 60%;
  border: 1px solid #e5e5e5;
  display: block;
  text-align: center;
  cursor: pointer; }
  .skip_three_btn i {
    margin-left: .3rem; }
  .skip_three_btn::after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -7px;
    width: 5px;
    height: 14px;
    background-color: #0d5dff;
    transition: all .2s ease; }

.nav_three_bg {
  background: url("../images/nav_shree_bg.png") no-repeat center bottom;
  background-size: 100%; }

.rad_lc_bg {
  background: url("../images/lc_bg.png") no-repeat center bottom;
  background-size: 100%;
  padding-top: 1.3rem;
  padding-bottom: 1.35rem; }
  .rad_lc_bg > div {
    position: relative; }
    .rad_lc_bg > div img {
      display: block; }

.rad_lc_img1, .rad_lc_img3 {
  float: left; }

.rad_lc_img1 {
  width: 17.7192%; }

.rad_lc_img3 {
  width: 27.3684%;
  margin-left: 17.5438%; }

.rad_lc_img2 {
  width: 20.614%;
  position: absolute;
  left: 17.7192%;
  top: 48.7%; }

.rad_lc_img4 {
  position: absolute;
  left: 58.7719%;
  width: 9.036%;
  top: 30%; }

.rad_lc_img5 {
  position: absolute;
  left: 52.807%;
  top: 59.2%;
  width: 24.1228%; }

.rad_lc_name {
  float: right;
  width: 26.31578%;
  border-radius: 100%;
  position: relative;
  margin-top: 24%; }

.bor_01, .bor_02, .bor_03 {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border: 1px solid #cfdefc;
  border-radius: 100%; }

.bor_01 {
  width: 103.33%;
  height: 103.33%;
  animation: wAn1 3s infinite ease; }

.bor_02 {
  width: 106.66%;
  height: 106.66%;
  animation: wAn2 3s infinite ease; }

.bor_03 {
  width: 109.99%;
  height: 109.99%;
  animation: wAn3 3s infinite ease; }

@keyframes wAn1 {
  0% {
    width: 103.33%;
    height: 103.33%; }
  50% {
    width: 100%;
    height: 100%; }
  100% {
    width: 103.33%;
    height: 103.33%; } }
@keyframes wAn2 {
  0% {
    width: 106.66%;
    height: 106.66%; }
  50% {
    width: 100%;
    height: 100%; }
  100% {
    width: 106.66%;
    height: 106.66%; } }
@keyframes wAn3 {
  0% {
    width: 109.99%;
    height: 109.99%; }
  50% {
    width: 100%;
    height: 100%; }
  100% {
    width: 109.99%;
    height: 109.99%; } }
.rad_lc_case {
  overflow: hidden;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  padding-bottom: 100%;
  background-color: #0d5dff;
  position: relative;
  z-index: 3; }
  .rad_lc_case > span {
    color: #fff;
    font-size: .4rem;
    font-family: 'SEMIBOLD';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%); }
  .rad_lc_case img {
    position: absolute;
    width: 200%;
    max-width: none; }

.wavs003 {
  left: -60%;
  bottom: -70%;
  animation: bAn1 5s ease infinite; }

@keyframes bAn1 {
  0% {
    transform: translateX(0) rotate(0); }
  50% {
    transform: translateX(30px) rotateX(20deg); }
  100% {
    transform: translateX(0) rotate(0); } }
.rad_saic_box {
  padding-top: 1.1rem;
  padding-bottom: 1.45rem; }

.rad_saic_name_box {
  position: relative;
  font-family: 'SEMIBOLD'; }

.rad_saic_name {
  line-height: 1.8;
  font-size: .5rem;
  color: #2c3036; }

.rad_sai_step {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: .2rem;
  line-height: 1;
  color: #8f949c; }
  .rad_sai_step::after {
    content: '';
    display: block;
    background-color: #cccccc;
    right: calc( 100% + .6rem);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 20.833vw;
    height: 1px; }

.rad_sai_step_box {
  position: relative;
  padding-top: .6rem;
  font-family: 'SEMIBOLD';
  color: #fff;
  line-height: 1.25; }

.rad_step_tex_bg {
  position: absolute;
  right: -7.8125vw;
  top: .725rem;
  font-size: 7rem;
  line-height: .7;
  color: #f8f9fb; }

.rad_step_box {
  font-size: 0;
  letter-spacing: 0; }
  .rad_step_box > * {
    display: inline-block;
    vertical-align: middle;
    letter-spacing: .8px; }

.rad_step_con {
  width: 63.157%; }

.set_back_icon {
  width: 5.8%;
  margin-right: 4.8%; }

.step_back_box {
  width: 26.243%;
  font-size: .24rem;
  padding: .15rem .1rem;
  text-align: center;
  background-color: #0d5dff; }

.rad_step_con > div {
  padding: .25rem .1rem .25rem .25rem;
  margin: .25rem 0;
  background-color: #0d5dff;
  font-size: 0;
  letter-spacing: 0; }
  .rad_step_con > div > * {
    display: inline-block;
    vertical-align: middle;
    letter-spacing: .8px; }
  .rad_step_con > div:nth-child(1) {
    background-color: #0db2ff; }

.rad_sai_step_box .rad_step_box .rad_step_con > div:last-child {
  margin-bottom: .125rem; }
.rad_sai_step_box .rad_step_box .rad_step_con > div:first-child {
  margin-top: .125rem; }

.step_text_box {
  font-size: .24rem;
  width: calc(100% - 75px);
  padding-left: .35rem; }

.step_num {
  font-size: .26rem;
  color: rgba(255, 255, 255, 0.5);
  width: 50px; }

.step_icon {
  width: 25px; }

.step_casc_m {
  display: none;
  position: relative;
  z-index: 1; }

.step_box_m {
  position: relative;
  z-index: 1; }

.thr_body .pub_title {
  float: left; }

.fou_ban_img_box {
  position: relative;
  margin-top: .6rem; }
  .fou_ban_img_box img {
    display: block;
    width: 100%; }

.thr_name {
  position: absolute;
  font-size: .5rem;
  line-height: 1;
  left: 7.8125vw;
  bottom: 16%;
  color: #fff;
  font-family: 'SEMIBOLD'; }
  .thr_name::before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: .3rem;
    height: .05rem;
    background-color: #fff;
    margin-right: .25rem; }

.fou_ban_sty {
  position: absolute;
  right: 71%;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(13, 92, 252, 0.9); }

.removeAn {
  animation: ease widthAn 2s; }

@keyframes widthAn {
  0% {
    right: 100%;
    opacity: 1; }
  60% {
    right: -100%;
    opacity: 1; }
  60.0001% {
    right: 100%;
    opacity: 0; }
  100% {
    right: 71%;
    opacity: 1; } }
.fou_info_box {
  background: url("../images/fou_002.png") no-repeat center bottom;
  background-size: 100%;
  padding-top: .7rem;
  padding-bottom: .9rem; }

.fou_info_font_sty {
  color: #787b7f;
  font-size: .18rem;
  line-height: 1.444; }

.fou_con_box {
  padding-top: .8rem;
  padding-bottom: 1.05rem; }
  .fou_con_box .thr_name {
    position: relative;
    bottom: auto;
    left: auto;
    color: #2c3036; }
    .fou_con_box .thr_name::before {
      background-color: #2c3036; }

.thr_tab_box {
  margin-top: .7rem; }

.thr_tab_nav_box {
  position: relative;
  border-bottom: 1px solid #ccd1d9;
  font-size: 0;
  letter-spacing: 0; }
  .thr_tab_nav_box a {
    display: inline-block;
    vertical-align: bottom;
    width: 20%;
    font-size: .24rem;
    color: #8f949c;
    transition: all .5s ease;
    line-height: .4rem;
    cursor: pointer;
    position: relative; }
    .thr_tab_nav_box a.on {
      color: #2c3036;
      font-size: .3rem;
      cursor: auto; }
      .thr_tab_nav_box a.on span::after {
        height: 0; }
    .thr_tab_nav_box a span {
      padding: .2rem 0;
      display: inline-block;
      position: relative;
      font-family: 'SEMIBOLD'; }
      .thr_tab_nav_box a span::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 50%;
        margin-left: -0.5px;
        width: 1px;
        height: .14rem;
        background-color: #ccd1d9;
        transition: all .5s ease; }

.tab_nav_line {
  height: 3px;
  width: .45rem;
  background-color: #0d5dff;
  position: absolute;
  bottom: -2px;
  left: 0;
  transition: left .5s ease; }

.thr_title_l_box {
  margin-top: .9rem;
  position: relative; }
  .thr_title_l_box img {
    display: block;
    width: 100%; }

.thr_title_l_box .thr_title_l {
  bottom: 50%;
  left: 0;
  transform: translateY(50%);
  width: 100%;
  padding-right: .4rem;
  position: absolute;
  text-align: right;
  color: #fff;
  font-family: 'SEMIBOLD'; }
  .thr_title_l_box .thr_title_l::before {
    display: none; }

.fon_num_tex_box {
  margin-top: .75rem; }

.fon_num {
  float: left;
  width: 22.8%;
  margin-top: .25rem;
  position: relative;
  line-height: 1;
  font-size: .2rem;
  color: #8f949c;
  font-family: 'SEMIBOLD'; }
  .fon_num::after {
    content: '';
    background-color: #cccccc;
    width: calc(100% - 30px);
    height: 1px;
    right: 0;
    top: 50%;
    margin-top: -0.5px;
    position: absolute; }

.fon_tex {
  float: right;
  width: 73.8596%; }

.thr_data_box {
  margin-top: .75rem; }

.thr_data_box .at_on {
  overflow-y: auto; }

.thr_data_box table {
  width: 100% !important;
  text-align: left;
  line-height: .22rem;
  color: #787b7f; }

.thr_data_box tr {
  vertical-align: middle;
  position: relative; }
  .thr_data_box tr td {
    border-bottom: 1px solid #f2f4f7;
    padding: 5px .2rem 5px 5px; }
    .thr_data_box tr td:last-child {
      border-bottom: none;
      padding-right: 5px; }
  
  .thr_data_box tr:last-child::after {
    width: 100%; }
  .thr_data_box tr:last-child span {
    margin-right: 0; }
  .thr_data_box tr span {
    display: block;
    font-size: .18rem !important; }
  .thr_data_box tr a {
    font-family: 'SEMIBOLD';
    color: #2c3036;
    transition: color .5s ease; }
    .thr_data_box tr a i {
      margin-left: .2rem; }

.thr_data_box th {
  border-right: .2rem solid #fff;
  background-color: #f2f4f7;
  padding-left: 5px;
  padding-right: 5px;
  color: #2c3036;
  font-family: 'SEMIBOLD'; }
  .thr_data_box th::after {
    display: none; }
  .thr_data_box th:last-child {
    border-right: none; }
  .thr_data_box th span {
    line-height: .2rem;
    font-size: .26rem;
    border-bottom: none;
    margin-right: 0; }

.thr_tab_case > div {
  display: none; }
  .thr_tab_case > div:first-child {
    display: block; }

.none_bg {
  background: none; }

.thr_tab_nav_box_3 a {
  width: 33.33%; }

.mar_t_0 {
  margin-top: 0 !important; }

.fou_dat_l_box {
  float: left;
  width: 74.56%; }

.fou2_title_l {
  float: right;
  width: 17.368%;
  text-align: center;
  margin-top: .75rem;
  font-size: .5rem;
  line-height: 1;
  position: relative;
  color: #2c3036;
  font-family: 'SEMIBOLD'; }
  .fou2_title_l::after {
    content: '';
    display: block;
    position: absolute;
    width: 1px;
    height: 2rem;
    background-color: #2c3036;
    top: 180%;
    left: 50%; }

.fou2_con_box {
  position: relative; }

.fou2_title_bg {
  width: 17.368%;
  position: absolute;
  right: 0;
  bottom: 0;
  display: block; }

.describe_box {
  margin-top: .8rem; }
  .describe_box > div {
    float: left;
    width: 50%; }
    .describe_box > div:first-child {
      padding-right: 10.7%; }
    .describe_box > div:nth-child(2) {
      padding-left: 10.7%; }

.fou2_num_box {
  position: relative;
  line-height: 0.7;
  font-size: 1.3rem;
  color: #f2f4f7;
  font-family: 'SEMIBOLD'; }
  .fou2_num_box span {
    position: absolute;
    left: 0;
    bottom: 20%;
    font-size: .3rem;
    line-height: 1;
    color: #2c3036; }

.des_det_box {
  margin-top: .4rem;
  font-size: .18rem;
  line-height: 1.88;
  color: #787b7f; }

.mar_b_6 {
  margin-bottom: .6rem; }

.pad_top0 {
  padding-top: 0 !important; }
  .pad_top0 .thr_tab_box {
    margin-top: 0 !important; }

.gaa_info_box {
  font-size: 0;
  letter-spacing: 0; }

.gaa_img_left {
  width: 11.228%;
  display: inline-block;
  vertical-align: middle;
  letter-spacing: .8px; }

.gaa_text_right {
  display: inline-block;
  vertical-align: middle;
  width: 88.772%;
  padding-left: 14.9%;
  letter-spacing: .8px; }

.thr_tab_nav_box_4 a {
  width: 25%; }

.ind_body0 .pub_go_back {
  display: none; }

.news_list_box {
  margin-top: .9rem; }

.news_list {
  font-size: 0;
  letter-spacing: 0;
  margin-bottom: .4rem; }
  .news_list > div {
    display: inline-block;
    letter-spacing: .8px;
    vertical-align: middle; }

.news_img_box {
  width: 37.5%;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100%; }
  .news_img_box img {
    display: block;
    width: 100%; }

.news_title {
  font-size: .3rem;
  line-height: 1.2;
  color: #2c3036;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  max-height: .72rem;
  transition: all .5s ease;
  font-family: 'SEMIBOLD'; }

.news_info {
  font-size: .18rem;
  line-height: 1.33;
  color: #787b7f;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  max-height: .48rem;
  margin-top: .15rem; }

.news_text_case {
  height: 1.45rem; }

.news_text_box {
  width: 62.5%;
  padding-left: 5%; }

.news_list {
  padding: .3rem;
  margin-right: -.3rem;
  margin-left: -.3rem;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  transition: all .5s ease;
  display: block; }

.news_list_bottom {
  font-size: 0;
  letter-spacing: 0;
  border-bottom: 1px solid #ebedf0;
  font-family: 'SEMIBOLD'; }
  .news_list_bottom > span {
    display: inline-block;
    vertical-align: middle;
    letter-spacing: .8px; }

.news_det_info {
  font-family: 'SEMIBOLD'; }

.news_more {
  width: 30%;
  font-size: .22rem;
  color: #2c3036;
  line-height: 2;
  transition: all .5s ease;
  position: relative;
  pointer-events: none; }
  .news_more::before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 0;
    height: 3px;
    background-color: #0d5dff;
    margin-right: .1rem;
    transition: all .5s ease; }

.news_time {
  width: 70%;
  font-size: .18rem;
  color: #787b7f;
  text-align: right; }

.new_load_btn {
  margin: .9rem auto 1rem auto;
  line-height: .55rem;
  width: 2.5rem;
  background-color: #c0c7d2;
  font-size: .16rem;
  font-family: 'THIN';
  text-align: center;
  cursor: pointer; }
  .new_load_btn span {
    color: #fff; }

.news_list_case {
  min-height: 50vh; }

.news_det_body .pub_tab_box .swiper-slide a.on {
  pointer-events: all; }

.news_det_box {
  margin-top: 1.1rem;
  padding-top: .2rem;
  padding-bottom: 1.25rem;
  position: relative; }
  .news_det_box > div {
    position: relative;
    z-index: 1; }

.news_det_bg {
  position: absolute;
  right: -8%;
  top: 0;
  width: 49%;
  display: block; }

.news_det_end {
  position: relative;
  text-align: center;
  margin-top: .9rem; }
  .news_det_end::before {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -0.5px;
    background-color: #ccd1d9; }
  .news_det_end span {
    display: inline-block;
    width: 1.6rem;
    background-color: #fff;
    font-size: .24rem;
    line-height: 1;
    color: #2c3036;
    position: relative;
    z-index: 1;
    font-family: 'SEMIBOLD'; }

.news_det_info > span {
  display: block;
  float: left;
  width: 50%;
  line-height: 1.5;
  font-size: .24rem; }

.news_det_time {
  color: #787b7f; }

.news_det_sel {
  text-align: right;
  color: #2c3036; }
  .news_det_sel > a {
    display: inline-block;
    color: #2c3036;
    margin: auto .18rem; }
    .news_det_sel > a:first-child {
      margin-left: 0; }
    .news_det_sel > a:last-child {
      margin-right: 0; }

.news_det_title {
  font-size: .4rem;
  color: #2c3036;
  font-family: 'SEMIBOLD';
  margin-top: .35rem;
  line-height: 1.3;
  margin-bottom: .55rem; }

.news_det_title_box {
  padding-bottom: 1px;
  border-bottom: 1px solid #ccd1d9; }

.news_det_con_box {
  padding-top: .26rem; }
  .news_det_con_box p {
    font-size: .2rem;
    color: #787b7f;
    line-height: 1.85;
    padding: 1px 0;
    margin: .36rem 0; }
    .news_det_con_box p img {
      margin: .3rem auto;
      display: block; }

.pow_info_text {
  position: relative; }
  .pow_info_text .vis_icon_box {
    font-size: 1.1rem;
    float: right;
    line-height: 1; }
  .pow_info_text span {
    display: block;
    font-size: .6rem;
    line-height: 1;
    font-family: 'SEMIBOLD'; }

.vis_info_box {
  width: 50%;
  float: left; }

.vis_title_l {
  text-align: center;
  width: 1.5rem;
  line-height: 2;
  font-size: .2rem;
  color: #fff;
  background-color: #0d5dff;
  font-family: 'THIN'; }

.vis_info_con {
  position: relative;
  border-left: 2px solid #0d5dff;
  line-height: 1.2;
  font-size: .22rem;
  color: #2c3036;
  padding: .34rem; }
  .vis_info_con span {
    font-size: 1.5rem;
    line-height: .7;
    color: #f8f9fb;
    position: absolute;
    right: 12%;
    top: 50%;
    transform: translateY(-50%); }
  .vis_info_con > div {
    position: relative;
    z-index: 1; }

.vis_img_box {
  margin-top: 1.5rem;
  margin-bottom: 1.78rem; }
  .vis_img_box > div {
    position: relative; }

.vis_img_case {
  width: 49.21%;
  margin: 0 auto;
  position: relative; }
  .vis_img_case img {
    width: 100%;
    display: block; }
  .vis_img_case .vis_map_box {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 74.86%;
    padding-bottom: 74.86%;
    overflow: hidden;
    background: url("../images/vis_005.png") no-repeat center;
    background-size: 100%; }
    .vis_img_case .vis_map_box::after {
      content: "";
      position: absolute;
      height: 100%;
      width: 603.36%;
      left: 0;
      top: 0;
      background: url(../images/vis_006.png);
      background-size: contain;
      moz-animation: bg 18s linear infinite;
      -webkit-animation: bg 18s linear infinite;
      -o-animation: bg 18s linear infinite;
      -ms-animation: bg 18s linear infinite;
      animation: bg 18s linear infinite;
      -moz-backface-visibility: hidden;
      -webkit-backface-visibility: hidden;
      -o-backface-visibility: hidden;
      -ms-backface-visibility: hidden;
      backface-visibility: hidden;
      -moz-transform: translate3d(0, 0, 0);
      -webkit-transform: translate3d(0, 0, 0);
      -o-transform: translate3d(0, 0, 0);
      -ms-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
      background-position: bottom left;
      background-repeat: repeat-x;
      background-size: auto 100%; }

.vis_circle_box {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0; }
  .vis_circle_box img {
    display: block;
    width: 100%; }

.vis_circle_hover {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  opacity: 0; }

.vis_circle_box.on {
  transition: all .5s ease;
  transform: rotate(-90deg); }
  .vis_circle_box.on .vis_circle_hover {
    opacity: 1;
    transition: all .5s ease; }

@keyframes bg {
  0% {
    -moz-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  100% {
    -moz-transform: translate3d(-33.33%, 0, 0);
    -webkit-transform: translate3d(-33.33%, 0, 0);
    -o-transform: translate3d(-33.33%, 0, 0);
    -ms-transform: translate3d(-33.33%, 0, 0);
    transform: translate3d(-33.33%, 0, 0); } }
.vis_text_case {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0%; }

.vis_text_box {
  width: 35.2%;
  position: absolute;
  line-height: 1.3; }
  .vis_text_box > span {
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    background-color: #878d98;
    position: absolute;
    width: .1rem;
    height: .1rem;
    transition: all .5s ease; }
    .vis_text_box > span::after {
      content: '';
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%) scale(1.5);
      width: 100%;
      height: 100%;
      border-radius: 100%;
      transition: all .5s ease;
      border: 1px solid #0d5dff;
      opacity: 0; }

.vis_text_title {
  font-size: .28rem;
  font-family: 'SEMIBOLD';
  color: #2c3036;
  margin-bottom: .05rem;
  transition: all .5s ease; }

.vis_text_info {
  font-size: .18rem;
  color: #787b7f;
  transition: all .5s ease; }

.vis_text_box_1, .vis_text_box_3 {
  text-align: right;
  padding-right: 11.578%;
  left: 0; }
  .vis_text_box_1 span, .vis_text_box_3 span {
    right: 0; }

.vis_text_box_2, .vis_text_box_4 {
  padding-left: 11.578%;
  right: 0; }
  .vis_text_box_2 span, .vis_text_box_4 span {
    left: 0; }

.vis_text_box_1, .vis_text_box_2 {
  top: 2.6%; }
  .vis_text_box_1 span, .vis_text_box_2 span {
    top: 55px; }

.vis_text_box_3, .vis_text_box_4 {
  top: 88.7%; }
  .vis_text_box_3 span, .vis_text_box_4 span {
    top: -20px; }

.companyPage table td {
  border: 1px solid #ccc; }

.man_nav_box {
  margin-top: 1.2rem; }
  .man_nav_box > a {
    display: inline-block;
    width: 31.25%;
    margin-right: 3.125%;
    float: left;
    color: #2c3036;
    font-size: .26rem;
    font-family: 'SEMIBOLD';
    line-height: 1.1538;
    padding: 3.125% .1rem;
    background-color: #ebedf0;
    text-align: center; }
    .man_nav_box > a:last-child {
      margin-right: 0; }
    .man_nav_box > a.on {
      color: #fff;
      background-color: #0d5dff; }

.companyPage .company .cont-Main {
  max-width: 1200px;
  margin: auto;
  min-height: 200px;
  float: none;
  width: 100%;
  position: relative; }

.companyPage .company .cont-Main .r-nav {
  position: absolute;
  width: 20%;
  left: 0;
  top: 0;
  height: calc(100% + 1.2rem);
  background-color: #131f28;
  z-index: 2; }

.companyPage .company .cont-Main .r-nav .nav-top {
  float: none;
  width: 100%;
  border-bottom: 1px solid #fff;
  background-color: #1462da; }

.companyPage .company .cont-Main .r-nav ul {
  overflow: hidden;
  width: 100%; }

.companyPage .company .cont-Main .r-nav .nav-top a {
  height: 75px;
  line-height: 75px;
  float: none;
  display: inline-block;
  text-align: center;
  width: 100%;
  color: #fff;
  font-size: 24px;
  font-weight: bold; }

.sanArow2 {
  position: absolute;
  width: 28px;
  margin-left: -10px;
  height: 32px;
  display: inline-block;
  vertical-align: top;
  transform: rotate(-90deg);
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  top: 0;
  bottom: 0;
  margin: auto; }

.sanArow2.active {
  transform: rotate(0deg); }

.sanArow2:after {
  content: "";
  position: absolute;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 6px;
  border-color: #fff transparent transparent transparent;
  position: absolute;
  right: 0;
  left: 0;
  top: 6px;
  bottom: 0;
  margin: auto;
  transform-origin: 50% 20%; }

.companyPage .company .cont-Main .r-nav > ul > li {
  float: none;
  width: 100%;
  border-bottom: 1px solid #fff;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out; }

.companyPage .company .cont-Main .r-nav > ul > li:hover, .companyPage .company .cont-Main .r-nav > ul > li.active {
  background-color: #569eff; }

.companyPage .company .cont-Main .r-nav > ul > li > a {
  height: 60px;
  line-height: 60px;
  float: none;
  display: inline-block;
  text-align: center;
  width: 100%;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  position: relative; }

.companyPage .company .cont-Main .r-nav > ul > li > a > img, .companyPage .company .cont-Main .r-nav > ul .nav-child_1 > li > a > img:nth-of-type(2) {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  margin-left: 20px;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  opacity: 0;
  transform: translateX(20px); }

.companyPage .company .cont-Main .r-nav > ul > li:hover > a > img, .companyPage .company .cont-Main .r-nav > ul > li.active > a > img, .companyPage .company .cont-Main .r-nav > ul .nav-child_1 > li.active > a > img:nth-of-type(2), .companyPage .company .cont-Main .r-nav > ul .nav-child_1 > li:hover > a > img:nth-of-type(1), .companyPage .company .cont-Main .r-nav > ul .nav-child_1 > li.active > a > img:nth-of-type(1) {
  opacity: 1;
  transform: translateX(0px); }

.companyPage .company .cont-Main .r-nav ul {
  overflow: hidden;
  width: 100%; }

.companyPage .company .cont-Main .r-nav > ul .nav-child_1 {
  float: none;
  width: 100%;
  display: none; }

.companyPage .company .cont-Main .r-nav > ul .nav-child_1 > li {
  float: none;
  width: 100%;
  border-bottom: 1px solid #000;
  background-color: #657283;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out; }

.companyPage .company .cont-Main .c-inner .c-title {
  overflow: hidden;
  background-color: #569eff;
  box-sizing: border-box;
  padding: 0 2%;
  margin-bottom: 10px; }

.companyPage .company .cont-Main .c-inner .c-title > span {
  display: inline-block;
  height: 32px;
  line-height: 32px;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px; }

.companyPage .company .cont-Main .c-inner .c-title > span:nth-child(2) {
  float: right; }

.companyPage .company .cont-Main .c-inner .c-item {
  width: 100%;
  overflow: hidden;
  float: none; }

.companyPage .company .cont-Main .c-inner .c-item ul, .companyPage .company .cont-Main .c-inner .c-item ul li {
  width: 100%; }

.companyPage .company .cont-Main .c-inner .c-item ul li {
  box-sizing: border-box;
  margin-bottom: 4px;
  cursor: pointer;
  border-bottom: 1px solid #ebedf0;
  margin-top: .55rem;
  overflow: hidden;
  padding: .28rem 0;
  line-height: 1.2;
  position: relative; }
  .companyPage .company .cont-Main .c-inner .c-item ul li:first-child {
    margin-top: 0; }
  .companyPage .company .cont-Main .c-inner .c-item ul li > div {
    position: absolute;
    left: 0;
    color: #f6f8fb;
    line-height: 0.7;
    top: 0;
    font-size: 1.5rem;
    font-family: 'SEMIBOLD'; }

.companyPage .company .cont-Main .c-inner .c-item ul li > span {
  text-transform: uppercase;
  position: relative;
  z-index: 1; }

.man_titel_box {
  display: block;
  color: #2c3036;
  font-size: .3rem;
  font-family: 'SEMIBOLD'; }

.man_titel_box span {
  float: right;
  font-size: .18rem;
  color: #787b7f;
  text-align: right;
  font-family: 'SEMIBOLD';
  line-height: .36rem;
  padding-right: .3rem; }

.sanArow {
  position: absolute;
  right: 0;
  top: 50%;
  width: 32px;
  margin-left: -10px;
  height: 32px;
  display: inline-block;
  vertical-align: top;
  transform: translateY(-50%) rotate(45deg);
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out; }

.sanArow.active {
  transform: translateY(-50%) rotate(135deg); }

.sanArow:after {
  content: "";
  position: absolute;
  width: 4px;
  height: 4px;
  border-style: solid;
  border-width: 2px;
  border-color: #444 #444 transparent transparent;
  position: absolute;
  right: 0;
  left: 0;
  top: 0px;
  bottom: 0;
  margin: auto;
  transform-origin: 50% 20%; }

.companyPage .company .cont-Main .c-inner .c-item ul .c-con {
  width: 100%;
  max-height: 500px;
  overflow: auto;
  float: none;
  box-sizing: border-box;
  padding: 0 5%;
  margin-bottom: 40px;
  margin-top: 16px;
  display: none; }

.companyPage .company .cont-Main .c-inner .c-item ul .c-con h5 {
  font-size: 14px;
  color: #000;
  margin: 32px 0 12px 0;
  text-align: center;
  float: none;
  width: 100%; }

.companyPage .company .cont-Main .c-inner {
  background-color: #fff;
  float: none;
  overflow: hidden;
  min-height: 600px; }

.companyPage .company .cont-Main .r-nav > ul .nav-child_1 > li > a {
  height: 48px;
  line-height: 48px;
  float: none;
  display: inline-block;
  text-align: center;
  width: 100%;
  color: #fff;
  font-size: 14px;
  position: relative; }

.companyPage .company .cont-Main .r-nav > ul .nav-child_1 > li {
  float: none;
  width: 100%;
  border-bottom: 1px solid #000;
  background-color: #657283;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out; }

.companyPage .company .cont-Main .r-nav > ul .nav-child_1 > li > a {
  height: 48px;
  line-height: 48px;
  float: none;
  display: inline-block;
  text-align: center;
  width: 100%;
  color: #fff;
  font-size: 14px;
  position: relative; }

.companyPage .company .cont-Main .r-nav > ul .nav-child_1 > li > a > img:nth-of-type(1) {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  margin-left: -24px;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  opacity: 0;
  transform: translateX(-20px); }

.companyPage .company .cont-Main .r-nav .nav-top {
  float: none;
  width: 100%;
  border-bottom: 1px solid #fff;
  background-color: #1462da; }

.companyPage .company .cont-Main .r-nav .nav-top a {
  height: 75px;
  line-height: 75px;
  float: none;
  display: inline-block;
  text-align: center;
  width: 100%;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  position: relative; }

@media all and (min-width: 1025px) {
  .circleProgress_wrapper:hover {
    transform: translateX(-50%) scale(1.1); }

  .ind_major_box:hover .maj_img {
    max-width: 999px;
    transition-timing-function: cubic-bezier(0.5, 0, 1, 0);
    transition-delay: 0s; }
  .ind_major_box:hover .maj_reminder {
    opacity: 1; }

  .ind_abo_right .active .ind_abo_link:hover .ind_abo_sha {
    opacity: 0; }

  .pub_btn_hover:hover {
    color: #fff; }
    .pub_btn_hover:hover::before {
      right: initial;
      left: -5%;
      width: 110%; }

  .pub_go_back:hover .pub_btn_hover {
    color: #fff; }
    .pub_go_back:hover .pub_btn_hover::before {
      right: initial;
      left: -5%;
      width: 110%; }

  .shar_icon_box > a:hover {
    background-color: #0d5dff; }

  .nav ul a:hover {
    color: white; }
    .nav ul a:hover::after {
      width: 5.7vw; }

  .lang_box a:hover {
    color: #2c3036; }
    .lang_box a:hover::after {
      width: 100%; }

  .left_top_sty .lang_box a:hover {
    color: #fff; }

  .w_link:hover {
    border-color: transparent; }

  .pub_tab_box > a:hover {
    color: #2c3036; }
    .pub_tab_box > a:hover::after {
      background-color: #0d5dff; }

  .abo_mic_page_box > div:hover {
    color: #2c3036; }
    .abo_mic_page_box > div:hover .abo_mic_num {
      color: #f4f6f9; }
      .abo_mic_page_box > div:hover .abo_mic_num::after {
        background-color: #0d5dff; }

  .ins_tab_btn:hover .time_year {
    font-size: .34rem;
    color: #0d5dff; }
    .ins_tab_btn:hover .time_year::before {
      width: .2rem;
      margin-right: .22rem; }

  .nav_sen_box:hover .nav_sen_info {
    color: #2c3036; }
  .nav_sen_box:hover .nav_sen_name {
    color: #0d5dff; }
  .nav_sen_box:hover .nav_sen_bg span {
    width: 120%;
    right: initial;
    left: -10%; }

  .skip_three_btn:hover::after {
    width: 0; }

  .thr_tab_nav_box a:hover span::after {
    height: 0; }

  .news_list:hover {
    box-shadow: 0 0 60px -5px #ccc; }
    .news_list:hover .news_title, .news_list:hover .news_more {
      color: #0d5dff; }
    .news_list:hover .news_more::before {
      width: .3rem; }
    .news_list:hover .news_list_bottom {
      border-bottom-color: transparent; }

  .vis_text_box:hover span {
    background-color: #0d5dff; }
    .vis_text_box:hover span::after {
      opacity: 1; }
  .vis_text_box:hover .vis_text_title, .vis_text_box:hover .vis_text_info {
    color: #0d5dff; }

  .btn_ind_more:hover {
    color: #0d5dff; }
    .btn_ind_more:hover::before {
      width: 428%; }

  .mil_con_text_box li:hover .fin_time_box {
    color: #0d5dff; }

  #testDivTable > div > div span a:hover {
    color: #0d5dff; } }
@media all and (max-width: 1600px) {
  .maj_icon {
    right: -.35rem;
    bottom: -.55rem;
    font-size: 1.8rem; }

  .minl_year_m {
    top: 64%; }

  .vis_text_box_1 span, .vis_text_box_2 span {
    top: 46px; }

  .vis_text_box_3 span, .vis_text_box_4 span {
    top: -18px; } }
@media all and (max-width: 1440px) {
  .maj_title {
    font-size: .3rem;
    height: .36rem; }

  .maj_info {
    font-size: .14rem;
    height: .42rem; }

  .maj_icon {
    right: -.35rem;
    bottom: -.55rem;
    font-size: 1.8rem; }

  .ind_major_case .swiper-pagination span {
    font-size: .14rem; }

  .abo_mic_page_box > div {
    margin: 0 .3rem; }

  .abo_man_tex_box {
    width: 50%; }

  .minl_year_m {
    font-size: 3rem; }

  .pub_tab_box .swiper-wrapper.on .swiper-slide {
    width: calc((100% - 70px) / 3);
    margin-right: 35px; }

  .pub_tab_box.ind_news_con .swiper-wrapper.on .swiper-slide {
    width: calc((100% - 35px) / 2); }

  .step_num {
    width: 35px;
    font-size: .2rem; }

  .step_text_box {
    padding-left: .2rem;
    width: calc(100% - 60px); }

  .step_back_box, .step_text_box {
    font-size: .18rem; }

  .logo_box {
    font-size: .46rem; }

  .vis_text_box_1 span, .vis_text_box_2 span {
    top: 41px; }

  .vis_text_box_3 span, .vis_text_box_4 span {
    top: -17px; } }
@media all and (max-width: 1366px) {
  .rad_sai_step_box {
    margin-bottom: -10%; }

  .step_box_m {
    width: 830px;
    transform: scale(0.9);
    transform-origin: 0 0; }

  .maj_title {
    font-size: .3rem;
    height: .312rem; }

  .maj_icon {
    right: -.35rem;
    bottom: -.45rem;
    font-size: 1.6rem; }

  .maj_reminder {
    width: .3rem;
    line-height: .3rem;
    height: .3rem;
    font-size: .12rem; }
.nav{
  top: 4.6rem;
}
  .nav ul a {
    padding: 1.5vh 0; }

  .minl_year_m {
    font-size: 2.6rem; }

  .logo_box {
    font-size: .4rem; }

  .vis_text_box_1 span, .vis_text_box_2 span {
    top: 41px; }

  .vis_text_box_3 span, .vis_text_box_4 span {
    top: -14px; }

  .vis_text_box > span {
    width: 8px;
    height: 8px; } }
@media all and (max-width: 1280px) {
  .rad_sai_step_box {
    margin-bottom: -12%; }

  .step_box_m {
    transform: scale(0.85); }

  .vis_text_box_1 span, .vis_text_box_2 span {
    top: 37px; }

  .vis_text_box_3 span, .vis_text_box_4 span {
    top: -13px; }
  
    .wave_box {
      top: 43vh;
  }
  .ind_abo_right {

    margin-top: 8.27vh;

}
  }
    .header{
      display: block;
    }
    .header1{
      display: none;
    }
    @media (max-width: 768px){
      .newsimg {
        overflow: hidden;
        height: auto;
        margin-right: .7rem;
    }
   
  }
/*# sourceMappingURL=public.css.map */
