@import url(bootstrap.css);
@import url(bootstrap-theme.css);
@import url(swiper-bundle.min.css);
@import url(font.css);
@import url(icon.css);
@import url(default-skin.css);
@import url(photoswipe.css);
@import url(left-lx.css);

:root {
  --textActiveColor: #0a3dd0
}

p {
  margin-bottom: 0
}

td {
  padding: 8px
}

* {
  padding: 0;
  margin: 0;
  list-style-type: none;
  outline: none;
  text-decoration: none
}

.hidden {
  overflow: hidden
}

a {
  color: #1a1a1a;
  transition: color 0.3s
}

a:hover,
a.active {
  color: var(--textActiveColor);
  text-decoration: none
}

.imgs img {
  max-width: 100%
}

.imgfd {
  overflow: hidden
}

.imgfd img {
  transition: all .8s;
  transform: scale(1)
}

.imgfd:hover img {
  transform: scale(1.1)
}

.bg-white {
  background-color: #fff
}

.bg-gray {
  background-color: #f2f2f2
}

.bg-blue {
  background-color: #f36e21 !important
}

.bg-green {
  background-color: #6ec800
}

.bg-black {
  background-color: #141414
}

.bg-f9 {
  background-color: #f9f9f9
}

.font-22 {
  font-size: 22px
}

.font-18 {
  font-size: 18px
}

@media (max-width: 768px) {
  .font-22 {
    font-size: 18px
  }

  .font-18 {
    font-size: 15px
  }
}

.flex {
  display: flex
}

.flex.j-c-c {
  justify-content: center
}

.flex.j-c-s-b {
  justify-content: space-between
}

.flex.j-c-e {
  justify-content: end
}

.flex.f-w-w {
  flex-wrap: wrap
}

.flex.a-i-c {
  align-items: center
}

.flex.a-i-e {
  align-items: end
}

body {
  font-family: "SY-Normal";
  font-size: 15px
}

@media (max-width: 768px) {
  body {
    font-size: 14px
  }
}

.a-line {
  display: inline-block;
  white-space: nowrap;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis
}

.b_title {
  font-size: 39px;
  position: relative;
  padding-bottom: 8px;
  margin-bottom: 8px
}

@media (max-width: 768px) {
  .b_title {
    font-size: 28px
  }
}

.b_title::after {
  padding-bottom: 10px;
  width: 50px;
  border-bottom: 3px solid var(--textActiveColor);
  content: "";
  display: block;
  bottom: 0;
  left: 0
}

.clear::after {
  display: block;
  content: "";
  clear: both
}

.tmp_title {
  font-size: 30px;
  text-align: center;
  font-weight: 600;
  margin: 60px 0
}

@media (max-width: 768px) {
  .tmp_title {
    font-size: 25px;
    margin: 30px 0
  }
}

.top-fixed {
  position: fixed;
  top: 0;
  z-index: 999999;
  width: 100%
}

.p-xl-r {
  padding-right: 50px
}

.p-xl-b {
  padding-bottom: 60px
}

@media (min-width: 768px) {
  .n-html .head {
    background-color: initial;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3)
  }

  .n-html .head .nav a {
    color: #000
  }

  .n-html .head .nav a:hover {
    color: var(--textActiveColor)
  }

  .n-html .head .nav li.active {
    position: relative
  }

  .n-html .head .nav li.active>a {
    color: #000
  }

  .n-html .head .nav li.active .axx {
    position: relative;
  }

  .n-html .head .nav li.mx-l.active .axx::after,
  .n-html .head .nav li.active::after {
    position: absolute;
    content: "";
    width: 60px;
    height: 2px;
    background-color: var(--textActiveColor);
    left: 50%;
    transform: translateX(-50%);
    bottom: 0px;
  }

  .n-html .head .nav li.active .axx::after {
    bottom: -17px !important;
    z-index: 99;
  }

  .n-html .head .nav li.mx-l::after {
    display: none;
  }

  .n-html .head .nav .second a {
    color: #2d2d2d
  }

  .n-html .head .nav .second a:hover {
    color: var(--textActiveColor)
  }

  .n-html .head .nav-cz a {
    color: #000
  }

  .n-html .head.bg-white .nav a {
    color: #2d2d2d
  }
  .n-html .head .nav-list .pc-link .iconfont {
    color: #2d2d2d
  }
  .n-html .head.bg-white .nav li.active>a {
    color: var(--textActiveColor)
  }

  .n-html .head.bg-white .nav li.active::after {
    background-color: var(--textActiveColor)
  }

  .n-html .head.bg-white .nav-cz a {
    color: #2d2d2d
  }

  .n-html .head .navbar-header .navbar-brand .logo {
    display: none;
  }

  .n-html .head .navbar-header .navbar-brand .logoa {
    display: block;
  }

  .n-html .navdown .caret {
    color: #000;
  }
}

.head {
  transition: all .5s
}

@media (max-width: 768px) {
  .head {
    background-color: #fff
  }
}

.head .navbar {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  height: 95px;
  margin-bottom: 0
}

@media (max-width: 768px) {
  .head .navbar {
    height: initial
  }
}

.head .navbar-toggle {
  margin-top: -4px;
  border: 1px solid #000;
  margin-right: 0
}

.head .navbar-header {
  height: 95px
}

.head .navbar-header .navbar-brand {
  height: 100%;
  padding: 0;
  width: 200px
}

.head .navbar-header .navbar-brand .logoa {
  display: none
}

@media (max-width: 768px) {
  .head .navbar-header .navbar-brand .logo {
    display: none
  }

  .head .navbar-header .navbar-brand .logoa {
    display: block
  }
}

.head .navbar-header .navbar-brand img {
  max-height: 100%;
  max-width: 100%
}

.head .icon-bar {
  background-color: #000
}

.head .navbar-nav .nav-item {
  padding-bottom: 18px
}

@media (max-width: 768px) {
  .head .navbar-nav .nav-item {
    padding-bottom: 0px
  }
}

.head .navbar-nav li a {
  font-size: 16px;
  padding: 10px 25px;
  color: #fff;
  text-shadow: initial
}

@media (max-width: 768px) {
  .head .navbar-nav li a {
    color: #000
  }
}

.head .navbar-nav li a:hover,
.head .navbar-nav li a:active,
.head .navbar-nav li a:focus {
  background: none
}

.head .navbar-nav li.open a {
  background-color: initial
}

.head .navbar-nav li>.dropdown-menu {
  border: none;
  background-color: #fff;
  border-radius: 5px;
  padding: 30px;
  left: 50%;
  margin-left: -83px
}

.head .navbar-nav li>.dropdown-menu::before {
  position: absolute;
  content: "";
  border: 8px solid transparent;
  border-top: none;
  border-bottom-color: #fff;
  left: calc(50% - 11px);
  top: -8px;
  display: none;
}

.head .navbar-nav li>.dropdown-menu li {
  transition: all .3s;
  text-align: center
}

@media (max-width: 768px) {
  .head .navbar-nav li>.dropdown-menu li {
    text-align: left
  }
}

.head .navbar-nav li>.dropdown-menu li a {
  font-size: 14px;
  padding: 8px 10px;
  color: #000;
  line-height: initial;
  display: inline-block
}

.head .navbar-nav li>.dropdown-menu li:hover>a,
.head .navbar-nav li>.dropdown-menu li.act>a {
  color: var(--textActiveColor)
}

.head .navbar-nav li>.dropdown-menu .dropdown-menu .nav-link {
  padding: 5px 10px
}

.navdown .caret {
  float: right;
  color: #fff;

}

.bg-qh .navdown .caret {
  color: #000;
}

@media (min-width: 768px) {
  .navdown .caret {
    position: relative;
    right: 25px;
  }
}

@media (max-width: 768px) {
  .head .navbar-nav li a {
    padding: 15px !important;
  }

  .nav-link {
    width: calc(100% - 30px);
    display: inline-block;
  }

  .navdown .xl {
    width: 30px;
    height: 30px;
  }

  .navdown .caret {
    color: #000;
  }
}

.head .navbar-nav li .dropdown-submenu {
  position: relative;
  line-height: initial
}

.head .navbar-nav li .dropdown-submenu:hover .navss a {
  color: #fff
}

.head .navbar-nav li .dropdown-submenu:hover .navss:after {
  border-left-color: #fff
}

.head .navbar-nav li .dropdown-submenu:hover>.dropdown-menu {
  display: block
}

.head .navbar-nav li .dropdown-submenu>.dropdown-menu {
  top: -6px;
  left: 100%
}

.head .navbar-nav li .dropdown-submenu>.navss:hover a {
  color: #fff
}

.head .navbar-nav li .dropdown-submenu>.navss:hover:after {
  border-left-color: #fff
}

.head .navbar-nav.lm li.active,
.head .navbar-nav.lm>li:hover {
  position: relative;
  display: block
}

.head .navbar-nav.lm li.active>a,
.head .navbar-nav.lm>li:hover>a {
  color: var(--textActiveColor)
}

.head .nav-list {
  margin-top: 30px
}

@media (max-width: 768px) {
  .head .nav-list {
    margin-top: 15px
  }
}

.head .nav-list .pc-link {
  position: relative;
  float: right;
  margin: 0;
  margin-bottom: 8px;
  color: #fff;
  margin-left: 15px;
  height: 45px;
}

@media (max-width: 768px) {
  .head .nav-list .pc-link {
    color: #000;
    width: 100%
  }
}

.head .nav-list .pc-link .dropdown {
  margin-right: 15px;
  cursor: pointer
}

.head .nav-list .pc-link .iconfont {
  color: #fff;
  font-size: 16px;
  margin: 0 5px
}

@media (max-width: 768px) {
  .head .nav-list .pc-link .iconfont {
    color: #000
  }
}

.head .nav-list .pc-link .iconfont:hover {
  color: var(--textActiveColor)
}

.head.bg-qh {
  background-color: #fff;
  background: #fff;
  display: block !important
}

.head.bg-qh .navbar-brand .logo {
  display: none
}

.head.bg-qh .navbar-brand .logoa {
  display: block
}

.head.bg-qh .navbar-nav li a {
  color: #000
}

.head.bg-qh .nav-list .pc-link {
  color: #000
}

.head.bg-qh .nav-list .pc-link .iconfont {
  color: #000
}

@media (max-width: 768px) {
  .head .navbar {
    height: initial !important;
    display: block
  }

  .head .navbar .navbar-header {
    height: 40px;
    position: relative;
    top: 15px
  }

  .head .navbar .navbar-header .navbar-brand {
    height: 40px;
    margin-top: 0
  }

  .head .navbar .navbar-header .navbar-brand img {
    position: relative;
    top: -6px
  }

  .head .navbar .navbar-collapse {
    overflow: initial;
    padding-right: 0;
    padding-left: 0
  }

  .head .navbar .navbar-collapse.in {
    overflow: initial;
    padding-right: 0;
    padding-left: 0
  }

  .head .navbar-nav {
    margin-left: -15px;
    margin-top: 15px;
    max-height: 70vh;
    overflow: hidden;
    overflow-y: auto;
  }

  .head .navbar-nav li>.dropdown-menu {
    background: none;
    left: 0;
    margin-left: 0;
    padding: 5px;
    position: initial;
    box-shadow: none;
    width: 100%;
    float: none;
  }

  .head .navbar-nav li>.dropdown-menu li {
    padding-left: 10px
  }

  .head .dropdown-submenu>.dropdown-menu {
    padding-left: 25px
  }

  .head .nav-list {
    width: 100%
  }
}

