@font-face {
  font-family: "OPPOSans-B";
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/OPPOSans-B.56b11af.woff) format("woff"),
    url(../fonts/OPPOSans-B.ca0af32.ttf) format("truetype"),
    url(../fonts/OPPOSans-B.d29d2b6.eot) format("embedded-opentype"),
    url(../fonts/OPPOSans-B.a3768e4.svg) format("svg");
}

html {
  font-size: 2.084vw !important;
}

/* ── 自定义滚动条 ────────────────────────────────────────── */
::-webkit-scrollbar {
  height: 5px;
  width: 5px;
}

::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, .1);
}

::-webkit-scrollbar-thumb {
  background: #1940e9;
}

::-webkit-scrollbar-thumb:window-inactive {
  background: #1940e9;
}

::-webkit-scrollbar-thumb:vertical:hover {
  background: #1940e9;
}

::selection {
  background: #000;
  color: #fff;
}

@media (max-width: 996px) {
  html {
    font-size: 50px !important;
  }
}

@media (max-width: 768px) {
  html {
    font-size: 34px !important;
  }
}

header {
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999999
}

.view {
  padding: 0 1.5rem;
  width: 100%
}

.logovsg .cls-1 {
  fill: #002ae6;
  fill-rule: evenodd
}

header .pc-header .logo {
  margin-top: 5px;
  display: flex;
  align-items: center;
  /*  width: 4rem;
  height: 2.35rem*/
}

header .pc-header .logo img {
  height: auto;
  width: auto;
  max-height: 100%;
  max-width: 100%
}

.pc-header.white .logo img:not(.logo-en),
.info .pc-header .logo img:not(.logo-en),
.pc-header.index .logo img:not(.logo-en) {
  content: url(/images/logo/logo-dark.png)
}

.pc-header {
  height: 2.35rem;
  transition: all .2s;
  width: 100%
}

.pc-header.white {
  background-color: #fff;
  box-shadow: 5px 0 18px 0 rgba(0, 0, 0, .2)
}

.pc-header.white .left .navlist .li .tit {
  color: #333
}

.pc-header.white .left .navlist .li .tit:after {
  background-color: #1940e9
}

.pc-header.white .right .phone .icon svg {
  fill: #333
}

.pc-header.white .right .phone {
  color: #333
}

.pc-header.white .right .webgroud .icon svg {
  fill: #333
}

.pc-header.white .right .webgroud {
  color: #333
}

.pc-header.white .right .search .icon,
.pc-header.white .right .webgroud .tit-16 .icon {
  fill: #333
}

/* 汉堡菜单线条默认白色（线条在蓝色斜切块上，始终白色可见） */
.pc-header.white .right .nume .line {
  background: #fff;
}

/* 白色导航栏展开时 ✕ 仍保持蓝色 */
.pc-header.white .right .nume.on .line {
  background: #1940e9;
}

.info .pc-header {
  background-color: #fff
}

.info .pc-header .left .navlist .li .tit {
  color: #333
}

.info .pc-header .left .navlist .li .tit:after {
  background-color: #1940e9
}

.info .pc-header .right .phone .icon svg {
  fill: #333
}

.info .pc-header .right .phone {
  color: #333
}

.info .pc-header .right .webgroud .icon svg {
  fill: #333
}

.info .pc-header .right .webgroud {
  color: #333
}

.info .pc-header .right .search .icon,
.info .pc-header .right .webgroud .tit-16 .icon {
  fill: #333
}

.pc-header .view {
  justify-content: space-between
}

.pc-header .left,
.pc-header .view {
  align-items: center;
  display: flex;
  height: 100%
}

.pc-header .left,
.pc-header .left .navlist {
  justify-content: flex-start
}

.pc-header .left .navlist {
  align-items: center;
  display: flex;
  margin-left: 2.475rem
}

.pc-header .left .navlist .li {
  height: 2.35rem;
  line-height: 2.35rem;
  margin-right: 1.525rem;
  position: relative
}

.pc-header .left .navlist .li .tit {
  color: #fff;
  line-height: 1;
  position: relative
}

.pc-header .left .navlist .li .tit:after {
  background-color: #fff;
  bottom: -7px;
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  transition: all .5s;
  width: 0
}

.pc-header .left .navlist .li.on .tit:after,
.pc-header .left .navlist .li:hover .tit:after {
  width: 100%
}

.pc-header .right,
.pc-header .right .phone {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: flex-start
}

.pc-header .right .phone {
  color: #fff;
  font-family: "OPPOSans-B";
  line-height: 1
}

.pc-header .right .phone .icon {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-right: .2rem;
  width: .5rem
}

.pc-header .right .phone .icon svg {
  fill: #fff;
  line-height: 1
}

.pc-header .right .webgroud {
  align-items: center;
  color: #fff;
  cursor: pointer;
  display: flex;
  height: 100%;
  justify-content: flex-start;
  line-height: 1;
  margin-left: .8rem
}

.pc-header .right .webgroud .ts {
  align-items: center;
  display: flex;
  justify-content: flex-start;
  position: relative
}

/* 产业站群展开图标垂直居中 */
.pc-header .right .webgroud .ts .icon {
  display: flex;
  align-items: center;
  /* font-size 控制 SVG 图标尺寸，与 EN/CN 切换按钮一致 */
  font-size: .4rem;
}

/* 产业站群展开图标 svg 尺寸统一（1em = .4rem 继承父级 font-size） */
.pc-header .right .webgroud .ts .icon svg {
  flex: none;
  width: 1em;
  height: 1em;
  display: block;
}

/* 语言切换图标尺寸（仅主按钮图标，不影响下拉菜单内的图标） */
.pc-header .right .webgroud.lanbox .tit-16>svg.icon {
  width: .4rem;
  height: .4rem;
}

/* 语言切换下拉菜单（hover 显示） */
.webgroud.lanbox:hover .hlanbox {
  display: block;
}

.pc-header .right .webgroud .icon {
  margin-right: .2rem;
  width: .4rem
}

.pc-header .right .webgroud .icon svg {
  fill: #fff;
  line-height: 1
}

/* 导航栏右侧：简易小地球图标（替代原“产业站群”），尺寸与文字一致 */
.pc-header .right .webgroud.links .globe {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: opacity .2s ease
}

.pc-header .right .webgroud.links .globe svg {
  width: 18px;
  height: 18px;
  display: block;
  fill: none;
  stroke: currentColor;
  /* 跟随文字颜色，自动适配深/浅底 */
  stroke-width: 2;
  stroke-linecap: round
}

.pc-header .right .webgroud.links .globe:hover {
  opacity: .7
}

.pc-header .right .webgroud .tit-16 {
  font-family: "OPPOSans-B";
  line-height: .5rem
}

.pc-header .right .webgroud .tit-16 .icon,
.pc-header .right .webgroud .tit-18 .icon {
  fill: #fff;
  line-height: 1;
  margin-right: 0;
  vertical-align: top
}

.pc-header .right .search .icon {
  fill: #fff;
  cursor: pointer;
  line-height: 1;
  margin-left: .8rem;
  vertical-align: top;
  width: .5rem
}

.nume {
  background: #1940e9;
  -webkit-clip-path: polygon(22% 0, 100% 0, 78% 100%, 0 100%);
  clip-path: polygon(22% 0, 100% 0, 78% 100%, 0 100%);
  cursor: pointer;
  height: 1.15rem;
  margin-left: .8rem;
  opacity: 1;
  position: relative;
  width: 1.6rem
}

.nume .line {
  background: #fff;
  height: 3px;
  left: 50%;
  opacity: 1;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: .5rem
}

.nume .line:first-child {
  left: 55%;
  top: 40%
}

.nume .line:last-child {
  top: 60%
}

.nume.on .line {
  /* ✕ 固定主题蓝色，深色浅色背景都可见 */
  background: #1940e9;
}

.nume.on .line:first-child {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg)
}

.nume.on .line:last-child {
  top: 50%;
  transform: translate(-50%, -50%) rotate(-45deg)
}

.sub-banner {
  height: 21.5rem;
  width: 100%
}

.sub-banner .txt {
  align-items: flex-start;
  color: #fff;
  display: flex;
  font-weight: 500;
  justify-content: flex-start;
  left: 3.5rem;
  line-height: 1;
  position: absolute;
  top: 6.925rem;
  z-index: 3
}

.sub-banner .txt .xg {
  margin-right: .4rem;
  transform: translateY(5px)
}


.two-nav {
  background: hsla(0, 0%, 100%, .8);
  bottom: 0;
  height: 2rem;
  left: 0;
  overflow: hidden;
  position: absolute;
  width: 100%
}

.two-nav .nav {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background: hsla(0, 0%, 100%, .6);
  font-size: 0;
  height: 2rem;
  width: 100%
}

.two-nav .nav a {
  cursor: pointer;
  display: inline-block;
  font-weight: 500;
  line-height: 2rem;
  margin: 0 1.05rem;
  position: relative;
  text-align: center;
  transition: all .5s
}

.two-nav .nav a:after {
  background-color: #1940e9;
  bottom: 0;
  content: "";
  height: 4px;
  left: 0;
  position: absolute;
  width: 0
}

.two-nav .nav a.on {
  color: #1940e9
}

.two-nav .nav a.on:after {
  width: 100%
}

.about-a {
  padding: 2.95rem 0
}

.view2 {
  padding: 0 3.475rem;
  width: 100%
}

.about-a .left .t1 {
  line-height: 1
}

.about-a .left .t1,
.about-a .left .t2 {
  font-weight: 500;
  position: relative;
  z-index: 2
}

.about-a .left .t2 {
  line-height: 2.2
}

.about-a .left .t2 span {
  color: #1940e9;
  font-family: "OPPOSans-B"
}

.about-a .left .img {
  height: 14.05rem;
  margin-top: 3.075rem;
  position: relative;
  width: 22.05rem;
  z-index: 2
}

.play {
  height: 2.15rem;
  width: 2.15rem
}

.play,
.svgs {
  cursor: pointer
}

.svgs {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%
}

.svgs .svg {
  stroke-width: 2;
  r: calc(50% - 1px)
}

.svgs .circle {
  opacity: 0;
  transition: .5s ease-in-out
}

.play:hover .circle {
  animation: circle 2s linear;
  opacity: 1;
  transition: 1s ease-in-out
}

@keyframes circle {
  0% {
    stroke-dasharray: 0 274
  }

  to {
    stroke-dasharray: 274 0
  }
}

.play .t {
  bottom: -1rem;
  color: #fff;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  white-space: nowrap
}

.vidcontainer {
  cursor: pointer;
  height: 100%;
  left: 0;
  overflow: hidden;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
  z-index: 999
}

.vidcontainer .video-dialog {
  left: 50%;
  max-height: 80%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 50%
}

.vidcontainer .mask {
  background-color: #000;
  height: 100%;
  left: 0;
  opacity: .8;
  position: absolute;
  top: 0;
  width: 100%
}

.vidcontainer .closevid {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: .35rem;
  border: 1px solid #fff;
  border-radius: 100%;
  cursor: pointer;
  height: 1.5rem;
  position: absolute;
  right: -2.5rem;
  top: 0;
  transition: all .3s;
  width: 1.5rem
}

.vidcontainer video {
  max-height: 80vh;
  outline: none;
  width: 100%
}

@media (max-width:767px) {
  .vidcontainer .closevid {
    height: .6rem;
    right: 0;
    top: -1rem;
    width: .6rem
  }

  .vidcontainer .video-dialog {
    width: 90%
  }
}

@media (min-width:1025px) {
  .vidcontainer .closevid:hover {
    transform: rotate(90deg)
  }
}

.about-a .view2 {
  display: flex
}

.about-a .right {
  padding-left: 2.25rem;
  width: calc(100% - 22.05rem)
}

.about-a .right .tit-18 {
  text-align: justify
}

.av-page {
  margin-top: 1rem
}

.av-page img {
  margin-bottom: .15rem;
  opacity: 0;
  width: .6rem
}

.av-page .li {
  cursor: pointer;
  display: inline-block;
  font-family: "OPPOSans-B";
  font-weight: 500;
  line-height: 1.2;
  margin-right: .7rem;
  text-align: center
}

.av-page .li.on,
.av-page .li:hover {
  color: #1940e9
}

.av-page .li svg {
  opacity: 0
}

.av-page .li.on img {
  opacity: 1
}

.about-a .right .numlist {
  margin-top: 5rem;
  width: 100%
}

.about-a .right .numlist .li {
  align-items: center;
  border-bottom: 1px solid rgba(0, 0, 0, .088);
  display: flex;
  justify-content: space-between;
  padding: .775rem 0;
  width: 100%
}

.about-a .right .numlist .li .numbox {
  align-items: flex-start;
  color: #1940e9;
  display: flex;
  justify-content: flex-start;
  line-height: 1
}

.about-a .right .numlist .li .numbox .num,
.about-a .right .numlist .li .numbox .tit-72 {
  font-family: "OPPOSans-B"
}

.about-a .right .numlist .li .numbox .dw {
  font-weight: 500;
  margin-left: 3px;
  transform: translateY(10px)
}

.about-a .right .numlist .li .rbox {
  color: #333;
  font-weight: 500
}

.about-a .left .bgimg {
  left: 0;
  position: absolute;
  top: 2.575rem;
  width: 28.775rem
}

.about-a .right {
  transform: translateY(50%)
}

.about-b {
  overflow: hidden;
  padding: 3.25rem 0
}

.about-b .top {
  align-items: center;
  display: flex;
  justify-content: space-between;
  width: 100%
}

.about-b .top a {
  color: #1940e9;
  display: block;
  font-size: 0;
  font-weight: 500
}

.about-b .top a div {
  display: inline-block;
  vertical-align: middle
}

.about-b .top a .icon {
  margin-left: 5px;
  transition: all .5s
}

.about-b .top a:hover .icon {
  transform: translateX(5px)
}

.about-b .content {
  margin-top: 1.5rem
}

.about-b .content .aboutb-container {
  width: 100%
}

.about-b .content .aboutb-container .swiper-slide {
  margin-right: 1.9rem;
  width: 19.55rem
}

.about-b .content .aboutb-container .swiper-slide:last-child {
  margin-right: 0
}

.about-b .content .aboutb-container .swiper-slide .img {
  height: 11.55rem;
  overflow: hidden;
  width: 100%
}

.about-b .content .aboutb-container .swiper-slide .img .bg {
  transition: all .5s
}

.about-b .content .aboutb-container .swiper-slide:hover .img .bg {
  transform: scale(1.02)
}

.about-b .content .aboutb-container .swiper-slide .txt {
  display: flex;
  padding: 1rem 2.25rem;
  position: relative
}

.about-b .content .aboutb-container .swiper-slide .txt .year {
  display: flex;
  font-style: italic;
  line-height: 1
}

.num {
  font-family: "OPPOSans-B"
}

