@charset "utf-8";
:root {
  --shen-color: #333;
  --qian-color: #666;
  --main-color: #2667ab;
  --hover-color: #004aa2;
  --Poppins-Regular: Poppins-Regular;
  --Poppins-SemiBold: Poppins-SemiBold;
  --Poppins-Bold: Poppins-Bold;
  --Poppins-Medium: Poppins-Medium;
  --Oswald-Bold: Oswald-Bold;
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: 0;
}
#bsWXBox {
  box-sizing: content-box;
}
div,
p,
span,
i,
em {
  white-space: inherit !important;
}
ul {
  list-style: none;
}
body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
em,
img,
strong,
b,
small,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
sub,
sup,
tt,
var,
del,
dfn,
ins,
kbd,
q,
s,
samp,
strike,
applet,
object,
iframe,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
mark,
audio,
video,
input,
textarea,
select {
  margin: 0;
  padding: 0;
}
html {
  font-size: 1px !important;
}
html,
body {
  position: relative;
}
html.lenis,
html.lenis body {
  height: auto;
}
.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}
.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}
.lenis.lenis-stopped {
  overflow: hidden;
}
.lenis.lenis-smooth iframe {
  pointer-events: none;
}
@media (max-width: 1730px) {
  html {
    font-size: 0.901042px !important;
  }
}
@media (max-width: 1600px) {
  html {
    font-size: 0.824479px !important;
  }
}
@media (max-width: 1530px) {
  html {
    font-size: 0.792708px !important;
  }
}
@media (max-width: 1440px) {
  html {
    font-size: 0.741146px !important;
  }
}
@media (max-width: 1366px) {
  html {
    font-size: 0.702604px !important;
  }
}
@media (max-width: 1360px) {
  html {
    font-size: 0.699479px !important;
  }
}
@media (max-width: 1280px) {
  html {
    font-size: 0.657813px !important;
  }
}
@media (max-width: 1200px) {
  html {
    font-size: 0.617188px !important;
  }
}
body {
  font-family: var(--Poppins-Regular), 'Microsoft Yahei', '微软雅黑', '思源黑体 CN-Medium', '思源黑体 CN', 'Microsoft YaHei New', 'PingFang SC', 'Hiragino Sans GB', 'Arial', 'Helvetica', sans-serif;
  font-size: 16rem;
  color: var(--qian-color);
  line-height: 1.1;
  width: 100%;
  background: #fff;
  font-weight: normal;
  margin: 0 auto !important;
  word-break: break-word;
  -webkit-text-size-adjust: none;
  -webkit-tap-highlight-color: transparent;
}
a:link,
a:visited {
  text-decoration: none;
  outline: none;
  color: var(--qian-color);
}
a:hover,
a:active,
a:focus {
  color: var(--qian-color);
  text-decoration: none;
}
img {
  border: 0;
  max-width: 100%;
  height: auto;
}
table {
  border-collapse: collapse;
  width: 100%;
}
table td {
  font-size: 16rem;
  line-height: 32rem;
  padding: 9rem 15rem;
  color: #212121;
  border: 1px solid #d3d7db;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  /* font-weight: normal; */
}
input,
textarea,
select {
  font-size: 16rem;
  outline: 0;
  overflow: hidden;
  font-family: var(--Poppins-Regular), 'Microsoft Yahei', '微软雅黑', '思源黑体 CN-Medium', '思源黑体 CN', 'Microsoft YaHei New', 'PingFang SC', 'Hiragino Sans GB', 'Arial', 'Helvetica', sans-serif;
}
input[type='reset'],
input[type='button'],
input[type='submit'],
input[type='radio'] {
  cursor: pointer;
  outline: 0;
}
input[type='checkbox'],
input[type='radio'] {
  position: relative;
  vertical-align: middle;
  margin-top: -2px;
  margin-bottom: 1px;
  margin-left: 5px;
  margin-right: 5px;
}
textarea,
input[type='email'],
input[type='date'],
input[type='password'],
input[type='text'] {
  padding: 0;
  color: var(--qian-color);
  outline: 0;
}
input[type='submit'],
input[type='reset'],
input[type='button'],
input[type='text'],
select,
button {
  -webkit-appearance: none;
}
input,
select,
textarea {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  border-radius: 0;
}
::-webkit-input-placeholder {
  color: #888;
}
:-moz-placeholder {
  color: #888;
  opacity: 1;
}
::-moz-placeholder {
  color: #888;
  opacity: 1;
}
:-ms-input-placeholder {
  color: #888;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
/*清楚浮动*/
.clearfix:after {
  clear: both;
  height: 0;
  content: '';
  line-height: 0;
  font-size: 0;
  display: block;
}
/*图片垂直水平居中*/
.pic {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.pic img {
  transition: 0.5s;
}
.pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.pic:after {
  content: '';
  display: block;
  padding-bottom: 100%;
}
.middleCenter {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  max-width: 100%;
  max-height: 100%;
  display: block;
  vertical-align: middle;
  text-align: center;
  margin: auto;
  object-fit: cover;
}
.ellipsis {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
}
.ellipsis2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
}
.ellipsis3 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
}
.ellipsis4 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
}
.ellipsis5 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 5;
}
.ellipsis6 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 6;
}
.ellipsis7 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 7;
}
.animated {
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-timing-function: cubic-bezier(0.22, 1, 0.36, 1);
  animation-timing-function: cubic-bezier(0.22, 1, 0.36, 1);
}
.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}
@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}
@keyframes fadeInLeft2 {
  0% {
    opacity: 0;
    transform: translate3d(-110px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
.fadeInLeft2 {
  animation-name: fadeInLeft2;
}
@keyframes fadeInLeft3 {
  0% {
    opacity: 0;
    transform: translate3d(-10px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
.fadeInLeft3 {
  animation-name: fadeInLeft3;
}
@keyframes fadeInRight2 {
  0% {
    opacity: 0;
    transform: translate3d(110px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
.fadeInRight2 {
  animation-name: fadeInRight2;
}
@keyframes fadeInUp2 {
  0% {
    opacity: 0;
    transform: translate3d(0, 110px, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
.fadeInUp2 {
  animation-name: fadeInUp2;
}
@keyframes fadeInDown2 {
  0% {
    opacity: 0;
    transform: translate3d(0, -110px, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
.fadeInDown2 {
  animation-name: fadeInDown2;
}
@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
.swing {
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}
@keyframes scale {
  0% {
    opacity: 0;
    transform: scale(1.1);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
.scale {
  animation-name: scale;
}
/*转圈*/
@keyframes ants {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* @font-face {
	font-family: Switzer-Regular;
	src: url('../font/Switzer-Regular.woff2') format('woff2'), url('../font/Switzer-Regular.woff') format('woff'), url('../font/Switzer-Regular.ttf') format('truetype'),
		url('../font/Switzer-Regular.eot') format('embedded-opentype');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

 

@font-face {
	font-family: HarmonyOS_Sans_SC_Medium;
	src: url('../font/HarmonyOS_Sans_SC_Medium.ttf');
	font-style: normal;
	font-display: swap;
} */
@font-face {
  font-family: Poppins-Regular;
  src: url('../font/Poppins-Regular.woff2') format('woff2'), url('../font/Poppins-Regular.woff') format('woff'), url('../font/Poppins-Regular.ttf') format('truetype'), url('../font/Poppins-Regular.eot') format('embedded-opentype'), url('../font/Poppins-Regular.svg') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Poppins-Bold;
  src: url('../font/Poppins-Bold.woff2') format('woff2'), url('../font/Poppins-Bold.woff') format('woff'), url('../font/Poppins-Bold.ttf') format('truetype'), url('../font/Poppins-Bold.eot') format('embedded-opentype'), url('../font/Poppins-Bold.svg') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Poppins-Medium;
  src: url('../font/Poppins-Medium.woff2') format('woff2'), url('../font/Poppins-Medium.woff') format('woff'), url('../font/Poppins-Medium.ttf') format('truetype'), url('../font/Poppins-Medium.eot') format('embedded-opentype'), url('../font/Poppins-Medium.svg') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Poppins-SemiBold;
  src: url('../font/Poppins-SemiBold.woff2') format('woff2'), url('../font/Poppins-SemiBold.woff') format('woff'), url('../font/Poppins-SemiBold.ttf') format('truetype'), url('../font/Poppins-SemiBold.eot') format('embedded-opentype'), url('../font/Poppins-SemiBold.svg') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Oswald-Bold;
  src: url('../font/Oswald-Bold.woff2') format('woff2'), url('../font/Oswald-Bold.woff') format('woff'), url('../font/Oswald-Bold.ttf') format('truetype'), url('../font/Oswald-Bold.eot') format('embedded-opentype'), url('../font/Oswald-Bold.svg') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.prompt {
  position: fixed;
  width: 100%;
  height: 100%;
  background: url(../images/ie_sosad.png) no-repeat center 35% #fff;
  left: 0;
  bottom: 0;
  display: none;
  z-index: 999;
  filter: alpha(opacity=80);
  opacity: 80;
}
.prompt span {
  position: absolute;
  font-size: 14px;
  font-family: 'Microsoft YaHei';
  top: 55%;
  left: 50%;
  margin-left: -152px;
  width: 304px;
  display: block;
  line-height: 24px;
  color: var(--qian-color);
}
.prompt span a {
  text-decoration: underline;
}
.prompt .prompt_close {
  width: 30px;
  height: 30px;
  position: absolute;
  right: 30px;
  top: 30px;
  background: url(../images/closed.png) no-repeat center center;
  cursor: pointer;
}
.transparent {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(51, 51, 51, 0.6);
  top: 0;
  left: 0;
  z-index: 888;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}
.transparent.active {
  display: block;
}
.container {
  margin-right: auto;
  margin-left: auto;
  max-width: 1600rem;
}
.height {
  height: 1px;
  position: absolute;
  top: -100rem;
  left: 0;
  width: 100%;
}
.height1 {
  height: 150rem;
}
.flist li {
  position: relative;
}
.flist li:hover .box .icon {
  color: #fff;
}
.flist li:hover .box img,
.flist li:hover .box svg {
  fill: #fff;
}
.flist li:hover .hover {
  display: block;
}
.flist li:hover .hover1 {
  display: block;
}
.flist .f3 .icon {
  background: #0a66c2;
}
.flist .f3 .hover {
  background: #0a66c2;
}
.flist .f2 .icon {
  background: #000000;
}
.flist .f2 .hover {
  background: #000000;
}
.flist .f4 .icon {
  background: #7638fa;
}
.flist .f4 .hover {
  background: #7638fa;
}
.flist .f1 .icon {
  background: #0866ff;
}
.flist .f1 .hover {
  background: #0866ff;
}
.flist .f5 .icon {
  background: #efb66e;
}
.flist .box {
  transition: 0.5s;
  display: block;
}
.flist .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40rem;
  height: 40rem;
}
.flist .icon img,
.flist .icon svg {
  width: 20rem;
  height: 20rem;
  fill: #fff;
}
.flist .down {
  position: absolute;
  top: 100%;
  left: 0;
  width: 130rem;
  display: none;
  z-index: 33;
}
.flist .down .ewm {
  line-height: 42rem;
  color: #fff;
  padding: 10rem;
  border-radius: 4rem;
  background: var(--main-color);
  box-shadow: 1px 2rem 7rem 0rem rgba(156, 185, 207, 0.35);
}
.flist .down .ewm img {
  display: block;
}
.flist .hover {
  position: absolute;
  top: 0;
  right: 100%;
  width: 130rem;
  padding: 0 10rem;
  display: none;
  background: #0a66c2;
}
.flist .hover p {
  line-height: 40rem;
  color: #fff;
  padding: 0 10rem;
}
.flist .hover p img {
  display: block;
}
.flist .hover1 {
  position: absolute;
  top: 0;
  right: 100%;
  width: 230rem;
  padding: 0 10rem;
  display: none;
  background: #efb66e;
}
.flist .hover1 p {
  line-height: 40rem;
  color: #fff;
  padding: 0 10rem;
  font-size: 14rem;
}
.float {
  position: fixed;
  bottom: 100rem;
  right: 10rem;
  text-align: center;
  z-index: 4444;
}
.hide {
  display: none;
}
.pc {
  display: block;
}
.phone {
  display: none;
}
@media (max-width: 1025px) {
  .phone {
    display: block;
  }
  .pc {
    display: none;
  }
}
.center {
  text-align: center;
}
.white {
  color: #ffffff;
}
.black {
  color: #000000;
}
.sitemap {
  background: #fff;
}
.sitemap .home-title {
  margin-bottom: 35rem;
}
.sitemap .sitemap-bottom {
  font-size: 18rem;
  line-height: 30rem;
  color: #333;
  padding-bottom: 100rem;
}
.sitemap .sitemap-bottom li {
  border-bottom: 1px dashed #e0e0e0;
  padding-bottom: 20rem;
  margin-bottom: 20rem;
}
.sitemap .sitemap-bottom li .top1 {
  font-size: 22rem;
  color: var(--main-color);
  font-family: var(--Montserrat-Bold);
}
.sitemap .sitemap-bottom li .top1 .txt-2 {
  display: none;
}
.sitemap .sitemap-bottom li .top1:hover {
  color: var(--main-color);
  text-decoration: underline;
}
.sitemap .sitemap-bottom li .subnav {
  margin-top: 15rem;
}
.sitemap .sitemap-bottom li .subnav a {
  font-size: 16rem;
  color: var(--qian-color);
  margin-right: 20rem;
  padding: 5rem 0;
  display: block;
  float: left;
}
.sitemap .sitemap-bottom li .subnav a:hover {
  color: var(--main-color);
  text-decoration: underline;
}
.sitemap .p {
  color: var(--shen-color);
}
.sitemap .p p {
  font-size: 18rem;
  font-weight: normal;
  line-height: 36rem;
  color: #666;
  margin-bottom: 15rem;
}
.fix {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 155777666666;
  transition: 0.5s;
  left: 0;
}
.home-title h2 {
  font-family: var(--Oswald-Bold);
  font-size: 60rem;
  font-weight: normal;
  color: #333333;
}
.home-title.white h2 {
  color: #fff;
}
.home-p {
  font-size: 24rem;
  font-weight: normal;
  line-height: 32rem;
  color: var(--main-color);
}
@keyframes pulse512 {
  0% {
    box-shadow: 0 0 0 0 var(--main-color);
  }
  70% {
    box-shadow: 0 0 0 10px rgba(240, 133, 25, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(240, 133, 25, 0);
  }
}
.more a,
.more p {
  font-size: 16rem;
  color: #fff;
  padding: 0 30rem;
  line-height: 50rem;
  border-radius: 30rem;
  font-family: var(--Poppins-Bold);
  background: var(--main-color);
  display: inline-block;
  vertical-align: top;
  transition: all 0.3s;
}
.more a img,
.more p img {
  width: 14rem;
  margin-left: 7rem;
  margin-top: -3rem;
  display: inline-block;
  vertical-align: middle;
  filter: brightness(0) invert(1);
}
@media (min-width: 1025px) {
  .more a:hover {
    background-position: right center;
    background-size: 200% auto;
    -webkit-animation: pulse512 2s infinite;
    animation: pulse512 1.5s infinite;
  }
}
.more1 a,
.more1 p {
  font-size: 16rem;
  color: #fff;
  padding: 0 30rem;
  line-height: 48rem;
  border-radius: 30rem;
  border: 2rem solid #fff;
  font-family: var(--Poppins-Bold);
  display: inline-block;
  vertical-align: top;
  transition: all 0.3s;
}
.more1 a img,
.more1 p img {
  width: 14rem;
  margin-left: 7rem;
  margin-top: -3rem;
  display: inline-block;
  vertical-align: middle;
  filter: brightness(0) invert(1);
}
@media (min-width: 1025px) {
  .more1 a:hover {
    background-position: right center;
    background-size: 200% auto;
    -webkit-animation: pulse512 2s infinite;
    animation: pulse512 1.5s infinite;
    background: var(--main-color);
    border: 2rem solid var(--main-color);
  }
}
.more2 a,
.more2 p {
  font-size: 16rem;
  color: var(--main-color);
  padding: 0 30rem;
  line-height: 48rem;
  border-radius: 30rem;
  border: 2rem solid var(--main-color);
  font-family: var(--Poppins-Bold);
  display: inline-block;
  vertical-align: top;
  transition: all 0.3s;
}
.more2 a img,
.more2 p img {
  width: 14rem;
  margin-left: 7rem;
  margin-top: -3rem;
  display: inline-block;
  vertical-align: middle;
}
@media (min-width: 1025px) {
  .more2 a:hover {
    background-position: right center;
    background-size: 200% auto;
    -webkit-animation: pulse512 2s infinite;
    animation: pulse512 1.5s infinite;
    background: var(--main-color);
    border: 2rem solid var(--main-color);
    color: #fff;
  }
  .more2 a:hover img {
    filter: brightness(0) invert(1);
  }
}
.more3 a,
.more3 p {
  width: 100rem;
  height: 60rem;
  border-radius: 30rem 0 0 0;
  background: #ebebeb url(../images/chevron-double-right1.png) no-repeat center center;
  background-size: 12rem;
}
.fix {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 255;
}
.header {
  height: 100rem;
  width: 100%;
  transition: 0.5s;
  position: relative;
  z-index: 2;
}
.header .logo {
  float: left;
  transition: 0.5s;
  padding-top: 33rem;
}
.header .logo a {
  display: block;
  position: relative;
  transition: 0.5s;
}
.header .logo a img {
  display: inline-block;
  vertical-align: top;
  width: 200rem;
  z-index: 5;
  position: relative;
  transition: 0.5s;
}
.header .logo a .lg2 {
  display: none;
}
.header .header-right {
  float: right;
  position: relative;
  padding-top: 30rem;
}
.header .header-right .menu {
  float: right;
  position: relative;
  width: 36px;
  height: 36px;
  margin-top: 12px;
  display: none;
}
.header .header-right .menu .navPhoneBtn {
  display: inline-block;
  padding: 10px;
  cursor: pointer;
  float: left;
  position: absolute;
  z-index: 9;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 36px;
  text-align: right;
}
.header .header-right .menu .navPhoneBtn span {
  display: block;
  width: 20px;
  height: 2px;
  margin-bottom: 5px;
  position: relative;
  background: var(--main-color);
  border-radius: 3px;
  z-index: 1;
  -webkit-transform-origin: 20px;
  transform-origin: 20px;
  -webkit-transition: background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease, width 0.5s, -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  transition: background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease, width 0.5s, -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  transition: background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease, transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), width 0.5s, transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  transition: background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease, transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), width 0.5s, transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
}
.header .header-right .menu .navPhoneBtn span:nth-last-child(2) {
  -webkit-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition: width 0.5s ease;
  transition: width 0.5s ease;
}
.header .header-right .menu .navPhoneBtn span:last-child {
  margin-bottom: 0;
}
.header .header-right .get {
  float: right;
}
.header .header-right .get a {
  padding: 0 25rem;
  display: block;
  height: 40rem;
  line-height: 40rem;
  background: var(--main-color);
  border-radius: 30rem;
  color: #fff;
  font-size: 16rem;
}
.header .header-right .get a img {
  width: 12rem;
  margin-left: 5rem;
  margin-top: -3rem;
  display: inline-block;
  vertical-align: middle;
}
.header .header-right .lan {
  float: right;
  cursor: pointer;
  position: relative;
  z-index: 111;
  transition: 0.5s;
  padding-left: 16rem;
  margin-right: 23rem;
}
.header .header-right .lan h3 {
  font-size: 18rem;
  line-height: 40rem;
  color: #ffffff;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: normal;
}
.header .header-right .lan h3 img {
  width: 30rem;
  margin-left: 2rem;
  display: inline-block;
  vertical-align: middle;
  filter: brightness(0) invert(1);
}
.header .header-right .lan ul {
  position: absolute;
  top: 100%;
  width: 140rem;
  color: #353535;
  display: none;
  background: #fff;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}
.header .header-right .lan ul li a {
  display: block;
  padding: 17rem 4rem;
  color: #333;
  font-size: 16rem;
  line-height: 100%;
  text-transform: uppercase;
}
.header .header-right .lan ul li a img {
  width: 24rem;
  margin-right: 5rem;
  margin-top: -3rem;
  display: inline-block;
  vertical-align: middle;
}
@media (min-width: 1025px) {
  .header .header-right .lan ul li a:hover {
    color: #808080;
    background: #f9f9f9;
  }
}
.header .header-right .header-search {
  float: right;
  position: relative;
  transition: 0.7s;
  /*搜索*/
}
.header .header-right .header-search .pull-right {
  position: relative;
  z-index: 778;
}
.header .header-right .header-search .pull-right a {
  display: block;
  overflow: hidden;
  width: 40rem;
  height: 40rem;
  transition: 0.7s;
  background: url(../images/search.png) no-repeat center center;
  background-size: 20rem !important;
}
.header .header-right .header-search .search .search-main {
  top: 100%;
  right: 0;
  z-index: 777;
  width: 300rem;
  display: none;
  position: absolute;
  background: #fff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
.header .header-right .header-search .form-control {
  text-align: left;
  border: 0;
  width: 100%;
  font-size: 16rem;
  color: #666;
  height: 50rem;
  vertical-align: top;
  padding: 0 60rem 0 30rem;
  -webkit-appearance: none;
  background: none;
}
.header .header-right .header-search .btn {
  top: 0;
  border: 0;
  right: 0;
  color: #fff;
  width: 50rem;
  height: 50rem;
  line-height: 50rem;
  position: absolute;
  background: url(../images/search1.png) no-repeat center center;
  background-size: 15rem !important;
}
.nav {
  transition: 0.2s;
  float: right;
  margin-right: 42rem;
}
.nav ul {
  z-index: 1;
}
.nav ul li {
  float: left;
  margin-left: 28rem;
  position: relative;
}
.nav ul li a {
  color: #fff;
  font-size: 18rem;
  position: relative;
  cursor: pointer;
  display: inline-block;
  vertical-align: top;
}
.nav ul li a > span {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: top;
}
.nav ul li a .txt-1 {
  display: block;
  line-height: 100rem;
}
.nav ul li a .txt-2 {
  display: none;
  transform: translateY(100%);
}
.nav ul li .subnav {
  width: 260rem;
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -130rem;
  display: none;
  z-index: 333;
  text-align: left;
  padding-top: 5rem;
}
.nav ul li .subnav ul {
  margin: 0;
  padding: 12rem;
  background: #fff;
  border-radius: 4rem;
  box-shadow: -6rem 0rem 59rem 0rem rgba(51, 51, 51, 0.08);
}
.nav ul li .subnav ul li {
  width: auto;
  padding: 0;
  float: none;
  margin: 0;
}
.nav ul li .subnav ul li a {
  font-size: 16rem;
  line-height: 30rem;
  color: #333 !important;
  height: auto;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-align: left;
  padding: 10rem 16rem;
  border-radius: 4rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  font-weight: normal !important;
  display: block;
}
.nav ul li .subnav ul li a:after {
  display: none;
}
.nav ul li .subnav ul li a:before {
  display: none;
}
@media (min-width: 1025px) {
  .nav ul li .subnav ul li:hover > a {
    color: #fff !important;
    background: var(--main-color);
  }
}
.nav ul li:hover a > span {
  text-decoration: underline;
}
.nav ul li:nth-child(1) {
  margin-left: 0;
}
.nav ul .active a > span {
  text-decoration: underline;
}
.headerfix .header,
.fix:hover .header,
.fix2 .header {
  background: #fff;
  box-shadow: -7rem 0rem 62rem 0rem rgba(0, 145, 228, 0.14);
}
.headerfix .header .logo a .lg1,
.fix:hover .header .logo a .lg1,
.fix2 .header .logo a .lg1 {
  display: none;
}
.headerfix .header .logo a .lg2,
.fix:hover .header .logo a .lg2,
.fix2 .header .logo a .lg2 {
  display: block;
}
.headerfix .header .header-right .lan h3 img,
.fix:hover .header .header-right .lan h3 img,
.fix2 .header .header-right .lan h3 img {
  filter: brightness(1) invert(0);
}
.headerfix .header .header-right .lan h3,
.fix:hover .header .header-right .lan h3,
.fix2 .header .header-right .lan h3 {
  color: #666;
}
.headerfix .nav ul li a,
.fix:hover .nav ul li a,
.fix2 .nav ul li a {
  color: #212121;
}
.headerfix .nav ul li a:hover > span,
.fix:hover .nav ul li a:hover > span,
.fix2 .nav ul li a:hover > span,
.headerfix .nav ul li.active a > span,
.fix:hover .nav ul li.active a > span,
.fix2 .nav ul li.active a > span {
  color: var(--main-color);
  text-decoration: underline;
}
.headerfix .header .header-right .header-search .pull-right a,
.fix:hover .header .header-right .header-search .pull-right a,
.fix2 .header .header-right .header-search .pull-right a {
  background: url(../images/search1.png) no-repeat center center;
  background-size: 20rem !important;
}
#menu {
  position: fixed;
  top: 0;
  right: -300px;
  width: 300px;
  background: #ffffff;
  z-index: 9999;
  height: 100%;
  transition: 0.5s;
  overflow: auto;
  padding: 62px 8px;
}
#menu .lan {
  text-align: center;
  padding: 15px 0;
}
#menu .lan a {
  color: #666;
  font-size: 16px;
  margin: 0 5px 10px 5px;
}
#menu .btn {
  text-align: center;
}
#menu .hide {
  display: none;
}
#menu .search {
  z-index: 777;
  width: 100%;
  margin-top: 20px;
  position: relative;
  margin-bottom: 20px;
}
#menu .search .form-control {
  text-align: left;
  border: 0;
  width: 100%;
  font-size: 14px;
  color: #999999;
  height: 42px;
  vertical-align: top;
  padding: 0 40px 0 20px;
  border-radius: 2px;
  border: solid 1px #d1d1d1;
  background: none;
}
#menu .search .btn {
  top: 0;
  border: 0;
  right: 0;
  color: #fff;
  width: 42px;
  height: 42px;
  line-height: 42px;
  position: absolute;
  background: var(--main-color) url(../images/search.png) no-repeat center center;
  background-size: 15px !important;
}
#menu ul .subnav {
  display: none;
  text-transform: inherit;
}
#menu ul .subnav a {
  text-transform: inherit;
}
#menu ul ul {
  padding: 0;
  margin: 0 -5px;
  padding-left: 10px;
}
#menu ul ul li {
  width: 100%;
  float: left;
  border: 0;
}
#menu ul ul li i {
  right: 5px;
}
#menu ul ul li a {
  padding: 9px 48px 9px 0;
  font-size: 15px;
  line-height: 30px;
  font-weight: normal;
  color: #666;
}
#menu ul ul li ul {
  display: none;
}
#menu ul ul li ul a {
  padding-left: 15px;
}
#menu ul ul li ul a:after {
  content: '';
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  position: absolute;
  top: 23px;
  left: 0;
  background: #999;
}
#menu ul {
  overflow: hidden;
  padding: 0 0 0 10px;
}
#menu ul li {
  position: relative;
  border-bottom: 1px solid #f1f1f1;
}
#menu ul li i {
  display: block;
  width: 48px;
  height: 56px;
  line-height: 56px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 4;
  text-align: center;
  background: url(../images/jt.png) no-repeat center center;
  background-size: 13px;
}
#menu ul li a {
  font-size: 18px;
  color: #333;
  display: block;
  line-height: 38px;
  padding: 9px 0;
  padding-right: 48px;
  position: relative;
  z-index: 2;
}
#menu .close {
  display: block;
  height: 36px;
  width: 36px;
  position: absolute;
  right: 17px;
  top: 18px;
  border-radius: 50%;
  background: url(../images/closed.png) no-repeat center center;
  background-size: 15px;
}
#menu.show1 {
  right: 0;
}
.banner {
  position: relative;
  overflow: hidden;
}
.banner_sha_box {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  pointer-events: none;
  z-index: 20;
}
.product-section .banner_sha_box,
.philosophy-page .item .banner_sha_box,
.philosophy02 .banner_sha_box {
  z-index: 1;
}
@-webkit-keyframes wave {
  0% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes wave {
  0% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.swiper-renewal-main {
  position: relative;
  overflow: hidden;
  border-radius: 0 0 60rem 60rem;
}
.swiper-renewal-main .swiper-slide {
  overflow: hidden;
}
.swiper-renewal-main .img,
.swiper-renewal-main .img1 {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.swiper-renewal-main .img {height:100vh}
.swiper-renewal-main .img img,
.swiper-renewal-main .img video{
	height:100%;
}
.swiper-renewal-main .img img,
.swiper-renewal-main .img1 img,
.swiper-renewal-main .img video,
.swiper-renewal-main .img1 video {
  display: block;
  width: 100%;
  object-fit: cover;
}
.swiper-renewal-main .img img,
.swiper-renewal-main .img1 img {
  -webkit-animation: wave 2s alternate;
  animation: wave 2s alternate;
}
.swiper-renewal-main .img1 {
  display: none;
}
.swiper-renewal-main .banner-hover {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  z-index: 340;
  transform: translateY(-50%);
  padding-top: 100rem;
}
.swiper-renewal-main .banner-hover .bt {
  font-size: 60rem;
  font-weight: normal;
  font-family: var(--Poppins-Bold);
  line-height: 80rem;
  color: #ffffff;
  text-shadow: 1rem 1rem 0rem rgba(0, 0, 0, 0.5);
  margin-bottom: 10rem;
}
.swiper-renewal-main .banner-hover .span {
  font-family: var(--D-DINExp);
  font-size: 20rem;
  font-weight: normal;
  line-height: 32rem;
  margin-bottom: 60rem;
  color: #ffffff;
  text-shadow: 1rem 1rem 0rem rgba(0, 0, 0, 0.5);
}
.swiper-renewal-main .banner-hover .p {
  font-size: 32rem;
  font-weight: normal;
  line-height: 48rem;
  color: #ffffff;
  text-shadow: 1rem 1rem 0rem rgba(0, 0, 0, 0.5);
}
.swiper-renewal-main .swiper-pagination {
  bottom: 20rem;
  text-align: center;
}
.swiper-renewal-main .swiper-pagination .swiper-pagination-bullet {
  width: 10rem;
  height: 10rem;
  margin: 0 6rem;
  overflow: hidden;
  opacity: 0.3;
  border-radius: 50%;
  background: #fff;
  position: relative;
}
.swiper-renewal-main .swiper-pagination .swiper-pagination-bullet-active {
  width: 30rem;
  opacity: 1;
  border-radius: 30rem;
}
.swiper-renewal-main .swiper-slide-active img {
  -webkit-animation: wave 2s alternate;
  animation: wave 2s alternate;
}
.swiper-renewal-main .swiper-slide-active .banner-hover .bt {
  -webkit-animation: fadeInUp2 2s alternate;
  animation: fadeInUp2 2s alternate;
}
.swiper-renewal-main .swiper-slide-active .banner-hover .p {
  -webkit-animation: fadeInUp2 3s alternate;
  animation: fadeInUp2 3s alternate;
}
.swiper-renewal-main .swiper-slide-active .banner-hover .span {
  -webkit-animation: fadeInUp2 3s alternate;
  animation: fadeInUp2 3s alternate;
}
.swiper-renewal-main .swiper-slide-active .banner-hover .more {
  -webkit-animation: fadeInUp2 4s alternate;
  animation: fadeInUp2 4s alternate;
}
.swiper-renewal-main .swiper-button-next,
.swiper-renewal-main .swiper-button-prev {
  width: 60rem;
  height: 80rem;
  background: rgba(0, 0, 0, 0.5);
  left: 0;
  display: none;
}
.swiper-renewal-main .swiper-button-next:after,
.swiper-renewal-main .swiper-button-prev:after {
  color: #fff;
  font-size: 24rem;
}
.swiper-renewal-main .swiper-button-next {
  right: 0;
  left: auto;
}
.home-about {
  padding: 113rem 0 128rem 0;
  background: #fff url(../images/map.png) no-repeat center center;
  background-size: 100%;
  position: relative;
  z-index: 1;
}
.home-about .home-title {
  margin-bottom: 23rem;
}
.home-about .home-p {
  max-width: 1040rem;
  margin: 0 auto 42rem;
}
.home-about .text {
  font-size: 16rem;
  font-weight: normal;
  line-height: 32rem;
  color: #333333;
  max-width: 1040rem;
  margin: 0 auto 90rem;
}
.home-about .text p {
  margin-bottom: 0;
}
.home-Technology {
  position: relative;
  overflow: hidden;
  border-radius: 60rem;
  z-index: 2;
}
.home-Technology .banner_sha_box {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  pointer-events: none;
  z-index: 2;
}

.home-Technology .swiper-home2 .swiper-slide {
  position: relative;
}
.home-Technology .swiper-home2 .swiper-slide .pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home-Technology .swiper-home2 .swiper-slide .pic:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
}
.home-Technology .swiper-home2 .swiper-slide .pic:after {
  padding-bottom: 46.875%;
}
.home-Technology .swiper-home2 .swiper-slide .info {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 6;
}
.home-Technology .swiper-home2 .swiper-slide .info .text {
  color: #fff;
  padding: 127rem 0;
}
.home-Technology .swiper-home2 .swiper-slide .info .text .small {
  font-size: 30rem;
  font-weight: normal;
  line-height: 40rem;
  font-family: var(--Poppins-Bold);
  color: #ffffff;
}
.home-Technology .swiper-home2 .swiper-slide .info .text h3 {
  font-family: var(--Oswald-Bold);
  font-size: 60rem;
  font-weight: normal;
  line-height: 70rem;
  color: #ffffff;
  margin: 54rem 0 82rem;
}
.home-Technology .swiper-home2 .swiper-slide .info .text .more1 {
  margin-top: 0;
}
.home-Technology .home2-nav {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 33;
}
.home-Technology .home2-nav .swiper-home2-nav {
  border-radius: 20rem 20rem 0 0;
  overflow: hidden;
  position: relative;
  background: rgba(255, 255, 255, 0.2);
}
.home-Technology .home2-nav .swiper-home2-nav .swiper-slide .box {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20rem 10rem 6rem 10rem;
  transition: all 0.3s;
  cursor: pointer;
  position: relative;
}
.home-Technology .home2-nav .swiper-home2-nav .swiper-slide .box:after {
  content: '';
  display: block;
  width: 1px;
  height: 90%;
  position: absolute;
  top: 5%;
  right: 0;
  background: rgba(255, 255, 255, 0.2);
}
.home-Technology .home2-nav .swiper-home2-nav .swiper-slide .box .icon {
  width: 60rem;
  height: 60rem;
  margin-bottom: 15rem;
}
.home-Technology .home2-nav .swiper-home2-nav .swiper-slide .box .icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: brightness(0) invert(1);
}
.home-Technology .home2-nav .swiper-home2-nav .swiper-slide .box .bt {
  font-size: 16rem;
  font-weight: normal;
  line-height: 24rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  height: 72rem;
  color: #ffffff;
  text-align: center;
}
@media (min-width: 1025px) {
  .home-Technology .home2-nav .swiper-home2-nav .swiper-slide .box:hover {
    background: var(--main-color);
  }
}
.home-Technology .home2-nav .swiper-home2-nav .swiper-slide.swiper-slide-thumb-active .box {
  background: var(--main-color);
}
.home-Equipment {
  padding: 215rem 0 205rem 0;
  margin-top: -104rem;
  background: url(../images/bg.jpg) no-repeat top center;
  background-size: cover;
  position: relative;
  z-index: 1;
}
.home-Equipment .home-title {
  margin-bottom: 96rem;
}
.home-Equipment .nr {
  display: flex;
  justify-content: space-between;
  gap: 60rem;
}
.home-Equipment .nr .left {
  width: 34.5%;
  padding-top: 30rem;
}
.home-Equipment .nr .left .list .item {
  margin-bottom: 33rem;
}
.home-Equipment .nr .left .list .item:last-child {
  border-bottom: none;
}
.home-Equipment .nr .left .list .item .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  transition: all 0.3s;
}
.home-Equipment .nr .left .list .item .top .bt {
  font-size: 24rem;
  font-weight: normal;
  line-height: 60rem;
  color: #333333;
  position: relative;
  padding-left: 35rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  border-radius: 0 30rem 30rem 0;
  padding-right: 40rem;
}
.home-Equipment .nr .left .list .item .top .bt:after {
  content: '';
  display: block;
  width: 6rem;
  height: 6rem;
  border-radius: 50%;
  background: #8a8a8a;
  position: absolute;
  left: 20rem;
  top: 50%;
  transform: translateY(-50%);
}
@media (min-width: 1025px) {
  .home-Equipment .nr .left .list .item .top:hover .bt {
    color: var(--main-color);
  }
}
.home-Equipment .nr .left .list .item .con {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease;
}
.home-Equipment .nr .left .list .item .con .p {
  font-size: 24rem;
  font-weight: normal;
  line-height: 40rem;
  color: #333333;
  margin-bottom: 33rem;
  margin-top: 13rem;
  padding: 0 36rem;
}
.home-Equipment .nr .left .list .item .con .more2 {
  margin: 0 36rem;
}
.home-Equipment .nr .left .list .item.active .top .bt {
  color: #fff;
  background: var(--main-color);
}
.home-Equipment .nr .left .list .item.active .top .bt:after {
  background: #fff;
}
.home-Equipment .nr .left .list .item.active .top .icon .line2 {
  transform: translate(-50%, -50%) rotate(90deg);
  opacity: 0;
}
.home-Equipment .nr .left .list .item.active .con {
  max-height: 300rem;
  padding-bottom: 10rem;
}
.home-Equipment .nr .right {
  width: 47%;
  position: relative;
}
.home-Equipment .nr .right .pic-box {
  position: relative;
  height: 100%;
}
.home-Equipment .nr .right .pic-box .pic-item {
  width: 100%;
  transition: all 0.5s;
  display: none;
}
.home-Equipment .nr .right .pic-box .pic-item .pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home-Equipment .nr .right .pic-box .pic-item .pic:after {
  padding-bottom: 66.666667%;
}
.home-Equipment .nr .right .pic-box .pic-item.active {
  display: block;
}
.home-Choose {
  padding: 131rem 0 0 0;
  background: url(../images/bg1.jpg) no-repeat top center;
  background-size: cover;
  margin-top: -104rem;
  position: relative;
  z-index: 4;
  border-radius: 60rem;
  overflow: hidden;
}
.home-Choose .banner_sha_box {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  pointer-events: none;
  z-index: 2;
}
.home-Choose .home-title {
  margin-bottom: 84rem;
}
.home-Choose .bg-box {
  position: relative;
  width: 1080rem;
  margin: 0 auto;
  height: 620rem;
  padding-top: 190rem;
}
.home-Choose .bg-box:after {
  content: '';
  display: block;
  width: 1080rem;
  height: 1080rem;
  border-radius: 50%;
  border: dashed 1px rgba(255, 255, 255, 0.6);
  position: absolute;
  top: 0;
  left: 0;
}
.home-Choose .bg-box .list .item {
  position: absolute;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s;
  z-index: 33;
}
.home-Choose .bg-box .list .item:nth-child(1) {
  top: -10rem;
  left: 50%;
  transform: translateX(-50%);
  padding-top: 34rem;
  text-align: center;
}
.home-Choose .bg-box .list .item:nth-child(2) {
  top: 53.5%;
  left: 3.5%;
  transform: translateY(-50%);
  padding-left: 34rem;
  text-align: left;
}
.home-Choose .bg-box .list .item:nth-child(2) .icon {
  transform: none;
  left: 0;
}
.home-Choose .bg-box .list .item:nth-child(3) {
  top: 53.5%;
  right: 3.5%;
  transform: translateY(-50%);
  padding-right: 34rem;
  text-align: right;
}
.home-Choose .bg-box .list .item:nth-child(3) .icon {
  transform: none;
  right: 0;
  left: auto;
}
.home-Choose .bg-box .list .item .icon {
  width: 24rem;
  height: 24rem;
  border: solid 1rem #ffffff;
  margin: 0 auto;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.home-Choose .bg-box .list .item .icon:after {
  content: '';
  display: block;
  border-radius: 50%;
  width: 15rem;
  height: 15rem;
  background: #ffffff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.home-Choose .bg-box .list .item .bt {
  font-family: var(--Poppins-Bold);
  font-size: 20rem;
  font-weight: normal;
  line-height: 32rem;
  color: #ffffff;
}
@media (min-width: 1025px) {
  .home-Choose .bg-box .list .item:hover .icon img {
    transform: scale(1.1);
  }
}
.home-Choose .bg-box .list .item.active .icon {
  border: solid 1rem var(--main-color);
}
.home-Choose .bg-box .list .item.active .icon:after {
  background: var(--main-color);
}
.home-Choose .bg-box .text-box {
  position: relative;
  z-index: 2;
  max-width: 702rem;
  margin: 0 auto 0 auto;
  z-index: 1;
}
.home-Choose .bg-box .text-box:after {
  content: '';
  display: block;
  width: 702rem;
  height: 702rem;
  border-radius: 50%;
  background: rgba(38, 103, 171, 0.6);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.home-Choose .bg-box .text-box .text-item {
  display: none;
  text-align: center;
  padding: 68rem 100rem;
}
.home-Choose .bg-box .text-box .text-item .icon {
  width: 80rem;
  margin: 0 auto 16rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.home-Choose .bg-box .text-box .text-item .bt {
  font-size: 22rem;
  font-weight: normal;
  line-height: 32rem;
  height: 32rem;
  color: #ffffff;
  font-family: var(--Poppins-Bold);
}
.home-Choose .bg-box .text-box .text-item .line {
  width: 100rem;
  height: 3rem;
  background: rgba(255, 255, 255, 0.3);
  margin: 0 auto;
  margin-top: 13rem;
  margin-bottom: 36rem;
}
.home-Choose .bg-box .text-box .text-item .p {
  font-size: 16rem;
  font-weight: normal;
  line-height: 26rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
  color: #ffffff;
}
.home-Choose .bg-box .text-box .text-item.active {
  display: block;
}
.home-Values {
  padding: 193rem 0 92rem 0;
  margin-top: -104rem;
  position: relative;
  z-index: 3;
  background: #f8f7fd;
  border-radius: 60rem;
  overflow: hidden;
}
.home-Values .home-title {
  margin-bottom: 52rem;
}
.home-Values .list {
  display: flex;
  gap: 20rem;
}
.home-Values .list .item {
  flex: 1;
  position: relative;
  cursor: pointer;
  transition: all 0.5s;
  overflow: hidden;
}
.home-Values .list .item .img {
  position: relative;
  height: 600rem;
  border-radius: 20rem;
  overflow: hidden;
}
.home-Values .list .item .info {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  text-align: center;
  z-index: 2;
  width: 100%;
  padding: 0 20rem;
}
.home-Values .list .item .info .icon {
  width: 80rem;
  margin: 0 auto 25rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.home-Values .list .item .info .icon img {
  max-width: 100%;
  max-height: 100%;
  filter: brightness(0) invert(1);
}
.home-Values .list .item .info .bt {
  font-size: 24rem;
  font-weight: normal;
  line-height: 32rem;
  color: #ffffff;
  font-family: var(--Poppins-Bold);
}
.home-Values .list .item .con {
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
  z-index: 3;
  position: relative;
  height: 0;
}
.home-Values .list .item .con ul li {
  font-size: 18rem;
  font-weight: normal;
  line-height: 1.5;
  color: #ffffff;
  margin-bottom: 30rem;
  position: relative;
  padding-left: 20rem;
  text-align: left;
}
.home-Values .list .item .con ul li:before {
  content: '';
  position: absolute;
  left: 0;
  top: 12rem;
  width: 8rem;
  height: 8rem;
  background: #ffffff;
  border-radius: 50%;
  color: #fff;
  font-size: 20rem;
}
.home-Values .list .item .con ul li:last-child {
  margin-bottom: 0;
}
@media (min-width: 1025px) {
  .home-Values .list .item:hover .pic img {
    transform: scale(1.05);
  }
}
.home-Values .list .item.active {
  flex: 0 0 880rem;
}
.home-Values .list .item.active .info {
  padding: 34rem 45rem;
  top: 0;
  transform: none;
}
.home-Values .list .item.active .info .icon {
  margin: 0 0 25rem;
  filter: brightness(0) saturate(100%) invert(26%) sepia(98%) saturate(3441%) hue-rotate(211deg) brightness(104%) contrast(101%);
}
.home-Values .list .item.active .info .bt {
  font-size: 32rem;
  margin-bottom: 24rem;
  text-align: left;
}
.home-Values .list .item.active .con {
  opacity: 1;
  visibility: visible;
  height: auto;
}
.home-News {
  padding: 194rem 0;
  margin-top: -104rem;
  position: relative;
  z-index: 1;
  background: #fff;
  overflow: hidden;
}
.home-News .home-title {
  margin-bottom: 50rem;
}
.home-News .swiper-home-news {
  position: relative;
}
.home-News .swiper-home-news .swiper-slide .box {
  display: block;
  border-radius: 30rem;
  border: solid 1rem #ececec;
  overflow: hidden;
  transition: all 0.3s;
}
.home-News .swiper-home-news .swiper-slide .box .pic {
  position: relative;
  border-radius: 30rem;
}
.home-News .swiper-home-news .swiper-slide .box .pic:after {
  padding-bottom: 60%;
}
.home-News .swiper-home-news .swiper-slide .box .pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
.home-News .swiper-home-news .swiper-slide .box .info {
  padding: 27rem;
}
.home-News .swiper-home-news .swiper-slide .box .date {
  font-size: 16rem;
  font-weight: normal;
  line-height: 32rem;
  color: #666666;
  margin-bottom: 5rem;
}
.home-News .swiper-home-news .swiper-slide .box .bt {
  font-size: 20rem;
  font-weight: normal;
  line-height: 32rem;
  color: #333333;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  height: 96rem;
  font-family: var(--Poppins-Bold);
  margin-bottom: 10rem;
}
.home-News .swiper-home-news .swiper-slide .box .p {
  font-size: 16rem;
  font-weight: normal;
  line-height: 32rem;
  color: #666666;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  height: 96rem;
  margin-bottom: 66rem;
}
.home-News .swiper-home-news .swiper-slide .box .more3 {
  float: right;
  margin-right: -27rem;
}
@media (min-width: 1025px) {
  .home-News .swiper-home-news .swiper-slide .box:hover {
    box-shadow: 0 8rem 30rem rgba(0, 0, 0, 0.15);
    transform: translateY(-5rem);
  }
  .home-News .swiper-home-news .swiper-slide .box:hover .pic img {
    transform: scale(1.05);
  }
  .home-News .swiper-home-news .swiper-slide .box:hover .bt {
    color: var(--main-color);
  }
  .home-News .swiper-home-news .swiper-slide .box:hover .more3 p {
    background: var(--main-color) url(../images/chevron-double-right2.png) no-repeat center center;
    background-size: 12rem;
  }
}
.home-News .swiper-home-news .swiper-button-prev,
.home-News .swiper-home-news .swiper-button-next {
  width: 50rem;
  height: 50rem;
  background: var(--main-color);
  border-radius: 50%;
  transition: all 0.3s;
  display: none;
}
.home-News .swiper-home-news .swiper-button-prev:after,
.home-News .swiper-home-news .swiper-button-next:after {
  font-size: 20rem;
  color: #fff;
}
@media (min-width: 1025px) {
  .home-News .swiper-home-news .swiper-button-prev:hover,
  .home-News .swiper-home-news .swiper-button-next:hover {
    background: var(--hover-color);
  }
}
.home-News .swiper-home-news .swiper-button-prev {
  left: 0;
}
.home-News .swiper-home-news .swiper-button-next {
  right: 0;
}
.footer {
  background: var(--main-color);
  color: #fff;
  margin-top: -104rem;
  position: relative;
  z-index: 6;
  border-radius: 60rem 60rem 0 0;
}
.footer .footer-top {
  padding: 53rem 0 75rem;
}
.footer .footer-top .top-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 43rem;
  padding-bottom: 45rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.footer .footer-top .top-row .logo img {
  max-width: 220rem;
}
.footer .footer-top .top-row .search-box {
  display: flex;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 30rem;
  overflow: hidden;
  background: none;
  width: 550rem;
}
.footer .footer-top .top-row .search-box .search-input {
  flex: 1;
  padding: 0 30rem;
  background: transparent;
  border: none;
  color: #fff;
  font-size: 20rem;
  height: 60rem;
}
.footer .footer-top .top-row .search-box .search-input::placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.footer .footer-top .top-row .search-box .search-btn {
  width: 60rem;
  height: 60rem;
  border-radius: 50%;
  background: #fff;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
}
.footer .footer-top .top-row .search-box .search-btn img {
  width: 30rem;
}
@media (min-width: 1025px) {
  .footer .footer-top .top-row .search-box .search-btn:hover {
    background: rgba(255, 255, 255, 0.9);
  }
}
.footer .footer-top .bottom-row {
  display: flex;
  gap: 80rem;
  justify-content: space-between;
}
.footer .footer-top .bottom-row .col {
  flex: 0 0 220rem;
}
.footer .footer-top .bottom-row .col .item:last-child {
  margin-bottom: 0;
}
.footer .footer-top .bottom-row .col .item a {
  font-family: var(--Poppins-Bold);
  font-size: 24rem;
  font-weight: normal;
  line-height: 60rem;
  color: #fff;
  transition: all 0.3s;
}
@media (min-width: 1025px) {
  .footer .footer-top .bottom-row .col .item a:hover {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: underline;
  }
}
.footer .footer-top .bottom-row .col1 {
  flex: 0 0 420rem;
}
.footer .footer-top .bottom-row .contact-col {
  flex: 0 0 500rem;
}
.footer .footer-top .bottom-row .contact-col .bt {
  font-family: var(--Poppins-Bold);
  font-size: 24rem;
  line-height: 60rem;
  font-weight: normal;
  color: #ffffff;
  margin-bottom: 14rem;
}
.footer .footer-top .bottom-row .contact-col .fcontact .item {
  display: flex;
  align-items: flex-start;
  gap: 15rem;
  margin-bottom: 22rem;
}
.footer .footer-top .bottom-row .contact-col .fcontact .item:last-child {
  margin-bottom: 0;
}
.footer .footer-top .bottom-row .contact-col .fcontact .item .icon {
  width: 20rem;
  flex-shrink: 0;
  margin-top: 6rem;
}
.footer .footer-top .bottom-row .contact-col .fcontact .item .icon img {
  width: 100%;
}
.footer .footer-top .bottom-row .contact-col .fcontact .item .text {
  font-size: 18rem;
  font-weight: normal;
  line-height: 30rem;
  color: rgba(255, 255, 255, 0.8);
}
.footer .footer-top .bottom-row .social-col {
  flex: 0 0 220rem;
}
.footer .footer-top .bottom-row .social-col .bt {
  font-family: var(--Poppins-Bold);
  font-size: 24rem;
  line-height: 60rem;
  font-weight: normal;
  color: #ffffff;
  margin-bottom: 20rem;
}
.footer .footer-top .bottom-row .social-col .social .flist {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-row-gap: 10rem;
  grid-column-gap: 10rem;
}
.footer .footer-top .bottom-row .social-col .social .flist li {
  float: left;
}
.footer .footer-top .bottom-row .social-col .social .flist li .icon {
  width: 48rem;
  height: 48rem;
  border-radius: 5rem;
}
.footer .footer-top .bottom-row .social-col .social .flist .f3 .icon {
  background: #38a6d7;
}
.footer .footer-top .bottom-row .social-col .social .flist .f2 .icon {
  background: #000000;
}
.footer .footer-top .bottom-row .social-col .social .flist .f4 .icon {
  background: #7638fa;
}
.footer .footer-top .bottom-row .social-col .social .flist .f1 .icon {
  background: #0866ff;
}
.footer .footer-bottom {
  padding: 25rem 0;
}
.footer .footer-bottom .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer .footer-bottom .copy {
  font-size: 16rem;
  color: rgba(255, 255, 255, 0.8);
}
.footer .footer-bottom .link a {
  font-size: 16rem;
  color: rgba(255, 255, 255, 0.8);
  transition: all 0.3s;
  margin-left: 10rem;
}
@media (min-width: 1025px) {
  .footer .footer-bottom .link a:hover {
    color: #fff;
    text-decoration: underline;
  }
}
.fenye {
  padding-top: 60rem;
}
.page {
  clear: both;
  text-align: center;
  font-size: 0;
  color: #947d58;
}
.page em {
  font-style: normal;
}
.page a {
  color: #000000;
  display: inline-block;
  text-align: center;
  font-family: arial;
  font-size: 13rem;
  min-width: 40rem;
  line-height: 42rem;
  height: 40rem;
  text-transform: uppercase;
  border-radius: 30rem;
  margin: 0 5rem;
  padding: 0 5rem;
  vertical-align: top;
  background: none;
  -webkit-transition: background 0.5s;
  transition: background 0.5s;
  -webkit-box-shadow: 0 0 0 1px #e6e6e6;
}
.page a span {
  display: block;
}
.page a.prev,
.page a.next {
  padding: 0 20rem;
}
.page a.prev svg,
.page a.next svg {
  width: 14rem;
  height: 19rem;
  margin: 0 5rem;
  fill: #000000;
  display: inline-block;
  vertical-align: middle;
  margin-top: -3rem;
}
.page a.cur,
.page a:hover {
  background: var(--main-color);
  color: #fff;
  -webkit-box-shadow: 0 0 0 1px #fff;
}
.page a.cur svg,
.page a:hover svg {
  fill: #fff;
}
.inbanner {
  color: #fff;
  position: relative;
  overflow: hidden;
  border-radius: 0 0 60rem 60rem;
  z-index: 9;
}
.inbanner img,
.inbanner video {
  margin: 0 auto;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.inbanner .img {
  position: relative;
  overflow: hidden;
}
.inbanner .img img {
  -webkit-animation: wave 2s alternate;
  animation: wave 2s alternate;
  display: block;
  will-change: transform;
}
.inbanner .img1 {
  position: relative;
  overflow: hidden;
  display: none;
}
.inbanner .img1 img {
  will-change: transform;
}
.inbanner .item {
  position: relative;
  overflow: hidden;
}
.inbanner .banner_sha_box {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  pointer-events: none;
  z-index: 2;
}

.inbanner .banner-hover {
  position: absolute;
  left: 0;
  bottom: 170rem;
  width: 100%;
  z-index: 5;
}
.inbanner .banner-hover .info {
  -webkit-animation: fadeInUp2 2s alternate;
  animation: fadeInUp2 2s alternate;
  position: relative;
  will-change: transform;
}
.inbanner .banner-hover .bt {
  font-family: var(--Poppins-Bold);
  font-size: 100rem;
  font-weight: normal;
  color: #ffffff;
  will-change: transform;
}
.content {
  min-height: 600rem;
  margin-top: -104rem;
  padding: 143rem 0;
}
.current {
  padding: 24rem 0;
}
.current .right {
  float: right;
}
.current .right span {
  font-size: 16rem;
  line-height: 22rem;
  color: #999999;
  background: url(../images/home.png) no-repeat left 5rem;
  background-size: 18rem;
  padding-left: 25rem;
}
.current .right span a {
  color: #999999;
  transition: 0.3s;
}
@media (min-width: 1025px) {
  .current .right span a:hover {
    color: var(--main-color);
  }
}
.current .right span b {
  color: var(--main-color);
  font-weight: normal;
}
.current1 {
  position: absolute;
  bottom: 10rem;
  right: 0;
  width: 100%;
  z-index: 10;
}
.current1 .right {
  overflow: hidden;
}
.current1 .right span {
  float: right;
  color: #fff;
  background: url(../images/home1.png) no-repeat left 5rem;
  background-size: 13rem;
}
.current1 .right span a {
  color: #fff;
}
.current1 .right span b {
  color: #fff;
}
.product-page {
  margin-top: 0;
  padding: 0;
}
.product-page .product-section {
  position: relative;
  overflow: hidden;
  border-radius: 0 0 60rem 60rem;
  margin-top: -104rem;
  z-index: 4;
}
.product-page .product-section .img {
  width: 100%;
}
.product-page .product-section .img img {
  width: 100%;
  height: 100vh;
  object-fit: cover;
  display: block;
  -webkit-animation: wave 2s alternate;
  animation: wave 2s alternate;
  will-change: transform;
}
.product-page .product-section.animated-in .img img {
  transform: scale(1);
}
.product-page .product-section .info {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  z-index: 2;
  transform: translateY(-50%);
  padding-top: 100rem;
}
.product-page .product-section .info .container h3 {
  font-size: 48rem;
  color: #fff;
  font-family: var(--Poppins-Bold);
  margin-bottom: 30rem;
}
.product-page .product-section .info .container .list {
  margin-bottom: 40rem;
}
.product-page .product-section .info .container .list .item {
  font-size: 24rem;
  font-weight: normal;
  line-height: 56rem;
  color: #ffffff;
}
.product-page .product-section .info .container .list .item .check {
  margin-right: 12rem;
  width: 28rem;
  display: inline-block;
  vertical-align: middle;
}
.product-page .product-section1 {
  margin-top: 0;
}
.product-page .product-section2 {
  z-index: 2;
}
.product-page .product-section3 {
  z-index: 1;
}
.product1 {
  padding: 188rem 0 232rem 0;
  background: #eef3f8;
}
.product1 .home-title {
  margin-bottom: 54rem;
}
.product1 .list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-row-gap: 40rem;
  grid-column-gap: 40rem;
}
.product1 .list .item a {
  display: block;
}
.product1 .list .item a .box {
  background: #fff;
  border-radius: 20rem;
  overflow: hidden;
  transition: all 0.3s;
  text-align: center;
  padding-bottom: 43rem;
}
.product1 .list .item a .box .top {
  padding: 57rem 20rem 35rem 20rem;
}
.product1 .list .item a .box .top h3 {
  font-size: 24rem;
  font-weight: normal;
  line-height: 32rem;
  color: #333333;
  font-family: var(--Poppins-SemiBold);
  margin-bottom: 31rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
}
.product1 .list .item a .box .pic:after {
  padding-bottom: 59.288538%;
}
@media (min-width: 1025px) {
  .product1 .list .item a:hover .box {
    transform: translateY(-10rem);
    box-shadow: 0 10rem 30rem rgba(0, 0, 0, 0.1);
  }
  .product1 .list .item a:hover .box .more2 p {
    background-position: right center;
    background-size: 200% auto;
    -webkit-animation: pulse512 2s infinite;
    animation: pulse512 1.5s infinite;
    background: var(--main-color);
    border: 2rem solid var(--main-color);
    color: #fff;
  }
  .product1 .list .item a:hover .box .more2 p img {
    filter: brightness(0) invert(1);
  }
}
.philosophy-page {
  padding: 0;
  margin: 0;
  position: relative;
}
.philosophy-page .home-title {
  position: absolute;
  top: 249rem;
  left: 0;
  width: 100%;
  z-index: 33;
}
.philosophy-page .list .item {
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: 0 0 60rem 60rem;
  margin-top: -104rem;
  z-index: 7;
}
.philosophy-page .list .item .img {
  width: 100%;
  position: relative;
  overflow: hidden;
  height: 1066rem;
}
.philosophy-page .list .item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-animation: wave 2s alternate;
  animation: wave 2s alternate;
  display: block;
  will-change: transform;
}
.philosophy-page .list .item.animated-in .img img {
  transform: scale(1);
}
.philosophy-page .list .item .text {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 2;
  bottom: 190rem;
}
.philosophy-page .list .item .text .icon {
  margin-bottom: 58rem;
}
.philosophy-page .list .item .text .icon img {
  width: auto;
  height: 65rem;
  display: block;
}
.philosophy-page .list .item .text h3 {
  font-family: var(--Poppins-Bold);
  font-size: 40rem;
  font-weight: normal;
  line-height: 40rem;
  color: #ffffff;
  margin-bottom: 23rem;
}
.philosophy-page .list .item .text .p p {
  font-size: 16rem;
  font-weight: normal;
  line-height: 32rem;
  color: #ffffff;
  width: 782rem;
}
.philosophy-page .list .item2 {
  z-index: 7;
}
.philosophy-page .list .item3 {
  z-index: 8;
}
.philosophy01 {
  padding: 222rem 0 236rem;
  position: relative;
  overflow: hidden;
  z-index: 5;
  background: #fff;
  margin-top: -104rem;
}
.philosophy01 .top-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 54rem;
}
.philosophy01 .swiper-nav {
  display: flex;
  align-items: center;
  gap: 15rem;
}
.philosophy01 .swiper-nav .swiper-button-prev2,
.philosophy01 .swiper-nav .swiper-button-next2 {
  width: 60rem;
  height: 60rem;
  border: solid 1rem #666666;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s;
}
.philosophy01 .swiper-nav .swiper-button-prev2 svg,
.philosophy01 .swiper-nav .swiper-button-next2 svg {
  width: 30rem;
  height: 30rem;
  fill: #666666;
}
@media (min-width: 1025px) {
  .philosophy01 .swiper-nav .swiper-button-prev2:hover,
  .philosophy01 .swiper-nav .swiper-button-next2:hover {
    border-color: var(--main-color);
    background: var(--main-color);
  }
  .philosophy01 .swiper-nav .swiper-button-prev2:hover svg,
  .philosophy01 .swiper-nav .swiper-button-next2:hover svg {
    fill: #fff;
  }
}
.philosophy01 .vision-swiper {
  position: relative;
  padding-bottom: 128rem;
}
.philosophy01 .vision-swiper .swiper-slide .box {
  position: relative;
}
.philosophy01 .vision-swiper .swiper-slide .box .pic {
  width: 100%;
  border-radius: 20rem;
}
.philosophy01 .vision-swiper .swiper-slide .box .pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s;
}
.philosophy01 .vision-swiper .swiper-slide .box .pic:after {
  padding-bottom: 66.666667%;
}
.philosophy01 .vision-swiper .swiper-slide .box .text {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -128rem;
  width: 90%;
  padding: 38rem 33rem;
  box-shadow: 0rem 0rem 50rem 0rem rgba(9, 92, 171, 0.1);
  border-radius: 20rem;
  opacity: 0;
  transition: opacity 0.4s;
  background: #ffffff;
}
.philosophy01 .vision-swiper .swiper-slide .box .text .icon {
  width: 120rem;
  height: 120rem;
  border-radius: 50%;
  background: var(--main-color);
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -70rem;
  right: 45rem;
}
.philosophy01 .vision-swiper .swiper-slide .box .text .icon img {
  display: block;
}
.philosophy01 .vision-swiper .swiper-slide .box .text .bt {
  font-family: var(--Oswald-Bold);
  font-size: 28rem;
  font-weight: normal;
  line-height: 40rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  color: #222222;
  margin-bottom: 10rem;
}
.philosophy01 .vision-swiper .swiper-slide .box .text .p {
  font-size: 16rem;
  font-weight: normal;
  line-height: 32rem;
  color: #666666;
}
@media (min-width: 1025px) {
  .philosophy01 .vision-swiper .swiper-slide:hover .box .pic img {
    transform: scale(1.05);
  }
  .philosophy01 .vision-swiper .swiper-slide:hover .box .text {
    opacity: 1;
  }
}
.philosophy01 .vision-swiper .swiper-slide.swiper-slide-active .box .text {
  opacity: 1;
}
.philosophy02 {
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: 60rem 60rem 0 0;
  margin-top: -104rem;
  z-index: 6;
}
.philosophy02 .img img {
  display: block;
}
.philosophy02 .philosophy-info {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  z-index: 2;
  text-align: center;
  font-size: 48rem;
  font-family: var(--Poppins-Bold);
  font-weight: normal;
  line-height: 72rem;
  color: #ffffff;
}
.news-one {
  position: relative;
}
.news-page {
  padding: 211rem 0 242rem;
  background: #eef3f8;
  overflow: hidden;
}
.news-page .top-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  bottom: 120rem;
  right: 120rem;
  z-index: 33;
}
.news-page .swiper-nav {
  display: flex;
  align-items: center;
  gap: 20rem;
}
.news-page .swiper-nav .swiper-button-prev3,
.news-page .swiper-nav .swiper-button-next3 {
  width: 50rem;
  height: 50rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s;
}
.news-page .swiper-nav .swiper-button-prev3 svg,
.news-page .swiper-nav .swiper-button-next3 svg {
  width: 20rem;
  height: 20rem;
}
.news-page .swiper-nav .swiper-button-prev3 svg path,
.news-page .swiper-nav .swiper-button-next3 svg path {
  fill: #666666;
  transition: fill 0.3s;
}
@media (min-width: 1025px) {
  .news-page .swiper-nav .swiper-button-prev3:hover svg path,
  .news-page .swiper-nav .swiper-button-next3:hover svg path {
    fill: var(--main-color);
  }
}
.news-page .swiper-nav .page-info {
  font-size: 16rem;
  color: #333333;
  line-height: 36rem;
}
.news-page .swiper-nav .page-info .current-page {
  font-size: 48rem;
  line-height: 56rem;
  display: inline-block;
  font-family: var(--Poppins-Bold);
  color: var(--main-color);
}
.news-page .news-swiper {
  overflow: hidden;
  border-radius: 60rem;
}
.news-page .news-swiper .swiper-slide a {
  display: block;
}
.news-page .news-swiper .swiper-slide .box {
  position: relative;
  border-radius: 60rem;
  overflow: hidden;
  transition: all 0.4s;
}
.news-page .news-swiper .swiper-slide .box .pic:after {
  padding-bottom: 42.5%;
}
.news-page .news-swiper .swiper-slide .box .pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s;
}
.news-page .news-swiper .swiper-slide .box .text {
  position: absolute;
  z-index: 2;
  width: 490rem;
  padding: 87rem 39rem 100rem 39rem;
  border-radius: 20rem;
  top: 50%;
  right: 100rem;
  height: 514rem;
  background: #ffffff;
  transform: translateY(-50%);
}
.news-page .news-swiper .swiper-slide .box .text .date {
  display: flex;
  align-items: center;
  gap: 5rem;
  margin-bottom: 8rem;
}
.news-page .news-swiper .swiper-slide .box .text .date .day {
  font-family: var(--Poppins-Bold);
  font-size: 48rem;
  font-weight: normal;
  color: var(--main-color);
}
.news-page .news-swiper .swiper-slide .box .text .date .month {
  font-size: 16rem;
  font-weight: normal;
  color: #666666;
}
.news-page .news-swiper .swiper-slide .box .text .bt {
  font-family: var(--Poppins-Bold);
  font-size: 20rem;
  font-weight: normal;
  line-height: 32rem;
  color: #333333;
  margin-bottom: 16rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
}
.news-page .news-swiper .swiper-slide .box .text .p {
  margin-bottom: 40rem;
  font-size: 16rem;
  font-weight: normal;
  line-height: 32rem;
  color: #666666;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
}
@media (min-width: 1025px) {
  .news-page .news-swiper .swiper-slide:hover .box .pic img {
    transform: scale(1.1);
  }
  .news-page .news-swiper .swiper-slide:hover .box .more2 p {
    background-position: right center;
    background-size: 200% auto;
    -webkit-animation: pulse512 2s infinite;
    animation: pulse512 1.5s infinite;
    background: var(--main-color);
    border: 2rem solid var(--main-color);
    color: #fff;
  }
  .news-page .news-swiper .swiper-slide:hover .box .more2 p img {
    filter: brightness(0) invert(1);
  }
}
.news-grid {
  padding-top: 70rem;
}
.news-grid .grid-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40rem 62rem;
}
.news-grid .grid-item a {
  display: block;
  border-radius: 31rem;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 4rem 20rem rgba(0, 0, 0, 0.06);
  transition: all 0.4s;
}
.news-grid .grid-item .pic:after {
  padding-bottom: 60.779221%;
}
.news-grid .grid-item .pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s;
}
.news-grid .grid-item .info {
  padding: 41rem 33rem 41rem 216rem;
  position: relative;
}
.news-grid .grid-item .info .date {
  width: 175rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  text-align: center;
}
.news-grid .grid-item .info .date:after {
  content: '';
  display: block;
  width: 1rem;
  height: 128rem;
  background-color: rgba(0, 0, 0, 0.15);
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.news-grid .grid-item .info .date .day {
  font-family: var(--Poppins-Bold);
  font-size: 48rem;
  line-height: 60rem;
  font-weight: normal;
  color: var(--main-color);
}
.news-grid .grid-item .info .date .month {
  font-size: 16rem;
  font-weight: normal;
  color: #666666;
}
.news-grid .grid-item .info .bt {
  font-family: var(--Poppins-Bold);
  font-size: 20rem;
  font-weight: normal;
  line-height: 32rem;
  height: 64rem;
  color: #333333;
  margin-bottom: 18rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
}
.news-grid .grid-item .info .desc {
  font-size: 16rem;
  font-weight: normal;
  line-height: 32rem;
  height: 64rem;
  color: #666666;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
}
@media (min-width: 1025px) {
  .news-grid .grid-item a:hover {
    box-shadow: 0 8rem 30rem rgba(0, 0, 0, 0.12);
    transform: translateY(-5rem);
  }
  .news-grid .grid-item a:hover .pic img {
    transform: scale(1.1);
  }
}
.news-show {
  padding: 100rem 0 200rem 0;
  margin: 0;
  background: url(../images/bg2.jpg) no-repeat center center;
  background-size: cover;
}
.news-show .nr .left {
  width: 69%;
  float: left;
  padding: 59rem 66rem 77rem 66rem;
  background: #ffffff;
}
.news-show .nr .right {
  float: right;
  width: 29.5%;
  padding: 57rem 43rem;
  position: sticky;
  top: 120rem;
  z-index: 33;
  overflow: hidden;
  background: #ffffff;
}
.news-show .nr .right .title {
  font-family: var(--Poppins-Bold);
  font-size: 28rem;
  font-weight: normal;
  line-height: 52rem;
  color: #333333;
  margin-bottom: 14rem;
  position: relative;
}
.news-show .nr .right .newslist2 .item {
  margin-bottom: 20rem;
}
.news-show .nr .right .newslist2 .item a {
  display: block;
  border-bottom: 1px solid #cdcccc;
  padding-bottom: 20rem;
  margin-bottom: 20rem;
}
@media (min-width: 1025px) {
  .news-show .nr .right .newslist2 .item:hover .pic img {
    transform: scale(1.1);
  }
  .news-show .nr .right .newslist2 .item:hover .box .h3 {
    color: var(--main-color);
  }
}
.news-show .nr .right .newslist2 .item .box {
  background: none;
  box-shadow: none;
  border-radius: 0;
  overflow: hidden;
}
.news-show .nr .right .newslist2 .item .box .text {
  float: left;
  width: 59%;
  padding-left: 16rem;
}
.news-show .nr .right .newslist2 .item .box .h3 {
  font-size: 16rem;
  line-height: 28rem;
  font-weight: normal;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  height: 56rem;
  margin-bottom: 11rem;
  color: #4d4d4d;
}
.news-show .nr .right .newslist2 .item .pic {
  float: left;
  width: 41%;
  border-radius: 6rem;
}
.news-show .nr .right .newslist2 .item .pic:after {
  padding-bottom: 60.25641%;
}
.news-show .nr .right .newslist2 .item .more1 {
  font-size: 14rem;
  color: #e62129;
}
.h01 {
  font-family: var(--Poppins-Bold);
  font-size: 32rem;
  font-weight: normal;
  line-height: 52rem;
  color: #333333;
}
.h02 {
  margin-top: 20rem;
  margin-bottom: 49rem;
  font-size: 16rem;
  font-weight: normal;
  line-height: 33rem;
  color: #333;
  border-bottom: 1px solid #cdcccc;
  padding-bottom: 18rem;
}
.h02 span {
  margin-right: 20rem;
}
.fenxiang {
  position: relative;
  float: right;
  color: #000;
  font-size: 18rem;
  line-height: 33rem;
}
.fenxiang .fr {
  float: right;
  margin-right: 0;
}
.fenxiang .fr a {
  display: block;
  float: left;
  margin-left: 10rem;
  border: 1px solid #444;
  border-radius: 50%;
  width: 33rem;
  height: 33rem;
  display: flex;
  align-items: center;
  text-align: center;
}
.fenxiang .fr a svg {
  width: 20rem;
  height: 20rem;
  margin: 0 auto;
  fill: #000;
  display: block;
}
.news-info1 {
  font-size: 18rem;
  font-weight: normal;
  line-height: 36rem;
  color: #666666;
  padding-bottom: 61rem;
}
.news-info1 img {
  display: block;
}
.lable {
  font-size: 18rem;
  padding-bottom: 26rem;
  line-height: 28rem;
  color: #333333;
  margin-top: 20rem;
}
.lable span {
  color: #333;
  display: block;
  float: left;
  font-size: 18rem;
  padding-right: 4rem;
}
.lable a {
  color: #333;
  line-height: 28rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  padding: 0 20rem;
  margin-bottom: 5rem;
  margin-right: 10rem;
  text-align: center;
  display: block;
  float: left;
}
@media (min-width: 1025px) {
  .lable a:hover {
    text-decoration: underline;
    color: var(--main-color);
  }
}
.list-page-news {
  border-top: solid 1px #b2b2b2;
  margin-bottom: 27rem;
}
.list-page-news ul {
  overflow: hidden;
}
.list-page-news ul li {
  float: left;
  width: 100%;
  border-bottom: 1px solid #b2b2b2;
}
.list-page-news ul li p {
  padding: 21rem 0;
}
.list-page-news ul li a {
  display: block;
  line-height: 28rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  overflow: hidden;
  font-size: 20rem;
  color: #333;
  position: relative;
  padding-left: 144rem;
}
.list-page-news ul li a span {
  line-height: 28rem;
  color: #333;
  position: absolute;
  top: 0;
  left: 0;
  width: 122rem;
  background: url(../images/prev.png) no-repeat center right;
  background-size: 9rem;
}
@media (min-width: 1025px) {
  .list-page-news ul li:hover a {
    color: var(--main-color);
    text-decoration: underline;
  }
}
.list-page-news ul li:nth-child(2) a span {
  background: url(../images/next.png) no-repeat center right;
  background-size: 9rem;
}
.about-page {
  padding: 0;
}
.about-intro {
  padding: 240rem 0 0;
  background: url(../images/company.png) no-repeat top left;
  background-size: 585rem;
  background-attachment: fixed;
}
.about-intro .nr {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 80rem;
}
.about-intro .nr .left {
  width: 20%;
  flex-shrink: 0;
}
.about-intro .nr .right {
  width: 73%;
}
.about-intro .nr .right .text-box {
  margin-bottom: 60rem;
}
.about-intro .nr .right .text-box h3 {
  font-size: 40rem;
  font-weight: normal;
  line-height: 64rem;
  color: #333333;
  margin-bottom: 26rem;
  font-family: var(--Poppins-Bold);
}
.about-intro .nr .right .text-box p {
  font-size: 18rem;
  font-weight: normal;
  line-height: 36rem;
  margin-bottom: 36rem;
  color: #333333;
}
.about-intro .nr .right .stats-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40rem;
}
.about-intro .nr .right .stats-box .stat-item {
  text-align: center;
  flex: 1;
}
.about-intro .nr .right .stats-box .stat-item .icon {
  width: 120rem;
  margin: 0 auto;
  margin-bottom: 20rem;
}
.about-intro .nr .right .stats-box .stat-item .icon img {
  display: block;
}
.about-intro .nr .right .stats-box .stat-item .num {
  font-size: 22rem;
  color: var(--main-color);
  display: inline-block;
  vertical-align: middle;
}
.about-intro .nr .right .stats-box .stat-item span {
  font-size: 22rem;
  color: var(--main-color);
  display: inline-block;
  vertical-align: middle;
}
.about-intro .nr .right .stats-box .stat-item .label {
  font-size: 16rem;
  color: #333333;
  line-height: 1.2;
  font-family: var(--Poppins-Bold);
  margin-top: -100rem;
  background-color: #ffffff;
  box-shadow: 0rem 0rem 30rem 0rem rgba(38, 103, 171, 0.1);
  border-radius: 20rem;
  border: solid 2rem #ffffff;
  padding: 106rem 20rem 20rem 20rem;
}
.about-intro .about-img {
  margin-top: 77rem;
}
.about-intro .about-img img {
  display: block;
}
.about-why {
  padding: 118rem 0 239rem 0;
  position: relative;
  overflow: hidden;
  z-index: 3;
}
.about-why .globe-canvas {
  position: absolute;
  left: -25%;
  bottom: 0;
  width: 50%;
  height: 50%;
  pointer-events: none;
}
.about-why .globe-canvas canvas {
  width: 100%;
  height: 100%;
  display: block;
}
.about-why .nr {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 80rem;
  position: relative;
  z-index: 1;
}
.about-why .nr .left {
  width: 35%;
  flex-shrink: 0;
}
.about-why .nr .left .home-title {
  margin-bottom: 94rem;
}
.about-why .nr .left .why-pic {
  position: relative;
  width: 100%;
  border-radius: 34rem;
  overflow: hidden;
}
.about-why .nr .left .why-pic:after {
  content: '';
  display: block;
  padding-bottom: 62.943262%;
}
.about-why .nr .left .why-pic .why-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 0.5s ease;
}
.about-why .nr .left .why-pic .why-img.active {
  opacity: 1;
}
.about-why .nr .right {
  width: 56.5%;
  margin-top: 12rem;
  border-top: 1px solid #d9d9d9;
}
.about-why .nr .right .box {
  padding: 56rem 0;
  cursor: pointer;
  transition: all 0.3s ease;
  border-bottom: 1px solid #d9d9d9;
}
.about-why .nr .right .box:last-child {
  margin-bottom: 0;
}
@media (min-width: 1025px) {
  .about-why .nr .right .box:hover h3 {
    color: var(--main-color);
  }
}
.about-why .nr .right .box h3 {
  font-size: 36rem;
  font-weight: normal;
  line-height: 30rem;
  color: #333333;
  margin-bottom: 27rem;
  font-family: var(--Poppins-Bold);
}
.about-why .nr .right .box p {
  font-size: 16rem;
  font-weight: normal;
  line-height: 30rem;
  color: #666666;
}
.about-services {
  padding: 120rem 0 235rem 0;
  position: relative;
  margin-top: -104rem;
  z-index: 4;
  border-radius: 60rem 60rem 0 0;
  background: url(../images/aboutbg1.jpg) no-repeat top center;
  background-size: cover;
}
.about-services .container {
  position: relative;
  z-index: 1;
}
.about-services .home-title {
  margin-bottom: 27rem;
}
.about-services .home-span {
  font-size: 20rem;
  font-weight: normal;
  line-height: 36rem;
  color: #ffffff;
  margin-bottom: 48rem;
}
.about-services .services-list {
  display: flex;
  gap: 30rem;
  justify-content: space-between;
}
.about-services .services-list .service-item {
  flex: 1;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 20rem;
  border: solid 1rem #ffffff;
  padding: 53rem 35rem;
  backdrop-filter: blur(10px);
  transition: all 0.3s ease;
  min-height: 473rem;
}
@media (min-width: 1025px) {
  .about-services .services-list .service-item:hover {
    background: rgba(38, 103, 171, 0.4);
    transform: translateY(-5px);
  }
}
.about-services .services-list .service-item h3 {
  font-size: 24rem;
  font-weight: normal;
  line-height: 38rem;
  color: #ffffff;
  margin-bottom: 25rem;
  font-family: var(--Poppins-Bold);
}
.about-services .services-list .service-item ul li {
  position: relative;
  padding-left: 20rem;
  font-size: 16rem;
  font-weight: normal;
  line-height: 26rem;
  color: #ffffff;
  margin-bottom: 15rem;
}
.about-services .services-list .service-item ul li:last-child {
  margin-bottom: 0;
}
.about-services .services-list .service-item ul li:before {
  content: '➤';
  position: absolute;
  left: 0;
  top: 0;
  color: #fff;
}
.contact {
  padding: 200rem 0 232rem 0;
  background: #f8fafc;
}
.inmain-title {
  font-family: var(--Poppins-Bold);
  font-size: 40rem;
  font-weight: normal;
  color: #333;
  position: relative;
  z-index: 55;
}
.clist {
  padding-top: 21rem;
  position: relative;
  z-index: 55;
}
.clist ul {
  margin: 0 -12rem;
}
.clist ul li {
  width: 100%/2;
  float: left;
  padding: 0 12rem;
  margin-bottom: 26rem;
}
.clist ul li .span {
  font-size: 16rem;
  line-height: 32rem;
  color: #333333;
  margin-bottom: 6rem;
}
.clist ul li .span font {
  color: #ff0000;
}
.clist ul li input,
.clist ul li textarea {
  width: 100%;
  height: 42rem;
  background-color: #ffffff;
  border-radius: 3rem;
  padding: 0 20rem;
  border: 0;
}
.clist ul li textarea {
  height: 152rem;
  padding: 20rem;
}
.clist ul li .verify-wrap {
  width: 100% !important;
  height: 44rem;
  background-color: #e5e5e5;
  position: relative;
}
.clist ul li .verify-wrap .drag-btn {
  position: absolute;
  left: 0;
  top: 0;
  width: 44rem;
  height: 44rem;
  background: #f7f8f9 url(../images/drag-arrow.svg) no-repeat center center;
  background-size: 18rem;
  z-index: 2;
  cursor: move;
  border: 1px solid #e1e1e1;
}
.clist ul li .verify-wrap .suc-drag-btn {
  background: #fff url(../images/drag-success.svg?t=1) no-repeat center center;
  background-size: 22rem;
  border: 1px solid #e1e1e1;
}
.clist ul li .verify-wrap .drag-progress {
  position: absolute;
  left: 0;
  top: 0;
  height: 44rem;
  width: 0;
  background-color: var(--main-color);
  color: #fff;
  font-size: 16rem;
  text-align: center;
  line-height: 42rem;
}
.clist ul li .verify-wrap .fix-tips,
.clist ul li .verify-msg {
  width: 100%;
  position: absolute;
  right: 0;
  left: 0;
  height: 100%;
  color: #51555c;
  z-index: 1;
  line-height: 42rem;
  font-size: 14rem;
  text-align: center;
  padding-left: 40rem;
}
.clist ul li .verify-wrap .verify-msg {
  background-color: var(--main-color);
  color: #fff;
  display: none;
  padding-left: 0;
  padding-right: 47rem;
}
.clist ul li .more {
  float: left;
  margin-right: 20rem;
}
.clist ul li .more a {
  padding: 0 60rem;
}
.clist ul li .more2 {
  float: left;
}
.clist ul li .more2 a {
  padding: 0 60rem;
}
.contact01 .contact-info {
  padding-top: 53rem;
  display: flex;
  flex-wrap: wrap;
}
.contact01 .left {
  float: left;
  width: 50%;
  box-shadow: 0rem 0rem 80rem 0rem rgba(0, 66, 98, 0.1);
  border-radius: 20rem;
  border: solid 1px #ffffff;
  padding: 66rem 66rem 42rem 66rem;
  position: relative;
  overflow: hidden;
  background: url(../images/cbg.png) no-repeat top center;
  background-size: cover;
}
.contact01 .left .inmain-title {
  color: var(--main-color);
}
.contact01 .right {
  float: right;
  width: 50%;
  padding-left: 75rem;
  padding-top: 66rem;
}
.contact01 .right .jsh {
  padding-top: 46rem;
}
.contact01 .right .jsh .li {
  margin-bottom: 83rem;
}
.contact01 .right .jsh .li:nth-last-child(1) {
  margin-bottom: 0;
}
.contact01 .right .jsh .h3 {
  font-family: var(--Poppins-Bold);
  font-size: 28rem;
  color: #333333;
  margin-bottom: 20rem;
}
.contact01 .right .jsh .pp {
  font-family: var(--Poppins-Bold);
  font-size: 28rem;
  line-height: 42rem;
  color: var(--hover-color);
}
.contact01 .right .jsh .pp a {
  color: var(--hover-color);
  display: block;
}
.contact01 .p {
  font-size: 16rem;
  padding-top: 22rem;
  line-height: 32rem;
  color: #666666;
  position: relative;
  z-index: 55;
}
.contact01 .p b {
  font-family: var(--Poppins-Bold);
  color: #333333;
}
.contact01 .flist li {
  float: left;
  margin-right: 10rem;
}
.contact01 .flist li .icon {
  width: 48rem;
  height: 48rem;
  border-radius: 5rem;
}
.contact01 .flist .f3 .icon {
  background: #38a6d7;
}
.contact01 .flist .f2 .icon {
  background: #000000;
}
.contact01 .flist .f4 .icon {
  background: #7638fa;
}
.contact01 .flist .f1 .icon {
  background: #0866ff;
}
.product-show-page {
  padding: 100rem 0 80rem;
  margin: 0;
  overflow: hidden;
  background: url(../images/product-Introduction.jpg) no-repeat top center;
  background-size: cover;
}
.product-show-page .product-detail-top {
  display: flex;
  gap: 90rem;
  align-items: flex-start;
  padding-top: 30rem;
}
.product-show-page .product-detail-top .left {
  flex: 0 0 47.5%;
  max-width: 47.5%;
}
.product-show-page .product-detail-top .left .pic {
  background: #fff;
}
.product-show-page .product-detail-top .left .pic:after {
  padding-bottom: 68.157895%;
}
.product-show-page .product-detail-top .left .gallery-top {
  margin-bottom: 15rem;
  box-shadow: 0rem 0rem 50rem 0rem rgba(38, 103, 171, 0.08);
}
.product-show-page .product-detail-top .left .li {
  position: relative;
  padding: 0 35rem;
}
.product-show-page .product-detail-top .left .li .swiper-button-prev,
.product-show-page .product-detail-top .left .li .swiper-button-next {
  width: 20rem;
  height: 100%;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 0;
  top: 0;
  margin: 0;
}
.product-show-page .product-detail-top .left .li .swiper-button-prev:after,
.product-show-page .product-detail-top .left .li .swiper-button-next:after {
  font-size: 14rem;
  color: var(--main-color);
  font-weight: bold;
}
@media (min-width: 1025px) {
  .product-show-page .product-detail-top .left .li .swiper-button-prev:hover,
  .product-show-page .product-detail-top .left .li .swiper-button-next:hover {
    background: var(--main-color);
  }
  .product-show-page .product-detail-top .left .li .swiper-button-prev:hover:after,
  .product-show-page .product-detail-top .left .li .swiper-button-next:hover:after {
    color: #fff;
  }
}
.product-show-page .product-detail-top .left .li .swiper-button-prev {
  left: 0;
}
.product-show-page .product-detail-top .left .li .swiper-button-next {
  right: 0;
}
.product-show-page .product-detail-top .left .gallery-thumbs .swiper-slide {
  cursor: pointer;
  opacity: 0.6;
  transition: all 0.3s;
  width: 25%;
}
@media (min-width: 1025px) {
  .product-show-page .product-detail-top .left .gallery-thumbs .swiper-slide:hover {
    opacity: 1;
  }
}
.product-show-page .product-detail-top .left .gallery-thumbs .swiper-slide-thumb-active {
  opacity: 1;
}
.product-show-page .product-detail-top .right {
  flex: 1;
  padding-top: 76rem;
}
.product-show-page .product-detail-top .right .product-title {
  font-family: var(--Oswald-Bold);
  font-size: 48rem;
  font-weight: normal;
  line-height: 52rem;
  color: #333333;
  margin-bottom: 45rem;
}
.product-show-page .product-detail-top .right .product-desc {
  font-size: 16rem;
  font-weight: normal;
  line-height: 32rem;
  color: #666666;
  margin-bottom: 48rem;
}
.product-show-page .product-detail-top .right .product-desc p {
  margin-bottom: 15rem;
}
.product-show-page .product-detail-top .right .product-desc p:last-child {
  margin-bottom: 0;
}
.product-show-page .product-detail-top .right .product-btn .btn-consultation {
  display: inline-flex;
  align-items: center;
  gap: 10rem;
  padding: 0 20rem;
  background: var(--main-color);
  color: #fff;
  line-height: 50rem;
  font-size: 16rem;
  border-radius: 30rem;
  transition: all 0.3s;
}
.product-show-page .product-detail-top .right .product-btn .btn-consultation img {
  width: 24rem;
  display: inline-block;
  vertical-align: middle;
}
@media (min-width: 1025px) {
  .product-show-page .product-detail-top .right .product-btn .btn-consultation:hover {
    background: var(--hover-color);
    transform: translateY(-2rem);
    box-shadow: 0 8rem 20rem rgba(38, 103, 171, 0.3);
  }
}
.inmain-title1 {
  font-family: var(--Oswald-Bold);
  font-size: 40rem;
  font-weight: normal;
  line-height: 54rem;
  color: #333333;
  padding-left: 14rem;
  position: relative;
}
.inmain-title1:after {
  content: '';
  display: block;
  width: 5rem;
  height: 33rem;
  background: var(--main-color);
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.product-features {
  padding: 118rem 0 100rem 0;
  border-bottom: 1px solid #c9cfd4;
}
.product-features .inmain-title1 {
  margin-bottom: 50rem;
}
.product-features .list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40rem;
  justify-content: center;
}
.product-features .list .item .box {
  box-shadow: 0rem 0rem 50rem 0rem rgba(38, 103, 171, 0.08);
  border-radius: 20rem;
  background: #fff;
  padding: 54rem 30rem;
  text-align: center;
  transition: all 0.3s;
  box-shadow: 0 2rem 10rem rgba(0, 0, 0, 0.05);
}
.product-features .list .item .box .pic {
  width: 80rem;
  height: 80rem;
  margin: 0 auto 25rem;
}
.product-features .list .item .box .pic:after {
  padding-bottom: 0;
}
.product-features .list .item .box .pic img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.product-features .list .item .box .bt {
  font-size: 20rem;
  font-weight: normal;
  line-height: 32rem;
  color: #333333;
  font-family: var(--Poppins-Bold);
}
@media (min-width: 1025px) {
  .product-features .list .item .box:hover {
    transform: translateY(-5rem);
    box-shadow: 0 8rem 25rem rgba(38, 103, 171, 0.15);
  }
}
.product-application {
  padding: 80rem 0;
  position: relative;
  border-bottom: 1px solid #c9cfd4;
}
.product-application .top-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 53rem;
}
.product-application .top-bar .swiper-btn {
  display: flex;
  gap: 10rem;
}
.product-application .top-bar .swiper-btn .swiper-button-prev,
.product-application .top-bar .swiper-btn .swiper-button-next {
  position: static;
  width: 60rem;
  height: 60rem;
  border: solid 1px #666666;
  border-radius: 50%;
  margin: 0;
  transition: all 0.3s;
}
.product-application .top-bar .swiper-btn .swiper-button-prev svg,
.product-application .top-bar .swiper-btn .swiper-button-next svg {
  width: 22rem;
  fill: #666666;
}
.product-application .top-bar .swiper-btn .swiper-button-prev:after,
.product-application .top-bar .swiper-btn .swiper-button-next:after {
  display: none;
}
@media (min-width: 1025px) {
  .product-application .top-bar .swiper-btn .swiper-button-prev:hover,
  .product-application .top-bar .swiper-btn .swiper-button-next:hover {
    border-color: var(--main-color);
    background: var(--main-color);
  }
  .product-application .top-bar .swiper-btn .swiper-button-prev:hover svg,
  .product-application .top-bar .swiper-btn .swiper-button-next:hover svg {
    fill: #fff;
  }
}
.product-application .application-swiper .swiper-slide .box .pic {
  overflow: hidden;
}
.product-application .application-swiper .swiper-slide .box .pic:after {
  padding-bottom: 59.459459%;
}
.product-application .application-swiper .swiper-slide .box .bt {
  font-size: 20rem;
  font-weight: normal;
  line-height: 64rem;
  font-family: var(--Poppins-Bold);
  color: #333333;
  text-align: center;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
}
.product-related {
  padding: 105rem 0;
  background: none;
}
.product-related .inmain-title1 {
  margin-bottom: 50rem;
}
.technology-page {
  padding: 0;
}
.technology01 {
  padding: 237rem 0 178rem 0;
  position: relative;
  z-index: 3;
  overflow: hidden;
  background: url(../images/technology_bg.jpg) no-repeat top center;
  background-size: cover;
}
.technology01 .container {
  position: relative;
  z-index: 65;
}
.technology01 .home-title {
  margin-bottom: 39rem;
}
.technology01 .home-span {
  font-size: 18rem;
  font-weight: normal;
  line-height: 36rem;
  margin-bottom: 50rem;
  color: #666666;
}
.technology01 .inmain-bottom {
  justify-content: space-between;
  display: flex;
  align-items: center;
}
.particles-canvas {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  z-index: 51;
  pointer-events: none;
}
.particles-canvas canvas {
  display: block;
  width: 100% !important;
  height: 100% !important;
}
.industry-r {
  float: left;
  position: relative;
}
.industry-r:after {
  content: '';
  display: block;
  width: 1px;
  height: 100%;
  border-left: 1px dashed #c6c6c6;
  position: absolute;
  top: 0;
  left: 50%;
}
.industry-r ul {
  padding: 15rem 0;
}
.industry-r ul li {
  margin-bottom: 16rem;
}
.industry-r ul li a {
  position: relative;
  display: block;
}
.industry-r ul li .img {
  width: 80rem;
  height: 80rem;
  border-radius: 50%;
  text-align: center;
  line-height: 75rem;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 3;
}
.industry-r ul li .img img {
  width: 100%;
  margin: 0 auto;
}
.industry-r ul li .img:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 8rem solid #d2e0ec;
  position: absolute;
  left: 0;
  top: 0;
  transform: scale(1);
  transition: 0.5s;
  z-index: -1;
  opacity: 0;
}
.industry-r ul li .iblu_li_svg {
  width: 80rem;
  height: 80rem;
  transform: rotate(-90deg);
  position: absolute;
  opacity: 0;
  top: 0;
  left: 0;
  z-index: 33;
}
.industry-r ul li .iblu_li_svg svg {
  pointer-events: none;
  width: 100%;
  height: 100%;
}
.industry-r ul .on .img:before {
  opacity: 1;
}
.industry-r ul .on .iblu_li_svg {
  opacity: 1;
}
.industry-r ul .on .iblu_li_svg .circle1 {
  stroke-dasharray: 230;
  stroke-dashoffset: 230;
  -webkit-animation: 15s svgcircle1 linear;
  animation: 15s svgcircle1 linear;
}
@-webkit-keyframes svgcircle1 {
  0% {
    stroke-dashoffset: 230;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes svgcircle1 {
  0% {
    stroke-dashoffset: 230;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
.industry-banner {
  position: relative;
  z-index: 5;
  overflow: hidden;
  width: 88%;
  float: right;
}
.industry-banner li .nr {
  justify-content: space-between;
  display: flex;
  align-items: center;
}
.industry-banner .left {
  width: 42%;
  float: left;
}
.industry-banner .right {
  width: 56%;
  float: right;
}
.industry-banner .index-title {
  margin-bottom: 30rem;
  position: relative;
}
.industry-banner .index-title .name {
  font-size: 40rem;
  font-weight: normal;
  font-family: var(--Poppins-Bold);
  color: #333333;
}
.industry-banner .p {
  line-height: 32rem;
  font-size: 18rem;
  font-weight: normal;
  color: #666666;
}
.certif-btn .swiper-button-prev,
.certif-btn .swiper-button-next {
  border-radius: 50%;
  width: 60rem;
  height: 60rem;
  border: solid 1px var(--hover-color);
  z-index: 5;
  top: auto;
  bottom: 0;
  margin: 0;
}
.certif-btn .swiper-button-prev svg,
.certif-btn .swiper-button-next svg {
  fill: var(--hover-color);
  width: 35rem;
  height: 35rem;
}
.certif-btn .swiper-button-prev:after,
.certif-btn .swiper-button-next:after {
  content: '';
}
@media (min-width: 1025px) {
  .certif-btn .swiper-button-prev:hover,
  .certif-btn .swiper-button-next:hover {
    background: var(--main-color);
    border: solid 1px var(--main-color);
  }
  .certif-btn .swiper-button-prev:hover svg,
  .certif-btn .swiper-button-next:hover svg {
    fill: #fff;
  }
}
.certif-btn .swiper-button-prev {
  left: 44rem;
}
.certif-btn .swiper-button-next {
  left: 126rem;
}
.technology02 {
  padding: 119rem 0 220rem 0;
  margin-top: -104rem;
  position: relative;
  z-index: 4;
  overflow: hidden;
  background: url(../images/technology_02.jpg) no-repeat top center;
  background-size: cover;
}
.technology02 .nr {
  padding-top: 116rem;
  margin-top: 47rem;
}
.technology02 .swiper {
  position: relative;
  z-index: 8;
}
.technology02 .swiper .swiper-wrapper {
  display: grid;
  grid-auto-flow: column;
}
.technology02 .swiper .swiper-slide.swiper-slide-active .part:before {
  opacity: 0;
}
.technology02 .swiper .swiper-slide.swiper-slide-active .part:after {
  opacity: 0;
}
.technology02 .item {
  -webkit-transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
  width: 100%;
}
.technology02 .item .part {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.technology02 .item .part:before {
  content: '';
  position: absolute;
  height: 100%;
  opacity: 1;
  pointer-events: none;
  width: 41%;
  left: 0;
  top: 0;
  border-radius: 60rem;
  background-color: rgba(0, 0, 0, 0.2);
  -webkit-transition: opacity 0.5s cubic-bezier(0.38, 0, 0, 1);
  transition: opacity 0.5s cubic-bezier(0.38, 0, 0, 1);
}
.technology02 .item .part:after {
  content: '';
  position: absolute;
  height: 100%;
  opacity: 1;
  pointer-events: none;
  width: 59%;
  right: 0;
  top: 0;
  border-radius: 60rem;
  background-color: rgba(0, 0, 0, 0.2);
  -webkit-transition: opacity 0.5s cubic-bezier(0.38, 0, 0, 1);
  transition: opacity 0.5s cubic-bezier(0.38, 0, 0, 1);
}
.technology02 .item .left {
  float: left;
  width: 50%;
  border-radius: 60rem;
  overflow: hidden;
}
.technology02 .item .left .pic:after {
  padding-bottom: 65%;
}
.technology02 .item .right {
  float: left;
  width: 50%;
  padding: 101rem 46rem 20rem 66rem;
  border-radius: 60rem;
  background-color: #fff;
}
.technology02 .item .right .info {
  overflow: auto;
  height: 355rem;
  padding-right: 50rem;
  /* 滚动条整体部分 */
  /* 滚动条轨道 */
  /* 滚动条滑块 */
  /* 滑块悬停状态 */
}
.technology02 .item .right .info::-webkit-scrollbar {
  width: 6rem;
  /* 滚动条的宽度 */
  height: 6rem;
  /* 滚动条的高度 */
}
.technology02 .item .right .info::-webkit-scrollbar-track {
  background-color: #e0e0e0;
  border-radius: 3rem;
  /* 轨道颜色 */
}
.technology02 .item .right .info::-webkit-scrollbar-thumb {
  background: var(--main-color);
  /* 滑块颜色 */
  border-radius: 3rem;
  /* 滑块圆角 */
}
.technology02 .item .right .info::-webkit-scrollbar-thumb:hover {
  background: #555;
  /* 滑块悬停颜色 */
}
.technology02 .item .right .bt {
  font-size: 32rem;
  font-family: var(--Poppins-Bold);
  font-weight: normal;
  line-height: 40rem;
  margin-top: 27rem;
  color: #222222;
  margin-bottom: 20rem;
}
.technology02 .item .right .p {
  font-size: 18rem;
  font-weight: normal;
  line-height: 32rem;
  color: #666666;
  margin-bottom: 10rem;
}
.technology02 .item .right .p p {
  padding-left: 21rem;
  position: relative;
  background: url(../images/dot.png) no-repeat left 11rem;
  background-size: 10rem;
}
.technology02 .adv-bottom {
  position: relative;
  margin: 0 auto;
  height: 50rem;
  z-index: 333;
  margin-top: 50rem;
  padding-left: 43rem;
}
.technology02 .adv-bottom .h3 {
  font-family: var(--Poppins-Bold);
  font-size: 72rem;
  font-weight: normal;
  line-height: 72rem;
  margin-top: -100rem;
  color: #ffffff;
  text-shadow: 0rem 0rem 15rem rgba(0, 40, 81, 0.2);
  float: left;
}
.technology02 .adv-bottom .swiper-pagination {
  line-height: 50rem;
  color: #fafcfd;
  bottom: 0;
}
.technology02 .adv-bottom .swiper-pagination span {
  font-size: 20rem;
  line-height: 50rem;
  display: inline-block;
  vertical-align: top;
  color: #ffffff;
}
.technology02 .adv-bottom .swiper-button-prev,
.technology02 .adv-bottom .swiper-button-next {
  width: 60rem;
  height: 60rem;
  line-height: 50rem;
  text-align: center;
  border: 1px solid #fff;
  border-radius: 50%;
  margin-top: 0;
  top: 0;
  right: 0;
  left: auto;
  overflow: hidden;
}
.technology02 .adv-bottom .swiper-button-prev svg,
.technology02 .adv-bottom .swiper-button-next svg {
  width: 24rem;
  fill: #fff;
  position: relative;
  z-index: 33;
}
.technology02 .adv-bottom .swiper-button-prev:after,
.technology02 .adv-bottom .swiper-button-next:after {
  content: '';
}
.technology02 .adv-bottom .swiper-button-prev:before,
.technology02 .adv-bottom .swiper-button-next:before {
  background: var(--main-color);
  border-radius: 50%;
  overflow: hidden;
  -webkit-transition: -webkit-transform 1s cubic-bezier(0.38, 0, 0, 1);
  transition: -webkit-transform 1s cubic-bezier(0.38, 0, 0, 1);
  transition: transform 1s cubic-bezier(0.38, 0, 0, 1);
  transition: transform 1s cubic-bezier(0.38, 0, 0, 1), -webkit-transform 1s cubic-bezier(0.38, 0, 0, 1);
  -webkit-transform: translate3d(-102%, 0, 0);
  transform: translate3d(-102%, 0, 0);
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
@media (min-width: 1025px) {
  .technology02 .adv-bottom .swiper-button-prev:hover,
  .technology02 .adv-bottom .swiper-button-next:hover {
    border: 1px solid var(--main-color);
  }
  .technology02 .adv-bottom .swiper-button-prev:hover:before,
  .technology02 .adv-bottom .swiper-button-next:hover:before {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translateZ(0);
  }
}
.technology02 .adv-bottom .swiper-button-prev {
  right: 73rem;
}
.technology02 .adv-bottom .swiper-button-prev:before {
  -webkit-transform: translate3d(102%, 0, 0);
  transform: translate3d(102%, 0, 0);
}
@media (min-width: 1025px) {
  .technology02 .adv-bottom .swiper-button-prev:hover:before {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translateZ(0);
  }
}
@media (max-width: 1025px) {
  html {
    font-size: 1px !important;
  }
  body {
    font-size: 14px;
  }
  table td {
    font-size: 14px;
    line-height: 24px;
    padding: 8px 12px;
  }
  input,
  textarea,
  select {
    font-size: 14px;
  }
  .clearfix:after {
    clear: both;
    height: 0;
    content: '';
    line-height: 0;
    font-size: 0;
    display: block;
  }
  .pic {
    width: 100%;
    overflow: hidden;
    position: relative;
  }
  .pic img {
    transition: 0.5s;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .pic:after {
    content: '';
    display: block;
    padding-bottom: 100%;
  }
  .prompt span {
    font-size: 12px;
    line-height: 20px;
    width: 90%;
    margin-left: -45%;
  }
  .transparent {
    backdrop-filter: blur(3px);
  }
  .container {
    width: 100%;
    padding: 0 15px;
  }
  .height {
    top: -60px;
  }
  .height1 {
    height: 60px;
  }
  .float {
    bottom: 60px;
    right: 10px;
  }
  .sitemap .home-title {
    margin-bottom: 20px;
  }
  .sitemap .sitemap-bottom {
    font-size: 14px;
    line-height: 24px;
    padding-bottom: 40px;
  }
  .sitemap .sitemap-bottom li {
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
  .sitemap .sitemap-bottom li .top1 {
    font-size: 18px;
  }
  .sitemap .sitemap-bottom li .subnav {
    margin-top: 10px;
  }
  .sitemap .sitemap-bottom li .subnav a {
    font-size: 14px;
    margin-right: 15px;
    padding: 3px 0;
  }
  .sitemap .p p {
    font-size: 14px;
    line-height: 26px;
    margin-bottom: 10px;
  }
  .home-title h2 {
    font-size: 28px;
  }
  .home-p {
    font-size: 16px;
    line-height: 24px;
  }
  .more a,
  .more p {
    font-size: 14px;
    padding: 0 25px;
    line-height: 42px;
    border-radius: 25px;
  }
  .more a img,
  .more p img {
    width: 12px;
    margin-left: 5px;
  }
  .more1 a,
  .more1 p {
    font-size: 14px;
    padding: 0 25px;
    line-height: 40px;
    border-radius: 25px;
    border: 2px solid #fff;
  }
  .more1 a img,
  .more1 p img {
    width: 12px;
    margin-left: 5px;
  }
  .more2 a,
  .more2 p {
    font-size: 14px;
    padding: 0 25px;
    line-height: 40px;
    border-radius: 25px;
    border: 2px solid var(--main-color);
  }
  .more2 a img,
  .more2 p img {
    width: 12px;
    margin-left: 5px;
  }
  .more3 a,
  .more3 p {
    width: 60px;
    height: 40px;
    border-radius: 20px 0 0 0;
    background-size: 10px;
  }
  .flist li .box {
    transition: 0.3s;
  }
  .flist li .icon {
    width: 36px;
    height: 36px;
  }
  .flist li .icon img,
  .flist li .icon svg {
    width: 18px;
    height: 18px;
  }
  .flist li .down {
    width: 120px;
  }
  .flist li .down .ewm {
    line-height: 36px;
    padding: 8px;
    border-radius: 3px;
  }
  .flist li .hover {
    width: 120px;
    padding: 0 8px;
  }
  .flist li .hover p {
    line-height: 36px;
    padding: 0 8px;
  }
  .flist li .hover1 {
    width: 200px;
    padding: 0 8px;
  }
  .flist li .hover1 p {
    line-height: 36px;
    padding: 0 8px;
    font-size: 12px;
  }
  .fenye {
    padding-top: 30px;
  }
  .page a {
    display: none;
  }
  .page a.prev,
  .page a.next {
    display: inline-block;
  }
  .header {
    height: 60px;
    background: #fff;
  }
  .header .logo {
    width: auto;
    padding-top: 15px;
    float: left;
  }
  .header .logo a img {
    width: 134px;
    height: auto;
    display: none;
  }
  .header .logo a .lg2 {
    display: block;
  }
  .header .header-right {
    float: right;
    padding-top: 0;
  }
  .header .header-right .get {
    display: none;
  }
  .header .header-right .lan {
    display: none;
  }
  .header .header-right .header-search {
    margin-right: 50px;
    float: right;
    display: none;
  }
  .header .header-right .header-search .pull-right a {
    width: 32px;
    height: 32px;
    background-size: 18px !important;
  }
  .header .header-right .header-search .search .search-main {
    width: 250px;
  }
  .header .header-right .header-search .form-control {
    font-size: 14px;
    height: 42px;
    padding: 0 50px 0 20px;
  }
  .header .header-right .header-search .btn {
    width: 42px;
    height: 42px;
    line-height: 42px;
    background-size: 13px !important;
  }
  .header .header-right .menu {
    display: block;
    float: right;
  }
  .header .nav {
    display: none;
  }
  .nav {
    display: none;
  }
  .banner {
    padding-top: 60px;
  }
  .banner .swiper-renewal-main {
    border-radius: 0 0 30px 30px;
  }
  .banner .swiper-renewal-main .swiper-slide {
    overflow: hidden;
  }
  .banner .swiper-renewal-main .img {
    display: none;
  }
  .banner .swiper-renewal-main .img1 {
    display: block;
  }
  .banner .swiper-renewal-main .img1 img {
    width: 100%;
    height: auto;
  }
  .banner .swiper-renewal-main .banner-hover {
    padding: 30px 0;
    padding-top: 0;
  }
  .banner .swiper-renewal-main .banner-hover .bt {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 12px;
  }
  .banner .swiper-renewal-main .banner-hover .span {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 20px;
  }
  .banner .swiper-renewal-main .banner-hover .p {
    font-size: 16px;
    line-height: 24px;
  }
  .banner .swiper-renewal-main .banner-hover .more {
    margin-top: 20px;
  }
  .banner .swiper-renewal-main .swiper-pagination {
    bottom: 15px;
  }
  .banner .swiper-renewal-main .swiper-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    margin: 0 4px;
  }
  .banner .swiper-renewal-main .swiper-pagination .swiper-pagination-bullet-active {
    width: 24px;
  }
  .banner .swiper-renewal-main .swiper-button-next,
  .banner .swiper-renewal-main .swiper-button-prev {
    display: none;
  }
  .home-about {
    padding: 40px 0;
    background-size: cover;
  }
  .home-about .home-title {
    margin-bottom: 15px;
  }
  .home-about .home-p {
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 22px;
  }
  .home-about .text {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 30px;
  }
  .home-about .text p {
    margin-bottom: 10px;
  }
  .home-about .more {
    margin: 0 auto;
    display: table;
  }
  .home-Technology {
    border-radius: 30px;
    margin: 0 15px;
  }
  .home-Technology .swiper-home2 .swiper-slide .pic:after {
    padding-bottom: 75%;
  }
  .home-Technology .swiper-home2 .swiper-slide .info {
    top: 50%;
    transform: translateY(-50%);
  }
  .home-Technology .swiper-home2 .swiper-slide .info .text {
    padding: 30px 20px;
  }
  .home-Technology .swiper-home2 .swiper-slide .info .text .small {
    font-size: 16px;
    line-height: 24px;
  }
  .home-Technology .swiper-home2 .swiper-slide .info .text h3 {
    font-size: 24px;
    line-height: 32px;
    margin: 15px 0 20px;
  }
  .home-Technology .home2-nav {
    position: relative;
    display: none;
  }
  .home-Technology .home2-nav .swiper-home2-nav {
    border-radius: 0;
  }
  .home-Technology .home2-nav .swiper-home2-nav .swiper-slide .box {
    padding: 12px 5px;
  }
  .home-Technology .home2-nav .swiper-home2-nav .swiper-slide .box .icon {
    width: 30px;
    height: 30px;
    margin-bottom: 8px;
  }
  .home-Technology .home2-nav .swiper-home2-nav .swiper-slide .box .bt {
    font-size: 11px;
    line-height: 14px;
    height: auto;
  }
  .home-Equipment {
    padding: 90px 0 90px 0;
    margin-top: -50px;
    background-size: cover;
  }
  .home-Equipment .home-title {
    margin-bottom: 25px;
  }
  .home-Equipment .nr {
    flex-direction: column;
    gap: 30px;
  }
  .home-Equipment .nr .right {
    width: 100%;
  }
  .home-Equipment .nr .right .pic {
    border-radius: 20px;
  }
  .home-Equipment .nr .right .pic:after {
    padding-bottom: 60%;
  }
  .home-Equipment .nr .left {
    width: 100%;
    padding-top: 0;
  }
  .home-Equipment .nr .left .list {
    gap: 15px;
  }
  .home-Equipment .nr .left .list .item {
    width: 100%;
    border-radius: 15px;
    margin-bottom: 15px;
  }
  .home-Equipment .nr .left .list .item .top .bt {
    font-size: 18px;
    line-height: 48px;
    padding-left: 28px;
    padding-right: 30px;
  }
  .home-Equipment .nr .left .list .item .top .bt:after {
    width: 5px;
    height: 5px;
    left: 15px;
  }
  .home-Equipment .nr .left .list .item .con .p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 20px;
    margin-top: 10px;
    padding: 0 28px;
  }
  .home-Equipment .nr .left .list .item .con .more2 {
    margin: 0 28px;
  }
  .home-Equipment .nr .left .list .item.active .top .bt {
    font-size: 18px;
    line-height: 48px;
  }
  .home-Choose {
    padding: 40px 0;
    margin-top: -50px;
    border-radius: 30px;
  }
  .home-Choose .home-title {
    margin-bottom: 30px;
  }
  .home-Choose .bg-box {
    width: 100%;
    height: auto;
    padding-top: 0;
  }
  .home-Choose .bg-box:after {
    display: none;
  }
  .home-Choose .bg-box .list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    margin-bottom: 20px;
  }
  .home-Choose .bg-box .list .item {
    position: static !important;
    transform: none !important;
    padding: 0 !important;
  }
  .home-Choose .bg-box .list .item .icon {
    position: relative;
    margin: 0 auto;
    left: auto;
    transform: none;
    margin-bottom: 5px;
  }
  .home-Choose .bg-box .list .item .bt {
    font-size: 14px;
    line-height: 20px;
    text-align: center;
  }
  .home-Choose .bg-box .text-box {
    max-width: 100%;
  }
  .home-Choose .bg-box .text-box:after {
    width: 100%;
    height: 100%;
    border-radius: 15px;
  }
  .home-Choose .bg-box .text-box .text-item {
    padding: 30px 20px;
  }
  .home-Choose .bg-box .text-box .text-item .icon {
    width: 60px;
  }
  .home-Choose .bg-box .text-box .text-item .bt {
    font-size: 18px;
    line-height: 26px;
    height: auto;
  }
  .home-Choose .bg-box .text-box .text-item .line {
    width: 60px;
    margin-top: 10px;
    margin-bottom: 20px;
  }
  .home-Choose .bg-box .text-box .text-item .p {
    font-size: 14px;
    line-height: 22px;
  }
  .home-Values {
    padding: 90px 0 40px 0;
    margin-top: -50px;
    border-radius: 30px 30px 0 0;
  }
  .home-Values .home-title {
    margin-bottom: 30px;
  }
  .home-Values .list {
    flex-direction: column;
    gap: 15px;
  }
  .home-Values .list .item {
    border-radius: 15px;
  }
  .home-Values .list .item .img {
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    border-radius: 15px;
  }
  .home-Values .list .item .info {
    position: relative;
    left: auto;
    top: auto;
    transform: none;
    padding: 20px;
  }
  .home-Values .list .item .info .icon {
    width: 50px;
    margin-bottom: 10px;
  }
  .home-Values .list .item .info .bt {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 15px;
  }
  .home-Values .list .item .con {
    opacity: 1;
    visibility: visible;
    height: auto;
  }
  .home-Values .list .item .con ul li {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 12px;
    padding-left: 15px;
  }
  .home-Values .list .item .con ul li:before {
    width: 6px;
    height: 6px;
    top: 8px;
  }
  .home-Values .list .item.active {
    flex: none;
  }
  .home-Values .list .item.active .info {
    padding: 20px;
  }
  .home-Values .list .item.active .info .icon {
    margin: 0 auto 10px auto;
  }
  .home-Values .list .item.active .info .bt {
    font-size: 20px;
    margin-bottom: 15px;
    text-align: center;
  }
  .home-News {
    padding: 90px 0 90px;
    margin-top: -50px;
  }
  .home-News .home-title {
    margin-bottom: 25px;
  }
  .home-News .swiper-home-news .swiper-slide a .box {
    border-radius: 20px;
    overflow: hidden;
  }
  .home-News .swiper-home-news .swiper-slide a .box .pic {
    border-radius: 20px 20px 0 0;
  }
  .home-News .swiper-home-news .swiper-slide a .box .pic:after {
    padding-bottom: 60%;
  }
  .home-News .swiper-home-news .swiper-slide a .box .info {
    padding: 20px 15px;
  }
  .home-News .swiper-home-news .swiper-slide a .box .info .date {
    font-size: 12px;
    margin-bottom: 10px;
  }
  .home-News .swiper-home-news .swiper-slide a .box .info h3 {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 10px;
    -webkit-line-clamp: 2;
  }
  .home-News .swiper-home-news .swiper-slide a .box .info .p {
    font-size: 14px;
    line-height: 22px;
    -webkit-line-clamp: 2;
    margin-bottom: 15px;
  }
  .home-News .swiper-home-news .swiper-slide a .box .info .more3 p {
    width: 50px;
    height: 40px;
    border-radius: 20px 0 0 0;
    background-size: 10px;
  }
  .home-News .swiper-home-news .swiper-button-prev,
  .home-News .swiper-home-news .swiper-button-next {
    display: none;
  }
  .float {
    display: none;
  }
  .footer {
    margin-top: -50px;
    border-radius: 30px 30px 0 0;
  }
  .footer .footer-top {
    padding: 30px 0 40px;
  }
  .footer .footer-top .top-row {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 30px;
    padding-bottom: 30px;
  }
  .footer .footer-top .top-row .logo {
    margin-bottom: 20px;
  }
  .footer .footer-top .top-row .logo img {
    max-width: 120px;
  }
  .footer .footer-top .top-row .search-box {
    width: 100%;
    border-radius: 25px;
  }
  .footer .footer-top .top-row .search-box .search-input {
    padding: 0 20px;
    font-size: 14px;
    height: 48px;
  }
  .footer .footer-top .top-row .search-box .search-input::placeholder {
    font-size: 14px;
  }
  .footer .footer-top .top-row .search-box .search-btn {
    width: 48px;
    height: 48px;
  }
  .footer .footer-top .top-row .search-box .search-btn img {
    width: 24px;
  }
  .footer .footer-top .bottom-row {
    flex-direction: column;
    gap: 30px;
  }
  .footer .footer-top .bottom-row .col {
    flex: 0 0 auto;
    width: 100%;
    display: none;
  }
  .footer .footer-top .bottom-row .col .item a {
    font-size: 16px;
    line-height: 40px;
  }
  .footer .footer-top .bottom-row .col1 {
    flex: 0 0 auto;
    width: 100%;
  }
  .footer .footer-top .bottom-row .contact-col {
    flex: 0 0 auto;
    width: 100%;
  }
  .footer .footer-top .bottom-row .contact-col .bt {
    font-size: 18px;
    line-height: 40px;
    margin-bottom: 10px;
  }
  .footer .footer-top .bottom-row .contact-col .fcontact .item {
    gap: 12px;
    margin-bottom: 15px;
  }
  .footer .footer-top .bottom-row .contact-col .fcontact .item .icon {
    width: 18px;
    margin-top: 4px;
  }
  .footer .footer-top .bottom-row .contact-col .fcontact .item .text {
    font-size: 14px;
    line-height: 24px;
  }
  .footer .footer-top .bottom-row .social-col {
    flex: 0 0 auto;
    width: 100%;
  }
  .footer .footer-top .bottom-row .social-col .bt {
    font-size: 18px;
    line-height: 40px;
    margin-bottom: 15px;
  }
  .footer .footer-top .bottom-row .social-col .social .flist {
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 8px;
    display: block;
  }
  .footer .footer-top .bottom-row .social-col .social .flist li {
    margin-right: 10px;
  }
  .footer .footer-top .bottom-row .social-col .social .flist li .icon {
    width: 40px;
    height: 40px;
    border-radius: 4px;
  }
  .footer .footer-bottom {
    padding: 20px 0;
  }
  .footer .footer-bottom .container {
    flex-direction: column;
    gap: 10px;
    text-align: center;
  }
  .footer .footer-bottom .copy {
    font-size: 12px;
  }
  .footer .footer-bottom .link a {
    font-size: 12px;
    margin: 0 5px;
  }
  .current1 {
    display: none;
  }
  .inbanner {
    border-radius: 0 0 30px 30px;
    padding-top: 60px;
  }
  .inbanner .item .img {
    display: none;
  }
  .inbanner .item .img1 {
    display: block;
  }
  .inbanner .item .banner-hover {
    bottom: 40px;
  }
  .inbanner .item .banner-hover .info .bt {
    font-size: 28px;
  }
  .inbanner .current {
    display: none;
  }
  .current1 {
    padding: 15px 0;
  }
  .current1 .right {
    font-size: 12px;
  }
  .current1 .right a,
  .current1 .right span {
    font-size: 12px;
  }
  .content {
    min-height: 600px;
    margin-top: -50px;
    padding: 90px 0;
  }
  .about-page {
    padding: 0;
  }
  .about-intro {
    padding: 90px 0 0 0;
    background-size: 120px;
  }
  .about-intro .nr {
    flex-direction: column;
    gap: 0;
  }
  .about-intro .nr .left {
    width: 100%;
    margin-bottom: 25px;
  }
  .about-intro .nr .right {
    width: 100%;
    padding: 0;
  }
  .about-intro .nr .right .text-box {
    margin-bottom: 20px;
  }
  .about-intro .nr .right .stats-box {
    gap: 10px;
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .about-intro .nr .right .stats-box .stat-item {
    flex: none;
  }
  .about-intro .nr .right .stats-box .stat-item .icon {
    width: 80px;
    margin-bottom: 15px;
  }
  .about-intro .nr .right .stats-box .stat-item .num {
    font-size: 24px;
  }
  .about-intro .nr .right .stats-box .stat-item .label {
    font-size: 14px;
    padding: 60px 15px 15px 15px;
    margin-top: -60px;
    border-radius: 15px;
  }
  .about-intro .nr .right .home-title {
    text-align: center;
  }
  .about-intro .nr .right .text-box h3 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 10px;
  }
  .about-intro .nr .right .text-box p {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 10px;
  }
  .about-intro .nr .right .home-span {
    text-align: center;
  }
  .about-intro .nr .right .home-p {
    font-size: 14px;
    line-height: 1.8;
    text-align: left;
  }
  .about-intro .about-img {
    margin-top: 40px;
  }
  .about-why {
    padding: 40px 0 90px 0;
  }
  .about-why .globe-canvas {
    display: none;
  }
  .about-why .nr {
    flex-direction: column;
    gap: 30px;
  }
  .about-why .nr .left {
    width: 100%;
  }
  .about-why .nr .left .home-title {
    margin-bottom: 30px;
  }
  .about-why .nr .left .why-pic {
    border-radius: 20px;
  }
  .about-why .nr .left .why-pic:after {
    padding-bottom: 60%;
  }
  .about-why .nr .right {
    width: 100%;
    margin-top: 0;
  }
  .about-why .nr .right .box {
    padding: 30px 0;
  }
  .about-why .nr .right .box h3 {
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 15px;
  }
  .about-why .nr .right .box p {
    font-size: 14px;
    line-height: 24px;
  }
  .about-services {
    padding: 40px 0 90px 0;
    margin-top: -50px;
    border-radius: 30px 30px 0 0;
    background-size: cover;
  }
  .about-services .home-title {
    margin-bottom: 15px;
  }
  .about-services .home-span {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 30px;
  }
  .about-services .services-list {
    flex-direction: column;
    gap: 20px;
  }
  .about-services .services-list .service-item {
    padding: 30px 20px;
    border-radius: 15px;
    min-height: auto;
  }
  .about-services .services-list .service-item h3 {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 20px;
  }
  .about-services .services-list .service-item ul li {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 12px;
    padding-left: 18px;
  }
  .technology-page {
    padding: 0;
  }
  .technology01 {
    padding: 90px 0 90px 0;
  }
  .technology01 .particles-canvas {
    display: none;
  }
  .technology01 .home-title {
    margin-bottom: 15px;
  }
  .technology01 .home-span {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 20px;
  }
  .technology01 .inmain-bottom {
    display: block;
  }
  .technology01 .inmain-bottom .industry-r:after {
    display: none;
  }
  .technology01 .inmain-bottom .industry-r .industry-nav {
    margin-bottom: 20px;
    display: none;
  }
  .technology01 .inmain-bottom .industry-r .industry-nav .industry-hd {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
  }
  .technology01 .inmain-bottom .industry-r .industry-nav .industry-hd li a .iblu_li_svg {
    width: 50px;
    height: 50px;
    display: none;
  }
  .technology01 .inmain-bottom .industry-r .industry-nav .industry-hd li a .iblu_li_svg svg {
    width: 50px;
    height: 50px;
  }
  .technology01 .inmain-bottom .industry-r .industry-nav .industry-hd li a .img img {
    width: 50px;
  }
  .technology01 .inmain-bottom .industry-r .industry-nav .industry-hd li .img {
    width: 50px;
    height: 50px;
  }
  .technology01 .inmain-bottom .industry-banner {
    width: 100%;
  }
  .technology01 .inmain-bottom .industry-banner .swiper-slide .box .nr {
    flex-direction: column;
  }
  .technology01 .inmain-bottom .industry-banner .swiper-slide .box .nr .left {
    width: 100%;
  }
  .technology01 .inmain-bottom .industry-banner .swiper-slide .box .nr .left .index-title h3 {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 15px;
  }
  .technology01 .inmain-bottom .industry-banner .swiper-slide .box .nr .left .p {
    font-size: 14px;
    line-height: 24px;
  }
  .technology01 .inmain-bottom .industry-banner .swiper-slide .box .nr .right {
    width: 100%;
    margin-top: 0;
  }
  .technology01 .inmain-bottom .industry-banner .swiper-slide .box .nr .right img {
    width: 100%;
    border-radius: 15px;
  }
  .technology02 {
    padding: 40px 0 90px 0;
    border-radius: 30px 30px 0 0;
    margin-top: -50px;
  }
  .technology02 .home-title {
    margin-bottom: 25px;
  }
  .technology02 .nr {
    padding-top: 0;
    margin-top: 0;
  }
  .technology02 .swiper-ta .swiper-wrapper {
    display: flex;
    grid-auto-flow: unset;
  }
  .technology02 .swiper-ta .swiper-slide.item .part {
    flex-direction: column;
  }
  .technology02 .swiper-ta .swiper-slide.item .part:after,
  .technology02 .swiper-ta .swiper-slide.item .part:before {
    display: none;
  }
  .technology02 .swiper-ta .swiper-slide.item .part .left {
    width: 100%;
    border-radius: 30px 30px 0 0;
  }
  .technology02 .swiper-ta .swiper-slide.item .part .right {
    width: 100%;
    padding: 20px;
    border-radius: 0 0 30px 30px;
    background: #fff;
  }
  .technology02 .swiper-ta .swiper-slide.item .part .right .info {
    height: auto;
    overflow: visible;
    padding-right: 0;
  }
  .technology02 .swiper-ta .swiper-slide.item .part .right .info .icon {
    width: 50px;
    margin-bottom: 15px;
  }
  .technology02 .swiper-ta .swiper-slide.item .part .right .info .bt {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 15px;
    margin-top: 0;
  }
  .technology02 .swiper-ta .swiper-slide.item .part .right .info .p {
    font-size: 14px;
    line-height: 24px;
  }
  .technology02 .swiper-ta .swiper-slide.item .part .right .info .p p {
    margin-bottom: 10px;
    background: url(../images/dot.png) no-repeat left 6px;
    background-size: 10px;
  }
  .technology02 .adv-bottom {
    margin-top: 30px;
    height: auto;
    padding-left: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .technology02 .adv-bottom .h3 {
    display: none;
  }
  .technology02 .adv-bottom .swiper-pagination {
    position: relative;
    bottom: auto;
    font-size: 14px;
    display: none;
  }
  .technology02 .adv-bottom .swiper-pagination span {
    font-size: 14px;
    line-height: 40px;
  }
  .technology02 .adv-bottom .right {
    display: flex;
    gap: 10px;
    margin: 0 auto;
  }
  .technology02 .adv-bottom .swiper-button-prev,
  .technology02 .adv-bottom .swiper-button-next {
    position: relative;
    top: auto;
    right: auto;
    left: auto;
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
  .technology02 .adv-bottom .swiper-button-prev svg,
  .technology02 .adv-bottom .swiper-button-next svg {
    width: 18px;
  }
  .inmain-title1 {
    font-size: 24px;
    line-height: 40px;
    padding-left: 10px;
  }
  .inmain-title1:after {
    width: 2px;
    height: 20px;
  }
  .product-page {
    padding: 160px 0 0 0;
  }
  .product-page .product-section {
    border-radius: 0 0 30px 30px;
    margin-top: -50px;
  }
  .product-page .product-section .img {
    height: 70vh;
  }
  .product-page .product-section .img img {
    transform: none;
  }
  .product-page .product-section .info {
    padding: 0;
  }
  .product-page .product-section .info .container h3 {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 20px;
  }
  .product-page .product-section .info .container .list {
    margin-bottom: 20px;
  }
  .product-page .product-section .info .container .list .item {
    font-size: 14px;
    line-height: 30px;
  }
  .product-page .product-section .info .container .list .item .check {
    width: 20px;
    margin-right: 8px;
  }
  .product-page1 {
    padding-top: 100px;
  }
  .product-show-page {
    padding: 100px 0 40px 0;
    background-size: cover;
  }
  .product-show-page .product-detail-top {
    flex-direction: column;
    gap: 30px;
  }
  .product-show-page .product-detail-top .left {
    flex: none;
    max-width: 100%;
    width: 100%;
  }
  .product-show-page .product-detail-top .right {
    padding-top: 0;
  }
  .product-show-page .product-detail-top .right .product-title {
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 20px;
  }
  .product-show-page .product-detail-top .right .product-desc {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 25px;
  }
  .product-show-page .product-detail-top .right .product-btn .btn-consultation {
    font-size: 14px;
    line-height: 44px;
    padding: 0 20px;
  }
  .product-show-page .product-features {
    padding: 40px 0;
  }
  .product-show-page .product-features .inmain-title1 {
    margin-bottom: 25px;
  }
  .product-show-page .product-features .list {
    flex-direction: column;
    gap: 15px;
    grid-template-columns: 1fr;
  }
  .product-show-page .product-features .list .item {
    padding: 0;
  }
  .product-show-page .product-features .list .item .box {
    border-radius: 20px;
    padding: 25px;
  }
  .product-show-page .product-features .list .item h3 {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .product-show-page .product-features .list .item p {
    font-size: 14px;
    line-height: 1.8;
  }
  .product-show-page .product-application {
    padding: 40px 0;
  }
  .product-show-page .product-application .top-bar {
    margin-bottom: 25px;
  }
  .product-show-page .product-application .top-bar .swiper-btn .swiper-button-prev,
  .product-show-page .product-application .top-bar .swiper-btn .swiper-button-next {
    width: 40px;
    height: 40px;
  }
  .product-show-page .product-application h3 {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .product-show-page .product-application .list {
    flex-direction: column;
    gap: 15px;
  }
  .product-show-page .product-application .list .item {
    padding: 20px 15px;
  }
  .product-show-page .product-application .list .item .pic:after {
    padding-bottom: 60%;
  }
  .product-show-page .product-application .list .item .info {
    padding: 15px 0;
  }
  .product-show-page .product-application .list .item .info h3 {
    font-size: 16px;
    margin-bottom: 8px;
  }
  .product-show-page .product-application .list .item .info p {
    font-size: 14px;
    line-height: 1.8;
  }
  .product-application .application-swiper .swiper-slide .box .bt {
    font-size: 16px;
    line-height: 40px;
    margin: 0;
  }
  .product1 {
    padding: 90px 0 90px 0;
  }
  .product1 .home-title {
    margin-bottom: 25px;
  }
  .product1 .list {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .product1 .list .item a .box .top {
    padding: 30px 15px 20px;
  }
  .product1 .list .item a .box .top h3 {
    font-size: 18px;
    line-height: 26px;
  }
  .product-related {
    padding: 40px 0;
  }
  .product-related .inmain-title1 {
    margin-bottom: 25px;
  }
  .philosophy-page {
    padding: 0;
  }
  .philosophy-page .home-title {
    top: 100px;
    padding: 0 0 20px;
  }
  .philosophy-page .list .item {
    border-radius: 0 0 30px 30px;
    margin-top: -30px;
  }
  .philosophy-page .list .item .img {
    height: 70vh;
  }
  .philosophy-page .list .item .text {
    bottom: 40px;
  }
  .philosophy-page .list .item .text .icon {
    margin-bottom: 15px;
  }
  .philosophy-page .list .item .text .icon img {
    height: 40px;
  }
  .philosophy-page .list .item .text h3 {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 12px;
  }
  .philosophy-page .list .item .text .p p {
    font-size: 14px;
    line-height: 24px;
    width: 100%;
  }
  .philosophy01 {
    padding: 90px 0 90px 0;
    margin-top: -50px;
  }
  .philosophy01 .top-bar {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
    margin-bottom: 25px;
  }
  .philosophy01 .swiper-nav .swiper-button-prev2,
  .philosophy01 .swiper-nav .swiper-button-next2 {
    width: 40px;
    height: 40px;
  }
  .philosophy01 .swiper-nav .swiper-button-prev2 svg,
  .philosophy01 .swiper-nav .swiper-button-next2 svg {
    width: 20px;
    height: 20px;
  }
  .philosophy01 .vision-swiper {
    padding-bottom: 0;
  }
  .philosophy01 .vision-swiper .swiper-slide .box .pic {
    border-radius: 15px;
  }
  .philosophy01 .vision-swiper .swiper-slide .box .pic:after {
    padding-bottom: 65%;
  }
  .philosophy01 .vision-swiper .swiper-slide .box .text {
    width: 92%;
    position: relative;
    margin-top: -20px;
    bottom: auto;
    padding: 25px 20px;
    border-radius: 15px;
  }
  .philosophy01 .vision-swiper .swiper-slide .box .text .icon {
    width: 60px;
    height: 60px;
    top: -35px;
    right: 20px;
  }
  .philosophy01 .vision-swiper .swiper-slide .box .text .bt {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 8px;
  }
  .philosophy01 .vision-swiper .swiper-slide .box .text .p {
    font-size: 14px;
    line-height: 22px;
  }
  .philosophy02 {
    border-radius: 30px 30px 0 0;
    margin-top: -50px;
  }
  .philosophy02 .philosophy-info {
    font-size: 20px;
    line-height: 32px;
  }
  .news-page {
    padding: 90px 0 90px 0;
  }
  .news-page .news-one {
    margin-bottom: 25px;
  }
  .news-page .news-one .top-bar {
    position: relative;
    bottom: auto;
    right: auto;
    display: none;
    margin-bottom: 20px;
  }
  .news-page .news-one .swiper-nav .page-info {
    font-size: 14px;
  }
  .news-page .news-one .swiper-nav .page-info .current-page {
    font-size: 28px;
    line-height: 36px;
  }
  .news-page .news-one .swiper-nav .swiper-button-prev3,
  .news-page .news-one .swiper-nav .swiper-button-next3 {
    width: 36px;
    height: 36px;
  }
  .news-page .news-one .swiper-nav .swiper-button-prev3 svg,
  .news-page .news-one .swiper-nav .swiper-button-next3 svg {
    width: 16px;
    height: 16px;
  }
  .news-page .news-one .news-swiper {
    border-radius: 20px;
  }
  .news-page .news-one .news-swiper .swiper-slide .box {
    border-radius: 20px;
  }
  .news-page .news-one .news-swiper .swiper-slide .box .pic:after {
    padding-bottom: 60%;
  }
  .news-page .news-one .news-swiper .swiper-slide .box .text {
    position: relative;
    width: 100%;
    height: auto;
    top: auto;
    right: auto;
    transform: none;
    padding: 20px 15px;
    border-radius: 0;
  }
  .news-page .news-one .news-swiper .swiper-slide .box .text .date {
    margin-bottom: 10px;
  }
  .news-page .news-one .news-swiper .swiper-slide .box .text .date .day {
    font-size: 28px;
  }
  .news-page .news-one .news-swiper .swiper-slide .box .text .date .month {
    font-size: 14px;
  }
  .news-page .news-one .news-swiper .swiper-slide .box .text .bt {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 10px;
  }
  .news-page .news-one .news-swiper .swiper-slide .box .text .p {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 15px;
  }
  .news-page .news-grid {
    padding-top: 0;
  }
  .news-page .news-grid .grid-list {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .news-page .news-grid .grid-item a {
    border-radius: 15px;
  }
  .news-page .news-grid .grid-item .pic:after {
    padding-bottom: 60%;
  }
  .news-page .news-grid .grid-item .info {
    padding: 20px 15px;
    position: relative;
  }
  .news-page .news-grid .grid-item .info .date {
    width: auto;
    position: relative;
    top: auto;
    transform: none;
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 10px;
  }
  .news-page .news-grid .grid-item .info .date:after {
    display: none;
  }
  .news-page .news-grid .grid-item .info .date .day {
    font-size: 24px;
    line-height: 30px;
  }
  .news-page .news-grid .grid-item .info .date .month {
    font-size: 14px;
  }
  .news-page .news-grid .grid-item .info .bt {
    font-size: 16px;
    line-height: 24px;
    height: auto;
    margin-bottom: 10px;
  }
  .news-page .news-grid .grid-item .info .desc {
    font-size: 14px;
    line-height: 22px;
    height: auto;
  }
  .current {
    display: none;
  }
  .news-show {
    padding: 130px 0 90px 0;
    background-size: cover;
  }
  .news-show .nr .left {
    width: 100%;
    float: none;
    padding: 30px 15px;
    margin-bottom: 30px;
  }
  .news-show .nr .right {
    width: 100%;
    float: none;
    padding: 30px 15px;
    position: relative;
    top: auto;
  }
  .news-show .nr .right .title {
    font-size: 22px;
    line-height: 32px;
  }
  .news-show .nr .right .newslist2 .item .box .text {
    width: 55%;
    padding-left: 10px;
  }
  .news-show .nr .right .newslist2 .item .box .h3 {
    font-size: 16px;
    line-height: 28px;
    height: auto;
  }
  .news-show .nr .right .newslist2 .item .pic {
    border-radius: 4px;
  }
  .news-show .h01 {
    font-size: 22px;
    line-height: 32px;
  }
  .news-show .h02 {
    font-size: 14px;
    line-height: 24px;
    margin-top: 15px;
    margin-bottom: 25px;
  }
  .news-show .news-info1 {
    font-size: 14px;
    line-height: 26px;
    padding-bottom: 30px;
  }
  .news-show .lable {
    font-size: 14px;
    padding-bottom: 20px;
    line-height: 24px;
    margin-top: 0;
  }
  .news-show .lable span {
    font-size: 16px;
  }
  .news-show .lable a {
    line-height: 24px;
    padding: 0 10px;
    margin-bottom: 4px;
    margin-right: 5px;
    float: left;
  }
  .news-show .list-page-news ul li p {
    padding: 10px 0;
  }
  .news-show .list-page-news ul li a {
    font-size: 16px;
    padding-left: 120px;
    line-height: 28px;
  }
  .news-show .list-page-news ul li a span {
    width: 100px;
    display: block;
    line-height: 28px;
  }
  .contact01 .contact-info {
    flex-direction: column;
    padding-top: 25px;
  }
  .contact01 .left {
    width: 100%;
    float: none;
    padding: 30px 15px;
    margin-bottom: 30px;
  }
  .contact01 .left .inmain-title {
    font-size: 22px;
    margin-bottom: 15px;
  }
  .contact01 .left .p {
    font-size: 14px;
    line-height: 24px;
  }
  .contact01 .left .clist ul li {
    width: 100% !important;
    margin-bottom: 15px;
  }
  .contact01 .left .clist ul li .box .span {
    font-size: 14px;
    margin-bottom: 8px;
  }
  .contact01 .left .clist ul li .box input,
  .contact01 .left .clist ul li .box textarea {
    font-size: 14px;
    padding: 10px 15px;
  }
  .contact01 .right {
    width: 100%;
    float: none;
    padding: 0;
  }
  .contact01 .right .inmain-title {
    font-size: 22px;
    margin-bottom: 15px;
  }
  .contact01 .right .p {
    font-size: 14px;
    line-height: 24px;
  }
  .contact01 .right .jsh {
    padding-top: 25px;
  }
  .contact01 .right .jsh .li {
    margin-bottom: 30px;
  }
  .contact01 .right .jsh .h3 {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .contact01 .right .jsh .pp {
    font-size: 18px;
    line-height: 30px;
  }
  .clist ul li .more a {
    padding: 0 30px;
  }
  .clist ul li .more2 a {
    padding: 0 30px;
  }
  .sidebar {
    display: none;
  }
  .gotop {
    width: 45px;
    height: 45px;
    right: 15px;
    bottom: 60px;
  }
  .gotop a {
    width: 45px;
    height: 45px;
  }
  .gotop a svg {
    width: 20px;
    height: 20px;
  }
  .home-News .swiper-home-news .swiper-slide .box .pic {
    position: relative;
    border-radius: 15px;
  }
  .home-News .swiper-home-news .swiper-slide .box {
    border-radius: 15px;
    border: solid 1rem #ececec;
  }
  .home-News .swiper-home-news .swiper-slide .box .bt {
    font-size: 16px;
    line-height: 30px;
    height: 90px;
  }
  .home-News .swiper-home-news .swiper-slide .box .p {
    font-size: 14px;
    line-height: 22px;
    height: 66px;
    margin-bottom: 10px;
  }
  .home-News .swiper-home-news .swiper-slide .box .info {
    padding: 20px;
  }
  .home-News .swiper-home-news .swiper-slide .box .date {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 5px;
  }
  .about-intro .nr .right .stats-box {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 520px) {
  .banner .swiper-renewal-main .banner-hover .bt {
    font-size: 22px;
  }
  .home-Technology .swiper-home2 .swiper-slide .info .text .small {
    display: none;
  }
  .philosophy02 .img {
    height: 50vh;
  }
  .philosophy02 .img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

.ani_in {
	--go: 0;
	will-change: opacity, clip-path;
	animation-name: scrP1;
	will-change: transform, opacity;
	animation-duration: 1s;
	animation-iteration-count: infinite;
	animation-direction: alternate;
	animation-play-state: paused;
	animation-delay: calc(var(--go) * -1s);
	animation-timing-function: cubic-bezier(.22, .61, .36, 1);
}

@keyframes scrP1 {
	0% {
		opacity: .95;
		-webkit-clip-path: inset(1.5rem 10vw 0 round 3.64583vw 3.64583vw 0 0);
		clip-path: inset(1.5rem 10vw 0 round 3.64583vw 3.64583vw 0 0)
	}

	to {
		opacity: 1;
		-webkit-clip-path: inset(0 round 3.64583vw 3.64583vw 0 0);
		clip-path: inset(0 round 3.64583vw 3.64583vw 0 0)
	}
}