.sou-con {
  position: fixed;
  top: -200px;
  width: 100%;
  left: 0;
  background-color: #fff;
  z-index: 9999999;
  transition: top .5s
}

.sou-con.show {
  top: 0
}

.sou-con .guanbi {
  float: right
}

.sou-con .guanbi .iconfont {
  color: #ccc;
  font-size: 28px;
  cursor: pointer
}

.sou-con .form-inline .form-control {
  width: 280px
}

@media (max-width: 768px) {
  .sou-con .form-inline .form-control {
    width: 200px
  }
}

.sou-con .container {
  padding-top: 30px;
  padding-bottom: 30px
}

.banner {
  height: 818px;
  width: 100%;
  position: relative
}

@media (max-width: 1000px) {
  .banner {
    margin-top: 60px;
    height: auto
  }

  .banner .swiper-button-next,
  .banner .swiper-button-prev {
    display: none
  }
}

.banner .swp-banner {
  height: 100%;
  width: 100%
}

.banner .swp-banner .swiper-wrapper {
  height: 100%
}

.banner .swp-banner .swiper-wrapper .swiper-slide {
  height: 100%;
  width: 100%;
  position: relative
}

.banner .swp-banner .swiper-wrapper .swiper-slide .info {
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%
}

.banner .swp-banner .swiper-wrapper .swiper-slide .info .container {
  height: 100%;
  display: flex;
  align-items: center;
  color: #fff
}

@media (max-width: 1000px) {
  .banner .swp-banner .swiper-wrapper .swiper-slide .info .container {
    justify-content: center
  }
}

.banner .swp-banner .swiper-wrapper .swiper-slide .info .container .b-title {
  font-weight: 600;
  font-size: 52px
}

@media (max-width: 1000px) {
  .banner .swp-banner .swiper-wrapper .swiper-slide .info .container .b-title {
    font-size: 22px
  }
}

.banner .swp-banner .swiper-wrapper .swiper-slide .info .container .b-desc {
  font-size: 52px;
  margin: 10px 0
}

@media (max-width: 1000px) {
  .banner .swp-banner .swiper-wrapper .swiper-slide .info .container .b-desc {
    font-size: 18px
  }
}

.banner .swp-banner .swiper-wrapper .swiper-slide .info .container .link-ban {
  margin-top: 60px;
  position: relative;
  padding-top: 15px;
  font-size: 18px;
  text-transform: uppercase
}

@media (max-width: 1000px) {
  .banner .swp-banner .swiper-wrapper .swiper-slide .info .container .link-ban {
    font-size: 12px;
    margin-top: 10px
  }
}

.banner .swp-banner .swiper-wrapper .swiper-slide .info .container .link-ban::before {
  position: absolute;
  content: "";
  width: 18px;
  height: 18px;
  background-color: var(--textActiveColor);
  left: 0;
  top: -18px
}

@media (max-width: 1000px) {
  .banner .swp-banner .swiper-wrapper .swiper-slide .info .container .link-ban::before {
    display: none
  }
}

.banner .swp-banner .swiper-wrapper .swiper-slide .imgcon {
  width: 100%;
  height: 100%;
  display: block;
  background-repeat: no-repeat;
  background-position: center
}

.banner .swp-banner .swiper-wrapper .swiper-slide .imgcon img {
  display: none;
  width: 100%
}

@media (max-width: 1000px) {
  .banner .swp-banner .swiper-wrapper .swiper-slide .imgcon img {
    display: block
  }
}

.banner .swp-banner .swiper-wrapper .swiper-slide .video {
  width: 100%;
  height: 100%;
  position: relative
}

.banner .swp-banner .swiper-wrapper .swiper-slide .video .banner-video {
  position: absolute;
  top: 50%;
  height: 100%;
  width: 100%;
  z-index: 1;
  object-fit: cover;
  left: 50%;
  transform: translate(-50%, -50%)
}

@media (max-width: 768px) {
  .banner .swp-banner .swiper-wrapper .swiper-slide .video .banner-video {
    position: initial;
    transform: initial;
    left: initial
  }
}

.banner .swp-banner .s-wp .container {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center
}

@media (max-width: 1000px) {
  .banner .swp-banner .s-wp .container {
    position: absolute;
    bottom: 0;
    width: 100%
  }
}

.banner .swp-banner .s-wp .container .swiper-button-next,
.banner .swp-banner .s-wp .container .swiper-button-prev {
  color: #fff;
  position: relative;
  bottom: 50px
}

.banner .swp-banner .s-wp .container .swiper-button-next::after,
.banner .swp-banner .s-wp .container .swiper-button-prev::after {
  font-size: 14px
}

.banner .swp-banner .s-wp .container .swiper-pagination {
  position: relative;
  width: initial;
  margin: 0 15px;
  bottom: 64px
}

.banner .swp-banner .s-wp .container .swiper-pagination .swiper-pagination-bullet {
  width: initial;
  background: none;
  opacity: 1;
  margin: 0px 6px;
  color: #fff;
  width: 30px;
  height: 4px;
  border-radius: 0;
  background-color: #fff
}

.banner .swp-banner .s-wp .container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--textActiveColor)
}

@media (max-width: 1000px) {
  .banner .swp-banner .s-wp .container .swiper-pagination {
    bottom: 20px
  }

  .banner .swp-banner .s-wp .container .swiper-pagination .swiper-pagination-bullet {
    margin: 0px 10px;
    color: var(--ThemesActive)
  }
}

.banner .swp-banner .sb-hint {
  position: absolute;
  left: 100px;
  bottom: 100px;
  z-index: 999;
  color: #fff;
  opacity: .8
}

.banner .swp-banner .sb-hint div {
  transition: all .5s;
  animation: jump .7s ease-in-out infinite alternate;
  position: relative;
  width: 100%
}

.banner .swp-banner .sb-hint div p {
  font-size: 12px;
  margin-top: 5px
}

.banner .swp-banner .sb-hint div i {
  width: 40px;
  height: 40px;
  background-image: url("../images/sb.png");
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
  display: block;
  margin: 0 auto
}

@keyframes jump {
  from {
    top: 0px
  }

  to {
    top: -10px
  }
}

.index-serve .serve {
  padding-bottom: 100px
}

@media (max-width: 768px) {
  .index-serve .serve {
    padding-bottom: 60px
  }
}

.index-serve .serve .swiper-slide {
  background-color: #000;
  height: 300px;
  transition: all 1s;
  overflow: hidden
}

@media (min-width: 768px) {
  .index-serve .serve .swiper-slide {
    width: calc((100% - 400px) / 3 - 30px)
  }
}

@media (max-width: 768px) {
  .index-serve .serve .swiper-slide:last-child {
    display: none !important
  }
}

.index-serve .serve .swiper-slide.swiper-slide-active {
  width: 400px
}

.index-serve .serve .swiper-slide .serve-info {
  width: 100%;
  position: relative;
  height: 100%;
  cursor: pointer
}

.index-serve .serve .swiper-slide .serve-info .img {
  width: 100%;
  height: 100%;
  overflow: hidden
}

.index-serve .serve .swiper-slide .serve-info .img img {
  height: 100%
}

.index-serve .serve .swiper-slide .serve-info .info {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  transition: all .5s
}

.index-serve .serve .swiper-slide .serve-info .info .info-con {
  position: absolute;
  top: calc(100% - 100px);
  bottom: calc(-60px);
  padding: 15px;
  color: #fff;
  transition: all .5s
}

.index-serve .serve .swiper-slide .serve-info .info .info-con .icon {
  width: 30px;
  height: 30px;
  margin-bottom: 10px;
  opacity: 1;
  transition: all .5s
}

.index-serve .serve .swiper-slide .serve-info .info .info-con .icon img {
  width: 100%
}

.index-serve .serve .swiper-slide .serve-info .info .info-con .title {
  font-size: 27px;
  position: relative;
  padding-bottom: 5px;
  margin-bottom: 10px
}

.index-serve .serve .swiper-slide .serve-info .info .info-con .title::after {
  opacity: 0;
  transition: all .5s;
  position: absolute;
  content: "";
  width: 60px;
  border-bottom: 2px solid #fff;
  left: 0;
  bottom: 0
}

.index-serve .serve .swiper-slide .serve-info .info .info-con .desc {
  font-size: 16px
}

.index-serve .serve .swiper-slide:hover .serve-info .info,
.index-serve .serve .swiper-slide.swiper-slide-active .serve-info .info {
  background: rgba(9, 55, 187, 0.5)
}

.index-serve .serve .swiper-slide:hover .serve-info .info .info-con,
.index-serve .serve .swiper-slide.swiper-slide-active .serve-info .info .info-con {
  top: initial;
  bottom: 0
}

.index-serve .serve .swiper-slide:hover .serve-info .info .info-con .icon,
.index-serve .serve .swiper-slide.swiper-slide-active .serve-info .info .info-con .icon {
  opacity: 0
}

.index-serve .serve .swiper-slide:hover .serve-info .info .info-con .title::after,
.index-serve .serve .swiper-slide.swiper-slide-active .serve-info .info .info-con .title::after {
  opacity: 1
}

.index-serve .serve .on-active .swiper-slide-active .serve-info .info {
  background: rgba(0, 0, 0, 0.5)
}

.index-serve .serve .on-active .swiper-slide-active .serve-info .info .info-con {
  top: calc(100% - 100px);
  bottom: calc(-60px)
}

.index-serve .serve .on-active .swiper-slide-active .serve-info .info .info-con .icon {
  opacity: 1
}

.index-serve .serve .on-active .swiper-slide-active .serve-info .info .info-con .title::after {
  opacity: 0
}

.index-serve .serve .s-wp {
  position: relative;
  top: 40px
}

.index-serve .serve .s-wp .container .row>div:nth-child(1) {
  width: 100px
}

.index-serve .serve .s-wp .container .row>div:nth-child(2) {
  width: calc(100% - 120px);
  position: relative
}

.index-serve .serve .s-wp .container .swiper-button-prev {
  margin-right: 15px
}

.index-serve .serve .s-wp .container .swiper-button-prev,
.index-serve .serve .s-wp .container .swiper-button-next {
  position: initial;
  width: initial;
  border-radius: 50%;
  border: 1px solid #000;
  width: 40px;
  height: 40px
}

.index-serve .serve .s-wp .container .swiper-button-prev::after,
.index-serve .serve .s-wp .container .swiper-button-next::after {
  font-size: 15px;
  color: #000
}

.index-serve .serve .s-wp .container .swiper-pagination-progressbar.swiper-pagination-horizontal {
  height: 2px
}

.index-about {
  background-color: #f5f5f5;
  padding: 50px 0
}

.index-about .b_title {
  margin-bottom: 15px
}

.index-about .abou-tags {
  margin-top: 30px
}

.index-about .abou-tags .tag b {
  font-size: 43px;
  font-weight: 600;
  color: var(--textActiveColor)
}

.index-about .about-video {
  width: 100%;
  overflow: hidden;
  height: 400px
}

.index-about .about-video img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 768px) {
  .index-about .about-video {
    margin-top: 30px;
    height: initial
  }
}

.index-about .ban-link {
  margin-top: 25px
}

.index-about .ban-link a {
  padding: 8px 20px;
  background: var(--textActiveColor);
  color: #fff;
  font-size: 14px
}

.index-xz {
  height: 780px;
  width: 100%;
  background-image: url("../images/xz.jpg");
  background-position: center;
  background-repeat: no-repeat
}