.about-b .content .aboutb-container .swiper-slide .txt .year .dw {
  margin-left: 8px;
  margin-top: 6px
}

.about-b .content .aboutb-container .swiper-slide .txt .t {
  color: #333;
  font-style: italic;
  font-weight: 500;
  line-height: 1.4;
  margin-left: 1rem
}

.xg svg:last-child {
  margin-left: -5px
}

.about-b .content .aboutb-container .swiper-slide .xg {
  left: 1.5rem;
  position: absolute;
  top: 0;
  transform: translateY(-50%)
}

.about-next,
.about-prev {
  background-color: #1940e9;
  -webkit-clip-path: polygon(22% 0, 100% 0, 78% 100%, 0 100%);
  clip-path: polygon(22% 0, 100% 0, 78% 100%, 0 100%);
  cursor: pointer;
  height: 1.2rem;
  position: relative;
  position: absolute;
  top: 45%;
  width: 1.6rem;
  z-index: 20
}

.swiper-button-disabled {
  cursor: no-drop;
  filter: grayscale(100)
}

.about-next svg,
.about-prev svg {
  z-index: 3
}

.about-next {
  right: .675rem
}

.about-prev {
  left: .675rem
}

.about-prev svg {
  transform: translate(-50%, -50%) rotate(180deg);
  z-index: 2
}

.about-next:after,
.about-prev:after {
  background: #7990f5;
  -webkit-clip-path: polygon(22% 0, 100% 0, 78% 100%, 0 100%);
  clip-path: polygon(22% 0, 100% 0, 78% 100%, 0 100%);
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transform: scaleX(0);
  transform-origin: right center;
  transition: transform .4s cubic-bezier(.4, 0, .2, 1);
  width: 100%
}

.about-next:hover:after,
.about-prev:hover:after {
  transform: scaleX(1);
  transform-origin: left center
}

.about-c {
  height: 24.5rem
}

.about-c .bg {
  left: 0;
  position: absolute;
  top: 0
}

.about-c .content {
  height: 100%;
  padding-top: 3rem;
  position: relative;
  z-index: 3
}

.about-c .content .top {
  align-items: center;
  border-bottom: 1px solid hsla(0, 0%, 100%, .2);
  display: flex;
  justify-content: space-between;
  width: 100%
}

.about-c .content .top .table {
  font-size: 0
}

.about-c .content .top .table .li {
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: .7rem;
  font-weight: 500;
  margin-right: 2.9rem;
  padding-bottom: .4rem;
  position: relative;
  vertical-align: bottom
}

.about-c .content .top .table .li.on {
  font-size: 1.05rem
}

.about-c .content .top .table .li.on:after {
  background-color: #fff;
  bottom: 0;
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  width: 100%
}

.about-c .content .top a {
  color: #fff;
  display: block;
  font-size: 0
}

.about-c .content .top a div {
  display: inline-block;
  vertical-align: middle
}

.about-c .content .top a .icon {
  margin-left: 6px;
  transition: all .5s
}

.about-c .content .top a:hover .icon {
  transform: translateX(5px)
}

.about-c .content .cont {
  margin-top: 2.5rem;
  width: 100%
}

.about-c .content .cont .t1 {
  color: #1940e9;
  display: flex;
  line-height: 1
}

.about-c .content .cont .t1 .dw {
  font-weight: 500;
  margin-left: 8px;
  margin-top: 5px
}

.about-c .content .cont .t2 {
  color: #fff
}

.about-c .content .cont1 .t2 span {
  color: #1940e9;
  font-family: "OPPOSans-B"
}

.about-c .content .cont .t3 {
  color: #fff;
  margin-top: 1rem;
  width: 60%
}

.about-c .content .cont .numlist {
  bottom: 0;
  display: flex;
  position: absolute;
  width: calc(100% - 6rem)
}

.about-c .content .cont .numlist .li {
  border-left: 1px solid hsla(0, 0%, 100%, .1);
  padding-bottom: 2.4rem;
  padding-left: 1rem;
  width: 20%
}

.about-c .content .cont .numlist .li .numbox {
  color: #1940e9;
  display: flex;
  line-height: 1
}

.about-c .content .cont .numlist .li .numbox .dw {
  font-weight: 500;
  margin-left: 8px;
  margin-top: 5px
}

.about-c .content .cont .numlist .li .t4 {
  color: #fff;
  font-weight: 500;
  line-height: 1.4
}

.about-c .content .cont .numlist .li .icon {
  margin-top: 1.5rem;
  width: 1.3rem
}

.about-d {
  overflow: hidden;
  padding-top: 2.5rem
}

.about-d .top {
  align-items: center;
  border-bottom: 1px solid hsla(0, 0%, 100%, .2);
  display: flex;
  justify-content: space-between;
  padding-bottom: .25rem;
  width: 100%
}

.about-d .top a {
  color: #fff;
  display: block;
  font-size: 0
}

.about-d .top a div {
  display: inline-block;
  vertical-align: middle
}

.about-d .top a .icon {
  margin-left: 6px;
  transition: all .5s
}

.about-d .top a:hover .icon {
  transform: translateX(5px)
}

.about-d .cont {
  padding-top: 2rem;
  width: 100%
}

.about-d .cont .contlist {
  display: flex;
  margin-top: 2.5rem
}

.about-d .cont .contlist .left {
  border-right: 1px solid hsla(0, 0%, 100%, .1);
  width: 33.5%
}

.about-d .cont .contlist .left .li {
  margin-bottom: 2.65rem
}

.about-d .cont .contlist .left .col-fff {
  font-weight: 500;
  line-height: 1;
  margin-top: .3rem
}

.about-d .cont .contlist .right {
  padding-left: 5.9rem;
  width: 66.5%
}

.about-d .cont .contlist .right .li {
  display: flex;
  justify-content: space-around;
  margin-bottom: 1.5rem
}

.about-d .cont .contlist .right .li:last-child {
  margin-bottom: 3rem
}

.about-d .cont .contlist .right .li .numbox {
  color: #1940e9;
  display: flex;
  line-height: 1;
  width: 7rem
}

.about-d .cont .contlist .right .li .numbox .dw {
  font-weight: 500;
  margin-left: 8px;
  margin-top: 5px
}

.about-d .cont .contlist .right .li .t4 {
  color: #fff;
  width: 16.975rem
}

.about-e {
  height: 24.55rem
}

.about-e .bg {
  left: 0;
  position: absolute;
  top: 0
}

.about-e .content {
  padding-top: 3rem;
  position: relative;
  z-index: 3
}

.about-e .top {
  align-items: center;
  display: flex;
  font-weight: 500;
  justify-content: space-between;
  padding-bottom: .25rem;
  width: 100%
}

.about-e .top a {
  color: #1940e9;
  display: block;
  font-size: 0
}

.about-e .top a div {
  display: inline-block;
  vertical-align: middle
}

.about-e .top a .icon {
  margin-left: 6px;
  transition: all .5s
}

.about-e .top a:hover .icon {
  transform: translateX(5px)
}

.about-e .left {
  margin-top: 1.5rem;
  padding-right: 2rem;
  width: 11rem
}

.about-e .left .hlist .li {
  font-weight: 500;
  margin-bottom: .6rem;
  padding-left: .7rem;
  position: relative
}

.about-e .left .hlist .li:after {
  background: #1940e9;
  -webkit-clip-path: polygon(22% 0, 100% 0, 78% 100%, 0 100%);
  clip-path: polygon(22% 0, 100% 0, 78% 100%, 0 100%);
  content: "";
  height: 5px;
  left: 0;
  position: absolute;
  top: .25rem;
  width: 12px
}

.about-e .left .sed-tit {
  align-items: center;
  display: flex;
  font-weight: 500;
  justify-content: flex-start;
  margin-bottom: .75rem;
  margin-top: 1.5rem;
  white-space: nowrap
}

.about-e .left .sed-tit .line {
  background-color: rgba(0, 0, 0, .1);
  height: 1px;
  margin-left: 3px;
  width: 100%
}

.about-e .av-page {
  left: 60%;
  position: absolute;
  top: 4.5rem
}

.about-f {
  padding-bottom: 2.975rem;
  padding-top: 2.925rem
}

.about-f .content {
  display: flex;
  justify-content: space-between;
  margin-top: 1.25rem
}

.about-f .content .li {
  width: 11.55rem
}

.about-f .content .li .txt {
  font-weight: 500;
  padding: .525rem .8rem;
  position: relative
}

.about-f .content .li .xg {
  left: .5rem;
  position: absolute;
  top: 0;
  transform: translateY(-50%)
}

.about-f .content .li:nth-child(2n) {
  display: flex;
  flex-direction: column-reverse;
  margin-top: 1.875rem
}

.about-f .content .li:nth-child(2n) .xg {
  position: absolute;
  top: 100%;
  transform: translateY(-50%)
}

footer {
  background-color: #f3f3f3;
  display: flex
}

footer .left {
  border-right: 1px solid #e4e4e4;
  padding: 2.5rem 2rem 2rem;
  width: 62.4%
}

footer .left .footer-search {
  align-items: center;
  display: flex;
  margin-top: .6rem
}

footer .left .footer-search .f-seach {
  height: 1.3rem;
  position: relative;
  width: 16rem
}

footer .left .footer-search .f-seach input {
  font-size: .4rem;
  height: 100%;
  padding-left: .75rem;
  padding-right: 2rem;
  width: 100%
}

footer .left .footer-search .f-seach .lab {
  cursor: pointer;
  height: 1.3rem;
  position: absolute;
  right: .5rem;
  top: 0;
  width: 1.3rem
}

footer .left .footer-search .f-seach .lab svg {
  fill: #1940e9;
  width: 16px
}

footer .left .footer-search .keywords {
  display: flex;
  margin-left: 1.5rem
}

footer .left .footer-search .keywords .tit-16 {
  color: #666;
  font-weight: 500;
  line-height: 1;
  margin-right: .925rem;
  white-space: nowrap
}

footer .left .footer-search .keywords a.tit-16 {
  color: #333
}

footer .left .footer-search .keywords .tit-16:last-child {
  margin-right: 0
}

footer .left .footer-search .keywords a.tit-16:hover {
  color: #1940e9
}

footer .left .f-nav {
  border-top: 1px solid #e4e4e4;
  display: flex;
  justify-content: flex-start;
  margin-top: 1.5rem;
  padding-top: 1.825rem
}

footer .left .f-nav .li {
  margin-right: 4rem
}

footer .left .f-nav .li .tit {
  color: #333;
  font-weight: 500;
  line-height: 1
}

footer .left .f-nav .li .sub-nav {
  margin-top: .4rem
}

footer .left .f-nav .li .sub-nav a {
  color: #555;
  display: block;
  font-weight: 500;
  line-height: 2;
  text-decoration: none;
  transition: all .3s
}

footer .left .f-nav .li .sub-nav a:hover {
  color: #1940e9;
  transform: translateX(5px)
}

footer .left .bot {
  color: #555;
  margin-top: 3.225rem
}

footer .right {
  padding: 4.625rem 2rem 2rem;
  width: 37.6%
}

footer .right .select {
  position: relative;
  width: 100%
}

footer .right .select .tit {
  border-bottom: 1px solid #e4e4e4;
  display: flex;
  justify-content: space-between;
  width: 100%
}

.mc {
  color: #1940e9
}

footer .right .select .tit .mc {
  padding-bottom: .55rem;
  position: relative
}

footer .right .select .tit .mc:after {
  background-color: #1940e9;
  bottom: 0;
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  width: 100%
}

footer .right .select .tit .r {
  cursor: pointer;
  display: flex;
  display: none
}

footer .right .select .tit .r .icon {
  margin-left: 6px;
  transition: all .5s
}

footer .right .select .tit .r .icon svg {
  transform: rotate(90deg)
}

footer .right .select .option {
  background-color: #fff;
  display: none;
  left: 0;
  padding: 1rem;
  position: absolute;
  width: 100%
}

footer .right .select .option .li {
  border-bottom: 1px solid #e4e4e4;
  cursor: pointer;
  font-size: .425rem;
  padding: .1rem 0;
  width: 100%
}

footer .right .r-cont {
  padding: 1rem 0
}

footer .right .r-cont .li {
  align-items: center;
  display: flex;
  font-weight: 500;
  margin-bottom: .5rem
}

footer .right .r-cont .li .icon {
  margin-right: .675rem
}

footer .right .ewm {
  margin-top: 0
}

footer .right .ewm .li {
  color: #333;
  display: inline-block;
  font-weight: 500;
  margin-right: .5rem;
  text-align: center
}

footer .right .ewm .li .tit-15 {
  line-height: 1.5;
  margin-top: .2rem
}

.honor {
  padding: 3rem 0
}

.honor .top-honor {
  margin-top: 2rem
}

.honor .top-honor .li {
  align-items: center;
  display: flex;
  flex-direction: column;
  float: left;
  margin-bottom: 1rem;
  padding: 0 1.275rem;
  text-align: center;
  width: 20%
}

.honor .top-honor .li .img {
  transition: all .5s;
  width: 100%
}

.honor .top-honor .li .showde {
  margin: .2rem 0;
  transition: all .5s;
  width: 80%
}

.honor .top-honor .li .t {
  color: #333;
  font-weight: 500;
  height: 2rem;
  line-height: 1.5;
  margin-top: .2rem
}

.honor .top-honor .li:hover .img {
  transform: translateY(-6px)
}

.honor .top-honor .li:hover .showde {
  transform: scale(.8)
}

.honor-list {
  margin-top: 2rem
}

.honor-list .tit {
  align-items: center;
  display: flex;
  white-space: nowrap
}

.honor-list .tit .line {
  background-color: rgba(0, 0, 0, .08);
  height: 1px;
  margin: 0 .25rem;
  width: 100%
}

.honor-list .tit .lh1 {
  align-items: center
}

.honor-list .tit .r {
  color: #666;
  cursor: pointer;
  display: flex
}

.honor-list .tit .r .icon {
  margin-left: 6px;
  transition: all .5s
}

.honor-list .tit .r .icon svg {
  transform: rotate(90deg);
  transition: all .5s
}

.honor-list .top-honor {
  display: none
}

.honor-list.on .tit .r .icon svg {
  transform: rotate(-90deg)
}

.inn-a {
  padding: 3rem 0
}

.inn-a .cont {
  margin-top: 1.45rem
}

.inn-a-a {
  display: flex
}

.inn-a-a .img {
  min-height: 14.05rem;
  overflow: hidden;
  width: 60.8%
}

.inn-a .img .bg {
  transition: all .8s
}

.inn-a .img:hover .bg {
  transform: scale(1.02)
}

.inn-a-a .txt {
  padding-left: 1.48rem;
  width: 39.2%
}

.inn-a-a .txt .t1 {
  color: #333;
  font-weight: 500;
  padding-top: 1.5rem
}

.inn-a-a .txt .t2 {
  margin-top: 4.4rem
}

