@charset "utf-8";

.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/*@font-face {*/
/*  font-family: "iconfont"; */
/*  src: url('fonts/iconfont.woff2') format('woff2'),*/
/*       url('fonts/iconfont.woff') format('woff'),*/
/*       url('fonts/iconfont.ttf') format('truetype');*/
/*}*/

/*@font-face {*/
/*  font-family: 'Alibaba-Medium';*/
/*  src: url('fonts/AlibabaPuHuiTi-Medium.woff2') format('woff2'),*/
/*      url('fonts/AlibabaPuHuiTi-Medium.woff') format('woff');*/
/*  font-weight: 500;*/
/*  font-style: normal;*/
/*  font-display: swap;*/
/*}*/

/*@font-face {*/
/*  font-family: 'Alibaba-Regular';*/
/*  src: url('fonts/AlibabaPuHuiTi-Regular.woff2') format('woff2'),*/
/*      url('fonts/AlibabaPuHuiTi-Regular.woff') format('woff');*/
/*  font-weight: normal;*/
/*  font-style: normal;*/
/*  font-display: swap;*/
/*}*/
/*@font-face {*/
/*  font-family: 'Alibaba-SemiBold';*/
/*  src: url('fonts/AlibabaPuHuiTi_2_75_SemiBold.woff2') format('woff2'),*/
/*      url('fonts/AlibabaPuHuiTi_2_75_SemiBold.woff') format('woff');*/
/*  font-weight: 600;*/
/*  font-style: normal;*/
/*  font-display: swap;*/
/*}*/
/*@font-face {*/
/*  font-family: 'SourceHanSansSC-bold';*/
/*  src: url('fonts/AlibabaPuHuiTi-2-85-Bold.otf');*/
/*}*/

/*@font-face {*/
/*  font-family: 'SourceHanSansSC-ExtraBold';*/
/*  src: url('fonts/AlibabaPuHuiTi-2-95-ExtraBold.otf');*/
/*}*/


/*@font-face {*/
/*  font-family: 'Manrope-Semibold';*/
/*  src: url('fonts/Manrope3-Semibold.woff2') format('woff2'),*/
/*      url('fonts/Manrope3-Semibold.woff') format('woff');*/
/*  font-weight: 600;*/
/*  font-style: normal;*/
/*  font-display: swap;*/
/*}*/

/*@font-face {*/
/*  font-family: 'Manrope3-Regular';*/
/*  src: url('fonts/Manrope3-Regular.woff2') format('woff2'),*/
/*      url('fonts/Manrope3-Regular.woff') format('woff');*/
/*  font-weight: normal;*/
/*  font-style: normal;*/
/*  font-display: swap;*/
/*}*/

/*@font-face {*/
/*  font-family: 'Manrope3-Medium';*/
/*  src: url('fonts/Manrope3-Medium.woff2') format('woff2'),*/
/*      url('fonts/Manrope3-Medium.woff') format('woff');*/
/*  font-weight: 500;*/
/*  font-style: normal;*/
/*  font-display: swap;*/
/*}*/
/*@font-face {*/
/*  font-family: 'Poppins';*/
/*  src: url('fonts/Poppins-SemiBold.woff2') format('woff2'),*/
/*      url('fonts/Poppins-SemiBold.woff') format('woff');*/
/*  font-weight: 600;*/
/*  font-style: normal;*/
/*  font-display: swap;*/
/*}*/

/*@font-face {*/
/*  font-family: 'Poppins-Medium';*/
/*  src: url('fonts/Poppins-Medium.ttf');*/
/*}*/


html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
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,
mark,
audio,
video {
  margin: 0;
  padding: 0px;
  border: 0;
  font-size: 100%;
  outline: none;
}

body {
  /*font: 14px/1.8 "Alibaba-Medium", "Microsoft YaHei New", "Microsoft Yahei", "微软雅黑", "Hiragino Sans GB", "冬青黑体", "Arial", "Helvetica", "SimHei", "黑体", "STXihei", "华文细黑", sans-serif;*/
  font: 14px/1.8 "Microsoft YaHei New", "Microsoft Yahei", "微软雅黑", "Arial", sans-serif;
  margin: 0 auto;
  color: #333;
  background-color: #ffffff;
  _background-attachment: fixed;
  _background-image: url(about:blank);
  -webkit-text-size-adjust: 100% !important;
}

html {
  font-size: 100%;
  -webkit-overflow-scrolling: touch;
}


/* video::-webkit-media-controls-play-button {
  display: none;
} */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

input,
select {
  vertical-align: middle;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

strong {
  font-weight: bold;
}

input {
  outline: none;
  padding: 0;
}

img {
  border: 0;
  max-width: 100%;
}

input[type="text"],
input[type="button"],
input[type="submit"],
input[type="reset"],
select {
  -webkit-appearance: none;
  border-radius: 0;
}

textarea {
  -webkit-appearance: none;
  border-radius: 0;
  background: none;
  outline: none;
  padding: 0;
  margin: 0;
  border: none;
}

::-moz-selection {
  background: #f7a300;
  color: #fff;
  text-shadow: none;
}

::selection {
  background: #f7a300;
  color: #fff;
  text-shadow: none;
}

a {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

a:link,
a:visited {
  text-decoration: none;
  color: inherit;
}

a:active,
a:hover {
  text-decoration: none;
  color: inherit;
}

.fc {
  text-align: center;
}

.fr {
  text-align: right;
}

.fl {
  float: right;
}

.vt {
  vertical-align: top;
}

.vm {
  vertical-align: middle;
}

.inner {
  width: 1400px;
  margin: 0px auto;
}

/* ::-webkit-scrollbar {
  width: 6px;
  height: 5px;
  border-radius: 3px;
  background-color: #fff;
}

::-webkit-scrollbar-track {
  border-radius: 6px;
  border-radius: 3px;
  background-color: #fff;
}

::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: #e62129;
} */

.slick-list {
  position: relative;
  z-index: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  zoom: 1;
}

.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.popUpblack {
  background: #000 \9;
  filter: alpha(opacity=80);
  background: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 1010;
  display: none;
}

.popUp {
  width: 220px;
  border: 2px solid #E9A43F;
  background: #fff;
  position: fixed;
  left: 50%;
  top: 50%;
  margin: -87px 0 0 -115px;
  z-index: 1004;
}

.popUp .t {
  padding: 0 0 0 10px;
  height: 26px;
  line-height: 26px;
  color: #666;
  font-weight: bold;
  border-bottom: 1px solid #e8e8e8;
  background: #f2f2f2;
}

.popUp .t .close {
  padding: 0 10px 0 0;
  float: right;
  cursor: pointer;
  color: #666;
  font-weight: normal;
}

.popUp .img {
  padding: 20px;
}

.popUp .img img {
  width: 100%;
  display: block;
}

.menubtn {
  display: none;
  width: 26px;
  height: 60px;
  position: relative;
  z-index: 20;
  float: right;
  cursor: pointer;
  transition: 0.4s;
  cursor: pointer;
}

.menubtn span {
  margin-top: 30px;
  display: block;
  width: 100%;
  height: 2px;
  background: #fff;
  position: relative;
  vertical-align: middle;
  -webkit-transition-duration: .3s, .3s;
  -moz-transition-duration: .3s, .3s;
  -ms-transition-duration: .3s, .3s;
  -o-transition-duration: .3s, .3s;
  transition-duration: .3s, .3s;
  -webkit-transition-delay: .3s, 0s;
  -moz-transition-delay: .3s, 0s;
  -ms-transition-delay: .3s, 0s;
  -o-transition-delay: .3s, 0s;
  transition-delay: .3s, 0s;
  transition: color 0.3s 0s;
}

.menubtn span:after,
.menubtn span:before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 100%;
  height: 2px;
  left: 0;
  background-color: #fff;
  -webkit-transition-duration: .3s, .3s;
  -moz-transition-duration: .3s, .3s;
  -ms-transition-duration: .3s, .3s;
  -o-transition-duration: .3s, .3s;
  transition-duration: .3s, .3s;
  -webkit-transition-delay: .3s, 0s;
  -moz-transition-delay: .3s, 0s;
  -ms-transition-delay: .3s, 0s;
  -o-transition-delay: .3s, 0s;
  transition-delay: .3s, 0s
}

.menubtn span:before {
  top: -10px;
  -webkit-transition-property: top, transform;
  -moz-transition-property: top, transform;
  -ms-transition-property: top, transform;
  -o-transition-property: top, transform;
  transition-property: top, transform;
}

.menubtn span:after {
  bottom: -10px;
  -webkit-transition-property: bottom, transform;
  -moz-transition-property: bottom, transform;
  -ms-transition-property: bottom, transform;
  -o-transition-property: bottom, transform;
  transition-property: bottom, transform;
}

.menubtn.active span {
  background-color: transparent;
  -webkit-transition-delay: 0s, 0s;
  -moz-transition-delay: 0s, 0s;
  -ms-transition-delay: 0s, 0s;
  -o-transition-delay: 0s, 0s;
  transition-delay: 0s, 0s;
}

.menubtn.active span:after,
.menubtn.active span:before {
  -webkit-transition-delay: 0s, .3s;
  -moz-transition-delay: 0s, .3s;
  -ms-transition-delay: 0s, .3s;
  -o-transition-delay: 0s, .3s;
  transition-delay: 0s, .3s;
}

.menubtn.active span:before {
  top: 0px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg)
}