@media (max-width: 768px) {
  .index-xz {
    height: initial;
    background-image: none;
    background-color: var(--textActiveColor)
  }
}

.index-xz .tmp_title {
  color: #fff;
  position: relative;
  padding-bottom: 20px
}

.index-xz .tmp_title::after {
  position: absolute;
  content: "";
  left: 50%;
  bottom: 0px;
  width: 60px;
  border-bottom: 4px solid #fff;
  margin-left: -30px;
  display: inline-block
}

.index-xz .xz-items>div {
  border: 0.2px solid rgba(255, 255, 255, 0.1);
  height: 300px
}

@media (max-width: 768px) {
  .index-xz .xz-items>div {
    height: 200px
  }
}

.index-xz .xz-items>div:nth-child(1),
.index-xz .xz-items>div:nth-child(2),
.index-xz .xz-items>div:nth-child(3) {
  border-top: none;
  border-left: none
}

@media (min-width: 768px) {

  .index-xz .xz-items>div:nth-child(3),
  .index-xz .xz-items>div:nth-child(6) {
    border-right: none
  }
}

.index-xz .xz-items>div:nth-child(4),
.index-xz .xz-items>div:nth-child(5),
.index-xz .xz-items>div:nth-child(6) {
  border-top: none;
  border-left: none
}

.index-xz .xz-items .xz-info {
  color: #fff;
  text-align: center;
  width: 100%;
  padding-top: 13px;
}

@media (min-width: 768px) {
  .index-xz .xz-items .xz-info {
    padding: 0 60px;
    padding-top: 40px;
  }
}

.index-xz .xz-items .xz-info .glyphicon {
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 15px
}

.index-xz .xz-items .xz-info .icon {
  width: 40px;
  height: 60px;
  overflow: hidden;
  margin: 0 auto;
}

.index-xz .xz-items .xz-info .icon img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}

.index-xz .xz-items .xz-info .img {
  width: 60px;
  height: 60px;
  overflow: hidden;
  margin: 0 auto
}

.index-xz .xz-items .xz-info .img img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover
}

.index-xz .xz-items .xz-info .title {
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 10px;

}

@media (max-width: 768px) {
  .index-xz .xz-items .xz-info .title {
    margin-top: 10px;
    font-size: 15px
  }
}

.index-xz .xz-items .xz-info .desc {
  font-size: 15px;

}

@media (max-width: 768px) {
  .index-xz .xz-items .xz-info .desc {
    font-size: 12px
  }
}

.index-solution {
  padding-bottom: 50px
}

@media (max-width: 768px) {
  .index-solution {
    padding-bottom: 30px
  }
}

.index-solution .solu>div {
  height: 230px;
  margin-bottom: 25px
}

.index-solution .solu>div .info {
  position: relative;
  height: 100%;
  cursor: pointer
}

.index-solution .solu>div .info::before {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  content: "";
  left: 0;
  top: 0;
  position: absolute;
  z-index: 2;
  opacity: 1
}

.index-solution .solu>div .info .img {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute
}

.index-solution .solu>div .info .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: all .5s
}

.index-solution .solu>div .info .title {
  font-size: 22px;
  color: #fff;
  position: absolute;
  z-index: 2;
  bottom: 0;
  padding: 15px
}

.index-solution .solu>div .info::after {
  position: absolute;
  height: 200px;
  width: 100%;
  content: "";
  bottom: 0;
  left: 0;
  transition: all .5s;
  background: linear-gradient(0deg, #000 0%, transparent 65.03%)
}

.index-solution .solu>div .info:hover .img img {
  transform: scale(1.05)
}

.index-solution .solu>div .info:hover::before {
  opacity: 0
}

.index-solution .solu>div .info:hover::after {
  background: linear-gradient(0deg, var(--textActiveColor) 0%, transparent 65.03%)
}

.index-solution .solu>div:nth-child(1) {
  height: 485px
}

@media (max-width: 768px) {
  .index-solution .solu>div:nth-child(1) {
    height: 230px
  }
}

.index-solution .solu>div:nth-child(1) .info::before {
  opacity: 0
}

.index-solution .solu>div:nth-child(1) .info::after {
  background: linear-gradient(0deg, var(--textActiveColor) 0%, transparent 65.03%)
}

.index-product {
  background-color: #f5f5f5;
  padding-bottom: 60px
}

.index-product .product-info {
  border-radius: 10px;
  background-color: #fff;
  padding: 20px;
  box-shadow: 0 0 10px #fff;
  margin-bottom: 30px;
  transition: all .5s
}

.index-product .product-info .img {
  width: 100%;
  height: 180px;
  overflow: hidden;
  position: relative;
  top: 0;
  transition: all .5s
}

@media (max-width: 768px) {
  .index-product .product-info .img {
    height: 130px
  }
}

.index-product .product-info .img img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover
}

.index-product .product-info .title {
  margin-top: 15px;
  text-align: center
}

.index-product .product-info .title p {
  font-size: 20px
}

.index-product .product-info .title div {
  margin-top: 10px;
  text-align: center
}

.index-product .product-info:hover {
  box-shadow: 0 0 10px #d6dff7
}

.index-product .product-info:hover .img {
  top: -8px
}

.index-product .link-ban {
  text-align: center;
  margin-top: 30px
}

.index-product .link-ban a {
  padding: 10px 20px;
  background-color: var(--textActiveColor);
  color: #fff;
  position: relative
}

.index-product .link-ban a::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  transition: all .2s
}

.index-product .link-ban a:hover::after {
  opacity: .2
}

.index-estimate {
  width: 100%;
  background-image: url("../images/estimate-bg.jpg");
  background-position: top center;
  background-repeat: no-repeat;
  padding-bottom: 40px
}

.index-estimate .tmp_title {
  color: #fff
}

.index-estimate .estimate {
  position: relative;
  box-shadow: 0 5px 8px #ececec;
  background-color: #fff
}

.index-estimate .estimate .swiper-slide .img {
  width: 100%;
  height: 480px;
  overflow: hidden
}

@media (max-width: 768px) {
  .index-estimate .estimate .swiper-slide .img {
    height: 250px
  }
}

.index-estimate .estimate .swiper-slide .img img {
  width: 100%;
  height: 100%;
  object-fit: cover
}

.index-estimate .estimate .swiper-slide .info {
  padding: 60px 30px
}

@media (max-width: 768px) {
  .index-estimate .estimate .swiper-slide .info {
    padding: 20px 10px;
    padding-bottom: 60px
  }
}

.index-estimate .estimate .swiper-slide .info .title {
  font-size: 22px
}

.index-estimate .estimate .swiper-slide .info .desc {
  color: #606060;
  margin: 15px 0
}

.index-estimate .estimate .swiper-slide .info .link {
  margin-top: 30px
}

.index-estimate .estimate .swiper-slide .info .link a {
  color: var(--textActiveColor);
  text-decoration: underline
}

.index-estimate .estimate .s-wp {
  position: absolute;
  right: 30px;
  bottom: 30px;
  width: 130px
}

.index-estimate .estimate .s-wp .swiper-button-prev,
.index-estimate .estimate .s-wp .swiper-button-next {
  position: relative;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #383838
}

.index-estimate .estimate .s-wp .swiper-button-prev::after,
.index-estimate .estimate .s-wp .swiper-button-next::after {
  font-size: 22px;
  color: #383838
}

.index-news {
  padding-bottom: 60px
}

@media (max-width: 768px) {
  .index-news {
    padding-bottom: 30px
  }
}

.index-news .row>div {
  margin-bottom: 20px
}

.index-news .info .img {
  width: 100%;
  height: 230px;
  overflow: hidden
}

.index-news .info .img img {
  height: 100%;
  width: 100%;
  object-fit: cover
}

.index-news .info .title {
  font-size: 18px;
  font-weight: 600;
  margin-top: 10px
}

.index-news .info .time {
  color: #b7b7b7;
  font-size: 17px;
  margin: 8px 0
}

.index-news .info .desc {
  color: #858585
}

.foot {
  background-color: #282828;
  padding: 60px 0;
  padding-bottom: 30px
}

.foot .f-nav dt {
  color: #979797
}

.foot .f-nav dd {
  margin-top: 10px
}

.foot .f-nav dd a {
  color: #696969
}

.foot .f-nav dd a:hover {
  color: #fff
}

.foot .foot-con {
  text-align: right
}

.foot .foot-con .con-a {
  color: #fff
}

.foot .foot-con .con-a p {
  font-size: 15px
}

.foot .foot-con .con-a b {
  font-size: 30px
}

.foot .foot-con .con-b {
  margin-top: 40px;
  color: #696969
}

.foot .foot-con .f-icon-link a span {
  color: #696969;
  font-size: 20px;
  margin-left: 30px
}

.foot .foot-con .f-icon-link a:hover span {
  color: #fff
}

.foot .foot-con .f-icon-link a.wx-wl .wx-ewm {
  width: 160px;
  height: 160px;
  background-color: #fff;
  border-radius: 8px;
  padding: 8px;
  position: absolute;
  bottom: 66px;
  left: 50%;
  margin-left: -60px;
  z-index: -1;
  opacity: 0;
  transition: bottom .5s
}

.foot .foot-con .f-icon-link a.wx-wl .wx-ewm::after {
  position: absolute;
  content: "";
  bottom: -17px;
  left: 50%;
  margin-left: -7px;
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-top-color: #fff
}

.foot .foot-con .f-icon-link a.wx-wl .wx-ewm img {
  width: 100%
}

.foot .foot-con .f-icon-link a.wx-wl:hover.wx-wl .wx-ewm {
  bottom: 60px;
  opacity: 1;
  z-index: 2
}

.foot .banquan {
  border-top: 1px solid #3b3b3b;
  padding-top: 30px;
  margin-top: 30px;
  font-size: 15px;
  color: #696969;
  text-align: center
}

.foot .banquan a {
  color: #696969
}

.n-ban {
  width: 100%;
  height: 600px;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #bbc8ec
}

@media (max-width: 768px) {
  .n-ban {
    margin-top: 60px;
    height: auto
  }
}

.n-ban .nav-name {
  position: absolute;
  z-index: 3;
  text-align: center;
  font-size: 40px;
  color: #fff;
  text-align: center;
  width: 100%;
  text-transform: uppercase
}

.n-ban .nav-name b {
  font-weight: 500
}

.n-ban .nav-name p {
  font-size: 22px
}

@media (max-width: 768px) {
  .n-ban .nav-name {
    font-size: 20px
  }

  .n-ban .nav-name p {
    font-size: 17px
  }
}

.n-ban img {
  display: none
}

@media (max-width: 768px) {
  .n-ban img {
    width: 100%;
    display: block
  }
}

.about-info {
  margin-top: 30px;
  margin-bottom: 20px
}

.about-info img {
  max-width: 100%
}

.img-item {
  margin: 30px 0
}

.img-item .row>div {
  margin-bottom: 15px
}

.img-item .img {
  width: 100%;
  height: 150px;
  overflow: hidden
}

.img-item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover
}

.img-item .title {
  font-size: 18px;
  font-weight: 600;
  margin-top: 8px
}

.fzlc {
  background-color: #f6f8fb;
  padding: 60px 0
}

@media (max-width: 768px) {
  .fzlc {
    padding: 30px 0
  }
}

.fzlc .title {
  font-size: 30px;
  font-weight: 600;
  margin: 20px 0
}

@media (max-width: 768px) {
  .fzlc .title {
    font-size: 20px;
    margin: 10px 0
  }
}