.inn-a-a .txt .t2 .numbox {
  align-items: flex-start;
  color: #1940e9;
  display: flex;
  justify-content: flex-start;
  line-height: 1
}

.inn-a-a .txt .t2 .numbox .num {
  font-family: "OPPOSans-B"
}

.inn-a-a .txt .t2 .numbox .dw {
  font-weight: 500;
  margin-left: 3px;
  transform: translateY(10px)
}

.inn-a-a .txt .t2 .rbox {
  color: #333;
  font-weight: 500
}

.inn-a-b {
  display: flex;
  margin-top: 2.95rem
}

.inn-a-b .img {
  min-height: 14.05rem;
  overflow: hidden;
  width: 60.8%
}

.inn-a-b .txt {
  align-content: flex-start;
  display: flex;
  flex-wrap: wrap;
  padding-right: 1.425rem;
  position: relative;
  width: 39.2%
}

.inn-a-b .txt .li {
  border-bottom: 1px solid rgba(0, 0, 0, .1);
  margin-bottom: 1.5rem;
  margin-right: 1.5rem;
  padding-bottom: .45rem;
  position: relative;
  width: calc(50% - .75rem)
}

.inn-a-b .txt .li:nth-child(2n) {
  margin-right: 0
}

.inn-a-b .txt .li .numbox {
  align-items: flex-start;
  color: #1940e9;
  display: flex;
  justify-content: flex-start;
  line-height: 1
}

.inn-a-b .txt .li .numbox .num {
  font-family: "OPPOSans-B"
}

.inn-a-b .txt .li .numbox .dw {
  font-weight: 500;
  margin-left: 5px;
  transform: translateY(10px)
}

.inn-a-b .txt .li .rbox {
  color: #333;
  font-weight: 500;
  line-height: 1.4;
  margin-top: .2rem;
  width: 60%
}

.inn-a-b .txt .li .icon {
  bottom: .475rem;
  position: absolute;
  right: 0;
  width: 1.25rem
}

.inn-b {
  padding: 3rem 0
}

.inn-b .top {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-top: 1.25rem
}

.inn-b .top .t {
  color: #333;
  font-weight: 500;
  width: 24.425rem
}

.inn-b .top .right {
  align-items: center;
  display: flex;
  justify-content: space-around;
  width: calc(100% - 26rem)
}

.inn-b .top .right .img {
  margin-left: 2.5rem;
  width: 2.8rem
}

.inn-b .content {
  margin-top: 1.475rem
}

.inn-b .content .innb-container .swiper-slide {
  background-color: #fff;
  margin-right: 1.25rem;
  width: calc(33.33333% - .83333rem)
}

.inn-b .content .innb-container .swiper-slide:last-child {
  margin-right: 0
}

.inn-b .content .innb-container .swiper-slide .img {
  height: 8.55rem;
  overflow: hidden;
  width: 100%
}

.inn-b .content .innb-container .swiper-slide .img .bg {
  transition: all .5s
}

.inn-b .content .innb-container .swiper-slide:hover .img .bg {
  transform: scale(1.02)
}

.inn-b .content .innb-container .swiper-slide .txt {
  padding: 1rem
}

.inn-b .content .innb-container .swiper-slide .txt .t1 {
  color: #333;
  font-weight: 500;
  line-height: 1
}

.inn-b .content .innb-container .swiper-slide .txt .conbox {
  color: #333;
  font-weight: 500;
  height: 5.04rem;
  margin-top: .6rem;
  overflow: hidden;
  position: relative;
  width: 100%
}

.inn-b .content .innb-container .swiper-slide .txt .t {
  left: 0;
  position: absolute;
  top: 0;
  transition: all .5s
}

.inn-b .content .innb-container .swiper-slide .txt .icon {
  cursor: pointer;
  margin-top: .5rem
}

.inn-b .content .innb-container .swiper-slide .txt .icon img {
  display: inline-block;
  width: 13px
}

.inn-b .content .innb-container .swiper-slide .txt .icon img.up {
  transform: rotate(180deg)
}

.inn-b .content .about-next {
  right: -2.5rem
}

.inn-b .content .about-prev {
  left: -2.5rem
}

.about-f.cil .content .li:nth-child(2n) {
  margin-top: 0
}

.about-f.cil .content .li:nth-child(2n) .xg {
  left: .5rem;
  position: absolute;
  top: 0;
  transform: translateY(-50%)
}

.about-f.cil .content .li:nth-child(2n) {
  display: block
}

.about-f.cil .content .li .t3 {
  margin-top: .5rem
}

.industry {
  padding: 3rem 0
}

.industry .ind-a .circe1 {
  margin: 0 auto;
  opacity: 0;
  position: relative;
  width: 36.575rem
}

.industry .ind-a .circe2,
.industry .ind-a .circe3,
.industry .ind-a .circe4 {
  left: 50%;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 23.05rem
}

.industry .ind-a .txt {
  opacity: 0;
  position: absolute
}

.industry .ind-a .t1 {
  left: 0;
  top: 33%
}

.industry .ind-a .mc {
  font-weight: 500;
  line-height: 1
}

.industry .ind-a .tit-17 {
  font-weight: 500
}

.industry .ind-a .t2 {
  left: 0;
  top: 49%
}

.industry .ind-a .t3 {
  left: 0;
  top: 64.5%
}

.industry .ind-a .t4 {
  right: 0;
  top: 33%
}

.industry .ind-a .t5 {
  right: 0;
  top: 49%
}

.industry .ind-a .t6 {
  right: 0;
  top: 64.5%
}

.industry .ind-a.on .circe1 {
  ;
  animation: bigamin2 1s cubic-bezier(.6, .2, .1, 1) infinite;
  animation-delay: .5s;
  animation-fill-mode: forwards;
  animation-iteration-count: 1
}

.industry .ind-a.on .circe2,
.industry .ind-a.on .circe3 {
  ;
  animation: bigamin 1s cubic-bezier(.6, .2, .1, 1) infinite;
  animation-fill-mode: forwards;
  animation-iteration-count: 1
}

.industry .ind-a.on .circe3 {
  animation-delay: .2s
}

.industry .ind-a.on .circe4 {
  ;
  animation: bigamin 1s cubic-bezier(.6, .2, .1, 1) infinite;
  animation-delay: .4s;
  animation-fill-mode: forwards;
  animation-iteration-count: 1
}

@keyframes bigamin {
  0% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(0)
  }

  50% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1.1)
  }

  to {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1)
  }
}

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

  to {
    opacity: 1;
    transform: scale(1)
  }
}

.industry .ind-a.on .t1 {
  animation: txtshow 1s cubic-bezier(.6, .2, .1, 1) infinite;
  animation-delay: 1s;
  animation-fill-mode: forwards;
  animation-iteration-count: 1
}

.industry .ind-a.on .t2 {
  animation: txtshow 1s cubic-bezier(.6, .2, .1, 1) infinite;
  animation-delay: 1.1s;
  animation-fill-mode: forwards;
  animation-iteration-count: 1
}

.industry .ind-a.on .t3 {
  animation: txtshow 1s cubic-bezier(.6, .2, .1, 1) infinite;
  animation-delay: 1.2s;
  animation-fill-mode: forwards;
  animation-iteration-count: 1
}

.industry .ind-a.on .t4 {
  animation: txtshowr 1s cubic-bezier(.6, .2, .1, 1) infinite;
  animation-delay: 1s;
  animation-fill-mode: forwards;
  animation-iteration-count: 1
}

.industry .ind-a.on .t5 {
  animation: txtshowr 1s cubic-bezier(.6, .2, .1, 1) infinite;
  animation-delay: 1.1s;
  animation-fill-mode: forwards;
  animation-iteration-count: 1
}

.industry .ind-a.on .t6 {
  animation: txtshowr 1s cubic-bezier(.6, .2, .1, 1) infinite;
  animation-delay: 1.2s;
  animation-fill-mode: forwards;
  animation-iteration-count: 1
}

@keyframes txtshow {
  0% {
    opacity: 0;
    transform: translateX(-20px)
  }

  to {
    opacity: 1;
    transform: translateX(0)
  }
}

@keyframes txtshowr {
  0% {
    opacity: 0;
    transform: translateX(20px)
  }

  to {
    opacity: 1;
    transform: translateX(0)
  }
}

.ind-b {
  align-items: center;
  display: flex;
  flex-direction: column;
  margin-top: 2rem;
  text-align: center
}

.ind-b .xg {
  margin-top: .25rem
}

.ind-b .list {
  display: flex;
  margin-top: 1.35rem;
  width: 100%
}

.ind-b .list .li {
  margin-right: .25rem;
  width: calc(20% - .2rem)
}

.ind-b .list .li:last-child {
  margin-right: 0
}

.ind-b .list .li .img {
  height: 5.75rem;
  width: 100%
}

.ind-b .list .li .txt {
  border-left: 1px solid rgba(0, 0, 0, .1);
  font-weight: 500;
  padding: 1rem .5rem 0 1rem;
  text-align: left
}

.ind-b .list .li .tip {
  margin-top: .5rem
}

.ind-b .list .li .tip .t {
  align-items: center;
  display: flex;
  margin-bottom: .5rem
}

.ind-b .list .li .tip .t .icon {
  margin-right: .5rem;
  width: .5rem
}

.ind-c {
  border-top: 1px solid rgba(0, 0, 0, .1);
  margin-top: 2rem;
  padding: 2.5rem 0
}

.ind-c .t1 {
  color: #333;
  font-weight: 500;
  margin-top: .75rem;
  width: 70%
}

.indc-container {
  margin-top: 2rem;
  padding: 0 3.5rem;
  position: relative;
  width: 100%
}

.indc-container:after {
  background-color: rgba(0, 0, 0, .1);
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  top: 50%;
  width: 100%
}

.indc-container .swiper-slide {
  align-items: center;
  display: flex;
  flex-direction: column;
  height: 8rem;
  position: relative
}

.indc-container .swiper-slide .img {
  width: 2.125rem
}

.indc-container .swiper-slide .line {
  margin-top: 1rem;
  position: relative
}

.indc-container .swiper-slide .line .l {
  background-color: rgba(0, 0, 0, .1);
  height: 1.4rem;
  width: 1px
}

.indc-container .swiper-slide .line .dian {
  background: #fff;
  border: 2px solid #1940e9;
  border-radius: 50%;
  height: 9px;
  left: 50%;
  opacity: 1;
  position: absolute;
  top: -9px;
  transform: translateX(-50%);
  width: 9px
}

.indc-container .swiper-slide:nth-child(2n) {
  flex-flow: column-reverse
}

.indc-container .swiper-slide:nth-child(2n) .line {
  margin-bottom: 1rem;
  margin-top: 0
}

.indc-container .swiper-slide:nth-child(2n) .line .dian {
  bottom: -9px;
  top: auto
}

.social-b {
  background: #f4f4f4;
  padding: 2.425rem 0
}

.social-b .list-container {
  margin-top: 1.175rem;
  width: 100%
}

.social-b .list-container .swiper-slide {
  display: flex;
  width: 50%
}

.social-b .list-container .swiper-slide .img {
  height: 11rem
}

.social-b .list-container .swiper-slide .img img {
  height: 100%;
  max-width: none
}

.social-b .list-container .swiper-slide .txt {
  padding: 2.25rem 1.45rem
}

.social-b .list-container .swiper-slide .txt .mc {
  line-height: 1
}

.social-b .list-container .swiper-slide .txt .en {
  color: #333;
  font-weight: 500;
  margin-top: .2rem
}

.social-b .list-container .swiper-slide .txt .t {
  color: #333;
  font-weight: 500;
  margin-top: .75rem
}

.social-b .list-container .swiper-slide .txt .zmorebtn {
  margin-top: 1.5rem
}

.social-c {
  background-color: #fff;
  margin-top: -5rem;
  padding-bottom: 3rem;
  padding-top: 7rem;
  position: relative
}

.social-c .top {
  border-top: 1px solid rgba(0, 0, 0, .1);
  display: flex;
  justify-content: center
}

.social-c .top .li {
  align-items: center;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  margin: 0 1rem;
  position: relative;
  text-align: center
}

.social-c .top .li .line {
  position: relative
}

.social-c .top .li .line .l {
  background-color: rgba(0, 0, 0, .1);
  height: 1.4rem;
  width: 1px
}

.social-c .top .li .line .dian {
  background: #fff;
  border: 2px solid #1940e9;
  border-radius: 50%;
  bottom: -9px;
  height: 9px;
  left: 50%;
  opacity: 1;
  position: absolute;
  transform: translateX(-50%);
  width: 9px
}

.social-c .top .li .txt {
  color: #333;
  font-weight: 700;
  line-height: 1.2;
  margin-top: 1rem
}

.social-c .top .li .txt span {
  display: block
}

.social-c .top .li.on .txt {
  color: #1940e9
}

.social-c .lig {
  display: none
}

.soc-b-container {
  margin: 2rem auto;
  overflow: hidden;
  width: 29rem
}

.products-sub-banner {
  height: auto
}

.soc-b-container .swiper-slide {
  height: 11.825rem;
  position: relative;
  width: 23.025rem
}

.soc-b-container .swiper-slide .mak {
  background-color: hsla(0, 0%, 100%, .2);
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%
}

.soc-b-container .swiper-slide.swiper-slide-active .mak {
  display: none
}

.soc-b-txt {
  margin: 1rem auto 0;
  overflow: hidden;
  text-align: center;
  width: 34.85rem
}

.soc-b-txt .t1 {
  color: #333;
  font-weight: 700;
  line-height: 1
}

.soc-b-txt .t1 span {
  color: #1940e9
}

.soc-b-txt .t2 {
  color: #333;
  font-weight: 500;
  margin: .6rem;
  padding: 0 2rem;
  text-align: center
}

.soc-b-txt .txt {
  align-content: flex-start;
  display: flex;
  flex-wrap: wrap;
  margin-top: 1.5rem
}

.soc-b-txt .txt .li {
  margin-bottom: .5rem;
  padding: 0 3rem;
  position: relative;
  width: 33.33%
}

.soc-b-txt .txt .li:after {
  left: 0
}

.soc-b-txt .txt .li:after,
.soc-b-txt .txt .li:nth-child(3n):before {
  background-color: rgba(0, 0, 0, .1);
  content: "";
  height: 1.425rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 1px
}

.soc-b-txt .txt .li:nth-child(3n):before {
  right: 0
}

.soc-b-txt .txt .li .numbox {
  align-items: flex-start;
  color: #1940e9;
  display: flex;
  justify-content: flex-start;
  line-height: 1
}

.soc-b-txt .txt .li .numbox .num {
  font-family: "OPPOSans-B"
}

.soc-b-txt .txt .li .numbox span {
  margin: 0 .25rem
}

.soc-b-txt .txt .li .numbox .dw {
  font-weight: 500;
  margin-left: 5px;
  transform: translateY(10px)
}