.menubtn.active span:after {
  bottom: 0px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.promain {
  display: flex;
  margin-top: 50px;
}

.promain .haoqi-product-info {
  width: 49%;
}

.promain .haoqi-product-list {
  width: 49%;
  display: flex;
  flex-wrap: wrap;
  margin-left: auto;
}

.admiddle {
  margin-top: 20px;
}

.admiddle .inner {
  display: flex;
  flex-wrap: wrap;
}

.admiddle .inner>div {
  /*! width:49%; */
  /*! overflow: hidden; */
}

.admiddle .inner>div:nth-child(2) {
  margin-left: auto;
}

.promain .haoqi-product-list .haoqi-product-item:nth-child(1),
.promain .haoqi-product-list .haoqi-product-item:nth-child(2) {
  margin-bottom: 20px;
}

.admiddle img {

  transition: 0.68s;
}

.admiddle img:hover {
  transform: scale(1.05);
}

.imgh {
  transition: 0.68s;
}

.imgh:hover {
  transform: scale(1.05);
}

.adtree .inner {
  background: url(../images/hcp8.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  flex-wrap: wrap;
}

.adtree .inner .atreel {
  width: 50%;
}

.adtree .inner .atreer {
  width: 50%;
}

.adtree .inner .atreel .haoqi-product-text strong,
.adtree .inner .atreel .haoqi-product-text p,
.adtree .inner .atreel .haoqi-product-text .explore {
  text-align: left;
  padding-left: 10%
}

.adtree .inner .atreel .haoqi-product-text {
  padding-top: 10%;
}

.adtree .inner .atreel .haoqi-product-text .explore {
  justify-content: left;
  padding-left: 10%
}

.adfour {
  margin-top: 20px;
}

.adfour .inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.adfour .inner .haoqi-product-item {
  width: 32%;
  /*! margin:1%; */
  background: #eee;
}

.adfive {
  /*! margin-top:20px; */
}

.adfive .inner {
  overflow: hidden;
}

.home-iphone .explore {
  justify-content: left;
}

.product-list {
  padding-top: 40px;
}

.product-li li {
  position: relative;
  width: 31.66%;
  /*! float: left; */
  /*! margin-right: 2.51%; */
  /*! margin-bottom: 60px; */
}

.product-li li:nth-child(3n+3) {
  margin-right: 0;
}

.product-li li a:hover figure {
  background: #fff;
}

.product-li li a:hover figure:before {
  transform: scaleX(1);
}

.product-li li a:hover figure:after {
  transform: scaleY(1);
  transition-delay: 0.4s;
}

.product-li li a:hover figure i:before {
  transform: scaleX(1);
  transition-delay: 0.8s;
}

.product-li li a:hover figure i:after {
  transform: scaleY(1);
  transition-delay: 1.2s;
}

.product-li li a:hover figure img {
  transform: scale(1.05);
}

.product-li li figure {
  position: relative;
  width: 100%;
  /*! height: 390px; */
  background: #f6f6f6;
  overflow: hidden;
  transition: 0.58s;
}

.product-li li figure:before {
  position: absolute;
  left: 0;
  top: 0;
  background: #E62129;
  content: "";
  width: 100%;
  height: 2px;
  box-sizing: border-box;
  transition: 0.4s;
  transform-origin: left top;
  z-index: 2;
  transform: scaleX(0);
}

.product-li li figure:after {
  position: absolute;
  right: 0;
  top: 0;
  background: #E62129;
  content: "";
  width: 2px;
  height: 100%;
  box-sizing: border-box;
  transition: 0.4s;
  transform-origin: left top;
  transform: scaleY(0);
}

.product-li li figure i:before {
  position: absolute;
  right: 0;
  bottom: 0;
  background: #E62129;
  content: "";
  width: 100%;
  height: 2px;
  box-sizing: border-box;
  transition: 0.4s;
  transform-origin: right top;
  transform: scaleX(0);
}

.product-li li figure i:after {
  position: absolute;
  left: 0;
  bottom: 0;
  background: #E62129;
  content: "";
  width: 2px;
  height: 100%;
  box-sizing: border-box;
  transition: 0.4s;
  transform-origin: left bottom;
  transform: scaleY(0);
}

.product-li li figure img {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  max-width: 80%;
  max-height: 80%;
  margin: auto;
  transition: 0.5s;
}

.product-li li span {
  display: block;
  margin-top: 24px;
  text-align: center;
  line-height: 1;
  color: #333333;
  font-size: 16px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.breadcrumb {
  display: flex;
  align-items: center;
}

.product-leval-li .breadcrumb li a {}

.prot {
  display: flex;
  align-items: center;
  line-height: 1;
  color: #111111;
  /*! font-size: 1.29vw; */
  margin-bottom: 20px;
}

.product-li {
  display: flex;
  flex-wrap: wrap;
  /*! justify-content: space-between; */
}

.prot a {
  margin-left: auto;
  color: #999;
  /*! font-size:1vw; */
}

.catelist {
  margin: 20px 0px;
}

.product-views {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding: 82px 4.583% 160px;
  max-height: calc(100vh - 134px);
  box-sizing: border-box;
  z-index: 1;
}

.product-ww .prize-prev {
  display: none !important;
}

.product-introduct {
  float: left;
  width: 26.94%;
  padding-top: 3vw;
}

.product-introduct-top strong {
  display: block;
  margin-bottom: 30px;
  line-height: 1.2;
  color: #242c39;
  font-size: 40px;
}

.product-introduct-top p {
  color: #666666;
  font-size: 16px;
  line-height: 2;
}

.product-shopping {
  margin-top: 8vw;
}

.product-shopping p {
  color: #666666;
  font-size: 14px;
}

.shopping-list {
  margin-top: 26px;
  display: flex;
  display: -webkit-flex;
}

.shopping-list li {
  margin-right: 14px;
}

.shopping-list li a {
  display: block;
  width: 46px;
  height: 46px;
  text-align: center;
  line-height: 46px;
  border: 1px solid #d0d0d0;
  border-radius: 50%;
  color: #999999;
  font-size: 24px;
}

.shopping-list li a:hover {
  color: #c40101;
}

.shopping-list li:last-child a:hover {
  color: #09bb07;
}

.proudct-max {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -16vw;
  margin-top: -16vw;
  width: 32vw;
  height: 32vw;
  background: #f6f6f6;
  border-radius: 50%;
}

.product-sli-item {
  float: left;
  height: 32vw;
  position: relative;
  width: 100%;
  text-align: center;
}

.product-sli-item.slick-current img {
  transform: scale(1);
  opacity: 1;
}

.product-sli-item b {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -27px;
  top: 50%;
  margin-top: -27px;
  z-index: 5;
  font-size: 54px;
  color: #333;
  line-height: 1;
  font-weight: normal;
  cursor: pointer;
  transition: 0.5s;
}

.product-sli-item b:hover {
  color: #E62129;
}

.product-sli-item .newsVidoe {
  border-radius: 50%;
}

.product-sli-item img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  max-width: 70%;
  max-height: 70%;
  margin: auto;
  opacity: 0;
  transform: scale(0.5);
  transition: 0.8s 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.product-min {
  position: absolute;
  right: 5.625%;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  z-index: 10;
}

.product-min .probtn {
  display: block;
  margin: auto;
  width: 58px;
  height: 58px;
  border: 1px solid #b1b1b1;
  border-radius: 50%;
  text-align: center;
  line-height: 58px;
  color: #303948;
  font-size: 18px;
  cursor: pointer;
  transition: 0.45s;
}

.product-min .probtn:hover {
  background: #E62129;
  border-color: #E62129;
  color: #fff;
}

.product-swiper-min {
  margin: 23px 0 19px;
}

.product-min-item {
  cursor: pointer;
  margin-bottom: 4px;
}

.product-min-item:hover figure:before,
.product-min-item.slick-current figure:before {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}

.product-min-item figure {
  display: block;
  position: relative;
  width: 109px;
  height: 111px;
  background: #f6f6f6;
}

.product-min-item figure:before {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
  content: "";
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  border: 1px solid #E62129;
  opacity: 0;
  visibility: hidden;
  transition: 0.45s;
}

.product-min-item figure img {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  max-width: 70%;
  max-height: 70%;
}

.product-detaul {
  padding: 100px 0 0;
  font-size: 14px;
  line-height: 30px;
}

.product-detaul .product-ccc {
  color: #333;
  line-height: 30px;
}

.staff-tt {
  display: block;
  margin-bottom: 52px;
  line-height: 1;
  text-align: center;
  color: #242c39;
  font-size: 30px;
}

.proitems li {
  margin-bottom: 52px;
  background: #fafafa;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: center;
  -webkit-align-items: center;
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}

.proitems li:last-child {
  margin-bottom: 0;
}

.proitems li:nth-child(2n+2) {
  flex-direction: row;
  -webkit-flex-direction: row;
}

.proitems li:nth-child(2n+2) .product-vietext {
  margin-left: 0;
  margin-right: 6.5%;
}

.proitems li figure {
  display: block;
  width: 50%;
  line-height: 1;
}

.proitems li figure img {
  display: block;
  width: 100%;
  height: auto;
}

.product-vietext {
  width: 36.666%;
  margin-left: 6.5%;
}

.product-vietext strong {
  display: block;
  margin-bottom: 32px;
  line-height: 1.2;
  color: #2d313d;
  font-size: 28px;
}

.product-vietext p {
  color: #666666;
  font-size: 16px;
}

.parameter {
  padding-top: 95px;
  color: #333;
  font-size: 14px;
  line-height: 30px;
}

.parameter-list {
  border-top: 2px solid #999999;
}

.parameter-list li {
  display: flex;
  display: -webkit-flex;
  padding: 20px 12px;
  border-bottom: 1px solid #999999;
}

.parameter-list li span {
  display: block;
  width: 158px;
  color: #333333;
  font-size: 16px;
  font-weight: bold;
}

.parameter-list li p {
  flex: 1;
  -webkit-flex: 1;
  font-size: 16px;
  color: #333333;
}

.guarantees {
  padding: 86px 0 150px;
}

.guarantee-list {
  border-top: 2px solid #999999;
}

.guarantee-list li {
  padding: 26px 26px 44px;
  border-bottom: 1px solid #999999;
  display: flex;
  display: -webkit-flex;
}

.guarantee-list li b {
  display: block;
  width: 66px;
  height: 85px;
  text-align: center;
  line-height: 90px;
  font-weight: normal;
  color: #2f3745;
  font-size: 34px;
  background: url(../images/water6.png) center no-repeat;
  background-size: cover;
}

.guarantee-text {
  margin-left: 63px;
  padding-top: 13px;
  flex: 1;
  -webkit-flex: 1;
}

.guarantee-text strong {
  display: block;
  margin-bottom: 15px;
  line-height: 1;
  color: #242c39;
  font-size: 18px;
}

.guarantee-text p {
  color: #666666;
  font-size: 16px;
  line-height: 1.6;
}

.solve {
  padding: 106px 0 120px;
  border-top: 12px solid #f6f6f6;
}

.solve-banner {
  margin-top: 56px;
  position: relative;
}

.solve-banner .prize-prev.prev {
  left: -92px;
}

.solve-banner .prize-prev.next {
  right: -92px;
}

.solve-slide:hover figure img {
  transform: scale(1.05);
}

.solve-slide figure {
  display: block;
  line-height: 1;
  overflow: hidden;
}

.solve-slide figure img {
  display: block;
  width: 100%;
  height: auto;
  transition: 0.6s;
}

.solve-slide span {
  display: block;
  margin-top: 25px;
  text-align: center;
  color: #666666;
  font-size: 16px;
  line-height: 1;
}

.pros-slide {
  overflow: hidden;
}

.pros-slide figure {
  display: block;
  line-height: 1;
  overflow: hidden;
}

.pros-slide figure img {
  display: block;
  width: 100%;
  height: auto;
}

.product-dit {
  display: flex;
  display: -webkit-flex;
  margin-top: 20px;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
}

.product-p {
  position: relative;
  width: 25px;
  height: 25px;
  background: #e1e1e1;
  border-radius: 50%;
  text-align: center;
  line-height: 25px;
  cursor: pointer;
  color: #2b303a;
  font-size: 14px;
}

.product-p:hover {
  background: #E62129;
}

.numbles {
  margin: 0 23px;
  color: #333333;
  font-size: 16px;
}

.inner-search {
  padding-bottom: 460px;
  overflow: hidden;
  background-position: center;
  background-size: cover;
}

.inner-search .search-sub {
  top: auto;
  transform: translateY(0px);
  -webkit-transform: translateY(0px);
  bottom: 104px;
}

.search-result {
  padding: 66px 0 30px 4.687%;
}

.search-r-btn {
  display: inline-block;
  vertical-align: top;
  position: sticky;
  top: 100px;
  width: 14.06vw;
}

.search-r-btn p {
  padding-bottom: 12px;
  border-bottom: 1px solid #999999;
  color: #2c3441;
  font-size: 16px;
  line-height: 1;
}

.search-btnli {
  margin-top: 19px;
}

.search-btnli li {
  margin-bottom: 10px;
}

.search-btnli li.active a i {
  opacity: 1;
  visibility: visible;
  transform: translateX(0px);
}

.search-btnli li a {
  position: relative;
  display: inline-block;
  min-width: 102px;
  box-sizing: border-box;
  padding-right: 30px;
  color: #2c3441;
  font-size: 18px;
  line-height: 24px;
}

.search-btnli li a:hover i {
  opacity: 1;
  visibility: visible;
  transform: translateX(0px);
}

.search-btnli li a i {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 24px;
  height: 24px;
  text-align: center;
  line-height: 24px;
  border-radius: 50%;
  background: #E62129;
  color: #3a5664;
  font-size: 16px;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
  transform: translateX(14px);
}

.serch-result-list {
  margin-left: 12.5vw;
  display: inline-block;
  width: 53.125vw;
}

.result-li li {
  padding: 38px 0 44px;
  border-bottom: 1px solid #e1e1e1;
}

.result-li li:first-child {
  padding-top: 0;
}

.result-li li a:hover figure img {
  transform: scale(1.05);
}

.result-li li a strong {
  display: block;
  margin-bottom: 24px;
  line-height: 1.2;
  color: #333333;
  font-size: 24px;
}

.result-li li a strong b {
  color: #E62129;
}

.result-text {
  display: flex;
  display: -webkit-flex;
}

.result-text figure {
  display: block;
  margin-right: 26px;
  width: 200px;
  line-height: 1;
  overflow: hidden;
}

.result-text figure img {
  display: block;
  width: 100%;
  height: auto;
  transition: 0.5s;
}

.result-text p {
  flex: 1;
  -webkit-flex: 1;
  color: #666666;
  font-size: 16px;
}

.leval-menus {
  position: relative;
}

.leval-menu-flex {
  position: sticky;
  left: 0;
  top: 70px;
  height: 80px;
  background: #f8f8f8;
  text-align: center;
  z-index: 40;
}

.leval-list {
  display: inline-flex;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  height: 100%;
}

.leval-list li {
  position: relative;
  z-index: 3;
  margin-right: 64px;
}

.leval-list li:before {
  content: "";
  width: 0;
  height: 9px;
  background: #E62129;
  position: absolute;
  right: 0;
  bottom: 0;
  transition: 0.4s;
  z-index: -1;
}

.leval-list li:hover,
.leval-list li.active {
  color: #fff;
}

.leval-list li:hover:before,
.leval-list li.active:before {
  width: 100%;
  right: auto;
  left: 0;
}

.leval-list li:last-child {
  margin-right: 0;
}

.leval-list li.active a,
.leval-list li:hover a {
  color: #2c3441;
}

.leval-list li a {
  display: inline-block;
  position: relative;
  z-index: 3;
  color: #333333;
  font-size: 16px;
  padding: 0 2px;
}

.product-introduct-top p {
  color: #666666;
  font-size: 16px;
  line-height: 2;
}

.product-introduct-top {
  font-size: 14px;
  font-family: "Microsoft YaHei";
  color: rgb(102, 102, 102);
  text-transform: uppercase;
  line-height: 2.5;
}

.paprev.next {
  right: 0;
  background: url(../images/wave2.png) center no-repeat;
  background-size: auto;
}

.paprev {
  position: absolute;
  top: 24%;
  width: 23px;
  height: 113px;
  z-index: 10;
  background: url(../images/wave1.png) center no-repeat;
  background-size: auto;
  background-size: cover !important;
  transition: 0.45s;
  display: none !important;
}

.news-inner {
  /*! margin: auto; */
  /*! padding: 104px 0 0; */
  /*! max-width: 90%; */
  /*! width: 1500px; */
}

.news-inner .page-list {
  /*! margin-top: -56px; */
}

.news-inner-list {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}

.news-inner-list li {
  float: left;
  position: relative;
  margin-bottom: 56px;
  margin-right: 2%;
  width: 32%;
  padding-bottom: 162px;
  overflow: hidden;
}

.news-inner-list li:nth-child(3n+3) {
  margin-right: 0;
}

.news-inner-list li figure {
  position: relative;
  display: block;
  padding-bottom: 60%;
  height: 0;
  overflow: hidden;
  line-height: 1;
  transition: 0.58s;
}

.news-inner-list li figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
  transition: 0.58s;
}

.news-inner-list li figure b {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -27px;
  margin-top: -27px;
  display: block;
  line-height: 1;
  font-size: 54px;
  font-weight: normal;
  transition: 0.4s;
  z-index: 3;
  color: #fff;
}

.news-inner-list li a:hover figure {
  transform: translateY(-100%);
  opacity: 0;
}

.news-inner-list li a:hover figure img {
  transform: scale(1.05);
}

.news-inner-list li a:hover .news-inner-text {
  padding-top: 54px;
  margin-top: 0;
  top: 0%;
}

.news-inner-list li a:hover .news-inner-text p {
  opacity: 1;
  visibility: visible;
}

.news-inner-text {
  position: absolute;
  left: 0;
  top: 100%;
  margin-top: -162px;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  padding: 35px 44px 43px;
  transition: 0.58s;
  background: #f9f9f9;
}

.news-inner-text time {
  display: block;
  margin-bottom: 14px;
  line-height: 1;
  color: #999999;
  font-size: 14px;
}

.news-inner-text strong {
  display: block;
  line-height: 1.4;
  color: #2c3441;
  font-size: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  transition: 0.56s;
}

.news-inner-text p {
  margin-top: 35px;
  color: #666666;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  opacity: 0;
  visibility: hidden;
  transition: 0.68s;
}

.news-inner-text span {
  margin-top: 124px;
  display: inline-block;
  color: #2c3441;
  font-size: 14px;
  line-height: 32px;
  font-weight: bold;
}

.news-inner-text span i {
  display: inline-block;
  margin-right: 8px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  text-align: center;
  line-height: 32px;
  background: #E62129;
  font-size: 18px;
  color: #2c3441;
  font-weight: bold;
  transition: 0.38s;
}

.news-video {
  position: relative;
  height: 700px;
  z-index: 3;
  overflow: hidden;
}

.news-video .aboutVideo {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  object-fit: cover;
}

.news-video .about-text strong {
  font-size: 30px;
}

.news-viode-list li .news-inner-text span {
  margin-top: 230px;
}

.news-viode-list li .news-inner-text i {
  position: relative;
  top: -1px;
  display: inline-block;
  vertical-align: middle;
}

.news-viode-list li .news-inner-text i:before {
  position: absolute;
  top: 50%;
  margin-top: -5px;
  left: 13px;
  content: "";
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 7px solid #000000;
}

.news-viode-list li {
  position: relative;
}

.news-viode-list li figure {
  z-index: 3;
}

.newsVidoe {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: none;
}

.news-view {
  padding: 0 0 105px;
  background: #f6f6f6;
}

.news-title {
  padding: 72px 0 44px;
  text-align: center;
}

.news-title strong {
  display: block;
  margin-bottom: 16px;
  line-height: 1.2;
  color: #242c39;
  font-size: 30px;
}

.news-title time {
  display: block;
  line-height: 1;
  color: #666666;
  font-size: 14px;
}

.news-view {
  padding: 0 0 105px;
  background: #f6f6f6;
}

.news-title {
  padding: 72px 0 44px;
  text-align: center;
}

.news-title strong {
  display: block;
  margin-bottom: 16px;
  line-height: 1.2;
  color: #242c39;
  font-size: 30px;
}

.news-title time {
  display: block;
  line-height: 1;
  color: #666666;
  font-size: 14px;
}

.view-content {
  padding: 86px 7.166% 106px;
  background: #fff;
  color: #666666;
  font-size: 16px;
}

.view-content img {
  max-width: 100%;
  width: auto !important;
  height: auto !important;
}

.hot-news {
  padding: 98px 0 104px;
}

.news-title h1 {
  display: block;
  margin-bottom: 16px;
  line-height: 1.2;
  color: #242c39;
  font-size: 30px;
}

.product-introduct-top strong {
  display: block;
  margin-bottom: 30px;
  line-height: 1.2;
  color: #242c39;
  font-size: 40px;
}

.leval-menus {
  position: relative;
}

.leval-menu-flex {
  position: sticky;
  left: 0;
  top: 70px;
  height: 80px;
  background: #f8f8f8;
  text-align: center;
  z-index: 40;
}

.leval-list {
  display: inline-flex;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  height: 100%;
}

.leval-list li {
  position: relative;
  z-index: 3;
  margin-right: 64px;
}

.leval-list li:before {
  content: "";
  width: 0;
  height: 9px;
  background: #E62129;
  position: absolute;
  right: 0;
  bottom: 0;
  transition: 0.4s;
  z-index: -1;
}

.leval-list li:hover,
.leval-list li.active {
  color: #fff;
}

.leval-list li:hover:before,
.leval-list li.active:before {
  width: 100%;
  right: auto;
  left: 0;
}

.leval-list li:last-child {
  margin-right: 0;
}

.leval-list li.active a,
.leval-list li:hover a {
  color: #2c3441;
}

.leval-list li a {
  display: inline-block;
  position: relative;
  z-index: 3;
  color: #333333;
  font-size: 16px;
  padding: 0 2px;
}

.about-introduct {
  position: relative;
  z-index: 3;
  padding: 124px 0 428px;
  overflow: hidden;
}

.about-introduct .particle-network-animation {
  pointer-events: none;
}

.about-introduct .about-waters {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 0;
  pointer-events: none;
  content: "";
  width: 130%;
  height: 465px;
  background: url(../img/43.png) left bottom no-repeat;
  transition: 0.1s;
}

@keyframes bg_move {
  0% {
    left: 0;
  }

  100% {
    left: -30%;
  }
}

.about-introduct-wrap {
  margin: auto;
  width: 705px;
}

.commons-text1 {
  position: relative;
  bottom: 0;
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}

.commons-text1 h6 {
  margin-bottom: 20px;
  color: #303743;
  font-size: 16px;
}

.commons-text1 strong {
  color: #242c39;
  line-height: 1.2;
}

.about-intro-text {
  position: relative;
  margin-top: 24px;
  padding-top: 82px;
}

.about-intro-text:before {
  position: absolute;
  left: 50%;
  margin-left: -1px;
  top: 0;
  content: "";
  width: 2px;
  height: 48px;
  background: #d1d1d1;
}

.about-intro-text p {
  color: #666666;
  font-size: 16px;
  text-indent: 34px;
  text-align: center;
}

.about-btns {
  margin-top: 62px;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}

.about-btn-item {
  margin-right: 26px;
}

.about-btn-item a {
  display: block;
  position: relative;
  z-index: 3;
  width: 120px;
  height: 120px;
  text-align: center;
  padding-top: 24px;
  box-sizing: border-box;
}

.about-btn-item a:hover:before {
  background-color: #E62129;
  transform: rotateY(180deg);
}

.about-btn-item a:hover b,
.about-btn-item a:hover span {
  color: #fff;
}

.about-btn-item a:hover b {
  transform: translateY(-4px);
}

.about-btn-item a:before {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #f8f8f8;
  transition: 0.45s;
}

.about-btn-item a b {
  display: block;
  margin-bottom: 10px;
  color: #E62129;
  font-size: 40px;
  line-height: 1;
  font-weight: normal;
  transition: 0.38s;
}

.about-btn-item a span {
  display: block;
  line-height: 1;
  color: #2c3441;
  font-size: 16px;
  transition: 0.38s;
}

.about-btn-item:last-child {
  margin-right: 0;
}

.mission {
  margin: auto;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: center;
  -webkit-align-items: center;
  padding: 88px 0 190px;
  width: 1240px;
}

.commons-text2 {
  position: relative;
  bottom: 0;
  top: 0;
  opacity: 1;
  visibility: visible;
  transform: scale(1);
  text-align: left;
  width: auto;
}

.commons-text2 p {
  color: #242c39;
}

.commons-text2 strong {
  color: #242c39;
  line-height: 1.2;
}

.commons-text2 strong b {
  display: block;
  color: #7e8ba5;
}

.commons-text2 span {
  transition: 0.4s;
  color: #2c3441;
}

.commons-text2 span:hover {
  color: #E62129;
}

.commons-text2 span:hover i {
  background: #E62129;
}

.mission-right {
  position: relative;
  width: 652px;
  height: 652px;
}

.misiio-bg {
  position: relative;
  width: 100%;
  height: 100%;
}

.misiio-bg figure {
  display: block;
  width: 100%;
  height: 100%;
}

.misiio-bg figure img {
  position: absolute;
  right: -16.56%;
  top: -5.36%;
  height: 127.6%;
}

.misiio-bg .misiio-arl {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -36.5%;
  margin-top: -36.5%;
  display: block;
  width: 73%;
  height: auto;
}

.mission-item {
  position: absolute;
}

.mission-item a {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}

.mission-item a:hover .mision-icon:before {
  transform: scale(1.1);
}

.mission-item a:hover .mision-icon i {
  transform: rotate(180deg);
}

.mission-item a span {
  display: block;
  margin: 0 10px;
  color: #273441;
  font-size: 14px;
  white-space: nowrap;
}

.mission-item1 {
  left: 79.38%;
  top: 17.17%;
}

@keyframes scalcMove {
  0% {
    transform: scale(1);
    opacity: 1;
  }

  50% {
    transform: scale(1.3);
    opacity: 0.2;
  }

  100% {
    transform: scale(1);
    opacity: 1;
  }
}

.mision-icon {
  position: relative;
  z-index: 2;
  width: 69px;
  height: 69px;
  border-radius: 50%;
}

.mision-icon:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(108, 204, 220, 0.2);
  border-radius: 50%;
  z-index: -1;
  transition: 0.4s;
  animation: scalcMove 3s infinite;
}

.mision-icon i {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -16px;
  margin-top: -16px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #E62129;
  transition: 0.4s;
}

.mision-icon i:before {
  position: absolute;
  left: 50%;
  margin-left: -7px;
  top: 50%;
  margin-top: -1px;
  content: "";
  width: 14px;
  height: 2px;
  border-radius: 1px;
  background: #242c39;
}

.mision-icon i:after {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -1px;
  margin-top: -7px;
  content: "";
  width: 2px;
  height: 14px;
  border-radius: 1px;
  background: #242c39;
}

.mission-item2 {
  top: 35.88%;
  right: 88.65%;
}

.mission-item2 a {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}

.honor-box {
  padding-top: 65px;
  padding-bottom: 44px;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  overflow: hidden;
}

.honor-box .honor-titles {
  padding-left: 74px;
  color: #fff;
  font-size: 16px;
  font-weight: normal;
}

.honor-swiper {
  padding-left: 12.29%;
  margin-top: 150px;
  height: 610px;
  cursor: grab;
}

.honor-slide {
  height: 100%;
  width: 2595px;
  background: url(../images/honor.png) 54px 62px no-repeat;
  margin-left: -100px;
}

.honor-slide:first-child {
  margin-left: 0;
}

.honor-item {
  position: absolute;
  cursor: pointer;
}

.honor-item:hover figure {
  transform: translateY(-10px);
}

.honor-item figure {
  display: block;
  width: 108px;
  height: 108px;
  border: 6px solid #fff;
  border-radius: 50%;
  transition: 0.45s;
}

.honor-item figure img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 50%;
}