.fzlc .fzlc-info {
  height: 300px
}

@media (max-width: 768px) {
  .fzlc .fzlc-info {
    height: inherit
  }
}

.fzlc .fzlc-info .fzlc-swip {
  padding: 0 20px
}

.fzlc .fzlc-info .swiper-wrapper {
  height: 300px;
  position: relative
}

@media (max-width: 768px) {
  .fzlc .fzlc-info .swiper-wrapper {
    height: inherit
  }
}

.fzlc .fzlc-info .swiper-wrapper .swiper-slide {
  position: relative;
  height: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: center
}

@media (max-width: 768px) {
  .fzlc .fzlc-info .swiper-wrapper .swiper-slide {
    display: block;
    padding: 10px;
    background-color: #fff;
    border-radius: 10px
  }
}

.fzlc .fzlc-info .swiper-wrapper .swiper-slide::after {
  content: "";
  position: absolute;
  width: 100%;
  right: -100px;
  bottom: 40px;
  border-bottom: 4px solid #ebebeb
}

@media (max-width: 768px) {
  .fzlc .fzlc-info .swiper-wrapper .swiper-slide::after {
    display: none
  }
}

.fzlc .fzlc-info .swiper-wrapper .swiper-slide .date {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: #3c5ebb;
  color: #fff;
  text-align: center;
  line-height: 80px;
  font-weight: 600;
  font-size: 20px;
  position: relative;
  cursor: pointer;
  z-index: 22;
  transition: all .5s
}

@media (max-width: 768px) {
  .fzlc .fzlc-info .swiper-wrapper .swiper-slide .date {
    width: 100%;
    height: initial;
    background-color: #fff !important;
    color: #fff;
    line-height: initial;
    text-align: left;
    border-radius: initial;
    color: #000
  }
}

.fzlc .fzlc-info .swiper-wrapper .swiper-slide .con {
  width: 350px;
  height: 200px;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: -1;
  transition: all .5s;
  border-radius: 8px;
  padding: 20px
}

.fzlc .fzlc-info .swiper-wrapper .swiper-slide .con .c-title {
  position: relative;
  padding-left: 20px;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px
}

.fzlc .fzlc-info .swiper-wrapper .swiper-slide .con .c-title::after {
  border: 1px solid #ccc;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -5px
}

@media (min-width: 768px) {
  .fzlc .fzlc-info .swiper-wrapper .swiper-slide .con .c-c {
    padding-left: 20px
  }
}

@media (max-width: 768px) {
  .fzlc .fzlc-info .swiper-wrapper .swiper-slide .con {
    position: initial;
    opacity: 1;
    width: 100%;
    height: initial;
    padding: 20px 0
  }
}

.fzlc .fzlc-info .swiper-wrapper .swiper-slide:nth-child(1) .date {
  background-color: #0937bb
}

.fzlc .fzlc-info .swiper-wrapper .swiper-slide:nth-child(1) .con {
  opacity: 1;
  z-index: 2
}

.fzlc .fzlc-info .swiper-wrapper .swiper-slide:last-child::after {
  content: "";
  position: absolute;
  width: 100%;
  left: -100px;
  bottom: 40px;
  border-bottom: 4px solid #ebebeb
}

.fzlc .fzlc-info .swiper-button-prev {
  left: 0
}

.fzlc .fzlc-info .swiper-button-next {
  right: 0
}

.fzlc .fzlc-info .swiper-button-prev,
.fzlc .fzlc-info .swiper-button-next {
  background: #f6f8fb;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #383838
}

@media (max-width: 768px) {

  .fzlc .fzlc-info .swiper-button-prev,
  .fzlc .fzlc-info .swiper-button-next {
    display: none
  }
}

@media (min-width: 768px) {

  .fzlc .fzlc-info .swiper-button-prev,
  .fzlc .fzlc-info .swiper-button-next {
    top: initial;
    bottom: 20px
  }
}

.fzlc .fzlc-info .swiper-button-prev::after,
.fzlc .fzlc-info .swiper-button-next::after {
  font-size: 22px;
  color: #383838
}

.yongyv {
  padding: 40px 0
}

.yongyv .title {
  font-size: 30px;
  font-weight: 600;
  margin: 20px 0
}

@media (max-width: 768px) {
  .yongyv .title {
    font-size: 20px;
    margin: 10px 0
  }
}

.yongyv .ys-con {
  margin-top: 60px
}

@media (max-width: 768px) {
  .yongyv .ys-con {
    margin-top: 30px
  }
}

.yongyv .ys-con .ys-info {
  margin-bottom: 30px;
  height: 220px
}

@media (max-width: 768px) {
  .yongyv .ys-con .ys-info {
    height: 240px
  }
}

.yongyv .ys-con .ys-info .icon {
  width: 40px;
  height: 60px;
  overflow: hidden;
  margin: 0 auto
}

.yongyv .ys-con .ys-info .icon img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover
}

.yongyv .ys-con .ys-info .bt {
  font-size: 18px;
  font-weight: 600;
  margin: 10px 0;
  text-align: center
}

.yongyv .ys-con .ys-info .desc {
  text-align: center;
  padding: 8px 20px
}

.p-jjfn {
  padding: 60px 0
}

@media (max-width: 768px) {
  .yongyv .ys-con .ys-info .bt {
    font-size: 15px;
  }

  .p-jjfn {
    padding: 30px 0
  }

  .yongyv .ys-con .ys-info .desc {
    padding: 8px;
    height: 108px;
  }
}

.p-jjfn .e-nav {
  background-image: url("../images/nve8.png");
  background-position: left;
  background-repeat: no-repeat;
  padding-left: 50px;
  text-transform: uppercase;
  font-weight: 600
}

.p-jjfn .title {
  font-size: 20px;
  font-weight: 600;
  margin: 30px 0
}

@media (max-width: 768px) {
  .p-jjfn .title {
    font-size: 20px;
    margin: 10px 0
  }
}

.p-jjfn .lxfs .lxfs-icon {
  width: 60px;
  height: 60px
}

.p-jjfn .lxfs .lxfs-icon img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover
}

.p-jjfn .lxfs .lxfs-tel {
  width: calc(100% - 70px);
  margin-left: 10px
}

.p-jjfn .lxfs .lxfs-tel p {
  margin-bottom: 0;
  font-size: 14px
}

.p-jjfn .lxfs .lxfs-tel b {
  font-size: 25px
}

.p-jjfn .fn-con {
  margin-top: 50px;
  padding-right: 60px;
  line-height: 2
}

.fan-swp {
  height: 380px;
  margin: 60px 0;
  padding: 60px 0
}

@media (max-width: 768px) {
  .fan-swp {
    height: initial;
    margin: 30px 0;
    padding: 30px 0
  }
}

.fan-swp .swiper-slide {
  transform: scale(0.5);
  position: relative;
  width: 50%;
  transition: all .8s
}

.fan-swp .swiper-slide .img {
  width: 100%;
  height: 100%;
  overflow: hidden
}

.fan-swp .swiper-slide .img img {
  height: 100%;
  width: 100%;
  object-fit: cover
}

.fan-swp .swiper-slide .info {
  position: absolute;
  bottom: 0;
  width: 100%;
  opacity: 0;
  z-index: 9;
  font-size: 10px;
  color: #fff;
  padding: 10px;
  text-align: center
}

@media (max-width: 768px) {
  .fan-swp .swiper-slide .info {
    padding: 5px
  }
}

.fan-swp .swiper-slide .info .desc {
  transform: scale(0.8)
}

.fan-swp .swiper-slide-active,
.fan-swp .swiper-slide-duplicate-active {
  transform: scale(1.5)
}

.fan-swp .swiper-slide-active .info,
.fan-swp .swiper-slide-duplicate-active .info {
  opacity: 1
}

.fan-swp .swiper-button-prev,
.fan-swp .swiper-button-next {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 2px solid var(--textActiveColor);
  opacity: .6
}

.fan-swp .swiper-button-prev::after,
.fan-swp .swiper-button-next::after {
  font-size: 22px;
  color: var(--textActiveColor);
  font-weight: 600
}

.fan-swp .swiper-button-prev:hover,
.fan-swp .swiper-button-next:hover {
  opacity: 1
}

.dzlc {
  background-color: #f6f8fb;
  padding: 30px 0;
  padding-bottom: 100px
}

@media (max-width: 768px) {
  .dzlc {
    padding-bottom: 30px
  }
}

.dzlc .title {
  font-size: 30px;
  font-weight: 600;
  margin: 20px 0
}

@media (max-width: 768px) {
  .dzlc .title {
    font-size: 20px;
    margin: 10px 0
  }
}

.dzlc .con {
  width: 100%;
  position: relative;
  top: 40px
}

.dzlc .con .jtimg {
  width: 100%;
  margin: 80px 0
}

.dzlc .con .jtimg img {
  width: 100%
}

.dzlc .con .lc-con .lc {
  position: absolute
}

.dzlc .con .lc-con .lc .bz {
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  width: 100px
}

.dzlc .con .lc-con .lc .titlex {
  width: 100px;
  height: 100px;
  padding: 5px;
  border-radius: 50%;
  background-color: #0937bb;
  color: #fff;
  text-align: center
}

.dzlc .con .lc-con .lc:nth-child(odd) .titlex {
  background-color: #383838
}

.dzlc .con .lc-con .lc .desc {
  font-size: 14px;
  margin-top: 15px
}

.dzlc .con .lc-con .lc.a {
  bottom: -28%
}

.dzlc .con .lc-con .lc.b {
  left: 17%;
  bottom: -2%
}

.dzlc .con .lc-con .lc.c {
  left: 30%;
  bottom: 45%
}

.dzlc .con .lc-con .lc.c .desc {
  margin-left: -120px;
  margin-bottom: 10px;
  text-align: right
}

.dzlc .con .lc-con .lc.d {
  left: 47%;
  top: -27%
}

.dzlc .con .lc-con .lc.d .desc {
  position: relative;
  top: -90px;
  width: 200px;
  left: 120px
}

.dzlc .con .lc-con .lc.e {
  left: 57%;
  bottom: 30%
}

.dzlc .con .lc-con .lc.e .desc {
  position: relative;
  top: -80px;
  width: 200px;
  left: -210px;
  text-align: right
}

.dzlc .con .lc-con .lc.f {
  right: 19%;
  bottom: -12%
}

.dzlc .con .lc-con .lc.f .desc {
  position: relative;
  width: 200px;
  left: -150px;
  text-align: right
}

.dzlc .con .lc-con .lc.g {
  right: 8%;
  bottom: -8%
}

.dzlc .con .lc-con .lc.g .desc {
  position: relative;
  width: 200px;
  left: -30px
}

.dzlc .con .lc-con .lc.h {
  right: -2%;
  bottom: 33%
}

.dzlc .con .lc-con .lc.h .desc {
  position: relative;
  width: 200px;
  left: -12 0px
}

.dzlc .conx {
  width: 100%
}

.dzlc .conx .lc-con {
  border-left: 1px solid #ccc;
  padding-left: 15px;
  margin-top: 10px
}

.dzlc .conx .lc-con .lc {
  margin-bottom: 20px
}

.dzlc .conx .lc-con .lc .bz {
  font-size: 18px;
  font-weight: 600;
  position: relative
}

.dzlc .conx .lc-con .lc .bz::before {
  position: absolute;
  left: -22px;
  top: 50%;
  content: "";
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #fff;
  border: 1px solid #000;
  margin-top: -8px
}