.soc-b-txt .txt .li .rbox {
  color: #333;
  font-weight: 500;
  line-height: 1.4;
  margin-top: .2rem;
  text-align: left
}

.social-e {
  border-top: 1px solid rgba(0, 0, 0, .1);
  padding: 3rem 0
}

.social-e .ullist2 {
  margin-top: 1.2rem;
  overflow: hidden
}

.social-e .ullist2 .swiper-slide {
  background: #f6f6f6;
  height: auto;
  margin-bottom: 1.5rem;
  margin-right: 1.33333%;
  width: 24%
}

.social-e .ullist2 .li .img {
  height: 8.7234vw;
  position: relative
}

.social-e .ullist2 .text {
  padding: .85rem 1rem 1rem
}

.social-e .ullist2 .li .tit3 {
  margin-bottom: .5rem
}

.social-e .ullist2 .li .tit4 {
  margin-bottom: .85rem
}

.social-e .ullist2 .li:last-child {
  margin-right: 0
}

.social-e .ullist2 .li .img img {
  transform: scale(1.01);
  transition: all .8s
}

.social-e .ullist2 .li:hover .img img {
  transform: scale(1.1)
}

.social-e .ullist2 .li .tiptext {
  background: url(../images/common/tipimg2.png) no-repeat 50%;
  background-size: 100% 100%;
  height: 40px;
  left: 0;
  position: absolute;
  top: 0;
  width: 85px;
  z-index: 3
}

.social-e .ullist2 .li .tiptext span {
  margin-left: -5px;
  margin-top: -3px
}

.social-e .ullist2 {
  position: relative;
  width: 100%
}

.n-activity .list4 .ullist .li .text .tit3 {
  margin-bottom: 1.35rem
}

.n-activity .list4 .ullist .li .text .tit4 {
  margin-bottom: 1.5rem
}

.news-scrollbar {
  left: 25% !important;
  width: 50% !important
}

.history {
  padding: 3rem 0
}

.history .top {
  align-items: center;
  display: flex;
  justify-content: space-between;
  width: 100%
}

.history .top .rightlist {
  color: #444;
  display: flex;
  font-weight: 700;
  line-height: 1
}

.history .top .rightlist .tit-17 {
  cursor: pointer;
  margin-left: 1rem
}

.history .top .rightlist .tit-17.on {
  color: #1940e9
}

.history .content {
  width: 100%
}

.history .content .line {
  background-image: url(../images/common/no-red.png);
  background-repeat: repeat
}

.history .content .line,
.history .content .list .li:after {
  height: 100%;
  left: 50%;
  position: absolute;
  top: 0;
  transform: translateX(-50%);
  width: 6px
}

.history .content .list .li:after {
  background-image: url(../images/common/red.png);
  background-repeat: no-repeat;
  content: ""
}

.history .content .list {
  margin-top: 2.6rem;
  width: 100%
}

.history .content .list .li {
  margin-top: 1rem;
  position: relative
}

.history .content .list .li .content {
  padding-right: 2.425rem;
  width: 50%
}

.history .content .list .li .tops {
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
  width: 100%
}

.history .content .list .li .tops .numbox {
  align-items: flex-start;
  display: flex;
  justify-content: flex-start;
  line-height: 1
}

.history .content .list .li .tops .numbox .num {
  font-family: "OPPOSans-B"
}

.history .content .list .li .tops .numbox .dw {
  font-weight: 500;
  margin-left: 3px;
  transform: translateY(5px)
}

.history .content .list .li .img {
  height: 10.65rem;
  margin-top: 1.25rem;
  overflow: hidden;
  width: 100%
}

.history .content .list .li .img .bg {
  transition: all .5s
}

.history .content .list .li .img:hover .bg {
  transform: scale(1.02)
}

.history .content .list .li .t4 {
  color: #333;
  font-weight: 500;
  text-align: left;
  width: 60%
}

.history .content .list .li:nth-child(2n) {
  display: flex;
  justify-content: flex-end
}

.history .content .list .li:nth-child(2n) .content {
  padding-left: 2.425rem;
  padding-right: 0
}

.showmore {
  color: #1940e9;
  cursor: pointer;
  margin-top: .975rem;
  text-align: center
}

.showmore div {
  display: inline-block;
  vertical-align: middle
}

.showmore .icon {
  margin-left: 6px;
  transform: rotate(90deg);
  transition: all .5s
}

.history .content .list .li.txt .content {
  border-bottom: 1px solid rgba(0, 0, 0, .1);
  padding-bottom: 1rem
}

.main-container {
  height: 100vh;
  overflow: hidden;
  width: 100%
}

.banner-container,
.main-container .home-a {
  height: 100%;
  overflow: hidden;
  width: 100%
}

.banner-container {
  position: relative
}

.banner-container .swiper-slide,
.banner-container .swiper-slide .slide-inner {
  height: 100%;
  overflow: hidden;
  position: relative;
  width: 100%
}

.banner-container .swiper-slide .slide-inner .txt {
  color: #fff;
  left: 3.5rem;
  position: absolute;
  top: 60%;
  z-index: 3
}

.banner-container .swiper-slide .slide-inner .txt .t1 {
  align-items: center;
  display: flex
}

.banner-container .swiper-slide .slide-inner .txt .t1 .xg {
  margin-right: .2rem
}

.banner-container .swiper-slide .slide-inner .txt .t2 {
  color: #fff;
  font-weight: 500;
  line-height: 1.2
}

.banner-container .swiper-slide .slide-inner .txt .zmorebtn {
  margin-top: .875rem
}

.zmorebtn:hover {
  color: #fff
}

.home-a .av-page {
  bottom: 1.25rem;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: 3
}

.home-b {
  height: 100%;
  overflow: hidden;
  position: relative;
  width: 100%
}

.home-b .bg {
  filter: brightness(1.1)
}

.home-b .bg .bgline {
  background-image: url(../images/nav/hoemb.png);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  opacity: .5;
  width: 100%;
  z-index: 3
}

.home-b .txt {
  color: #fff;
  left: 3.5rem;
  position: absolute;
  top: 25%;
  z-index: 3
}

.home-b .txt .t1 {
  align-items: center;
  display: flex;
  font-weight: 500
}

.home-b .txt .t1 .xg {
  margin-right: .2rem
}

.home-b .txt .t2 {
  color: #fff;
  font-weight: 500;
  line-height: 1.2
}

.home-b .txt .zmorebtn {
  margin-top: .875rem
}

.home-b .numlist {
  left: 73.5%;
  position: absolute;
  top: 25%;
  z-index: 3
}

.home-b .numlist .li {
  margin-bottom: 1.875rem
}

.home-b .numlist .li .numbox {
  align-items: flex-start;
  color: #1940e9;
  display: flex;
  justify-content: flex-start;
  line-height: 1
}

.home-b .numlist .li .numbox .num {
  font-family: "OPPOSans-B"
}

.home-b .numlist .li .numbox .dw {
  font-weight: 500;
  margin-left: 3px;
  transform: translateY(10px)
}

.home-b .numlist .li .rbox {
  color: #333;
  font-weight: 500
}

.home-b .numlist .li:first-child {
  margin-left: 1.35rem
}

.home-b .numlist .li:nth-child(2) {
  margin-left: 2.325rem
}

.home-b .numlist .li:nth-child(3) {
  margin-left: 1.9rem
}

.home-b .ebox {
  filter: brightness(1.1);
  height: 15.825rem;
  width: 15.825rem
}

.home-b .ebox canvas {
  height: 100%;
  width: 100%
}

.home-b .ebox video {
  width: 100%
}

.home-b .botlist {
  bottom: 2rem;
  left: 3.5rem;
  position: absolute;
  width: 10.35rem
}

.home-b .botlist .t1 {
  color: rgba(255, 255, 255, 0.75);
  font-weight: 700;
  text-align: justify
}

.s2.showmore {
  display: inline-block;
  margin-top: 1rem;
  position: relative;
  text-align: left
}

.s2.showmore:after {
  background-color: #1940e9;
  bottom: -3px;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  width: 100%
}

.s2.showmore .icon {
  margin-left: 6px;
  transform: translateY(-2px);
  transition: all .5s
}

.home-c {
  position: absolute;
  width: 100%
}

.home-c,
.home-c .li {
  height: 100%;
  overflow: hidden
}

.home-c .li {
  display: block;
  float: left;
  position: relative;
  width: 25%
}

.home-c .li .mak {
  background: #000;
  opacity: .3;
  z-index: 2
}

.home-c .li .mak,
.home-c .li .txt {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%
}

.home-c .li .txt {
  align-items: center;
  display: flex;
  flex-direction: column;
  padding-top: 50vh;
  z-index: 4
}

.home-c .li .txt .icon {
  margin-bottom: .2rem;
  width: 2.2rem
}

.home-c .li .txt .icon img {
  filter: grayscale(100%) brightness(1000%) !important
}

.home-c .li .txt .t2 {
  margin-top: 2.05rem
}

.home-c .li .txt .zmorebtn {
  margin-top: .5rem;
  width: 62px
}

.home-c .hover-box {
  align-items: center;
  background-image: url(../images/nav/honecbg.png);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  left: 0;
  opacity: 0;
  padding: 1rem;
  position: absolute;
  text-align: center;
  top: 0;
  transition: all .5s;
  width: 100%;
  z-index: 6
}

.home-c .hover-box .l {
  margin-bottom: .5rem
}

.home-c .hover-box .l .s2 {
  margin-top: 0
}

.home-c .hover-box .icon {
  margin-bottom: .2rem;
  width: 2.2rem
}

.home-c .hover-box .t2 {
  font-weight: 500;
  margin-bottom: 1rem;
  margin-top: 1.05rem
}

.home-c .hover-box .zmorebtn {
  margin-top: .5rem
}

.home-c .hover-box .list {
  margin-top: 1rem;
  width: 100%
}

.home-c .hover-box .s2 .icon {
  margin-bottom: 0;
  width: auto
}

.home-c .li:hover .hover-box {
  opacity: 1
}

.home-c .txt {
  color: #fff;
  left: 3.5rem;
  position: absolute;
  top: 25%;
  z-index: 3
}

.home-c .txt .t1 {
  align-items: center;
  display: flex;
  font-weight: 500
}

.home-c .txt .t1 .xg {
  margin-right: .2rem
}

.home-c .txt .t2 {
  color: #fff;
  font-weight: 500;
  line-height: 1.2
}

.home-d {
  height: 100%;
  overflow: hidden;
  position: absolute;
  position: relative;
  width: 100%
}

.home-d .txt {
  color: #fff;
  left: 3.5rem;
  position: absolute;
  top: 25%;
  z-index: 3
}

.home-d .txt .t1 {
  align-items: center;
  display: flex;
  font-weight: 500
}

.home-d .txt .t1 .xg {
  margin-right: .2rem
}

.home-d .txt .t2 {
  color: #fff;
  font-weight: 500;
  line-height: 1.2;
  margin-top: .2rem
}

.home-d .txt .zmorebtn {
  margin-top: .875rem
}

.home-d .txt .t3 {
  margin-top: 2.9rem
}

.home-d .txt .t3 .numbox {
  align-items: flex-start;
  color: #fff;
  display: flex;
  justify-content: flex-start;
  line-height: 1
}

.home-d .txt .t3 .numbox .num {
  font-family: "OPPOSans-B"
}

.home-d .txt .t3 .numbox .dw {
  font-weight: 500;
  margin-left: 3px;
  transform: translateY(10px)
}

.home-d .txt .t3 .rbox {
  color: #fff
}

.home-d .li {
  position: absolute;
  z-index: 1
}

.home-d .li:nth-child(2n) {
  margin-right: 0
}

.home-d .li .numbox {
  align-items: flex-start;
  color: #fff;
  display: flex;
  justify-content: flex-end;
  line-height: 1
}

.home-d .li .numbox .num {
  font-family: "OPPOSans-B"
}

.home-d .li .numbox .dw {
  margin-left: 5px
}

.home-d .li .numbox .tit-16 {
  transform: translateY(-3px)
}

.home-d .li .rbox {
  color: #fff;
  font-weight: 500;
  line-height: 1.4;
  margin-top: .2rem;
  text-align: right
}

.home-d .li0 {
  bottom: 8%;
  left: 36.61%
}

.home-d .li1 {
  bottom: 55%;
  left: 77.75%
}

.home-d .li1 .numbox {
  align-items: flex-start;
  justify-content: flex-start
}

.home-d .li2 {
  bottom: 54%;
  left: 38.75%
}

.home-d .li3 {
  bottom: 38%;
  left: 81.75%
}

.home-d .li3 .numbox {
  align-items: flex-end;
  justify-content: flex-start;
  line-height: 1
}

.home-d .li4 {
  bottom: 69%;
  left: 66.75%
}

.swiper-slide.homefooter {
  height: auto !important
}

.main-container {
  background-image: url(../images/nav/homebg.jpg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover
}

.main-slide.live {
  animation-duration: 2s;
  animation-fill-mode: forwards;
  animation-iteration-count: 1;
  animation-name: mainswiper
}

.main-slide.in {
  animation-duration: 2s;
  animation-fill-mode: forwards;
  animation-iteration-count: 1;
  animation-name: mainswipershow
}

@keyframes mainswiper {
  0% {
    transform: scale(1)
  }

  to {
    transform: translate(60%, -80%)scale(.8)
  }
}

@keyframes mainswipershow {
  0% {
    transform: scale(.8) translate(-60%, 80%)
  }

  60% {
    transform: scale(.8)
  }

  61% {
    transform: scale(.8)
  }

  to {
    transform: scale(1)
  }
}

.pc-header.index .left .navlist .li .tit {
  color: #333
}

.pc-header.index .left .navlist .li .tit:after {
  background-color: #1940e9
}

.pc-header.index .right .phone .icon svg {
  fill: #333
}

.pc-header.index .right .phone {
  color: #333
}

.pc-header.index .right .webgroud .icon svg {
  fill: #333
}

.pc-header.index .right .webgroud {
  color: #333
}

.pc-header.index .right .search .icon,
.pc-header.index .right .webgroud .tit-16 .icon {
  fill: #333
}

.js-m.imgwidth {
  clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  filter: alpha(opacity=0);
  opacity: 0;
  transition: opacity .5s, -webkit-clip-path 1s cubic-bezier(.62, .04, 0, .96);
  transition: clip-path 1s cubic-bezier(.62, .04, 0, .96), opacity .5s;
  transition: clip-path 1s cubic-bezier(.62, .04, 0, .96), opacity .5s, -webkit-clip-path 1s cubic-bezier(.62, .04, 0, .96)
}

.js-m.imgwidth.animate {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  opacity: 1
}

.js-m.imghight {
  -webkit-clip-path: polygon(100% 0, 100% 0, 0 0, 0 0);
  clip-path: polygon(100% 0, 100% 0, 0 0, 0 0);
  filter: alpha(opacity=0);
  opacity: 0;
  transition: opacity .5s, -webkit-clip-path 1s cubic-bezier(.62, .04, 0, .96);
  transition: clip-path 1s cubic-bezier(.62, .04, 0, .96), opacity .5s;
  transition: clip-path 1s cubic-bezier(.62, .04, 0, .96), opacity .5s, -webkit-clip-path 1s cubic-bezier(.62, .04, 0, .96)
}

.js-m.imghight.animate {
  -webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 0);
  clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 0);
  opacity: 1
}