.honor-item time {
  display: block;
  margin-top: 18px;
  line-height: 1;
  color: #fff;
  font-size: 18px;
  text-align: center;
}

.honor-item1 {
  left: 0;
  top: 35.57%;
}

.honor-item2 {
  left: 17.18%;
  top: 29.5%;
}

.honor-item3 {
  left: 29.59%;
  top: 19.344%;
}

.honor-item3 figure {
  width: 188px;
  height: 188px;
}

.honor-item3 time {
  margin-top: 22px;
  font-size: 36px;
}

.honor-item4 {
  left: 43.853%;
  top: 47.377%;
}

.honor-item5 {
  left: 57.92%;
  top: 10px;
}

.honor-item6 {
  left: 53.95%;
  bottom: 0;
}

.honor-item7 {
  left: 64.74%;
  top: 51.475%;
}

.honor-item7 figure {
  width: 188px;
  height: 188px;
}

.honor-item7 time {
  margin-top: 22px;
  font-size: 36px;
}

.honor-item8 {
  left: 81.96%;
  top: 53.77%;
}

.honor-item9 {
  right: 0;
  top: 37.54%;
}

.honor-hand {
  margin-top: 36px;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
}

.honor-hand i {
  display: inline-block;
  color: #fff;
  font-size: 18px;
  line-height: 1;
}

.honor-hand span {
  display: block;
  margin: 0 22px;
  color: #fff;
  line-height: 1;
  font-size: 28px;
  animation: handMove 1s infinite;
}

@keyframes handMove {
  0% {
    opacity: 1;
    transform: translateX(4px);
  }

  100% {
    opacity: 0.2;
    transform: translateX(-4px);
  }
}

.member-box {
  position: relative;
  overflow: hidden;
}

.member-imgs {
  position: relative;
  width: 79%;
}

.member-imgs img {
  display: block;
  width: 100%;
  height: auto;
}

.about-left p {
  text-align: left;
}

.member-in {
  position: absolute;
  z-index: 5;
}

.member-in a {
  color: #4e545f;
  font-size: 15px;
  line-height: 1;
  display: block;
}

.member-in a:hover {
  color: #E62129;
}

.member-in1 {
  left: 57%;
  top: 59.28%;
}

.member-in2 {
  left: 47.85%;
  top: 69.05%;
}

.member-in3 {
  left: 49.7%;
  top: 81.68%;
}

.member-in4 {
  left: 44.49%;
  top: 89.1%;
}

.member-text {
  position: absolute;
  right: 50%;
  margin-right: -600px;
  top: 50%;
  margin-top: -167px;
  width: 400px;
}

.member-text strong {
  display: block;
  line-height: 1.2;
  color: #242c39;
  font-size: 44px;
}

.member-data {
  margin-top: 52px;
  margin-left: -44px;
  margin-right: -44px;
  display: flex;
  display: -webkit-flex;
}

.member-data-item {
  flex: 1;
  -webkit-box-flex: 1;
  text-align: center;
  padding: 7px 0 28px;
  border-right: 1px solid #f5f5f5;
}

.member-data-item:last-child {
  border-right: none;
}

.member-data-item strong {
  display: block;
  margin-bottom: 10px;
  line-height: 1;
  color: #E62129;
  font-size: 44px;
  font-weight: normal;
}

.member-data-item p {
  display: block;
  color: #2c3441;
  font-size: 14px;
  line-height: 1;
}

.checkmore {
  margin-top: 43px;
}

.checkmore a {
  display: inline-block;
  color: #2c3441;
  font-size: 15px;
  line-height: 32px;
}

.checkmore a:hover {
  color: #E62129;
}

.checkmore a:hover i {
  text-indent: 3px;
}

.checkmore a i {
  position: relative;
  top: -1px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
  width: 32px;
  height: 32px;
  text-align: center;
  line-height: 32px;
  border-radius: 50%;
  background: #E62129;
  color: #2c3441;
  font-size: 18px;
  transition: 0.32s;
}

.staffs {
  padding-top: 98px;
  padding-bottom: 180px;
}

.staff-tt {
  display: block;
  margin-bottom: 52px;
  line-height: 1;
  text-align: center;
  color: #242c39;
  font-size: 30px;
}

.staff-text {
  position: relative;
}

.staff-text figure {
  display: block;
  line-height: 1;
  overflow: hidden;
}

.staff-text figure img {
  display: block;
  width: 100%;
  height: auto;
}

.staff-text .mission-item {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}

.staff-text .mission-item span {
  color: #fff;
}

.pop-honor {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 199;
  opacity: 0;
  visibility: hidden;
  transition: 1s;
  pointer-events: none;
}

.pop-honor.show {
  opacity: 1;
  visibility: visible;
  pointer-events: visible;
}

.pop-honor.show .honor-pop-content {
  transform: scale(1);
}

.pop-honor.show .honor-pop-content .honor-wr {
  opacity: 1;
  visibility: visible;
  margin-top: 0;
}

.pop-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

.honor-pop-content {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  margin-left: -362px;
  margin-top: -362px;
  width: 724px;
  height: 724px;
  border-radius: 50%;
  transform: scale(0);
  transition: 1s;
}

.honor-pop-content:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 50%;
}

.closes {
  display: block;
  position: absolute;
  right: 27px;
  top: 96px;
  line-height: 1;
  color: #fff;
  cursor: pointer;
  font-size: 36px;
  transition: 0.4s;
}

.closes:hover {
  transform: rotate(180deg);
}

.honor-wr {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  width: 454px;
  max-width: 90%;
  opacity: 0;
  visibility: hidden;
  margin-top: 120px;
  transition: 0.78s;
}

.honor-wr time {
  display: block;
  margin-bottom: 65px;
  text-align: center;
  line-height: 1;
  color: #242c39;
  font-size: 48px;
}

.honor-wr p {
  position: relative;
  padding-left: 25px;
  color: #666666;
  font-size: 16px;
}

.honor-wr p:before {
  position: absolute;
  left: 0;
  top: 10px;
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #666666;
}