.dzlc .conx .lc-con .lc .titlex {
  font-weight: 600;
  display: block
}

.dzlc .conx .lc-con .lc .desc {
  font-size: 14px
}

.product-list {
  padding: 30px 0
}

.product-list .title {
  font-size: 30px;
  font-weight: 600;
  margin: 20px 0
}

@media (max-width: 768px) {
  .product-list .title {
    font-size: 20px
  }
}

.product-list .porduct-con {
  margin-top: 30px
}

.product-list .porduct-con .porduct-swp {
  height: 440px
}

@media (max-width: 768px) {
  .product-list .porduct-con .porduct-swp {
    height: 350px;
  }
}

.product-list .porduct-con .swiper-wrapper {
  height: 100%
}

.product-list .porduct-con .swiper-wrapper .swiper-slide {
  height: calc((100% - 30px) / 2)
}

.product-list .porduct-con .swiper-wrapper .swiper-slide .img {
  width: 100%;
  height: 200px;
  border: 1px solid #e9e8e8
}

@media (max-width: 768px) {
  .product-list .porduct-con .swiper-wrapper .swiper-slide .img {

    height: 160px;
  }
}

.product-list .porduct-con .swiper-wrapper .swiper-slide .img img {
  max-height: 100%;
  max-width: 100%;
  object-fit: cover
}

.product-list .porduct-con .swiper-wrapper .swiper-slide .title {
  text-align: center;
  font-size: 14px;
  margin-top: 8px
}

.szal {
  padding-bottom: 50px
}

.szal .szal-con .szal-swp .swiper-slide .img {
  width: 100%;
  height: 300px;
  overflow: hidden
}

.szal .szal-con .szal-swp .swiper-slide .img img {
  width: 100%;
  height: 100%;
  object-fit: cover
}

.szal .szal-con .szal-swp .swiper-slide .info {
  background-color: #fff;
  padding: 10px;
  text-align: center
}

.szal .szal-con .szal-swp .swiper-slide .info .title {
  position: relative;
  font-size: 18px;
  font-weight: 600;
  padding-bottom: 20px;
  margin-bottom: 10px;
  color: var(--textActiveColor)
}

.szal .szal-con .szal-swp .swiper-slide .info .title::after {
  position: absolute;
  content: "";
  width: 50px;
  border-bottom: 2px var(--textActiveColor) solid;
  bottom: 0;
  left: 50%;
  margin-left: -25px
}

.khhp {
  background-color: #f6f8fb;
  padding: 30px 0;
  padding-bottom: 80px
}

.khhp .khhp-con .row {
  border: 1px solid #eee;
  border-bottom: none
}

.khhp .khhp-con .row>div {
  background-color: #fff;
  border: 1px solid #eee;
  padding: 30px;
  border-top: none;
  border-right: none
}

.khhp .khhp-con .row>div:nth-child(odd) {
  border-left: none
}

@media (max-width: 768px) {
  .khhp .khhp-con .row>div {
    border-right: none;
    border-left: none
  }
}

.khhp .khhp-con .row>div .img {
  width: 100px;
  height: 100px;
  overflow: hidden;
  border-radius: 50%
}

.khhp .khhp-con .row>div .img img {
  width: 100%;
  height: 100%;
  object-fit: cover
}

.khhp .khhp-con .row>div .khhp-info {
  width: calc(100% - 120px);
  margin-left: 20px
}

.khhp .khhp-con .row>div .khhp-info b {
  font-size: 18px;
  margin-bottom: 10px;
  display: block
}

.ywfw {
  min-height: 600px;
  background-color: transparent;
  background-position: center top;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-color: #fff;
  padding-bottom: 60px
}

@media (max-width: 768px) {
  .ywfw {
    min-height: initial
  }
}

.ywfw .tmp_title {
  margin-top: 0;
  padding-top: 60px
}

.ywfw .ywfw-con {
  width: 100%
}

.ywfw .ywfw-con img {
  width: 100%
}

.news-nav-link {
  margin: 60px 0;
  text-align: center
}

@media (max-width: 768px) {
  .news-nav-link {
    text-align: left
  }
}

.news-nav-link a {
  padding: 10px 30px;
  border-radius: 30px;
  border: 1px solid var(--textActiveColor);
  margin: 0 10px;
  transition: all .5s;
  display: inline-block;
  margin-bottom: 5px
}

@media (max-width: 768px) {
  .news-nav-link a {
    padding: 5px 20px;
    margin: 0 5px
  }
}

.news-nav-link a:hover,
.news-nav-link a.active {
  background-color: var(--textActiveColor);
  color: #fff
}

.nesw-list .news-li {
  margin-bottom: 20px;
  padding-bottom: 30px;
  border-bottom: 1px dotted #ccc
}

.nesw-list .news-li .img {
  width: 100%;
  height: 180px;
  overflow: hidden
}

.nesw-list .news-li .img img {
  width: 100%;
  height: 100%;
  object-fit: cover
}

.nesw-list .news-li .info .title {
  font-size: 18px
}

.nesw-list .news-li .info .xx {
  font-size: 13px;
  color: #979797;
  margin: 10px 0
}

.nesw-list .news-li .info .xx span {
  margin-right: 18px
}

.nesw-list .news-li .info .desc {
  font-size: 14px;
  color: #606060
}

.contact {
  padding: 50px 0
}

@media (max-width: 768px) {
  .contact {
    padding: 10px 0
  }
}

.contact .title {
  font-size: 30px;
  font-weight: 600;
  margin: 20px 0
}

@media (max-width: 768px) {
  .contact .title {
    font-size: 20px
  }
}

.contact .info {
  margin: 20px 0
}

.contact .info img {
  max-width: 100%
}

.contact .map {
  width: 100%;
  height: 370px
}

.contact .map #container {
  width: 100%;
  height: 100%
}

.contact .cont-con {
  padding: 30px 15px;
  padding-bottom: 0
}

.contact .cont-con .con-info {
  margin-bottom: 30px;
  width: calc(100% / 2)
}

.contact .cont-con .con-info dd {
  margin-top: 10px
}

.contact .message {
  margin-top: 30px
}

.contact .message-form .i_button {
  display: inline-block;
  height: 50px;
  line-height: 50px;
  padding: 0 30px;
  border: 1px solid var(--textActiveColor);
  color: #ffffff;
  box-sizing: border-box;
  border-radius: 5px;
  font-size: 16px;
  margin-top: 30px;
  background-color: var(--textActiveColor)
}

.page {
  text-align: center
}

.page li a {
  margin: 0 5px;
  color: #777777
}

.page li a:hover {
  color: #fff
}

.page li a.page-num-current {
  background-color: var(--textActiveColor);
  color: #fff;
  border-color: var(--textActiveColor)
}

.page li a:hover {
  border-color: var(--textActiveColor);
  background-color: var(--textActiveColor)
}

.news_info {
  border-color: #f4f4f4;
  border-width: 15px;
  overflow: hidden;
  width: 100%;
  border-style: solid;
  padding: 20px;
  margin-bottom: 30px
}

.news_info .title {
  font-size: 20px;
  color: var(--textActiveColor);
  font-weight: 600;
  margin: 20px 0;
  text-align: center
}

.news_info .txx {
  text-align: center
}

.news_info .txx span {
  margin-left: 30px;
  font-size: 14px;
  color: #606060
}

.news_info .news-cons img {
  max-width: 100%
}

.news_info .xplink {
  margin-top: 20px
}

.index-yongyv {
  background-image: url("../images/sl.jpg");
  background-position: center;
  background-repeat: no-repeat
}

@media (max-width: 768px) {
  .index-yongyv {
    background-color: var(--textActiveColor);
    background-image: initial
  }

}

.index-yongyv .tmp_title {
  color: #fff
}

.index-yongyv .ys-con .row>div {
  position: relative
}

.index-yongyv .ys-con .row>div::after {
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  height: 100%;
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  width: 100%
}

@media (max-width: 768px) {
  .index-yongyv .ys-con .row>div::after {
    /* border-right: none */
  }

  .index-yongyv .ys-con .ys-info .desc {
    height: 64px;
  }
}

.index-yongyv .ys-con .row>div:nth-child(1)::after,
.index-yongyv .ys-con .row>div:nth-child(2)::after,
.index-yongyv .ys-con .row>div:nth-child(3)::after,
.index-yongyv .ys-con .row>div:nth-child(4)::after,
.index-yongyv .ys-con .row>div:nth-child(5)::after,
.index-yongyv .ys-con .row>div:nth-child(6)::after {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1)
}

@media (max-width: 768px) {

  .index-yongyv .ys-con .row>div:nth-child(1)::after,
  .index-yongyv .ys-con .row>div:nth-child(2)::after,
  .index-yongyv .ys-con .row>div:nth-child(3)::after,
  .index-yongyv .ys-con .row>div:nth-child(4)::after {
    /* border-bottom: none */
  }
}

.index-yongyv .ys-con .row>div:nth-child(4)::after,
.index-yongyv .ys-con .row>div:nth-child(8)::after {
  border-right: none
}

.index-yongyv .ys-con .ys-info {
  padding-top: 21px;
  color: #fff
}

.ab-fzlc {
  background-color: #fafafa;
  padding-bottom: 50px;
}

.ab-fzlc .tmp_title,
.ab-ry .tmp_title,
.ab-hb .tmp_title {
  text-align: left;
}

.ab-fzlc .fzlc-box {
  margin-top: 30px;
}

.ab-fzlc .fzlc-box .fzlc-swp {
  position: relative;

}

.ab-fzlc .fzlc-box .fzlc-swp::before {
  border-bottom: 1px solid #e4e4e4;
  content: "";
  width: 100%;
  top: 51px;
  left: 0;
  position: absolute;
}

.ab-fzlc .fzlc-box .item {
  text-align: center;
}

.ab-fzlc .fzlc-box .item .nf {
  color: #000;
  position: relative;
  font-size: 22px;
  font-weight: 600;
  padding-bottom: 25px;
  margin-bottom: 15px;

}

.ab-fzlc .fzlc-box .item .nf::after {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: var(--textActiveColor);
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}

.ab-fzlc .fzlc-box .item .info {
  padding: 10px;
}

.ab-ry .tmp_title {
  margin-bottom: 30px;
}

.ry-box {
  position: relative;
}

.ry-box p {
  transition: all .4s;
}

.ry-box .swiper-slide {
  width: 23%;
  margin-right: 2%;
  text-align: center;
  overflow: hidden;
}

.ry-box .swiper-slide:last-child {
  margin-right: 0;
}

.ry-box .swiper-slide:hover p {
  color: var(--textActiveColor);
}

.ry-box .swiper-container {
  display: none;
}

.ry-box .swiper-container.active {
  display: block;
}

.ry-box .img100 {
  display: inline-block;
}

.ry-box .img100 img {
  height: 250px;
  width: 100%;
  object-fit: contain;
}

.ry-box .swiper-slide:hover .img100 {
  border-color: var(--textActiveColor);
}

.bantuBtn div {
  width: 36px;
  height: 36px;
  margin-top: -18px;
}

.bantuBtn div {
  cursor: pointer;
  z-index: 9;
  width: 38px;
  height: 38px;
  border: 1px solid #b2b2b2;
  border-radius: 100%;
  transition: all .4s;
  position: absolute;
  top: 50%;
  margin-top: -19px;
}

.bantuBtn1 {
  background: url("../images/btn761.png") no-repeat center;
  background-size: cover;
  left: -49px;
}