.js-m.fadep {
  opacity: 0;
  transform: translateY(20px);
  transition: all 1s ease 0s
}

.js-m.fadep.animate {
  opacity: 1;
  transform: translateY(0)
}

.js-m.opac {
  opacity: .8;
  transition: all 2s ease 0s
}

.js-m.opac.animate {
  opacity: 1
}

.txt-show {
  -webkit-clip-path: polygon(0 0, 24% 0, 6% 100%, 0 100%);
  clip-path: polygon(0 0, 24% 0, 6% 100%, 0 100%);
  opacity: 0;
  position: relative;
  transition: -webkit-clip-path 1s;
  transition: clip-path 1s;
  transition: clip-path 1s, -webkit-clip-path 1s
}

.banner-container .swiper-slide.swiper-slide-active .slide-inner .txt-show,
.txt-show.on {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  opacity: 1
}

.banner-container .swiper-slide.swiper-slide-active .slide-inner .txt-show {
  transition-delay: .5s
}

.home-b.on .txt-show {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  opacity: 1
}

.home-b .numlist .li:first-child .numbox .num span {
  margin-left: -8px
}

.home-b.on .txt-show.botlist {
  transition-delay: .2s
}

.home-c.on .txt-show {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  opacity: 1
}

.home-c .hover-box .icon {
  opacity: 0;
  transform: translateY(20px);
  transition: all .5s
}

.home-c .li:hover .hover-box .icon {
  opacity: 1;
  transform: translateY(0)
}

.home-c .hover-box .t1 {
  opacity: 0;
  transform: translateY(20px);
  transition: all .5s
}

.home-c .li:hover .hover-box .t1 {
  opacity: 1;
  transform: translateY(0)
}

.home-c .hover-box .t2 {
  opacity: 0;
  transform: translateY(20px);
  transition: all .5s
}

.home-c .li:hover .hover-box .t2 {
  opacity: 1;
  transform: translateY(0);
  transition-delay: .2s
}

.home-c .hover-box .t3 {
  opacity: 0;
  text-align: justify;
  transform: translateY(20px);
  transition: all .5s
}

.home-c .li:hover .hover-box .t3 {
  opacity: 1;
  transform: translateY(0);
  transition-delay: .3s
}

.home-c .hover-box .list {
  opacity: 0;
  transform: translateY(20px);
  transition: all .5s
}

.home-c .li:first-child .hover-box .list {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between
}

.home-c .li:first-child .hover-box .list .l {
  margin-left: 10%;
  -moz-text-align-last: left;
  text-align-last: left;
  width: 40%
}

.home-c .li:hover .hover-box .list {
  opacity: 1;
  transform: translateY(0);
  transition-delay: .3s
}

.home-c .hover-box .zmorebtn {
  opacity: 0;
  transform: translateY(20px);
  transition: all .5s
}

.home-c .li:hover .hover-box .zmorebtn {
  opacity: 1;
  transform: translateY(0);
  transition-delay: .4s
}

.home-d.on .txt-show {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  opacity: 1
}

.logding {
  background-color: #fff;
  -webkit-clip-path: polygon(6% 0, 93% 0, 84% 100%, 0 100%);
  clip-path: polygon(6% 0, 93% 0, 84% 100%, 0 100%);
  height: 100%;
  left: -50%;
  position: fixed;
  top: 0;
  transition: all 1.5s;
  width: 200%;
  z-index: 9999
}

.logding .box1 {
  background-color: #8fa5f8;
  left: -50%;
  width: 80%;
  z-index: 2
}

.logding .box1,
.logding .box2 {
  -webkit-clip-path: polygon(6% 0, 93% 0, 84% 100%, 0 100%);
  clip-path: polygon(6% 0, 93% 0, 84% 100%, 0 100%);
  height: 100%;
  position: absolute;
  top: 0;
  transition: all 2s
}

.logding .box2 {
  background-color: #1940e9;
  left: -30%;
  width: 50%;
  z-index: 3
}

.logding.on,
.logding.on .box1,
.logding.on .box2 {
  left: 100%
}

.sub-banner.cust .txt {
  display: block
}

.sub-banner.cust .txt .t {
  align-items: flex-start;
  display: flex;
  font-weight: 500;
  justify-content: flex-start;
  line-height: 1
}

.sub-banner.cust .txt .t2 {
  line-height: 1;
  margin-top: 1.25rem;
  padding-left: 40px
}

.sub-banner.cust .txt .mc {
  margin-top: .5rem;
  padding-left: 40px
}

.customer {
  padding: 2.975rem 0
}

.customer .t1 {
  color: #333;
  font-weight: 500;
  line-height: 1.8;
  margin-top: 1.25rem
}

.customer .imgbox {
  height: 18.35rem;
  margin-top: 1.2rem;
  width: 100%
}

.customer .imgbox .bg {
  align-items: flex-end;
  display: flex
}

.customer .imgbox .numlist {
  align-content: flex-start;
  background-image: linear-gradient(0deg, #000, transparent);
  display: flex;
  flex-wrap: wrap;
  margin-top: 1.5rem
}

.customer .imgbox .numlist .li {
  padding: 0 3rem 1.75rem;
  position: relative;
  width: 25%
}

.customer .imgbox .numlist .li:after {
  left: 0
}

.customer .imgbox .numlist .li:after,
.customer .imgbox .numlist .li:nth-child(3n):before {
  background-color: hsla(0, 0%, 100%, .1);
  content: "";
  height: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 1px
}

.customer .imgbox .numlist .li:nth-child(3n):before {
  right: 0
}

.customer .imgbox .numlist .li .numbox {
  align-items: flex-start;
  color: #1940e9;
  display: flex;
  justify-content: flex-start;
  line-height: 1
}

.customer .imgbox .numlist .li .numbox .num {
  font-family: "OPPOSans-B"
}

.customer .imgbox .numlist .li .numbox .dw {
  font-weight: 500;
  margin-left: 5px;
  transform: translateY(10px)
}

.customer .imgbox .numlist .li .rbox {
  color: #fff;
  font-weight: 500;
  line-height: 1.4;
  margin-top: .2rem;
  text-align: left
}

.customer .content {
  border-bottom: 1px solid rgba(0, 0, 0, .1);
  margin-top: 2.55rem;
  padding-bottom: 2.45rem
}

.customer .content .tit-24 {
  color: #333;
  font-weight: 500;
  line-height: 1
}

.customer .content .xg {
  margin-top: .7rem
}

.customer .content:last-child {
  border-bottom: 0 solid #000
}

.customer .content .t3 {
  margin-top: .7rem
}

.circt-b {
  margin-top: 3rem;
  position: relative
}

.circt-b .img1 {
  margin: 0 auto;
  opacity: 0;
  width: 15.1rem
}

.circt-b .img2 {
  z-index: 3
}

.circt-b .img2,
.circt-b .img3 {
  left: 50%;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 15.1rem
}

.circt-b .img3 {
  z-index: 2
}

.circt-b .img4 {
  left: 50%;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 15.1rem
}

.circt-b.on .img1 {
  ;
  animation: bigamin2 1s cubic-bezier(.6, .2, .1, 1) infinite;
  animation-delay: .5s;
  animation-fill-mode: forwards;
  animation-iteration-count: 1
}

.circt-b.on .img2,
.circt-b.on .img3 {
  ;
  animation: bigamin 1s cubic-bezier(.6, .2, .1, 1) infinite;
  animation-fill-mode: forwards;
  animation-iteration-count: 1
}

.circt-b.on .img3 {
  animation-delay: .2s
}

.circt-b.on .img4 {
  ;
  animation: bigamin 1s cubic-bezier(.6, .2, .1, 1) infinite;
  animation-delay: .4s;
  animation-fill-mode: forwards;
  animation-iteration-count: 1
}

.circt-b .tit-18 {
  color: #7e343b;
  font-weight: 500;
  line-height: 1.2;
  opacity: 0;
  position: absolute;
  text-align: center
}

.circt-b .tt1 {
  left: 42.5%;
  top: -8.5%
}

.circt-b .tt2 {
  left: 14.5%;
  text-align: right;
  top: 26.5%
}

.circt-b .tt3 {
  left: 68.5%;
  text-align: left;
  top: 26.5%
}

.circt-b .tt4 {
  left: 19.5%;
  text-align: right;
  top: 80.5%
}

.circt-b .tt5 {
  left: 66.5%;
  text-align: left;
  top: 79.5%
}

.circt-b.on .tt1 {
  animation: txtshow 1s cubic-bezier(.6, .2, .1, 1) infinite;
  animation-delay: 1s;
  animation-fill-mode: forwards;
  animation-iteration-count: 1
}

.circt-b.on .tt2 {
  animation: txtshow 1s cubic-bezier(.6, .2, .1, 1) infinite;
  animation-delay: 1.1s;
  animation-fill-mode: forwards;
  animation-iteration-count: 1
}

.circt-b.on .tt3 {
  animation: txtshowr 1s cubic-bezier(.6, .2, .1, 1) infinite;
  animation-delay: 1.2s;
  animation-fill-mode: forwards;
  animation-iteration-count: 1
}

.circt-b.on .tt4 {
  animation: txtshow 1s cubic-bezier(.6, .2, .1, 1) infinite;
  animation-delay: 1s;
  animation-fill-mode: forwards;
  animation-iteration-count: 1
}

.circt-b.on .tt5 {
  animation: txtshowr 1s cubic-bezier(.6, .2, .1, 1) infinite;
  animation-delay: 1.1s;
  animation-fill-mode: forwards;
  animation-iteration-count: 1
}

.download {
  padding: 3rem 0
}

.svg-amin {
  margin-top: 2.175rem;
  text-align: center
}

.svg-amin .svg-a-w {
  display: inline-block;
  margin: 0 auto;
  width: 35.05rem
}

.svg-amin .svg-a-w path {
  stroke-dasharray: 2.2;
  animation: lineanimation 1.5s cubic-bezier(.4, 0, .2, 1) infinite alternate;
  opacity: 0;
  opacity: 1
}

.svg-amin .svg-a-n .g2 {
  stroke-dasharray: 2.2;
  animation: lineanimation 1.5s cubic-bezier(.4, 0, .2, 1) infinite;
  opacity: 1
}

@keyframes lineanimation {
  0% {
    stroke-dashoffset: 1000
  }

  to {
    stroke-dashoffset: 0
  }
}

.svg-a-n,
.svg-a-n .path-1 {
  width: 16rem
}

.download .table {
  background: #f9f9f9;
  border: 1px solid #e7e7e7;
  display: flex;
  justify-content: space-around;
  margin-top: 1.25rem;
  opacity: 1
}

.download .table .li {
  cursor: pointer;
  font-size: .45rem;
  font-weight: 500;
  line-height: 1.5rem;
  position: relative
}

.download .table .li:after {
  background-color: #1940e9;
  bottom: 0;
  content: "";
  height: 4px;
  left: 0;
  position: absolute;
  width: 0
}

.download .table .li.on:after {
  width: 100%
}

.download .table .li.on {
  color: #1940e9
}

.download.n-story .tabul {
  border-bottom: 0 solid #000;
  margin-top: 1.45rem
}

.n-story .tabul .li .item {
  font-weight: 500
}

.download.n-story .tabul .li {
  margin-bottom: .725rem
}

.download .list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 1.5rem
}

.download .list .li {
  display: block;
  margin-bottom: 1rem;
  margin-right: 2rem;
  position: relative;
  width: calc(25% - 1.5rem)
}

.download .list .li:nth-child(4n) {
  margin-right: 0
}

.download .list .li .img {
  padding: .725rem 0;
  position: relative
}

.download .list .li .imgbox {
  display: inline-block;
  height: 12rem;
  position: relative;
  width: 100%
}

.download .list .li .img img {
  box-shadow: .25rem 0 .75rem 0 rgba(0, 0, 0, .2);
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%
}

.download .list .li .t {
  text-align: center;
  width: 100%
}

.download .list .li .mak {
  align-items: center;
  background-color: rgba(231, 0, 18, .5);
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: all .5s;
  width: 100%
}

.download .list .li .mak .lis {
  align-items: center;
  color: #fff;
  cursor: pointer;
  display: flex;
  line-height: 1;
  margin: .35rem 0
}

.download .list .li .mak .lis .icon {
  margin-right: 15px;
  transition: all .5s;
  width: 25px
}

.download .list .li .mak .lis:hover .icon {
  transform: scale(1.2)
}

.download .list .li:hover .mak {
  opacity: 1
}

.download-doilg {
  background-color: rgba(0, 0, 0, .3);
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 33
}

.download-doilg .box {
  background-color: #fff;
  padding: 1.5rem;
  width: 30rem
}

.download-doilg .box .tit1 {
  border-bottom: 1px solid rgba(0, 0, 0, .1);
  line-height: 1;
  margin-bottom: 1rem;
  padding-bottom: 1rem
}

.download-doilg .box .tit2 {
  font-weight: 500;
  left: 1
}

.download-doilg .box .formbox {
  margin-top: 1.25rem;
  width: 100%
}

.download-doilg .box .formbox .sp {
  margin-bottom: .4rem
}

.download-doilg .box .formbox .sp span {
  color: #1940e9;
  margin-right: .1rem
}

.download-doilg .box .formbox .li {
  margin-bottom: 1rem;
  margin-right: 4%;
  width: 48%
}

.download-doilg .box .formbox .li:nth-child(2n) {
  margin-right: 0
}

.download-doilg .box .formbox .input {
  background: #fafafa;
  border: 1px solid #e7e7e7;
  height: 50px;
  opacity: 1;
  text-indent: .55rem;
  width: 100%
}

.download-doilg .box .formbox .input:-moz-placeholder {
  color: #444
}

.download-doilg .box .formbox .input:-ms-input-placeholder {
  color: #444
}

.download-doilg .box .formbox .input:-webkit-input-placeholder {
  color: #444
}

.download-doilg .box .formbox .li2 {
  margin-bottom: 1rem;
  width: 100%
}

.download-doilg .box .formbox .input2 {
  background: #fafafa;
  border: 1px solid #e7e7e7;
  height: 3.25rem;
  padding: 10px 0;
  text-indent: .55rem;
  width: 100%
}

.download-doilg .box .formbox .icon {
  height: 1rem;
  margin-top: -.5rem;
  position: absolute;
  right: 2px;
  top: 50%;
  width: 2.75rem;
  z-index: 2
}