.inner-video {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 199;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: 0.88s;
}

.inner-video.show {
  opacity: 1;
  visibility: visible;
  pointer-events: visible;
}

.inner-video.show .inner-video-wr {
  opacity: 1;
  visibility: visible;
  margin-top: 0;
}

.inner-video-wr {
  position: absolute;
  left: 50%;
  margin-left: -600px;
  top: 50%;
  padding-bottom: 605px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  margin-top: 200px;
  opacity: 0;
  visibility: hidden;
  transition: 0.68s;
}

.inner-video-wr .aboutVideo {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.inner-video-wr .closevideo {
  display: block;
  position: absolute;
  right: -30px;
  top: 0;
  line-height: 1;
  color: #fff;
  font-size: 30px;
  object-fit: cover;
  cursor: pointer;
  transition: 0.4s;
}

.inner-video-wr .closevideo:hover {
  transform: rotate(180deg);
}

.waterWdqp {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  pointer-events: none;
  overflow: hidden;
  z-index: 9;
  /* display: none; */
}

.waterWdqp dd {
  position: relative;
  -webkit-animation: sway 8s 0s ease-in-out infinite;
  animation: sway 8s 0s ease-in-out infinite;
}

.waterWdqp dd span {
  width: 153px;
  height: 145px;
  background: url(../images/bubble1.png) no-repeat center center;
  background-size: cover;
  position: absolute;
  animation-name: qipao;
  animation-duration: 60s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

.waterWdqp dd.dd1 span {
  -webkit-animation: rise 6.5s 0.3s linear infinite;
  animation: rise 6.5s 0.3s linear infinite;
  left: 10%;
  top: calc(100vh);
}

.waterWdqp dd.dd2 span {
  -webkit-animation: rise 18s linear infinite;
  animation: rise 18s linear infinite;
  height: 120px;
  left: 33.12%;
  top: calc(100vh);
  width: 142px;
  background: url(../images/bubble3.png) no-repeat center center;
}

.waterWdqp dd.dd3 span {
  -webkit-animation: rise 28s 0.45s linear infinite;
  animation: rise 28s 0.45s linear infinite;
  height: 164px;
  left: 62.18%;
  top: calc(100vh);
  width: 153px;
  background: url(../images/bubble4.png) no-repeat center center;
}

.waterWdqp dd.dd4 span {
  -webkit-animation: rise 12s linear infinite;
  animation: rise 12s linear infinite;
  height: 78px;
  left: 35.41%;
  top: calc(100vh);
  width: 78px;
  background: url(../images/bubble5.png) no-repeat center center;
}

.waterWdqp dd.dd5 span {
  -webkit-animation: rise 14s 0.5s linear infinite;
  animation: rise 14s 0.5s linear infinite;
  height: 38px;
  left: 46%;
  top: calc(100vh);
  width: 38px;
}

.waterWdqp dd.dd6 span {
  -webkit-animation: rise 9.5s 0.2s linear infinite;
  animation: rise 9.5s 0.2s linear infinite;
  height: 48px;
  left: 10%;
  top: calc(100vh);
  width: 48px;
}

.waterWdqp dd.dd7 span {
  -webkit-animation: rise 13.5s linear infinite;
  animation: rise 13.5s linear infinite;
  height: 14px;
  left: 65%;
  top: calc(100vh);
  width: 14px;
}

.waterWdqp dd.dd8 span {
  -webkit-animation: rise 17s linear infinite;
  animation: rise 17s linear infinite;
  height: 36px;
  left: 85%;
  top: calc(100vh);
  width: 36px;
}

.waterWdqp dd.dd10 span {
  -webkit-animation: rise 5.5s linear infinite;
  animation: rise 5.5s linear infinite;
  height: 16px;
  left: 71%;
  top: calc(100%);
  width: 16px;
}

.waterWdqp dd.dd11 span {
  -webkit-animation: rise 6.5s linear infinite;
  animation: rise 6.5s linear infinite;
  height: 42px;
  left: 20%;
  top: calc(100%);
  width: 42px;
}

@-webkit-keyframes rise {
  0% {
    top: 120vh;
  }

  70% {
    opacity: 1;
  }

  95% {
    opacity: 0;
  }

  100% {
    top: -150vh;
    opacity: 0.3;
  }
}

@keyframes rise {
  0% {
    top: 120vh;
  }

  70% {
    opacity: 1;
  }

  95% {
    opacity: 0;
  }

  100% {
    top: -150vh;
    opacity: 0.3;
  }
}

@-webkit-keyframes sway {
  20% {
    -webkit-transform: translate(-28px);
    transform: translate(-28px);
  }

  25% {
    -webkit-transform: translate(-30px);
    transform: translate(-30px);
  }

  70% {
    -webkit-transform: translate(28px);
    transform: translate(28px);
  }

  75% {
    -webkit-transform: translate(30px);
    transform: translate(30px);
  }
}

@keyframes sway {
  20% {
    -webkit-transform: translate(-28px);
    transform: translate(-28px);
  }

  25% {
    -webkit-transform: translate(-30px);
    transform: translate(-30px);
  }

  70% {
    -webkit-transform: translate(28px);
    transform: translate(28px);
  }

  75% {
    -webkit-transform: translate(30px);
    transform: translate(30px);
  }
}

.introduct-inf0-item {
  padding: 0 35px;
  padding-bottom: 8px;
  border-right: 1px solid #f5f5f5;
  text-align: center;
}

.introduct-inf0-item:first-child {
  padding-left: 0;
}

.introduct-inf0-item:last-child {
  border-right: none;
  padding-right: 0;
}

.introduct-inf0-item p {
  margin-bottom: 10px;
  color: #E62129;
  font-size: 14px;
  line-height: 1;
}

.introduct-inf0-item p b {
  margin-right: 6px;
  font-size: 44px;
  font-weight: normal;
}

.introduct-inf0-item span {
  display: block;
  line-height: 1.3;
  color: #2c3441;
  font-size: 14px;
}

.company-culture {
  position: relative;
  z-index: 2;
  padding: 114px 0 148px;
  border-top: 12px solid #f8f8f8;
  border-bottom: 12px solid #f8f8f8;
}

.company-culture-wr {
  margin: auto;
  width: 1460px;
}

.company-list li {
  float: left;
  margin-right: 0.695%;
  position: relative;
  width: 32.87%;
}

#culture {
  background: #eee;
  padding: 94px 150px;
  margin-bottom: 20px;
}

#culture .culture-item {
  width: 31%;
  /* 三列布局 */
  display: inline-block;
  padding: 10px 20px;
  margin: 1%;
  background: #fff;
  transition: box-shadow 0.3s ease-in-out, transform 0.3s ease-in-out;
  color: #333;
  box-sizing: border-box;
}

#culture .culture-item p {
  font-size: 16px;
  color: #888
}

#culture .culture-item:hover {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  transform: translateY(-5px);
}

#culture h2 {
  margin-top: 0;
  font-size: 18px;
  margin-bottom: 10px;
}

@media (max-width: 768px) {
  #culture .culture-item {
    width: 50%;
    /* 在小屏幕上变为两列布局 */
  }
}

@media (max-width: 480px) {
  #culture .culture-item {
    width: 100%;
    /* 在非常小的屏幕上变为单列布局 */
  }
}

@charset "utf-8";

/*.iconfont {*/
/*  font-family: "iconfont" !important;*/
/*  font-size: 16px;*/
/*  font-style: normal;*/
/*  -webkit-font-smoothing: antialiased;*/
/*  -moz-osx-font-smoothing: grayscale;*/
/*}*/

/*@font-face {*/
/*  font-family: "iconfont"; */
/*  src: url('fonts/iconfont.woff2') format('woff2'),*/
/*       url('fonts/iconfont.woff') format('woff'),*/
/*       url('fonts/iconfont.ttf') format('truetype');*/
/*}*/

/*@font-face {*/
/*  font-family: 'Alibaba-Medium';*/
/*  src: url('fonts/AlibabaPuHuiTi-Medium.woff2') format('woff2'),*/
/*      url('fonts/AlibabaPuHuiTi-Medium.woff') format('woff');*/
/*  font-weight: 500;*/
/*  font-style: normal;*/
/*  font-display: swap;*/
/*}*/

/*@font-face {*/
/*  font-family: 'Alibaba-Regular';*/
/*  src: url('fonts/AlibabaPuHuiTi-Regular.woff2') format('woff2'),*/
/*      url('fonts/AlibabaPuHuiTi-Regular.woff') format('woff');*/
/*  font-weight: normal;*/
/*  font-style: normal;*/
/*  font-display: swap;*/
/*}*/
/*@font-face {*/
/*  font-family: 'Alibaba-SemiBold';*/
/*  src: url('fonts/AlibabaPuHuiTi_2_75_SemiBold.woff2') format('woff2'),*/
/*      url('fonts/AlibabaPuHuiTi_2_75_SemiBold.woff') format('woff');*/
/*  font-weight: 600;*/
/*  font-style: normal;*/
/*  font-display: swap;*/
/*}*/
/*@font-face {*/
/*  font-family: 'SourceHanSansSC-bold';*/
/*  src: url('fonts/AlibabaPuHuiTi-2-85-Bold.otf');*/
/*}*/

/*@font-face {*/
/*  font-family: 'SourceHanSansSC-ExtraBold';*/
/*  src: url('fonts/AlibabaPuHuiTi-2-95-ExtraBold.otf');*/
/*}*/


/*@font-face {*/
/*  font-family: 'Manrope-Semibold';*/
/*  src: url('fonts/Manrope3-Semibold.woff2') format('woff2'),*/
/*      url('fonts/Manrope3-Semibold.woff') format('woff');*/
/*  font-weight: 600;*/
/*  font-style: normal;*/
/*  font-display: swap;*/
/*}*/

/*@font-face {*/
/*  font-family: 'Manrope3-Regular';*/
/*  src: url('fonts/Manrope3-Regular.woff2') format('woff2'),*/
/*      url('fonts/Manrope3-Regular.woff') format('woff');*/
/*  font-weight: normal;*/
/*  font-style: normal;*/
/*  font-display: swap;*/
/*}*/

/*@font-face {*/
/*  font-family: 'Manrope3-Medium';*/
/*  src: url('fonts/Manrope3-Medium.woff2') format('woff2'),*/
/*      url('fonts/Manrope3-Medium.woff') format('woff');*/
/*  font-weight: 500;*/
/*  font-style: normal;*/
/*  font-display: swap;*/
/*}*/
/*@font-face {*/
/*  font-family: 'Poppins';*/
/*  src: url('fonts/Poppins-SemiBold.woff2') format('woff2'),*/
/*      url('fonts/Poppins-SemiBold.woff') format('woff');*/
/*  font-weight: 600;*/
/*  font-style: normal;*/
/*  font-display: swap;*/
/*}*/

/*@font-face {*/
/*  font-family: 'Poppins-Medium';*/
/*  src: url('fonts/Poppins-Medium.ttf');*/
/*}*/


html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
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,
mark,
audio,
video {
  margin: 0;
  padding: 0px;
  border: 0;
  font-size: 100%;
  outline: none;
}

html {
  font-size: 100%;
  -webkit-overflow-scrolling: touch;
}

/* always display scrollbars */

body.noScroll {
  overflow: hidden;
}

/* video::-webkit-media-controls-play-button {
  display: none;
} */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

input,
select {
  vertical-align: middle;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

strong {
  font-weight: bold;
}

input {
  outline: none;
  padding: 0;
}

img {
  border: 0;
  max-width: 100%;
}

input[type="text"],
input[type="button"],
input[type="submit"],
input[type="reset"],
select {
  -webkit-appearance: none;
  border-radius: 0;
}

textarea {
  -webkit-appearance: none;
  border-radius: 0;
  background: none;
  outline: none;
  padding: 0;
  margin: 0;
  border: none;
}

::-moz-selection {
  background: #f7a300;
  color: #fff;
  text-shadow: none;
}

::selection {
  background: #f7a300;
  color: #fff;
  text-shadow: none;
}

a {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

a:link,
a:visited {
  text-decoration: none;
  color: inherit;
}

a:active,
a:hover {
  text-decoration: none;
  color: inherit;
}

.fc {
  text-align: center;
}

.fr {
  text-align: right;
}

.fl {
  float: right;
}

.vt {
  vertical-align: top;
}

.vm {
  vertical-align: middle;
}

.inner {
  width: 1400px;
  margin: 0px auto;
}

/* ::-webkit-scrollbar {
  width: 6px;
  height: 5px;
  border-radius: 3px;
  background-color: #fff;
}

::-webkit-scrollbar-track {
  border-radius: 6px;
  border-radius: 3px;
  background-color: #fff;
}

::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: #e62129;
} */

.slick-list {
  position: relative;
  z-index: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  zoom: 1;
}

.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.popUpblack {
  background: #000 \9;
  filter: alpha(opacity=80);
  background: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 1010;
  display: none;
}

.popUp {
  width: 220px;
  border: 2px solid #E9A43F;
  background: #fff;
  position: fixed;
  left: 50%;
  top: 50%;
  margin: -87px 0 0 -115px;
  z-index: 1004;
}

.popUp .t {
  padding: 0 0 0 10px;
  height: 26px;
  line-height: 26px;
  color: #666;
  font-weight: bold;
  border-bottom: 1px solid #e8e8e8;
  background: #f2f2f2;
}

.popUp .t .close {
  padding: 0 10px 0 0;
  float: right;
  cursor: pointer;
  color: #666;
  font-weight: normal;
}

.popUp .img {
  padding: 20px;
}

.popUp .img img {
  width: 100%;
  display: block;
}

.menubtn {
  display: none;
  width: 26px;
  height: 60px;
  position: relative;
  z-index: 20;
  float: right;
  cursor: pointer;
  transition: 0.4s;
  cursor: pointer;
}

.menubtn span {
  margin-top: 30px;
  display: block;
  width: 100%;
  height: 2px;
  background: #333;
  position: relative;
  vertical-align: middle;
  -webkit-transition-duration: .3s, .3s;
  -moz-transition-duration: .3s, .3s;
  -ms-transition-duration: .3s, .3s;
  -o-transition-duration: .3s, .3s;
  transition-duration: .3s, .3s;
  -webkit-transition-delay: .3s, 0s;
  -moz-transition-delay: .3s, 0s;
  -ms-transition-delay: .3s, 0s;
  -o-transition-delay: .3s, 0s;
  transition-delay: .3s, 0s;
  transition: color 0.3s 0s;
}

.menubtn span:after,
.menubtn span:before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 100%;
  height: 2px;
  left: 0;
  background-color: #333;
  -webkit-transition-duration: .3s, .3s;
  -moz-transition-duration: .3s, .3s;
  -ms-transition-duration: .3s, .3s;
  -o-transition-duration: .3s, .3s;
  transition-duration: .3s, .3s;
  -webkit-transition-delay: .3s, 0s;
  -moz-transition-delay: .3s, 0s;
  -ms-transition-delay: .3s, 0s;
  -o-transition-delay: .3s, 0s;
  transition-delay: .3s, 0s
}

.menubtn span:before {
  top: -10px;
  -webkit-transition-property: top, transform;
  -moz-transition-property: top, transform;
  -ms-transition-property: top, transform;
  -o-transition-property: top, transform;
  transition-property: top, transform;
}

.menubtn span:after {
  bottom: -10px;
  -webkit-transition-property: bottom, transform;
  -moz-transition-property: bottom, transform;
  -ms-transition-property: bottom, transform;
  -o-transition-property: bottom, transform;
  transition-property: bottom, transform;
}

.menubtn.active span {
  background-color: transparent;
  -webkit-transition-delay: 0s, 0s;
  -moz-transition-delay: 0s, 0s;
  -ms-transition-delay: 0s, 0s;
  -o-transition-delay: 0s, 0s;
  transition-delay: 0s, 0s;
}

.menubtn.active span:after,
.menubtn.active span:before {
  -webkit-transition-delay: 0s, .3s;
  -moz-transition-delay: 0s, .3s;
  -ms-transition-delay: 0s, .3s;
  -o-transition-delay: 0s, .3s;
  transition-delay: 0s, .3s;
}

.menubtn.active span:before {
  top: 0px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg)
}

