@charset "UTF-8";
*, *:before, *:after {
  box-sizing: border-box;
  outline: none;
  word-wrap: break-word;
}

html, body, h1, h2, h3, h4, h5, h6, hr, p, iframe, dl, dt, dd, ul, ol, li, pre, form, button, input, textarea, th, td, fieldset {
  margin: 0;
  padding: 0;
  font-weight: normal;
  -webkit-tap-highlight-color: transparent;
}

ul, ol, dl {
  list-style-type: none;
}

html, body {
  *position: static;
  width: 100%;
  height: auto;
  background: #fff;
  font-size: .16rem;
  color: #000;
  line-height: 1.2;
  font-family: "SourceHanSans-Regular", Microsoft YaHei, system-ui, -apple-system, Heiti SC ,tahoma, arial, Hiragino Sans GB, "\5B8B\4F53",sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

address, caption, cite, code, dfn, em, th, var {
  font-style: normal;
  font-weight: 400;
}

input, button, textarea, select, optgroup, option {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
}

input, button {
  overflow: visible;
  vertical-align: middle;
  outline: none;
}

a {
  text-decoration: none;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  color: #000;
}

a:hover, a:focus, a:active {
  text-decoration: none;
  outline: none;
}

b, i {
  font-weight: normal;
  font-style: normal;
}

sub, sup {
  vertical-align: baseline;
}

button, input[type="button"], input[type="submit"] {
  line-height: normal !important;
}

img {
  max-width: 100%;
  border: 0;
  object-fit: cover;
  display: block;
  -webkit-user-drag: none;
}

a img {
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

input, textarea {
  border: 0;
  background: none;
  outline: none;
  resize: none;
}

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

input[type="text"], input[type="tel"], input[type="button"], input[type="submit"], input[type="reset"], input[type="password"], input[type="email"], textarea {
  -webkit-appearance: none;
  border-radius: 0;
  -webkit-tap-highlight-color: transparent;
}

input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
  margin: 0;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #bbb;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #bbb;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #bbb;
}

.cover {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  display: none;
  z-index: 24;
}

.cl:after, .clearfix:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.cl, .clearfix {
  zoom: 1;
}

.fl {
  float: left !important;
}

.fr {
  float: right !important;
}

.xs-display {
  display: none !important;
}

/*fonts*/
/* @font-face{
    font-family: "SourceHanSans-Light";
    src: url("../fonts/SourceHanSans-Light.otf") format("opentype");
    font-weight: normal;
    font-style: normal;
}
@font-face{
    font-family: "SourceHanSans-Regular";
    src: url("../fonts/SourceHanSans-Regular.otf") format("opentype");
    font-weight: normal;
    font-style: normal;
}
@font-face{
    font-family: "SourceHanSans-Medium";
    src: url("../fonts/SourceHanSans-Medium.otf") format("opentype");
    font-weight: normal;
    font-style: normal;
}
@font-face{
    font-family: "SourceHanSans-Bold";
    src: url("../fonts/SourceHanSans-Bold.otf") format("opentype");
    font-weight: normal;
    font-style: normal;
} */
@font-face {
  font-family: "SourceHanSans-Light";
  src: url("../fonts/sourceHanSans/SourceHanSans-Light.woff2") format("woff2"), url("../fonts/sourceHanSans/SourceHanSans-Light.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "SourceHanSans-Regular";
  src: url("../fonts/sourceHanSans/SourceHanSans-Regular.woff2") format("woff2"), url("../fonts/sourceHanSans/SourceHanSans-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "SourceHanSans-Medium";
  src: url("../fonts/sourceHanSans/SourceHanSans-Medium.woff2") format("woff2"), url("../fonts/sourceHanSans/SourceHanSans-Medium.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: "SourceHanSans-Bold";
  src: url("../fonts/sourceHanSans/SourceHanSans-Bold.woff2") format("woff2"), url("../fonts/sourceHanSans/SourceHanSans-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: "BebasNeue";
  src: url("../fonts/BebasNeue.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "YouShe";
  src: url("../fonts/YouSheBiaoTiHei.ttf") format("opentype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Zixiao";
  src: url("../fonts/Zixiaohunhuolifeiyangti.ttf") format("opentype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "zihun";
  src: url("../fonts/zihun.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "zihun2";
  src: url("../fonts/zihun2.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

/* IE低版本提示 */
.pageTips {
  width: 100%;
  height: 100%;
  background: #f8f8f8;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1000;
}

.pageTips .con {
  width: 660px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.pageTips .con svg {
  width: 100px;
  height: 100px;
  margin: 0 auto;
  fill: orangered;
  display: block;
}

.pageTips .con .msg {
  font-size: 18px;
  line-height: 36px;
  padding-top: 10px;
  color: #000;
}

.container {
  width: 87.5%;
  margin: 0 auto;
  position: relative;
  transition: all .5s ease;
}

.shareWx-box {
  text-align: center;
}

.shareWx-box .url_img {
  margin: 15px auto 10px;
}

.shareWx-box p {
  font-size: 14px;
}

@keyframes progressRun {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}

@keyframes mouseMove {
  from {
    transform: translateY(-0.4rem);
    opacity: 1;
  }
  to {
    transform: translateY(0);
    opacity: 0;
  }
}

@keyframes bannerScale {
  from {
    transform: scale(1.08);
  }
  to {
    transform: scale(1);
  }
}

@keyframes rotate360 {
  100% {
    transform: rotate(360deg);
  }
}

/* header */
.header {
  width: 100%;
  height: auto;
  overflow: visible;
  position: fixed;
  top: 0;
  z-index: 99;
  transition: all .5s ease;
  transform: translateY(0);
}

.header:before {
  content: "";
  width: 100%;
  height: 0.8rem;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.85) 0%, transparent 100%);
  position: absolute;
  left: 0;
  top: 0;
  transition: all .5s ease;
}

.header .container {
  width: 94%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header .logo {
  width: 2rem;
  height: 0.8rem;
  background: url("../images/logo.png") no-repeat center/100%;
}

.header .logo img {
  width: 100%;
}

.header .nav {
  display: flex;
  align-items: center;
}

.header .nav .item {
  position: relative;
}

.header .nav .item .tit {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 0.16rem;
  padding: 0 0.3rem;
  height: 0.8rem;
  text-align: center;
  position: relative;
}

.header .nav .item.btn {
  margin-left: 0.3rem;
}

.header .nav .item.btn .tit {
  display: flex;
  align-items: center;
  color: #fff;
  height: 0.4rem;
  border: 1px solid #fff;
  padding: 0 0.18rem;
  border-radius: 0.5rem;
}

.header .nav .item.btn .tit:hover {
  background-color: #004ABB !important;
  border-color: #004ABB !important;
  color: #fff !important;
}

.header .nav .item dl {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0.81rem;
  z-index: 2;
  background-color: #fff;
  box-shadow: 0 0.04rem 0.3rem rgba(0, 0, 0, 0.05);
  border-radius: 0.04rem;
  padding: 0.1rem 0;
}

.header .nav .item dl dd a {
  display: flex;
  justify-content: center;
  color: #333;
  padding: 0.15rem 0;
}

.header .nav .item dl dd a:hover {
  color: #004ABB;
}

.header .menu {
  display: none;
}

.header.white {
  background: #fff;
  box-shadow: 0 0.06rem 0.2rem rgba(16, 22, 44, 0.04);
}

.header.white:before {
  opacity: 0;
}

.header.white .logo {
  background: url("../images/logo1.png") no-repeat center/100%;
}

.header.white .nav .item .tit {
  color: #000;
}

.header.white .nav .item:nth-child(2) .tit {
  color: #004ABB;
}

.header.white .nav .item.btn .tit {
  border-color: #000;
}

.header.up {
  transform: translateY(-100%);
}

.header .submenu {
  height: auto;
  overflow: hidden;
  position: relative;
  transition: all .4s;
  background: #fff;
}

.header .submenu .container {
  width: 87.5%;
  align-items: flex-start;
}

.header .submenu .submenuItem {
  position: relative;
  display: none;
}

.header .submenu .submenuItem:after {
  content: "";
  width: 100%;
  height: 1px;
  background: #E3E3E3;
  position: absolute;
  left: 0;
  top: 0;
}

.header .submenu .submenuItem.product .container {
  width: 100%;
}

.header .submenu .submenuItem.product .left {
  width: 4.8rem;
  padding: 0.9rem 0.4rem;
  background: #F8F8F8;
}

.header .submenu .submenuItem.product .left ul li {
  background: #fff;
  height: 0.6rem;
  font-size: 0.18rem;
  color: #333;
  margin-top: 0.2rem;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  cursor: pointer;
  transition: all .5s ease;
}

.header .submenu .submenuItem.product .left ul li:first-child {
  margin: 0;
}

.header .submenu .submenuItem.product .left ul li.active, .header .submenu .submenuItem.product .left ul li:hover {
  background: #2D4DB0;
  color: #fff;
  font-weight: bold;
}

.header .submenu .submenuItem.product .right {
  width: 0;
  flex: 1;
  padding: 0.9rem 1.2rem;
}

.header .submenu .submenuItem.product .right .box {
  overflow: hidden;
  display: none;
}

.header .submenu .submenuItem.product .right .box .tabs {
  display: flex;
  position: relative;
}

.header .submenu .submenuItem.product .right .box .tabs .item {
  width: 25%;
  height: 0.5rem;
  background: #F5F5F5;
  font-size: 0.16rem;
  color: #666;
  text-align: center;
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all .5s ease;
}

.header .submenu .submenuItem.product .right .box .tabs .item:hover {
  color: #004ABB;
  font-weight: bold;
}

.header .submenu .submenuItem.product .right .box .tabs .item.active {
  background: #004ABB;
  color: #fff;
  font-weight: bold;
}

.header .submenu .submenuItem.product .right .box .product-box .product-box-item {
  display: none;
}

.header .submenu .submenuItem.product .right .box .product-box .product-box-item:first-child {
  display: block;
}

.header .submenu .submenuItem.product .right .box ul {
  display: flex;
  margin-top: 0.6rem;
}

.header .submenu .submenuItem.product .right .box ul li {
  width: 33.3333%;
  text-align: center;
}

.header .submenu .submenuItem.product .right .box ul li img {
  width: 100%;
}

.header .submenu .submenuItem.product .right .box ul li h3 {
  font-size: 0.16rem;
  color: #000;
  margin-top: 0.2rem;
  transition: all .5s ease;
  line-height: normal;
}

.header .submenu .submenuItem.product .right .box ul li:first-child {
  margin: 0;
}

.header .submenu .submenuItem.product .right .box ul li:hover img {
  transform: scale(1.05);
}

.header .submenu .submenuItem.product .right .box ul li:hover h3 {
  color: #004ABB;
}

.header .submenu .submenuItem.product .right .box:first-child {
  display: block;
}

.header .submenu-xs {
  display: none;
}

/* footer */
.footer {
  width: 100%;
  position: relative;
  z-index: 1;
  left: 0;
  bottom: 0;
  background: #eee;
  overflow: hidden;
}

.footer .top {
  padding: 0.3rem 0 0.15rem;
  border-bottom: 1px solid #D7D7D7;
}

.footer .top .container {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
}

.footer .top .left {
  font-size: 0.16rem;
  color: #333;
  display: flex;
  align-items: center;
}

.footer .top .left img {
  width: 1.66rem;
}

.footer .top .social {
  display: flex;
  align-items: center;
}

.footer .top .social .item {
  position: relative;
}

.footer .top .social .item .img {
  height: 0.2rem;
  margin-left: 0.35rem;
  cursor: pointer;
}

.footer .top .social .item .item-box {
  transition: all .5s ease;
  z-index: -1;
  opacity: 0;
  position: absolute;
  left: 50%;
  transform: translateX(-40%);
  width: 1.5rem;
  padding: 0.1rem;
  bottom: 0.4rem;
  background-color: #fff;
}

.footer .top .social .item .item-box p {
  font-size: 0.16rem;
  color: #000;
  text-align: center;
  padding-top: 5px;
}

.footer .top .social .item:hover .item-box {
  opacity: 1;
  z-index: 2;
  bottom: 0.3rem;
}

.footer .center {
  padding: 0.2rem 0;
}

.footer .center .container {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.footer .center .list {
  display: flex;
}

.footer .center .list li {
  position: relative;
}

.footer .center .list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.04rem;
  bottom: 0.04rem;
  border: 0.01rem solid rgba(255, 255, 255, 0.8);
}

.footer .center .list li a {
  color: #fff;
  font-size: 0.15rem;
  opacity: .8;
  padding: 0 0.2rem;
}

.footer .center .list li a:hover {
  opacity: 1;
}

.footer .center .list li:first-child::before {
  display: none;
}

.footer .center .list li:first-child a {
  padding-left: 0;
}

.footer .center .other {
  width: 3.5rem;
  font-size: 0.15rem;
  color: #999;
  vertical-align: middle;
  position: relative;
  z-index: 999;
  cursor: pointer;
}

.footer .center .other a {
  color: #999;
}

.footer .center .other .t {
  height: 0.5rem;
  padding: 0 0.2rem;
  overflow: hidden;
  position: relative;
  background: #373737;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer .center .other .t .iconfont {
  font-size: 0.15rem;
  transition: all .5s ease;
  display: block;
}

.footer .center .other ul {
  width: 100%;
  display: none;
  padding: 0.1rem 0;
  position: absolute;
  left: 0;
  bottom: 0.5rem;
  height: auto;
  overflow: hidden;
  z-index: 9999;
  overflow-y: auto;
  background: #373737;
  border-bottom: 1px solid #505050;
}

.footer .center .other ul::-webkit-scrollbar {
  width: 4px;
  height: 4px;
  background: #373737;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.footer .center .other ul::-webkit-scrollbar-thumb {
  background: #373737;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.footer .center .other ul li {
  width: 100%;
  padding: 0 0.2rem;
  transition: all .5s ease;
}

.footer .center .other ul li a {
  color: #999;
  font-size: 0.15rem;
  display: block;
  padding: 0.1rem 0;
}

.footer .center .other ul li a:hover {
  color: #fff;
}

.footer .center .other:hover .iconfont {
  transform: rotate(180deg);
}

.footer .bottom {
  padding: 0.2rem 0 0.3rem;
}

.footer .bottom .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer .bottom p {
  font-size: 0.15rem;
  color: #575756;
}

.footer .bottom p a {
  margin-left: 0.2rem;
  color: #575756;
  display: inline-block;
}

.footer .bottom .right {
  width: 3.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer .bottom .backtop {
  font-size: 0.15rem;
  cursor: pointer;
}

.footer .bottom .backtop img {
  width: 0.3rem;
  margin: 0 auto 0.1rem;
}

.footer:hover {
  overflow: visible;
}

.main {
  position: relative;
  z-index: 1;
}

.common-btn {
  width: 1.6rem;
  height: 0.55rem;
  font-size: 0.16rem;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.5rem;
  background: #004ABB;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.common-btn i {
  font-size: 0.18rem;
  margin-left: 0.1rem;
  transition: all .5s ease;
}

.common-btn:hover i {
  margin-left: 0.15rem;
}

/* Index */
.Index {
  overflow: hidden;
}

.Index .page-swiper {
  position: relative;
  height: 100vh;
}

.Index .page-swiper .right-navigate {
  position: fixed;
  bottom: 15%;
  z-index: 20;
  left: -100px;
  opacity: 0;
  transition: 0.68s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.Index .page-swiper .right-navigate .navigate-li li {
  position: relative;
  margin-bottom: 16px;
  cursor: pointer;
}

.Index .page-swiper .right-navigate .navigate-li li i {
  display: block;
  position: relative;
  width: 16px;
  height: 16px;
}

.Index .page-swiper .right-navigate .navigate-li li i:before {
  background: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -5px;
  margin-top: -5px;
  content: "";
  width: 10px;
  height: 10px;
  box-sizing: border-box;
  background: #fff;
  border-radius: 50%;
  transition: 0.45s;
}

.Index .page-swiper .right-navigate .navigate-li li span {
  display: block;
  position: absolute;
  left: 100%;
  top: 0;
  padding-left: 5px;
  line-height: 16px;
  color: #fff;
  font-size: 14px;
  letter-spacing: 1px;
  white-space: nowrap;
  /*opacity:0;visibility:hidden;transform:translateX(-20px);*/
  transition: 0.4s;
}

.Index .page-swiper .right-navigate .navigate-li li:hover i:before, .Index .page-swiper .right-navigate .navigate-li li.active i:before {
  left: 0;
  margin-left: 0;
  top: 0;
  margin-top: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
}

.Index .page-swiper .right-navigate .navigate-li li:hover span, .Index .page-swiper .right-navigate .navigate-li li.active span {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
  font-size: 17px;
  font-weight: bold;
}

.Index .page-swiper .right-navigate.show {
  opacity: 1;
  left: 20px;
}

.Index .page-swiper .right-navigate.colors .navigate-li li i:before {
  background: #333;
}

.Index .page-swiper .right-navigate.colors .navigate-li li span {
  color: #333;
}

.Index .page-swiper .right-navigate.colors .navigate-li li:hover i:before, .Index .page-swiper .right-navigate.colors .navigate-li li.active i:before {
  background: #333;
}

.Index .page-swiper .page-slide {
  overflow: hidden;
}

.Index .page-swiper .page-slide > div {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}

.Index .page-swiper .page-slide .container {
  height: 100%;
}

.Index .page-swiper .page-slide .btns {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0.8rem;
  text-align: center;
}

.Index .page-swiper .page-slide .btns a {
  width: 1.8rem;
  line-height: 0.6rem;
  font-size: 0.2rem;
  color: #000;
  border-radius: 0.5rem;
  display: inline-block;
  margin: 0 0.3rem;
  background: #fff;
}

.Index .page-swiper .page-slide .btns a i {
  font-size: 0.3rem;
  vertical-align: -0.03rem;
  transition: margin .3s;
}

.Index .page-swiper .page-slide .btns a:hover {
  background: #004ABB;
  color: #fff;
}

.Index .page-swiper .page-slide .btns a:hover i {
  margin-left: 0.05rem;
}

.Index .page-swiper .page-slide .product {
  --swiper-navigation-color: #fff;
  /* 单独设置按钮颜色 */
  --swiper-navigation-size: 0.5rem;
  /* 设置按钮大小 */
}

.Index .page-swiper .page-slide .product img {
  width: 100%;
  height: 100%;
}

.Index .page-swiper .page-slide .product .text {
  width: 100%;
  position: absolute;
  left: 0;
  top: 9%;
  text-align: center;
  z-index: 2;
}

.Index .page-swiper .page-slide .product .text h3 {
  font-size: 0.16rem;
  color: #fff;
  font-weight: bold;
  text-shadow: 0 0.04rem 0.06rem rgba(0, 8, 23, 0.3);
}

.Index .page-swiper .page-slide .product .text h2 {
  font-size: 0.4rem;
  color: #fff;
  font-weight: bold;
  text-shadow: 0 0.04rem 0.06rem rgba(0, 8, 23, 0.3);
  margin-top: 0.15rem;
}

.Index .page-swiper .page-slide .product .text h4 {
  font-size: 0.18rem;
  color: #fff;
  text-shadow: 0 0.04rem 0.06rem rgba(0, 8, 23, 0.3);
  margin-top: 0.15rem;
  line-height: 0.32rem;
}

.Index .page-swiper .page-slide .product .swiper-pagination {
  width: 100%;
  bottom: 0.35rem;
}

.Index .page-swiper .page-slide .product .swiper-pagination .swiper-pagination-bullet {
  width: 0.15rem;
  height: 0.15rem;
  background: #fff;
  opacity: .8;
  margin: 0 0.08rem;
  transition: all .5s ease;
}

.Index .page-swiper .page-slide .product .swiper-pagination .swiper-pagination-bullet-active {
  width: 0.5rem;
  opacity: 1;
  border-radius: 0.1rem;
}

.Index .page-swiper .page-slide .product .swiper-navigation-side {
  width: 10%;
  position: absolute;
  top: 0;
  right: auto;
  left: 0;
  bottom: 0;
  z-index: 1;
}

.Index .page-swiper .page-slide .product .swiper-navigation-side:last-of-type {
  right: 0;
  left: auto;
}

.Index .page-swiper .page-slide .product .swiper-navigation-side .swiper-button-prev, .Index .page-swiper .page-slide .product .swiper-navigation-side .swiper-button-next {
  visibility: hidden;
  left: 45%;
}

.Index .page-swiper .page-slide .product .swiper-navigation-side .swiper-button-prev.swiper-button-next, .Index .page-swiper .page-slide .product .swiper-navigation-side .swiper-button-next.swiper-button-next {
  left: auto;
  right: 45%;
}

.Index .page-swiper .page-slide .product .swiper-navigation-side:hover .swiper-button-prev, .Index .page-swiper .page-slide .product .swiper-navigation-side:hover .swiper-button-next {
  visibility: visible;
}

.Index .page-swiper .page-slide .news .container {
  padding-top: 1.9rem;
  position: relative;
}

.Index .page-swiper .page-slide .news .box {
  width: 55%;
  height: 6.4rem;
  overflow: hidden;
  position: absolute;
}

.Index .page-swiper .page-slide .news .box .tip {
  position: absolute;
  top: 0;
  z-index: 2;
}

.Index .page-swiper .page-slide .news .box .tip a {
  width: 1.98rem;
  height: 0.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.24rem;
  color: #fff;
  font-weight: bold;
}

.Index .page-swiper .page-slide .news .box .swiper-slide {
  position: relative;
}

.Index .page-swiper .page-slide .news .box .swiper-slide:before {
  content: "";
  width: 100%;
  height: 45%;
  background: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.5) 100%);
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}

.Index .page-swiper .page-slide .news .box .swiper-slide img {
  width: 100%;
  height: 100%;
}

.Index .page-swiper .page-slide .news .box .swiper-slide .text {
  width: 85%;
  padding: 0.4rem;
  position: absolute;
  left: 0;
  bottom: 0.7rem;
  z-index: 2;
}

.Index .page-swiper .page-slide .news .box .swiper-slide .text h4 {
  font-size: 0.18rem;
  color: #fff;
}

.Index .page-swiper .page-slide .news .box .swiper-slide .text h3 {
  font-size: 0.24rem;
  color: #fff;
  margin-top: 0.2rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.Index .page-swiper .page-slide .news .box .swiper-slide:hover img {
  transform: scale(1.05);
}

.Index .page-swiper .page-slide .news .box .swiper-pagination {
  width: 80%;
  bottom: 0.35rem;
}

.Index .page-swiper .page-slide .news .box .swiper-pagination .swiper-pagination-bullet {
  width: 0.15rem;
  height: 0.15rem;
  background: #fff;
  opacity: .8;
  margin: 0 0.08rem;
  transition: all .5s ease;
}

.Index .page-swiper .page-slide .news .box .swiper-pagination .swiper-pagination-bullet-active {
  width: 0.5rem;
  opacity: 1;
  border-radius: 0.1rem;
}

.Index .page-swiper .page-slide .news .box.left {
  left: 0;
  -webkit-clip-path: polygon(0 0, 100% 0, 80% 100%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 80% 100%, 0 100%);
}

.Index .page-swiper .page-slide .news .box.left .tip {
  left: 0;
  background: linear-gradient(90deg, #1D49B4 0%, #5EBAE8 100%);
  -webkit-clip-path: polygon(0 0, 100% 0, 90% 100%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 90% 100%, 0 100%);
}

.Index .page-swiper .page-slide .news .box.right {
  right: 0;
  -webkit-clip-path: polygon(20% 0, 100% 0, 100% 100%, 0 100%);
  clip-path: polygon(20% 0%, 100% 0%, 100% 100%, 0% 100%);
}

.Index .page-swiper .page-slide .news .box.right .tip {
  right: 0;
  background: linear-gradient(270deg, #EA3D2E 0%, #FF9E62 100%);
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 10% 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 10% 100%);
}

.Index .page-swiper .page-slide .news .box.right .swiper-pagination {
  width: 100%;
}

.Index .page-swiper .page-slide .news .box.right .text {
  left: 5%;
  width: 90%;
}

.Index .page-swiper .page-slide .technology {
  background: url(../images/index/technology-bg.jpg) no-repeat center/cover;
}

.Index .page-swiper .page-slide .technology .container {
  padding-top: 1.7rem;
  position: relative;
}

.Index .page-swiper .page-slide .technology .title {
  text-align: center;
}

.Index .page-swiper .page-slide .technology .title h2 {
  font-size: 0.48rem;
  line-height: 0.65rem;
  color: #fff;
}

.Index .page-swiper .page-slide .technology .title h2 b {
  font-weight: bold;
  display: block;
}

.Index .page-swiper .page-slide .footer {
  height: auto;
}

.Index .page-swiper .page-slide:last-child {
  height: auto;
  overflow: visible;
}

.Index .page-swiper .page-slide:last-child .footer {
  overflow: visible;
}

.Index .page-swiper .page-slide:last-child .fright {
  display: none;
}

/* Index1 */
.Index1 .main .banner-box {
  height: 100vh;
  overflow: hidden;
  position: relative;
  --swiper-navigation-color: #fff;
  /* 单独设置按钮颜色 */
  --swiper-navigation-size: 0.5rem;
  /* 设置按钮大小 */
}

.Index1 .main .banner-box .swiper-slide {
  position: relative;
}

.Index1 .main .banner-box .swiper-slide img, .Index1 .main .banner-box .swiper-slide video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.Index1 .main .banner-box .swiper-slide .text {
  font-size: 0.3rem;
  color: #fff;
  position: absolute;
  left: 0;
  top: 40%;
  right: 0;
  margin: auto;
  text-align: center;
  z-index: 1;
  opacity: 0;
  font-family: "zihun2";
}

.Index1 .main .banner-box .swiper-slide .text b {
  font-size: 0.6rem;
  display: block;
  margin-bottom: 0.2rem;
  font-family: "zihun";
}

.Index1 .main .banner-box .swiper-slide .text.text1 {
  left: 15%;
  top: 26%;
  right: auto;
}

.Index1 .main .banner-box .swiper-slide.swiper-slide-active img {
  animation: bannerScale 4s;
}

.Index1 .main .banner-box .swiper-pagination {
  width: 100%;
  bottom: 0.35rem;
}

.Index1 .main .banner-box .swiper-pagination .swiper-pagination-bullet {
  width: 0.15rem;
  height: 0.15rem;
  background: #fff;
  opacity: .8;
  margin: 0 0.08rem;
  transition: all .5s ease;
}

.Index1 .main .banner-box .swiper-pagination .swiper-pagination-bullet-active {
  width: 0.5rem;
  opacity: 1;
  border-radius: 0.1rem;
}

.Index1 .main .banner-box .swiper-navigation-side {
  width: 10%;
  position: absolute;
  top: 0;
  right: auto;
  left: 0;
  bottom: 0;
  z-index: 1;
}

.Index1 .main .banner-box .swiper-navigation-side:last-of-type {
  right: 0;
  left: auto;
}

.Index1 .main .banner-box .swiper-navigation-side .swiper-button-prev, .Index1 .main .banner-box .swiper-navigation-side .swiper-button-next {
  visibility: hidden;
  left: 45%;
}

.Index1 .main .banner-box .swiper-navigation-side .swiper-button-prev.swiper-button-next, .Index1 .main .banner-box .swiper-navigation-side .swiper-button-next.swiper-button-next {
  left: auto;
  right: 45%;
}

.Index1 .main .banner-box .swiper-navigation-side:hover .swiper-button-prev, .Index1 .main .banner-box .swiper-navigation-side:hover .swiper-button-next {
  visibility: visible;
}

.Index1 .main .banner-box .iconfont {
  width: 0.36rem;
  font-size: 0.36rem;
  color: #fff;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  margin: auto;
  animation: mouseMove 2s infinite;
}

.Index1 .main .section {
  height: auto;
  overflow: hidden;
  position: relative;
  padding-top: 0.9rem;
  z-index: 1;
  background: #fff;
}

.Index1 .main .section .title-box {
  text-align: center;
  margin-bottom: 0.3rem;
  margin-top: 0;
}

.Index1 .main .section .title-box h2 {
  font-size: 0.46rem;
  margin-bottom: 0.2rem;
  font-family: "zihun";
}

.Index1 .main .section .title-box h4 {
  font-size: 0.2rem;
  color: #666;
}

.Index1 .main .section .btns {
  width: 100%;
  margin-top: 0.15rem;
}

.Index1 .main .section .btns a {
  width: 1rem;
  line-height: 0.42rem;
  font-size: 0.15rem;
  color: #000;
  border-radius: 0.5rem;
  display: inline-block;
  margin: 0 0.05rem;
  background: #fff;
}

.Index1 .main .section .btns a:hover {
  background: #004ABB;
  color: #fff;
}

.Index1 .main .section .btns a:first-child {
  border: 1px solid #fff;
  background: transparent;
  color: #fff;
}

.Index1 .main .section .btns a:first-child:hover {
  background: rgba(255, 255, 255, 0.3);
}

.Index1 .main .product {
  --swiper-navigation-color: #fff;
  /* 单独设置按钮颜色 */
  --swiper-navigation-size: 0.5rem;
  /* 设置按钮大小 */
}

.Index1 .main .product .product-box {
  position: relative;
}

.Index1 .main .product ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.Index1 .main .product ul li {
  width: 49.5%;
  position: relative;
  overflow: hidden;
}

.Index1 .main .product ul li img {
  width: 100%;
  transition: all .5s ease;
  aspect-ratio: 3/2;
  -webkit-aspect-ratio: 3/2;
}

.Index1 .main .product ul li .text {
  width: 100%;
  position: absolute;
  top: 0.4rem;
  text-align: center;
  color: #fff;
  z-index: 1;
}

.Index1 .main .product ul li .text h2 {
  font-size: 0.56rem;
  margin-bottom: 0.1rem;
  font-family: "zihun";
}

.Index1 .main .product ul li .text h4 {
  font-size: 0.18rem;
  line-height: 0.28rem;
}

.Index1 .main .product ul li:hover img {
  transform: scale(1.1);
}

.Index1 .main .why .video {
  width: 87.5%;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}

.Index1 .main .why .video:before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
  position: absolute;
  left: 0;
  top: 0;
}

.Index1 .main .why .video video {
  width: 100%;
  object-fit: cover;
  height: 100vh;
}

.Index1 .main .why .video .title-box {
  position: absolute;
  left: 0;
  top: 15%;
  right: 0;
  margin: auto;
}

.Index1 .main .why .video .title-box h2, .Index1 .main .why .video .title-box h4 {
  color: #fff;
}

.Index1 .main .news {
  padding-bottom: 0.9rem;
}

.Index1 .main .news .container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}

.Index1 .main .news .box {
  width: 49.4%;
  overflow: hidden;
  position: relative;
  --swiper-navigation-color: #fff;
  /* 单独设置按钮颜色 */
  --swiper-navigation-size: 0.5rem;
  /* 设置按钮大小 */
}

.Index1 .main .news .box .tip {
  position: absolute;
  top: 0;
  z-index: 2;
}

.Index1 .main .news .box .tip a {
  width: 1.98rem;
  height: 0.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.24rem;
  color: #fff;
  font-weight: bold;
}

.Index1 .main .news .box .swiper-slide {
  position: relative;
  overflow: hidden;
}

.Index1 .main .news .box .swiper-slide:before {
  content: "";
  width: 100%;
  height: 45%;
  background: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.5) 100%);
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}

.Index1 .main .news .box .swiper-slide img {
  width: 100%;
  height: 100%;
  aspect-ratio: 3/2;
  -webkit-aspect-ratio: 3/2;
}

.Index1 .main .news .box .swiper-slide .text {
  width: 85%;
  padding: 0.4rem;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
}

.Index1 .main .news .box .swiper-slide .text h4 {
  font-size: 0.18rem;
  color: #fff;
}

.Index1 .main .news .box .swiper-slide .text h3 {
  font-size: 0.24rem;
  color: #fff;
  margin-top: 0.2rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.Index1 .main .news .box .swiper-slide:hover img {
  transform: scale(1.05);
}

.Index1 .main .news .box .swiper-button-next, .Index1 .main .news .box .swiper-button-prev {
  opacity: 0;
  transition: all .5s ease;
}

.Index1 .main .news .box .swiper-button-next.swiper-button-prev, .Index1 .main .news .box .swiper-button-prev.swiper-button-prev {
  left: 3%;
}

.Index1 .main .news .box .swiper-button-next.swiper-button-next, .Index1 .main .news .box .swiper-button-prev.swiper-button-next {
  right: 3%;
}

.Index1 .main .news .box .swiper-pagination {
  bottom: 0.4rem;
  text-align: right;
  padding-right: 0.35rem;
  font-size: 0.18rem;
  color: #fff;
  font-family: Arial;
}

.Index1 .main .news .box .swiper-pagination span:first-of-type {
  font-size: 0.24rem;
}

.Index1 .main .news .box .swiper-pagination .swiper-pagination-bullet {
  width: 0.15rem;
  height: 0.15rem;
  background: #fff;
  opacity: .8;
  margin: 0 0.08rem;
  transition: all .5s ease;
}

.Index1 .main .news .box .swiper-pagination .swiper-pagination-bullet-active {
  width: 0.5rem;
  opacity: 1;
  border-radius: 0.1rem;
}

.Index1 .main .news .box:hover .swiper-button-next, .Index1 .main .news .box:hover .swiper-button-prev {
  opacity: 1;
}

.Index1 .main .news .box:hover .swiper-button-next.swiper-button-prev, .Index1 .main .news .box:hover .swiper-button-prev.swiper-button-prev {
  left: 5%;
}

.Index1 .main .news .box:hover .swiper-button-next.swiper-button-next, .Index1 .main .news .box:hover .swiper-button-prev.swiper-button-next {
  right: 5%;
}

.Index1 .main .news .box:hover .swiper-button-next.swiper-button-disabled, .Index1 .main .news .box:hover .swiper-button-prev.swiper-button-disabled {
  opacity: .5 !important;
}

.Index1 .main .news .box.left {
  left: 0;
}

.Index1 .main .news .box.left .tip {
  left: 0;
  background: linear-gradient(90deg, #1D49B4 0%, #5EBAE8 100%);
  -webkit-clip-path: polygon(0 0, 100% 0, 90% 100%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 90% 100%, 0 100%);
}

.Index1 .main .news .box.right {
  right: 0;
}

.Index1 .main .news .box.right .tip {
  right: 0;
  background: linear-gradient(270deg, #FFB303 0%, #FFBE29 100%);
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 10% 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 10% 100%);
}

.Index1 .main .time {
  padding-top: 0;
  height: 8.8rem;
  z-index: 0;
}

.Index1 .main .time .title-box {
  position: absolute;
  left: 6.25%;
  top: 50%;
}

.Index1 .main .time .title-box h2, .Index1 .main .time .title-box h4 {
  color: #fff;
}

.Index1 .main .time .video {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  z-index: -1;
}

.Index1 .main .time .video img {
  width: 100%;
  height: 100%;
}

.Index1 .main .app {
  background: url(../images/index1/app-bg.jpg) no-repeat center/cover #EBEBEB;
  padding-top: 0.1rem;
}

.Index1 .main .app .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.Index1 .main .app .img {
  width: 39.8%;
}

.Index1 .main .app .img img {
  width: 100%;
}

.Index1 .main .app .text {
  flex: 1;
  padding-left: 2rem;
}

.Index1 .main .app .text h2 {
  font-size: 0.36rem;
  margin-bottom: 0.15rem;
  font-family: "zihun";
}

.Index1 .main .app .text p {
  font-size: 0.18rem;
  color: #333;
}

.Index1 .main .app .text .box {
  margin-top: 0.4rem;
  display: flex;
}

.Index1 .main .app .text .box .left img {
  width: 1.5rem;
  margin-bottom: 0.1rem;
}

.Index1 .main .app .text .box .left p {
  font-size: 0.14rem;
  color: #333;
  line-height: 0.24rem;
  text-align: center;
}

.Index1 .main .app .text .box .right {
  margin-left: 0.4rem;
  padding-top: 0.1rem;
}

.Index1 .main .app .text .box .right a {
  width: 1.8rem;
  height: 0.5rem;
  background: #fff;
  font-size: 0.18rem;
  color: #333;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.3rem;
  margin-bottom: 0.3rem;
}

.Index1 .main .app .text .box .right a:hover {
  background: #004ABB;
  color: #fff;
}

.Index1 .footer {
  background: #000;
}

.Index1 .footer .top {
  border-color: rgba(106, 106, 106, 0.26);
}

.Index1 .footer .top .left {
  color: #999;
}

.Index1 .footer .top .social .item .item-box p {
  color: #999;
}

.Index1 .footer .bottom {
  color: #999;
}

.Index1 .footer .bottom p {
  color: #999;
}

.Index1 .footer .bottom p a {
  color: #999;
}

.footer {
  background: #000;
}

.footer .top {
  border-color: rgba(106, 106, 106, 0.26);
}

.footer .top .left {
  color: #999;
}

.footer .top .social .item .item-box p {
  color: #999;
}

.footer .bottom {
  color: #999;
}

.footer .bottom p {
  color: #999;
}

.footer .bottom p a {
  color: #999;
}

.car-header {
  width: 100%;
  padding: 0.15rem 0;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 26;
  background: rgba(0, 0, 0, 0.7);
  transform: translateY(-100%);
  transition: all .5s ease;
  backdrop-filter: saturate(150%) blur(0.1rem);
}

.car-header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.car-header .left {
  display: flex;
  align-items: center;
  color: #fff;
}

.car-header .left .pname {
  font-size: 0.18rem;
  font-weight: bold;
}

.car-header .left .pprice {
  font-size: 0.16rem;
  margin-left: 0.4rem;
}

.car-header .right {
  display: flex;
}

.car-header .right .btn {
  height: 0.4rem;
  font-size: 0.16rem;
  color: #fff;
  padding: 0 0.18rem;
  margin-left: 0.2rem;
  border: 1px solid #fff;
  border-radius: 0.5rem;
  position: relative;
  display: flex;
  align-items: center;
}

.car-header .right .btn.btn1 {
  background: #004ABB;
  border-color: #004ABB;
}

.car-header.active {
  transform: translateY(0);
}

/* Nei-page */
.Nei-page .header {
  background: #fff;
  box-shadow: 0 0.06rem 0.2rem rgba(16, 22, 44, 0.04);
}

.Nei-page .header:before {
  opacity: 0;
}

.Nei-page .header .logo {
  background: url("../images/logo1.png") no-repeat center/100% !important;
}

.Nei-page .header .nav .item .tit {
  color: #000;
}

.Nei-page .header .nav .item:hover {
  color: #004ABB;
}

.Nei-page .header .nav .item.btn .tit {
  border-color: #000;
}

.Nei-page .banner {
  overflow: hidden;
  position: relative;
  margin-top: 0.76rem;
}

.Nei-page .banner:before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  left: 0;
  top: 0;
}

.Nei-page .banner img {
  width: 100%;
  height: 100%;
}

.Nei-page .banner .text {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.Nei-page .banner .text h3 {
  font-size: 0.48rem;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.2);
  font-family: "SourceHanSans-Bold";
}

.Nei-page .banner .text h2 {
  font-size: 0.36rem;
  color: #fff;
  position: relative;
  margin-top: -0.25rem;
  font-family: "SourceHanSans-Bold";
}

.Nei-page .filter-search {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 0.6rem;
  padding-bottom: 0.2rem;
  border-bottom: 1px solid #EFEFEF;
}

.Nei-page .filter-search .filter {
  display: flex;
  align-items: center;
}

.Nei-page .filter-search .filter label {
  font-size: 0.18rem;
}

.Nei-page .filter-search .filter .list {
  display: flex;
}

.Nei-page .filter-search .filter .list .item {
  font-size: 0.18rem;
  margin-left: 0.4rem;
  color: #000;
  position: relative;
}

.Nei-page .filter-search .filter .list .item:first-child {
  margin-left: 0.3rem;
}

.Nei-page .filter-search .filter .list .item:hover {
  color: #004ABB;
}

.Nei-page .filter-search .filter .list .item.active {
  font-weight: bold;
  color: #000;
}

.Nei-page .filter-search .filter .list .item.active:before {
  content: "";
  width: 100%;
  height: 0.08rem;
  background: linear-gradient(270deg, rgba(52, 76, 170, 0) 0%, #344CAA 100%);
  opacity: .5;
  position: absolute;
  left: 0;
  bottom: -0.04rem;
}

.Nei-page .filter-search .search {
  width: 3.2rem;
  padding: 0 0.2rem;
  display: flex;
  align-items: center;
  border: 1px solid #E0E0E0;
  border-radius: 0.5rem;
}

.Nei-page .filter-search .search input {
  width: 0;
  flex: 1;
  height: 0.46rem;
  font-size: 0.16rem;
  color: #333;
}

.Nei-page .filter-search .search i {
  font-size: 0.18rem;
  cursor: pointer;
  font-weight: bold;
}

.Nei-page .title-box {
  text-align: center;
  margin-top: 0.9rem;
}

.Nei-page .title-box h2 {
  font-size: 0.36rem;
  font-family: "SourceHanSans-Medium";
}

.Nei-page .title-box p {
  font-size: 0.18rem;
  line-height: 0.3rem;
  padding-top: 0.2rem;
}

.whiteHeader .header {
  background: #fff;
  box-shadow: 0 0.06rem 0.2rem rgba(16, 22, 44, 0.04);
}

.whiteHeader .header:before {
  opacity: 0;
}

.whiteHeader .header .logo {
  background: url("../images/logo1.png") no-repeat center/100% !important;
}

.whiteHeader .header .nav .item .tit {
  color: #000;
}

.whiteHeader .header .nav .item:hover {
  color: #004ABB;
}

.whiteHeader .header .nav .item.btn .tit {
  border-color: #000;
}

/* Product */
.Product .section {
  overflow: hidden;
  position: relative;
  background: #fff;
}

.Product .section .bb {
  min-height: 100vh;
}

.Product .section .container {
  height: 100%;
}

.Product .section .title {
  width: 4.7rem;
  margin: 0 auto;
}

.Product .section .title h2 {
  font-size: 0.48rem;
  color: #fff;
  font-weight: bold;
  text-shadow: 0 0.04rem 0.06rem rgba(0, 8, 23, 0.3);
  margin-top: 0.15rem;
}

.Product .section .title h3 {
  font-size: 0.4rem;
  line-height: 0.6rem;
  font-weight: bold;
  text-align: center;
  text-shadow: 0 0.03rem 0.06rem rgba(0, 8, 23, 0.3);
}

.Product .section .title h4 {
  font-size: 0.26rem;
  color: #fff;
  text-shadow: 0 0.04rem 0.06rem rgba(0, 8, 23, 0.3);
  margin-top: 0.25rem;
}

.Product .section .title h5 {
  font-size: 0.16rem;
  color: #fff;
  font-weight: bold;
  text-shadow: 0 0.04rem 0.06rem rgba(0, 8, 23, 0.3);
  margin-top: 0.15rem;
}

.Product .section .title p {
  font-size: 0.24rem;
  color: #fff;
  line-height: 0.36rem;
  letter-spacing: 2px;
  margin-top: 0.4rem;
}

.Product .banner {
  height: 100vh;
}

.Product .banner .img {
  width: 100%;
  height: 100%;
}

.Product .banner .title {
  width: 100%;
  position: absolute;
  left: 0;
  top: 11%;
  text-align: center;
}

.Product .banner .title h2 {
  margin-bottom: 0.15rem;
  font-size: 0.4rem;
}

.Product .banner .title h4 {
  font-size: 0.18rem;
  line-height: 0.32rem;
  margin-top: 0;
}

.Product .banner:before {
  content: "";
  width: 100%;
  height: 2.25rem;
  background: linear-gradient(360deg, rgba(0, 0, 0, 0.6) 0%, transparent 100%);
  position: absolute;
  left: 0;
  bottom: 0;
}

.Product .banner ul {
  width: 87.5%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0.4rem;
  margin: auto;
  display: flex;
  z-index: 1;
}

.Product .banner ul li {
  flex: 1;
  text-align: center;
}

.Product .banner ul li img {
  width: 1.48rem;
  margin: 0 auto 0.1rem;
  display: block;
}

.Product .banner ul li p {
  font-size: 0.18rem;
  color: #fff;
}

.Product .section1 {
  padding-bottom: 0.9rem;
  background: url(../images/product/section1-bg.jpg) no-repeat center/cover;
}

.Product .section1 .container {
  padding-top: 0.9rem;
}

.Product .section1 .title h3 {
  text-shadow: none;
  font-size: 0.4rem;
}

.Product .section1 .slide {
  width: 8rem;
  margin: 0.6rem auto 0;
}

.Product .section1 .slide img {
  width: 100%;
}

.Product .section1 .slide .swiper-slide {
  opacity: 0 !important;
}

.Product .section1 .slide .swiper-slide-active {
  opacity: 1 !important;
}

.Product .section1 .btn-prev, .Product .section1 .btn-next {
  position: absolute;
  left: -1rem;
  top: 45%;
  cursor: pointer;
  transition: all .5s ease;
  z-index: 5;
}

.Product .section1 .btn-prev i, .Product .section1 .btn-next i {
  font-size: 0.6rem;
  color: #000;
}

.Product .section1 .btn-prev.btn-next, .Product .section1 .btn-next.btn-next {
  left: auto;
  right: -1rem;
}

.Product .section1 .btn-prev.swiper-button-disabled, .Product .section1 .btn-next.swiper-button-disabled {
  opacity: .3;
}

.Product .section1 .bottom {
  min-width: 12.5rem;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
}

.Product .section1 .bottom ul {
  display: flex;
}

.Product .section1 .bottom ul li {
  display: flex;
  align-items: center;
  margin-left: 1rem;
}

.Product .section1 .bottom ul li label {
  width: 0.45rem;
  font-size: 0.18rem;
  color: #333;
  line-height: 0.24rem;
}

.Product .section1 .bottom ul li p {
  font-size: 0.4rem;
  color: #333;
}

.Product .section1 .bottom ul li:first-child {
  margin: 0;
}

.Product .section1 .bottom .btns a {
  width: 1.6rem;
  line-height: 0.5rem;
  font-size: 0.16rem;
  color: #000;
  border: 1px solid #000;
  border-radius: 0.5rem;
  display: inline-block;
  margin-left: 0.2rem;
  text-align: center;
}

.Product .section1 .bottom .btns a i {
  font-size: 0.2rem;
  vertical-align: -0.01rem;
  transition: margin .3s;
}

.Product .section1 .bottom .btns a:hover {
  background: #000;
  color: #fff;
}

.Product .section1 .bottom .btns a:hover i {
  margin-left: 0.05rem;
}

.Product .section1 .bottom .btns a:first-child {
  margin: 0;
}

.Product .section1 .bottom .btns a:last-child {
  background: #000;
  color: #fff;
}

.Product .section8 {
  max-height: none;
  padding: 0.9rem 0;
  background: url(../images/product/section8-bg.png) no-repeat top/100% #fff;
}

.Product .section8 .title h3 {
  text-shadow: none;
}

.Product .section8 .img {
  width: 8rem;
  margin: 0.5rem auto;
}

.Product .section8 .cs {
  width: 11rem;
  text-align: center;
  margin: 0 auto;
}

.Product .section8 .cs h3 {
  font-size: 0.3rem;
  color: #000;
  font-weight: bold;
}

.Product .section8 .cs .slide {
  margin-top: 0.45rem;
  overflow: hidden;
}

.Product .section8 .cs .slide .swiper-wrapper {
  justify-content: center;
}

.Product .section8 .cs .slide .swiper-slide {
  position: relative;
  width: auto;
  padding: 0 0.8rem;
}

.Product .section8 .cs .slide .swiper-slide:before {
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: .5;
  background: linear-gradient(180deg, transparent 0%, #000000 50%, transparent 100%);
}

.Product .section8 .cs .slide .swiper-slide p {
  font-size: 0.18rem;
  color: #000;
  margin-bottom: 0.2rem;
  line-height: normal;
}

.Product .section8 .cs .slide .swiper-slide p b {
  font-size: 0.3rem;
  font-weight: bold;
}

.Product .section8 .cs .slide .swiper-slide p:last-child {
  margin: 0;
}

.Product .section8 .cs .slide .swiper-slide:first-child:before {
  display: none;
}

.Product .section8 .btns {
  text-align: center;
  margin-top: 0.6rem;
}

.Product .section8 .btns a {
  width: 3rem;
  line-height: 0.7rem;
  font-size: 0.24rem;
  color: #000;
  border: 1px solid #000;
  border-radius: 0.5rem;
  display: inline-block;
  margin-left: 0.2rem;
  text-align: center;
}

.Product .section8 .btns a i {
  font-size: 0.28rem;
  vertical-align: -0.01rem;
  transition: margin .3s;
}

.Product .section8 .btns a:hover {
  background: #000;
  color: #fff;
}

.Product .section8 .btns a:hover i {
  margin-left: 0.05rem;
}
/* 增加一个富文本的样式 */
.Product .section822 .table-box222 {
  
}

.Product .section822 .table-box222 .table {
  width: 100%;
  overflow: hidden;
  margin-top: 0.5rem;
}

.Product .section822 .table-box222 .table table {
  width: 100% !important;
  height: auto;
  overflow: hidden;
  border-collapse: collapse;
  border: 1px solid #ccc !important;
  margin: 0 auto;
  table-layout: auto !important;
}

.Product .section822 .table-box222 .table table td {
  padding: 0.15rem 0.2rem;
  font-size: 0.16rem !important;
  line-height: 1.5;
}

.Product .section822 .table-box222 .table::-webkit-scrollbar {
  width: 0.1rem;
  height: 0.1rem;
  background-color: #eee;
  cursor: pointer;
}

.Product .section822 .table-box222 .table::-webkit-scrollbar-thumb {
  background-color: #004ABB;
  border-radius: 0.04rem;
  cursor: pointer;
}

.Product .section822 .table-box222 .statement {
  margin-top: 0.4rem;
}

.Product .section822 .table-box222 .statement em {
  display: block;
  margin-bottom: 0.1rem;
  font-size: 0.16rem;
}

.Product .section822 .table-box222 .statement em i {
  color: #D30000;
  display: inline-block;
  margin-right: 0.05rem;
}

.Product .section822 .table-box222 .statement p {
  line-height: 0.24rem;
  color: #666;
  font-size: 0.15rem;
  padding-left: 0.15rem;
}

 .Product .section822 .table-box222 .table {
    overflow-x: auto;
  }
 .Product .section822 .table-box222 .table table {
    table-layout: inherit !important;
  }
 .Product .section822 .table-box222 .table table td {
    word-break: break-all;
  }
.Product .section822 .table-box222 .statement em {
    font-size: 0.28rem;
  }
.Product .section822 .table-box222 .statement p {
    font-size: 0.26rem;
    line-height: 0.46rem;
  }
 .Product .section822.minProgram .table-box222 .table table td {
    font-size: 13px !important;
  }
/* 结束增加 */
.Product .section8 .table-box {
  display: none;
}

.Product .section8 .table-box .table {
  width: 100%;
  overflow: hidden;
  margin-top: 0.5rem;
}

.Product .section8 .table-box .table table {
  width: 100% !important;
  height: auto;
  overflow: hidden;
  border-collapse: collapse;
  border: 1px solid #ccc !important;
  margin: 0 auto;
  table-layout: auto !important;
}

.Product .section8 .table-box .table table td {
  padding: 0.15rem 0.2rem;
  font-size: 0.16rem !important;
  line-height: 1.5;
}

.Product .section8 .table-box .table::-webkit-scrollbar {
  width: 0.1rem;
  height: 0.1rem;
  background-color: #eee;
  cursor: pointer;
}

.Product .section8 .table-box .table::-webkit-scrollbar-thumb {
  background-color: #004ABB;
  border-radius: 0.04rem;
  cursor: pointer;
}

.Product .section8 .table-box .statement {
  margin-top: 0.4rem;
}

.Product .section8 .table-box .statement em {
  display: block;
  margin-bottom: 0.1rem;
  font-size: 0.16rem;
}

.Product .section8 .table-box .statement em i {
  color: #D30000;
  display: inline-block;
  margin-right: 0.05rem;
}

.Product .section8 .table-box .statement p {
  line-height: 0.24rem;
  color: #666;
  font-size: 0.15rem;
  padding-left: 0.15rem;
}

.Product .section9 {
  max-height: none;
  padding-bottom: 1.2rem;
  background-color: #fff;
}

.Product .section9 .title h3 {
  text-shadow: none;
}

.Product .section9 .slide {
  position: relative;
  margin-top: 0.4rem;
}

.Product .section9 .slide .swiper-slide {
  display: flex;
  justify-content: space-between;
}

.Product .section9 .slide .swiper-slide .box {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.Product .section9 .slide .swiper-slide .box .item {
  width: 49%;
  overflow: hidden;
}

.Product .section9 .slide .swiper-slide .box .item img {
  width: 100%;
  height: 100%;
  aspect-ratio: 390/234;
  -webkit-aspect-ratio: 390/234;
}

.Product .section9 .slide .swiper-slide .box .item.big {
  width: 100%;
  height: 5rem;
}

.Product .section9 .slide .swiper-slide .box .item.big img {
  aspect-ratio: 800/480;
  -webkit-aspect-ratio: 800/480;
}

.Product .section9 .slide .swiper-slide .box .item:hover img {
  transform: scale(1.05);
}

.Product .section9 .slide .swiper-slide:nth-child(odd) .box .item:first-child {
  width: 100%;
  height: 5rem;
  margin-bottom: 0.2rem;
}

.Product .section9 .slide .swiper-slide:nth-child(even) .box .item:last-child {
  width: 100%;
  height: 5rem;
  margin-top: 0.2rem;
}

.Product .statement-box {
  height: auto;
  overflow: hidden;
  padding: 0.4rem 0;
}

.Product .statement-box .statement em {
  display: block;
  margin-bottom: 0.1rem;
  font-size: 0.16rem;
}

.Product .statement-box .statement em i {
  color: #D30000;
  display: inline-block;
  margin-right: 0.05rem;
}

.Product .statement-box .statement p {
  line-height: 0.24rem;
  color: #666;
  font-size: 0.15rem;
  padding-left: 0.15rem;
}

/* page */
.page {
  height: auto;
  text-align: center;
  margin: 0.8rem 0 0;
}

.page a {
  display: inline-block;
  width: 0.5rem;
  line-height: 0.48rem;
  border-radius: 0.5rem;
  border: 1px solid #E6EAF6;
  text-align: center;
  font-size: 0.16rem;
  color: #717991;
  margin: 0 5px;
}

.page a.first, .page a.last {
  width: 1rem;
}

.page a:hover, .page a.active {
  background: #004ABB;
  color: #fff;
  border-color: #004ABB;
}

.page-xs {
  margin-top: 0.4rem;
}

.page-xs .common-more1 {
  margin: 0 auto;
}

.page-xs .no-more {
  font-size: 0.26rem;
  color: #999;
  text-align: center;
}

/* Brand */
.Brand .point {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0.4rem;
  z-index: 2;
  text-align: center;
  animation: mouseMove 2s infinite;
}

.Brand .point span {
  font-size: 0.3rem;
  color: #fff;
}

.Brand .section {
  overflow: hidden;
  position: relative;
}

.Brand .section .bg {
  width: 100%;
}

.Brand .section .bb {
  position: relative;
}

.Brand .section .text {
  z-index: 3;
  position: absolute;
  text-align: center;
  left: 0;
  right: 0;
}

.Brand .section .text h3 {
  font-size: 0.48rem;
  color: #fff;
  font-family: "SourceHanSans-Bold";
  opacity: .2;
  text-transform: uppercase;
}

.Brand .section .text h2 {
  font-size: 0.48rem;
  color: #fff;
  font-family: "SourceHanSans-Bold";
  margin-bottom: 0.4rem;
}

.Brand .section .text p {
  font-size: 0.18rem;
  color: #fff;
  line-height: 0.36rem;
  margin-bottom: 0.5rem;
}

.Brand .section .text p span {
  opacity: .85;
}

.Brand .section .text p b {
  font-size: 0.24rem;
  font-weight: bold;
}

.Brand .section1 .bg {
  height: 100vh;
}

.Brand .section1 img {
  animation: bannerScale 4s;
  width: 100%;
}

.Brand .section1 .text {
  top: 17%;
}

.Brand .section1 .text h2 {
  font-size: 0.5rem;
  margin-top: -0.25rem;
  margin-bottom: 0.2rem;
}

.Brand .section1 .text p {
  font-size: 0.2rem;
  font-family: "SourceHanSans-Medium";
  margin-top: 0.2rem;
}

.Brand .section2 .bb:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  background: rgba(0, 0, 0, 0.5);
}

.Brand .section2 .text {
  top: 2.1rem;
}

.Brand .section2 .text h2 {
  margin-bottom: 0.4rem;
}

.Brand .section3 .bb:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  background: rgba(0, 0, 0, 0.5);
}

.Brand .section3 .text {
  top: 2.1rem;
}

.Brand .section3 .text h2 {
  margin-bottom: 0.4rem;
}

.Brand .section3 .text .more {
  color: #fff;
}

.Brand .section3 .text .more span {
  margin-bottom: 0.2rem;
  display: block;
  animation: mouseMove 2s infinite;
}

.Brand .section3 .text .more b {
  font-family: "SourceHanSans-Medium";
}

.Brand .section4 .text {
  top: 10%;
}

.Brand .section4 .text ul {
  display: flex;
  justify-content: center;
  padding-top: 0.3rem;
  padding-left: 12.5%;
  padding-right: 12.5%;
}

.Brand .section4 .text ul li {
  width: 33.333%;
  height: 3.9rem;
  padding: 0.3rem 2% 0;
  position: relative;
}

.Brand .section4 .text ul li:nth-child(2n):before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background: linear-gradient(360deg, #000000 0%, rgba(84, 84, 84, 0) 100%);
  opacity: .06;
}

.Brand .section4 .text ul li:nth-child(2n+1):before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
  opacity: .07;
}

.Brand .section4 .text ul li img {
  width: 0.8rem;
  height: 0.8rem;
  margin: 0 auto 0.1rem;
}

.Brand .section4 .text ul li h4 {
  font-size: 0.24rem;
  font-family: "SourceHanSans-Medium";
  margin-bottom: 0.2rem;
  color: #fff;
}

.Brand .section4 .text ul li p {
  font-size: 0.18rem;
  line-height: 0.3rem;
  text-align: left;
  margin-top: 0.05rem;
  margin-bottom: 0;
  text-align: justify;
}

.Brand .section5 .text {
  top: 20%;
  padding: 0 12.5%;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}

.Brand .section5 .text p {
  margin-bottom: 0 !important;
}

.Brand .section5 .text .left, .Brand .section5 .text .right {
  width: 30.9%;
  overflow: hidden;
  background-color: #fff;
  position: relative;
  --swiper-theme-color: #004ABB;
}

.Brand .section5 .text .left a, .Brand .section5 .text .right a {
  display: block;
}

.Brand .section5 .text .left a:hover img, .Brand .section5 .text .right a:hover img {
  transform: scale(1.08);
}

.Brand .section5 .text .left a:hover h4, .Brand .section5 .text .right a:hover h4 {
  color: #004ABB;
}

.Brand .section5 .text .left .img-box, .Brand .section5 .text .right .img-box {
  overflow: hidden;
  padding-bottom: 70%;
  position: relative;
}

.Brand .section5 .text .left .img-box img, .Brand .section5 .text .right .img-box img {
  display: block;
  width: 100%;
  height: 100%;
  /*aspect-ratio: 520/368;-webkit-aspect-ratio: 520/368;*/
  position: absolute;
  top: 0;
  bottom: 0;
  object-fit: cover;
}

.Brand .section5 .text .left .text-box, .Brand .section5 .text .right .text-box {
  padding: 0.2rem 0.3rem 0.4rem;
  text-align: left;
}

.Brand .section5 .text .left .text-box h4, .Brand .section5 .text .right .text-box h4 {
  transition: all .5s ease;
  font-size: 0.24rem;
  color: #000000;
  margin-bottom: 2%;
  line-height: 0.36rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.Brand .section5 .text .left .text-box p, .Brand .section5 .text .right .text-box p {
  color: #666;
}

.Brand .section5 .text .left .swiper-pagination, .Brand .section5 .text .right .swiper-pagination {
  text-align: left;
  padding: 0 0.3rem;
  bottom: 3.5%;
}

.Brand .section5 .text .center {
  width: 30.9%;
  position: relative;
}

.Brand .section5 .text .center .img-box {
  position: relative;
  overflow: hidden;
}

.Brand .section5 .text .center .img-box a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  padding-bottom: 56.7%;
}

.Brand .section5 .text .center .img-box a::before {
  z-index: 2;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1rem;
  background: linear-gradient(180deg, rgba(18, 25, 33, 0) 0%, rgba(50, 58, 67, 0.9) 100%);
}

.Brand .section5 .text .center .img-box a p {
  z-index: 3;
  text-align: left;
  position: absolute;
  left: 0.3rem;
  right: 0.3rem;
  bottom: 0.2rem;
  font-size: 0.18rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 0.26rem;
}

.Brand .section5 .text .center .img-box a:hover img {
  transform: scale(1.08);
}

.Brand .section5 .text .center .img-box img {
  display: block;
  width: 100%;
  height: 100%;
  /*aspect-ratio: 520/295;-webkit-aspect-ratio: 520/295;*/
  position: absolute;
  top: 0;
  bottom: 0;
  object-fit: cover;
}

.Brand .section5 .text .center .img-box:last-child {
  margin-top: 0.2rem;
}

.Brand .section5 .text .tags {
  position: absolute;
  overflow: hidden;
  left: 0;
  top: 0;
  z-index: 2;
}

.Brand .section5 .text .tags a {
  width: 1.69rem;
  height: 0.6rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.24rem;
  color: #fff;
  font-family: "SourceHanSans-Medium";
}

.Brand .section5 .text .tags a:hover span {
  margin-left: 0.1rem;
}

.Brand .section5 .text .tags span {
  font-size: 0.2rem;
  font-weight: bold;
  margin-left: 0.05rem;
  transition: all .5s ease;
  position: relative;
  top: 0.02rem;
}

.Brand .section5 .text .tags:before {
  z-index: -1;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(90deg, #000000 0%, rgba(0, 0, 0, 0.3) 100%);
  opacity: 1;
  transform: skewX(-10deg) translateX(-6px);
}

.Brand .section5 .text .left .tags::before {
  background: linear-gradient(90deg, #1D49B4 0%, #5EBAE8 100%);
}

.Brand .section5 .text .center .tags::before {
  background: linear-gradient(90deg, #ED1B1B 0%, #F25F28 100%);
}

.Brand .section5 .text .right .tags::before {
  background: linear-gradient(90deg, #FFB303 0%, #FFBE29 100%);
}

/* Service */
.Service .point {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0.4rem;
  z-index: 2;
  text-align: center;
  animation: mouseMove 2s infinite;
}

.Service .point span {
  font-size: 0.3rem;
  color: #fff;
}

.Service .section {
  overflow: hidden;
  position: relative;
}

.Service .section .bg {
  width: 100%;
  height: auto;
}

.Service .section .text {
  z-index: 3;
  position: absolute;
  text-align: center;
  left: 0;
  right: 0;
}

.Service .section .text h3 {
  font-size: 0.48rem;
  color: #fff;
  font-family: "SourceHanSans-Bold";
  opacity: .2;
  text-transform: uppercase;
}

.Service .section .text h2 {
  font-size: 0.48rem;
  color: #fff;
  font-family: "SourceHanSans-Bold";
  margin-bottom: 0.4rem;
}

.Service .section .text p {
  font-size: 0.18rem;
  color: #fff;
  line-height: 0.36rem;
}

.Service .section .text p span {
  opacity: .85;
}

.Service .section .text p b {
  font-size: 0.24rem;
  font-family: "SourceHanSans-Medium";
}

.Service .section1 .bg {
  height: 100vh;
}

.Service .section1 img {
  animation: bannerScale 4s;
  width: 100%;
}

.Service .section1 .text {
  top: 17%;
}

.Service .section1 .text h2 {
  font-size: 0.5rem;
  margin-top: -0.25rem;
  margin-bottom: 0.2rem;
}

.Service .section1 .text p {
  font-size: 0.2rem;
  font-family: "SourceHanSans-Medium";
  margin-top: 0.2rem;
}

.Service .section2 .text {
  top: 2.1rem;
}

.Service .section3 .bb:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  background: rgba(0, 0, 0, 0.5);
}

.Service .section3 .text {
  top: 1.9rem;
}

.Service .section3 .text ul {
  width: 87.5%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0.6rem auto 0;
}

.Service .section3 .text ul li {
  width: 3.6rem;
  height: 4.2rem;
  background: url(../images/service/section3-li-bg.png) no-repeat center/100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 0.9rem;
}

.Service .section3 .text ul li i {
  font-size: 0.55rem;
  color: #fff;
}

.Service .section3 .text ul li h4 {
  font-size: 0.24rem;
  color: #fff;
  font-weight: bold;
  margin: 0.2rem 0;
}

.Service .section3 .text ul li p {
  font-size: 0.18rem;
  line-height: 0.3rem;
  color: #fff;
}

.Service .section4 .text {
  top: 2.1rem;
}

.Service .section4 .text ul {
  padding: 0 12.5%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0.6rem auto 0;
}

.Service .section4 .text ul li {
  transition: all .5s ease;
  width: 21.5%;
  /*aspect-ratio: 360/364;-webkit-aspect-ratio: 360/364;*/
  height: 3.1rem;
  background: url("../images/service/bg-service-li.png") no-repeat;
  background-size: cover;
  cursor: pointer;
}

.Service .section4 .text ul li a {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.Service .section4 .text ul li i {
  transition: all .5s ease;
  font-size: 0.7rem;
  color: #fff;
}

.Service .section4 .text ul li h4 {
  transition: all .5s ease;
  font-size: 0.24rem;
  color: #fff;
  font-family: "SourceHanSans-Bold";
  margin: 0.2rem 0;
}

.Service .section4 .text ul li p {
  font-size: 0.18rem;
  line-height: 0.3rem;
  color: #fff;
}

.Service .section4 .text ul li:hover {
  background: url("../images/service/bg-service-li-hover.png") no-repeat;
  background-size: cover;
}

.Service .section4 .text ul li:hover i {
  color: #004ABB;
}

.Service .section4 .text ul li:hover h4 {
  color: #000;
}

/* Technology */
.Technology .point {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0.4rem;
  z-index: 2;
  text-align: center;
  animation: mouseMove 2s infinite;
}

.Technology .point span {
  font-size: 0.3rem;
  color: #fff;
}

.Technology .section {
  overflow: hidden;
  position: relative;
}

.Technology .section .bg {
  width: 100%;
  height: auto;
}

.Technology .section .text {
  z-index: 3;
  position: absolute;
  text-align: center;
  left: 0;
  right: 0;
}

.Technology .section .text h3 {
  font-size: 0.48rem;
  color: #fff;
  font-family: "SourceHanSans-Bold";
  opacity: .2;
  text-transform: uppercase;
}

.Technology .section .text h2 {
  font-size: 0.48rem;
  color: #fff;
  font-family: "SourceHanSans-Bold";
  margin-bottom: 0.4rem;
}

.Technology .section .text p {
  font-size: 0.18rem;
  color: #fff;
  line-height: 0.36rem;
}

.Technology .section .text p span {
  opacity: .85;
}

.Technology .section .text p b {
  font-size: 0.24rem;
  font-family: "SourceHanSans-Medium";
}

.Technology .section1 .bg {
  height: 100vh;
}

.Technology .section1 img {
  animation: bannerScale 4s;
  width: 100%;
}

.Technology .section1 .text {
  top: 17%;
}

.Technology .section1 .text h2 {
  font-size: 0.5rem;
  margin-top: -0.25rem;
  margin-bottom: 0.2rem;
}

.Technology .section1 .text p {
  font-size: 0.2rem;
  font-family: "SourceHanSans-Medium";
  margin-top: 0.2rem;
}

.Technology .section2 .bb {
  height: 100vh;
}

.Technology .section2 .text {
  top: 1.5rem;
}

.Technology .section2 .text h2 {
  margin-bottom: 0.1rem;
}

.Technology .section2 .text p {
  font-size: 0.18rem;
  line-height: 0.36rem;
}

.Technology .section2 ul {
  width: 100%;
  height: auto;
}

.Technology .section2 ul li {
  width: 36%;
  height: 100%;
  position: absolute;
}

.Technology .section2 ul li img {
  width: 100%;
  height: 100%;
  transform: scale(1.08);
}

.Technology .section2 ul li .txt {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.Technology .section2 ul li .txt h4 {
  font-size: 0.3rem;
  color: #fff;
  font-weight: bold;
}

.Technology .section2 ul li .txt p {
  transition: all .5s ease;
  font-size: 0.18rem;
  color: #fff;
  margin-top: 0.2rem;
}

.Technology .section2 ul li .txt p.more {
  padding-top: 0.1rem;
}

.Technology .section2 ul li .txt p.more em {
  transition: all .5s ease;
  margin-left: 0.05rem;
}

.Technology .section2 ul li .txt p.more:hover em {
  margin-left: 0.1rem;
}

.Technology .section2 ul li .txt i {
  width: 0.5rem;
  height: 0.5rem;
  font-size: 0.5rem;
  color: #fff;
  display: block;
  margin-top: 0.4rem;
  transition: all .5s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.Technology .section2 ul li:nth-child(1) {
  left: 0;
  clip-path: polygon(0 0, 100% 0, 85% 100%, 0 100%);
}

.Technology .section2 ul li:nth-child(2) {
  width: 40%;
  left: 30%;
  clip-path: polygon(15% 0%, 100% 0, 85% 100%, 0 100%);
}

.Technology .section2 ul li:nth-child(3) {
  right: 0;
  clip-path: polygon(15% 0%, 100% 0%, 100% 100%, 0% 100%);
}

.Technology .section2 ul li:hover img {
  transform: scale(1.16);
}

.Technology .section2 ul li:hover .txt i {
  transform: rotate(180deg);
}

.Technology .section3 .text {
  top: 13%;
}

.Technology .section3 .text h2 {
  margin-bottom: 0.1rem;
}

.Technology .section3 .slide {
  width: 100%;
  height: auto;
}

.Technology .section3 .slide .swiper-slide:before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0;
  top: 0;
}

.Technology .section3 .slide .swiper-slide img {
  width: 100%;
  height: 100%;
}

.Technology .section3 .slide .swiper-slide ul {
  width: 80%;
  display: flex;
  flex-wrap: wrap;
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  top: 31%;
  margin: 0 auto;
}

.Technology .section3 .slide .swiper-slide ul li {
  font-size: 0.18rem;
  color: #fff;
  display: flex;
  margin: 0 2rem 0.4rem;
  line-height: 0.3rem;
  text-align: justify;
}

.Technology .section3 .slide .swiper-slide ul li i {
  width: 0.4rem;
  height: 0.4rem;
  flex-shrink: 0;
  background: rgba(255, 255, 255, 0.4);
  position: relative;
  border-radius: 50%;
  display: inline-block;
  margin-right: 0.15rem;
}

.Technology .section3 .slide .swiper-slide ul li i:before {
  content: "";
  width: 0.14rem;
  height: 0.14rem;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.Technology .section3 .slide .swiper-slide ul li b {
  font-family: "SourceHanSans-Bold";
}

.Technology .section3 .slide .swiper-slide p {
  font-size: 0.18rem;
  color: #fff;
  display: flex;
  align-items: center;
}

.Technology .section3 .slide .swiper-slide p i {
  width: 0.4rem;
  height: 0.4rem;
  background: rgba(255, 255, 255, 0.4);
  position: relative;
  border-radius: 50%;
  display: inline-block;
  margin-right: 0.15rem;
}

.Technology .section3 .slide .swiper-slide p i:before {
  content: "";
  width: 0.14rem;
  height: 0.14rem;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.Technology .section3 .slide .swiper-slide p b {
  font-family: "SourceHanSans-Bold";
}

.Technology .section3 .slide .slide-1 p {
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
}

.Technology .section3 .slide .slide-1 p:nth-child(1) {
  left: 17.5%;
  top: 32.9%;
}

.Technology .section3 .slide .swiper-button-prev, .Technology .section3 .slide .swiper-button-next {
  display: none;
}

.Technology .section3 .slide .swiper-pagination {
  display: none;
}

.Technology .section3 .tabs {
  width: 75%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 13%;
  z-index: 1;
  margin: 0 auto;
}

.Technology .section3 .tabs .item {
  text-align: center;
  opacity: .5;
  transition: all .5s ease;
  cursor: pointer;
}

.Technology .section3 .tabs .item .icon {
  width: 1.2rem;
  height: 1.42rem;
  background: url(../images/technology/section3-tabs-item-icon.png) no-repeat center/100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.Technology .section3 .tabs .item .icon i {
  font-size: 0.5rem;
  color: #000;
}

.Technology .section3 .tabs .item h4 {
  font-size: 0.24rem;
  color: #fff;
  margin-top: 0.2rem;
}

.Technology .section3 .tabs .item.active {
  opacity: 1;
}

.Technology .section4 .text {
  top: 20%;
}

.Technology .section4 .text h2 {
  margin-bottom: 0.1rem;
}

.Technology .section4 .text p {
  font-size: 0.18rem;
  line-height: 0.36rem;
}

.Technology .section4 .text p span {
  opacity: .85;
}

.Technology .section4 .text p b {
  font-size: 0.24rem;
  font-family: "SourceHanSans-Medium";
}

.Technology .section4 .slide {
  width: 100%;
  height: auto;
  position: relative;
}

.Technology .section4 .slide .swiper-slide {
  position: relative;
}

.Technology .section4 .slide .swiper-slide:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  background: rgba(0, 0, 0, 0.6);
}

.Technology .section4 .slide .swiper-slide img {
  width: 100%;
  height: 100%;
}

.Technology .section4 .slide .swiper-slide video {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 2;
}

.Technology .section4 .slide .swiper-slide .txt {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 2.2rem;
  text-align: center;
  z-index: 4;
}

.Technology .section4 .slide .swiper-slide .txt h3 {
  font-size: 0.24rem;
  color: #fff;
  font-weight: bold;
  margin-bottom: 0.1rem;
}

.Technology .section4 .slide .swiper-slide .txt p {
  font-size: 0.18rem;
  color: #fff;
  line-height: 0.36rem;
}

.Technology .section4 .slide .swiper-slide ul {
  width: 78%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 42%;
  display: flex;
  z-index: 4;
}

.Technology .section4 .slide .swiper-slide ul li {
  padding: 0 2%;
  flex: 1;
}

.Technology .section4 .slide .swiper-slide ul li img {
  width: 0.8rem;
  height: 0.66rem;
  margin-bottom: 0.2rem;
}

.Technology .section4 .slide .swiper-slide ul li h3 {
  font-size: 0.24rem;
  font-weight: bold;
  color: #fff;
  margin-bottom: 0.2rem;
}

.Technology .section4 .slide .swiper-slide ul li p {
  font-size: 0.16rem;
  line-height: 0.32rem;
  color: #fff;
  text-align: justify;
}

.Technology .section4 .slide .swiper-slide ul.two {
  width: 60%;
}

.Technology .section4 .slide .swiper-slide ul.two li {
  padding: 0 8%;
}

.Technology .section4 .slide .btn-prev, .Technology .section4 .slide .btn-next {
  position: absolute;
  left: 8%;
  top: 55%;
  z-index: 1;
  font-size: 0.5rem;
  color: #fff;
  cursor: pointer;
}

.Technology .section4 .slide .btn-prev.btn-next, .Technology .section4 .slide .btn-next.btn-next {
  left: auto;
  right: 8%;
}

.Technology .section4 .slide .btn-prev.swiper-button-disabled, .Technology .section4 .slide .btn-next.swiper-button-disabled {
  opacity: 0;
}

.Technology .section4 .slide .swiper-pagination {
  width: 100%;
  bottom: 12%;
}

.Technology .section4 .slide .swiper-pagination .swiper-pagination-bullet {
  width: 0.15rem;
  height: 0.15rem;
  background: #fff;
  opacity: .8;
  margin: 0 0.08rem;
  transition: all .5s ease;
}

.Technology .section4 .slide .swiper-pagination .swiper-pagination-bullet-active {
  width: 0.5rem;
  opacity: 1;
  border-radius: 0.1rem;
}

/* News */
.News .content {
  padding-bottom: 1rem;
}

.News .content .container {
  width: 78%;
}

/* news-list */
.news-list li {
  padding: 0.6rem 0;
  border-bottom: 1px solid #E2E2E2;
}

.news-list li a {
  display: flex;
}

.news-list li .text {
  width: 0;
  flex: 1;
  padding: 0.3rem 0;
}

.news-list li .text h3 {
  font-size: 0.24rem;
  line-height: 0.36rem;
  transition: all .5s ease;
}

.news-list li .text p {
  font-size: 0.18rem;
  color: #666;
  line-height: 0.3rem;
  margin: 0.4rem 0;
}

.news-list li .text h5 {
  font-size: 0.18rem;
  color: #999;
}

.news-list li .img {
  width: 32%;
  overflow: hidden;
  margin-left: 1.2rem;
}

.news-list li .img img {
  width: 100%;
}

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

.news-list li:hover .text h3 {
  color: #004ABB;
}

/* Activity */
.Activity .content {
  padding-bottom: 1rem;
}

.Activity .content .city-select {
  width: 9.6rem;
  height: 1.4rem;
  padding: 0.4rem 0.55rem;
  box-shadow: 0 0.01rem 0.2rem 0.01rem rgba(173, 173, 173, 0.16);
  margin: -0.7rem auto 0;
  background: #fff;
  display: flex;
  align-items: center;
}

.Activity .content .city-select .t {
  font-size: 0.18rem;
  font-weight: bold;
  margin-right: 0.2rem;
}

.Activity .content .city-select .city-picker-selector {
  width: 0;
  flex: 1;
}

.Activity .content .list {
  display: flex;
  flex-wrap: wrap;
}

.Activity .content .list li {
  width: 32%;
  margin-right: 2%;
  margin-top: 0.6rem;
}

.Activity .content .list li:nth-child(3n) {
  margin-right: 0;
}

.Activity .content .list li .img {
  overflow: hidden;
}

.Activity .content .list li .img img {
  width: 100%;
  aspect-ratio: 2/1;
  -webkit-aspect-ratio: 2/1;
}

.Activity .content .list li .img .img1 {
  aspect-ratio: 5/3;
  -webkit-aspect-ratio: 5/3;
}

.Activity .content .list li .text {
  margin-top: 0.2rem;
  position: relative;
}

.Activity .content .list li .text h2 {
  width: 90%;
  font-size: 0.22rem;
  line-height: 0.34rem;
  margin-bottom: 0.15rem;
  transition: all .5s ease;
  height: 0.74rem;
}

.Activity .content .list li .text h4 {
  font-size: 0.18rem;
  color: #444;
}

.Activity .content .list li .text .qr-box {
  position: absolute;
  right: 0.2rem;
  top: 0;
}

.Activity .content .list li .text .qr-box i {
  font-size: 0.24rem;
  transition: all .5s ease;
}

.Activity .content .list li .text .qr-box .qr {
  width: 1.2rem;
  position: absolute;
  bottom: 0.6rem;
  right: -0.05rem;
  opacity: 0;
  transition: all .5s ease;
}

.Activity .content .list li .text .qr-box:hover i {
  color: #004ABB;
}

.Activity .content .list li .text .qr-box:hover .qr {
  opacity: 1;
}

.Activity .content .list li:hover .img img {
  transform: scale(1.05);
}

.Activity .content .list li:hover .text h2 {
  color: #004ABB;
}

/* Maintenance */
.Maintenance .content {
  padding-bottom: 1rem;
}

.Maintenance .content .list {
  display: flex;
  flex-wrap: wrap;
}

.Maintenance .content .list li {
  width: 31%;
  margin: 0.6rem 3.5% 0 0;
  position: relative;
}

.Maintenance .content .list li:nth-child(3n) {
  margin-right: 0;
}

.Maintenance .content .list li:before {
  content: "";
  width: 100%;
  height: 40%;
  background: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.7) 100%);
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}

.Maintenance .content .list li .img {
  overflow: hidden;
}

.Maintenance .content .list li .img img {
  width: 100%;
  aspect-ratio: 5/3;
  -webkit-aspect-ratio: 5/3;
}

.Maintenance .content .list li .text {
  width: 100%;
  padding: 0.2rem;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}

.Maintenance .content .list li .text h2 {
  font-size: 0.22rem;
  line-height: 0.34rem;
  color: #fff;
  transition: all .5s ease;
  text-align: center;
}

.Maintenance .content .list li:hover .img img {
  transform: scale(1.05);
}

/* Video */
.Video .content {
  padding-bottom: 1rem;
}

.Video .content .list {
  display: flex;
  flex-wrap: wrap;
}

.Video .content .list li {
  width: 31%;
  margin: 0.6rem 3.5% 0 0;
  position: relative;
}

.Video .content .list li a {
  display: block;
}

.Video .content .list li a:before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}

.Video .content .list li .img {
  overflow: hidden;
}

.Video .content .list li .img img {
  width: 100%;
  aspect-ratio: 5/3;
  -webkit-aspect-ratio: 5/3;
}

.Video .content .list li .img .play {
  width: 0.61rem;
  height: 0.6rem;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.Video .content .list li .img .play i {
  font-size: 0.22rem;
  color: #fff;
  display: none;
}

.Video .content .list li .img .play:after {
  content: "";
  width: 100%;
  height: 100%;
  background: url(../images/icon-play.svg) no-repeat center/100%;
  position: absolute;
  left: 0;
  top: 0;
}

.Video .content .list li .text {
  width: 100%;
  padding: 0.2rem;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}

.Video .content .list li .text h2 {
  font-size: 0.18rem;
  line-height: 0.3rem;
  color: #fff;
  transition: all .5s ease;
  text-align: center;
}

.Video .content .list li:hover .img img {
  transform: scale(1.05);
}

.Video .content .list li:nth-child(3n) {
  margin-right: 0;
}

/* Contact */
.Contact .section1 {
  padding-bottom: 0.1rem;
}

.Contact .section1 ul {
  display: flex;
  justify-content: space-between;
  padding-top: 0.6rem;
  padding-bottom: 0.2rem;
}

.Contact .section1 ul.first {
  padding-top: 0.86rem;
}

.Contact .section1 ul li {
  width: 25%;
  text-align: center;
}

.Contact .section1 ul li a {
  display: block;
}

.Contact .section1 ul li a:hover p {
  color: #004ABB;
}

.Contact .section1 ul li img {
  margin: 0 auto;
  width: 1.3rem;
}

.Contact .section1 ul li span {
  color: #004ABB;
  font-size: 0.65rem;
}

.Contact .section1 ul li h3 {
  font-size: 0.24rem;
  line-height: 0.3rem;
  color: #000;
  margin: 0.2rem 0 0.1rem;
}

.Contact .section1 ul li p {
  font-size: 0.18rem;
  line-height: 0.3rem;
  color: #000;
}

/* Order */
.Order .title-box h2 {
  margin-bottom: 0.3rem;
}

.Order .order-box {
  height: 8rem;
  background: url("../images/contact/img-contact.jpg") center top no-repeat;
  background-size: cover;
}

.Order .order-box .text-box {
  float: right;
  width: 37.5%;
  height: 8rem;
  background: rgba(245, 245, 245, 0.9);
  padding: 1rem 1.2rem 0 0.6rem;
}

.Order .order-box .text-box h3 {
  font-weight: bold;
  font-size: 0.18rem;
  color: #1A1311;
  margin-bottom: 0.1rem;
}

.Order .order-box .text-box h4 {
  font-weight: bold;
  font-size: 0.18rem;
  color: #1A1311;
  margin-bottom: 0.1rem;
}

.Order .order-box .text-box h4 + p {
  padding-top: 0.1rem;
  font-size: 0.16rem;
  color: #333;
}

.Order .order-box .text-box .input-box {
  border-bottom: 1px solid #333;
  padding-top: 0.5rem;
  display: flex;
  align-items: center;
  position: relative;
}

.Order .order-box .text-box .input-box input, .Order .order-box .text-box .input-box textarea {
  padding: 0rem 0 0.2rem;
  font-size: 0.18rem;
  color: #000;
  width: 100%;
}

.Order .order-box .text-box .input-box input::placeholder, .Order .order-box .text-box .input-box textarea::placeholder {
  color: #666;
}

.Order .order-box .text-box .input-box span {
  width: 0.4rem;
  text-align: center;
  padding-bottom: 0.12rem;
  cursor: pointer;
  color: #004ABB;
}

.Order .order-box .text-box .input-box.cursor input {
  cursor: pointer;
}

.Order .order-box .text-box .select-box {
  display: flex;
  justify-content: space-between;
}

.Order .order-box .text-box .select-box .input-box {
  width: 48%;
}

.Order .order-box .text-box .select-list {
  display: none;
  z-index: 2;
  position: absolute;
  left: 0;
  right: 0;
  top: 1rem;
  background-color: #fff;
  box-shadow: 0 0.02rem 0.11rem 0 rgba(209, 209, 209, 0.5);
}

.Order .order-box .text-box .select-list li {
  transition: all .5s ease;
  padding: 0.2rem 0.3rem;
  cursor: pointer;
  font-size: 0.18rem;
  color: #000;
  position: relative;
}

.Order .order-box .text-box .select-list li::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  background-color: #ededed;
}

.Order .order-box .text-box .select-list li:hover {
  background-color: #f5f5f5;
}

.Order .order-box .text-box .select-list li.active {
  background-color: #004ABB;
  color: #fff;
}

.Order .order-box .text-box .city-picker-selector {
  display: flex;
  justify-content: space-between;
  padding-bottom: 0.1rem;
}

.Order .order-box .text-box .city-picker-selector .selector-item {
  width: 48%;
  margin: 0;
  margin-top: 0.41rem;
  background: none;
  border-bottom: 1px solid #333;
}

.Order .order-box .text-box .city-picker-selector .selector-item .selector-name {
  color: #000;
  font-size: 0.18rem;
  text-indent: 0;
}

.Order .order-box .text-box .city-picker-selector .selector-item::after {
  border-right: 0.09rem solid transparent;
  right: 0.06rem;
  border-left: 0.09rem solid transparent;
  border-top: 0.14rem solid #004ABB;
}

.Order .order-box .text-box .tip {
  margin-top: 0.2rem;
  display: flex;
  align-items: center;
  font-size: 0.18rem;
  color: #000;
}

.Order .order-box .text-box .tip input {
  margin-right: 0.1rem;
  border-radius: 100%;
  width: 0.26rem;
  height: 0.26rem;
}

.Order .order-box .text-box .tip b {
  font-family: "SourceHanSans-Bold";
  cursor: pointer;
}

.Order .order-box .text-box .btn-box {
  display: flex;
  justify-content: center;
}

.Order .order-box .text-box .btn {
  font-family: "SourceHanSans-Bold";
  transition: all .5s ease;
  background: transparent;
  cursor: pointer;
  margin-top: 0.45rem;
  width: 100%;
  height: 0.6rem;
  border-radius: 0.3rem;
  border: 1px solid #000;
  display: block;
  text-align: center;
  line-height: 0.6rem;
  font-size: 0.22rem;
  color: #000;
}

.Order .order-box .text-box .btn:hover {
  background-color: #000;
  color: #fff;
}

.Order.OrderYu .order-box {
  position: relative;
  height: 9.6rem;
  background: url("../images/network/img-contact.jpg") center top no-repeat;
  background-size: cover;
}

.Order.OrderYu .order-box .text-box {
  height: 9.6rem;
  padding-top: 0.8rem;
}

.Order.OrderYu .order-box .title-box {
  position: absolute;
  left: 6.25%;
  top: 0;
}

.Order.OrderYu .order-box .title-box h2 {
  margin-bottom: 0;
}

.Order.OrderYu .order-box .title-box p {
  padding-top: 0.1rem;
}

.Order.OrderYu .order-box .input-box {
  padding-top: 0.4rem;
}

.Order.Yuyue .order-box {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: relative;
  height: 100vh;
  background: url("../images/yuyue/img.jpg") center top no-repeat;
  background-size: cover;
}

.Order.Yuyue .order-box .text-box {
  width: 37.5%;
  height: auto;
  padding: 0.44rem 0.6rem 0.6rem;
  margin-right: 6.25%;
}

.Order.Yuyue .order-box .text-box .btn {
  background-color: #004ABB;
  border-color: #004ABB;
  color: #fff;
}

.Order.Yuyue .order-box .text-box .btn:hover {
  background-color: #004ABB;
  color: #fff;
  opacity: .85;
}

.Order.Yuyue .order-box h4 {
  font-family: "SourceHanSans-Bold";
  font-size: 0.4rem;
  color: #000;
  margin-bottom: 0.1rem;
}

.Order.Yuyue .order-box .input-box {
  padding-top: 0.46rem;
}

.Shijia .order-box .text-box {
  margin-top: 0.8rem;
}

/* Mendian */
.Mendian .section1 .title-box p {
  width: 9rem;
  margin: 0 auto;
}

.Mendian .section1 .map-box {
  margin-top: 0.3rem;
  height: 8rem;
  position: relative;
  background-color: #F5F5F5;
}

.Mendian .section1 .map-box .map {
  height: 8rem;
  transition: none !important;
  position: relative;
}

.Mendian .section1 .map-box .map * {
  box-sizing: content-box !important;
  -webkit-box-sizing: content-box !important;
}

.Mendian .section1 .map-box .map a img, .Mendian .section1 .map-box .map img {
  -ms-interpolation-mode: bicubic;
  -webkit-transition: none;
  transition: none;
  display: block;
  max-width: none;
}

.Mendian .section1 .map-box .searchBox {
  width: 37.5%;
  height: 8rem;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  background-color: #F5F5F5;
  padding: 0.5rem 0.6rem 0 6.25%;
  z-index: 2;
}

.Mendian .section1 .map-box .searchBox .top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.Mendian .section1 .map-box .searchBox .top .myLocation-box {
  display: flex;
  align-items: center;
  color: #000;
}

.Mendian .section1 .map-box .searchBox .top .myLocation-box i {
  font-size: 0.24rem;
}

.Mendian .section1 .map-box .searchBox .top .myLocation-box em {
  font-weight: bold;
  font-size: 0.16rem;
  margin: 0 0.4rem 0 0.08rem;
}

.Mendian .section1 .map-box .searchBox .top .myLocation-box span {
  font-size: 0.26rem;
  cursor: pointer;
}

.Mendian .section1 .map-box .searchBox .top .myLocation-box span:hover {
  color: #004ABB;
}

.Mendian .section1 .map-box .searchBox .top .btnCity {
  display: flex;
  align-items: center;
  font-size: 0.16rem;
  color: #000;
  cursor: pointer;
}

.Mendian .section1 .map-box .searchBox .top .btnCity span {
  margin-left: 0.08rem;
  color: #000;
  font-size: 0.18rem;
}

.Mendian .section1 .map-box .searchBox .cityBox {
  height: 320px;
  overflow: hidden;
  position: absolute;
  left: 15%;
  top: 1rem;
  right: 0.6rem;
  z-index: 1;
  margin: 0 auto;
  background: #fff;
  border: 1px solid #ccc;
  display: none;
}

.Mendian .section1 .map-box .searchBox .cityBox ul {
  height: auto;
  height: 300px;
  overflow: auto;
  float: left;
  text-align: center;
  padding: 10px 0;
  background: #fff;
}

.Mendian .section1 .map-box .searchBox .cityBox ul li {
  font-size: 0.16rem;
  line-height: 32px;
  cursor: pointer;
}

.Mendian .section1 .map-box .searchBox .cityBox ul li:hover, .Mendian .section1 .map-box .searchBox .cityBox ul li.active {
  background: #f5f5f5;
}

.Mendian .section1 .map-box .searchBox .cityBox ul.province {
  width: 40%;
}

.Mendian .section1 .map-box .searchBox .cityBox ul.city {
  width: 60%;
}

.Mendian .section1 .map-box .searchBox form {
  padding: 0 0.2rem;
  border: 1px solid #707070;
  margin-top: 0.3rem;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.Mendian .section1 .map-box .searchBox form input {
  flex: 1;
  height: 0.5rem;
  line-height: 0.5rem;
  font-size: 0.18rem;
  color: #000;
}

.Mendian .section1 .map-box .searchBox form input::-webkit-input-placeholder {
  color: #666;
}

.Mendian .section1 .map-box .searchBox form i {
  color: #000;
  font-size: 0.3rem;
  cursor: pointer;
}

.Mendian .section1 .map-box .searchBox .siteList .t {
  padding: 0.22rem 0 0.1rem;
  font-size: 0.18rem;
  color: #000;
  border-bottom: 1px solid #D6D6D6;
  margin-bottom: 0.1rem;
}

.Mendian .section1 .map-box .searchBox .siteList .serviceStation {
  height: 5.5rem;
  overflow-y: scroll;
}

.Mendian .section1 .map-box .searchBox .siteList .serviceStation ul li {
  padding: 0.2rem 0 0.3rem;
  border-bottom: 1px solid #D6D6D6;
  position: relative;
}

.Mendian .section1 .map-box .searchBox .siteList .serviceStation ul li h2 {
  font-weight: bold;
  font-size: 0.18rem;
  color: #333;
  margin-bottom: 0.1rem;
}

.Mendian .section1 .map-box .searchBox .siteList .serviceStation ul li h2 span {
  margin-right: 0.1rem;
}

.Mendian .section1 .map-box .searchBox .siteList .serviceStation ul li p {
  font-size: 0.14rem;
  color: #333;
  line-height: 0.24rem;
}

.Mendian .section1 .map-box .searchBox .siteList .serviceStation ul li p.address {
  margin-bottom: 0.1rem;
  color: #999;
}

.Mendian .section1 .map-box .searchBox .siteList .serviceStation ul li a {
  position: absolute;
  right: 0;
  bottom: 0.4rem;
  font-size: 0.14rem;
  color: #333;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 0.3rem;
  border: 1px solid #C4C4C4;
  border-radius: 0.4rem;
}

.Mendian .section1 .map-box .searchBox .siteList .serviceStation ul li a:hover {
  background-color: #004ABB;
  color: #fff;
  border-color: #004ABB;
}

.Mendian .section2 {
  margin-top: 0.7rem;
  margin-bottom: 0.72rem;
}

.Mendian .section2 .container {
  display: flex;
  justify-content: space-between;
}

.Mendian .section2 .container .title-box {
  width: 21.5%;
  margin-right: 3.5%;
  margin-top: 0;
  text-align: left;
}

.Mendian .section2 .container .right {
  width: 75%;
}

.Mendian .section2 .container .right ul {
  display: flex;
  justify-content: flex-end;
}

.Mendian .section2 .container .right ul li {
  width: 3rem;
  margin-left: 0.2rem;
}

.Mendian .section2 .container .right ul li .img-box {
  background-color: #F2F2F2;
  height: 1.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.Mendian .section2 .container .right ul li .img-box img {
  width: 1.4rem;
}

.Mendian .section2 .container .right ul li p {
  font-size: 0.18rem;
  color: #4D4D4D;
  margin-top: 0.12rem;
  text-align: center;
}

.Mendian .section2 .container .right ul li a {
  display: block;
}

.Mendian .section2 .container .right ul li a:hover img {
  transform: scale(1.08);
}

.Mendian .section2 .container .right ul li a:hover p {
  color: #004ABB;
}

/* 产品详情通用模板 TextImg */
.TextImg {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.2rem;
}

.TextImg .img-box {
  width: 62.5%;
  overflow: hidden;
  position: relative;
}

.TextImg .img-box img {
  width: 100%;
  height: 100%;
}

.TextImg .text-box {
  width: 37.5%;
  padding: 0 6.25%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}

.TextImg .text-box .text {
  overflow: hidden;
  position: relative;
}

.TextImg .text-box h3 {
  font-weight: bold;
  font-size: 0.6rem;
  color: #333;
  line-height: 0.8rem;
}

.TextImg .text-box h3 b {
  color: #2EBDED;
  display: block;
}

.TextImg .text-box .line {
  margin: 0.6rem 0 0.8rem;
  width: 1.86rem;
  height: 0.12rem;
  background: url("../images/product/bg-product-moban-line.png") center no-repeat;
  background-size: 100%;
}

.TextImg .text-box h4 {
  font-weight: bold;
  font-size: 0.3rem;
  color: #000;
  line-height: 0.48rem;
  margin-bottom: 0.3rem;
}

.TextImg .text-box p {
  font-size: 0.24rem;
  color: #000;
  line-height: 0.36rem;
  margin-bottom: 0.08rem;
}

.TextImg .btn {
  z-index: 2;
  cursor: pointer;
  position: absolute;
  bottom: 0;
  right: -0.9rem;
  display: flex;
}

.TextImg .btn .btn-prev, .TextImg .btn .btn-next {
  width: 0.9rem;
  height: 0.9rem;
  margin-left: 0.1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #2EBDED;
  color: #fff;
}

.TextImg .btn .btn-prev span, .TextImg .btn .btn-next span {
  font-size: 0.3rem;
  font-weight: bold;
}

.TextImg .btn .btn-prev.swiper-button-disabled, .TextImg .btn .btn-next.swiper-button-disabled {
  background-color: #333;
}

.TextImg.revert {
  flex-direction: row-reverse;
}

.TextImg.revert .btn {
  right: auto;
  left: -1rem;
}

/* News-xq */
.News-xq .content {
  position: relative;
  padding-bottom: 1rem;
}

.News-xq .content .container {
  width: 62%;
}

.News-xq .content .top {
  height: auto;
  overflow: hidden;
  padding-top: 2rem;
}

.News-xq .content .top h1 {
  font-size: 0.36rem;
  color: #000;
  line-height: 0.5rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 0.6rem;
}

.News-xq .content .top .other {
  display: flex;
  align-items: center;
  font-size: 0.16rem;
  color: #333;
  padding: 0.2rem 0.3rem;
  background: #F7F8FA;
  margin-bottom: 0.8rem;
}

.News-xq .content .top .other span {
  margin-right: 5%;
}

.News-xq .content .top .other span i {
  font-size: 20px;
  margin-right: 5px;
  font-weight: bold;
}

.News-xq .content .top .other .share {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.News-xq .content .top .other .share a {
  font-size: 0.3rem;
  margin-left: 0.1rem;
  cursor: pointer;
  display: block;
  background: none;
  padding: 0;
}

.News-xq .content .top .other .share a.wechat {
  color: #42af35;
}

.News-xq .content .top .other .share a.qq {
  color: #37a6d1;
}

.News-xq .content .top .other .share a.weibo {
  color: #da251c;
}

.News-xq .content .top .other .share a:hover {
  text-decoration: none;
}

.News-xq .content p {
  font-size: 0.16rem;
  color: #000;
  line-height: 0.3rem;
  margin-bottom: 0.2rem;
}

.News-xq .content p img {
  max-width: 100%;
  margin: 0 auto !important;
  display: block !important;
}

.News-xq .content h1, .News-xq .content h2, .News-xq .content h3 {
  font-size: 0.22rem;
  color: #000;
  font-weight: bold;
  margin: 0.3rem 0 0.2rem;
}

.News-xq .content #dplayer {
  height: 6rem;
  background-color: #000;
  overflow: hidden;
}

.News-xq .content #dplayer video {
  width: 100%;
  height: 100%;
}

.News-xq .content .relevant {
  height: auto;
  overflow: hidden;
  border-top: 1px solid #E9E9E9;
  margin: 0.8rem 0 0.8rem;
  padding-top: 0.15rem;
}

.News-xq .content .relevant a {
  font-size: 0.16rem;
  padding: 0.15rem 0;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.News-xq .content .relevant a:hover {
  color: #004ABB;
}

/* fixed-popup */
.fixed-popup {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
}

.fixed-popup .mask {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.7);
}

.fixed-popup .popup-box {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.fixed-popup .popup-box .box {
  width: 80%;
  display: none;
  background-color: #fff;
  text-align: center;
  padding: 2% 0.6rem 0;
  margin-bottom: 0.3rem;
}

.fixed-popup .popup-box .box h2 {
  font-size: 0.3rem;
  font-weight: bold;
  line-height: 0.44rem;
  margin-bottom: 0.1rem;
}

.fixed-popup .popup-box .box p {
  font-size: 0.18rem;
  margin-bottom: 0.2rem;
  line-height: 0.3rem;
}

.fixed-popup .popup-box .box .swiper {
  width: 100%;
  --swiper-navigation-color: #fff;
  /* 单独设置按钮颜色 */
  --swiper-navigation-size: 0.4rem;
  /* 设置按钮大小 */
}

.fixed-popup .popup-box .box .swiper .swiper-slide img {
  width: 100%;
}

.fixed-popup .popup-box .box .swiper .swiper-slide p {
  font-size: 0.18rem;
  margin-top: 0.24rem;
  color: #000;
  margin-bottom: 0.4rem;
  line-height: 0.3rem;
}

.fixed-popup .popup-box .box .text-box {
  margin-bottom: 0.5rem;
  height: auto;
  overflow: hidden;
  background-color: #F7F7F7;
}

.fixed-popup .popup-box .box .text-box img, .fixed-popup .popup-box .box .text-box .swiper {
  width: 51%;
  margin-right: 0.12rem;
  float: left;
  position: relative;
}

.fixed-popup .popup-box .box .text-box .text {
  height: auto;
  overflow: hidden;
  padding: 0.5rem 0.3rem 0;
}

.fixed-popup .popup-box .box .text-box .text ul li {
  font-size: 0.18rem;
  line-height: 0.3rem;
  text-align: left;
  padding-top: 0.3rem;
  text-align: justify;
}

.fixed-popup .popup-box .box .text-box .text ul li:first-child {
  padding-top: 0;
}

.fixed-popup .popup-box .box.box1 .text {
  padding-top: 0.2rem;
  padding-bottom: 0.2rem;
}

.fixed-popup .popup-box .close {
  cursor: pointer;
  text-align: center;
}

.fixed-popup .popup-box .close span {
  display: inline-block;
  transition: all .5s ease;
  font-size: 0.3rem;
  color: #fff;
}

.fixed-popup .popup-box .close:hover span {
  transform: rotate(180deg);
}

.Customer .section .title p {
  letter-spacing: normal;
}

.Customer .section2 .title, .Customer .section3 .title {
  margin: initial;
  width: auto !important;
}

.Customer .section2 .text-position, .Customer .section3 .text-position {
  width: 87.5%;
  padding-top: 1.7rem;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  z-index: 3;
  margin: 0 auto;
}

.Customer .section2 .text-position.left-bottom, .Customer .section3 .text-position.left-bottom {
  padding-top: 0;
  top: 58%;
}

.Customer .section2 .text-position.top-center, .Customer .section3 .text-position.top-center {
  padding-top: 0;
  top: 9.6%;
}

.Customer .section2 .text-position.top-center .title, .Customer .section3 .text-position.top-center .title {
  margin: 0 auto;
}

.Customer .section2 .text-position.top-center h3, .Customer .section3 .text-position.top-center h3 {
  text-align: center !important;
}

.Customer .section2 .text-position.top-left, .Customer .section3 .text-position.top-left {
  padding-top: 0;
  top: 9.6%;
}

.Customer .section2 .text-position.top-right, .Customer .section3 .text-position.top-right {
  padding-top: 0;
  top: 9.6%;
}

.Customer .section2 .text-position.top-right .title h3, .Customer .section2 .text-position.top-right .title p, .Customer .section3 .text-position.top-right .title h3, .Customer .section3 .text-position.top-right .title p {
  text-align: right;
}

.Customer .section2 .text-position .title h3, .Customer .section3 .text-position .title h3 {
  color: #fff;
  text-align: left;
}

.Customer .section2 .text-position .dsc, .Customer .section3 .text-position .dsc {
  width: 5.1rem;
  font-size: 0.2rem;
  color: #fff;
  line-height: 0.3rem;
  position: absolute;
  left: 0;
  bottom: 2.2rem;
  opacity: .9;
}

.Customer .section2 .text-position-bottom, .Customer .section3 .text-position-bottom {
  z-index: 4;
  position: absolute;
  right: 6.25%;
  top: 80%;
}

.Customer .section2 .text-position-bottom p, .Customer .section3 .text-position-bottom p {
  font-size: 0.2rem;
  color: #fff;
  line-height: 0.4rem;
  opacity: .8;
  text-align: right;
}

.Customer .section2 .pages, .Customer .section3 .pages {
  position: absolute;
  right: 6.25%;
  bottom: 6%;
  z-index: 4;
  font-size: 24px;
  color: #fff;
  font-family: "BebasNeue";
}

.Customer .section2 .pages span, .Customer .section3 .pages span {
  font-size: 36px;
  margin-right: 4px;
}

.Customer .section2 .slide, .Customer .section3 .slide {
  position: relative;
}

.Customer .section2 .slide .swiper-slide, .Customer .section3 .slide .swiper-slide {
  width: 100%;
}

.Customer .section2 .slide .swiper-slide.before, .Customer .section3 .slide .swiper-slide.before {
  position: relative;
}

.Customer .section2 .slide .swiper-slide.before:before, .Customer .section3 .slide .swiper-slide.before:before {
  content: "";
  width: 100%;
  height: 3.42rem;
  background: linear-gradient(360deg, rgba(85, 110, 141, 0) 0%, rgba(55, 71, 90, 0.8) 100%);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}

.Customer .section2 .slide .swiper-slide img, .Customer .section3 .slide .swiper-slide img {
  width: 100%;
  height: 100%;
}

.Customer .section2 .slide .swiper-slide .text, .Customer .section3 .slide .swiper-slide .text {
  width: 87.5%;
  height: 100%;
  padding-top: 1.7rem;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  z-index: 1;
  margin: 0 auto;
}

.Customer .section2 .slide .swiper-slide .text.left-bottom, .Customer .section3 .slide .swiper-slide .text.left-bottom {
  padding-top: 0;
  top: 58%;
}

.Customer .section2 .slide .swiper-slide .text.top-center, .Customer .section3 .slide .swiper-slide .text.top-center {
  padding-top: 0;
  top: 9.6%;
}

.Customer .section2 .slide .swiper-slide .text.top-center .title, .Customer .section3 .slide .swiper-slide .text.top-center .title {
  margin: 0 auto;
}

.Customer .section2 .slide .swiper-slide .text.top-center h3, .Customer .section3 .slide .swiper-slide .text.top-center h3 {
  text-align: center !important;
}

.Customer .section2 .slide .swiper-slide .text.top-left, .Customer .section3 .slide .swiper-slide .text.top-left {
  padding-top: 0;
  top: 9.6%;
}

.Customer .section2 .slide .swiper-slide .text.top-right, .Customer .section3 .slide .swiper-slide .text.top-right {
  padding-top: 0;
  top: 9.6%;
}

.Customer .section2 .slide .swiper-slide .text.top-right .title h3, .Customer .section2 .slide .swiper-slide .text.top-right .title p, .Customer .section3 .slide .swiper-slide .text.top-right .title h3, .Customer .section3 .slide .swiper-slide .text.top-right .title p {
  text-align: right;
}

.Customer .section2 .slide .swiper-slide .text .title h3, .Customer .section3 .slide .swiper-slide .text .title h3 {
  color: #fff;
  text-align: left;
}

.Customer .section2 .slide .swiper-slide .text .dsc, .Customer .section3 .slide .swiper-slide .text .dsc {
  width: 5.1rem;
  font-size: 0.2rem;
  color: #fff;
  line-height: 0.3rem;
  position: absolute;
  left: 0;
  bottom: 2.2rem;
  opacity: .9;
}

.Customer .section2 .slide .swiper-slide .dsc, .Customer .section3 .slide .swiper-slide .dsc {
  width: 87.5%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 2.2rem;
  margin: 0 auto;
}

.Customer .section2 .slide .swiper-slide .dsc p, .Customer .section3 .slide .swiper-slide .dsc p {
  width: 5.1rem;
  font-size: 0.2rem;
  color: #fff;
  line-height: 0.3rem;
  opacity: .9;
}

.Customer .section2 .slide .swiper-pagination, .Customer .section3 .slide .swiper-pagination {
  width: 50%;
  bottom: 1.3rem;
  left: 6.25%;
  text-align: left;
  font-size: 0.24rem;
  color: #fff;
  font-family: "BebasNeue";
  z-index: 1;
}

.Customer .section2 .slide .swiper-pagination .current, .Customer .section3 .slide .swiper-pagination .current {
  font-size: 0.36rem;
}

.Customer .section2 .slide .btn-prev, .Customer .section2 .slide .btn-next, .Customer .section3 .slide .btn-prev, .Customer .section3 .slide .btn-next {
  position: absolute;
  left: 0.2rem;
  top: 45%;
  cursor: pointer;
  transition: all .5s ease;
  z-index: 1;
}

.Customer .section2 .slide .btn-prev i, .Customer .section2 .slide .btn-next i, .Customer .section3 .slide .btn-prev i, .Customer .section3 .slide .btn-next i {
  font-size: 0.6rem;
  color: #fff;
}

.Customer .section2 .slide .btn-prev.btn-next, .Customer .section2 .slide .btn-next.btn-next, .Customer .section3 .slide .btn-prev.btn-next, .Customer .section3 .slide .btn-next.btn-next {
  left: auto;
  right: 0.2rem;
}

.Customer .section2 .slide .btn-prev.swiper-button-disabled, .Customer .section2 .slide .btn-next.swiper-button-disabled, .Customer .section3 .slide .btn-prev.swiper-button-disabled, .Customer .section3 .slide .btn-next.swiper-button-disabled {
  opacity: .3;
}

.Customer .section2 .tabs, .Customer .section3 .tabs {
  width: 87.5%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0.6rem;
  margin: 0 auto;
  z-index: 3;
  overflow: hidden;
}

.Customer .section2 .tabs .item, .Customer .section3 .tabs .item {
  position: relative;
  padding-top: 0.25rem;
  opacity: .6;
  cursor: pointer;
  transition: all .5s ease;
}

.Customer .section2 .tabs .item.noCursor, .Customer .section3 .tabs .item.noCursor {
  cursor: default;
}

.Customer .section2 .tabs .item:before, .Customer .section3 .tabs .item:before {
  transition: all .5s ease;
  opacity: .5;
  content: "";
  width: 100%;
  height: 0.04rem;
  background: linear-gradient(63deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
  position: absolute;
  left: 0;
  top: 0;
}

.Customer .section2 .tabs .item h4, .Customer .section3 .tabs .item h4 {
  font-size: 0.24rem;
  color: #fff;
  line-height: 0.48rem;
  font-weight: bold;
  text-shadow: 0 0.04rem 0.06rem rgba(0, 8, 23, 0.3);
}

.Customer .section2 .tabs .item p, .Customer .section3 .tabs .item p {
  font-size: 0.18rem;
  color: rgba(255, 255, 255, 0.8);
  margin-top: 0.1rem;
  line-height: 0.28rem;
}

.Customer .section2 .tabs .item p label, .Customer .section3 .tabs .item p label {
  font-size: 0.14rem;
}

.Customer .section2 .tabs .item:first-child, .Customer .section3 .tabs .item:first-child {
  margin: 0;
}

.Customer .section2 .tabs .item.swiper-slide-thumb-active, .Customer .section2 .tabs .item.active, .Customer .section3 .tabs .item.swiper-slide-thumb-active, .Customer .section3 .tabs .item.active {
  opacity: 1;
}

.Customer .section2 .tabs .item.swiper-slide-thumb-active::before, .Customer .section2 .tabs .item.active::before, .Customer .section3 .tabs .item.swiper-slide-thumb-active::before, .Customer .section3 .tabs .item.active::before {
  opacity: 1;
}

.Customer .section2 .tabs .item.swiper-slide-thumb-active p, .Customer .section2 .tabs .item.active p, .Customer .section3 .tabs .item.swiper-slide-thumb-active p, .Customer .section3 .tabs .item.active p {
  color: #fff;
}

.Customer .section2 .tabs .item.swiper-slide-thumb-active h2, .Customer .section2 .tabs .item.active h2, .Customer .section3 .tabs .item.swiper-slide-thumb-active h2, .Customer .section3 .tabs .item.active h2 {
  opacity: 1;
}

.Customer .section2.section2:before, .Customer .section3.section2:before {
  content: "";
  width: 100%;
  height: 3.42rem;
  background: linear-gradient(180deg, rgba(18, 25, 33, 0) 0%, rgba(50, 58, 67, 0.8) 100%);
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
}

.Customer .section2.noBefore::before, .Customer .section3.noBefore::before {
  display: none;
}

.Customer .section4 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0.8rem 0;
  max-height: none;
}

.Customer .section4 .left, .Customer .section4 .left-x {
  width: 58%;
  max-height: 100vh;
  position: relative;
  overflow: hidden;
}

.Customer .section4 .left img, .Customer .section4 .left-x img {
  width: 100%;
  height: 100%;
}

.Customer .section4 .left img {
  aspect-ratio: 1120/1080;
  -webkit-aspect-ratio: 1120/1080;
}

.Customer .section4 .right {
  width: 38.8%;
  position: relative;
  padding-top: 8.6%;
}

.Customer .section4 .right .text {
  padding-right: 6.25%;
}

.Customer .section4 .right .text .title {
  width: 100%;
  margin-bottom: 6%;
}

.Customer .section4 .right .text .title h3 {
  text-align: left;
  text-shadow: none;
}

.Customer .section4 .right .text .title p {
  color: #000;
}

.Customer .section4 .right .text .line {
  width: 0.7rem;
  height: 0.05rem;
  background: #2EBDED;
  margin: 8% 0 4%;
}

.Customer .section4 .right .text .dsc {
  font-size: 0.18rem;
  line-height: 0.38rem;
  color: #000;
  position: relative;
  padding-left: 0.2rem;
}

.Customer .section4 .right .text .dsc::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 0.06rem;
  height: 0.06rem;
  background-color: #004ABB;
}

.Customer .section4 .right .text .dsc.active {
  color: #004ABB;
}

.Customer .section4 .right .text .text {
  font-size: 0.18rem;
  color: #000;
  line-height: 0.3rem;
}

.Customer .section4 .right .slide {
  width: 100%;
  height: auto;
  position: absolute;
  overflow: hidden;
  left: 0;
  bottom: 0;
}

.Customer .section4 .right .slide .swiper-slide img {
  width: 100%;
  aspect-ratio: 560/400;
  -webkit-aspect-ratio: 560/400;
}

.Customer .section4 .right .slide .swiper-slide:first-child {
  margin: 0;
}

.Customer .section4 .section4-slide {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.Customer .section4 .section4-slide .title {
  width: 100%;
}

.Customer .section4 .section4-slide h3 {
  text-shadow: none;
  margin-bottom: 0.3rem;
}

.Customer .section4 .section4-slide .slide {
  width: 100%;
  position: relative;
  overflow: hidden;
  padding-bottom: 0.6rem;
}

.Customer .section4 .section4-slide .slide .swiper-slide img {
  width: 100%;
  aspect-ratio: 16/9;
  -webkit-aspect-ratio: 16/9;
}

.Customer .section4 .section4-slide .slide .swiper-slide h4 {
  font-size: 0.24rem;
  color: #000;
  text-align: center;
  margin-top: 0.3rem;
  font-weight: bold;
}

.Customer .section4 .section4-slide .slide .swiper-slide p {
  font-size: 0.18rem;
  color: #000;
  line-height: 0.3rem;
  text-align: center;
  margin-top: 0.2rem;
}

.Customer .section4 .section4-slide .slide .swiper-pagination {
  bottom: 0;
  display: block;
}

.Customer .section4 .section4-slide .slide .swiper-pagination-bullet {
  width: 0.4rem;
  height: 0.04rem;
  border-radius: 0;
}

.Customer .section4 .section4-slide .slide .swiper-pagination-bullet-active {
  width: 0.6rem;
}

.Customer .section4 .section4-slide .slide .left-box, .Customer .section4 .section4-slide .slide .right-box {
  cursor: pointer;
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 3;
  padding: 0 0.2rem;
}

.Customer .section4 .section4-slide .slide .left-box span, .Customer .section4 .section4-slide .slide .right-box span {
  opacity: 0;
  position: relative;
  top: 38%;
  width: 0.7rem;
  height: 0.7rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-size: 0.28rem;
  font-weight: bold;
}

.Customer .section4 .section4-slide .slide .left-box:hover span, .Customer .section4 .section4-slide .slide .right-box:hover span {
  opacity: 1;
}

.Customer .section4 .section4-slide .slide .left-box {
  left: 0;
  padding-right: 12%;
}

.Customer .section4 .section4-slide .slide .right-box {
  right: 0;
  padding-left: 12%;
}

.Customer .section4-list .right .text .title p {
  display: none;
}

.Customer .section4-list .right .text .title p.active {
  display: block;
}

.Customer .section4-list .right .text .dsc {
  padding-left: 0;
  height: 0;
  overflow: hidden;
}

.Customer .section4-list .right .text .dsc::before {
  display: none;
}

.Customer .section4-list .right .text .dsc.active {
  height: auto;
  color: #000;
}

.Customer .section5 .bg {
  width: 100%;
}

.Customer .section5 .text {
  z-index: 2;
  position: absolute;
  right: 6.25%;
  bottom: 1.5rem;
}

.Customer .section5 .text .title {
  width: auto;
  text-align: right;
}

.Customer .section5 .text .title h3 {
  color: #fff;
  text-align: right;
  text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.4);
}

.Customer .section5 .text .title p {
  font-size: 0.18rem;
}

.Customer .section5 .text.right-top {
  bottom: auto;
  top: 1.23rem;
}

.Customer .section5 .text.right-bottom {
  bottom: 1.32rem;
  top: auto;
}

.Customer .section5 .text.left-bottom {
  left: 6.25%;
  right: auto;
  bottom: 1.15rem;
}

.Customer .section5 .text.left-bottom h3 {
  text-align: left;
}

.Customer .section5 .text.left-bottom p {
  text-align: left;
}

.Customer .section5 .text.left-top {
  left: 6.25%;
  top: 1.2rem;
  bottom: auto;
}

.Customer .section5 .text.left-top h3 {
  text-align: left;
}

.Customer .section5 .text.left-top p {
  text-align: left;
}

.Customer .section5 .text.top-center {
  top: 1.2rem;
  bottom: auto;
  left: 0;
  right: 0;
}

.Customer .section5 .text.top-center h3 {
  text-align: center;
}

.Customer .section5 .text.top-center p {
  text-align: center;
  font-size: 0.28rem;
  margin-top: 0.2rem;
}

.Customer .section5 .text ul {
  padding: 0.4rem 0 0.9rem;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.Customer .section5 .text ul li {
  width: 2.4rem;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 5px;
  font-size: 0.22rem;
  color: #fff;
  padding: 8px 6px;
}

.Customer .section5 .text ul li.no {
  border: 0;
  font-size: 0.3rem;
}

.Customer .section5.before:before {
  content: "";
  width: 100%;
  height: 3.42rem;
  background: linear-gradient(180deg, rgba(18, 25, 33, 0) 0%, rgba(50, 58, 67, 0.8) 100%);
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
}

.Customer .section6:before {
  content: "";
  width: 100%;
  height: 3.2rem;
  background: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.7) 100%);
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
}

.Customer .section6 .slide {
  position: relative;
  overflow: hidden;
}

.Customer .section6 .text {
  position: absolute;
  left: 6.25%;
  top: 1.5rem;
  z-index: 1;
}

.Customer .section6 .text .title {
  width: 6rem;
}

.Customer .section6 .text .title h3 {
  color: #fff;
  text-align: left;
}

.Customer .section6 .tabs {
  width: 87.5%;
  display: flex;
  align-items: flex-end;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0.6rem;
  margin: 0 auto;
  z-index: 3;
}

.Customer .section6 .tabs .swiper-wrapper {
  align-items: flex-end;
}

.Customer .section6 .tabs .item {
  flex: 1;
  margin-left: 0.6rem;
  position: relative;
  padding-top: 0.25rem;
  cursor: pointer;
  transition: all .5s ease;
}

.Customer .section6 .tabs .item .line {
  width: 100%;
  height: 0.04rem;
  background: linear-gradient(63deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
  margin: 0.3rem 0 0.2rem;
}

.Customer .section6 .tabs .item h4 {
  font-size: 0.24rem;
  color: #fff;
  font-weight: bold;
  text-shadow: 0 0.04rem 0.06rem rgba(0, 8, 23, 0.3);
}

.Customer .section6 .tabs .item p {
  font-size: 0.18rem;
  color: #fff;
  margin-top: 0.1rem;
  line-height: 0.28rem;
  opacity: 0;
  transform: translateY(-20px);
  transition: all .5s ease;
}

.Customer .section6 .tabs .item:first-child {
  margin: 0;
}

.Customer .section6 .tabs .item.swiper-slide-thumb-active p {
  opacity: 1;
  transform: translateY(0);
}

.Customer .section7 .bb {
  padding: 0.9rem 0;
  background: url(../images/product/section7-bg.jpg) no-repeat center/cover;
}

.Customer .section7 .title h3 {
  text-shadow: none;
}

.Customer .section7 .tabs {
  display: flex;
  justify-content: center;
  margin: 0.3rem 0 1.3rem;
}

.Customer .section7 .tabs .item {
  width: 1.6rem;
  height: 0.6rem;
  font-size: 0.24rem;
  color: #000;
  cursor: pointer;
  margin: 0 0.1rem;
  border: 0.02rem solid #000;
  display: flex;
  align-items: center;
  justify-content: center;
}

.Customer .section7 .tabs .item.active {
  background: #000;
  color: #fff;
}

.Customer .section7 .slide {
  width: 8rem;
  margin: 0 auto;
}

.Customer .section7 .slide .swiper-slide {
  opacity: 0;
}

.Customer .section7 .slide .swiper-slide-active {
  opacity: 1;
}

.Customer .section7 .slide img {
  width: 100%;
}

.Customer .section7 .colors {
  position: absolute;
  right: 0;
  top: 40%;
}

.Customer .section7 .colors .item {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0.4rem;
  cursor: pointer;
}

.Customer .section7 .colors .item p {
  font-size: 0.22rem;
  color: #000;
  margin-right: 0.3rem;
  transform: translateX(-10px);
  opacity: 0;
  transition: all .5s ease;
}

.Customer .section7 .colors .item span {
  width: 0.4rem;
  height: 0.4rem;
  border: 0.02rem solid #fff;
  border-radius: 50%;
}

.Customer .section7 .colors .item.active span {
  width: 0.5rem;
  height: 0.5rem;
}

.Customer .section7 .colors .item.active p {
  opacity: 1;
  transform: translateX(0);
}

.Customer .section7 .colors .item:hover p {
  opacity: 1;
  transform: translateX(0);
}

.Customer .section7 .colors .item1 span {
  background: #2E2E2E;
}

.Customer .section7 .colors .item2 span {
  background: #5BBCDE;
}

.Customer .section7 .colors .item3 span {
  background: #598918;
}

.Customer .section10 {
  padding: 0.9rem 0 0.9rem;
  max-height: none;
}

.Customer .section10 .title {
  padding-bottom: 0.38rem;
}

.Customer .section10 .title h3 {
  text-shadow: none;
}

.Customer .section10 .slide {
  position: relative;
  overflow: hidden;
}

.Customer .section10 .slide .swiper-pagination {
  display: none;
}

.Customer .section10 .slide .btn-prev, .Customer .section10 .slide .btn-next {
  position: absolute;
  left: 0.2rem;
  top: 45%;
  cursor: pointer;
  transition: all .5s ease;
  z-index: 1;
}

.Customer .section10 .slide .btn-prev i, .Customer .section10 .slide .btn-next i {
  font-size: 0.6rem;
  color: #fff;
}

.Customer .section10 .slide .btn-prev.btn-next, .Customer .section10 .slide .btn-next.btn-next {
  left: auto;
  right: 0.2rem;
}

.Customer .section10 .slide .btn-prev.swiper-button-disabled, .Customer .section10 .slide .btn-next.swiper-button-disabled {
  opacity: .3;
}

.Customer .C533-hh-wt {
  background: url("../images/product/bg-C533-hh-wt.jpg?v=001") center top no-repeat;
  background-size: cover;
}

.Customer .C533-hh-wt .section {
  background: none;
}

.Customer .section12 .container {
  display: flex;
  justify-content: space-between;
}

.Customer .section12 .img-box {
  position: relative;
  width: 63%;
  z-index: 2;
}

.Customer .section12 .img-box img {
  width: 100%;
  height: 100%;
}

.Customer .section12 .img-box .slide {
  position: relative;
  overflow: hidden;
}

.Customer .section12 .img-box .slide p {
  z-index: 3;
  font-size: 0.24rem;
  color: #fff;
  position: absolute;
  left: 0.3rem;
  right: 0.3rem;
  bottom: 0.4rem;
  line-height: 0.32rem;
}

.Customer .section12 .img-box .swiper-pagination {
  right: -0.76rem;
  bottom: 0.09rem;
  left: auto;
  width: auto;
  display: flex;
  flex-direction: column;
}

.Customer .section12 .img-box .swiper-pagination span {
  transition: all .5s ease;
  opacity: 1;
  width: 0.23rem;
  height: 0.23rem;
  background-color: #C0C7BD;
  margin-top: 0.34rem;
  transform: rotate(45deg);
  border-radius: 0;
  cursor: pointer;
}

.Customer .section12 .img-box .swiper-pagination span.swiper-pagination-bullet-active {
  background-color: #A3B74F;
}

.Customer .section12 .img-box .btn {
  cursor: pointer;
  position: absolute;
  top: 0;
  z-index: 2;
  width: 0.9rem;
  height: 0.9rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #9BB538;
}

.Customer .section12 .img-box .btn span {
  font-size: 0.3rem;
  color: #fff;
  font-weight: bold;
}

.Customer .section12 .img-box .btn.btn-prev {
  right: 0;
}

.Customer .section12 .img-box .btn.btn-next {
  right: -1rem;
}

.Customer .section12 .img-box .btn.swiper-button-disabled {
  background-color: #4F4C4B;
}

.Customer .section12 .text-box {
  width: 37%;
  text-align: right;
}

.Customer .section12 .text-box h3 {
  font-family: "YouShe";
  font-size: 1.2rem;
  color: #4F4C4B;
  position: relative;
  margin-bottom: 6.8%;
}

.Customer .section12 .text-box h3 span {
  position: relative;
  z-index: 2;
}

.Customer .section12 .text-box h3::before {
  content: '';
  z-index: 1;
  position: absolute;
  right: 0;
  bottom: 0.1rem;
  width: 2.92rem;
  height: 0.43rem;
  background: linear-gradient(270deg, #C7DA4E 0%, rgba(200, 222, 79, 0.01) 99%, rgba(200, 222, 79, 0) 100%);
}

.Customer .section12 .text-box h2 {
  font-family: "Zixiao";
  font-size: 0.56rem;
  color: #4F4C4B;
  line-height: 0.72rem;
  margin-bottom: 12%;
}

.Customer .section12 .text-box h2 b {
  color: #9EB839;
  display: block;
}

.Customer .section12 .text-box p {
  font-weight: bold;
  font-size: 0.24rem;
  color: #4F4C4B;
  line-height: 0.48rem;
}

.Customer .section120 {
  padding-top: 0.97rem;
  padding-bottom: 0.6rem;
}

.Customer .section120 .img-box::before {
  content: "";
  position: absolute;
  left: -0.6rem;
  top: 0.6rem;
  right: 0.6rem;
  bottom: -0.6rem;
  background-color: rgba(163, 183, 79, 0.4);
}

.Customer .section121 {
  padding-top: 1.15rem;
}

.Customer .section121 .text-box {
  text-align: left;
  padding-right: 4.7%;
  padding-bottom: 0.37rem;
}

.Customer .section121 .text-box h3::before {
  left: 0;
  right: auto;
  background: linear-gradient(270deg, #C7DA4E 0%, rgba(200, 222, 79, 0.01) 99%, rgba(200, 222, 79, 0) 100%);
  transform: rotate(180deg);
}

.Customer .section121 .text-box h2 {
  margin-bottom: 9.7%;
}

.Customer .section121 .text-box p {
  line-height: 0.36rem;
  margin-bottom: 0.2rem;
}

.Customer .section121 .text-box .desc {
  color: #4F4C4B;
  font-family: "SourceHanSans-Regular";
}

.Customer .section122 {
  height: 9.53rem;
}

.Customer .section123 {
  padding-bottom: 1.24rem;
}

.Customer .section123 .text-box {
  padding-bottom: 0.18rem;
}

.Customer .section123 .text-box p {
  margin-bottom: 0.28rem;
}

.Customer .section123 .text-box .desc {
  color: #4F4C4B;
  font-family: "SourceHanSans-Regular";
  line-height: 0.36rem;
}

.Customer .section124 {
  padding-bottom: 0.6rem;
}

.Customer .section124 .text-box {
  text-align: left;
  padding-right: 4.7%;
  padding-bottom: 0.37rem;
}

.Customer .section124 .text-box h3::before {
  left: 0;
  right: auto;
  background: linear-gradient(270deg, #C7DA4E 0%, rgba(200, 222, 79, 0.01) 99%, rgba(200, 222, 79, 0) 100%);
  transform: rotate(180deg);
}

.Customer .section124 .text-box ul li {
  font-size: 0.3rem;
  color: #4F4C4B;
  line-height: 0.7rem;
  position: relative;
  cursor: pointer;
}

.Customer .section124 .text-box ul li span {
  position: relative;
  z-index: 3;
}

.Customer .section124 .text-box ul li::before {
  transition: all .5s ease;
  z-index: 2;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0.08rem;
  width: 0;
  height: 0.27rem;
  background: linear-gradient(90deg, #C7DA4E 0%, rgba(200, 222, 79, 0.01) 99%, rgba(200, 222, 79, 0) 100%);
}

.Customer .section124 .text-box ul li.active::before {
  width: 3.94rem;
}

.Customer .section124 .text-box ul li.active span {
  font-weight: bold;
}

.Customer .section124 .img-box::before {
  content: "";
  position: absolute;
  right: -0.6rem;
  top: 0.6rem;
  left: 0.6rem;
  bottom: -0.6rem;
  background-color: rgba(163, 183, 79, 0.4);
}

.Customer .section124 .img-box .slide .swiper-slide::before {
  z-index: 2;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.8) 100%);
  height: 3rem;
}

.Customer .section124 .img-box .swiper-pagination {
  left: -0.76rem;
  right: auto;
}

.Customer .section124 .img-box .btn.btn-prev {
  right: auto;
  left: -1rem;
}

.Customer .section124 .img-box .btn.btn-next {
  right: auto;
  left: 0;
}

.Customer .section125 {
  padding-top: 0.85rem;
}

.Customer .section125 img:nth-child(1) {
  width: 58.3%;
}

.Customer .section125 img:nth-child(2) {
  width: 56.5%;
  position: absolute;
  right: 0;
  top: 0.3rem;
}

.Customer .section126 {
  padding-bottom: 6.24rem;
  padding-top: 1.3rem;
}

.Customer .section126 .text-box {
  text-align: left;
  width: 37%;
}

.Customer .section126 .text-box h3::before {
  left: 0;
  right: auto;
  background: linear-gradient(270deg, #C7DA4E 0%, rgba(200, 222, 79, 0.01) 99%, rgba(200, 222, 79, 0) 100%);
  transform: rotate(180deg);
}

.Customer .section126 .text-box h2 {
  margin: 0;
}

.Customer .section126 .box {
  width: 63%;
}

.Customer .section126 .box img {
  width: 4.27rem;
  position: absolute;
  right: 1.5rem;
  bottom: -2rem;
}

.Customer .section126 .box p {
  font-size: 0.3rem;
  line-height: 0.56rem;
  color: #4F4C4B;
  margin-bottom: 0.3rem;
}

.Customer .section126 .box p span {
  position: relative;
}

.Customer .section126 .box p span label {
  position: relative;
  z-index: 2;
  font-weight: bold;
}

.Customer .section126 .box p span::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -0.08rem;
  height: 0.24rem;
  background: linear-gradient(90deg, #C7DA4E 0%, rgba(200, 222, 79, 0.01) 99%, rgba(200, 222, 79, 0) 100%);
}

.Customer .section127 {
  padding: 0.9rem 0 1rem;
}

.Customer .section127 .container {
  width: 100%;
  padding-right: 0;
  padding-left: 6.25%;
}

.Customer .section127 .text-box {
  text-align: left;
  padding-right: 4.7%;
  padding-bottom: 0.37rem;
}

.Customer .section127 .text-box h3::before {
  left: 0;
  right: auto;
  background: linear-gradient(270deg, #C7DA4E 0%, rgba(200, 222, 79, 0.01) 99%, rgba(200, 222, 79, 0) 100%);
  transform: rotate(180deg);
}

.Customer .section127 .text-box ul li {
  font-size: 0.3rem;
  color: #4F4C4B;
  line-height: 0.7rem;
  position: relative;
  cursor: pointer;
}

.Customer .section127 .text-box ul li span {
  position: relative;
  z-index: 3;
}

.Customer .section127 .text-box ul li::before {
  transition: all .5s ease;
  z-index: 2;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0.08rem;
  width: 0;
  height: 0.27rem;
  background: linear-gradient(90deg, #C7DA4E 0%, rgba(200, 222, 79, 0.01) 99%, rgba(200, 222, 79, 0) 100%);
}

.Customer .section127 .text-box ul li.active::before {
  width: 3.94rem;
}

.Customer .section127 .img-box .slide img {
  aspect-ratio: 1/1;
  -webkit-aspect-ratio: 1/1;
}

.Customer .section127 .img-box .btn {
  top: auto;
  bottom: 0;
}

.Customer .section127 .img-box .btn.btn-prev {
  right: auto;
  left: -1rem;
}

.Customer .section127 .img-box .btn.btn-next {
  right: auto;
  left: 0;
}

.Customer .section127 .swiper-pagination {
  padding-left: 6.25%;
  text-align: left;
  z-index: 1;
}

.Customer .section127 .swiper-pagination span {
  width: 0.22rem;
  height: 0.22rem;
  background-color: #C0C7BD;
  opacity: 1;
  border-radius: 0;
  transform: rotate(45deg);
  margin-right: 0.18rem;
}

.Customer .section127 .swiper-pagination span.swiper-pagination-bullet-active {
  background-color: #A3B74F;
}

.yinsi-pop {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 100;
  background: rgba(0, 0, 0, 0.5);
  display: none;
}

.yinsi-pop .box {
  width: 8rem;
  height: 5.5rem;
  padding: 0.5rem 0;
  background: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.yinsi-pop .box .btn-close {
  position: absolute;
  right: 0.3rem;
  top: 0.3rem;
  cursor: pointer;
}

.yinsi-pop .box .btn-close svg {
  width: 0.3rem;
  height: 0.3rem;
  fill: #004ABB;
}

.yinsi-pop .box h2 {
  font-size: 0.22rem;
  text-align: center;
  margin-bottom: 0.3rem;
}

.yinsi-pop .box .scroll {
  height: 4rem;
  overflow: auto;
  padding: 0 0.5rem;
}

.yinsi-pop .box p {
  font-size: 0.17rem;
  line-height: 0.28rem;
  margin-top: 0.1rem;
  color: #333;
}

/* 合规经营 */
.Compliance .section1 .title-box {
  padding-bottom: 0.2rem;
}

.Compliance .section1 h2 {
  font-size: 0.26rem;
  margin: 0.4rem 0 0.25rem;
  font-weight: bold;
  color: #000;
  font-family: inherit;
}

.Compliance .section1 h3 {
  font-size: 0.2rem;
  text-indent: 0.32rem;
  margin: 0.1rem 0 0.25rem;
  font-weight: bold;
  color: #333;
}

.Compliance .section1 .text-align {
  text-align: center;
}

.Compliance .section1 p {
  font-size: 0.18rem;
  line-height: 0.3rem;
  margin-bottom: 0.2rem;
  text-indent: 0.32rem;
}

.Compliance .section1 p a {
  color: #1D75E1;
}

.Compliance .section1 ul {
  margin: 0.1rem 0 0.3rem;
}

.Compliance .section1 ul li {
  list-style-type: disc;
  margin-bottom: 0.05rem;
  line-height: 0.28rem;
  font-size: 0.16rem;
}

.Compliance .section1 ul li a {
  text-decoration: underline;
}

.Compliance .section1 .flnav {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.Compliance .section1 .flnav .item {
  width: 48.5%;
  overflow: hidden;
}

.Compliance .section1 .flnav .item .img {
  overflow: hidden;
}

.Compliance .section1 .flnav .item .img img {
  display: block;
  width: 100%;
  transition: all .5s ease;
}

.Compliance .section1 .flnav .item .text {
  background-color: #f5f5f5;
  padding: 0.2rem;
}

.Compliance .section1 .flnav .item h3 {
  transition: all .5s ease;
  font-size: 0.2rem;
  margin-top: 0.1rem;
  text-indent: 0;
  margin-bottom: 0.15rem;
}

.Compliance .section1 .flnav .item p {
  text-indent: 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-size: 0.16rem;
}

.Compliance .section1 .flnav .item :hover img {
  transform: scale(1.08);
}

/* 带锚点页面左侧导航悬浮 */
.fix_navScroll {
  z-index: 5;
  position: fixed;
  left: 0.2rem;
  top: 50%;
  transform: translateY(-50%);
}

.fix_navScroll ul {
  position: relative;
}

.fix_navScroll ul::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 0.02rem;
  background: rgba(255, 255, 255, 0.4);
}

.fix_navScroll ul li {
  height: 0.5rem;
  line-height: 0.5rem;
}

.fix_navScroll ul li a {
  display: block;
  font-size: 14px;
  color: #fff;
  position: relative;
  padding-left: 0.14rem;
}

.fix_navScroll ul li a::before {
  transition: all .5s ease;
  content: "";
  position: absolute;
  left: 0;
  width: 0.02rem;
  background: #fff;
}

.fix_navScroll ul li a span {
  margin-right: 0.04rem;
  font-family: 'Arial';
}

.fix_navScroll ul li a.active {
  font-weight: bold;
  font-size: 17px;
}

.fix_navScroll ul li a.active::before {
  top: 0;
  bottom: 0;
}

/* 开屏广告 */
.open-ad {
  width: 100%;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 100;
}

.open-ad .logo {
  width: 1.87rem;
  height: auto;
  position: absolute;
  left: 0.5rem;
  top: 0.5rem;
}

.open-ad .count {
  cursor: pointer;
  height: 0.4rem;
  font-size: 0.16rem;
  color: #fff;
  border-radius: 0.3rem;
  padding: 0 0.15rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  right: 0.5rem;
  top: 0.5rem;
}

.open-ad img {
  width: 100%;
  height: 100%;
}

.open-ad .btns {
  width: 100%;
  display: flex;
  justify-content: center;
  position: absolute;
  left: 0;
  bottom: 6%;
}

.open-ad .btns a {
  width: 2.4rem;
  height: 0.6rem;
  font-size: 0.22rem;
  color: #fff;
  margin: 0 0.3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #fff;
  border-radius: 0.5rem;
  border: 1px solid #fff;
}

.open-ad .btns a i {
  font-size: 0.3rem;
  position: relative;
  top: 0.02rem;
  transition: all .5s ease;
}

.open-ad .btns a:first-child {
  background: #fff;
  color: #333;
}

.open-ad .btns a:first-child i {
  color: #333;
  transition: all .5s ease;
}

.open-ad .btns a:hover {
  background: #004ABB;
  color: #fff;
  border-color: #004ABB;
}

.open-ad .btns a:hover i {
  color: #fff;
  margin-left: 0.05rem;
}

.sitemapWrap .site-map {
  padding: 0.8rem 0 1rem;
}

.sitemapWrap .site-map dl {
  margin-top: 0.4rem;
}

.sitemapWrap .site-map dl:first-child {
  padding-top: 0;
}

.sitemapWrap .site-map dl dt {
  border-bottom: 1px solid #ececec;
}

.sitemapWrap .site-map dl dt a {
  font-size: 0.2rem;
  line-height: 0.8rem;
  font-weight: bold;
}

.sitemapWrap .site-map dl dd a {
  font-size: 0.18rem;
  line-height: 0.6rem;
  margin-right: 0.4rem;
}

.sitemapWrap .site-map dl a:hover {
  color: #004ABB;
}

.sitemapWrap .site-map.links dl dd {
  display: block;
}

.sitemapWrap .site-map.links dl dd a {
  line-height: normal;
  border-bottom: 1px solid #ececec;
  display: block;
  padding: 0.3rem 0;
}

.sitemapWrap .site-map.links dl dd a h2 {
  font-size: 0.2rem;
  margin-bottom: 0.1rem;
}

.sitemapWrap .site-map.links dl dd a p {
  font-size: 0.18rem;
}

/* 右侧悬浮 */
.fright {
  width: 0.4rem;
  height: auto;
  position: fixed;
  right: 0;
  top: 65%;
  z-index: 90;
}

.fright .item {
  width: 1.3rem;
  height: 0.4rem;
  margin-bottom: 1px;
  position: relative;
  right: 0;
  transition: .3s;
}

.fright .item a {
  display: block;
}

.fright .item .icon {
  width: 0.4rem;
  height: 0.4rem;
  float: left;
}

.fright .item .icon.icon1 {
  background: url(../images/fright-icon1.png) center no-repeat #004ABB;
  background-size: 100%;
}

.fright .item .icon.icon2 {
  background: url(../images/fright-icon2.png) center no-repeat #004ABB;
  background-size: 100%;
}

.fright .item .icon.icon4 {
  background: url(../images/fright-icon4.png) center no-repeat #004ABB;
  background-size: 100%;
}

.fright .item span {
  width: 0.9rem;
  line-height: 0.4rem;
  font-size: 0.14rem;
  float: left;
  background: #fff;
  text-align: center;
}

.fright .item:hover {
  right: 0.9rem;
}

.fright .item.last {
  display: none;
}

.fright .item.last:hover {
  right: 0;
}

/*!
 *  <=991 手机端
 */
@media all and (max-width: 991px) {
  .container {
    width: 100% !important;
    padding: 0 .3rem;
  }
  .xs-display {
    display: block !important;
  }
  .lg-display {
    display: none !important;
  }
  /* header */
  .header {
    overflow: hidden;
  }
  .header:before {
    height: 1.2rem;
  }
  .header .container {
    padding-right: 0;
  }
  .header .logo {
    width: 2.44rem;
    height: 0.8rem;
  }
  .header .nav {
    display: none;
  }
  .header .menu {
    width: 2rem;
    height: 1.2rem;
    padding: 0.1rem 0;
    transition: 0.3s;
    overflow: hidden;
    display: block;
  }
  .header .menu .cars {
    width: 0.6rem;
    float: left;
    line-height: 1.05rem;
  }
  .header .menu .cars span {
    color: #fff;
    font-size: 0.4rem;
  }
  .header .menu .bars {
    height: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
  }
  .header .menu .bars .bar {
    height: 2px;
    width: 0.44rem;
    display: block;
    background: #fff;
    transition: all .5s ease;
    position: absolute;
    right: 0.35rem;
  }
  .header .menu .bars .bar:nth-of-type(1) {
    top: 0.33rem;
    transition: top 0.2s ease,transform 0.2s ease-out;
  }
  .header .menu .bars .bar:nth-of-type(2) {
    top: 0.46rem;
    transition: top 0.2s ease, transform 0.2s ease-out;
  }
  .header .menu .bars .bar:nth-of-type(3) {
    top: 0.61rem;
    transition: top 0.2s ease, transform 0.2s ease-out;
  }
  .header .menu.active .bars .bar:nth-of-type(1) {
    top: 0.47rem;
    transform: rotate(45deg);
    transition: top 0.1s ease, transform 0.1s ease-out;
  }
  .header .menu.active .bars .bar:nth-of-type(2) {
    opacity: 0;
  }
  .header .menu.active .bars .bar:nth-of-type(3) {
    top: 0.47rem;
    transform: rotate(-45deg);
    transition: top 0.1s ease, transform 0.1s ease-out;
  }
  .header:hover {
    background: none;
    box-shadow: none;
  }
  .header:hover .logo {
    background: url(../images/logo.png) no-repeat center/100%;
  }
  .header.white {
    background: #fff;
    box-shadow: 0 0.06rem 0.2rem rgba(16, 22, 44, 0.04);
  }
  .header.white:before {
    opacity: 0;
  }
  .header.white .logo {
    background: url("../images/logo1.png") no-repeat center/100%;
  }
  .header.white .menu .bars .bar {
    background: #000;
  }
  .header .submenu-xs {
    background-color: #fff;
    height: 92vh;
    overflow-y: scroll;
    display: none;
  }
  .header .submenu-xs ul {
    padding-top: 0.3rem;
    /* &.product-nav{
                    li{
                        a{text-align: left;}
                    }
                } */
  }
  .header .submenu-xs ul li .tit {
    transition: all .5s ease;
    display: block;
    text-align: left;
    font-size: 0.3rem;
    padding: 0 0.4rem;
    color: #000;
    line-height: 1rem;
    position: relative;
  }
  .header .submenu-xs ul li .tit a {
    display: block;
    font-size: 0.3rem;
    color: #000;
    line-height: 1rem;
  }
  .header .submenu-xs ul li .tit span {
    z-index: 2;
    transition: all .5s ease;
    position: absolute;
    right: 0.4rem;
    top: 0;
    bottom: 0;
    line-height: 1rem;
    width: 1rem;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    font-size: 0.26rem;
    color: #000;
    font-weight: bold;
  }
  .header .submenu-xs ul li .box {
    display: none;
  }
  .header .submenu-xs ul li .box .list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 0.6rem;
  }
  .header .submenu-xs ul li .box .list .item {
    width: 48%;
    margin-bottom: 0.15rem;
  }
  .header .submenu-xs ul li .box .list .item a {
    padding: 0;
  }
  .header .submenu-xs ul li .box .list .item a img {
    width: 100%;
  }
  .header .submenu-xs ul li .box .list .item a h3 {
    font-size: 0.24rem;
    text-align: center;
    color: #666;
    line-height: normal;
  }
  .header .submenu-xs ul li .box .list dd {
    width: 48%;
  }
  .header .submenu-xs ul li .box .list dd a {
    display: block;
    font-size: 0.28rem;
    color: #333;
    padding: 0.2rem 0 0.25rem;
    margin-bottom: 0.1rem;
  }
  .header .submenu-xs ul li.active .tit {
    font-weight: bold;
  }
  .header .submenu-xs ul li.active .tit span::before {
    content: '\eb73';
  }
  .header .submenu-xs ul li.active .list {
    padding-bottom: 0.2rem;
  }
  .header .submenu-xs ul.other-nav {
    display: none;
  }
  /* footer */
  .footer .top {
    display: block;
    padding: 0;
    border-bottom: 0;
  }
  .footer .top .container {
    display: block;
  }
  .footer .top .left {
    font-size: 0.24rem;
    color: #999;
    display: flex;
    align-items: flex-end;
    border-top: 0.01rem solid rgba(255, 255, 255, 0.3);
    padding-top: 0.5rem;
  }
  .footer .top .left img {
    width: 2.88rem;
    margin-left: 0.1rem;
  }
  .footer .top .social {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.52rem 0.2rem;
  }
  .footer .top .social .item {
    padding: 0 0.4rem;
  }
  .footer .top .social .item .img {
    height: 0.4rem;
    margin-left: 0;
  }
  .footer .bottom {
    padding: 0.4rem 0 0.47rem;
  }
  .footer .bottom .container {
    flex-direction: column;
    align-items: flex-start;
  }
  .footer .bottom p {
    font-size: 0.24rem;
    line-height: 0.52rem;
  }
  .footer .bottom p a {
    margin-right: 0.2rem;
    margin-left: 0;
  }
  .footer .bottom .jbtp {
    margin-top: .2rem;
  }
  .footer .bottom .jbtp img {
    width: 3rem;
  }
  .common-btn {
    width: 2.4rem;
    height: 0.75rem;
    font-size: 0.26rem;
  }
  .common-btn i {
    font-size: 0.26rem;
  }
  /* Index */
  .Index .page-swiper .page-slide .btns {
    bottom: 2.2rem;
  }
  .Index .page-swiper .page-slide .btns a {
    width: 3rem;
    line-height: 0.9rem;
    font-size: 0.3rem;
    margin: 0 0.2rem;
  }
  .Index .page-swiper .page-slide .btns a i {
    font-size: 0.4rem;
  }
  .Index .page-swiper .page-slide .btns a:hover {
    background: #fff;
    color: #000;
  }
  .Index .page-swiper .page-slide .btns a:hover i {
    margin-left: 0;
  }
  .Index .page-swiper .page-slide .product img {
    width: 100%;
    height: 100%;
  }
  .Index .page-swiper .page-slide .product .text {
    top: 2.1rem;
  }
  .Index .page-swiper .page-slide .product .text h3 {
    font-size: 0.26rem;
  }
  .Index .page-swiper .page-slide .product .text h2 {
    font-size: 0.6rem;
    margin-top: 0.15rem;
  }
  .Index .page-swiper .page-slide .product .text h4 {
    font-size: 0.36rem;
    margin-top: 0.15rem;
    line-height: 0.52rem;
  }
  .Index .page-swiper .page-slide .product .swiper-pagination {
    bottom: 1rem;
  }
  .Index .page-swiper .page-slide .product .swiper-pagination .swiper-pagination-bullet {
    width: 0.2rem;
    height: 0.2rem;
  }
  .Index .page-swiper .page-slide .product .swiper-pagination .swiper-pagination-bullet-active {
    width: 0.8rem;
    border-radius: 0.5rem;
  }
  .Index .page-swiper .page-slide .news .container {
    padding-top: 1.9rem;
  }
  .Index .page-swiper .page-slide .news .box {
    width: 100%;
    height: 40vh;
    position: relative;
  }
  .Index .page-swiper .page-slide .news .box .tip {
    font-size: 0.3rem;
  }
  .Index .page-swiper .page-slide .news .box .swiper-slide .text {
    width: 100%;
    padding: 0.4rem;
    bottom: 0.8rem;
  }
  .Index .page-swiper .page-slide .news .box .swiper-slide .text h4 {
    font-size: 0.24rem;
  }
  .Index .page-swiper .page-slide .news .box .swiper-slide .text h3 {
    font-size: 0.3rem;
  }
  .Index .page-swiper .page-slide .news .box .swiper-pagination {
    width: 100%;
    text-align: left;
    padding-left: 0.3rem;
    bottom: 0.6rem;
  }
  .Index .page-swiper .page-slide .news .box.left {
    -webkit-clip-path: polygon(100% 0, 100% 85%, 0 100%, 0 0);
    clip-path: polygon(100% 0, 100% 85%, 0 100%, 0 0);
  }
  .Index .page-swiper .page-slide .news .box.right {
    margin-top: -4vh;
    -webkit-clip-path: polygon(0% 15%, 100% 0%, 100% 100%, 0% 100%);
    clip-path: polygon(0% 15%, 100% 0%, 100% 100%, 0% 100%);
  }
  .Index .page-swiper .page-slide .news .box.right .tip {
    top: auto;
    bottom: 0;
    -webkit-clip-path: polygon(10% 0, 100% 0, 100% 100%, 0% 100%);
    clip-path: polygon(10% 0, 100% 0, 100% 100%, 0% 100%);
  }
  .Index .page-swiper .page-slide .technology {
    background: url(../images/index/technology-bg-xs.jpg) no-repeat center/cover;
  }
  .Index .page-swiper .page-slide .technology .container {
    padding-top: 1.7rem;
    position: relative;
  }
  .Index .page-swiper .page-slide .technology .title h2 {
    font-size: 0.6rem;
    line-height: 0.8rem;
  }
  .Index .page-swiper .right-navigate.show {
    display: none;
  }
  /* Index1 */
  .Index1 .main .banner-box {
    height: auto;
  }
  .Index1 .main .banner-box .swiper-slide .text {
    font-size: 0.4rem;
    left: 0.4rem;
    top: 22%;
    text-align: center;
  }
  .Index1 .main .banner-box .swiper-slide .text b {
    font-size: 0.8rem;
    margin-bottom: 0.3rem;
  }
  .Index1 .main .banner-box .swiper-slide.swiper-slide-active img {
    animation: bannerScale 4s;
  }
  .Index1 .main .banner-box .swiper-pagination {
    bottom: 1rem;
  }
  .Index1 .main .banner-box .iconfont {
    width: 0.4rem;
    font-size: 0.4rem;
  }
  .Index1 .main .section {
    padding-top: 1.2rem;
  }
  .Index1 .main .section .title-box {
    margin-bottom: 0.4rem;
  }
  .Index1 .main .section .title-box h2 {
    margin-bottom: 0.24rem;
  }
  .Index1 .main .section .title-box h4 {
    font-size: 0.28rem;
    line-height: 0.48rem;
  }
  .Index1 .main .section .btns {
    margin-top: 0.3rem;
  }
  .Index1 .main .section .btns a {
    width: 2rem;
    line-height: 0.7rem;
    font-size: 0.28rem;
    border-radius: 1rem;
    margin: 0 0.05rem;
  }
  .Index1 .main .product ul li {
    width: 100%;
    margin-top: 0.2rem;
  }
  .Index1 .main .product ul li img {
    aspect-ratio: 750/960;
    -webkit-aspect-ratio: 750/960;
  }
  .Index1 .main .product ul li .text {
    top: 0.8rem;
  }
  .Index1 .main .product ul li .text h2 {
    font-size: 0.6rem;
  }
  .Index1 .main .product ul li .text h4 {
    font-size: 0.28rem;
    line-height: 0.4rem;
    padding: 0 0.4rem;
  }
  .Index1 .main .product ul li:hover img {
    transform: scale(1.1);
  }
  .Index1 .main .product ul li:first-child {
    margin-top: 0;
  }
  .Index1 .main .why .video {
    width: 87.5%;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
  }
  .Index1 .main .why .video:before {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.1);
    position: absolute;
    left: 0;
    top: 0;
  }
  .Index1 .main .why .video video {
    width: 100%;
    object-fit: cover;
    height: 100vh;
  }
  .Index1 .main .why .video .title-box {
    position: absolute;
    left: 0;
    top: 15%;
    right: 0;
    margin: auto;
  }
  .Index1 .main .why .video .title-box h2, .Index1 .main .why .video .title-box h4 {
    color: #fff;
  }
  .Index1 .main .why .video .more {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 2.4rem;
    height: 0.8rem;
    border: 1px solid #fff;
    border-radius: 1rem;
    font-size: 0.28rem;
    color: #fff;
  }
  .Index1 .main .why .video .more:active {
    background-color: #fff;
    color: #000;
  }
  .Index1 .main .news {
    padding-bottom: 1.2rem;
  }
  .Index1 .main .news .container {
    padding: 0;
  }
  .Index1 .main .news .box {
    width: 100%;
    margin-top: 0.2rem;
  }
  .Index1 .main .news .box:first-child {
    margin-top: 0;
  }
  .Index1 .main .news .box .tip a {
    width: 2.27rem;
    height: 0.8rem;
    font-size: 0.3rem;
  }
  .Index1 .main .news .box .swiper-slide:before {
    height: 2.58rem;
  }
  .Index1 .main .news .box .swiper-slide img {
    aspect-ratio: 3/2;
    -webkit-aspect-ratio: 3/2;
  }
  .Index1 .main .news .box .swiper-slide .text {
    width: 100%;
    padding: 0 0.4rem 0.7rem;
    position: absolute;
    right: 0;
  }
  .Index1 .main .news .box .swiper-slide .text h4 {
    font-size: 0.28rem;
  }
  .Index1 .main .news .box .swiper-slide .text h3 {
    font-size: 0.32rem;
  }
  .Index1 .main .news .box .swiper-slide:hover img {
    transform: scale(1.05);
  }
  .Index1 .main .news .box .swiper-pagination {
    bottom: 0.2rem;
    text-align: center;
    padding-right: 0;
    font-size: 0.18rem;
    color: #fff;
    font-family: Arial;
  }
  .Index1 .main .news .box .swiper-pagination span:first-of-type {
    font-size: 0.24rem;
  }
  .Index1 .main .news .box .swiper-pagination .swiper-pagination-bullet {
    width: 0.1rem;
    height: 0.1rem;
    margin: 0 0.1rem;
    opacity: 1;
  }
  .Index1 .main .news .box .swiper-pagination .swiper-pagination-bullet-active {
    width: 0.6rem;
    border-radius: 0.1rem;
  }
  .Index1 .main .time {
    height: auto;
    padding-top: 0;
  }
  .Index1 .main .time .title-box {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .Index1 .main .time .title-box h2, .Index1 .main .time .title-box h4 {
    color: #fff;
    text-align: center;
  }
  .Index1 .main .time .video {
    position: static;
    transform: none;
  }
  .Index1 .main .time .video img {
    width: 100%;
    height: 100%;
  }
  .Index1 .main .app {
    background: url(../images/index1/app-bg-xs.jpg) no-repeat center/cover #EBEBEB;
    padding-top: 0;
  }
  .Index1 .main .app .container {
    padding: 0;
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
  .Index1 .main .app .img {
    width: 100%;
  }
  .Index1 .main .app .img img {
    width: 100%;
  }
  .Index1 .main .app .text {
    width: 100%;
    padding: 1.6rem 0 0.5rem;
    text-align: center;
  }
  .Index1 .main .app .text h2 {
    font-size: 0.48rem;
    margin-bottom: 0.24rem;
  }
  .Index1 .main .app .text p {
    font-size: 0.28rem;
  }
  .Index1 .main .app .text .download-box {
    text-align: center;
  }
  .Index1 .main .app .text .download-box a {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0.48rem auto 0.24rem;
    width: 4rem;
    height: 0.88rem;
    border-radius: 1rem;
    background-color: #fff;
    font-size: 0.28rem;
    color: #000;
  }
  .Index1 .main .app .text .download-box p {
    font-size: 0.24rem;
    color: #999;
  }
  .Index1 .footer {
    background: #000;
  }
  .Index1 .footer .top {
    border-color: rgba(106, 106, 106, 0.26);
  }
  .Index1 .footer .top .left {
    color: #999;
  }
  .Index1 .footer .top .social .item .item-box p {
    color: #999;
  }
  .Index1 .footer .bottom {
    color: #999;
  }
  .Index1 .footer .bottom p {
    color: #999;
  }
  .Index1 .footer .bottom p a {
    color: #999;
  }
  .car-header {
    padding: 0.25rem 0;
  }
  .car-header .left .pname {
    font-size: 0.3rem;
    display: flex;
    flex-direction: column;
  }
  .car-header .left .pname label {
    margin-left: 0;
    margin-top: .1rem;
    font-size: 0.28rem;
  }
  .car-header .left .pprice {
    font-size: 0.24rem;
  }
  .car-header .right .btn {
    height: 0.6rem;
    font-size: 0.24rem;
    padding: 0 0.3rem;
    margin-left: 0.2rem;
  }
  /* Nei-page */
  .Nei-page .header {
    background-color: #fff;
  }
  .Nei-page .header .menu .cars span {
    color: #000;
  }
  .Nei-page .header .menu .bars .bar {
    background: #000;
  }
  .Nei-page .banner {
    height: 4rem;
    margin-top: 1.2rem;
  }
  .Nei-page .banner .text h2 {
    font-size: 0.48rem;
    margin-top: -0.25rem;
  }
  .Nei-page .filter-search {
    margin-top: 0.5rem;
    padding-bottom: 0.3rem;
  }
  .Nei-page .filter-search .filter label {
    font-size: 0.26rem;
  }
  .Nei-page .filter-search .filter .list .item {
    font-size: 0.26rem;
  }
  .Nei-page .filter-search .search {
    width: auto;
    padding: 0 0.2rem;
    position: absolute;
    right: 0.3rem;
  }
  .Nei-page .filter-search .search input {
    width: 0;
    height: 0.65rem;
    font-size: 0.26rem;
  }
  .Nei-page .filter-search .search i {
    font-size: 0.28rem;
  }
  .Nei-page .filter-search.active {
    height: 0.6rem;
    border: 0;
  }
  .Nei-page .filter-search.active .filter {
    display: none;
  }
  .Nei-page .filter-search.active .search {
    width: 92.5%;
    background: #fff;
  }
  .Nei-page .filter-search.active .search input {
    width: auto;
  }
  .Nei-page .title-box {
    margin-top: 0.8rem;
  }
  .Nei-page .title-box h2 {
    font-size: 0.4rem;
  }
  .Nei-page .title-box p {
    font-size: 0.24rem;
    line-height: 0.4rem;
    padding-top: 0.3rem;
  }
  .whiteHeader .header {
    background-color: #fff;
  }
  .whiteHeader .header .menu .cars span {
    color: #000;
  }
  .whiteHeader .header .menu .bars .bar {
    background: #000;
  }
  /* Product */
  .Product .section .title {
    width: 100%;
    padding: 0 0.8rem;
  }
  .Product .section .title h2 {
    font-size: 0.6rem;
    margin-top: 0;
  }
  .Product .section .title h4 {
    font-size: 0.36rem;
    margin-top: 0.25rem;
  }
  .Product .section .title p {
    font-size: 0.3rem;
    line-height: 0.48rem;
    letter-spacing: 0;
    margin-top: 0.2rem;
  }
  .Product .banner .title {
    top: 2.2rem;
    width: 100%;
    padding: 0;
  }
  .Product .banner .title h4 {
    margin-top: 0;
    line-height: 0.52rem;
  }
  .Product .banner:before {
    height: 5rem;
  }
  .Product .banner ul {
    width: 100%;
    bottom: 0.3rem;
    flex-wrap: wrap;
  }
  .Product .banner ul li {
    width: 50%;
    flex: auto;
    margin-bottom: 0.63rem;
  }
  .Product .banner ul li img {
    width: 1.48rem;
    margin: 0 auto 0.2rem;
  }
  .Product .banner ul li p {
    font-size: 0.24rem;
  }
  .Product .section1 {
    padding-bottom: 1rem;
  }
  .Product .section1 .container {
    padding-top: 1rem;
  }
  .Product .section1 .slide {
    width: 86.9%;
    margin: 0.8rem auto 0.6rem;
  }
  .Product .section1 .btn-prev, .Product .section1 .btn-next {
    left: 0.3rem;
  }
  .Product .section1 .btn-prev i, .Product .section1 .btn-next i {
    font-size: 0.62rem;
    opacity: .3;
  }
  .Product .section1 .btn-prev.btn-next, .Product .section1 .btn-next.btn-next {
    right: 0.3rem;
  }
  .Product .section1 .bottom {
    width: 100%;
    min-width: auto;
    flex-direction: column;
  }
  .Product .section1 .bottom ul li {
    flex-direction: column;
    width: 100%;
    margin-left: 0;
    text-align: center;
  }
  .Product .section1 .bottom ul li label {
    width: 100%;
    font-size: 0.24rem;
  }
  .Product .section1 .bottom ul li p {
    width: 100%;
    line-height: 0.6rem;
    margin-top: 0.05rem;
  }
  .Product .section1 .bottom ul li:first-child {
    margin: 0;
  }
  .Product .section1 .bottom .btns {
    padding-top: 0.45rem;
    display: flex;
    justify-content: space-between;
  }
  .Product .section1 .bottom .btns a {
    width: 43.4%;
    line-height: 0.9rem;
    font-size: 0.3rem;
    margin-left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .Product .section1 .bottom .btns a i {
    font-size: 0.45rem;
    vertical-align: auto;
    transition: none;
    margin-left: 0;
  }
  .Product .section1 .bottom .btns a:hover i {
    margin-left: 0;
  }
  .Product .section8 {
    max-height: none;
    padding: 0.9rem 0;
    background: url(../images/product/section8-bg-xs.jpg) no-repeat top/100% #fff;
  }
  .Product .section8 .title h3 {
    text-shadow: none;
  }
  .Product .section8 .img {
    width: 100%;
    margin: 0.5rem auto 0.4rem;
  }
  .Product .section8 .cs {
    width: 100%;
  }
  .Product .section8 .cs h3 {
    font-size: 0.36rem;
  }
  .Product .section8 .cs .slide {
    margin-top: 0.4rem;
  }
  .Product .section8 .cs .slide .swiper-wrapper {
    justify-content: flex-start;
  }
  .Product .section8 .cs .slide .swiper-slide {
    padding: 0 0.15rem;
  }
  .Product .section8 .cs .slide .swiper-slide:before {
    display: none;
  }
  .Product .section8 .cs .slide .swiper-slide p {
    font-size: 0.24rem;
    margin-bottom: 0.2rem;
  }
  .Product .section8 .cs .slide .swiper-slide p b {
    font-size: 0.32rem;
  }
  .Product .section8 .btns {
    margin-top: 0.4rem;
  }
  .Product .section8 .btns a {
    margin: 0 auto;
    line-height: 0.9rem;
    font-size: 0.3rem;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .Product .section8 .btns a i {
    font-size: 0.36rem;
    vertical-align: 0;
  }
  .Product .section8 .btns a:hover {
    background: #000;
    color: #fff;
  }
  .Product .section8 .btns a:hover i {
    margin-left: 0.05rem;
  }
  .Product .section8 .table-box .table {
    overflow-x: auto;
  }
  .Product .section8 .table-box .table table {
    table-layout: inherit !important;
  }
  .Product .section8 .table-box .table table td {
    word-break: break-all;
  }
  .Product .section8 .table-box .statement em {
    font-size: 0.28rem;
  }
  .Product .section8 .table-box .statement p {
    font-size: 0.26rem;
    line-height: 0.46rem;
  }
  .Product .section8.minProgram {
    padding-top: 0;
    background: #fff;
  }
  .Product .section8.minProgram .table-box .table table td {
    font-size: 13px !important;
  }
  .Product .section9 {
    max-height: none;
  }
  .Product .section9 .title h3 {
    text-shadow: none;
  }
  .Product .section9 .slide .swiper-slide .box .item img {
    aspect-ratio: 288/173;
    -webkit-aspect-ratio: 288/173;
  }
  .Product .section9 .slide .swiper-slide .box .item.big img {
    aspect-ratio: 592/355;
    -webkit-aspect-ratio: 592/355;
  }
  .Product .section9 .slide .swiper-slide:nth-child(odd) .box .big {
    margin-bottom: 0.15rem;
  }
  .Product .section9 .slide .swiper-slide:nth-child(even) .box .big {
    margin-top: 0.15rem;
  }
  .Product .statement-box {
    padding: 0.4rem 0;
  }
  .Product .statement-box .statement em {
    font-size: 0.28rem;
  }
  .Product .statement-box .statement p {
    font-size: 0.26rem;
    line-height: 0.46rem;
  }
  /* Brand */
  .Brand .point span {
    font-size: 0.4rem;
  }
  .Brand .section .text p {
    font-size: 0.26rem;
    line-height: 0.52rem;
    margin-bottom: 0.3rem;
  }
  .Brand .section .text p b {
    font-size: 0.26rem;
  }
  .Brand .section1 .text {
    top: 3.3rem;
  }
  .Brand .section1 .text h2 {
    font-size: 0.6rem;
    margin-bottom: 0.3rem;
  }
  .Brand .section1 .text p {
    font-size: 0.36rem;
  }
  .Brand .section2 .text {
    top: 3.1rem;
    padding: 0 0.5rem;
  }
  .Brand .section3 .text {
    top: 3.1rem;
    padding: 0 0.5rem;
  }
  .Brand .section4 .text {
    top: 2.1rem;
  }
  .Brand .section4 .text ul {
    width: 60%;
    flex-wrap: wrap;
    padding-top: 0.6rem;
    margin: 0 auto;
  }
  .Brand .section4 .text ul li {
    width: 100%;
    height: auto;
    padding: 0.4rem 0;
    background: rgba(255, 255, 255, 0.1);
    margin-bottom: 0.2rem;
  }
  .Brand .section4 .text ul li h4 {
    font-size: 0.3rem;
  }
  .Brand .section4 .text ul li p {
    display: none;
  }
  .Brand .section5 {
    height: 15rem;
  }
  .Brand .section5 .text {
    top: 1rem;
    padding: 0 0.6rem;
    flex-wrap: wrap;
  }
  .Brand .section5 .text .left, .Brand .section5 .text .right {
    width: 100%;
    --swiper-theme-color: #fff;
  }
  .Brand .section5 .text .left .text-box, .Brand .section5 .text .right .text-box {
    padding: 0.3rem;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    background: linear-gradient(180deg, transparent 0%, rgba(3, 11, 36, 0.9) 100%);
  }
  .Brand .section5 .text .left .text-box h4, .Brand .section5 .text .right .text-box h4 {
    font-size: 0.3rem;
    color: #fff;
    margin-bottom: 0.1rem;
    line-height: 0.42rem;
  }
  .Brand .section5 .text .left .text-box p, .Brand .section5 .text .right .text-box p {
    color: #fff;
  }
  .Brand .section5 .text .left .swiper-pagination, .Brand .section5 .text .right .swiper-pagination {
    text-align: right;
    padding: 0 0.3rem;
    bottom: 0.3rem;
  }
  .Brand .section5 .text .center {
    width: 100%;
    margin: 0.3rem 0;
  }
  .Brand .section5 .text .center .img-box a p {
    bottom: 0.3rem;
    font-size: 0.3rem;
    line-height: 0.42rem;
  }
  .Brand .section5 .text .tags {
    width: 1.9rem;
    height: 0.7rem;
    font-size: 0.26rem;
  }
  .Brand .section5 .text .tags span {
    font-size: 0.24rem;
    font-weight: bold;
    margin-left: 0.05rem;
  }
  /* Service */
  .Service .point span {
    font-size: 0.4rem;
  }
  .Service .section .text p {
    font-size: 0.26rem;
    line-height: 0.52rem;
  }
  .Service .section .text p b {
    font-size: 0.26rem;
  }
  .Service .section1 .text {
    top: 3.3rem;
  }
  .Service .section1 .text h2 {
    margin-bottom: 0.3rem;
  }
  .Service .section1 .text p {
    font-size: 0.36rem;
  }
  .Service .section2 .text {
    top: 3.1rem;
    padding: 0 0.5rem;
  }
  .Service .section3 .text {
    top: 3.1rem;
    padding: 0 0.5rem;
  }
  .Service .section3 .text ul {
    width: 100%;
    margin: 2rem auto 0;
  }
  .Service .section3 .text ul li {
    width: 1.8rem;
    height: 2.1rem;
    padding-top: 0;
    justify-content: center;
  }
  .Service .section3 .text ul li p {
    display: none;
  }
  .Service .section4 .text {
    top: 3.1rem;
    padding: 0 0.5rem;
  }
  .Service .section4 .text ul {
    width: 100%;
    margin: 0.6rem auto 0;
  }
  .Service .section4 .text ul li {
    width: 46%;
    height: 2.5rem;
    margin-bottom: 0.3rem;
  }
  .Service .section4 .text ul li h4 {
    font-size: 0.26rem;
  }
  .Service .section4 .text ul li p {
    display: none;
  }
  /* Technology */
  .Technology .point span {
    font-size: 0.4rem;
  }
  .Technology .section .text p {
    font-size: 0.26rem;
    line-height: 0.52rem;
  }
  .Technology .section .text p b {
    font-size: 0.26rem;
  }
  .Technology .section1 .text {
    top: 2.3rem;
  }
  .Technology .section1 .text h2 {
    margin-bottom: 0.3rem;
  }
  .Technology .section1 .text p {
    font-size: 0.36rem;
  }
  .Technology .section2 {
    background: #000;
  }
  .Technology .section2 .bb {
    height: auto;
    padding-bottom: 1rem;
  }
  .Technology .section2 .text {
    margin-top: 1.6rem;
    position: relative;
    top: 0;
  }
  .Technology .section2 ul {
    width: 100%;
    height: auto;
    margin-top: 0.3rem;
    padding: 0 0.4rem;
  }
  .Technology .section2 ul li {
    width: 100%;
    height: 3.2rem;
    position: relative;
    clip-path: none !important;
    left: 0 !important;
    margin-bottom: 0.3rem;
    overflow: hidden;
  }
  .Technology .section2 ul li .txt h4 {
    font-size: 0.36rem;
  }
  .Technology .section2 ul li .txt p {
    font-size: 0.26rem;
  }
  .Technology .section2 ul li .txt i {
    width: 0.55rem;
    height: 0.55rem;
    font-size: 0.55rem;
  }
  .Technology .section2 ul li:nth-child(2) {
    width: 100% !important;
  }
  .Technology .section3 .text {
    top: 1.6rem;
  }
  .Technology .section3 .slide {
    --swiper-theme-color: #ffffff;
    --swiper-navigation-size: 0.6rem;
  }
  .Technology .section3 .slide .swiper-slide ul {
    width: 100%;
    top: 28%;
  }
  .Technology .section3 .slide .swiper-slide ul li {
    font-size: 0.26rem;
    margin: 0 1rem;
    flex-direction: row;
    margin-top: 0.4rem;
    line-height: 0.45rem;
    text-align: justify;
  }
  .Technology .section3 .slide .swiper-slide ul li i {
    width: 0.4rem;
    height: 0.4rem;
    background: rgba(255, 255, 255, 0.4);
    position: relative;
    border-radius: 50%;
    display: inline-block;
    margin-right: 0.15rem;
  }
  .Technology .section3 .slide .swiper-slide ul li i:before {
    content: "";
    width: 0.14rem;
    height: 0.14rem;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .Technology .section3 .slide .swiper-slide ul li b {
    font-weight: bold;
  }
  .Technology .section3 .slide .swiper-button-prev {
    left: 3.5%;
    display: block;
  }
  .Technology .section3 .slide .swiper-button-next {
    right: 3.5%;
    display: block;
  }
  .Technology .section3 .slide .swiper-pagination {
    bottom: 2rem;
    display: block;
  }
  .Technology .section3 .slide .swiper-pagination .swiper-pagination-bullet {
    transition: all .5s ease;
    width: 0.2rem;
    height: 0.2rem;
    background-color: white;
    opacity: 1;
  }
  .Technology .section3 .slide .swiper-pagination .swiper-pagination-bullet-active {
    width: 0.8rem;
    border-radius: 0.5rem;
    background-color: white;
  }
  .Technology .section3 .tabs {
    width: 100%;
    bottom: 1.5rem;
    padding: 0 0.3rem;
    display: none;
  }
  .Technology .section3 .tabs .item .icon i {
    font-size: 0.6rem;
  }
  .Technology .section3 .tabs .item h4 {
    font-size: 0.28rem;
  }
  .Technology .section4 .text {
    top: 1.8rem;
  }
  .Technology .section4 .slide .swiper-slide .txt {
    bottom: 2.4rem;
    padding: 0 0.4rem;
  }
  .Technology .section4 .slide .swiper-slide .txt h3 {
    font-size: 0.36rem;
    margin-bottom: 0.3rem;
  }
  .Technology .section4 .slide .swiper-slide .txt p {
    font-size: 0.26rem;
    line-height: 0.44rem;
  }
  .Technology .section4 .slide .swiper-slide ul {
    width: 100%;
    left: 0;
    right: 0;
    bottom: auto;
    top: 52%;
    transform: translateY(-50%);
    flex-wrap: wrap;
  }
  .Technology .section4 .slide .swiper-slide ul li {
    padding: 0;
    flex: 0 0 50%;
  }
  .Technology .section4 .slide .swiper-slide ul li img {
    width: 1.2rem;
    height: 0.99rem;
    margin: 0 auto 0.2rem;
  }
  .Technology .section4 .slide .swiper-slide ul li h3 {
    font-size: 0.3rem;
    text-align: center;
  }
  .Technology .section4 .slide .swiper-slide ul li p {
    display: none;
  }
  .Technology .section4 .slide .swiper-slide ul li:nth-child(1) {
    padding-bottom: 1.5rem;
  }
  .Technology .section4 .slide .swiper-slide ul.two {
    width: 100%;
  }
  .Technology .section4 .slide .swiper-slide ul.two li {
    padding: 0;
  }
  .Technology .section4 .slide .btn-prev, .Technology .section4 .slide .btn-next {
    font-size: 0.7rem;
  }
  .Technology .section4 .slide .btn-prev {
    left: 2% !important;
  }
  .Technology .section4 .slide .btn-next {
    right: 2% !important;
  }
  .Technology .section4 .slide .swiper-pagination {
    bottom: 1rem;
  }
  .Technology .section4 .slide .swiper-pagination .swiper-pagination-bullet {
    width: 0.2rem;
    height: 0.2rem;
  }
  .Technology .section4 .slide .swiper-pagination .swiper-pagination-bullet-active {
    width: 0.8rem;
    border-radius: 0.5rem;
  }
  /* News */
  .News .content {
    padding-bottom: 0.6rem;
  }
  .News .content .container {
    width: 78%;
  }
  /* news-list */
  .news-list li {
    padding: 0.4rem 0;
  }
  .news-list li .text {
    padding: 0.1rem 0;
  }
  .news-list li .text h3 {
    font-size: 0.3rem;
    line-height: 0.4rem;
  }
  .news-list li .text p {
    display: none;
  }
  .news-list li .text h5 {
    font-size: 0.26rem;
    margin-top: 0.3rem;
  }
  .news-list li .img {
    margin-left: 0.3rem;
  }
  /* Activity */
  .Activity .content {
    padding-bottom: 0.8rem;
  }
  .Activity .content .city-select {
    width: 100%;
    height: auto;
    padding: 0.4rem;
    margin: -1rem auto 0;
    flex-direction: column;
  }
  .Activity .content .city-select .t {
    font-size: 0.26rem;
    margin-right: 0;
  }
  .Activity .content .city-select .city-picker-selector {
    width: 100%;
    margin-top: 0.3rem;
  }
  .Activity .content .list li {
    width: 100%;
    margin-top: 0.45rem;
  }
  .Activity .content .list li .text {
    margin-top: 0.3rem;
  }
  .Activity .content .list li .text h2 {
    width: 100%;
    font-size: 0.3rem;
    margin-bottom: 0.2rem;
    line-height: 0.46rem;
    height: auto;
  }
  .Activity .content .list li .text h4 {
    font-size: 0.26rem;
  }
  .Activity .content .list li .text .qr-box {
    display: none;
  }
  /* Maintenance */
  .Maintenance .content {
    padding-bottom: 0.8rem;
  }
  .Maintenance .content .list li {
    width: 100%;
    margin-top: 0.4rem;
  }
  .Maintenance .content .list li .text {
    padding: 0.3rem;
  }
  .Maintenance .content .list li .text h2 {
    font-size: 0.3rem;
    line-height: 0.46rem;
  }
  /* Video */
  .Video .content {
    padding-bottom: 0.8rem;
  }
  .Video .content .list li {
    width: 100%;
    margin: 0.4rem 0 0 0;
  }
  .Video .content .list li .img .play {
    width: 0.91rem;
    height: 0.9rem;
  }
  .Video .content .list li .img .play i {
    font-size: 0.32rem;
  }
  .Video .content .list li .text {
    padding: 0.3rem;
  }
  .Video .content .list li .text h2 {
    font-size: 0.26rem;
    line-height: 0.4rem;
  }
  /* Page404 */
  .Page404 .banner {
    height: 5.5rem;
  }
  .Page404 .content .text {
    width: 90%;
    margin: 0.4rem auto 0;
    text-align: center;
  }
  .Page404 .content .text h1 {
    font-size: 0.5rem;
  }
  .Page404 .content .text .p p {
    width: 2.1rem;
    font-size: 0.26rem;
    line-height: 0.4rem;
    margin: 0 0.15rem;
  }
  .Page404 .content .text .p .btn11 {
    padding: 0 0.2rem;
    height: 0.6rem;
    line-height: 0.6rem;
    font-size: 0.26rem;
  }
  .Page404 .content .text .p .btn11 i {
    font-size: 0.26rem;
  }
  /* Sitemap */
  .Sitemap .banner {
    height: 5.5rem;
  }
  .Sitemap .content {
    padding: 0.8rem 0;
  }
  .Sitemap .content dl {
    padding-bottom: 0.4rem;
    margin-top: 0.4rem;
  }
  .Sitemap .content dl dt {
    font-size: 0.32rem;
  }
  .Sitemap .content dl dd {
    margin-top: 0.3rem;
  }
  .Sitemap .content dl dd a {
    width: 33.333%;
    font-size: 0.28rem;
  }
  /* Legal */
  .Legal .banner {
    height: 5.5rem;
  }
  .Legal .title {
    margin-bottom: 0.3rem;
  }
  .Legal .content {
    padding: 0.8rem 0;
  }
  .Legal .content h2 {
    font-size: 0.3rem;
    margin-bottom: 0.25rem;
  }
  .Legal .content p {
    font-size: 0.26rem;
    margin-bottom: 0.35rem;
    line-height: 0.42rem;
  }
  /* Contact */
  .Contact .section1 {
    padding-bottom: 0.1rem;
  }
  .Contact .section1 ul {
    flex-wrap: wrap;
    padding-top: 0.6rem;
    padding-bottom: 0;
  }
  .Contact .section1 ul.first {
    padding-top: 0.68rem;
  }
  .Contact .section1 ul.first li:nth-child(1), .Contact .section1 ul.first li:nth-child(2) {
    margin-bottom: 0.6rem;
  }
  .Contact .section1 ul.second {
    padding-top: 0.4rem;
  }
  .Contact .section1 ul.second li {
    width: 50%;
    padding: 0.15rem 0 0.2rem;
  }
  .Contact .section1 ul.second li:last-child {
    padding-bottom: 0;
  }
  .Contact .section1 ul li {
    width: 50%;
  }
  .Contact .section1 ul li span {
    color: #004ABB;
    font-size: 0.65rem;
    margin-bottom: 0.05rem;
  }
  .Contact .section1 ul li h3 {
    font-size: 0.3rem;
    margin-bottom: 0.12rem;
  }
  .Contact .section1 ul li p {
    font-size: 0.24rem;
    line-height: 0.36rem;
  }
  /* Order */
  .Order {
    margin-top: 0.9rem;
  }
  .Order .title-box {
    display: none;
  }
  .Order .title-box h2 {
    margin-bottom: 0.6rem;
  }
  .Order .order-box {
    height: auto;
    flex-wrap: wrap;
    flex-direction: column;
    background: none;
  }
  .Order .order-box .img-box {
    width: 100%;
  }
  .Order .order-box .img-box img {
    display: block;
    width: 100%;
    height: 100%;
  }
  .Order .order-box .text-box {
    height: auto;
    overflow: hidden;
    float: none;
    background: #F7F7F7;
    padding: 0.6rem 0.6rem 0.9rem;
    width: 100%;
  }
  .Order .order-box .text-box h3 {
    display: none;
  }
  .Order .order-box .text-box h4 {
    font-size: 0.26rem;
  }
  .Order .order-box .text-box h2 {
    font-weight: bold;
    font-size: 0.4rem;
    color: #000;
    margin-bottom: 0.1rem;
    text-align: center;
  }
  .Order .order-box .text-box .input-box {
    padding-top: 0.42rem;
  }
  .Order .order-box .text-box .input-box input, .Order .order-box .text-box .input-box textarea {
    width: 100%;
    padding: 0 0 0.27rem;
    font-size: 0.26rem;
  }
  .Order .order-box .text-box .select-list li {
    padding: 0.3rem 0.3rem;
    font-size: 0.26rem;
  }
  .Order .order-box .text-box .city-picker-selector {
    padding-bottom: 0.1rem;
  }
  .Order .order-box .text-box .city-picker-selector .selector-item .selector-name {
    font-size: 0.26rem;
  }
  .Order .order-box .text-box .city-picker-selector .selector-item::after {
    border-right: 0.1rem solid transparent;
    border-left: 0.1rem solid transparent;
    border-top: 0.16rem solid #004ABB;
  }
  .Order .order-box .text-box .tip {
    margin-top: 0.42rem;
    font-size: 0.24rem;
  }
  .Order .order-box .text-box .tip input {
    border-radius: 100%;
    width: 0.3rem;
    height: 0.3rem;
  }
  .Order .order-box .text-box .btn {
    margin-top: 0.6rem;
    width: 100%;
    height: 0.9rem;
    line-height: 0.9rem !important;
    border-radius: 0.5rem;
    border: 1px solid #000;
    font-size: 0.3rem;
  }
  .Order .order-box .text-box .btn:hover {
    background: none;
    color: #000;
  }
  .Order .order-box .text-box .btn:active {
    background-color: #000;
    color: #fff;
  }
  .Order.OrderYu .order-box {
    height: auto;
    flex-wrap: wrap;
    flex-direction: column;
    background: none;
  }
  .Order.OrderYu .order-box .text-box {
    height: auto;
    padding-top: 0.4rem;
  }
  .Order.OrderYu .order-box .input-box {
    padding-top: 0.4rem;
  }
  .Order.OrderYu .order-box .input-box span {
    font-size: 0.24rem;
  }
  .Order.Yuyue {
    margin-top: 0;
  }
  .Order.Yuyue .order-box {
    display: block;
    height: auto;
    background: none;
  }
  .Order.Yuyue .order-box .text-box {
    width: 100%;
    height: auto;
    padding: 1.4rem 0.6rem 1.2rem;
    margin-right: 6.25%;
  }
  .Order.Yuyue .order-box .text-box h4 {
    font-size: 0.48rem;
  }
  .Order.Yuyue .order-box .input-box {
    padding-top: 0.4rem;
  }
  .Order.Yuyue .order-box .input-box span {
    font-size: 0.14rem;
  }
  .Shijia .order-box .text-box {
    margin-top: 1.2rem;
  }
  /* Mendian */
  .Mendian .section1 .title-box p {
    width: auto;
    padding: 0 0.1rem;
    padding-top: 0.3rem;
  }
  .Mendian .section1 .map-box {
    margin-top: 0.4rem;
    height: auto;
  }
  .Mendian .section1 .map-box .searchBox {
    width: 100%;
    height: auto;
    position: relative;
    padding: 0.3rem 0.3rem 0;
  }
  .Mendian .section1 .map-box .searchBox .top .myLocation-box i {
    font-size: 0.3rem;
  }
  .Mendian .section1 .map-box .searchBox .top .myLocation-box em {
    font-size: 0.26rem;
    margin: 0 0.16rem 0 0.1rem;
  }
  .Mendian .section1 .map-box .searchBox .top .myLocation-box span {
    font-size: 0.3rem;
  }
  .Mendian .section1 .map-box .searchBox .top .btnCity {
    font-size: 0.26rem;
  }
  .Mendian .section1 .map-box .searchBox .top .btnCity span {
    margin-left: 0.1rem;
    font-size: 0.26rem;
  }
  .Mendian .section1 .map-box .searchBox .cityBox {
    top: 0.8rem;
    left: 0.3rem;
    right: 0.3rem;
  }
  .Mendian .section1 .map-box .searchBox .cityBox ul li {
    font-size: 0.26rem;
  }
  .Mendian .section1 .map-box .searchBox form {
    margin-top: 0.26rem;
  }
  .Mendian .section1 .map-box .searchBox form input {
    height: 0.7rem;
    line-height: 0.7rem;
    font-size: 0.26rem;
  }
  .Mendian .section1 .map-box .searchBox form i {
    font-size: 0.3rem;
  }
  .Mendian .section1 .map-box .searchBox .siteList .t {
    padding: 0.3rem 0 0.2rem;
    font-size: 0.26rem;
    margin-bottom: 0.1rem;
  }
  .Mendian .section1 .map-box .searchBox .siteList .serviceStation {
    height: auto;
  }
  .Mendian .section1 .map-box .searchBox .siteList .serviceStation ul li {
    padding: 0.4rem 0;
  }
  .Mendian .section1 .map-box .searchBox .siteList .serviceStation ul li h2 {
    font-size: 0.28rem;
  }
  .Mendian .section1 .map-box .searchBox .siteList .serviceStation ul li p {
    font-size: 0.26rem;
    line-height: 0.4rem;
  }
  .Mendian .section1 .map-box .searchBox .siteList .serviceStation ul li p.address {
    margin-bottom: 0.2rem;
  }
  .Mendian .section1 .map-box .searchBox .siteList .serviceStation ul li a {
    font-size: 0.26rem;
    width: 1.6rem;
    height: 0.6rem;
  }
  .Mendian .section2 {
    margin-top: 0.8rem;
  }
  .Mendian .section2 .container {
    flex-wrap: wrap;
  }
  .Mendian .section2 .container .title-box {
    width: 100%;
    margin-right: 0;
    text-align: center;
  }
  .Mendian .section2 .container .title-box p {
    padding-top: 0.1rem;
  }
  .Mendian .section2 .container .right {
    width: 100%;
  }
  .Mendian .section2 .container .right ul {
    flex-wrap: wrap;
  }
  .Mendian .section2 .container .right ul li {
    width: 47.8%;
    margin-left: 0.3rem;
    margin-top: 0.3rem;
  }
  .Mendian .section2 .container .right ul li:nth-child(2n+1) {
    margin-left: 0;
  }
  .Mendian .section2 .container .right ul li .img-box {
    height: 1.28rem;
  }
  .Mendian .section2 .container .right ul li .img-box img {
    width: 1.49rem;
  }
  .Mendian .section2 .container .right ul li p {
    font-size: 0.24rem;
  }
  /* 产品详情通用模板 TextImg */
  .TextImg {
    display: block;
    margin-bottom: 0;
  }
  .TextImg .img-box {
    width: 100%;
  }
  .TextImg .img-box img {
    aspect-ratio: 750/675;
    -webkit-aspect-ratio: 750/675;
  }
  .TextImg .text-box {
    width: auto;
    padding: 0.8rem 0.3rem 0.54rem;
    display: block;
  }
  .TextImg .text-box h3 {
    font-size: 0.48rem;
  }
  .TextImg .text-box h3 b {
    display: block;
  }
  .TextImg .text-box .line {
    margin: 0.3rem 0 0.4rem;
  }
  .TextImg .text-box p {
    line-height: 0.45rem;
    font-size: 0.26rem;
  }
  .TextImg .btn {
    display: none;
  }
  /* News-xq */
  .News-xq .content .top h1 {
    font-size: 0.42rem;
    line-height: 0.6rem;
    margin-bottom: 0.3rem;
  }
  .News-xq .content .top .other {
    font-size: 0.24rem;
    margin-bottom: 0.6rem;
  }
  .News-xq .content p {
    font-size: 0.26rem;
    line-height: 0.46rem;
    margin-bottom: 0.25rem;
  }
  .News-xq .content h1, .News-xq .content h2, .News-xq .content h3 {
    font-size: 0.3rem;
  }
  .News-xq .content .relevant a {
    font-size: 0.26rem;
  }
  /* fixed-popup */
  .fixed-popup .popup-box {
    top: 50%;
    transform: translateY(-50%);
    justify-content: flex-start;
    bottom: auto;
  }
  .fixed-popup .popup-box .box {
    width: 94%;
    padding: 0.4rem 0.2rem 0.25rem;
    border-radius: 0.2rem;
    max-height: 62vh;
    overflow-y: scroll;
  }
  .fixed-popup .popup-box .box h2 {
    font-size: 0.36rem;
    margin-bottom: 0.2rem;
  }
  .fixed-popup .popup-box .box p {
    font-size: 0.26rem;
    margin-bottom: 0.2rem;
    line-height: 0.45rem;
  }
  .fixed-popup .popup-box .box .swiper {
    --swiper-navigation-size: 0.6rem;
    /* 设置按钮大小 */
  }
  .fixed-popup .popup-box .box .swiper .swiper-slide p {
    font-size: 0.24rem;
    margin-top: 0.2rem;
    color: #000;
    margin-bottom: 0.3rem;
    line-height: 0.4rem;
  }
  .fixed-popup .popup-box .box .text-box {
    padding-bottom: 0.1rem;
    margin-bottom: 0;
  }
  .fixed-popup .popup-box .box .text-box img {
    width: 100%;
    margin-right: 0;
  }
  .fixed-popup .popup-box .box .text-box .swiper {
    width: 100%;
    margin-right: 0;
  }
  .fixed-popup .popup-box .box .text-box .text {
    width: 100%;
    padding: 0.3rem;
  }
  .fixed-popup .popup-box .box .text-box .text ul li {
    font-size: 0.26rem;
    line-height: 0.45rem;
    padding-top: 0.15rem;
  }
  .fixed-popup .popup-box .close span {
    font-size: 0.4rem;
  }
  .Customer .bgf0 {
    background-color: #F0F0F0;
  }
  .Customer .section {
    padding: 0.8rem 0;
    max-height: none;
  }
  .Customer .section2::before, .Customer .section3::before {
    display: none;
  }
  .Customer .section2 .title, .Customer .section3 .title {
    margin: initial;
  }
  .Customer .section2 .text-position, .Customer .section3 .text-position {
    width: 100%;
    height: auto;
    padding-top: 1rem;
    position: static;
  }
  .Customer .section2 .text-position .title, .Customer .section3 .text-position .title {
    margin-bottom: 0.3rem !important;
  }
  .Customer .section2 .text-position .title h3, .Customer .section3 .text-position .title h3 {
    color: #333;
    text-align: center !important;
    font-size: 0.4rem;
    text-shadow: none;
  }
  .Customer .section2 .text-position p, .Customer .section3 .text-position p {
    color: #333;
    letter-spacing: 0;
    text-align: center !important;
  }
  .Customer .section2 .text-position .dsc, .Customer .section3 .text-position .dsc {
    width: 100%;
    font-size: 0.3rem;
    color: #333;
    line-height: 0.48rem;
    position: static;
    bottom: 0;
    opacity: 1;
  }
  .Customer .section2 .slide, .Customer .section3 .slide {
    position: relative;
    overflow: hidden;
  }
  .Customer .section2 .slide .swiper-slide, .Customer .section3 .slide .swiper-slide {
    width: 100%;
  }
  .Customer .section2 .slide .swiper-slide.before, .Customer .section3 .slide .swiper-slide.before {
    position: static;
  }
  .Customer .section2 .slide .swiper-slide.before::before, .Customer .section3 .slide .swiper-slide.before::before {
    display: none;
  }
  .Customer .section2 .slide .swiper-slide .text, .Customer .section3 .slide .swiper-slide .text {
    width: 100%;
    height: auto;
    padding-top: 1rem;
    position: static;
  }
  .Customer .section2 .slide .swiper-slide .text .title, .Customer .section3 .slide .swiper-slide .text .title {
    margin-bottom: 0.3rem !important;
  }
  .Customer .section2 .slide .swiper-slide .text .title h3, .Customer .section3 .slide .swiper-slide .text .title h3 {
    color: #333;
    text-align: center !important;
    font-size: 0.4rem;
    text-shadow: none;
  }
  .Customer .section2 .slide .swiper-slide .text p, .Customer .section3 .slide .swiper-slide .text p {
    color: #333;
    letter-spacing: 0;
    text-align: center !important;
  }
  .Customer .section2 .slide .swiper-slide .text .dsc, .Customer .section3 .slide .swiper-slide .text .dsc {
    width: 100%;
    font-size: 0.3rem;
    color: #333;
    line-height: 0.48rem;
    position: static;
    bottom: 0;
    opacity: 1;
  }
  .Customer .section2 .slide .swiper-slide .dsc, .Customer .section3 .slide .swiper-slide .dsc {
    width: auto;
    padding: 0 0.3rem;
    position: static;
    bottom: 0;
    padding-top: 0.4rem;
  }
  .Customer .section2 .slide .swiper-slide .dsc p, .Customer .section3 .slide .swiper-slide .dsc p {
    width: 100%;
    font-size: 0.3rem;
    color: #000;
    line-height: 0.48rem;
    opacity: 1;
  }
  .Customer .section2 .slide .swiper-pagination, .Customer .section3 .slide .swiper-pagination {
    width: 50%;
    bottom: 1.3rem;
    left: 6.25%;
    text-align: left;
    font-size: 0.24rem;
    color: #fff;
    font-family: "BebasNeue";
    z-index: 1;
  }
  .Customer .section2 .slide .swiper-pagination .current, .Customer .section3 .slide .swiper-pagination .current {
    font-size: 0.36rem;
  }
  .Customer .section2 .slide .btn-prev, .Customer .section2 .slide .btn-next, .Customer .section3 .slide .btn-prev, .Customer .section3 .slide .btn-next {
    display: none;
  }
  .Customer .section2 .tabs, .Customer .section3 .tabs {
    width: 100% !important;
    display: block;
    position: static;
    bottom: auto;
    padding-top: 0.4rem;
    padding-bottom: 1.54rem;
  }
  .Customer .section2 .tabs .item, .Customer .section3 .tabs .item {
    margin: 0;
    padding: 0 0.3rem;
    opacity: 1;
  }
  .Customer .section2 .tabs .item:before, .Customer .section3 .tabs .item:before {
    display: none;
  }
  .Customer .section2 .tabs .item h4, .Customer .section3 .tabs .item h4 {
    color: #000;
    font-size: 0.3rem;
    text-shadow: none;
    text-align: center;
  }
  .Customer .section2 .tabs .item p, .Customer .section3 .tabs .item p {
    color: #000 !important;
    font-size: 0.26rem;
    margin-top: 0.2rem;
    line-height: 0.46rem;
    text-align: center;
  }
  .Customer .section2 .tabs .item.swiper-slide-thumb-active p, .Customer .section3 .tabs .item.swiper-slide-thumb-active p {
    color: #000;
  }
  .Customer .section2 .tabs .swiper-pagination-bullet, .Customer .section3 .tabs .swiper-pagination-bullet {
    width: 0.4rem;
    height: 0.04rem;
    border-radius: 0;
  }
  .Customer .section2 .tabs .swiper-pagination-bullet-active, .Customer .section3 .tabs .swiper-pagination-bullet-active {
    width: 0.8rem;
  }
  .Customer .section2 .pagination .swiper-pagination-bullet, .Customer .section3 .pagination .swiper-pagination-bullet {
    width: 0.4rem;
    height: 0.04rem;
    border-radius: 0;
  }
  .Customer .section2 .pagination .swiper-pagination-bullet-active, .Customer .section3 .pagination .swiper-pagination-bullet-active {
    width: 0.8rem;
  }
  .Customer .section2 {
    padding-bottom: 0;
  }
  .Customer .section2 .swiper-pagination {
    bottom: 0.8rem;
  }
  .Customer .section3 {
    padding-bottom: 1.1rem;
  }
  .Customer .section3 .slide {
    height: auto;
  }
  .Customer .section3 .slide img {
    aspect-ratio: 75/60;
    -webkit-aspect-ratio: 75/60;
  }
  .Customer .section3 .slide .swiper-pagination {
    position: static;
    color: #000;
    padding: 0 0.3rem;
    margin-top: 0.4rem;
    font-size: 0.3rem;
  }
  .Customer .section3 .slide .swiper-pagination .current {
    font-size: 0.48rem;
  }
  .Customer .section4 {
    display: block;
    padding-bottom: 0.8rem;
  }
  .Customer .section4 .left, .Customer .section4 .left-x {
    width: 100%;
    max-height: 100vh;
    position: relative;
    overflow: hidden;
    padding-bottom: 0.8rem;
  }
  .Customer .section4 .left h3, .Customer .section4 .left-x h3 {
    padding-bottom: 0.4rem;
    text-shadow: none;
  }
  .Customer .section4 .left .swiper-pagination-bullet, .Customer .section4 .left-x .swiper-pagination-bullet {
    width: 0.4rem;
    height: 0.04rem;
    border-radius: 0;
  }
  .Customer .section4 .left .swiper-pagination-bullet-active, .Customer .section4 .left-x .swiper-pagination-bullet-active {
    width: 0.8rem;
  }
  .Customer .section4 .left p, .Customer .section4 .left-x p {
    font-size: 0.26rem;
    padding: 0.4rem 0.3rem 0;
    margin: 0;
    color: #000;
    line-height: 0.46rem;
    text-align: center;
  }
  .Customer .section4 .left-x .title p {
    font-size: 0.3rem;
    line-height: 0.48rem;
  }
  .Customer .section4 .left-x img {
    margin-bottom: 0.3rem;
  }
  .Customer .section4 .left-x p {
    padding: 0 0.3rem;
  }
  .Customer .section4 .left-x .t {
    padding: 0.2rem 0.3rem 0.4rem;
    text-align: center;
    font-size: 0.24rem;
    line-height: 0.4rem;
  }
  .Customer .section4 .right {
    width: 100%;
    position: relative;
    padding: 0.4rem 0.3rem 0;
  }
  .Customer .section4 .right .text {
    padding: 0;
  }
  .Customer .section4 .right .text .title {
    width: 100%;
    padding: 0;
  }
  .Customer .section4 .right .text .title h3 {
    text-align: center;
    text-shadow: none;
    margin-bottom: 0.2rem;
  }
  .Customer .section4 .right .text .title p {
    color: #333;
    letter-spacing: 0;
    display: none;
  }
  .Customer .section4 .right .text .line {
    display: none;
  }
  .Customer .section4 .right .text .dsc {
    font-size: 0.3rem;
    line-height: 0.48rem;
    color: #333;
  }
  .Customer .section4 .right .slide {
    width: 100%;
    height: auto;
    position: static;
    margin-top: 0.4rem;
  }
  .Customer .section4 .right .slide .swiper-slide {
    margin: 0;
  }
  .Customer .section4 .right .slide .swiper-slide img {
    aspect-ratio: 220/189;
    -webkit-aspect-ratio: 220/189;
  }
  .Customer .section5 {
    position: relative;
    padding-bottom: 0.8rem;
  }
  .Customer .section5::before {
    display: none;
  }
  .Customer .section5 .bg {
    width: 100%;
    transform: scale(1) !important;
    aspect-ratio: auto;
    -webkit-aspect-ratio: auto;
  }
  .Customer .section5 .text {
    z-index: 3;
    position: static;
    padding: 0 0.3rem;
  }
  .Customer .section5 .text .title {
    width: 100%;
    text-align: center;
    padding: 0;
  }
  .Customer .section5 .text .title h3 {
    color: #fff;
    text-align: center;
    padding: 0 0 0.4rem;
    color: #333;
    text-shadow: none;
  }
  .Customer .section5 .text .title p {
    font-size: 0.26rem;
    padding-top: 0.4rem;
    margin: 0;
    padding-left: 0;
    color: #333;
    line-height: 0.46rem;
    text-align: center;
  }
  .Customer .section6::before {
    content: "";
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    background: rgba(0, 0, 0, 0.3);
  }
  .Customer .section6 .slide {
    position: relative;
    overflow: hidden;
  }
  .Customer .section6 .slide img {
    aspect-ratio: 750/1080;
    -webkit-aspect-ratio: 750/1080;
  }
  .Customer .section6 .text {
    position: absolute;
    left: 0.3rem;
    right: 0.3rem;
    top: 1.2rem;
    z-index: 3;
  }
  .Customer .section6 .text .title {
    width: 100%;
    padding: 0;
  }
  .Customer .section6 .text .title h3 {
    color: #fff;
    text-align: left;
  }
  .Customer .section6 .tabs {
    width: auto;
    display: block;
    position: absolute;
    left: 0.3rem;
    right: 0.3rem;
    bottom: 0.9rem;
    overflow: hidden;
    z-index: 3;
  }
  .Customer .section6 .tabs .item {
    flex: none;
    margin-left: 0;
    position: relative;
    padding-top: 0.25rem;
    cursor: pointer;
    transition: all .5s ease;
  }
  .Customer .section6 .tabs .item .line {
    width: 54%;
    height: 0.04rem;
    background: linear-gradient(63deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
    margin: 0.3rem 0 0.2rem;
  }
  .Customer .section6 .tabs .item h4 {
    font-size: 0.36rem;
    text-shadow: none;
    line-height: 0.48rem;
  }
  .Customer .section6 .tabs .item p {
    font-size: 0.24rem;
    line-height: 0.4rem;
  }
  .Customer .section7 .bb {
    min-height: 10.8rem;
    padding: 1rem 0 0.9rem;
    background: url(../images/product/section7-bg-xs.jpg) no-repeat center/cover;
  }
  .Customer .section7 .title h3 {
    text-shadow: none;
  }
  .Customer .section7 .tabs {
    margin: 0.4rem 0 1.7rem;
  }
  .Customer .section7 .tabs .item {
    width: 2.4rem;
    height: 0.8rem;
    font-size: 0.3rem;
    margin: 0 0.15rem;
  }
  .Customer .section7 .slide {
    width: 100%;
  }
  .Customer .section7 .slide img {
    width: 100%;
  }
  .Customer .section7 .colors {
    position: static;
    right: 0;
    top: 0;
    margin-top: 0.8rem;
    display: flex;
    justify-content: center;
  }
  .Customer .section7 .colors .item {
    flex-direction: column-reverse;
    margin: 0 0.15rem;
  }
  .Customer .section7 .colors .item p {
    font-size: 0.24rem;
    margin-right: 0;
    transform: none;
    margin-top: 0.2rem;
  }
  .Customer .section7 .colors .item1 span {
    background: #2E2E2E;
  }
  .Customer .section7 .colors .item2 span {
    background: #5BBCDE;
  }
  .Customer .section7 .colors .item3 span {
    background: #598918;
  }
  .Customer .section10 {
    padding: 0.94rem 0 1rem;
  }
  .Customer .section10 .container {
    padding: 0;
  }
  .Customer .section10 .title {
    padding-bottom: 0.48rem;
  }
  .Customer .section10 .title h3 {
    text-shadow: none;
  }
  .Customer .section10 .slide {
    padding-bottom: 0.6rem;
  }
  .Customer .section10 .slide .swiper-pagination {
    bottom: 0;
    display: block;
  }
  .Customer .section10 .slide .swiper-pagination-bullet {
    width: 0.4rem;
    height: 0.04rem;
    border-radius: 0;
  }
  .Customer .section10 .slide .swiper-pagination-bullet-active {
    width: 0.8rem;
  }
  .Customer .section11 {
    padding: 0;
  }
  .Customer .C533-hh-wt {
    background: url("../images/product/bg-xs-C533-hh-wt.jpg") center top no-repeat;
    background-size: 100%;
  }
  .Customer .C533-hh-wt .section {
    background: none;
  }
  .Customer .C533-hh-wt .container {
    padding: 0;
  }
  .Customer .section12 .container {
    flex-direction: column-reverse;
  }
  .Customer .section12 .img-box {
    width: 100%;
  }
  .Customer .section12 .img-box .slide p {
    font-size: 0.3rem;
    line-height: 0.4rem;
    bottom: 0.65rem;
  }
  .Customer .section12 .img-box .swiper-pagination {
    right: auto;
    bottom: 0;
    left: 0.3rem;
    flex-direction: row;
  }
  .Customer .section12 .img-box .swiper-pagination span {
    width: 0.18rem;
    height: 0.18rem;
    margin-top: 0;
    margin-right: 0.17rem;
  }
  .Customer .section12 .img-box .btn {
    top: auto;
    bottom: 0.4rem;
  }
  .Customer .section12 .img-box .btn span {
    font-size: 0.4rem;
  }
  .Customer .section12 .img-box .btn.btn-prev {
    right: 1.3rem;
  }
  .Customer .section12 .img-box .btn.btn-next {
    right: 0.3rem;
  }
  .Customer .section12 .img-box .btn.swiper-button-disabled {
    background-color: #4F4C4B;
  }
  .Customer .section12 .text-box {
    width: auto;
    padding: 0 0.3rem;
  }
  .Customer .section12 .text-box h3 {
    margin-bottom: 0.4rem;
  }
  .Customer .section12 .text-box h2 {
    margin-bottom: 0.6rem;
  }
  .Customer .section12 .text-box p {
    font-size: 0.3rem;
    line-height: 0.6rem;
  }
  .Customer .section120 {
    padding-top: 0.8rem;
    padding-bottom: 0.8rem;
  }
  .Customer .section120 .img-box {
    margin-top: 1rem;
    padding-bottom: 0.72rem;
    padding-left: 0.3rem;
  }
  .Customer .section120 .img-box::before {
    left: -0.3rem;
    top: 0.3rem;
    right: 0.3rem;
    bottom: 0.4rem;
  }
  .Customer .section121 {
    padding-top: 0.2rem;
  }
  .Customer .section121 .container {
    flex-direction: column;
  }
  .Customer .section121 .text-box {
    text-align: left;
    padding-right: 0.3rem;
    padding-bottom: 0.4rem;
  }
  .Customer .section121 .text-box p {
    line-height: 0.48rem;
    margin-bottom: 0.2rem;
  }
  .Customer .section122 {
    height: 3.8rem;
  }
  .Customer .section123 {
    padding-bottom: 1rem;
  }
  .Customer .section123 .text-box {
    padding-bottom: 0.18rem;
  }
  .Customer .section123 .text-box p {
    font-size: 0.36rem;
  }
  .Customer .section123 .text-box .desc {
    font-size: 0.3rem;
    line-height: 0.48rem;
  }
  .Customer .section124 {
    padding-top: 0;
    padding-bottom: 0.6rem;
  }
  .Customer .section124 .container {
    flex-direction: column;
  }
  .Customer .section124 .text-box {
    text-align: left;
    padding-right: 4.7%;
    padding-bottom: 0.37rem;
  }
  .Customer .section124 .text-box h3::before {
    left: 0;
    right: auto;
    background: linear-gradient(270deg, #C7DA4E 0%, rgba(200, 222, 79, 0.01) 99%, rgba(200, 222, 79, 0) 100%);
    transform: rotate(180deg);
  }
  .Customer .section124 .text-box ul li {
    font-size: 0.3rem;
    color: #4F4C4B;
    line-height: 0.7rem;
    position: relative;
    cursor: pointer;
  }
  .Customer .section124 .text-box ul li span {
    position: relative;
    z-index: 3;
  }
  .Customer .section124 .text-box ul li::before {
    transition: all .5s ease;
    z-index: 2;
    content: "";
    position: absolute;
    left: 0;
    bottom: 0.08rem;
    width: 0;
    height: 0.27rem;
    background: linear-gradient(90deg, #C7DA4E 0%, rgba(200, 222, 79, 0.01) 99%, rgba(200, 222, 79, 0) 100%);
  }
  .Customer .section124 .text-box ul li.active::before {
    width: 3.94rem;
  }
  .Customer .section124 .img-box {
    padding-bottom: 0.8rem;
    padding-left: 0.3rem;
  }
  .Customer .section124 .img-box::before {
    right: 0rem;
    left: 0.6rem;
    bottom: 0.5rem;
  }
  .Customer .section124 .img-box .btn {
    bottom: 0.48rem;
  }
  .Customer .section124 .img-box .btn.btn-prev {
    right: auto;
    left: 0.3rem;
  }
  .Customer .section124 .img-box .btn.btn-next {
    right: auto;
    left: 1.3rem;
  }
  .Customer .section124 .img-box .swiper-pagination {
    left: auto;
    right: 0.3rem;
  }
  .Customer .section125 {
    padding-top: 0.85rem;
  }
  .Customer .section125 img:nth-child(1) {
    width: 58.3%;
  }
  .Customer .section125 img:nth-child(2) {
    width: 56.5%;
    position: absolute;
    right: 0;
    top: 0.3rem;
  }
  .Customer .section126 {
    padding-bottom: 7rem;
    padding-top: 0.6rem;
  }
  .Customer .section126 .container {
    flex-direction: column;
  }
  .Customer .section126 .text-box {
    width: 100%;
    position: relative;
  }
  .Customer .section126 .text-box img {
    width: 4.27rem;
    position: absolute;
    right: 0.3rem;
    top: 0.1rem;
  }
  .Customer .section126 .box {
    width: auto;
    padding: 0 0.3rem;
  }
  .Customer .section126 .box p {
    font-size: 0.3rem;
    line-height: 0.56rem;
    color: #4F4C4B;
    margin-bottom: 0.3rem;
  }
  .Customer .section126 .box p span {
    position: relative;
  }
  .Customer .section126 .box p span label {
    position: relative;
    z-index: 2;
  }
  .Customer .section126 .box p span::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -0.08rem;
    height: 0.24rem;
    background: linear-gradient(90deg, #C7DA4E 0%, rgba(200, 222, 79, 0.01) 99%, rgba(200, 222, 79, 0) 100%);
  }
  .Customer .section127 {
    padding: 0.8rem 0 0.9rem;
  }
  .Customer .section127 .container {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    flex-direction: column;
  }
  .Customer .section127 .text-box {
    padding-bottom: 0.3rem;
  }
  .Customer .section127 .img-box {
    padding: 0 0.3rem 0.8rem;
  }
  .Customer .section127 .img-box .btn {
    bottom: 0.48rem;
  }
  .Customer .section127 .img-box .btn.btn-prev {
    left: auto;
    right: 1.3rem;
  }
  .Customer .section127 .img-box .btn.btn-next {
    left: auto;
    right: 0.3rem;
  }
  .Customer .section127 .swiper-pagination {
    left: 0.3rem;
    right: auto;
    padding-left: 0;
  }
  .Customer .section127 .swiper-pagination span {
    width: 0.18rem;
    height: 0.18rem;
  }
  .yinsi-pop .box {
    width: 90%;
    height: 8rem;
    padding: 0.5rem 0;
  }
  .yinsi-pop .box .btn-close svg {
    width: 0.4rem;
    height: 0.4rem;
  }
  .yinsi-pop .box h2 {
    font-size: 0.32rem;
    margin-bottom: 0.3rem;
  }
  .yinsi-pop .box .scroll {
    height: 6.3rem;
    overflow: auto;
    padding: 0 0.5rem;
  }
  .yinsi-pop .box p {
    font-size: 0.28rem;
    line-height: 0.44rem;
    margin-top: 0.15rem;
  }
  /* 合规经营 */
  .Compliance .section1 h2 {
    font-size: 0.32rem;
  }
  .Compliance .section1 .title-box h2 {
    font-size: 0.4rem;
  }
  .Compliance .section1 h3 {
    font-size: 0.2rem;
    text-indent: 0.32rem;
    margin: 0.1rem 0 0.25rem;
    font-weight: bold;
    font-family: inherit;
    color: #333;
  }
  .Compliance .section1 p {
    font-size: 0.26rem;
    line-height: 0.45rem;
    text-indent: 0.52rem;
  }
  .Compliance .section1 ul {
    margin: 0.1rem 0 0.3rem 0.3rem;
  }
  .Compliance .section1 ul li {
    list-style-type: disc;
    margin-bottom: 0.2rem;
    line-height: 0.45rem;
    font-size: 0.26rem;
  }
  .Compliance .section1 ul li a {
    text-decoration: underline;
  }
  .Compliance .section1 .flnav .item {
    width: 100%;
    margin-bottom: 0.15rem;
  }
  .Compliance .section1 .flnav .item .text {
    padding: 0.3rem;
  }
  .Compliance .section1 .flnav .item h3 {
    font-size: 0.3rem;
  }
  .Compliance .section1 .flnav .item p {
    font-size: 0.24rem;
    line-height: 0.36rem;
  }
  /* 开屏广告 */
  .open-ad .logo {
    width: 2.44rem;
    left: 0.4rem;
    top: 0.4rem;
  }
  .open-ad .count {
    height: 0.6rem;
    font-size: 0.24rem;
    padding: 0 0.25rem;
    right: 0.4rem;
    top: 0.4rem;
  }
  .open-ad img {
    width: 100%;
    height: 100%;
  }
  .open-ad .btns {
    width: 100%;
    display: flex;
    justify-content: center;
    position: absolute;
    left: 0;
    bottom: 1.5rem;
  }
  .open-ad .btns a {
    width: 3rem;
    height: 0.9rem;
    font-size: 0.32rem;
    margin: 0 0.2rem;
    border-radius: 0.5rem;
  }
  .open-ad .btns a i {
    font-size: 0.4rem;
    top: 0.02rem;
  }
  .sitemapWrap .site-map {
    padding: 0.1rem 0 1rem;
  }
  .sitemapWrap .site-map dl {
    margin-top: 0.6rem;
  }
  .sitemapWrap .site-map dl:first-child {
    padding-top: 0;
  }
  .sitemapWrap .site-map dl dt {
    margin-bottom: 0.1rem;
  }
  .sitemapWrap .site-map dl dt a {
    font-size: 0.3rem;
    line-height: 0.9rem;
    font-weight: bold;
  }
  .sitemapWrap .site-map dl dd {
    display: flex;
    flex-wrap: wrap;
  }
  .sitemapWrap .site-map dl dd a {
    font-size: 0.28rem;
    line-height: 0.8rem;
    margin-right: 0.6rem;
  }
  .sitemapWrap .site-map.links dl dd a {
    padding: 0.4rem 0;
  }
  .sitemapWrap .site-map.links dl dd a h2 {
    font-size: 0.3rem;
  }
  .sitemapWrap .site-map.links dl dd a p {
    font-size: 0.28rem;
  }
  /* 右侧悬浮 */
  .fright {
    width: 0.76rem;
  }
  .fright .item {
    width: 0.76rem;
    height: 0.76rem;
  }
  .fright .item .icon {
    width: 0.76rem;
    height: 0.76rem;
  }
  .fright .item span {
    display: none;
  }
  .fright .item:hover {
    right: 0;
  }
  .fright .item.last {
    display: none;
  }
  .fright .item.last:hover {
    right: 0;
  }
}