.download-doilg .box .submitbtn {
  height: 48px;
  margin: 1.2rem auto 0;
  width: 147px
}

.download-doilg .box .submitbtn .botton {
  position: relative
}

.download-doilg .box .input,
.download-doilg .box .input2 {
  transition: all .6s
}

.download-doilg .box .input2:focus,
.download-doilg .box .input:focus {
  background-color: #fef1f2;
  border-color: #1940e9;
  box-shadow: 0 0 2px #1940e9
}

.download-doilg .box .close {
  background: #000;
  -webkit-clip-path: polygon(22% 0, 100% 0, 78% 100%, 0 100%);
  clip-path: polygon(22% 0, 100% 0, 78% 100%, 0 100%);
  cursor: pointer;
  height: 46px;
  opacity: 1;
  position: absolute;
  right: -30px;
  top: -26px;
  width: 62px
}

.download-doilg .box .close svg {
  transition: all .5s
}

.download-doilg .box .close:hover svg {
  transform: translate(-50%, -50%) rotate(180deg)
}

.svg-amin .li {
  position: absolute;
  width: 2.05rem
}

.svg-amin .li .t {
  margin: .1rem 0;
  white-space: nowrap
}

.svg-amin .li.right .t {
  margin: 0;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateX(120%) translateY(-50%)
}

.svg-amin .li.left .t {
  left: 0;
  margin: 0;
  position: absolute;
  top: 50%;
  transform: translateX(-120%) translateY(-50%)
}

.svg-amin .li1 {
  left: 28%;
  top: 39%
}

.svg-amin .li2 {
  left: 47.2%;
  top: 14.5%
}

.svg-amin .li2 .t {
  margin-top: .1rem;
  transform: translateX(-8px)
}

.svg-amin .li3 {
  right: 28%;
  top: 39%
}

.svg-amin .li4 {
  bottom: 14%;
  left: 47.2%
}

.svg-amin .li5 {
  left: 5%;
  top: 39%
}

.svg-amin .li6 {
  left: 21%;
  top: -9%
}

.svg-amin .li7 {
  left: 47.3%;
  top: -9%
}

.svg-amin .li8 {
  right: 21%;
  top: -9%
}

.svg-amin .li9 {
  right: 5%;
  top: 39%
}

.svg-amin .li10 {
  bottom: -9%;
  left: 21%
}

.svg-amin .li11 {
  bottom: -9%;
  left: 35%
}

.svg-amin .li12 {
  bottom: -9%;
  right: 35%
}

.svg-amin .li13 {
  bottom: -9%;
  right: 21%
}

.title {
  font-weight: 500
}

.headerwarp header {
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, .08) !important
}

.product-banner {
  height: 18rem
}

.products-list1 .itembox .tit3,
.products-list1 .ulbox .li .text .tit4 {
  font-weight: 500
}

.products-list .leftbox .itembtn {
  cursor: pointer
}

.products-list .leftbox .libox-top {
  font-weight: 500
}

.n-products-list {
  padding-top: 2.35rem
}

.two-nav .nav.fixed {
  background-color: #fff;
  box-shadow: 5px 0 18px 0 rgba(0, 0, 0, .05);
  left: 0;
  margin: auto;
  position: fixed;
  top: 0;
  z-index: 1000
}

.pc-header.fixed {
  display: none;
  opacity: 0
}

.sub-nav-one {
  background: #fff;
  display: none;
  left: 50%;
  position: absolute;
  top: 100%;
  transform: translateX(-50%);
  width: auto;
  min-width: 4.55rem;
  white-space: nowrap
}

.sub-nav-one a {
  align-items: center;
  border-left: 3px solid transparent;
  display: flex;
  font-weight: 500;
  justify-content: space-between;
  line-height: 1.425rem;
  padding: 0 .35rem 0 .5rem;
  transition: all .5s
}

.sub-nav-one a svg {
  fill: #1940e9;
  opacity: 0;
  transition: all .3s
}

.sub-nav-one a:hover svg {
  opacity: 1
}

.sub-nav-one a:hover {
  border-left: 3px solid #1940e9
}

/* 导航下拉菜单 hover 显示 */
.li.pt:hover .sub-nav-one {
  display: block;
  animation: subNavIn 0.3s ease;
}

@keyframes subNavIn {
  from {
    opacity: 0;
    transform: translateX(-50%) translateY(-8px);
  }

  to {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
  }
}

.n-cooperate .formbox .sp,
.n-cooperate .tit2 {
  font-weight: 500
}

.product-nav-header {
  background-color: #fff;
  display: none;
  height: 20.4rem;
  left: -25vw;
  position: absolute;
  width: calc(100vw - 7rem)
}

.product-nav-header .one-list {
  background: #ededed;
  font-weight: 500;
  height: 100%;
  left: 0;
  line-height: 1;
  position: absolute;
  top: 0;
  width: 5rem
}

.product-nav-header .one-list .tit-24 {
  padding: 1rem
}

.product-nav-header .one-list .tit-one a {
  align-items: center;
  border-left: 3px solid transparent;
  display: flex;
  font-weight: 500;
  justify-content: space-between;
  line-height: 1.425rem;
  padding: 0 .5rem 0 .75rem;
  position: relative;
  transition: all .5s
}

.product-nav-header .one-list .tit-one a:after {
  background-color: rgba(0, 0, 0, .1);
  bottom: 0;
  content: "";
  height: 1px;
  position: absolute;
  right: 0;
  width: calc(100% - .75rem)
}

.product-nav-header .one-list .tit-one a svg {
  fill: #1940e9;
  opacity: 0;
  transition: all .3s
}

.product-nav-header .one-list .tit-one a.on svg {
  opacity: 1
}

.product-nav-header .one-list .tit-one a.on {
  background-color: #fff;
  border-left: 3px solid #1940e9;
  color: #1940e9
}

.product-nav-header .two-list {
  background: hsla(0, 0%, 93%, .5);
  font-weight: 500;
  height: 100%;
  left: 5rem;
  line-height: 1;
  overflow: auto;
  position: absolute;
  top: 0;
  width: 6.5rem
}

.product-nav-header .two-list .tit-24 {
  opacity: 0;
  padding: 1rem
}

.product-nav-header .two-list .tit-one a {
  align-items: center;
  border-left: 3px solid transparent;
  display: flex;
  font-weight: 500;
  justify-content: space-between;
  line-height: 1.425rem;
  padding: 0 .5rem 0 .75rem;
  position: relative;
  transition: all .5s
}

.product-nav-header .two-list .tit-one a:after {
  background-color: rgba(0, 0, 0, .1);
  bottom: 0;
  content: "";
  height: 1px;
  position: absolute;
  right: 0;
  width: calc(100% - .75rem)
}

.product-nav-header .two-list .tit-one a svg {
  fill: #1940e9;
  opacity: 0;
  transition: all .3s
}

.product-nav-header .two-list .tit-one a.on svg {
  opacity: 1
}

.product-nav-header .two-list .tit-one a.on {
  background-color: #fff;
  border-left: 3px solid #1940e9;
  color: #1940e9
}

.product-nav-header .three-list {
  height: 100%;
  overflow: auto;
  padding: 2.5rem 1.275rem 1rem;
  position: absolute;
  right: 0;
  top: 0;
  width: calc(100% - 11.5rem)
}

.product-nav-header .three-list a {
  display: block;
  float: left;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 1rem;
  text-align: center;
  width: 33%
}

.product-nav-header .three-list a .img {
  height: 4.5rem;
  margin-bottom: .5rem;
  width: 100%
}

.product-nav-header .three-list a .img img {
  display: inline-block;
  max-height: 100%;
  max-width: 100%
}

.header-fixd {
  background-color: #111;
  background-image: url(/images/nav/daohang.jpg);
  background-size: cover;
  background-position: center;
  display: none;
  height: 100vh;
  left: 0;
  padding: 0 3.5rem;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 98
}

.header-fixd::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(10, 10, 18, 0.82);
  pointer-events: none;
  z-index: 0
}

.header-fixd .hide {
  position: relative;
  z-index: 1
}

.header-fixd .hide {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center
}

.header-fixd .honor-list:first-child {
  margin-top: 0
}

.header-fixd .honor-list .line {
  background-color: hsla(0, 0%, 100%, .1)
}

.header-fixd .honor-list .nav-list {
  margin-top: 1.75rem;
  width: 100%
}

.hiode {
  display: none
}

.header-fixd .honor-list .nav-list {
  display: flex;
  justify-content: space-between
}

.header-fixd .honor-list .nav-list .li .tit {
  color: #fff;
  font-weight: 500;
  line-height: 1
}

.header-fixd .honor-list .nav-list .li .sub-nav {
  margin-top: .8rem
}

.header-fixd .honor-list .nav-list .li .sub-nav a {
  color: #acacac;
  display: block;
  font-weight: 500;
  line-height: 2;
  transition: all .3s
}

.header-fixd .honor-list .nav-list .li .sub-nav a:hover {
  color: #1940e9;
  transform: translateX(5px)
}

.header-fixd .honor-list .nav-list .li .p-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  width: 38vw
}

.header-fixd .honor-list .nav-list .li .p-nav .sub-nav {
  width: 33%
}

.header-fixd .honor-list .nav-list .li .p-nav .sub-nav a {
  color: #666
}

.header-fixd .honor-list .nav-list .li .p-nav .sub-nav a:hover {
  color: #1940e9;
  transform: translateX(5px)
}

.header-fixd .honor-list .nav-list .li .p-nav .sub-nav a:first-child {
  color: #acacac
}

.nume.on {
  background-color: transparent
}

.nume .line {
  transition: all .5s
}

.nume.on .line:first-child {
  left: 50%;
  top: 51%;
  transform: rotate(45deg)
}

.nume.on .line:last-child {
  top: 50%;
  transform: rotate(-45deg)
}

.about-c .content .cont2 .t2 span {
  color: #1940e9
}

.about-c .content .cont2 .botlist {
  bottom: 0;
  display: flex;
  padding-bottom: 3.9rem;
  position: absolute;
  width: calc(100% - 6.95rem)
}

.about-c .content .cont2 .botlist .li {
  align-items: center;
  border-bottom: 1px solid #fff;
  display: flex;
  justify-content: space-between;
  margin-right: 2.5rem;
  padding-bottom: .825rem;
  width: calc(33.33333% - 1.66667rem)
}

.about-c .content .cont2 .botlist .li:last-child {
  margin-right: 0
}

.about-c .content .cont2 .botlist .li .icon {
  filter: grayscale(1000) brightness(1000000);
  width: 2rem
}

.about-c .content .cont .numlist .li .icon {
  filter: grayscale(1000) brightness(1000000)
}

.soc-a .img {
  margin-top: 2rem;
  text-align: center
}

.soc-a .img img {
  display: inline-block
}

.home-a .swiper-pagination {
  bottom: 1.25rem !important;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: 3
}

.home-a .swiper-pagination span {
  background: transparent;
  border-radius: 0;
  color: #fff;
  margin: 0 .7rem !important;
  opacity: .5;
  padding-top: 7px;
  transition: all .5s;
  width: 15px
}

.home-a .swiper-pagination span.swiper-pagination-bullet-active {
  background: url(../images/common/pageicon.png) no-repeat;
  background-position: top;
  background-size: 15px auto;
  color: #fff;
  opacity: 1
}

.search-info {
  padding-bottom: 4.4rem;
  padding-top: 4.4rem
}

.search-info .top {
  border-bottom: 1px solid rgba(0, 0, 0, .1);
  font-weight: 500;
  line-height: 1;
  padding-bottom: .75rem
}

.search-info .content {
  display: flex;
  padding-top: 1.1rem
}

.search-info .content .left {
  width: 300px
}

.search-info .content .left .li {
  align-items: center;
  border-bottom: 1px solid rgba(0, 0, 0, .1);
  color: #333;
  cursor: pointer;
  display: flex;
  font-weight: 500;
  justify-content: space-between;
  padding: .5rem;
  transition: all .5s;
  width: 100%
}

.search-info .content .left .li.on {
  background-color: #1940e9;
  color: #fff
}

.search-info .content .left .li .icon svg {
  fill: #1940e9;
  transition: all .5s
}

.search-info .content .left .li.on .icon svg,
.search-info .content .left .li:hover .icon svg {
  fill: #fff
}

.search-info .content .left .li:hover {
  background-color: #1940e9;
  color: #fff
}

.search-info .content .right {
  padding-left: 2rem;
  width: calc(100% - 300px)
}

.search-info .content .right .lis .tit {
  border-bottom: 1px solid rgba(0, 0, 0, .1);
  color: #333;
  font-size: .5rem;
  font-weight: 500;
  line-height: 1;
  padding-bottom: .5rem
}

.search-info .content .right .lis .plist {
  margin-top: 1rem
}

.search-info .content .right .lis .plist .pli {
  align-items: center;
  background: #f6f6f6;
  display: flex;
  justify-content: flex-start;
  margin-bottom: .75rem;
  padding: 1.2rem 2rem;
  position: relative
}

.search-info .content .right .lis .plist .pli .tip {
  left: 0;
  position: absolute;
  top: 0
}

.search-info .content .right .lis .plist .pli .img {
  display: flex;
  height: 4.3rem;
  justify-content: center;
  width: 5rem
}

.search-info .content .right .lis .plist .pli .img img {
  max-height: 100%;
  max-width: 100%
}

.search-info .content .right .lis .plist .pli .txt {
  padding: 0 2rem;
  width: 72%
}

.search-info .content .right .lis .plist .pli .txt .t1 {
  color: #333;
  font-weight: 500
}

.search-info .content .right .lis .plist .pli .txt .t2 {
  color: #666;
  font-weight: 500
}

.search-info .content .right .lis .plist .pli .r {
  display: flex;
  flex-direction: column;
  font-weight: 500
}

.search-info .content .right .lis .plist .pli .r a {
  color: #999;
  margin: .25rem 0;
  white-space: nowrap
}

.search-info .content .right .lis .plist .pli .r a:hover {
  color: #1940e9
}

.search-info .content .right .lis .slist {
  display: flex;
  flex-wrap: wrap;
  margin-top: 1rem
}

.search-info .content .right .lis .slist .sli {
  display: block;
  margin-right: 1rem;
  position: relative;
  width: calc(33.33333% - .66667rem)
}

.search-info .content .right .lis .slist .sli:nth-child(3n) {
  margin-right: 0
}

.search-info .content .right .lis .slist .sli .img {
  height: 4.5rem;
  overflow: hidden;
  width: 100%
}

.search-info .content .right .lis .slist .sli .icon {
  left: 1rem;
  position: absolute;
  top: calc(4.5rem - 6px);
  width: 20px;
  z-index: 2
}

.search-info .content .right .lis .slist .sli .t {
  padding: .5rem 1rem
}

.search-info .content .right .lis .ullist2 {
  margin-top: 1.2rem;
  overflow: hidden
}