.menubtn.active span:after {
  bottom: 0px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.promain {
  display: flex;
  margin-top: 50px;
  flex-wrap: wrap;
}

.promain .haoqi-product-info {
  width: 31%;
  background: #eee;
  margin: 1%;
}

.promain .haoqi-product-list {
  width: 49%;
  display: flex;
  flex-wrap: wrap;
  margin-left: auto;
}

.admiddle {
  margin-top: 20px;
  background: #fafafa;
  padding: 40px 0px;
}

.admiddle .inner {
  display: flex;
  flex-wrap: wrap;
}

.admiddle .common-title {
  margin-bottom: 40px;
}

.admiddle .inner>div {
  /*! width:49%; */
  /*! overflow: hidden; */
}

.admiddle .inner>div:nth-child(2) {
  margin-left: auto;
}

.promain .haoqi-product-list .haoqi-product-item:nth-child(1),
.promain .haoqi-product-list .haoqi-product-item:nth-child(2) {
  margin-bottom: 20px;
}

.admiddle img {

  transition: 0.68s;
}

.admiddle img:hover {
  transform: scale(1.05);
}

.imgh {
  transition: 0.68s;
}

.imgh:hover {
  transform: scale(1.05);
}

.adtree .inner {
  background: url(../images/hcp8.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  flex-wrap: wrap;
}

.adtree .inner .atreel {
  width: 50%;
}

.adtree .inner .atreer {
  width: 50%;
}

.adtree .inner .atreel .haoqi-product-text strong,
.adtree .inner .atreel .haoqi-product-text p,
.adtree .inner .atreel .haoqi-product-text .explore {
  text-align: left;
  padding-left: 10%
}

.adtree .inner .atreel .haoqi-product-text {
  padding-top: 10%;
}

.adtree .inner .atreel .haoqi-product-text .explore {
  justify-content: left;
  padding-left: 10%
}

.adfour {
  margin-top: 20px;
}

.adfour .inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.adfour .inner .haoqi-product-item {
  width: 32%;
  /*! margin:1%; */
  background: #eee;
}

.adfive {
  /*! margin:20px 0px; */
  background: url(/public/uploads/20250318/733bb8479768b5a9945e911df55031ad.png);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 50px 0px;
}

.adfive .inner {
  overflow: hidden;
}

.adfive .about {
  display: flex;
}

.adfive .about .abouutl {
  width: 40%;
}

.adfive .about .aboutr {
  width: 58%;
  margin-left: auto;
}

.adfive .about .aboutr span {
  color: #333;
}

.adfive .about .aboutr .explore {
  text-align: left;
  margin-top: 20px;
  justify-content: left;
}

.home-iphone .explore {
  justify-content: left;
}

.product-list {
  padding-top: 40px;
}

.product-li li {
  position: relative;
  width: 25%;
  /*! float: left; */
  /*! margin-right: 2.51%; */
  /*! margin-bottom: 60px; */
  padding: 10px;
  box-sizing: border-box;
}

.product-li li:nth-child(3n+3) {
  margin-right: 0;
}

.product-li li a:hover figure {
  background: #fff;
}

.product-li li a:hover figure:before {
  transform: scaleX(1);
}

.product-li li a:hover figure:after {
  transform: scaleY(1);
  transition-delay: 0.4s;
}

.product-li li a:hover figure i:before {
  transform: scaleX(1);
  transition-delay: 0.8s;
}

.product-li li a:hover figure i:after {
  transform: scaleY(1);
  transition-delay: 1.2s;
}

.product-li li a:hover figure img {
  transform: scale(1.05);
}

.product-li li figure {
  position: relative;
  width: 100%;
  height: 320px;
  background: #f6f6f6;
  overflow: hidden;
  transition: 0.58s;
}

.product-li li figure:before {
  position: absolute;
  left: 0;
  top: 0;
  background: #e62129;
  content: "";
  width: 100%;
  height: 2px;
  box-sizing: border-box;
  transition: 0.4s;
  transform-origin: left top;
  z-index: 2;
  transform: scaleX(0);
}

.product-li li figure:after {
  position: absolute;
  right: 0;
  top: 0;
  background: #e62129;
  content: "";
  width: 2px;
  height: 100%;
  box-sizing: border-box;
  transition: 0.4s;
  transform-origin: left top;
  transform: scaleY(0);
}

.product-li li figure i:before {
  position: absolute;
  right: 0;
  bottom: 0;
  background: #e62129;
  content: "";
  width: 100%;
  height: 2px;
  box-sizing: border-box;
  transition: 0.4s;
  transform-origin: right top;
  transform: scaleX(0);
}

.product-li li figure i:after {
  position: absolute;
  left: 0;
  bottom: 0;
  background: #e62129;
  content: "";
  width: 2px;
  height: 100%;
  box-sizing: border-box;
  transition: 0.4s;
  transform-origin: left bottom;
  transform: scaleY(0);
}

.product-li li figure img {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  max-width: 90%;
  max-height: 90%;
  margin: auto;
  transition: 0.5s;
}

.product-li li span {
  display: block;
  margin-top: 24px;
  text-align: center;
  line-height: 1;
  color: #333333;
  font-size: 16px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.breadcrumb {
  display: flex;
  align-items: center;
}

.product-leval-li .breadcrumb li a {}

.prot {
  display: flex;
  align-items: center;
  line-height: 1;
  color: #111111;
  /*! font-size: 1.29vw; */
  margin-bottom: 20px;
  padding: 0px 10px;
}

.product-li {
  display: flex;
  flex-wrap: wrap;
  /*! justify-content: space-between; */
}

.prot a {
  margin-left: auto;
  color: #999;
  /*! font-size:1vw; */
}

.catelist {
  margin: 20px 0px;
}

.product-views {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding: 82px 4.583% 160px;
  max-height: calc(100vh - 134px);
  box-sizing: border-box;
  z-index: 1;
}

.product-ww .prize-prev {
  display: none !important;
}

.product-introduct {
  float: left;
  width: 26.94%;
  padding-top: 3vw;
}

.product-introduct-top strong {
  display: block;
  margin-bottom: 30px;
  line-height: 1.2;
  color: #242c39;
  font-size: 40px;
}

.product-introduct-top p {
  color: #666666;
  font-size: 16px;
  line-height: 2;
}

.product-shopping {
  margin-top: 8vw;
}

.product-shopping p {
  color: #666666;
  font-size: 14px;
}

.shopping-list {
  margin-top: 26px;
  display: flex;
  display: -webkit-flex;
}

.shopping-list li {
  margin-right: 14px;
}

.shopping-list li a {
  display: block;
  width: 46px;
  height: 46px;
  text-align: center;
  line-height: 46px;
  border: 1px solid #d0d0d0;
  border-radius: 50%;
  color: #999999;
  font-size: 24px;
}

.shopping-list li a:hover {
  color: #c40101;
}

.shopping-list li:last-child a:hover {
  color: #09bb07;
}

.proudct-max {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -16vw;
  margin-top: -16vw;
  width: 32vw;
  height: 32vw;
  background: #f6f6f6;
  border-radius: 50%;
}

.product-sli-item {
  float: left;
  height: 32vw;
  position: relative;
  width: 100%;
  text-align: center;
}

.product-sli-item.slick-current img {
  transform: scale(1);
  opacity: 1;
}

.product-sli-item b {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -27px;
  top: 50%;
  margin-top: -27px;
  z-index: 5;
  font-size: 54px;
  color: #333;
  line-height: 1;
  font-weight: normal;
  cursor: pointer;
  transition: 0.5s;
}

.product-sli-item b:hover {
  color: #E62129;
}

.product-sli-item .newsVidoe {
  border-radius: 50%;
}

.product-sli-item img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  max-width: 70%;
  max-height: 70%;
  margin: auto;
  opacity: 0;
  transform: scale(0.5);
  transition: 0.8s 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.product-min {
  position: absolute;
  right: 5.625%;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  z-index: 10;
}

.product-min .probtn {
  display: block;
  margin: auto;
  width: 58px;
  height: 58px;
  border: 1px solid #b1b1b1;
  border-radius: 50%;
  text-align: center;
  line-height: 58px;
  color: #303948;
  font-size: 18px;
  cursor: pointer;
  transition: 0.45s;
}

.product-min .probtn:hover {
  background: #E62129;
  border-color: #E62129;
  color: #fff;
}

.product-swiper-min {
  margin: 23px 0 19px;
}

.product-min-item {
  cursor: pointer;
  margin-bottom: 4px;
}

.product-min-item:hover figure:before,
.product-min-item.slick-current figure:before {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}

.product-min-item figure {
  display: block;
  position: relative;
  width: 109px;
  height: 111px;
  background: #f6f6f6;
}

.product-min-item figure:before {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
  content: "";
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  border: 1px solid #E62129;
  opacity: 0;
  visibility: hidden;
  transition: 0.45s;
}

.product-min-item figure img {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  max-width: 70%;
  max-height: 70%;
}

.product-detaul {
  padding: 100px 0 0;
  font-size: 14px;
  line-height: 30px;
}

.product-detaul .product-ccc {
  color: #333;
  line-height: 30px;
}

.staff-tt {
  display: block;
  margin-bottom: 52px;
  line-height: 1;
  text-align: center;
  color: #242c39;
  font-size: 30px;
}

.proitems li {
  margin-bottom: 52px;
  background: #fafafa;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: center;
  -webkit-align-items: center;
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}

.proitems li:last-child {
  margin-bottom: 0;
}

.proitems li:nth-child(2n+2) {
  flex-direction: row;
  -webkit-flex-direction: row;
}

.proitems li:nth-child(2n+2) .product-vietext {
  margin-left: 0;
  margin-right: 6.5%;
}

.proitems li figure {
  display: block;
  width: 50%;
  line-height: 1;
}

.proitems li figure img {
  display: block;
  width: 100%;
  height: auto;
}

.product-vietext {
  width: 36.666%;
  margin-left: 6.5%;
}

.product-vietext strong {
  display: block;
  margin-bottom: 32px;
  line-height: 1.2;
  color: #2d313d;
  font-size: 28px;
}

.product-vietext p {
  color: #666666;
  font-size: 16px;
}

.parameter {
  padding-top: 95px;
  color: #333;
  font-size: 14px;
  line-height: 30px;
}

.parameter-list {
  border-top: 2px solid #999999;
}

.parameter-list li {
  display: flex;
  display: -webkit-flex;
  padding: 20px 12px;
  border-bottom: 1px solid #999999;
}

.parameter-list li span {
  display: block;
  width: 158px;
  color: #333333;
  font-size: 16px;
  font-weight: bold;
}

.parameter-list li p {
  flex: 1;
  -webkit-flex: 1;
  font-size: 16px;
  color: #333333;
}

.guarantees {
  padding: 86px 0 150px;
}

.guarantee-list {
  border-top: 2px solid #999999;
}

.guarantee-list li {
  padding: 26px 26px 44px;
  border-bottom: 1px solid #999999;
  display: flex;
  display: -webkit-flex;
}

.guarantee-list li b {
  display: block;
  width: 66px;
  height: 85px;
  text-align: center;
  line-height: 90px;
  font-weight: normal;
  color: #2f3745;
  font-size: 34px;
  background: url(../images/water6.png) center no-repeat;
  background-size: cover;
}

.guarantee-text {
  margin-left: 63px;
  padding-top: 13px;
  flex: 1;
  -webkit-flex: 1;
}

.guarantee-text strong {
  display: block;
  margin-bottom: 15px;
  line-height: 1;
  color: #242c39;
  font-size: 18px;
}

.guarantee-text p {
  color: #666666;
  font-size: 16px;
  line-height: 1.6;
}

.solve {
  padding: 106px 0 120px;
  border-top: 12px solid #f6f6f6;
}

.solve-banner {
  margin-top: 56px;
  position: relative;
}

.solve-banner .prize-prev.prev {
  left: -92px;
}

.solve-banner .prize-prev.next {
  right: -92px;
}

.solve-slide:hover figure img {
  transform: scale(1.05);
}

.solve-slide figure {
  display: block;
  line-height: 1;
  overflow: hidden;
}

.solve-slide figure img {
  display: block;
  width: 100%;
  height: auto;
  transition: 0.6s;
}

.solve-slide span {
  display: block;
  margin-top: 25px;
  text-align: center;
  color: #666666;
  font-size: 16px;
  line-height: 1;
}

.pros-slide {
  overflow: hidden;
}

.pros-slide figure {
  display: block;
  line-height: 1;
  overflow: hidden;
}

.pros-slide figure img {
  display: block;
  width: 100%;
  height: auto;
}

.product-dit {
  display: flex;
  display: -webkit-flex;
  margin-top: 20px;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
}

.product-p {
  position: relative;
  width: 25px;
  height: 25px;
  background: #e1e1e1;
  border-radius: 50%;
  text-align: center;
  line-height: 25px;
  cursor: pointer;
  color: #2b303a;
  font-size: 14px;
}

.product-p:hover {
  background: #E62129;
}

.numbles {
  margin: 0 23px;
  color: #333333;
  font-size: 16px;
}

.inner-search {
  padding-bottom: 460px;
  overflow: hidden;
  background-position: center;
  background-size: cover;
}

.inner-search .search-sub {
  top: auto;
  transform: translateY(0px);
  -webkit-transform: translateY(0px);
  bottom: 104px;
}

.search-result {
  padding: 66px 0 30px 4.687%;
}

.search-r-btn {
  display: inline-block;
  vertical-align: top;
  position: sticky;
  top: 100px;
  width: 14.06vw;
}

.search-r-btn p {
  padding-bottom: 12px;
  border-bottom: 1px solid #999999;
  color: #2c3441;
  font-size: 16px;
  line-height: 1;
}

.search-btnli {
  margin-top: 19px;
}

.search-btnli li {
  margin-bottom: 10px;
}

.search-btnli li.active a i {
  opacity: 1;
  visibility: visible;
  transform: translateX(0px);
}

.search-btnli li a {
  position: relative;
  display: inline-block;
  min-width: 102px;
  box-sizing: border-box;
  padding-right: 30px;
  color: #2c3441;
  font-size: 18px;
  line-height: 24px;
}

.search-btnli li a:hover i {
  opacity: 1;
  visibility: visible;
  transform: translateX(0px);
}

.search-btnli li a i {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 24px;
  height: 24px;
  text-align: center;
  line-height: 24px;
  border-radius: 50%;
  background: #E62129;
  color: #3a5664;
  font-size: 16px;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
  transform: translateX(14px);
}

.serch-result-list {
  margin-left: 12.5vw;
  display: inline-block;
  width: 53.125vw;
}

.result-li li {
  padding: 38px 0 44px;
  border-bottom: 1px solid #e1e1e1;
}

.result-li li:first-child {
  padding-top: 0;
}

.result-li li a:hover figure img {
  transform: scale(1.05);
}

.result-li li a strong {
  display: block;
  margin-bottom: 24px;
  line-height: 1.2;
  color: #333333;
  font-size: 24px;
}

.result-li li a strong b {
  color: #E62129;
}

.result-text {
  display: flex;
  display: -webkit-flex;
}

.result-text figure {
  display: block;
  margin-right: 26px;
  width: 200px;
  line-height: 1;
  overflow: hidden;
}

.result-text figure img {
  display: block;
  width: 100%;
  height: auto;
  transition: 0.5s;
}

.result-text p {
  flex: 1;
  -webkit-flex: 1;
  color: #666666;
  font-size: 16px;
}

.leval-menus {
  position: relative;
}

.leval-menu-flex {
  position: sticky;
  left: 0;
  top: 70px;
  height: 80px;
  background: #f8f8f8;
  text-align: center;
  z-index: 40;
}

.leval-list {
  display: inline-flex;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  height: 100%;
}

.leval-list li {
  position: relative;
  z-index: 3;
  margin-right: 64px;
}

.leval-list li:before {
  content: "";
  width: 0;
  height: 9px;
  background: #E62129;
  position: absolute;
  right: 0;
  bottom: 0;
  transition: 0.4s;
  z-index: -1;
}

.leval-list li:hover,
.leval-list li.active {
  color: #fff;
}

.leval-list li:hover:before,
.leval-list li.active:before {
  width: 100%;
  right: auto;
  left: 0;
}

.leval-list li:last-child {
  margin-right: 0;
}

.leval-list li.active a,
.leval-list li:hover a {
  color: #2c3441;
}

.leval-list li a {
  display: inline-block;
  position: relative;
  z-index: 3;
  color: #333333;
  font-size: 16px;
  padding: 0 2px;
}

.product-introduct-top p {
  color: #666666;
  font-size: 16px;
  line-height: 2;
}

.product-introduct-top {
  font-size: 14px;
  font-family: "Microsoft YaHei";
  color: rgb(102, 102, 102);
  text-transform: uppercase;
  line-height: 2.5;
}

.paprev.next {
  right: 0;
  background: url(../images/wave2.png) center no-repeat;
  background-size: auto;
}

.paprev {
  position: absolute;
  top: 24%;
  width: 23px;
  height: 113px;
  z-index: 10;
  background: url(../images/wave1.png) center no-repeat;
  background-size: auto;
  background-size: cover !important;
  transition: 0.45s;
  display: none !important;
}

.news-inner {
  margin: auto;
  padding: 104px 0;
  max-width: 90%;
  width: 1400px;
  /*! margin: 50px auto; */
  /*! padding: 50px 0px; */
}

.news-inner .page-list {
  /*! margin-top: -56px; */
}

.news-inner-list {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}

.news-inner-list li {
  float: left;
  position: relative;
  margin-bottom: 56px;
  margin-right: 2%;
  width: 32%;
  padding-bottom: 162px;
  overflow: hidden;
}

.news-inner-list li:nth-child(3n+3) {
  margin-right: 0;
}

.news-inner-list li figure {
  position: relative;
  display: block;
  padding-bottom: 56%;
  height: 0;
  overflow: hidden;
  line-height: 1;
  transition: 0.58s;
}

.news-inner-list li figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
  transition: 0.58s;
}

.news-inner-list li figure b {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -27px;
  margin-top: -27px;
  display: block;
  line-height: 1;
  font-size: 54px;
  font-weight: normal;
  transition: 0.4s;
  z-index: 3;
  color: #fff;
}

.news-inner-list li a:hover figure {
  transform: translateY(-100%);
  opacity: 0;
}

.news-inner-list li a:hover figure img {
  transform: scale(1.05);
}

.news-inner-list li a:hover .news-inner-text {
  padding-top: 54px;
  margin-top: 0;
  top: 0%;
}

.news-inner-list li a:hover .news-inner-text p {
  opacity: 1;
  visibility: visible;
}

.news-inner-text {
  position: absolute;
  left: 0;
  top: 100%;
  margin-top: -162px;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  padding: 35px 44px 43px;
  transition: 0.58s;
  background: #f9f9f9;
}

.news-inner-text time {
  display: block;
  margin-bottom: 14px;
  line-height: 1;
  color: #999999;
  font-size: 14px;
}

.news-inner-text strong {
  display: block;
  line-height: 1.4;
  color: #2c3441;
  font-size: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  transition: 0.56s;
}

.news-inner-text p {
  margin-top: 35px;
  color: #666666;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  opacity: 0;
  visibility: hidden;
  transition: 0.68s;
}

.news-inner-text span {
  margin-top: 124px;
  display: inline-block;
  color: #2c3441;
  font-size: 14px;
  line-height: 32px;
  font-weight: bold;
}

.news-inner-text span i {
  display: inline-block;
  margin-right: 8px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  text-align: center;
  line-height: 32px;
  background: #E62129;
  font-size: 18px;
  color: #2c3441;
  font-weight: bold;
  transition: 0.38s;
}

.news-video {
  position: relative;
  height: 700px;
  z-index: 3;
  overflow: hidden;
}

.news-video .aboutVideo {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  object-fit: cover;
}

.news-video .about-text strong {
  font-size: 30px;
}

.news-viode-list li .news-inner-text span {
  margin-top: 230px;
}

.news-viode-list li .news-inner-text i {
  position: relative;
  top: -1px;
  display: inline-block;
  vertical-align: middle;
}

.news-viode-list li .news-inner-text i:before {
  position: absolute;
  top: 50%;
  margin-top: -5px;
  left: 13px;
  content: "";
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 7px solid #000000;
}

.news-viode-list li {
  position: relative;
}

.news-viode-list li figure {
  z-index: 3;
}

.newsVidoe {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: none;
}

.news-view {
  padding: 0 0 105px;
  background: #f6f6f6;
}

.news-title {
  padding: 72px 0 44px;
  text-align: center;
}

.news-title strong {
  display: block;
  margin-bottom: 16px;
  line-height: 1.2;
  color: #242c39;
  font-size: 30px;
}

.news-title time {
  display: block;
  line-height: 1;
  color: #666666;
  font-size: 14px;
}

.news-view {
  padding: 0 0 105px;
  background: #f6f6f6;
}

.news-title {
  padding: 72px 0 44px;
  text-align: center;
}

.news-title strong {
  display: block;
  margin-bottom: 16px;
  line-height: 1.2;
  color: #242c39;
  font-size: 30px;
}

.news-title time {
  display: block;
  line-height: 1;
  color: #666666;
  font-size: 14px;
}

.view-content {
  padding: 86px 7.166% 106px;
  background: #fff;
  color: #666666;
  font-size: 16px;
}

.view-content img {
  max-width: 100%;
  width: auto !important;
  height: auto !important;
}

.hot-news {
  padding: 98px 0 104px;
}

.news-title h1 {
  display: block;
  margin-bottom: 16px;
  line-height: 1.2;
  color: #242c39;
  font-size: 30px;
}

.product-introduct-top strong {
  display: block;
  margin-bottom: 30px;
  line-height: 1.2;
  color: #242c39;
  font-size: 40px;
}

.leval-menus {
  position: relative;
}

.leval-menu-flex {
  position: sticky;
  left: 0;
  top: 70px;
  height: 80px;
  background: #f8f8f8;
  text-align: center;
  z-index: 40;
}

.leval-list {
  display: inline-flex;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  height: 100%;
}

.leval-list li {
  position: relative;
  z-index: 3;
  margin-right: 64px;
}

.leval-list li:before {
  content: "";
  width: 0;
  height: 9px;
  background: #E62129;
  position: absolute;
  right: 0;
  bottom: 0;
  transition: 0.4s;
  z-index: -1;
}

.leval-list li:hover,
.leval-list li.active {
  color: #fff;
}

.leval-list li:hover:before,
.leval-list li.active:before {
  width: 100%;
  right: auto;
  left: 0;
}

.leval-list li:last-child {
  margin-right: 0;
}

.leval-list li.active a,
.leval-list li:hover a {
  color: #2c3441;
}

.leval-list li a {
  display: inline-block;
  position: relative;
  z-index: 3;
  color: #333333;
  font-size: 16px;
  padding: 0 2px;
}

.about-introduct {
  position: relative;
  z-index: 3;
  padding: 124px 0 428px;
  overflow: hidden;
}

.about-introduct .particle-network-animation {
  pointer-events: none;
}

.about-introduct .about-waters {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 0;
  pointer-events: none;
  content: "";
  width: 130%;
  height: 465px;
  background: url(../img/43.png) left bottom no-repeat;
  transition: 0.1s;
}

@keyframes bg_move {
  0% {
    left: 0;
  }

  100% {
    left: -30%;
  }
}

.about-introduct-wrap {
  margin: auto;
  width: 705px;
}

.commons-text1 {
  position: relative;
  bottom: 0;
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}

.commons-text1 h6 {
  margin-bottom: 20px;
  color: #303743;
  font-size: 16px;
}

.commons-text1 strong {
  color: #242c39;
  line-height: 1.2;
}

.about-intro-text {
  position: relative;
  margin-top: 24px;
  padding-top: 82px;
}

.about-intro-text:before {
  position: absolute;
  left: 50%;
  margin-left: -1px;
  top: 0;
  content: "";
  width: 2px;
  height: 48px;
  background: #d1d1d1;
}

.about-intro-text p {
  color: #666666;
  font-size: 16px;
  text-indent: 34px;
  text-align: center;
}

.about-btns {
  margin-top: 62px;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}

.about-btn-item {
  margin-right: 26px;
}

.about-btn-item a {
  display: block;
  position: relative;
  z-index: 3;
  width: 120px;
  height: 120px;
  text-align: center;
  padding-top: 24px;
  box-sizing: border-box;
}

.about-btn-item a:hover:before {
  background-color: #E62129;
  transform: rotateY(180deg);
}

.about-btn-item a:hover b,
.about-btn-item a:hover span {
  color: #fff;
}

.about-btn-item a:hover b {
  transform: translateY(-4px);
}

.about-btn-item a:before {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #f8f8f8;
  transition: 0.45s;
}

.about-btn-item a b {
  display: block;
  margin-bottom: 10px;
  color: #E62129;
  font-size: 40px;
  line-height: 1;
  font-weight: normal;
  transition: 0.38s;
}

.about-btn-item a span {
  display: block;
  line-height: 1;
  color: #2c3441;
  font-size: 16px;
  transition: 0.38s;
}

.about-btn-item:last-child {
  margin-right: 0;
}

.mission {
  margin: auto;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: center;
  -webkit-align-items: center;
  padding: 88px 0 190px;
  width: 1240px;
}

.commons-text2 {
  position: relative;
  bottom: 0;
  top: 0;
  opacity: 1;
  visibility: visible;
  transform: scale(1);
  text-align: left;
  width: auto;
}

.commons-text2 p {
  color: #242c39;
}

.commons-text2 strong {
  color: #242c39;
  line-height: 1.2;
}

.commons-text2 strong b {
  display: block;
  color: #7e8ba5;
}

.commons-text2 span {
  transition: 0.4s;
  color: #2c3441;
}

.commons-text2 span:hover {
  color: #E62129;
}

.commons-text2 span:hover i {
  background: #E62129;
}

.mission-right {
  position: relative;
  width: 652px;
  height: 652px;
}

.misiio-bg {
  position: relative;
  width: 100%;
  height: 100%;
}

.misiio-bg figure {
  display: block;
  width: 100%;
  height: 100%;
}

.misiio-bg figure img {
  position: absolute;
  right: -16.56%;
  top: -5.36%;
  height: 127.6%;
}

.misiio-bg .misiio-arl {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -36.5%;
  margin-top: -36.5%;
  display: block;
  width: 73%;
  height: auto;
}

.mission-item {
  position: absolute;
}

.mission-item a {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}

.mission-item a:hover .mision-icon:before {
  transform: scale(1.1);
}

.mission-item a:hover .mision-icon i {
  transform: rotate(180deg);
}

.mission-item a span {
  display: block;
  margin: 0 10px;
  color: #273441;
  font-size: 14px;
  white-space: nowrap;
}

.mission-item1 {
  left: 79.38%;
  top: 17.17%;
}

@keyframes scalcMove {
  0% {
    transform: scale(1);
    opacity: 1;
  }

  50% {
    transform: scale(1.3);
    opacity: 0.2;
  }

  100% {
    transform: scale(1);
    opacity: 1;
  }
}

.mision-icon {
  position: relative;
  z-index: 2;
  width: 69px;
  height: 69px;
  border-radius: 50%;
}

.mision-icon:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(108, 204, 220, 0.2);
  border-radius: 50%;
  z-index: -1;
  transition: 0.4s;
  animation: scalcMove 3s infinite;
}

.mision-icon i {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -16px;
  margin-top: -16px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #E62129;
  transition: 0.4s;
}

.mision-icon i:before {
  position: absolute;
  left: 50%;
  margin-left: -7px;
  top: 50%;
  margin-top: -1px;
  content: "";
  width: 14px;
  height: 2px;
  border-radius: 1px;
  background: #242c39;
}

.mision-icon i:after {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -1px;
  margin-top: -7px;
  content: "";
  width: 2px;
  height: 14px;
  border-radius: 1px;
  background: #242c39;
}

.mission-item2 {
  top: 35.88%;
  right: 88.65%;
}

.mission-item2 a {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}

.honor-box {
  padding-top: 65px;
  padding-bottom: 44px;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  overflow: hidden;
}

.honor-box .honor-titles {
  padding-left: 74px;
  color: #fff;
  font-size: 16px;
  font-weight: normal;
}

.honor-swiper {
  padding-left: 12.29%;
  margin-top: 150px;
  height: 610px;
  cursor: grab;
}

.honor-slide {
  height: 100%;
  width: 2595px;
  background: url(../images/honor.png) 54px 62px no-repeat;
  margin-left: -100px;
}

.honor-slide:first-child {
  margin-left: 0;
}

.honor-item {
  position: absolute;
  cursor: pointer;
}

.honor-item:hover figure {
  transform: translateY(-10px);
}

.honor-item figure {
  display: block;
  width: 108px;
  height: 108px;
  border: 6px solid #fff;
  border-radius: 50%;
  transition: 0.45s;
}

.honor-item figure img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 50%;
}