.bantuBtn2 {
  background: url("../images/btn762.png") no-repeat center;
  background-size: cover;
  right: -49px;
}

.bantuBtn1:hover {
  background: var(--textActiveColor) url("../images/btn763.png") no-repeat center;
  background-size: cover;
  border-color: var(--textActiveColor);
}

.bantuBtn2:hover {
  background: var(--textActiveColor) url("../images/btn764.png") no-repeat center;
  background-size: cover;
  border-color: var(--textActiveColor);
}

.progress2 {
  height: 1px;
  background: #d9d9d9;
  width: 100%;
  position: relative !important;
  margin-top: 50px;
}

.progress2 .swiper-pagination-progressbar-fill {
  background: var(--textActiveColor) !important;
}

.hb-box {
  position: relative;
  margin-bottom: 60px;
}

.hb-box .tmp_title {
  margin-bottom: 30px;
}

.bantu-warp {
  margin: 13.5px;
  transition: all .4s;
  aspect-ratio: 1/0.4;
  width: 100%;
}

.bantu-warp .img100 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.bantu-warp .img100 img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
}

.bantu-warp:hover {
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.08);
}

.bantu .swiper-container {
  margin: 0 20px;
}

.sus-box {
  background-color: #303030;
  color: #c9c9c9;
  padding: 10px 0;
  position: sticky;
  top: 90px;
  z-index: 99;
}

.sus-box ul {
  margin-bottom: 0;
}

.sus-box a {
  color: #c9c9c9;
  line-height: 1;
  padding: 10px;
  display: inline-block;
  font-size: 14px;
  position: relative;

}

.sus-box a::after {
  position: absolute;
  right: 0;
  border-right: 1px solid #e3e3e3;
}

.titlexs {
  font-size: 33px;
  font-weight: 600;
  padding-left: 20px;
  border-left: 5px solid var(--textActiveColor);

}
@media (max-width: 768px) {
 .titlexs {
      font-size: 23px;
  }
}
.sus-con {
  padding: 60px 0;
}

@media (max-width: 768px) {
  .sus-con {
    padding: 30px 0;
  }
}

.sus-con .desc {
  margin-top: 30px;
  font-size: 16px;
  color: #666;
}

.sus-con .sus-items {
  margin-top: 50px;

}

@media (max-width: 768px) {
  .sus-con .sus-items {
    margin-top: 20px;
  }
}

.sus-con .sus-items .item {
  margin-bottom: 60px;
}

.sus-con .sus-items .item .tit .ico {
  width: 50px;
  height: 50px;
  font-size: 40px;
  color: var(--textActiveColor);
}

.sus-con .sus-items .item .tit .t {
  font-size: 22px;
  margin-left: 10px;
}

@media (max-width: 768px) {

  .sus-con .sus-items .item .tit {
    margin-top: 20px;
  }
}

.sus-con .sus-items .item:nth-child(odd) .row {
  flex-direction: row-reverse;
}


@media (min-width: 980px) {
  .sus-con .row {
    margin-left: -40px;
    margin-right: -40px;
  }

  .sus-con .row [class*="col-lg-"] {
    padding-left: 40px;
    padding-right: 40px;
  }
}

.sus-con .sus-items .item .img {
  width: 100%;
  aspect-ratio: 1/0.65;
  border-radius: 250px;
  overflow: hidden;
}

.sus-con .sus-items .item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sus-con .sus-items .item .info {
  margin-top: 40px;
}

.sus-con .sus-items .item .info .con {
  background: #e4f0f9;
  padding: 10px;
  border-radius: 0 4px 4px 0;
  border-left: 6px solid #009fe9;
  margin-bottom: 10px;
}

.sus-con .sus-items .item .info .con:last-child {
  margin-bottom: 0;
}

.sus-con .sus-items .item .info .con .ts {
  font-size: 18px;
  margin-bottom: 10px;
}

.sus-con .sus-items .item .info .con .des {
  font-size: 16px;
  color: #606060;
}

.hjyx {
  background-color: #f7f7f7;
  padding-bottom: 30px;
}

.hjyx .hjyx-row {
  margin-top: 30px;
}

.hjyx .hjyx-row .row .col-md-6:nth-child(1) {
  float: right;
}

.hjyx .hjyx-row .row .img {
  width: 100%;
  aspect-ratio: 1/0.72;
}