.search-info .content .right .lis .ullist2 .uli {
  background: #f6f6f6;
  margin-bottom: 1.5rem;
  margin-right: 2%;
  width: 32%
}

.search-info .content .right .lis .ullist2 .uli:nth-child(3n) {
  margin-right: 0
}

.search-info .content .right .lis .ullist2 .uli .img {
  height: 8.90638vw;
  position: relative
}

.search-info .content .right .lis .ullist2 .text {
  padding: .85rem 1rem 1rem
}

.search-info .content .right .lis .ullist2 .uli .tit3 {
  margin-bottom: .5rem
}

.search-info .content .right .lis .ullist2 .uli .tit4 {
  margin-bottom: .85rem
}

.search-info .content .right .lis .ullist2 .uli .img img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transform: scale(1.01);
  transition: all .8s;
  width: 100%
}

.search-info .content .right .lis .ullist2 .uli:hover .img img {
  transform: scale(1.1)
}

.search-info .content .right .lis .dlist {
  display: flex;
  flex-wrap: wrap;
  margin-top: 1rem
}

.search-info .content .right .lis .dlist .li {
  display: block;
  margin-bottom: 1rem;
  margin-right: 2rem;
  position: relative;
  width: calc(25% - 1.5rem)
}

.search-info .content .right .lis .dlist .li:nth-child(4n) {
  margin-right: 0
}

.search-info .content .right .lis .dlist .li .img {
  padding: .725rem 0;
  position: relative
}

.search-info .content .right .lis .dlist .li .imgbox {
  display: inline-block;
  position: relative
}

.search-info .content .right .lis .dlist .li .img img {
  box-shadow: .25rem 0 .75rem 0 rgba(0, 0, 0, .2)
}

.search-info .content .right .lis .dlist .li .t {
  text-align: center;
  width: 100%
}

.search-info .content .right .lis .dlist .li .mak {
  align-items: center;
  background-color: rgba(231, 0, 18, .5);
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: all .5s;
  width: 100%
}

.search-info .content .right .lis .dlist .li .mak .lis {
  align-items: center;
  color: #fff;
  cursor: pointer;
  display: flex;
  line-height: 1;
  margin: .35rem 0
}

.search-info .content .right .lis .dlist .li .mak .lis .icon {
  margin-right: 15px;
  transition: all .5s;
  width: 25px
}

.search-info .content .right .lis .dlist .li .mak .lis:hover .icon {
  transform: scale(1.2)
}

.search-info .content .right .lis .dlist .li:hover .mak {
  opacity: 1
}

.search-info .content .right .lis .ullist2 .ali {
  background: #f6f6f6;
  color: #666;
  margin-bottom: 1rem;
  margin-right: 2%;
  width: 32%
}

.search-info .content .right .lis .ullist2 .ali .img {
  height: 5.55rem;
  position: relative
}

.search-info .content .right .lis .ullist2 .text {
  padding: .8rem 1.5rem .8rem .725rem
}

.search-info .content .right .lis .ullist2 .ali .tit3 {
  color: #666;
  margin-bottom: .5rem
}

.search-info .content .right .lis .ullist2 .ali .tit4 {
  color: #666;
  margin-bottom: .85rem
}

.search-info .content .right .lis .ullist2 .ali:nth-child(3n) {
  margin-right: 0
}

.search-info .content .right .lis .ullist2 .ali .img img {
  transform: scale(1.01);
  transition: all .8s
}

.search-info .content .right .lis .ullist2 .ali:hover .img img {
  transform: scale(1.1)
}

.search-info .content .right .lis .ullist2 .ali .tiptext {
  background: url(../images/common/tipimg.png) no-repeat 50%;
  background-size: 100% 100%;
  height: 40px;
  left: 0;
  position: absolute;
  top: 0;
  width: 85px;
  z-index: 3
}

.search-info .content .right .lis .ullist2 .ali .tiptext span {
  margin-left: -5px;
  margin-top: -3px
}

.search-info .content .right .lis .ullist2 {
  margin-bottom: 1rem
}

.search-info .content .right .lis .ullist2 .tiplist {
  display: flex;
  margin-top: 1rem
}

.search-info .content .right .lis .ullist2 .tiplist .p {
  align-items: center;
  display: flex;
  justify-content: flex-start;
  margin-right: 1rem
}

.search-info .content .right .lis .ullist2 .tiplist .p .icon {
  margin-right: 8px;
  width: .425rem
}

.pc_seachbox {
  background-color: #222;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  display: none;
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9
}

.pc_seachbox .f {
  align-items: center;
  display: flex;
  height: 100vh;
  width: 100%
}

.zk_search_wrap {
  margin: 0 auto;
  width: 25rem
}

.head_seachbox {
  height: 1.5rem;
  line-height: 1.45rem;
  position: relative
}

.head_seachbox .seach_input {
  background: url(../images/nav/head_searchicon.7de0b5f.png) .5rem no-repeat;
  border: 1px solid hsla(0, 0%, 100%, .1);
  box-sizing: border-box;
  padding: 0 4.5rem 0 1.75rem
}

.head_seachbox .seach_submit {
  background-color: #1940e9;
  color: #fff;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  transition: .4s;
  width: 4rem
}

.head_seachbox .seach_input input {
  background-color: transparent;
  color: #fff !important;
  font-size: .4rem;
  width: 100%
}

.head_seachbox .seach_submit a {
  background-color: transparent;
  color: #fff;
  cursor: pointer;
  display: block;
  font-size: .45rem;
  height: 100%;
  text-align: center;
  width: 100%
}

input:-internal-autofill-selected {
  background-color: transparent !important
}

input:-webkit-autofill {
  -webkit-text-fill-color: #fff;
  background: transparent;
  -webkit-transition: background-color 50000s ease-in-out 0s;
  transition: background-color 50000s ease-in-out 0s
}

.main-scoll {
  bottom: 0;
  color: #fff;
  left: 1.5rem;
  position: fixed;
  z-index: 33
}

.main-scoll .line {
  background-color: #fff;
  height: 49px;
  opacity: .15;
  width: 1px
}

.main-scoll.on {
  color: #333
}

.main-scoll.on .line {
  background-color: #333
}

.swiper-container-vertical>.main-pagination.swiper-pagination-bullets {
  position: absolute;
  right: 1.5rem;
  top: 50%;
  transform: translate3d(0, -50%, 0);
  width: 10px;
  z-index: 33
}

.swiper-container-vertical>.main-pagination.swiper-pagination-bullets .swiper-pagination-bullet {
  background: #bbb;
  border-radius: 0;
  -webkit-clip-path: polygon(22% 0, 100% 0, 78% 100%, 0 100%);
  clip-path: polygon(22% 0, 100% 0, 78% 100%, 0 100%);
  height: 4px;
  margin: 8px 0;
  opacity: .8;
  width: 8px
}

.swiper-container-vertical>.main-pagination.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #1940e9;
  opacity: 1
}

.home-e .right .ullist2 .li .img .bg {
  transition: all .5s
}

.home-e .right .ullist2 .li:hover .img .bg {
  transform: scale(1.02)
}

.home-e .right .ullist2 .li:hover .tit3 {
  color: #1940e9
}

.home-e .right .ullist2 .tiplist .p {
  color: #666
}

.home-e .right {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: 2.35rem
}

.icon.op {
  opacity: 0
}

.about-f .content .li .txt {
  padding-top: 1rem
}

.cases-detail5 .zmorebtn {
  margin-top: 1rem;
  opacity: 0
}

.cases-detail5 .tab-container .swiper-slide.cur .zmorebtn {
  opacity: 1
}

.lanbox {
  position: relative
}

.hlanbox {
  background-color: #fff;
  display: none;
  left: 50%;
  position: absolute;
  top: 100%;
  transform: translateX(-50%);
  width: 2rem
}

.hlanbox a {
  align-items: center;
  border-left: 3px solid transparent;
  display: flex;
  font-size: 12px;
  font-weight: 500;
  justify-content: space-between;
  line-height: 1.425rem;
  padding: 0 0 0 .25rem;
  transition: all .5s
}

.hlanbox a .icon {
  margin-right: 0 !important;
  width: auto !important
}

.hlanbox a svg {
  fill: #1940e9 !important;
  opacity: 0 !important;
  transition: all .3s
}

.hlanbox a:hover svg {
  opacity: 1 !important
}

.hlanbox a:hover {
  border-left: 3px solid #1940e9
}

.pc-header .right .webgroud .t {
  position: relative
}

.pc-header .right .webgroud .t:after {
  background-color: #fff;
  bottom: -2px;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  transition: all .5s;
  width: 0
}

.pc-header.index .right .webgroud .t:after {
  background-color: #333
}

.pc-header .right .webgroud:hover .t:after {
  width: 100%
}

.info .pc-header .right .webgroud .t:after,
.pc-header.white .right .webgroud .t:after {
  background-color: #333
}

.links {
  position: relative
}

.links .hlanbox {
  width: 5rem
}

.links .hlanbox a {
  padding: 0 .2rem 0 .75rem
}

.pc-header .right .webgroud.links .t:after {
  bottom: -6px
}

.hbmak {
  height: 27rem;
  max-width: none;
  width: 48rem
}

.ValidCode {
  height: 1rem;
  margin-top: -.5rem;
  position: absolute;
  right: 2px;
  top: 50%;
  width: 2.75rem;
  z-index: 2
}

.video-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 1.5rem
}

.video-list .li {
  margin-bottom: 1.5rem;
  margin-right: 1rem;
  width: calc(25% - .75rem)
}

.video-list .li:nth-child(4n) {
  margin-right: 0
}

.video-list .li .img {
  height: 11.41875vw;
  margin-bottom: .5rem;
  overflow: hidden;
  position: relative;
  width: 100%
}

.video-list .li .img .bg {
  transition: all .8s
}

.video-list .li:hover .img .bg {
  transform: scale(1.02)
}

.video-list .li .img .play {
  cursor: pointer;
  height: 2rem;
  width: 2rem
}

.video-list .li .img .mak {
  background-color: rgba(0, 0, 0, .1);
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%
}

.down-search {
  background: #fbfbfb;
  border: 1px solid hsla(218, 7%, 78%, .5);
  height: 46px;
  opacity: 1;
  padding: 0 .75rem;
  position: absolute;
  right: 0;
  top: 0;
  width: 320px
}

.n-story .tabul {
  position: relative
}

.down-search input {
  background-color: transparent;
  font-size: 16px;
  height: 100%;
  width: 80%
}

.down-search .lab {
  cursor: pointer;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 20%
}

.down-search .lab svg {
  fill: #1940e9;
  height: 16px;
  width: 16px
}

.tpa {
  bottom: 0;
  position: absolute;
  right: 1.425rem
}

.new {
  padding: 1.9rem 0
}

.new .list {
  margin-top: .95rem
}

.new .list .li {
  margin-bottom: 1.45rem;
  min-height: 14.05rem;
  padding: 1.5rem;
  position: relative;
  width: 100%
}

.fps {
  position: absolute;
  top: -2.35rem
}

.new .list .li .txt {
  background-color: #fff;
  padding: 2rem 1rem;
  position: relative;
  width: 15.75rem;
  z-index: 3
}

.new .list .li .bg {
  left: 0;
  position: absolute;
  top: 0
}

.new .list .li .txt .mc {
  line-height: 1
}

.new .list .li .txt .t1 {
  margin-top: .2rem
}

.new .list .li .txt .t2 {
  color: #666;
  font-style: italic;
  font-weight: 400;
  margin-top: 1rem;
  text-align: justify;
  word-break: break-all
}

.new .list .li .txt .zmorebtn {
  margin-top: 1.5rem
}

.dianzhi .cases-detail3 .ulbox .li .text .title {
  margin-bottom: 1rem
}

.dianzhi .cases-detail5 .tab-container .swiper-slide.cur .zmorebtn {
  opacity: 0 !important
}

.shihua .cases-detail-list2 .warpbox .li {
  margin-right: 2.33333%;
  width: 31%
}

.cases-detail4 .litop .cont {
  color: #333;
  font-weight: 500;
  height: 5.04rem;
  margin-bottom: 1rem;
  margin-top: .6rem;
  overflow: hidden;
  overflow: auto;
  position: relative;
  width: 100%
}

.cases-detail4 .litop .icon {
  cursor: pointer;
  display: none !important;
  margin-top: .5rem;
  width: 13px
}

.cases-detail4 .litop .tit4 {
  left: 0;
  position: relative;
  top: 0;
  transition: all .5s
}

.cases-detail4 .swiper-pagination {
  bottom: 0 !important;
  margin-top: 1rem;
  position: relative !important
}

.cases-detail4 .swiper-pagination span {
  background: transparent;
  border-radius: 0;
  color: #000;
  margin: 0 .35rem !important;
  opacity: .4;
  padding-top: 10px;
  transition: all .5s;
  width: 15px
}

.cases-detail4 .swiper-pagination span.swiper-pagination-bullet-active {
  background: url(../images/common/pageicon.png) no-repeat;
  background-position: top;
  background-size: 15px auto;
  color: #1940e9;
  opacity: 1
}

.jinrong .prod-container {
  overflow: hidden;
  width: 100%
}

.jinrong .prod-container .swiper-slide {
  text-align: center;
  width: 100%
}

.jinrong .prod-container .swiper-slide .img {
  align-items: center;
  display: flex;
  height: 5.75rem;
  justify-content: center;
  margin-bottom: .75rem
}

.jinrong .prod-container .swiper-slide .img img {
  max-height: 100%
}

.jinrong .prod-container .main-pagination {
  margin-top: 1rem;
  text-align: center
}

.jinrong .prod-container .swiper-pagination-bullet-active {
  background-color: #1940e9
}

.cases-new1 {
  padding: 1.6rem 0 2.5rem
}

.cases-new1 .content {
  display: flex;
  margin-top: 1.5rem
}

.cases-new1 .content .left {
  width: 22%
}

.cases-new1 .content .rightbox {
  margin-left: 1.5rem;
  width: calc(78% - 1.5rem)
}

.cases-new1 .content .rightbox .zpage {
  margin-top: 1.85rem
}

.cases-new1 .content .rightbox .selectbox {
  height: 1.5rem
}

.cases-new1 .content .rightbox .selectbox .sp {
  cursor: pointer;
  height: 1.5rem;
  overflow: hidden;
  padding: 0 1.5rem 0 1rem;
  position: relative
}

.cases-new1 .content .rightbox .selectbox .sp:before {
  background: #1940e9;
  content: "";
  height: 1.5rem;
  left: -20%;
  position: absolute;
  transform: skew(-15deg);
  transition: all .6s;
  width: 110%
}

.cases-new1 .content .rightbox .selectbox .icon {
  fill: #fff;
  height: 15px;
  margin-left: 1.25rem;
  position: relative;
  width: 15px;
  z-index: 3
}

.cases-new1 .content .rightbox .selectbox span {
  position: relative;
  z-index: 3
}