.honor-item time {
  display: block;
  margin-top: 18px;
  line-height: 1;
  color: #fff;
  font-size: 18px;
  text-align: center;
}

.honor-item1 {
  left: 0;
  top: 35.57%;
}

.honor-item2 {
  left: 17.18%;
  top: 29.5%;
}

.honor-item3 {
  left: 29.59%;
  top: 19.344%;
}

.honor-item3 figure {
  width: 188px;
  height: 188px;
}

.honor-item3 time {
  margin-top: 22px;
  font-size: 36px;
}

.honor-item4 {
  left: 43.853%;
  top: 47.377%;
}

.honor-item5 {
  left: 57.92%;
  top: 10px;
}

.honor-item6 {
  left: 53.95%;
  bottom: 0;
}

.honor-item7 {
  left: 64.74%;
  top: 51.475%;
}

.honor-item7 figure {
  width: 188px;
  height: 188px;
}

.honor-item7 time {
  margin-top: 22px;
  font-size: 36px;
}

.honor-item8 {
  left: 81.96%;
  top: 53.77%;
}

.honor-item9 {
  right: 0;
  top: 37.54%;
}

.honor-hand {
  margin-top: 36px;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
}

.honor-hand i {
  display: inline-block;
  color: #fff;
  font-size: 18px;
  line-height: 1;
}