.hjyx .hjyx-row .row .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (min-width: 980px) {
  .hjyx .row {
    margin-left: -40px;
    margin-right: -40px;
  }

  .hjyx .row [class*="col-lg-"] {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media (max-width: 980px) {
.hjyx-box {
    margin-top: 30px;
  }
 
}

.hjyx .hjyx-row .hjyx-box .item {
  margin-bottom: 30px;
}

.hjyx .hjyx-row .hjyx-box .item .ico {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-color: var(--textActiveColor);
}

.hjyx .hjyx-row .hjyx-box .item svg {
  width: 30px;
  height: 30px;
}

.hjyx .hjyx-row .hjyx-box .item .fa {
  font-size: 26px;
  color: #fff;
}

.hjyx .hjyx-row .hjyx-box .item .info {
  width: calc(100% - 100px);
}

.hjyx .hjyx-row .hjyx-box .item svg path {
  fill: #fff;
}

.hjyx .hjyx-row .hjyx-box .item .info .t {
  font-size: 20px;
  margin-bottom: 10px;
}

.hjyx .hjyx-row .hjyx-box .item .info .des {
  color: #666;
}

.soc {
  padding-bottom: 50px;
}

.soc-box {
  margin-top: 10px;
}

.soc-box .item {
  margin-bottom: 30px;
  width: calc(100% / 2 - 50px);
}
@media (max-width: 980px) {
.soc-box .item {
   width: calc(100% );
  }
}

.soc-box .item .ico {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-color: var(--textActiveColor);
}

.soc-box .item svg {
  width: 30px;
  height: 30px;
}

.soc-box .item .fa {
  font-size: 26px;
  color: #fff;
}

.soc-box .item .info {
  width: calc(100% - 100px);
}

.soc-box .item svg path {
  fill: #fff;
}

.soc-box .item .info .t {
  font-size: 20px;
  margin-bottom: 10px;
}

.soc-box .item .info .des {
  color: #666;
}

.fuli {
  margin-top: 30px;
}

@media (min-width: 980px) {
  .fuli .row {
    margin-left: -40px;
    margin-right: -40px;
  }

  .fuli .row [class*="col-lg-"] {
    padding-left: 40px;
    padding-right: 40px;
  }
}

.fuli .row .col-lg-6:nth-child(1) {
  float: right;
}

.fuli .row .img {
  width: 100%;
  aspect-ratio: 1/0.6;
}

.fuli .row .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.fuli .row .tx {
  border-left: 5px solid #009fe9;
  color: #009fe9;
  font-weight: bold;
  font-size: 22px;
  padding-left: 20px;
}

.fuli .row table {
  width: 100%;
  margin-top: 30px;
  border-collapse: collapse;
  /* 合并相邻边框，解决双边框问题 */
  border: 1px solid #ebebeb;
}

.fuli .row table tr:nth-child(odd) {
  background: #f7f7f7;
}

.fuli table td,
table th {
  font-size: 16px;
  padding: 8px 12px;
  border: 1px solid #ebebeb;
  color: #666;
}

@media (min-width: 980px) {
  .navbar .col-lg-12 {
    position: initial !important;
  }

  .mx-l {

    position: initial !important;
  }
}

.nav-item .prod-nav {
  position: absolute;
  width: 100%;
  background-color: #fff;
  padding: 10px;
  left: 0;
  top: 90px;
  max-height: 70vh;
  overflow: hidden;
  overflow-y: auto;
  display: none;
}

.nav-item .prod-nav .p-nav .item {
 
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 5px;
  margin-bottom: 5px;
}

.nav-item .prod-nav .p-nav .item:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.nav-item .prod-nav .p-nav .item a {
  color: #010101;
  padding: 5px;
}

.nav-item .prod-nav .p-nav .item a:hover {
  color: var(--textActiveColor) !important;
}

.nav-item .prod-nav .p-nav .item .ico {
  width: 120px;
  height: 120px;
  overflow: hidden;
}

.nav-item .prod-nav .p-nav .item .ico img {
  max-width: 90%;
  max-height: 90%;
}

.nav-item .prod-nav .p-nav .item .nav-con {
  width: calc(100% - 150px);

}

.nav-item .prod-nav .p-nav .item .nav-con .t {
  font-size: 26px;
  font-weight: 600;
}

.nav-item .prod-nav .p-nav .item .nav-con ul {
  margin-top: 10px;
}

.prod-nav .p-nav .item .nav-con ul li {
  margin-bottom: 10px;
}

.nav-item .prod-nav .p-nav .item .nav-con .lm {
  font-size: 16px;
  min-width: 90px;
}

.nav-item .prod-nav .p-nav .item .nav-con .zlm a {
  color: #6c6c6c;
  padding: 5px 10px;
}

.productnav {
  margin-top: 100px;
  background-color: #f9f9f9;
  padding: 60px 0;

}

.productnav .p-nav-con {
  margin-bottom: 50px;
}
@media (max-width: 980px) {
  .productnav .p-nav-con {
  margin-bottom: 20px;
}
}

.productnav .p-nav-con .nav-name {
  font-size: 22px;
  color: #222;
}

.productnav .p-nav-con .lis {
  margin-top: 20px;
}

.productnav .p-nav-con .lis .item {
  background-color: #fff;
  border-bottom: 3px solid #fff;
  transition: all .5s;
  margin-bottom: 30px;
}

.productnav .p-nav-con .lis .item .img {
  width: 100%;
  aspect-ratio: 1/1;
  overflow: hidden;
}

.productnav .p-nav-con .lis .item .img img {
  max-width: 80%;
  max-height: 80%;
}

.productnav .p-nav-con .lis .item .t {
  padding: 10px;
  text-align: center;
  font-size: 17px;
}

.productnav .p-nav-con .lis .item:hover {
  box-shadow: 0 0 10px 2px #d6d6d6;
  border-bottom: 3px solid var(--textActiveColor);
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  background: #0069bb;
  margin: 0 3px;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #d41e1e;
}

.swiper-button-next {
  right: -80px;
}

/* .swiper-button-next:hover { -webkit-transform: rotate(0); -ms-transform: rotate(0); -o-transform: rotate(0); transform: rotate(0); -webkit-box-shadow: 0 10px 20px -10px #0069bb; box-shadow: 0 10px 20px -10px #0069bb; } */

.swiper-button-prev {
  left: -80px;
}

/* .swiper-button-prev:hover { -webkit-transform: rotate(-180deg); -ms-transform: rotate(-180deg); -o-transform: rotate(-180deg); transform: rotate(-180deg); -webkit-box-shadow: 0 -10px 20px -10px #0069bb; box-shadow: 0 -10px 20px -10px #0069bb; } */
.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 42%;
  width: 54px;
  height: 54px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
  border: solid 1px #70767e;
}

.swiper-button-next::after,
.swiper-button-prev::after {
  font-size: 20px;
  color: #222;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
  border: solid 1px #0069bb !important;
  background-color: #0069bb !important;
}

.swiper-button-next:hover::after,
.swiper-button-prev:hover::after {
  color: #fff;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none;
}

table {
  border-collapse: collapse;
}

.parameter_content table {
  font-size: 14px;
  width: 100%;
}

.parameter_content table th {
  background: #e9e9e9;
  color: #333;
  font-weight: bold;
}

.parameter_content table th,
.parameter_content table td {
  text-align: center;
  border: 1px solid #d7d6d6;
  padding: 15px 2px;
}

.parameter_content table td {
  text-align: center;
}

.parameter_content table tr:nth-child(n+1) {
  background: #f9f9f9;
}

.parameter_shuoming {
  font-size: 14px;
  margin-top: 20px;
  color: #282828;
}

@media (max-width: 768px) {

  .parameter_content table th,
  .parameter_content table td {
    padding: 6px 2px;
  }

  .parameter_content {
    overflow-x: auto;
  }

  .parameter_content table th {
    width: 10%;
  }

  .parameter_content table {
    width: 1150px;
  }

  .parameter_shuoming {
    margin-top: 10px;
  }
}

.auto-img {
  position: relative;
  overflow: hidden;
}

.auto-img:after {
  content: '';
  padding-bottom: 100%;
  display: block;
}

.auto-img>img {
  position: absolute;
  z-index: auto;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.product-container {
  padding-bottom: 80px;
  padding-top: 60px;
}

.product-container .desc {
  text-align: center;
  color: #64656d;
  width: 1100px;
  margin: 0 auto !important;
}

.product-container .desc p {
  line-height: 28px;
}

.product-container .prod-virtue {
  position: relative;
}

.product-container .prod-virtue .line {
  content: '';
  width: 100%;
  height: 1px;
  display: block;
  position: absolute;
  top: 83px;
  background-color: #f0f0f0;
}

.product-container .prod-virtue .line::after,
.product-container .prod-virtue .line::before {
  content: '';
  display: block;
  position: absolute;
  width: 5px;
  height: 5px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: #d41e1e;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.product-container .prod-virtue .line::before {
  left: 0;
}

.product-container .prod-virtue .line::after {
  right: 0;
}

.product-container .prod-virtue ul {
  padding-top: 50px;
  font-size: 0;
  text-align: center;
  display: block;
}

.product-container .prod-virtue ul li {
  width: 20%;
  position: relative;
  padding: 0 10px;
  text-align: center;
  font-size: 14px;
  display: inline-block;
  vertical-align: top;
}

.product-container .prod-virtue ul li.active span::before {
  border: solid 2px #d81919;
}

.product-container .prod-virtue ul li span {
  display: block;
  position: relative;
  margin: 0 auto;
  width: 66px;
  height: 66px;
  background-image: -webkit-gradient(linear, left top, right top, from(#f52d2d), to(#d81919));
  background-image: -o-linear-gradient(left, #f52d2d, #d81919);
  background-image: linear-gradient(to right, #f52d2d, #d81919);
  -webkit-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  font-size: 18px;
  color: #fff;
  line-height: 66px;
  -webkit-box-shadow: 0 5px 10px -5px #f52d2d;
  box-shadow: 0 5px 10px -5px #f52d2d;
  cursor: pointer;
  margin-bottom: 50px;
}

.product-container .prod-virtue ul li span::before {
  content: '';
  display: block;
  width: 100px;
  height: 100px;
  border: solid 2px #ececec;
  position: absolute;
  z-index: auto;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.product-container .prod-virtue ul li p {
  color: #64656d;
}

.product-container .prod-virtue .content {
  padding-top: 100px;
  padding-bottom: 20px;
  text-align: center;
}

.product-container .prod-virtue .content img {
  max-width: 100%;
}

.product-container .product-point-wrap .porduct-point .item {
  background-color: #ffffff;
  border-right: solid 1px #dedede;
  border-top: solid 1px #dedede;
  border-bottom: solid 1px #dedede;
  height: 240px;
  padding: 45px 60px 0 45px;
  position: relative;
}

.product-container .product-point-wrap .porduct-point .item:first-child {
  border-left: solid 1px #dedede;
}

.product-container .product-point-wrap .porduct-point .item.active {
  border-color: transparent;
}

.product-container .product-point-wrap .porduct-point .item.active::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border: solid 3px #f93232;
}

.product-container .product-point-wrap .porduct-point .item span {
  display: block;
  width: 24px;
  height: 24px;
  background-color: #3d3f48;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  color: rgba(255, 255, 255, 0.8);
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  margin-bottom: 15px;
}

.product-container .product-point-wrap .porduct-point .item p {
  color: #3d3f48;
  opacity: 0.8;
}

.product-container .product-point-wrap .porduct-point .item h2 {
  margin-bottom: 10px;
  font-size: 18px;
}

.product-container .product-point-wrap .point-content {
  padding-top: 50px;
}

.product-container .product-point-wrap .point-content .c-1,
.product-container .product-point-wrap .point-content .c-2 {
  background-image: url(../images/line.png);
  background-position: bottom;
  padding: 60px 0px;
}

.product-container .product-point-wrap .point-content .c-1 img,
.product-container .product-point-wrap .point-content .c-2 img {
  max-width: 100%;
}

.product-container .product-point-wrap .point-content .c-1 p,
.product-container .product-point-wrap .point-content .c-2 p {
  margin-bottom: 30px;
  font-size: 18px;
}

.product-container .product-point-wrap .point-content .c-2 img {
  float: right;
}

.product-container .app-field {
  padding-bottom: 120px;
}

.product-container .app-field .item {
  text-align: center;
}

.product-container .app-field .item .img-box {
  position: relative;
}

.product-container .app-field .item .img-box:after {
  content: '';
  display: block;
  width: 1px;
  height: 120px;
  background-color: #d41e1e;
  position: absolute;
  z-index: auto;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 75%;
}

.product-container .app-field .item .img-box .img::after {
  padding-bottom: 100%;
}

.product-container .app-field .item .img-box .txt {
  position: absolute;
  z-index: auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
  width: 100%;
}

.product-container .app-field .item .img-box .txt p {
  font-size: 18px;
  color: #ffffff;
  margin-top: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0 10px;
  opacity: 1;
  font-weight: bold;
}

.product-container .app-field .item p {
  margin-top: 70px;
  color: #3d3f48;
  opacity: 0.8;
  padding: 0 10px;
}

.product-container .app-field .item span {
  color: #3d3f48;
  opacity: 0.8;
}

.product-container .product-box {
  background-image: url(../images/product-item-bg-02.png);
  background-repeat: no-repeat;
  background-position: 0 10%;
  margin-top: 100px;
}

.product-container .product-box h3 {
  font-size: 36px;
  color: #3d3f48;
  text-align: center;
  margin-bottom: 30px;
}

.product-container .product-box .product-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.product-container .product-box .product-wrap .category {
  width: 25%;
  height: 360px;
}

.product-container .product-box .product-wrap .category .category-swiper {
  height: 100%;
}

.product-container .product-box .product-wrap .category .item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 50px 0;
  color: #b8b9be;
}

.product-container .product-box .product-wrap .category .item.swiper-slide-active {
  color: #414350;
  border-top: 1px solid #414350;
  border-bottom: 1px solid #414350;
}

.product-container .product-box .product-wrap .category .item span {
  font-size: 30px;
  display: block;
  margin-right: 30px;
}

.product-container .product-box .product-wrap .category .item p {
  font-size: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.product-container .product-box .product-wrap .category-product {
  width: 75%;
}

.product-container .product-box .product-wrap .category-product .item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.product-container .product-box .product-wrap .category-product .item .item-r {
  width: 60%;
  height: 540px;
  background: url(../images/product-item-bg.png) no-repeat center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding: 50px;
}

.product-container .product-box .product-wrap .category-product .item .item-r img {
  max-width: 100%;
}

.product-container .product-box .product-wrap .category-product .item .item-l {
  width: 36.66667%;
}

.product-container .product-box .product-wrap .category-product .item .item-l h4 {
  font-size: 30px;
  color: #3d3f48;
  margin-bottom: 16px;
}

.product-container .product-box .product-wrap .category-product .item .item-l p {
  font-size: 16px;
  line-height: 24px;
  color: #3d3f48;
  opacity: 0.6;
  margin-bottom: 60px;
}

.product-container .product-box .product-wrap .category-product .item .item-l .desc {
  display: block;
  position: relative;
  overflow: hidden;
  width: 250px;
  height: 50px;
  line-height: 50px;
  padding-right: 50px;
  font-weight: bold;
  color: #3d3f48;
  border: solid 1px #d7dce0;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.product-container .product-box .product-wrap .category-product .item .item-l .desc:hover .arrow {
  background: #0069bb;
  border-left: solid 1px #0069bb;
}

.product-container .product-box .product-wrap .category-product .item .item-l .desc:hover .arrow .hover {
  display: inline;
}

.product-container .product-box .product-wrap .category-product .item .item-l .desc:hover .arrow .normal {
  display: none;
}

.product-container .product-box .product-wrap .category-product .item .item-l .desc:hover .see-more {
  left: 0;
}

.product-container .product-box .product-wrap .category-product .item .item-l .see-more {
  position: absolute;
  left: -100%;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  text-align: left;
  padding: 0 25px;
  width: 100%;
  height: 100%;
  background-color: #f8f8f8;
  transition: all .3s;
}

.product-container .product-box .product-wrap .category-product .item .item-l .arrow {
  display: block;
  width: 50px;
  line-height: 50px;
  position: absolute;
  right: 0;
  top: 0;
  text-align: center;
  border-left: solid 1px #d7dce0;
  background: #fff;
}

.product-container .product-box .product-wrap .category-product .item .item-l .arrow .hover {
  display: none;
}

.product-container .product-box .product-wrap .category-product .item .item-l .selector {
  display: block;
  position: relative;
  width: 250px;
  line-height: 50px;
  font-weight: bold;
  color: #3d3f48;
  text-align: center;
  cursor: pointer;
}

.product-container .product-box .product-wrap .category-product .item .item-l .selector .change {
  border: solid 1px #d7dce0;
  padding-right: 50px;
}

.product-container .product-box .product-wrap .category-product .item .item-l .selector .arrow-drop {
  display: block;
  width: 50px;
  line-height: 50px;
  position: absolute;
  right: 0;
  top: 0;
  text-align: center;
  border-left: solid 1px #d7dce0;
}

.product-container .product-box .product-wrap .category-product .item .item-l .selector .arrow-drop img {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

.product-container .product-box .product-wrap .category-product .item .item-l .selector ul {
  position: absolute;
  width: 100%;
  border: solid 1px #d7dce0;
  border-top: none;
  display: none;
  max-height: 180px;
  overflow-y: auto;
}

.selector ul::-webkit-scrollbar {
  width: 5px;
}

.selector ul::-webkit-scrollbar-thumb {
  width: 100%;
  background-color: #d41e1e;
  border-radius: 5px;
}

.product-container .product-box .product-wrap .category-product .item .item-l .selector ul li .prod {
  display: block;
  line-height: 50px;
  text-align: center;
  color: #3d3f48;
}

.product-container .product-box .product-wrap .category-product .item .item-l .selector ul li .prod:hover {
  background: #f8f8f8;
}

.product-container .prod-desc-photos {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 80px 0;
}

.product-container .prod-desc-photos .photo {
  width: 50%;
}

.product-container .prod-desc-photos .photo .item {
  margin-bottom: 6px;
}

.product-container .prod-desc-photos .photo .item .img::after {
  padding-bottom: 60%;
}

.product-container .prod-desc-photos .photo .prod-photo-thumb {
  padding: 0 26px;
}

.product-container .prod-desc-photos .photo .thumb {
  border: solid 1px #d3d4d6;
  background-color: #fff;
  cursor: pointer;
}

.product-container .prod-desc-photos .photo .thumb.active {
  border: solid 1px var(--textActiveColor);
}

.product-container .prod-desc-photos .photo .thumb .img::after {
  padding-bottom: 48.97959%;
}
.product-container .prod-desc-photos .photo .thumb .img img{
  height: 100%;
  width: 100%;
  object-fit: contain;
}
.product-container .prod-desc-photos .content {
  width: 50%;
  padding: 40px;
}

.product-container .prod-desc-photos .content h1 {
  font-size: 30px;
  color: #3d3f48;
  font-weight: bold;
  margin-bottom: 16px;
}

.product-container .prod-desc-photos .content .specs {
  font-size: 20px;
  color: #3d3f48;
  opacity: 0.9;
  margin-bottom: 30px;
  display: block;
}

.product-container .prod-desc-photos .content .specs::after {
  content: '';
  width: 30px;
  height: 2px;
  background-color: var(--textActiveColor);
  display: block;
  margin-top: 30px;
}

.product-container .prod-desc-photos .content .point .field {
  font-size: 14px;
  color: #3d3f48;
  display: block;
  float: left;
  margin-right: 30px;
  line-height: 24px;
}

.product-container .prod-desc-photos .content .point p {
  overflow: hidden;
  color: #3d3f48;
  line-height: 24px;
  opacity: 0.8;
}

.product-container .prod-desc-photos .content .ask-now {
  display: block;
  width: 200px;
  background-color: var(--textActiveColor);
  line-height: 60px;
  padding-left: 30px;
  padding-right: 14px;
  position: relative;
  color: #ffffff;
  margin-top: 100px;
}

.product-container .prod-desc-photos .content .ask-now .go {
  line-height: 60px;
  font-size: 18px;
  color: #ffffff;
  position: absolute;
  right: 14px;
  top: 0;
}

.product-container .prod-nav {
  border: 1px solid #d7dce0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.product-container .prod-nav .return {
  width: 15%;
  border-right: 1px solid #d7dce0;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #3d3f48;
}

.product-container .prod-nav .return img {
  margin-right: 20px;
}

.product-container .prod-nav .prod-field {
  width: 85%;
  padding-left: 17.08333%;
}

.product-container .prod-nav .prod-field .active a {
  color: #3d3f48;
}

.product-container .prod-nav .prod-field .active a::after,
.product-container .prod-nav .prod-field .active a::before {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background-color: #000;
  position: absolute;
}

.product-container .prod-nav .prod-field .active a::after {
  top: 0px;
}

.product-container .prod-nav .prod-field .active a::before {
  bottom: 0px;
}

.product-container .prod-nav .prod-field a {
  position: relative;
  display: block;
  line-height: 60px;
  font-size: 16px;
  color: #9799a1;
  text-align: center;
}

.product-container .prod-nav .prod-field ul {
  margin-bottom: 0;
}

.product-container .prod-section .field {
  font-size: 30px;
  color: #3d3f48;
  padding-top: 70px;
  padding-bottom: 30px;
  line-height: 1;
}

.product-container .prod-section .content img {
  max-width: 100%;
}

.product-container .prod-section .content .props {
  margin-right: -4px;
  margin-left: -4px;
}

.product-container .prod-section .content .props li {
  width: 25%;
  float: left;
  padding-left: 4px;
  padding-right: 4px;
  height: auto;
}

.product-container .prod-section .content .props .item {
  padding: 30px;
  background-color: #f3f5f7;
  min-height: 266px;
  height: 100%;
}

.product-container .prod-section .content .props .item:hover {
  background-color: #f3f5f7;
  background-image: linear-gradient(-63deg, #0a3dd0 0%, #325ee0 100%);
  -webkit-box-shadow: 0 25px 40px -25px var(--textActiveColor);
  box-shadow: 0 25px 40px -25px var(--textActiveColor);
}

.product-container .prod-section .content .props .item:hover .id {
  color: #ef3023;
}

.product-container .prod-section .content .props .item:hover .id::after {
  background-color: #fff;
}

.product-container .prod-section .content .props .item:hover h5,
.product-container .prod-section .content .props .item:hover p {
  color: #fff;
}

.product-container .prod-section .content .props .item .id {
  display: block;
  text-align: right;
  font-size: 30px;
  line-height: 24px;
  position: relative;
  color: #cfd1d4;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

.product-container .prod-section .content .props .item .id::after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  width: 30px;
  height: 2px;
  background-color: #d41e1e;
}

.product-container .prod-section .content .props .item h5 {
  font-size: 18px;
  color: #3d3f48;
  margin-bottom: 20px;
  font-weight: bold;
}

.product-container .prod-section .content .props .item p {
  line-height: 24px;
  color: #cfd1d4;
}

.product-container .prod-section .content .app-area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: justify;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.product-container .prod-section .content .app-area li {
  border-right: 1px solid #f3f5f7;
  padding: 20px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 20%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 15px;
}

.product-container .prod-section .content .app-area li:nth-child(5n+1) {
  border-left: 1px solid #f3f5f7;
}

.product-container .prod-section .content .app-area li:first-child {
  border-left: 1px solid #f3f5f7;
}

.product-container .prod-section .content .app-area li .img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 92px;
  height: 92px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: solid 1px #e7e8ea;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.product-container .prod-section .content .app-area li p {
  font-size: 18px;
  line-height: 24px;
  color: #3d3f48;
  margin-top: 30px;
}

.product-container .prod-section .content .down {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 70px;
}

.product-container .prod-section .content .download {
  display: block;
  width: 360px;
  line-height: 50px;
  background-color: #f3f5f7;
  border: solid 1px #e7e8ea;
  position: relative;
  padding: 0 30px;
}

.product-container .prod-section .content .download:hover {
  color: #d41e1e;
}

.product-container .prod-section .content .download:hover .icon {
  background-color: #d41e1e;
  border-left: solid 1px #d41e1e;
}

.product-container .prod-section .content .download:hover .icon .normal {
  display: none;
}

.product-container .prod-section .content .download:hover .icon .hover {
  display: inline;
}

.product-container .prod-section .content .download .icon {
  width: 50px;
  line-height: 50px;
  border-left: solid 1px #e7e8ea;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  line-height: 50px;
  text-align: center;
}

.product-container .prod-section .content .download .icon .hover {
  display: none;
}

@media (max-width: 768px) {
  .product-container .product-point-wrap .porduct-point .item {
    padding: 30px 20px 0 20px;
  }

  .product-container .product-box .product-wrap {
    display: block;
  }

  .product-container .product-box .product-wrap .category {
    width: 100%;
    height: auto;
  }

  .product-container .product-box .product-wrap .category .item.swiper-slide-active {
    border: 1px solid #414350;
  }

  .product-container .product-box .product-wrap .category .item {
    padding: 15px;
  }

  .product-container .product-box .product-wrap .category-product {
    width: 100%;
  }

  .product-container .product-box {
    margin-bottom: 60px;
  }

  .product-container .prod-section .content .download {
    width: 250px;
  }
}

@media (max-width: 480px) {
  .product-container .product-point-wrap .porduct-point .item {
    padding: 20px 10px 0 10px;
  }

  .product-container .desc {
    text-align: left;
  }

  .product-container .desc p {
    margin-bottom: 15px;
  }

  .product-container .app-field {
    padding-bottom: 45px;
  }

  .product-container .product-box h3 {
    font-size: 24px;
  }

  .product-container .product-box .product-wrap .category-product .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .product-container .product-box .product-wrap .category-product .item .item-l {
    width: 100%;
  }

  .product-container .product-box .product-wrap .category-product .item .item-r {
    width: 100%;
    height: 265px;
    background-size: contain;
    padding: 0;
    background-position: right;
  }

  .product-container .product-box .product-wrap .category-product {
    margin-top: 30px;
  }

  .product-container .product-box .product-wrap .category-product .item .item-l h4 {
    font-size: 20px;
  }

  .product-container .product-box .product-wrap .category-product .item .item-l p {
    margin-bottom: 30px;
  }

  .product-container .product-box .product-wrap .category .item p {
    font-size: 14px;
  }

  .product-container .product-box .product-wrap .category .item span {
    font-size: 18px;
    margin-right: 15px;
  }

  .product-container .product-box {
    margin-top: 50px;
    margin-bottom: 0;
    background-size: 29%;
    background-position: 11% 19%;
  }

  .product-container .product-box .product-wrap .category-product .item .item-l .selector ul {
    top: 0;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
    background: #fff;
    border-top: solid 1px #d7dce0;
  }

  .product-container .prod-desc-photos {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .product-container .prod-desc-photos .photo {
    width: 100%;
  }

  .product-container .prod-desc-photos .content {
    width: 100%;
    padding: 20px 0;
  }

  .product-container .prod-desc-photos .content h1 {
    font-size: 20px;
  }

  .product-container .prod-desc-photos .content .specs {
    font-size: 16px;
    margin-bottom: 15px;
  }

  .product-container .prod-desc-photos .content .specs::after {
    margin-top: 10px;
  }

  /* .product-container .prod-desc-photos .content .point p br { display: none; } */
  .product-container .prod-desc-photos .content .ask-now {
    margin-top: 50px;
    width: 160px;
    line-height: 46px;
  }

  .product-container .prod-desc-photos .content .ask-now .go {
    line-height: 46px;
  }

  .product-container .prod-nav .return {
    display: none;
  }

  .product-container .prod-nav .prod-field {
    width: 100%;
    padding-left: 0;
  }

  .product-container .prod-desc-photos {
    padding: 30px 0;
  }

  .product-container .prod-nav .prod-field a {
    line-height: 42px;
  }

  .product-container .prod-section .field {
    font-size: 20px;
    padding-top: 30px;
    padding-bottom: 15px;
  }

  .product-container .prod-section .content .props li {
    width: 50%;
    margin-bottom: 10px;
  }

  .product-container .prod-section .content .props .item {
    padding: 15px;
  }

  .product-container .prod-section .content .props .item h5 {
    font-size: 16px;
    margin-bottom: 10px;
  }

  .product-container .prod-section .content .props .item .id {
    font-size: 24px;
  }

  .product-container .prod-section .content .props .item {
    min-height: 230px;
  }

  .product-container .prod-section .content .app-area {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .product-container .prod-section .content .app-area li {
    border: none;
    width: 33.33333%;
    padding: 0;
  }

  .product-container .prod-section .content .app-area li:first-child {
    border: none;
  }

  .product-container .prod-section .content .download {
    width: 100%;
    margin-bottom: 10px;
  }

  .product-container .prod-section .content .down {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .product-container .prod-section .content .down {
    padding-bottom: 45px;
  }
}

.product-container .prod-nav .prod-field ul {
  font-size: 0;
  text-align: right;
  display: block;
}

.product-container .prod-nav .prod-field .prod-nav-item {
  width: 162px;
  display: inline-block;
}
@media (max-width: 768px) {
.product-container .prod-nav .prod-field .prod-nav-item{
  width: 33.33%;
}}

.swiper-button-prev-prod-photo,
.swiper-button-next-prod-photo {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  z-index: 10;
  cursor: pointer;
  width: 20px;
  height: 100%;
  background-color: var(--textActiveColor);
}

.swiper-button-prev-prod-photo::after {
  content: "";
  width: 12px;
  height: 12px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  left: 30%;

}

.swiper-button-next-prod-photo::after {
  content: "";
  width: 12px;
  height: 12px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
  right: 30%;
}

.swiper-button-prev-prod-photo {
  left: 0px;
}

.swiper-button-next-prod-photo {
  right: 0px;
}