.cases-new1 .content .rightbox .tipbox {
  font-style: italic;
  margin-left: 1rem
}

.cases-new1 .content .rightbox .tipbox span {
  color: #1940e9
}

.cases-new1 .content .rightbox .warpselect {
  background: #fff;
  padding: .45rem 1rem 0;
  position: relative;
  z-index: 2
}

.cases-new1 .content .rightbox .warpselect .spbtn {
  cursor: pointer;
  height: 40px;
  margin-bottom: .5rem;
  margin-right: .75rem;
  padding: 0 1rem;
  position: relative;
  transition: all .6s
}

.cases-new1 .content .rightbox .warpselect .spbtn:before {
  border: 1px solid #ccc;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transform: skew(-15deg);
  transition: all .6s;
  width: 100%
}

.cases-new1 .content .rightbox .warpselect .spbtn .scolse {
  background: #a6a6a6;
  height: 16px;
  position: absolute;
  right: -5px;
  top: 0;
  transform: skew(-15deg);
  transition: all .6s;
  width: 24px;
  z-index: 1
}

.cases-new1 .content .rightbox .warpselect .spbtn .scolse .icon {
  fill: #fff;
  height: 14px;
  width: 14px
}

.cases-new1 .content .rightbox .warpselect .spbtn:hover {
  color: #1940e9
}

.cases-new1 .content .rightbox .warpselect .spbtn:hover:before {
  border: 1px solid #1940e9
}

.cases-new1 .content .rightbox .warpselect .spbtn:hover .scolse {
  background: #1940e9
}

.cases-new1 .content .rightbox .ullist {
  margin-top: .55rem
}

.cases-new1 .content .rightbox .ullist .li {
  border: 1px solid #e7e7e7;
  margin-bottom: 1rem;
  padding: .9rem;
  position: relative
}

.cases-new1 .content .rightbox .ullist .li .tipicon {
  left: 0;
  position: absolute;
  top: 0;
  width: 1.75rem;
  z-index: 3
}

.cases-new1 .content .rightbox .ullist .li .img {
  align-items: center;
  display: flex;
  height: 7rem;
  justify-content: center;
  text-align: center;
  width: 7rem
}

.cases-new1 .content .rightbox .ullist .li .img img {
  display: inline-block;
  max-height: 100%
}

.cases-new1 .content .rightbox .ullist .li .text {
  width: calc(100% - 8.5rem)
}

.cases-new1 .content .rightbox .ullist .li .text .tit3 {
  margin-bottom: .35rem
}

.cases-new1 .content .rightbox .ullist .li .text .tit4 {
  margin-bottom: .5rem
}

.cases-new1 .content .rightbox .ullist .li .text .tit5 {
  color: #666
}

.cases-new1 .content .rightbox .ullist .li .ntext {
  border-right: 1px solid #eaeaea;
  padding-right: 1.5rem;
  width: calc(100% - 125px)
}

.cases-new1 .content .rightbox .ullist .li .text .tiptit {
  margin-top: .7rem
}

.cases-new1 .content .rightbox .ullist .nbox {
  margin-top: .25rem
}

.cases-new1 .content .rightbox .ullist .nbox .i {
  margin-bottom: .25rem;
  margin-right: .5rem;
  padding-left: 16px;
  position: relative
}

.cases-new1 .content .rightbox .ullist .nbox .i:before {
  border: 2px solid #9e9c9e;
  border-radius: 50%;
  content: "";
  height: .2rem;
  left: 0;
  margin-top: .15rem;
  position: absolute;
  top: 0;
  width: .2rem
}

.cases-new1 .content .rightbox .ullist .linkbox {
  padding-left: .4rem;
  padding-top: .85rem;
  width: 125px
}

.cases-new1 .content .rightbox .ullist .linkbox .botton {
  margin: .5rem 0
}

.cases-new1 .content .rightbox .linkbox a {
  display: block;
  text-align: center;
  transition: all .6s;
  width: 100%
}

.cases-new1 .content .rightbox .ullist .li .img img {
  transform: scale(1.01);
  transition: all .6s
}

.cases-new1 .content .rightbox .ullist .li:hover .img img {
  transform: scale(1.1)
}

.cases-new2 .text .cont {
  height: 8rem;
  overflow: auto
}

.cases-new2.cases-detail3 .ulbox .li .text {
  padding-top: 0
}

.cases-new2.cases-detail3 .text .cont .tit-24 {
  margin-bottom: .25rem
}

.cases-new2.cases-detail3 .text .cont .lis {
  margin-bottom: .5rem
}

.cpxq {
  align-items: center;
  color: #1940e9;
  display: flex;
  justify-content: flex-start;
  margin-top: 1rem
}

.cpxq .icon {
  width: .8rem
}

.cpxq .icon,
.cpxq .tit-16 {
  margin-right: .2rem
}

.cases-alert.case {
  background-color: #fff;
  display: block;
  height: auto;
  position: relative
}

.cases-alert.case .zmorebtn {
  display: none
}

.cases-alert.case .contentbox {
  max-height: none
}

.jiaoyu .cases-detail5 .tab-container .swiper-slide.cur .zmorebtn {
  opacity: 0 !important
}

.cases-alert .imgbox-swiper .item {
  border-top: 3px solid #1940e9
}

.cases-alert .imgbox-swiper .item .img {
  margin-bottom: .65rem
}

.jinrong .cases-detail6 .titbox {
  display: flex;
  flex-direction: column;
  justify-content: center
}

.jinrong .cases-detail6 .ulbox {
  margin-top: 0
}

/* 案例卡片内容区 - 固定高度+滚动条 */
.cases-detail6 .ulbox .li .p {
  max-height: 4.8rem;
  overflow-y: auto;
  padding-right: 4px;
}

/* 滚动条样式 */
.cases-detail6 .ulbox .li .p::-webkit-scrollbar {
  width: 3px;
}

.cases-detail6 .ulbox .li .p::-webkit-scrollbar-thumb {
  background: #1940e9;
  border-radius: 3px;
}


.clssd {
  height: 1px;
  position: relative;
  top: -4rem;
  width: 100%
}

.shihua .cases-detail5 .tab-container .swiper-slide.cur .zmorebtn {
  opacity: 0 !important
}

.shihua .cases-detail5 .imgbox {
  text-align: center
}

.shihua .cases-detail5 .imgbox img {
  display: inline-block
}

.shihua .cases-detail5 .tab-container .swiper-slide .item div:first-child {
  padding: .5rem 1rem
}

.shihua .cases-detail5 .tab-container .swiper-slide.cur .item div:first-child {
  background-color: #000fe3;
  -webkit-clip-path: polygon(12% 0, 100% 0, 88% 100%, 0 100%);
  clip-path: polygon(12% 0, 100% 0, 88% 100%, 0 100%);
  color: #fff
}

.dianzhi .cases-detail5 .tab-container .swiper-slide .item div:first-child {
  padding: .5rem 1rem
}

.dianzhi .cases-detail5 .tab-container .swiper-slide.cur .item div:first-child {
  background-color: #000fe3;
  -webkit-clip-path: polygon(12% 0, 100% 0, 88% 100%, 0 100%);
  clip-path: polygon(12% 0, 100% 0, 88% 100%, 0 100%);
  color: #fff
}

.cases-new2.cases-detail3 .text .cont .lis {
  position: relative
}

.cases-new2.cases-detail3 .text .cont .lis.only {
  padding-left: 20px
}

.cases-new2.cases-detail3 .text .cont .tit-24:before {
  background: #000fe3;
  content: "";
  height: 4px;
  left: 0;
  opacity: 1;
  position: absolute;
  top: .45rem;
  transform: skew(-15deg);
  width: 8px
}

.cases-alert .ulbox.one .li {
  width: 100%
}

.cases-alert .ulbox.two .li {
  width: 50%
}

.cases-alert .ulbox.three .li {
  width: 33%
}

.cases-detail5 .tab-container {
  margin-bottom: 0
}

.about-e .left,
.about-f.cil .content .li .t3,
.aboutb-container .swiper-,
.cases-detail3 .ulbox .li .text .tit5,
.cases-detail4 .litop .tit4,
.cases-new1 .content .left .tit-17,
.cases-new1 .content .rightbox .ullist .li .text .tit5,
.ind-c .t1,
.inn-a-a .txt .t1,
.inn-b .content .innb-container .swiper-slide .txt .t,
.inn-b .top .t,
.products-list1 .itembox .tit4,
.search-info .content .right .lis .plist .pli .text .tit5 {
  text-align: justify
}

.jinrong .cases-detail6 .titbox .tit-17 {
  margin-top: .5rem;
  text-align: justify
}

.tsss {
  position: absolute;
  right: 1rem;
  top: 1rem
}

.cases-list1 .imgbox .dian1 {
  left: 4%;
  top: 51%
}

.cases-list1 .imgbox .dian2 {
  left: 13%;
  top: 48%
}

.cases-list1 .imgbox .dian3 {
  left: 27.5%;
  top: 53%
}

.cases-list1 .imgbox .dian4 {
  left: 62.5%;
  top: 51%
}

.cases-list1 .imgbox .dian5 {
  left: 84.5%;
  top: 49%
}

.cases-list1 .imgbox .dian6 {
  left: 82.5%;
  top: 62%
}

.cases-list1 .imgbox .dian7 {
  left: 33.5%;
  top: 83%
}

.cases-list1 .imgbox .dian8 {
  left: 52.5%;
  top: 33%
}

.cases-list1 .imgbox .dian:before {
  animation: scr 1.5s linear infinite
}

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

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

  to {
    opacity: 0;
    transform: scale(1.5)
  }
}

.culture-a {
  background-color: #000;
  padding: 2rem 0
}

.culture-a .t1 {
  margin-top: .75rem
}

.culture-a .list {
  margin-top: 1.975rem
}

.culture-a .txt {
  width: 32%
}

.culture-a .list .li {
  border-bottom: 1px solid hsla(0, 0%, 100%, .1);
  margin-bottom: .75rem;
  padding-bottom: .75rem
}

.culture-a .list .li .tit-17 {
  color: #929292;
  font-weight: 500;
  margin-top: .2rem
}

.culture-a .view2 {
  align-items: flex-end;
  display: flex;
  justify-content: space-between
}

.culture-a .img {
  padding: 2rem;
  width: 60%
}

.culture-a .img img {
  width: 100%
}

.n-detail .list1 .box {
  position: relative
}

.n-detail .list1 .box:hover .ewm {
  opacity: 1;
  visibility: inherit
}

.n-detail .list1 .box .ewm {
  left: 0;
  opacity: 0;
  padding-top: .5rem;
  position: absolute;
  visibility: hidden;
  width: 100%
}

.n-detail .list1 .box .ewm img {
  width: 4rem
}

.mt1 {
  margin-top: .35rem
}

.el-select .el-input__inner {
  border: 0 !important;
  height: 100% !important;
  width: 100%
}

.cooperate-list3 .formbox .input .el-input {
  height: 100%;
  text-indent: 0
}

.alist {
  display: none
}

.alist:first-child {
  display: block
}


/* ===== 导航文字字号（补全 about / products 缺失） ===== */
.tit-14 {
  font-size: .35rem
}

.tit-15,
.tit-16,
.tit-17 {
  font-size: .4rem
}

.tit-18 {
  font-size: .45rem
}

.tit-19 {
  font-size: .475rem
}

.tit-20 {
  font-size: .5rem
}

.tit-24 {
  font-size: .6rem
}

.tit-28 {
  font-size: .7rem
}

.tit-36 {
  font-size: .9rem
}

.tit-42 {
  font-size: 1.05rem
}

.tit-60 {
  font-size: 1.5rem
}

/* ===== 颜色工具 ===== */
.col-fff {
  color: #fff
}

.col-000 {
  color: #000
}

.col-333 {
  color: #333
}

.col-555 {
  color: #555
}

.col-666 {
  color: #666
}

.col-999 {
  color: #999
}

/* ===== 文字工具 ===== */
.text-bold {
  font-weight: 700
}

.lh1 {
  line-height: 1
}

/* ===== 全站导航面板显示控制 ===== */
.header-fixd.on {
  display: block
}

.copy {
  color: #999;
  font-size: .3rem;
  line-height: 1.8
}

.copy a {
  color: #999;
  text-decoration: none
}

footer .left .f-nav .li .tit {
  text-decoration: none
}

footer .left .bot a {
  text-decoration: none
}

/* ===== 定位工具 ===== */
.tran-middle {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%)
}


/* ===== 响应式显示控制 ===== */
.pc {
  display: block
}

.mb {
  display: none !important
}

/* m-hide：与 .mb 相同语义，移动端（≤996px）显示，桌面端隐藏 */
.m-hide {
  display: none !important
}

@media (max-width:996px) {
  .pc {
    display: none !important
  }

  .mb {
    display: block !important
  }

  .m-hide {
    display: block !important
  }

  /* 手机端导航栏隐藏电话号码和导航链接列表，只保留 logo + 汉堡菜单 */
  .pc-header .right .phone {
    display: none !important
  }

  .pc-header .left .navlist {
    display: none !important
  }

  /* 移动端 logo 固定高度，防止变形 */
  header .pc-header .logo {
    height: auto;
    align-items: center
  }

  header .pc-header .logo img {
    height: 30px;
    width: auto;
    max-height: 36px;
    max-width: 160px;
    object-fit: contain
  }

  /* header-fixd 移动端：竖向全屏覆盖，可滚动 */
  .header-fixd {
    padding: 2.35rem 1rem 1rem;
    overflow-y: auto
  }

  /* 移动端菜单：竖向堆叠 */
  .hd-mobile .nav-list {
    display: flex;
    flex-direction: column;
    gap: 0
  }

  .hd-mobile .nav-list .li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    padding: .5rem 0
  }

  .hd-mobile .nav-list .li .tit {
    display: block;
    color: #fff;
    font-weight: 500;
    padding: .2rem 0
  }

  .hd-mobile .nav-list .li .sub-nav {
    display: none;
    margin-top: .3rem;
    padding-left: .4rem
  }

  .hd-mobile .nav-list .li.open .sub-nav {
    display: block
  }

  .hd-mobile .nav-list .li .sub-nav a {
    display: block;
    color: rgba(255, 255, 255, 0.6);
    line-height: 1.8;
    font-size: .4rem;
    text-decoration: none;
    transition: color .2s
  }

  .hd-mobile .nav-list .li .sub-nav a:hover,
  .hd-mobile .nav-list .li .sub-nav a:active {
    color: #fff
  }
}

/* ===== 基础 reset（供 about / products 使用） ===== */
html {
  font-size: 2.084vw !important
}

@media(max-width:996px) {
  html {
    font-size: 50px !important
  }
}

@media(max-width:768px) {
  html {
    font-size: 34px !important
  }
}


/* 页脚子菜单 hover 显示 */
footer .left .f-nav .li:hover .sub-nav {
  display: block !important;
}