.honor-hand span {
  display: block;
  margin: 0 22px;
  color: #fff;
  line-height: 1;
  font-size: 28px;
  animation: handMove 1s infinite;
}

@keyframes handMove {
  0% {
    opacity: 1;
    transform: translateX(4px);
  }

  100% {
    opacity: 0.2;
    transform: translateX(-4px);
  }
}

.member-box {
  position: relative;
  overflow: hidden;
}

.member-imgs {
  position: relative;
  width: 79%;
}

.member-imgs img {
  display: block;
  width: 100%;
  height: auto;
}

.about-left p {
  text-align: left;
}

.member-in {
  position: absolute;
  z-index: 5;
}

.member-in a {
  color: #4e545f;
  font-size: 15px;
  line-height: 1;
  display: block;
}

.member-in a:hover {
  color: #E62129;
}

.member-in1 {
  left: 57%;
  top: 59.28%;
}

.member-in2 {
  left: 47.85%;
  top: 69.05%;
}

.member-in3 {
  left: 49.7%;
  top: 81.68%;
}

.member-in4 {
  left: 44.49%;
  top: 89.1%;
}

.member-text {
  position: absolute;
  right: 50%;
  margin-right: -600px;
  top: 50%;
  margin-top: -167px;
  width: 400px;
}

.member-text strong {
  display: block;
  line-height: 1.2;
  color: #242c39;
  font-size: 44px;
}

.member-data {
  margin-top: 52px;
  margin-left: -44px;
  margin-right: -44px;
  display: flex;
  display: -webkit-flex;
}

.member-data-item {
  flex: 1;
  -webkit-box-flex: 1;
  text-align: center;
  padding: 7px 0 28px;
  border-right: 1px solid #f5f5f5;
}

.member-data-item:last-child {
  border-right: none;
}

.member-data-item strong {
  display: block;
  margin-bottom: 10px;
  line-height: 1;
  color: #E62129;
  font-size: 44px;
  font-weight: normal;
}

.member-data-item p {
  display: block;
  color: #2c3441;
  font-size: 14px;
  line-height: 1;
}

.checkmore {
  margin-top: 43px;
}

.checkmore a {
  display: inline-block;
  color: #2c3441;
  font-size: 15px;
  line-height: 32px;
}

.checkmore a:hover {
  color: #E62129;
}

.checkmore a:hover i {
  text-indent: 3px;
}

.checkmore a i {
  position: relative;
  top: -1px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
  width: 32px;
  height: 32px;
  text-align: center;
  line-height: 32px;
  border-radius: 50%;
  background: #E62129;
  color: #2c3441;
  font-size: 18px;
  transition: 0.32s;
}

.staffs {
  padding-top: 98px;
  padding-bottom: 180px;
}

.staff-tt {
  display: block;
  margin-bottom: 52px;
  line-height: 1;
  text-align: center;
  color: #242c39;
  font-size: 30px;
}

.staff-text {
  position: relative;
}

.staff-text figure {
  display: block;
  line-height: 1;
  overflow: hidden;
}

.staff-text figure img {
  display: block;
  width: 100%;
  height: auto;
}

.staff-text .mission-item {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}

.staff-text .mission-item span {
  color: #fff;
}

.pop-honor {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 199;
  opacity: 0;
  visibility: hidden;
  transition: 1s;
  pointer-events: none;
}

.pop-honor.show {
  opacity: 1;
  visibility: visible;
  pointer-events: visible;
}

.pop-honor.show .honor-pop-content {
  transform: scale(1);
}

.pop-honor.show .honor-pop-content .honor-wr {
  opacity: 1;
  visibility: visible;
  margin-top: 0;
}

.pop-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

.honor-pop-content {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  margin-left: -362px;
  margin-top: -362px;
  width: 724px;
  height: 724px;
  border-radius: 50%;
  transform: scale(0);
  transition: 1s;
}

.honor-pop-content:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 50%;
}

.closes {
  display: block;
  position: absolute;
  right: 27px;
  top: 96px;
  line-height: 1;
  color: #fff;
  cursor: pointer;
  font-size: 36px;
  transition: 0.4s;
}

.closes:hover {
  transform: rotate(180deg);
}

.honor-wr {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  width: 454px;
  max-width: 90%;
  opacity: 0;
  visibility: hidden;
  margin-top: 120px;
  transition: 0.78s;
}

.honor-wr time {
  display: block;
  margin-bottom: 65px;
  text-align: center;
  line-height: 1;
  color: #242c39;
  font-size: 48px;
}

.honor-wr p {
  position: relative;
  padding-left: 25px;
  color: #666666;
  font-size: 16px;
}

.honor-wr p:before {
  position: absolute;
  left: 0;
  top: 10px;
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #666666;
}

.inner-video {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 199;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: 0.88s;
}

.inner-video.show {
  opacity: 1;
  visibility: visible;
  pointer-events: visible;
}

.inner-video.show .inner-video-wr {
  opacity: 1;
  visibility: visible;
  margin-top: 0;
}

.inner-video-wr {
  position: absolute;
  left: 50%;
  margin-left: -600px;
  top: 50%;
  padding-bottom: 605px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  margin-top: 200px;
  opacity: 0;
  visibility: hidden;
  transition: 0.68s;
}

.inner-video-wr .aboutVideo {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.inner-video-wr .closevideo {
  display: block;
  position: absolute;
  right: -30px;
  top: 0;
  line-height: 1;
  color: #fff;
  font-size: 30px;
  object-fit: cover;
  cursor: pointer;
  transition: 0.4s;
}

.inner-video-wr .closevideo:hover {
  transform: rotate(180deg);
}

.waterWdqp {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  pointer-events: none;
  overflow: hidden;
  z-index: 9;
  /* display: none; */
}

.waterWdqp dd {
  position: relative;
  -webkit-animation: sway 8s 0s ease-in-out infinite;
  animation: sway 8s 0s ease-in-out infinite;
}

.waterWdqp dd span {
  width: 153px;
  height: 145px;
  background: url(../images/bubble1.png) no-repeat center center;
  background-size: cover;
  position: absolute;
  animation-name: qipao;
  animation-duration: 60s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

.waterWdqp dd.dd1 span {
  -webkit-animation: rise 6.5s 0.3s linear infinite;
  animation: rise 6.5s 0.3s linear infinite;
  left: 10%;
  top: calc(100vh);
}

.waterWdqp dd.dd2 span {
  -webkit-animation: rise 18s linear infinite;
  animation: rise 18s linear infinite;
  height: 120px;
  left: 33.12%;
  top: calc(100vh);
  width: 142px;
  background: url(../images/bubble3.png) no-repeat center center;
}

.waterWdqp dd.dd3 span {
  -webkit-animation: rise 28s 0.45s linear infinite;
  animation: rise 28s 0.45s linear infinite;
  height: 164px;
  left: 62.18%;
  top: calc(100vh);
  width: 153px;
  background: url(../images/bubble4.png) no-repeat center center;
}

.waterWdqp dd.dd4 span {
  -webkit-animation: rise 12s linear infinite;
  animation: rise 12s linear infinite;
  height: 78px;
  left: 35.41%;
  top: calc(100vh);
  width: 78px;
  background: url(../images/bubble5.png) no-repeat center center;
}

.waterWdqp dd.dd5 span {
  -webkit-animation: rise 14s 0.5s linear infinite;
  animation: rise 14s 0.5s linear infinite;
  height: 38px;
  left: 46%;
  top: calc(100vh);
  width: 38px;
}

.waterWdqp dd.dd6 span {
  -webkit-animation: rise 9.5s 0.2s linear infinite;
  animation: rise 9.5s 0.2s linear infinite;
  height: 48px;
  left: 10%;
  top: calc(100vh);
  width: 48px;
}

.waterWdqp dd.dd7 span {
  -webkit-animation: rise 13.5s linear infinite;
  animation: rise 13.5s linear infinite;
  height: 14px;
  left: 65%;
  top: calc(100vh);
  width: 14px;
}

.waterWdqp dd.dd8 span {
  -webkit-animation: rise 17s linear infinite;
  animation: rise 17s linear infinite;
  height: 36px;
  left: 85%;
  top: calc(100vh);
  width: 36px;
}

.waterWdqp dd.dd10 span {
  -webkit-animation: rise 5.5s linear infinite;
  animation: rise 5.5s linear infinite;
  height: 16px;
  left: 71%;
  top: calc(100%);
  width: 16px;
}

.waterWdqp dd.dd11 span {
  -webkit-animation: rise 6.5s linear infinite;
  animation: rise 6.5s linear infinite;
  height: 42px;
  left: 20%;
  top: calc(100%);
  width: 42px;
}

@-webkit-keyframes rise {
  0% {
    top: 120vh;
  }

  70% {
    opacity: 1;
  }

  95% {
    opacity: 0;
  }

  100% {
    top: -150vh;
    opacity: 0.3;
  }
}

@keyframes rise {
  0% {
    top: 120vh;
  }

  70% {
    opacity: 1;
  }

  95% {
    opacity: 0;
  }

  100% {
    top: -150vh;
    opacity: 0.3;
  }
}

@-webkit-keyframes sway {
  20% {
    -webkit-transform: translate(-28px);
    transform: translate(-28px);
  }

  25% {
    -webkit-transform: translate(-30px);
    transform: translate(-30px);
  }

  70% {
    -webkit-transform: translate(28px);
    transform: translate(28px);
  }

  75% {
    -webkit-transform: translate(30px);
    transform: translate(30px);
  }
}

@keyframes sway {
  20% {
    -webkit-transform: translate(-28px);
    transform: translate(-28px);
  }

  25% {
    -webkit-transform: translate(-30px);
    transform: translate(-30px);
  }

  70% {
    -webkit-transform: translate(28px);
    transform: translate(28px);
  }

  75% {
    -webkit-transform: translate(30px);
    transform: translate(30px);
  }
}

.introduct-inf0-item {
  padding: 0 35px;
  padding-bottom: 8px;
  border-right: 1px solid #f5f5f5;
  text-align: center;
}

.introduct-inf0-item:first-child {
  padding-left: 0;
}

.introduct-inf0-item:last-child {
  border-right: none;
  padding-right: 0;
}

.introduct-inf0-item p {
  margin-bottom: 10px;
  color: #E62129;
  font-size: 14px;
  line-height: 1;
}

.introduct-inf0-item p b {
  margin-right: 6px;
  font-size: 44px;
  font-weight: normal;
}

.introduct-inf0-item span {
  display: block;
  line-height: 1.3;
  color: #2c3441;
  font-size: 14px;
}

.company-culture {
  position: relative;
  z-index: 2;
  padding: 114px 0 148px;
  border-top: 12px solid #f8f8f8;
  border-bottom: 12px solid #f8f8f8;
}

.company-culture-wr {
  margin: auto;
  width: 1460px;
}

.company-list li {
  float: left;
  margin-right: 0.695%;
  position: relative;
  width: 32.87%;
}

.cont {
  font-size: 20px;
  margin-bottom: 50px;
  position: relative;
}

.cont::after {
  position: absolute;
  left: 0px;
  bottom: -10px;
  height: 3px;
  width: 40px;
  --tw-content: '';
  content: var(--tw-content);
  background-color: #E62129;
}

.conblock {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.conblock .conl {
  width: 70%;
}

.conblock .conr {
  width: 28%;
  margin-left: auto;
  background: #eee;
}

.conblock .conr .wex {
  display: flex;
  flex-wrap: wrap;
  padding: 20px;
}

.conblock .conr .wex .wx1 {
  width: 48%;
  margin: 1%;
  text-align: center;
  background: white;
  padding: 5px;
  box-sizing: border-box;
}

#culture {
  background: #eee;
  padding: 94px 150px;
  margin-bottom: 20px;
}

#culture .culture-item {
  width: 31%;
  /* 三列布局 */
  display: inline-block;
  padding: 10px 20px;
  margin: 1%;
  background: #fff;
  transition: box-shadow 0.3s ease-in-out, transform 0.3s ease-in-out;
  color: #333;
  box-sizing: border-box;
}

#culture .culture-item p {
  font-size: 16px;
  color: #888
}

#culture .culture-item:hover {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  transform: translateY(-5px);
}

#culture h2 {
  margin-top: 0;
  font-size: 18px;
  margin-bottom: 10px;
}

.conblock2 {
  margin: 50px 0px;
}

.news-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.news-list li {
  display: flex;
  margin-bottom: 40px;
  transition: box-shadow 0.3s ease-in-out, transform 0.3s ease-in-out;
  /*! align-items: center; */
}

.news-list li:hover {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  transform: translateY(-5px);
}

.news-list li:nth-last-child(odd) {
  background: #fafafa;
}

.news-list .thumb {
  width: 300px;
  /* 缩略图宽度 */
  height: 200px;
  /* 缩略图高度 */
  margin-right: 15px;
}

.news-list .content {
  /*! flex-grow: 1; */
  padding: 10px 0px;
  width: calc(100% - 320px);
  margin-left: auto;
}

.news-list .title {
  font-size: 18px;
  color: #333;
  margin-bottom: 5px;
}

.news-list .description {
  font-size: 14px;
  color: #666;
  margin: 10px 0px;
}

.news-list .time {
  font-size: 12px;
  color: #999;
  margin-left: auto;
  /* 将时间放在右侧 */
}

.common-title.articleShow .product-title {
  position: relative;
  /*! margin-bottom: 40px; */
}

.common-title.articleShow .product-title span {
  display: none
}

.common-title.articleShow .product-title::after {
  position: absolute;
  left: 5px;
  bottom: -2px;
  height: 5px;
  width: 40px;
  --tw-content: '';
  content: '';
  background-color: #CA2930DE;
}

.adfalist {
  display: flex;
}

.adfalist .ileft {
  flex: 1;
  margin: 1%;
  background: white;
}

.adfive .about .about-title {
  font-size: 22px;
  text-align: center;
  margin-bottom: 30px;
}

.adfive .about .about-text {
  line-height: 25px;
  font-size: 14px;
}

.adfive .common-title .product-title {
  text-align: center;
}

.adfive .common-title .product-title::after {
  left: 48%;
}

@media (max-width: 768px) {
  #culture .culture-item {
    width: 50%;
    /* 在小屏幕上变为两列布局 */
  }
}

@media (max-width: 480px) {
  #culture .culture-item {
    width: 100%;
    /* 在非常小的屏幕上变为单列布局 */
  }
}

@media screen and (max-width: 750px) {
  .common-title.articleShow .product-title::after {
    position: absolute;
    left: 5px;
    bottom: -2px;
    height: 3px;
    /*! width: 40px; */
    /*! --tw-content: ''; */
    /*! content: ''; */
    background-color: #CA2930DE;
  }

  .promain {
    flex-wrap: wrap;
    margin-top: 0px;
  }

  .promain .haoqi-product-info {
    width: 100%;
  }

  .haoqi-product-info figure {
    text-align: center;
  }

  .promain .haoqi-product-list {
    width: 100%;
    margin-left: 0px;
  }

  #culture {
    padding: 0px;
  }

  #culture .prize-title {
    margin-top: 40px;
  }

  .conblock .conl {
    width: 100%;
  }

  .conblock .conr {
    width: 100%;
  }

  .news-list li {
    flex-wrap: wrap;
  }

  .news-list .thumb {
    width: 100%;
    height: auto;
  }

  .news-list .content {
    width: 100%;
    padding: 0px;
  }

  .news-list .content .explore {
    justify-content: left;
  }

  .product-list {
    padding: 0px;
  }

  .paprev.prev i {
    margin-top: 30px;
  }

  .adfive .about {
    flex-wrap: wrap;
  }

  .adfive .about .abouutl {
    width: 100%;
  }

  .adfalist .ileft {
    width: 48%;
    margin: 1%;
    background: white;
  }

  .adfive .about .aboutr {
    width: 100%;
  }

  .admiddle .inner {
    width: 100%;
    margin: 0px;
    flex-wrap: wrap;
  }

  .admiddle .common-title {
    margin-bottom: 20px;
    margin: 0px;
    margin-bottom: 0px;
  }

  .adfalist .ileft {
    flex: none
  }

  .admiddle .inner>div:nth-child(2) {
    margin: auto;
  }

  .haoqi-product-text strong {
    font-size: 3.3vw
  }
}

.soluteion {
  padding: 40px 0px;
}

.soluteion .common-title {
  margin-bottom: 40px;
}

.solution-container {
  display: flex;
  flex-wrap: nowrap;
  /* 禁止换行 */
  overflow-x: hidden;
  /* 隐藏溢出内容 */
}

.solution-item {
  position: relative;
  width: calc(100% / 6);
  height: 400px;
  margin-bottom: 20px;
  overflow: hidden;
  transition: all 0.3s ease;
}

.solution-item img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  z-index: 1;
}

.solution-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  transition: all 0.3s ease;
  color: white;
  padding: 10px;
  box-sizing: border-box;
  z-index: 2;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
  /* 初始底部渐变阴影 */
}

.solution-overlay h3 {
  margin: 0;
  margin-bottom: 5px;
  position: absolute;
  bottom: 30px;
  width: 100%;
  text-align: center;
  font-family: "微软雅黑";
}

.solution-overlay .sub-title {
  margin: 0;
  position: absolute;
  bottom: 10px;
  text-align: center;
  width: 100%;
  font-size: 12px;
  font-weight: normal;
  font-family: "微软雅黑";
}

.solution-item:hover {
  width: 400px;
  /* 鼠标悬停时宽度拉升 */
}

.solution-item:hover .solution-overlay {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0) 40%);
  /* 悬停时文字部分渐变加深 */
}

.solution-item:hover~.solution-item {
  width: calc((100% - 300px) / 5);
  /* 自动压缩其他模块 */
}

.solution-swiper {
  display: none;
}

/* 移动端样式 */
.sertop {
  padding: 20px 0px;
}

.sertop .serys {
  display: flex;
  align-items: center;
  justify-content: center;
}

.sertop .serys .serva {
  flex: 1;
  text-align: center;
}

.service-item {
  /*! display: flex; */
  /*! padding: 20px; */
  align-items: center;
}

.service-item .iteminner {
  display: flex;
  align-items: center;
  max-width: 1200px;
}

.service-item-left,
.service-item-right {
  width: 50%;
  padding: 10px;
}

.service-item-right h3,
.service-item-left h3 {
  font-size: 24px;
}

.service-image {
  max-width: 100%;
  height: auto;
  transition: transform 0.3s ease;
}

.service-image:hover {
  transform: scale(1.1);
}

.service-parameters {
  /*! font-weight: bold; */
  font-size: 18px;
}

.swiper-button-next::after,
.swiper-rtl .swiper-button-prev::after,
.swiper-button-prev::after,
.swiper-rtl .swiper-button-next::after {
  content: none;
}

/* 分页容器 */
.page-list {
  text-align: center;
  margin: 20px 0;
}

/* 分页列表 */
.pagination {
  display: inline-flex;
  padding: 0;
  list-style: none;
  /* 去除默认的ul样式 */
}

/* 分页项 */
.pagination li {
  margin: 0 3px;
}

/* 分页链接 */
.pagination a,
.pagination span {
  position: relative;
  float: left;
  padding: 8px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #333;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  transition: all 0.3s ease;
  /* 添加过渡效果 */
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  /* 轻微阴影增加立体感 */
}

/* 首页和尾页链接的特殊样式 */
.pagination a:first-child,
.pagination span:first-child {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.pagination a:last-child,
.pagination span:last-child {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

/* 悬停效果 */
.pagination a:hover {
  z-index: 2;
  color: #23527c;
  background-color: #eee;
  border-color: #ddd;
}

/* 当前激活页 */
.pagination .active a,
.pagination .active span {
  z-index: 3;
  color: #fff;
  background-color: #e85514;
  border-color: #e85514;
  cursor: default;
  /* 禁用点击效果 */
}

/* 禁用页 */
.pagination .disabled a,
.pagination .disabled span {
  color: #777;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
  pointer-events: none;
  /* 禁用点击效果 */
  opacity: 0.6;
}

.home-iphonec.m {
  display: none
}

.adfive .common-title {
  margin-bottom: 40px;
}

/* 响应式设计（可选） */
@media (max-width: 768px) {
  .pagination {
    flex-wrap: wrap;
  }

  .home-iphonec.m {
    display: block;
    padding: 10px 0px;
  }

  .pagination li {
    margin: 2px;
  }

  .pagination a,
  .pagination span {
    padding: 6px 10px;
    font-size: 14px;
  }
}

.home-iphonec {
  position: relative
}

.home-iphonec img {
  height: 200px;
  object-fit: cover;
  object-position: 70%
}

.iphone-textc {
  position: absolute;
  left: 20%;
  top: 40%;
  z-index: 99;
  color: white;
}

.iphone-textc .ihide {
  font-size: 18px;
}

.iphone-textc .explore {
  justify-content: left;
  margin-top: 20px;
}
.about.m{display:none}
@media (max-width: 768px) {
  .adfive .about .about-text {
    height: 100px;
    overflow: hidden;
  }
.about.m{display:block}
  .about.m .atop{font-size:24px;text-align: center;margin-bottom:20px;}
  .about.m .atop2{line-height: 25px;color:#333;font-size:14px;text-indent: 2em;}
  .about.m .atop3{text-align: center;font-size:90px;font-weight: bold;
  background: linear-gradient(to bottom, #eee, #000); /* 从上到下的渐变 */
  -webkit-background-clip: text; /* 兼容 Safari */
  background-clip: text; /* 文字裁剪 */
  color: transparent; /}
  .about.m .atop4{text-indent: 2em;font-size:14px;}
  .about.m .atop5{font-size:18px;margin-top:20px;}
.about.pc{display:none}
  .adfive .common-title {
    margin-bottom: 0px;
  }

  .iphone-textc .cld p {
    font-size: 22px;
  }

  .common-title.articleShow .product-title {
    margin-bottom: 20px;
    background: #eee;
    width: 50%;
    margin: 10px auto 20px auto;
    border-radius: 30px;
    display: flex;
    align-items: center;
    padding: 5px 20px;
    justify-content: center;
    position: relative;
  }

  .soluteion,
  .admiddle,
  .admiddle,
  .brand {
    background: white;
  }

  .common-title.articleShow .product-title span {
    background: white;
    width: 30px;
    height: 30px;
    text-align: center;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    /*! margin-left: auto; */
    /*! margin-left: 20px; */
    position: absolute;
    right: 10px;
    line-height: 30px;
  }

  .adfive .about .aboutr .explore {
    margin-top: 0px;
  }

  .news-title h1 {
    font-size: 18px;
  }

  .address-list li span {
    height: 40px;
    width: 40px;
    line-height: 40px;
  }

  .common-title.articleShow .product-title::after {
    left: 45%;
    content: '';
    background: none;
  }

  .product-title {
    text-align: center;
    width: 100%
  }

  .soluteion .common-title {
    margin-bottom: 0px;
  }

  .catelist {
    margin: 0px
  }

  .pc {
    display: none;
  }

  .service-item-right h3,
  .service-item-left h3 {
    font-size: 18px
  }

  .product-leval-li {
    margin-left: 0px;
  }

  .sertop .serys .serva .sert {
    font-size: 14px;
  }

  .service-item .iteminner {
    width: 100%;
    flex-wrap: wrap;
    padding-top: 0px;
    padding-bottom: 10px;
  }

  .service-item-left,
  .service-item-right {
    width: 100%;
  }

  .service-item-left img {
    height: 180px;
    width: 100%;
    object-fit: cover;
  }

  .service-item-right {
    width: 90%;
    margin: 0px auto;
  }

  .solution-container {
    display: none;
    /* 隐藏原有布局 */
  }

  .admiddle {
    margin-top: 0px;
  }

  .soluteion,
  .admiddle,
  .brand {
    padding: 10px 0px;
  }

  .admiddle {
    padding-top: 0px;
  }

  .solution-swiper {
    display: block;
    /* 显示 Swiper 布局 */
  }

  .adfive .about .about-title {
    margin-top: 0px;
    font-size: 18px;
    margin-bottom: 20px;
  }

  .adfive .about .about-title strong {
    /*! font-weight: normal */
  }

  .solution-item {
    width: 100%;
    height: 200px;
    margin-bottom: 0px;
  }

  .solution-overlay {
    background: #333333ab;
    height: 20%;
  }

  .solution-overlay h3 {
    position: relative;
    bottom: 0px;
  }

  .solution-swiper .swiper-button-prev,
  .solution-swiper .swiper-container-rtl .swiper-button-next,
  .solution-swiper .swiper-button-next,
  .solution-swiper .swiper-container-rtl .swiper-button-prev {
    height: 30px;
    width: 30px;
    border-radius: 50%;
    text-align: center;
    background: white;
    background-image: none;
  }

  .adfive {
    margin-top: 0px;
    background: url(../images/4a0f73991317842d3ee4af3d798e8352.png);
    background-size: contain;
    padding: 10px 0px;
    padding-top: 0px;
  }

  .common-title {
    text-align: center;
    width: 100%;
    margin-bottom: 0px;
  }

  .product-title {
    transform: none !important;
    opacity: 1 !important;
    visibility: none;
    visibility: unset !important;
  }

  .about-banner figure img {
    object-position: 20%;
  }

  .cont {
    margin-bottom: 20px;
  }

  .conblock .conr .wex .wx1 {
    width: 42%;
    margin:
      1% 4%;
    text-align: center;
    background:
      white;
    padding:
      5px;
    box-sizing: border-box;
  }

  .iphone-textc {
    left: 30%
  }

  .iphone-textc .explore {
    border: 1px solid white;
    border-radius: 20px;
    text-align: center;
    justify-content: center;
    padding: 10px 0px;
  }

  .common-title.articleShow .product-title span {
    display: block
  }
  .footer{background:black;color:white}
  .footer-tel-info p,.footer-tel-info b,.footer-tel span,.copy-infos{color:white}
}