@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);

:root {
  --textActiveColor: #1bb26b
}

td {
  padding: 8px
}

* {
  padding: 0;
  margin: 0;
  list-style-type: none;
  outline: none;
  text-decoration: none
}

p {
  margin: 0
}

.hidden {
  overflow: hidden
}

a {
  color: #1a1a1a;
  transition: color 0.3s;
  text-decoration: none !important
}

a:hover,
a.active {
  color: var(--textActiveColor) !important;
  text-decoration: none !important
}

.imgs img {
  max-width: 100%
}

.imgfd {
  overflow: hidden
}

.imgfd img {
  transition: all .8s;
  transform: scale(1)
}

.imgfd:hover img {
  transform: scale(1.05)
}

.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
}

.bg-f5 {
  background-color: #f5f5f5
}

.color-blue {
  color: #ed1c24
}

.color-q-blue {
  color: #c4e7f9
}

.color-white {
  color: #fff
}

.color-green {
  color: #6ec800
}

.color-black {
  color: #333
}

.color-666 {
  color: #666
}

.color-gray {
  color: #9f9f9f
}

.color-d1 {
  color: #d1d1d1
}

.color-70 {
  color: #707070
}

.color-999 {
  color: #999
}

.color-red {
  color: red !important
}

.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;
  color: #424242;
  line-height: 1.8
}

@media (max-width: 768px) {
  body {
    font-size: 14px
  }
}

.a-line {
  display: inline-block;
  white-space: nowrap;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis
}

.clear::after {
  display: block;
  content: "";
  clear: both
}

.top-fixed {
  position: fixed;
  top: 0;
  z-index: 999999;
  width: 100%;
  left: 0
}

@media (max-width: 1000px) {
  .top-fixed {
    position: sticky
  }
}

.p-xl-r {
  padding-right: 50px
}

.p-xl-b {
  padding-bottom: 60px
}

.m {
  margin: 10px
}

.m-auto {
  margin: 0 auto
}

.m-l {
  margin-left: 10px
}

.m-r {
  margin-right: 10px
}

.m-t {
  margin-top: 10px
}

.m-b {
  margin-bottom: 10px
}

.m-tb {
  margin-top: 10px;
  margin-bottom: 10px
}

.m-lg-l {
  margin-left: 20px
}

.m-lg-tb {
  margin-top: 20px;
  margin-bottom: 20px
}

.m-xl-r {
  margin-right: 50px
}

.m-xl-t {
  margin-top: 60px
}

.m-xl-b {
  margin-bottom: 60px
}

.temp-title {
  font-size: 36px;
  text-align: center;
  padding: 80px 0;
  font-weight: 600
}

@media (max-width: 768px) {
  .temp-title {
    padding: 30px 0;
    font-size: 26px
  }
}

.temp-title p {
  font-size: 16px;
  font-weight: 500;
  color: #6c6c6c
}

.b-titlex {
  text-align: center;
  margin: 60px 0
}

@media (max-width: 768px) {
  .b-titlex {
    margin: 30px 0
  }
}

.b-titlex .t-con {
  padding: 20px 15px;
  font-size: 31px;
  color: #242424;
  border-bottom: 1px solid #e5e5e5;
  display: inline-block;
  text-align: center;
  font-weight: 600
}

.c-titlex {
  font-size: 24px;
  font-weight: 600;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 30px
}

@media (max-width: 768px) {
  .c-titlex {
    margin-bottom: 5px
  }
}

.c-titlex::after {
  width: 30px;
  border-bottom: 3px solid var(--textActiveColor);
  content: "";
  position: absolute;
  bottom: 0;
  left: 0
}

.d-titlex {
  font-size: 33px;
  text-align: center;
  font-weight: 600
}

html.cut .head {
  background: var(--textActiveColor);
  display: block !important
}

@media (max-width: 768px) {
  html.cut .head .row {
    background-color: --textActiveColor
  }
}

html.cut .head .navbar-nav li a {
  color: #fff
}

html.cut .head .nav-list .pc-link {
  color: #fff
}

html.cut .head .nav-list .pc-link .iconfont {
  color: #fff
}

html.cut .top-fixed {
  position: fixed
}

.head .navbar {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  height: 100px;
  margin-bottom: 0
}

.head .navbar-toggle {
  margin-top: 0px;
  margin-right: 0;
  padding-right: 0
}

.head .navbar-toggle.onk .icon-bar {
  position: relative;
  top: 6px
}

.head .navbar-toggle.onk .icon-bar:nth-child(1) {
  transform: rotate(45deg)
}

.head .navbar-toggle.onk .icon-bar:nth-child(2) {
  opacity: 0
}

.head .navbar-toggle.onk .icon-bar:nth-child(3) {
  transform: rotate(-45deg);
  top: -6px
}

.head .navbar-header {
  height: 77px
}

.head .navbar-header .navbar-brand {
  height: 100%;
  padding: 0;
  margin-top: 23px
}

.head .navbar-header .navbar-brand img {
  width: 100%
}

.head .icon-bar {
  background-color: #fff
}

.head .navbar-nav .nav-item {
  padding-bottom: 30px
}

@media (max-width: 768px) {
  .head .navbar-nav .nav-item {
    padding-bottom: 0px
  }
}

.head .navbar-nav li a {
  font-size: 17px;
  padding: 10px 20px;
  color: #fff;
  text-shadow: initial
}

.head .navbar-nav li a:hover,
.head .navbar-nav li a:active,
.head .navbar-nav li a:focus {
  background: none;
  color: #fff !important
}

.head .navbar-nav li.open a {
  background-color: initial
}

.head .navbar-nav li>.dropdown-menu {
  border: none;
  background-color: #fff;
  border-radius: 5px;
  padding: 20px;
  left: 50%;
  margin-left: -86px;
  width: 180px
}

.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
}

@media (max-width: 768px) {
  .head .navbar-nav li>.dropdown-menu::before {
    display: none
  }
}

.head .navbar-nav li>.dropdown-menu li {
  transition: all .3s
}

.head .navbar-nav li>.dropdown-menu li a {
  font-size: 14px;
  padding: 8px 10px;
  color: #000;
  line-height: initial;
  text-align: center
}

@media (max-width: 768px) {
  .head .navbar-nav li>.dropdown-menu li a {
    text-align: left
  }
}

.head .navbar-nav li>.dropdown-menu li:hover>a,
.head .navbar-nav li>.dropdown-menu li.act>a {
  color: var(--textActiveColor) !important
}

.head .navbar-nav li>.dropdown-menu .dropdown-menu .nav-link {
  padding: 5px 10px
}

.head .navbar-nav li:nth-child(4)>.dropdown-menu {
  width: 245px;
  margin-left: -118px
}

.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 .nav-list {
  margin-top: 34px
}

@media (max-width: 768px) {
  .head .navbar-nav li:nth-child(4)>.dropdown-menu {
    width: initial;
    margin-left: 0;
  }

  .head .nav-list {
    margin-top: 15px
  }
}

.head .nav-list .pc-link {
  position: relative;
  float: right;
  margin: 8px 0;
  margin-bottom: 8px;
  color: #fff;
  margin-left: 15px
}

@media (max-width: 768px) {
  .head .nav-list .pc-link {
    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
}

.head .nav-list .pc-link .iconfont:hover {
  color: #e86f06
}

.head .nav-list .pc-link a {
  color: #fff
}

.head .nav-list .pc-link a:hover {
  color: #fff
}

.head.bg-qh {
  background-color: #1bb26b;
  background: #1bb26b;
  display: block !important
}

.head.bg-qh .navbar-nav li a {
  color: #fff
}

.head.bg-qh .nav-list .pc-link {
  color: #fff
}

.head.bg-qh .nav-list .pc-link .iconfont {
  color: #fff
}

@media (max-width: 768px) {
  .head .container {
    background-color: var(--textActiveColor)
  }

  .head .navbar {
    height: 60px;
    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;
    width: 72%
  }

  .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-top: 0;
    margin-bottom: 0;
    width: calc(100% + 15px)
  }

  .head .navbar-nav>li:last-child {
    border-bottom: none
  }

  .head .navbar-nav>li>a {
    width: calc(100% - 60px);
    float: left;
    padding: 12px 18px;
    text-align: left !important
  }

  .head .navbar-nav>li>span {
    width: 60px;
    height: 30px;
    float: right;
    display: flex;
    justify-content: end;
    align-items: center;
    justify-content: flex-end
  }

  .head .navbar-nav>li>span img {
    height: 60%;
    float: right
  }

  .head .navbar-nav>li>.dropdown-menu {
    background: none;
    left: 0;
    margin-left: 0;
    padding: 5px;
    width: 100%
  }

  .head .navbar-nav>li>.dropdown-menu li {
    text-align: left;
    padding-left: 20px
  }

  .head .navbar-nav>li>.dropdown-menu li a {
    color: #fff
  }

  .head .navbar-nav>li.open>span img {
    transform: rotate(90deg)
  }

  .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 {
  width: 100%;
  position: relative;
  height: 800px
}

@media (max-width: 1000px) {
  .banner {
    height: 350px
  }

  .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;
  width: 100%;
  height: 100%
}

.banner .swp-banner .swiper-wrapper .swiper-slide .info .container {
  height: 100%;
  color: #fff
}

.banner .swp-banner .swiper-wrapper .swiper-slide .info .container .rows {
  transition: all .65s
}

@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-size: 59px;
  font-weight: 600;
  position: relative;
  padding-bottom: 10px
}

.banner .swp-banner .swiper-wrapper .swiper-slide .info .container .b-title::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 180px;
  border-bottom: 1px solid #fff
}

@media (max-width: 1000px) {
  .banner .swp-banner .swiper-wrapper .swiper-slide .info .container .b-title {
    font-size: 18px
  }
}

.banner .swp-banner .swiper-wrapper .swiper-slide .info .container .b-desc {
  font-size: 33px;
  margin-top: 10px;
  width: 590px;
  font-weight: 600
}

@media (max-width: 1000px) {
  .banner .swp-banner .swiper-wrapper .swiper-slide .info .container .b-desc {
    font-size: 16px;
    width: 90%
  }
}

.banner .swp-banner .swiper-wrapper .swiper-slide .info .container .link-ban {
  margin-top: 60px;
  position: relative;
  padding-top: 15px;
  font-size: 15px;
  text-transform: uppercase
}

@media (max-width: 1000px) {
  .banner .swp-banner .swiper-wrapper .swiper-slide .info .container .link-ban {
    display: none
  }
}

.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
}

.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 {
  width: 100%;
  height: 100%;
  object-fit: cover
}

@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 {
  height: 100%;
  width: 100%;
  z-index: 1
}

@media (max-width: 768px) {
  .banner .swp-banner .swiper-wrapper .swiper-slide .video .banner-video {
    position: initial;
    transform: initial;
    left: initial
  }
}

.banner .swp-banner .swiper-button-next {
  right: 60px
}

.banner .swp-banner .swiper-button-prev {
  left: 60px
}

.banner .swp-banner .swiper-button-next::after,
.banner .swp-banner .swiper-button-prev::after {
  color: #fff;
  font-size: 30px
}

.banner .swp-banner .s-wp {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 99
}

.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-pagination {
  position: relative;
  width: initial;
  margin: 0 15px;
  bottom: 45px
}

.banner .swp-banner .s-wp .container .swiper-pagination .swiper-pagination-bullet {
  width: initial;
  background: none;
  opacity: 1;
  margin: 0px 10px;
  color: #fff;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #969696;
  position: relative
}

.banner .swp-banner .s-wp .container .swiper-pagination .swiper-pagination-bullet::after {
  position: absolute;
  content: "";
  left: -5px;
  top: -5px;
  width: 20px;
  height: 20px;
  border: 1px solid #fff;
  border-radius: 50%;
  opacity: 0
}

.banner .swp-banner .s-wp .container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #fff
}

.banner .swp-banner .s-wp .container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
  opacity: 1
}

@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)
  }
}

.index-about {
  margin: 80px 0
}

@media (max-width: 768px) {
  .index-about {
    margin: 30px 0
  }
}

.index-about .nav-name {
  font-size: 23px;
  color: var(--textActiveColor);
  position: relative;
  display: inline-block;
  padding-right: 80px
}

.index-about .nav-name::after {
  position: absolute;
  right: 10px;
  width: 60px;
  top: 50%;
  margin-top: -1PX;
  content: "";
  border-bottom: 2px solid var(--textActiveColor)
}

.index-about .title {
  font-size: 41px;
  color: #424242;
  margin: 27px 0;
  font-weight: 600
}

@media (max-width: 768px) {
  .index-about .title {
    font-size: 21px;
    margin: 17px 0
  }
}

.index-about.about .title {
  margin: 0;
  margin-bottom: 30px;
  line-height: initial
}

.index-about .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #1bb26b
}

.index-about .desc {
  font-size: 15px;
  color: #676767
}

@media (max-width: 768px) {
  .index-about .desc {
    margin-bottom: 30px
  }
}

.index-about .link {
  margin-top: 40px
}

@media (max-width: 768px) {
  .index-about .link {
    margin-top: 20px;
    margin-bottom: 20px
  }
}

.index-about .link a {
  display: inline-block;
  padding: 5px 20px;
  background-color: var(--textActiveColor);
  color: #fff
}

.index-about .about-video {
  width: 100%;
  height: 400px
}

@media (max-width: 768px) {
  .index-about .about-video {
    height: 280px
  }
}

.index-about .about-video #video {
  width: 100%;
  height: 100%
}

.index-prod {
  padding: 30px 0
}

@media (max-width: 768px) {
  .index-prod {
    padding-top: 0
  }
}

.index-prod .p-con {
  padding: 30px;
  background-color: #fff;
  border-radius: 10px;
  margin-bottom: 30px
}

.index-prod .p-con .img {
  width: 100%;
  height: 280px;
  overflow: hidden;
  margin-bottom: 15px;
  object-fit: cover
}

@media (max-width: 768px) {
  .index-prod .p-con .img {
    width: 80%;
    margin: 0 auto;
    margin-bottom: 15px
  }
}

.index-prod .p-con .img img {
  max-width: 100%;
  max-height: 100%
}

.index-prod .p-con .title {
  font-size: 24px;
  text-align: center;
  color: #000
}

.index-prod .p-con .icon {
  width: 23px;
  height: 23px;
  background-image: url("../images/link-ico.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  margin: 10px auto
}

.index-solution {
  padding-top: 60px
}

@media (max-width: 768px) {
  .index-solution {
    padding-top: 30px
  }
}

.index-solution .title-item .title {
  font-size: 36px;
  font-weight: 600;
  width: 50%
}

@media (max-width: 768px) {
  .index-solution .title-item .title {
    width: 100%;
    text-align: center;
    font-size: 26px
  }
}

.index-solution .title-item .desc {
  color: #828282;
  width: 50%;
  font-size: 16px;
  text-align: right
}

@media (max-width: 768px) {
  .index-solution .title-item .desc {
    width: 100%;
    text-align: center
  }
}

.index-solution .solution-yycj {
  height: 586px;
  position: relative;
  margin-top: 70px
}

@media (max-width: 768px) {
  .index-solution .solution-yycj {
    margin-top: 30px;
    height: 406px
  }
}

.index-solution .solution-yycj .soswp-yycj {
  height: 100%
}

.index-solution .solution-yycj .soswp-yycj .swiper-slide .imgcon img {
  transition: 1s linear 2s;
  transform: scale(1.1, 1.1)
}

.index-solution .solution-yycj .soswp-yycj .swiper-slide-active .imgcon img {
  transition: 6s linear;
  transform: scale(1, 1)
}

.index-solution .solution-yycj .solution_nav {
  position: absolute;
  bottom: 0;
  height: 100%;
  width: 100%;
  overflow: hidden
}

.index-solution .solution-yycj .solution_nav::after {
  height: 130px;
  content: "";
  width: 100%;
  z-index: 9;
  position: absolute;
  bottom: 0
}

.index-solution .solution-yycj .solution_nav .container {
  height: 100%;
  position: relative;
  z-index: 10
}

.index-solution .solution-yycj .solution_nav .container .row {
  height: 100%;
  margin-left: -38px;
  margin-right: -38px
}

@media (max-width: 768px) {
  .index-solution .solution-yycj .solution_nav .container .row {
    margin-left: 0;
    margin-right: 0
  }
}

.index-solution .solution-yycj .solution_nav .container .soswp-nav {
  height: 100%;
  width: calc(100% - 80px);
  margin: 0 auto
}

@media (max-width: 768px) {
  .index-solution .solution-yycj .solution_nav .container .soswp-nav {
    width: 100%
  }
}

.index-solution .solution-yycj .solution_nav .container .soswp-nav .swiper-slide {
  max-width: calc(100% / 3);
  width: initial;
  color: #fff;
  position: relative;
  height: 130px;
  top: calc(100% - 130px);
  transition: all .3s;
  cursor: pointer;
  padding: 40px
}

@media (max-width: 768px) {
  .index-solution .solution-yycj .solution_nav .container .soswp-nav .swiper-slide {
    max-width: initial;
    width: 100%
  }
}

.index-solution .solution-yycj .solution_nav .container .soswp-nav .swiper-slide .pagination_title {
  font-size: 22px;
  font-weight: 600
}

.index-solution .solution-yycj .solution_nav .container .soswp-nav .swiper-slide .solution {
  position: relative;
  padding-left: 70px;
  display: inline-block;
  margin-top: 10px
}

.index-solution .solution-yycj .solution_nav .container .soswp-nav .swiper-slide .solution::after {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  width: 60px;
  border-bottom: 1px solid #fff
}

.index-solution .solution-yycj .solution_nav .container .soswp-nav .swiper-slide .pagination_scene {
  font-size: 16px;
  opacity: 0;
  transition: opacity 1s;
  height: 0
}

.index-solution .solution-yycj .solution_nav .container .soswp-nav .swiper-slide .pagination_scene a {
  color: #fff
}

.index-solution .solution-yycj .solution_nav .container .soswp-nav .swiper-slide .pagination_scene a:hover {
  color: #fff !important
}

.index-solution .solution-yycj .solution_nav .container .soswp-nav .swiper-slide .link {
  position: absolute;
  bottom: 65px;
  opacity: 0;
  transition: opacity 1s;
  height: 0
}

.index-solution .solution-yycj .solution_nav .container .soswp-nav .swiper-slide .link a {
  padding: 8px 30px;
  border: 1px solid #fff;
  display: inline-block;
  font-size: 13px;
  color: #fff
}

.index-solution .solution-yycj .solution_nav .container .soswp-nav .swiper-slide::after {
  position: absolute;
  content: "";
  right: -2px;
  height: 100%;
  top: 0;
  border-right: 1px solid rgba(255, 255, 255, 0.253)
}

.index-solution .solution-yycj .solution_nav .container .soswp-nav .swiper-slide:last-child::after {
  border-right: none
}

.index-solution .solution-yycj .solution_nav .container .soswp-nav .swiper-slide .pop-con .pr-info {
  width: 100%;
  padding: 20px
}

.index-solution .solution-yycj .solution_nav .container .soswp-nav .swiper-slide-thumb-active,
.index-solution .solution-yycj .solution_nav .container .soswp-nav .swiper-slide-active {
  height: 100%;
  background-color: rgba(27, 178, 107, 0.8);
  top: 0;
  align-items: start;
  padding-top: 100px
}

@media (max-width: 768px) {

  .index-solution .solution-yycj .solution_nav .container .soswp-nav .swiper-slide-thumb-active,
  .index-solution .solution-yycj .solution_nav .container .soswp-nav .swiper-slide-active {
    padding-top: 40px
  }
}

.index-solution .solution-yycj .solution_nav .container .soswp-nav .swiper-slide-thumb-active .solution,
.index-solution .solution-yycj .solution_nav .container .soswp-nav .swiper-slide-active .solution {
  padding-left: 0;
  padding-bottom: 20px
}

.index-solution .solution-yycj .solution_nav .container .soswp-nav .swiper-slide-thumb-active .solution::after,
.index-solution .solution-yycj .solution_nav .container .soswp-nav .swiper-slide-active .solution::after {
  top: initial;
  bottom: 0
}

.index-solution .solution-yycj .solution_nav .container .soswp-nav .swiper-slide-thumb-active .pagination_scene,
.index-solution .solution-yycj .solution_nav .container .soswp-nav .swiper-slide-active .pagination_scene {
  opacity: 1;
  height: initial;
  margin-top: 30px
}

.index-solution .solution-yycj .solution_nav .container .soswp-nav .swiper-slide-thumb-active .link,
.index-solution .solution-yycj .solution_nav .container .soswp-nav .swiper-slide-active .link {
  opacity: 1;
  height: initial
}

.index-solution .solution-yycj .solution_nav .container .soswp-nav .swiper-slide-thumb-active::after,
.index-solution .solution-yycj .solution_nav .container .soswp-nav .swiper-slide-active::after {
  border-right: none
}

.index-solution .solution-yycj .solution_nav .s-wp {
  height: 130px;
  position: absolute;
  bottom: 0;
  width: 100%
}

@media (max-width: 768px) {
  .index-solution .solution-yycj .solution_nav .s-wp {
    display: none
  }
}

.index-solution .solution-yycj .solution_nav .s-wp .swiper-button-prev::after,
.index-solution .solution-yycj .solution_nav .s-wp .swiper-button-next::after {
  color: #fff;
  font-size: 28px
}

.index-news .c-titlex {
  margin-top: 80px
}

@media (max-width: 768px) {
  .index-news .c-titlex {
    margin-top: 30px
  }
}

.index-news .c-titlex::after {
  display: none
}

.index-news .news-cont {
  overflow: hidden;
  overflow-x: auto;
  white-space: nowrap;
  position: relative;
  height: 100%;
  width: 100%;
  padding-bottom: 50px;
  margin-bottom: 80px
}

@media (max-width: 768px) {
  .index-news .news-cont {
    padding-bottom: 20px;
    margin-bottom: 30px
  }
}

.index-news .news-cont::-webkit-scrollbar {
  height: 3px;
  cursor: pointer;
  background: #9f9f9f
}

.index-news .news-cont::-webkit-scrollbar-thumb {
  border-radius: 10px;
  box-shadow: inset 0 0 3px var(--textActiveColor);
  background: var(--textActiveColor);
  cursor: pointer
}

.index-news .news-cont::-webkit-scrollbar-track {
  cursor: pointer
}

.index-news .news-cont .news-li {
  width: calc(100% / 3 - 30px);
  display: inline-block;
  margin-right: 60px
}

@media (max-width: 768px) {
  .index-news .news-cont .news-li {
    width: calc(100%)
  }
}

.index-news .news-cont .news-li .img {
  width: 100%;
  height: 240px;
  overflow: hidden
}

.index-news .news-cont .news-li .img img {
  width: 100%;
  height: 100%;
  object-fit: cover
}

.index-news .news-cont .news-li .title {
  font-size: 20px;
  color: #000;
  height: 80px;
  margin: 20px 0;
  transition: all .3s;
  white-space: initial
}

.index-news .news-cont .news-li .time {
  color: #646464
}

.index-news .news-cont .news-li:hover .title {
  color: var(--textActiveColor)
}

.foot {
  background-color: #282828;
  padding-top: 30px
}

@media (min-width: 768px) {
  .foot .col-lg-2 {
    width: 12.3%
  }
}

.foot .foot-logo {
  height: 230px
}

.foot .foot-logo img {
  width: 80%
}

.foot .f-title {
  color: #fff;
  font-size: 20px;
  padding-top: 50px;
  padding-bottom: 5px
}

@media (max-width: 768px) {
  .foot .f-title {
    padding-top: 30px
  }
}

.foot .f-nav {
  margin-top: 20px;
  position: relative
}

.foot .f-nav::after {
  position: absolute;
  content: "";
  right: 20px;
  top: -40px;
  height: calc(100% + 50px)
}

@media (max-width: 768px) {
  .foot .f-nav::after {
    border-right: none
  }
}

.foot .f-nav li {
  margin-bottom: 8px;
  color: #222;
  font-size: 15px
}

.foot .f-nav li span {
  margin-right: 5px
}

.foot .f-nav li a {
  color: #858585;
  font-size: 14px;
  text-transform: uppercase
}

.foot .f-nav li a:hover {
  color: var(--textActiveColor)
}

.foot .f-nav-link {
  position: relative;
  top: 10px;
  justify-content: end;
  justify-content: flex-end;
  width: 100%
}

.foot .f-nav-link li a {
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 30px
}

.foot .f-nav-link li a .iconfont {
  font-size: 22px
}

.foot .f-nav-link li a>img {
  width: 100%;
  opacity: 0.6
}

.foot .f-nav-link li a:hover>img {
  opacity: 1
}

.foot .f-nav-link li .ewm {
  position: relative
}

.foot .f-nav-link li .ewm .ewm-info {
  width: 150px;
  height: 150px;
  border-radius: 5px;
  padding: 8px;
  position: absolute;
  top: 50px;
  opacity: 0;
  transition: all .5s;
  z-index: 22
}

.foot .f-nav-link li .ewm .ewm-info img {
  width: 100%
}

.foot .f-nav-link li .ewm:hover .ewm-info {
  top: 40px;
  opacity: 1
}

.foot .foot-contact {
  margin-top: 15px;
  margin-bottom: 15px;
  text-align: right
}

@media (max-width: 768px) {
  .foot .foot-contact {
    margin-top: 0;
    margin-bottom: 0
  }
}

.foot .foot-contact .tel {
  font-size: 36px;
  color: var(--textActiveColor)
}

.foot .foot-contact .dz {
  color: #858585;
  font-size: 14px
}

.foot .bq {
  margin-top: 100px;
  padding: 25px 0;
  border-top: 1px solid #3e3e3e;
  font-size: 14px;
  color: #858585
}

@media (max-width: 768px) {
  .foot .bq {
    margin-top: 30px;
    text-align: right
  }
}

.foot .bq .row>div:nth-child(1) span {
  position: relative;
  top: 1px;
  display: inline-block;
  height: 12px;
  margin: 0 5px;
  border-left: 1px solid #555555
}

.foot .bq .row>div:nth-child(2) {
  text-align: right
}

.foot .bq a {
  color: #858585
}

.n-ban-info {
  height: 490px;
  background: #dddddd;
  background-position: center;
  background-repeat: no-repeat
}

@media (max-width: 768px) {
  .n-ban-info {
    height: 250px
  }
}

.n-ban-info .container {
  height: 100%
}

@media (max-width: 768px) {
  .n-ban-info .container {
    justify-content: center;
    text-align: center
  }
}

.n-ban-info .b-info {
  text-align: center;
  width: 100%
}

.n-ban-info .b-info h2 {
  font-size: 42px;
  text-align: center;
  margin-top: 0;
  margin-bottom: 8px;
  color: #fff
}

.n-ban-info .b-info .sname {
  font-size: 26px;
  color: #fff
}

.n-ban-info .b-info .navigation {
  font-size: 12px;
  color: #fff
}

.n-ban-info .b-info .navigation a {
  color: #fff
}

.prod-nav-item {
  height: 480px;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat
}

@media (max-width: 768px) {
  .prod-nav-item {
    height: 300px
  }
}

.prod-nav-item .container {
  height: 100%
}

.prod-nav-item .container .row {
  height: 100%
}

.prod-nav-item .container .row>div {
  height: 100%;
  display: flex;
  align-items: center
}

.prod-nav-item .container .row>div .img {
  width: 100%;
  height: 100%;
  overflow: hidden
}

.prod-nav-item .container .row>div .img img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover
}

.prod-nav-item .container .row>div .info {
  padding: 30px 70px
}

@media (max-width: 768px) {
  .prod-nav-item .container .row>div .info {
    padding: 30px
  }
}

.prod-nav-item .container .row>div .info .title {
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 10px
}

.prod-nav-item .container .row>div .info .desc {
  color: #767676
}

.prod-nav-item .container .row>div .info .link {
  margin-top: 30px
}

.prod-nav-item .container .row>div .info .link a {
  padding: 8px 30px;
  border-radius: 30px;
  border: 1px solid #b0b0b0;
  color: #6d6d6d
}

.prod-nav-item:nth-child(even) .container .row>div:nth-child(1) {
  float: right
}

.n-nav-lis {
  height: 70px;
  background-color: #fff;
  width: 100%;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1)
}

@media (max-width: 768px) {
  .n-nav-lis {
    height: 60px
  }
}

.n-nav-lis .container {
  height: 100%
}

.n-nav-lis .n-nav-con {
  overflow: hidden;
  overflow-x: auto;
  white-space: nowrap;
  position: relative;
  height: 100%
}

.n-nav-lis .n-nav-con .n-nav-li {
  height: 100%;
  display: inline-block
}

.n-nav-lis .n-nav-con .n-nav-li.active a {
  color: var(--textActiveColor)
}

.n-nav-lis .n-nav-con .n-nav-li>div {
  height: 100%
}

.n-nav-lis .n-nav-con .n-nav-li a {
  padding: 0 30px;
  font-size: 17px
}

@media (max-width: 768px) {
  .n-nav-lis .n-nav-con .n-nav-li a {
    padding: 0 20px;
    font-size: 15px
  }
}

.n-nav-lis .n-nav-con::-webkit-scrollbar {
  height: 4px;
  cursor: pointer
}

.n-nav-lis .n-nav-con::-webkit-scrollbar-thumb {
  border-radius: 10px;
  box-shadow: inset 0 0 4px #eb7106;
  background: #eb7106;
  cursor: pointer
}

.n-nav-lis .n-nav-con::-webkit-scrollbar-track {
  cursor: pointer
}

.n-nav-lis-b {
  width: 100%
}

.n-nav-lis-b .lis-con {
  padding-left: 20px;
  margin-top: 30px
}

@media (max-width: 768px) {
  .n-nav-lis-b .lis-con {
    margin-top: 20px;
    overflow: hidden;
    overflow-x: auto;
    white-space: nowrap;
    padding-bottom: 10px
  }
}

.n-nav-lis-b .lis-con div {
  display: inline-block
}

.n-nav-lis-b .lis-con div a {
  padding: 5px 10px;
  display: inline-block;
  border-radius: 5px
}

.n-nav-lis-b .lis-con div a.active {
  color: #fff !important;
  background-color: var(--textActiveColor)
}

.prodlist {
  margin: 70px 0px 40px 0px
}

@media (max-width: 768px) {
  .prodlist {
    margin: 30px 0
  }
}

.prodlist>div {
  height: auto
}

.prodlist .prod-item {
  box-shadow: 0px 1px 18px #efefef;
  margin-bottom: 50px;
  padding: 20px
}

.prodlist .prod-item .info {
  width: calc(100% - 200px)
}

@media (max-width: 768px) {
  .prodlist .prod-item .info {
    width: 100%
  }
}

.prodlist .prod-item .info .title {
  font-size: 25px;
  color: var(--textActiveColor);
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 30px;
  border-bottom: 1px solid #ececec;
  font-weight: 600
}

@media (max-width: 768px) {
  .prodlist .prod-item .info .title {
    font-size: 20px
  }
}

.prodlist .prod-item .info .title::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 60px;
  border: 1px solid #1bb26b
}

.prodlist .prod-item .info .desc {
  font-size: 15px;
  color: #767676
}

.prodlist .prod-item .info .link {
  margin-top: 40px
}

@media (max-width: 768px) {
  .prodlist .prod-item .info .link {
    margin-top: 20px
  }
}

.prodlist .prod-item .info .link a {
  color: #767676
}

.prodlist .prod-item .img {
  width: 160px;
  height: 202px;
  overflow: hidden
}

.prodlist .prod-item .img a {
  height: 100%
}

@media (max-width: 768px) {
  .prodlist .prod-item .img {
    width: 100%;
    margin-top: 30px
  }
}

.prodlist .prod-item .img img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover
}

.prod-sou {
  margin: 0 auto;
  float: initial
}

.prod-sou .form {
  margin-top: 80px
}

@media (max-width: 768px) {
  .prod-sou .form {
    margin-top: 40px
  }
}

.prod-sou .form .input {
  border: 1px solid #eaeaea
}

.prod-sou .form .input input,
.prod-sou .form .input .inputsp {
  padding: 10px 20px;
  width: calc(100% - 60px);
  border: none;
  font-size: 14px;
  display: inline-block;

}

.prod-sou .form .input .inputsp {
  color: #ccc;
}

.prod-sou .form .input button {
  border: none;
  background: none;
  width: 50px;
  text-align: center;
  color: #bebebe
}

.gjsouDiv {
  width: 0;
  height: 0;
  overflow: hidden
}

.prsou-con {
  padding: 50px
}

.prsou-con .title {
  font-size: 27px;
  text-align: center
}

.prsou-con .form {
  margin-top: 20px
}

.prsou-con .rmtj {
  margin-top: 40px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e0e0e0
}

.prsou-con .rmtj .ti {
  font-size: 20px;
  color: var(--textActiveColor);
  margin-bottom: 15px
}

.prsou-con .rmtj .tjlis a {
  color: #5e5e5e;
  margin-right: 20px;
  margin-bottom: 16px
}

.prsou-con .zmsou {
  margin-top: 40px;
  padding-bottom: 30px
}

.prsou-con .zmsou .ti {
  font-size: 20px;
  color: var(--textActiveColor);
  margin-bottom: 15px
}

.prsou-con .zmsou .zmlis a {
  margin-right: 10px;
  margin-bottom: 10px;
  border: 1px solid #dcdcdc;
  padding: 3px 10px;
  display: inline-block
}

.prsou-con .zmsou .zmlis a.active {
  border-color: var(--textActiveColor);
  background-color: var(--textActiveColor);
  color: #fff !important
}

.prsou-con .zmsou .zmsjg {
  margin-top: 10px
}

.prsou-con .zmsou .zmsjg a {
  color: #5e5e5e;
  margin-right: 20px;
  margin-bottom: 16px
}

.product-content {
  margin: 30px 0;
  border-bottom: 1px solid #7f7f7f;
  padding-bottom: 30px
}

.product-content .prod-swp {
  width: 480px;
  height: 380px;
  margin-top: 60px
}

@media (max-width: 768px) {
  .product-content .prod-swp {
    margin-top: 20px
  }
}

.product-content .prod-swp .pc-slide {
  width: calc(100% - 100px);
  height: 100%
}

@media (max-width: 768px) {
  .product-content .prod-swp .pc-slide {
    width: calc(100% - 50px)
  }
}

.product-content .prod-swp .pc-slide .view {
  height: 100%;
  position: relative
}

.product-content .prod-swp .pc-slide .view .swiper-container {
  width: 100%;
  height: 100%
}

.product-content .prod-swp .pc-slide .view .swiper-slide {
  width: calc(100% - 20px);
  height: 100%;
  padding: 10px;
  position: relative
}

.product-content .prod-swp .pc-slide .view .swiper-slide .img {
  width: calc(100%);
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center
}

.product-content .prod-swp .pc-slide .view .swiper-slide .img img {
  width: 100%;
  height: 100%
}

.product-content .prod-swp .pc-slide .view .swiper-slide .mask {
  width: 100px;
  height: 100px;
  background-color: rgba(214, 111, 193, 0.3);
  position: absolute;
  display: none
}

.product-content .prod-swp .pc-slide .view .big {
  width: 350px;
  height: 350px;
  background-color: #fff;
  float: left;
  overflow: hidden;
  display: none;
  position: absolute;
  right: -350px;
  top: 0;
  z-index: 999
}

.product-content .prod-swp .preview {
  position: relative;
  width: 100px;
  height: 100%
}

@media (max-width: 768px) {
  .product-content .prod-swp .preview {
    width: 50px
  }
}

.product-content .prod-swp .preview .arrow-up,
.product-content .prod-swp .preview .arrow-down {
  position: absolute;
  z-index: 100;
  width: calc(100% - 10px);
  height: 20px;
  text-align: center;
  line-height: 20px;
  display: block;
  font-size: 22px;
  outline: none
}

.product-content .prod-swp .preview .arrow-down {
  bottom: 0
}

.product-content .prod-swp .preview .swiper-container {
  width: calc(100%);
  height: 100%
}

.product-content .prod-swp .preview .swiper-slide {
  width: 87px;
  height: 82px;
  border: 1px solid #efefef;
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto 95%;
  background-color: #fff;
  cursor: pointer;
  display: block;
  opacity: .5
}

@media (max-width: 768px) {
  .product-content .prod-swp .preview .swiper-slide {
    width: 50px;
    height: 50px
  }
}

.product-content .prod-swp .preview img {
  padding: 1px
}

.product-content .prod-swp .preview .active-nav {
  opacity: 1;
  border: 1px solid var(--textActiveColor)
}

.product-content .p-title {
  font-size: 30px;
  font-weight: 600;
  color: #000;
  margin-bottom: 10px
}

@media (max-width: 768px) {
  .product-content .p-title {
    margin-top: 20px
  }
}

.product-content .desc {
  font-size: 16px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #e0e0e0;
  color: #616161
}

.product-content .desc img {
  max-width: 100%
}

.product-content .xgrz .ti {
  font-size: 16px;
  color: var(--textActiveColor);
  margin-bottom: 20px
}

.product-content .xgrz .desc {
  border: none
}

.product-content .link a {
  display: inline-block;
  padding: 10px 80px;
  border-radius: 5px;
  border: 1px solid var(--textActiveColor);
  color: var(--textActiveColor);
  margin-right: 20px;
  transition: all .5s
}

@media (max-width: 768px) {
  .product-content .link a {
    padding: 10px 30px
  }
}

.product-content .link a:hover {
  background-color: var(--textActiveColor);
  color: #fff !important
}

.product-content .lxfs {
  font-size: 12px;
  margin-bottom: 20px
}

.product-content .lxfs span {
  color: #8a8a8a
}

.product-content .link-ico {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  margin-right: 8px
}

.product-content .link-ico span {
  color: #fff;
  font-size: 18px
}

.product-content .pr-m-img-lis {
  margin-top: 20px;
  height: 100px
}

@media (max-width: 768px) {
  .product-content .pr-m-img-lis {
    height: initial
  }
}

.product-content .pr-m-img-lis .swiper-slide .img_box a {
  width: 100%;
  height: 60px;
  overflow: hidden
}

.product-content .pr-m-img-lis .swiper-slide .img_box img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover
}

.product-content .pr-m-img-lis .ac {
  border: 1px solid var(--textActiveColor)
}

.product-content .pr-m-img-lis .swiper-button-next,
.product-content .pr-m-img-lis .swiper-button-prev {
  color: #22191a
}

.product-content .pr-m-img-lis .swiper-button-next::after,
.product-content .pr-m-img-lis .swiper-button-prev::after {
  font-size: 20px;
  font-weight: 600
}

.prod_list_item .prod_list_con {
  border-bottom: 1px solid #7f7f7f;
  margin-bottom: 30px;
  padding-bottom: 30px
}

@media (max-width: 768px) {
  .prod_list_item .prod_list_con {
    margin-bottom: 15px;
    margin-bottom: 15px
  }
}

.prod_list_item .prod_list_con .prod_title {
  font-size: 22px;
  color: #818181;
  cursor: pointer
}

.prod_list_item .prod_list_con .prod_title:hover,
.prod_list_item .prod_list_con .prod_title.active {
  color: var(--textActiveColor)
}

.prod_list_item .prod_list_con .prod_title .glyphicon {
  transition: all .3s;
  margin-right: 10px;
  transform: rotate(45deg)
}

.prod_list_item .prod_list_con .prod_title.active .glyphicon {
  transform: rotate(0deg)
}

.prod_list_item .prod_list_con .prod_info {
  padding: 30px 0;
  display: none
}

.prod_list_item .prod_list_con .prod_info img {
  max-width: 100%
}

.prod-solu {
  background-color: #f4fbf8;
  padding: 60px 0;
  margin-top: 30px
}

@media (max-width: 768px) {
  .prod-solu {
    padding: 30px 0;
    padding-bottom: 0
  }
}

.prod-solu .prod-solu-cj {
  height: 450px
}

@media (max-width: 768px) {
  .prod-solu .prod-solu-cj {
    height: 450px
  }
}

.prod-solu .prod-solu-cj .swiper-wrapper {
  margin-top: 30px;
  height: 100%
}

@media (max-width: 768px) {
  .prod-solu .prod-solu-cj .swiper-wrapper {
    margin-top: 20px
  }
}

.prod-solu .prod-solu-cj .swiper-wrapper .swiper-slide {
  height: 280px
}

@media (max-width: 768px) {
  .prod-solu .prod-solu-cj .swiper-wrapper .swiper-slide {
    height: 280px
  }
}

.prod-solu .prod-solu-cj .swiper-wrapper .swiper-slide .cj-con {
  position: relative;
  height: 100%
}

.prod-solu .prod-solu-cj .swiper-wrapper .swiper-slide .cj-con .img {
  height: 280px;
  width: 100%;
  overflow: hidden
}

@media (max-width: 768px) {
  .prod-solu .prod-solu-cj .swiper-wrapper .swiper-slide .cj-con .img {
    height: 280px
  }
}

.prod-solu .prod-solu-cj .swiper-wrapper .swiper-slide .cj-con .img img {
  height: 100%;
  max-width: 100%;
  object-fit: cover
}

.prod-solu .prod-solu-cj .swiper-wrapper .swiper-slide .cj-con .title {
  width: 100%;
  position: absolute;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.486);
  color: #fff;
  height: 50px;
  padding: 10px 20px;
  z-index: 9;
  font-size: 20px;
  text-align: center
}

.prod-solu .prod-solu-cj .s-wp .swiper-pagination {
  bottom: 5px
}

.prod-solu .prod-solu-cj .s-wp .swiper-pagination .swiper-pagination-bullet {
  width: 20px;
  border-radius: 50%;
  height: 20px;
  border: 1px solid #fff;
  background-color: initial;
  position: relative
}

.prod-solu .prod-solu-cj .s-wp .swiper-pagination .swiper-pagination-bullet::after {
  content: "";
  position: absolute;
  left: 4px;
  top: 4px;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background-color: #000
}

.prod-solu .prod-solu-cj .s-wp .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  border-color: var(--textActiveColor)
}

.prod-solu .prod-solu-cj .s-wp .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
  background: var(--textActiveColor)
}

.case {
  padding: 60px 0
}

@media (max-width: 768px) {
  .case {
    padding: 30px 0
  }
}

.case .swp-case .s-qh {
  position: relative;
  width: 120px
}

.case .swp-case .s-qh .swiper-button-prev {
  border-radius: 20px 0 0 20px
}

.case .swp-case .s-qh .swiper-button-next {
  border-radius: 0 20px 20px 0
}

.case .swp-case .s-qh .swiper-button-prev,
.case .swp-case .s-qh .swiper-button-next {
  width: 45px;
  height: 25px;
  background-color: #e2e2e2
}

.case .swp-case .s-qh .swiper-button-prev::after,
.case .swp-case .s-qh .swiper-button-next::after {
  font-size: 15px;
  color: #a9a9a9;
  font-weight: 600
}

.case .swp-case .s-wp .swiper-pagination {
  bottom: 5px
}

.case .swp-case .s-wp .swiper-pagination .swiper-pagination-bullet {
  width: 20px;
  border-radius: 50%;
  height: 20px;
  border: 1px solid #fff;
  background-color: initial;
  position: relative
}

.case .swp-case .s-wp .swiper-pagination .swiper-pagination-bullet::after {
  content: "";
  position: absolute;
  left: 4px;
  top: 4px;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background-color: #000
}

.case .swp-case .s-wp .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  border-color: var(--textActiveColor)
}

.case .swp-case .s-wp .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
  background: var(--textActiveColor)
}

.case .case-li {
  margin-top: 30px
}

.case .case-li .img {
  width: 100%;
  height: 280px;
  overflow: hidden
}

@media (max-width: 768px) {
  .case .case-li .img {
    height: 200px
  }
}

.case .case-li .img img {
  height: 100%;
  width: 100%;
  object-fit: cover
}

.case .case-li .n-title {
  color: #0d0d0d;
  margin: 30px 0;
  font-size: 20px;
  font-weight: 600
}

@media (max-width: 768px) {
  .case .case-li .n-title {
    margin: 15px 0;
    font-size: 17px
  }
}

.case .case-li .disc {
  color: #626262;
  border-bottom: 1px solid #e3e3e3;
  padding-bottom: 30px
}

@media (max-width: 768px) {
  .case .case-li .disc {
    padding-bottom: 15px
  }
}

.case .case-li .link {
  margin-top: 30px;
  font-size: 15px;
  color: #626262
}

@media (max-width: 768px) {
  .case .case-li .link {
    margin-top: 15px
  }
}

.case .case-li:hover .n-title {
  color: var(--textActiveColor)
}

.downlist .ti {
  background-color: var(--textActiveColor);
  color: #fff
}

.downlist .ti>div {
  text-align: center;
  padding: 15px
}

.downlist .ti>div:nth-child(1) {
  width: 50%;
  text-align: left
}

.downlist .ti>div:nth-child(2) {
  width: 15%
}

.downlist .ti>div:nth-child(3) {
  width: 25%
}

.downlist .ti>div:nth-child(4) {
  width: 10%
}

@media (max-width: 768px) {
  .downlist .ti>div:nth-child(1) {
    width: 30%;
    text-align: left
  }

  .downlist .ti>div:nth-child(2) {
    width: 20%
  }

  .downlist .ti>div:nth-child(3) {
    width: 30%
  }

  .downlist .ti>div:nth-child(4) {
    width: 20%
  }
}

.downlist .lis {
  margin-bottom: 60px
}

.downlist .lis .li {
  margin-top: 10px;
  border: 1px solid #f0f0f0
}

.downlist .lis .li>div {
  text-align: center;
  padding: 15px
}

.downlist .lis .li>div:nth-child(1) {
  width: 50%;
  text-align: left
}

.downlist .lis .li>div:nth-child(2) {
  width: 15%
}

.downlist .lis .li>div:nth-child(3) {
  width: 25%
}

.downlist .lis .li>div:nth-child(4) {
  width: 10%
}

@media (max-width: 768px) {
  .downlist .lis .li>div:nth-child(1) {
    width: 30%;
    text-align: left
  }

  .downlist .lis .li>div:nth-child(2) {
    width: 20%
  }

  .downlist .lis .li>div:nth-child(3) {
    width: 30%
  }

  .downlist .lis .li>div:nth-child(4) {
    width: 20%
  }
}

.downlist .lis .li .icon.dowm {
  width: 25px;
  height: 25px;
  background-image: url("../images/dowm.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  display: block;
  margin: 0 auto
}

.service-add {
  background-image: url("../images/ser-bj.jpg");
  background-position: right center;
  background-repeat: no-repeat;
  height: 650px
}

@media (max-width: 768px) {
  .service-add {
    height: initial
  }
}

.service-add .addTab {
  background-color: #fff;
  box-shadow: 1px 1px 15px #f2f2f2
}

.service-add .addTab .tab_nav {
  background-color: #fafefc;
  border-bottom: 2px solid #eaf9f1
}

.service-add .addTab .tab_nav .ti {
  width: 50%;
  padding: 15px 0;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  cursor: pointer;
  border-top: 2px solid #fafefc
}

.service-add .addTab .tab_nav .ti.active {
  border-color: var(--textActiveColor)
}

.service-add .addTab .tab_nav .ti .icon {
  width: 28px;
  height: 28px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  display: inline-block;
  position: relative;
  top: 3px;
  margin-right: 10px
}

.service-add .addTab .tab_nav .ti .icon.zg {
  background-image: url("../images/zg.jpg")
}

.service-add .addTab .tab_nav .ti .icon.qq {
  top: 5px;
  background-image: url("../images/qq.jpg")
}

.service-add .addTab .tab_con {
  padding: 30px
}

.service-add .addTab .tab_con .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #1bb26b
}

.service-add .addTab .tab_con .con-item {
  display: none
}

.service-add .addTab .tab_con .con-item.active {
  display: block
}

.service-add .wds {
  position: relative
}

.service-add .wds .wd:nth-child(1) {
  position: absolute;
  left: 40%;
  top: 100px
}

.service-add .wds .wd:nth-child(2) {
  position: absolute;
  left: 5%;
  top: 200px
}

.service-add .wds .wd:nth-child(3) {
  position: absolute;
  left: 10%;
  top: 400px
}

.service-add .wds .wd .ico {
  width: 42px;
  height: 53px;
  background-image: url("../images/wd.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  display: inline-block;
  margin-right: 10px
}

.service-add .wds .wd .info {
  color: var(--textActiveColor)
}

.service-add .wds .wd .info b {
  font-size: 39px;
  line-height: 1
}

.idea {
  background-color: var(--textActiveColor);
  overflow: hidden
}

.idea .idea-img {
  width: 100%;
  height: 576px;
  overflow: hidden
}

.idea .idea-img img {
  width: 100%;
  height: 100%;
  object-fit: cover
}

.idea .idea-con {
  color: #fff;
  padding: 40px 30px;
  padding-bottom: 0
}

.idea .idea-con .title {
  font-size: 34px;
  font-weight: 600
}

.idea .idea-con .fuwu {
  margin-top: 30px
}

.idea .idea-con .fuwu .fuli {
  position: relative;
  padding-left: 50px;
  padding-bottom: 40px
}

.idea .idea-con .fuwu .fuli::before {
  position: absolute;
  left: 10px;
  top: 15px;
  height: 100%;
  width: 2px;
  background-color: #fff;
  content: ""
}

.idea .idea-con .fuwu .fuli:last-child::before {
  display: none
}

.idea .idea-con .fuwu .fuli .ti {
  font-size: 24px
}

.idea .idea-con .fuwu .fuli .ti::after {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  left: 6px;
  top: 13px;
  background-color: #fff
}

.idea .idea-con .fuwu .fuli .ti::before {
  position: absolute;
  width: 22px;
  height: 21px;
  border-radius: 50%;
  content: "";
  left: 0;
  top: 8px;
  padding: 0px 5px;
  font-size: 12px;
  background-color: rgba(255, 255, 255, 0.53)
}

.knowledge .k-li {
  transition: all .5s
}

.knowledge .k-li .title {
  font-size: 18px;
  font-weight: 600;
  line-height: 30px;
  padding-bottom: 15px;
  border-bottom: 1px solid #d9d9d9;
  margin-bottom: 15px;
  position: relative
}

.knowledge .k-li .title .t {
  display: inline-block;
  text-align: center;
  line-height: 30px;
  width: 30px;
  height: 30px;
  font-weight: 600;
  background-color: var(--textActiveColor);
  border-radius: 50%;
  color: #fff;
  font-size: 15px;
  margin-right: 20px
}

.knowledge .k-li .title .icon.xjt {
  position: absolute;
  right: 0;
  top: 5px;
  width: 20px;
  height: 20px;
  background-image: url("../images/xjt.png");
  background-size: 100%;
  background-repeat: no-repeat;
  display: inline-block;
  transform: rotate(270deg)
}

.knowledge .k-li .con {
  padding-top: 20px;
  margin-bottom: 30px;
  display: none
}

.knowledge .k-li .con .d {
  text-align: center;
  line-height: 30px;
  width: 30px;
  height: 30px;
  font-weight: 600;
  background-color: #808080;
  border-radius: 50%;
  color: #fff;
  font-size: 15px;
  margin-right: 20px
}

.knowledge .k-li .con .con-info {
  width: calc(100% - 50px)
}

.knowledge .k-li.active .title .icon.xjt {
  transform: rotate(0deg)
}

.linian>div {
  padding-right: 0px;
  padding-left: 0px
}

.linian>div .ln-con {
  width: 100%;
  height: 538px;
  background-position: center;
  background-repeat: no-repeat;
  text-align: center;
  padding-top: 130px;
  color: #fff;
  position: relative
}

.linian>div .ln-con .item {
  position: relative;
  z-index: 2
}

.linian>div .ln-con .item .ico {
  width: 83px;
  height: 86px;
  margin: 0 auto
}

.linian>div .ln-con .item .ico img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover
}

.linian>div .ln-con .item .title {
  font-size: 30px;
  font-family: var(--font_HarmonyOS_Sans_SC_Bold);
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 20px;
  margin-top: 30px
}

.linian>div .ln-con .item .title::after {
  position: absolute;
  content: "";
  width: 80px;
  border-bottom: 2px solid #fff;
  bottom: 0;
  left: 50%;
  margin-left: -45px
}

.linian>div .ln-con .item .desc {
  padding: 0 50px;
  font-size: 18px
}

.linian>div .ln-con::after {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  z-index: 1;
  opacity: 0;
  transition: all 0.5s;
  background-color: rgba(27, 178, 107, 0.5)
}

.linian>div .ln-con:hover::after {
  opacity: 1
}

.linian>div:nth-child(2) .ln-con::after {
  opacity: 1
}

.certificate {
  padding: 60px 0;
  background-color: #f8f8f8
}

@media (max-width: 768px) {
  .certificate {
    padding: 30px 0
  }
}

@media (max-width: 768px) {
  .certificate .c-titlex {
    margin-bottom: 0
  }
}

.certificate .c-titlex::after {
  display: none
}

.certificate .certi-nav a {
  display: inline-block;
  padding-bottom: 6px;
  border-bottom: 2px solid #fff;
  margin-left: 25px
}

@media (max-width: 768px) {
  .certificate .certi-nav a {
    margin-left: 15px
  }
}

.certificate .certi-nav a.active {
  border-color: var(--textActiveColor)
}

.certificate .certi_item .ceit-con {
  display: none;
  position: relative
}

.certificate .certi_item .ceit-con.active {
  display: block
}

.certificate .certi_item .ceit-con .ceit_swp {
  padding-bottom: 60px
}

.certificate .certi_item .ceit-con .ceit_swp .swiper-slide {
  width: 100%;
  background-color: #fff;
  padding: 20px
}

.certificate .certi_item .ceit-con .ceit_swp .swiper-slide .imgcon {
  width: 100%;
  height: 320px;
  overflow: hidden
}

@media (max-width: 768px) {
  .certificate .certi_item .ceit-con .ceit_swp .swiper-slide .imgcon {
    height: 150px
  }
}

.certificate .certi_item .ceit-con .ceit_swp .swiper-slide .imgcon img {
  max-height: 100%;
  max-width: 100%;
  object-fit: cover
}

.certificate .certi_item .ceit-con .ceit_swp .swiper-slide .title {
  text-align: center;
  margin-top: 8px
}

.certificate .certi_item .ceit-con .swiper-button-prev,
.certificate .certi_item .ceit-con .swiper-button-next {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 2px solid var(--textActiveColor)
}

@media (max-width: 768px) {

  .certificate .certi_item .ceit-con .swiper-button-prev,
  .certificate .certi_item .ceit-con .swiper-button-next {
    width: 30px;
    height: 30px
  }
}

.certificate .certi_item .ceit-con .swiper-button-prev::after,
.certificate .certi_item .ceit-con .swiper-button-next::after {
  color: var(--textActiveColor);
  font-size: 20px;
  font-weight: 600
}

@media (max-width: 768px) {

  .certificate .certi_item .ceit-con .swiper-button-prev::after,
  .certificate .certi_item .ceit-con .swiper-button-next::after {
    font-size: 16px
  }
}

.certificate .certi_item .ceit-con .s-wp .swiper-pagination {
  bottom: 5px
}

.certificate .certi_item .ceit-con .s-wp .swiper-pagination .swiper-pagination-bullet {
  width: 20px;
  border-radius: 50%;
  height: 20px;
  border: 1px solid #fff;
  background-color: initial;
  position: relative
}

.certificate .certi_item .ceit-con .s-wp .swiper-pagination .swiper-pagination-bullet::after {
  content: "";
  position: absolute;
  left: 4px;
  top: 4px;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background-color: #000
}

.certificate .certi_item .ceit-con .s-wp .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  border-color: var(--textActiveColor)
}

.certificate .certi_item .ceit-con .s-wp .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
  background: var(--textActiveColor)
}

.newslist .news-top {
  margin: 30px 0;
  margin-bottom: 60px
}

@media (max-width: 768px) {
  .newslist .news-top {
    margin-bottom: 10px
  }
}

.newslist .news-top .news-info .img {
  width: 100%;
  height: 400px;
  overflow: hidden
}

@media (max-width: 768px) {
  .newslist .news-top .news-info .img {
    height: auto
  }
}

.newslist .news-top .news-info .img img {
  max-width: 100%;
  height: 100%;
  object-fit: cover
}

.newslist .news-top .news-info .info {
  height: 400px;
  padding: 30px
}

@media (max-width: 768px) {
  .newslist .news-top .news-info .info {
    height: auto;
    padding: 30px 0
  }
}

.newslist .news-top .news-info .info .n-nav-ti {
  margin-bottom: 30px;
  color: #494949
}

.newslist .news-top .news-info .info .titlex {
  font-size: 20px;
  color: #383838
}

.newslist .news-top .news-info .info .date {
  font-size: 18px;
  color: #333333;
  font-weight: 600;
  margin-bottom: 20px
}

.newslist .news-top .news-info .info .desc {
  margin: 30px 0;
  color: #494949
}

.newslist .news-top .news-info .info .links a {
  color: var(--textActiveColor)
}

.newslist .news-top .news-info:hover .info .titlex {
  color: var(--textActiveColor)
}

.newslist .news-li {
  margin-bottom: 30px;
  box-shadow: 0 0 5px #eee
}

@media (max-width: 768px) {
  .newslist .news-li {
    padding: 0
  }
}

.newslist .news-li .img {
  width: 100%;
  height: 280px;
  overflow: hidden
}

.newslist .news-li .img img {
  height: 100%;
  width: 100%;
  object-fit: cover
}

.newslist .news-li .n-title {
  color: #383838;
  margin: 30px 0;
  padding: 0 30px
}

@media (max-width: 768px) {
  .newslist .news-li .n-title {
    margin: 10px 0;
    padding: 0 10px
  }
}

.newslist .news-li .disc {
  padding: 0 30px;
  font-size: 12px;
  color: #7f7f7f
}

@media (max-width: 768px) {
  .newslist .news-li .disc {
    padding: 0 10px
  }
}

.newslist .news-li .date {
  padding: 0 30px;
  margin-top: 30px;
  font-size: 15px;
  color: #a9a9a9;
  padding-bottom: 30px
}

@media (max-width: 768px) {
  .newslist .news-li .date {
    padding: 0 10px
  }
}

.newslist .news-li .date span {
  float: right;
  color: var(--textActiveColor)
}

.newslist .news-li:hover {
  background-color: var(--textActiveColor)
}

.newslist .news-li:hover .n-title,
.newslist .news-li:hover .date,
.newslist .news-li:hover .disc {
  color: #fff
}

.newslist .news-li:hover .n-title span,
.newslist .news-li:hover .date span,
.newslist .news-li:hover .disc span {
  color: #fff
}

.news-conn .title {
  margin-top: 40px;
  text-align: center
}

.news-conn .title h1 {
  font-size: 26px;
  font-weight: 600
}

@media (max-width: 768px) {
  .news-conn .title h1 {
    font-size: 18px
  }
}

.news-conn .desc {
  margin: 10px 0;
  text-align: center;
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 10px
}

.news-conn .desc span {
  margin: 0 20px;
  font-size: 13px;
  color: #707070
}

@media (max-width: 768px) {
  .news-conn .desc span {
    margin: 0 10px
  }
}

.news-conn .news-info {
  margin-bottom: 15px;
  padding: 20px;
  border-bottom: 1px solid #e0e0e0;
  line-height: 2
}

.news-conn .news-info img {
  max-width: 100%
}

.news-conn .sxy {
  margin-bottom: 20px;
  margin-top: 20px
}

.news-conn .sxy .nex .glyphicon {
  margin-right: 10px
}

.news-conn .sxy .prx .glyphicon {
  margin-left: 10px
}

.news-conn .sxy .nex,
.news-conn .sxy .prx {
  font-size: 14px;
  color: #4f4f4f
}

@media (max-width: 768px) {

  .news-conn .sxy .nex,
  .news-conn .sxy .prx {
    width: 100%
  }
}

.news-conn .sxy .nex a,
.news-conn .sxy .prx a {
  color: #4f4f4f
}

.news-conn .sxy .nex a:hover,
.news-conn .sxy .prx a:hover {
  color: var(--textActiveColor)
}

.news-conn .sxy .nex .glyphicon,
.news-conn .sxy .prx .glyphicon {
  padding: 10px;
  border: 1px solid #999999
}

.news-conn .sxy .nex .a-line,
.news-conn .sxy .prx .a-line {
  width: 80%
}

.news-conn .sxy .fl {
  background-color: var(--textActiveColor);
  padding: 10px 20px;
  color: #fff
}

.news-conn .sxy .fl a {
  color: #fff
}

.news-conn .sxy .fl a:hover {
  color: #fff !important
}

.page {
  margin: 30px 0;
  margin-bottom: 60px
}

.justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important
}

.pagination {
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem
}

.page-num,
.page-link {
  position: relative;
  display: block;
  padding: 5px 10px;
  margin-left: -1px;
  line-height: 1.25;
  color: #666;
  background-color: #eaeaea;
  border: 1px solid #dee2e6;
  margin: 0 5px;
  border-radius: 5px
}

.page-num:hover,
.page-link:hover {
  z-index: 2;
  color: #000;
  text-decoration: none
}

.page-num:not(:disabled) {
  cursor: pointer
}

.page-num-current {
  z-index: 1;
  color: #fff;
  background-color: #5b5b5b;
  border-color: #5b5b5b
}

.scenelist {
  margin: 40px 0
}

.scenelist .scene-info {
  width: 100%;
  height: 400px;
  overflow: hidden;
  position: relative;
  margin-bottom: 30px
}

@media (max-width: 768px) {
  .scenelist .scene-info {
    height: 250px
  }
}

.scenelist .scene-info .img {
  width: 100%;
  height: 100%;
  overflow: hidden
}

.scenelist .scene-info .img img {
  transition: all .5s;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1)
}

.scenelist .scene-info .info {
  width: 100%;
  height: 100%;
  position: absolute;
  top: calc(100% - 70px);
  left: 0;
  z-index: 9;
  text-align: center;
  color: #fff
}

.scenelist .scene-info .info>div {
  width: 100%
}

.scenelist .scene-info .info .icon {
  width: 30px;
  height: 30px;
  overflow: hidden;
  margin: 0 auto;
  transform: rotate(0deg);
  transition: all 1s
}

.scenelist .scene-info .info .icon img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover
}

.scenelist .scene-info .info .title {
  font-size: 23px;
  margin: 15px 0
}

.scenelist .scene-info .info .desc {
  font-size: 20px
}

.scenelist .scene-info:hover .img img {
  transform: scale(1.1)
}

.scenelist .scene-info:hover .info {
  top: 0;
  align-items: center;
  background-color: rgba(27, 178, 107, 0.5)
}

.scenelist .scene-info:hover .info .icon {
  transform: rotate(90deg)
}

.scenelist .scene-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%)
}

.nextlink {
  margin-top: 40px;
  margin-bottom: 60px;
  text-align: center
}

.nextlink a {
  display: inline-block;
  font-size: 20px;
  padding: 6px 50px;
  border-radius: 30px;
  border: 1px solid #aeaeae
}

.joblist .li {
  box-shadow: 1px 1px 15px #f1f1f1;
  margin-bottom: 30px
}

.joblist .li .title {
  padding: 25px 35px;
  font-size: 18px;
  color: #000
}

@media (max-width: 768px) {
  .joblist .li .title {
    width: 100%;
    padding: 15px 35px
  }
}

@media (max-width: 768px) {
  .joblist .li .title .tix {
    width: 100%
  }
}

.joblist .li .title .xjie {
  color: #9c9c9c
}

@media (max-width: 768px) {
  .joblist .li .title .xjie {
    width: 100%;
    font-size: 14px
  }
}

.joblist .li .title .xjie .hx {
  display: inline-block;
  height: 15px;
  border-right: 1px solid #cbcbcb;
  margin: 0 15px;
  top: 2px
}

.joblist .li .title .xjie .zk {
  margin-left: 20px;
  float: right;
  width: 30px;
  height: 30px;
  background-image: url("../images/job.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  transition: all .5s
}

@media (max-width: 768px) {
  .joblist .li .title .xjie .zk {
    position: relative;
    top: -20px
  }
}

.joblist .li .cont {
  padding: 25px 35px;
  display: none
}

.joblist .li .cont .ti {
  font-size: 20px;
  color: #000;
  font-weight: 600;
  border-left: 2px solid var(--textActiveColor);
  padding: 2px 15px
}

.joblist .li .cont .desc {
  padding: 20px;
  margin-bottom: 30px
}

@media (max-width: 768px) {
  .joblist .li .cont .desc {
    margin-bottom: 10px
  }
}

.joblist .li .cont .mail {
  color: var(--textActiveColor);
  font-size: 18px;
  padding: 0 20px
}

@media (max-width: 768px) {
  .joblist .li .cont .mail {
    font-size: 16px;
    padding: 0 10px
  }
}

.joblist .li .cont .mail a {
  color: var(--textActiveColor)
}

.joblist .li.active .title {
  background-color: var(--textActiveColor);
  color: #fff
}

.joblist .li.active .title .xjie {
  color: #fff
}

.joblist .li.active .title .xjie .zk {
  transform: rotate(45deg)
}

.contact {
  padding: 60px 0
}

@media (max-width: 768px) {
  .contact {
    padding: 30px 0
  }
}

.contact .zb-contact .title {
  margin: 30px 0;
  padding-bottom: 10px;
  font-size: 22px;
  border-bottom: 1px solid #dcdcdc;
  color: var(--textActiveColor)
}

.contact .zb-contact .stitle {
  font-size: 22px;
  font-weight: 600;
  color: #000;
  margin-bottom: 30px
}

.contact .zb-contact .lx-con {
  width: 50%;
  margin-bottom: 20px;
  font-size: 18px;
  color: #595959;
  position: relative;
  padding-left: 30px
}

@media (max-width: 768px) {
  .contact .zb-contact .lx-con {
    width: 100%
  }
}

.contact .zb-contact .lx-con::after {
  width: 18px;
  height: 18px;
  position: absolute;
  left: 0;
  top: 8px;
  content: "";
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%
}

.contact .zb-contact .lx-con.tel::after {
  background-image: url("../images/tel.jpg")
}

.contact .zb-contact .lx-con.cz::after {
  height: 20px;
  background-image: url("../images/cz.jpg")
}

.contact .zb-contact .lx-con.email::after {
  background-image: url("../images/email.jpg")
}

.contact .zb-contact .lx-con.add::after {
  background-image: url("../images/add.jpg")
}

.contact .zb-contact .lx-con p {
  margin-bottom: 3px
}

.contact .z-contact {
  margin-top: 60px
}

@media (max-width: 768px) {
  .contact .z-contact {
    margin-top: 30px
  }
}

.contact .z-contact .z-info {
  padding: 30px;
  background-color: #f6f6f6;
  border-radius: 10px;
  margin-bottom: 30px
}

.contact .z-contact .z-info .title {
  background-image: url("../images/z-t.png");
  background-position: left;
  background-size: 30px;
  background-repeat: no-repeat;
  padding-left: 40px;
  font-size: 23px;
  font-weight: 600
}

.contact .z-contact .z-info .desc {
  margin-top: 15px;
  padding-left: 40px
}

.con-map {
  width: 100%;
  height: 400px
}

@media (max-width: 768px) {
  .con-map {
    height: 300px
  }
}

.con-map #container {
  width: 100%;
  height: 100%
}

.gbook {
  background-color: #f8f8f8;
  padding-bottom: 60px;
  overflow: hidden
}

.gbook .form-horizontal {
  margin-top: 30px
}

.gbook .form-group {
  margin-bottom: 30px
}

@media (max-width: 768px) {
  .gbook .form-group {
    margin-bottom: 15px
  }
}

.gbook .form-group label {
  color: #4d4d4d;
  font-weight: 500
}

.gbook .form-group .form-control {
  border-color: #ededed
}

.gbook .form-group .but {
  text-align: center
}

.gbook .form-group .but .btn {
  padding: 10px 40px;
  color: #fff;
  background-image: initial;
  background-color: var(--textActiveColor)
}

.jianjie .jj-info {
  margin: 30px 0;
  color: #707070;
  line-height: 2
}

.solu-item-b {
  padding: 60px 0;
  background-image: url("../images/fa-bg.jpg");
  background-position: center top;
  background-repeat: no-repeat;
  background-color: #fff;
  background-size: auto 100%
}

@media (max-width: 768px) {
  .solu-item-b {
    padding: 30px 0
  }
}

.solu-item-b .solu_list_swp {
  margin-bottom: 30px
}

@media (max-width: 768px) {
  .solu-item-b .solu_list_swp {
    margin-bottom: 15px
  }
}

.solu-item-b .solu_list_swp .swiper-wrapper {
  height: 360px;
  margin-top: 30px
}

@media (max-width: 768px) {
  .solu-item-b .solu_list_swp .swiper-wrapper {
    height: 330px;
    margin-top: 20px
  }
}

.solu-item-b .solu_list_swp .swiper-wrapper .swiper-slide {
  height: 100%
}

.solu-item-b .solu_list_swp .swiper-wrapper .swiper-slide .soul-info {
  text-align: center;
  width: calc(100% - 10px);
  margin: 0 auto;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 0 5px 0 rgba(14, 98, 255, 0.1);
  padding: 30px;
  padding-top: 60px;
  height: calc(100% - 30px)
}

@media (max-width: 768px) {
  .solu-item-b .solu_list_swp .swiper-wrapper .swiper-slide .soul-info {
    padding: 15px;
    padding-top: 30px;
    height: calc(100% - 15px)
  }
}

.solu-item-b .solu_list_swp .swiper-wrapper .swiper-slide .soul-info .title {
  font-size: 18px;
  font-weight: 600;
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 20px
}

@media (max-width: 768px) {
  .solu-item-b .solu_list_swp .swiper-wrapper .swiper-slide .soul-info .title {
    font-size: 16px
  }
}

.solu-item-b .solu_list_swp .swiper-wrapper .swiper-slide .soul-info .title::after {
  content: "";
  width: 50px;
  border-bottom: 2px solid var(--textActiveColor);
  position: absolute;
  left: 50%;
  margin-left: -25px;
  bottom: 0
}

.solu-item-b .solu_list_swp .swiper-wrapper .swiper-slide .soul-info .desc {
  font-size: 14px;
  line-height: 1.6
}

.solu-item-b .solu-cj {
  height: 480px
}

@media (max-width: 768px) {
  .solu-item-b .solu-cj {
    height: 380px
  }
}

.solu-item-b .solu-cj .swiper-wrapper {
  margin-top: 30px;
  height: 100%
}

@media (max-width: 768px) {
  .solu-item-b .solu-cj .swiper-wrapper {
    margin-top: 20px
  }
}

.solu-item-b .solu-cj .swiper-wrapper .swiper-slide {
  height: 380px
}

@media (max-width: 768px) {
  .solu-item-b .solu-cj .swiper-wrapper .swiper-slide {
    height: 280px
  }
}

.solu-item-b .solu-cj .swiper-wrapper .swiper-slide .cj-con {
  position: relative;
  height: 100%
}

.solu-item-b .solu-cj .swiper-wrapper .swiper-slide .cj-con .img {
  height: 380px;
  width: 100%;
  overflow: hidden
}

@media (max-width: 768px) {
  .solu-item-b .solu-cj .swiper-wrapper .swiper-slide .cj-con .img {
    height: 280px
  }
}

.solu-item-b .solu-cj .swiper-wrapper .swiper-slide .cj-con .img img {
  height: 100%;
  max-width: 100%;
  object-fit: cover
}

.solu-item-b .solu-cj .swiper-wrapper .swiper-slide .cj-con .title {
  width: 100%;
  position: absolute;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.486);
  color: #fff;
  height: 40px;
  padding: 10px 20px;
  z-index: 9
}

.solu-item-b .s-qh {
  position: relative;
  width: 120px
}

.solu-item-b .s-qh .swiper-button-prev {
  border-radius: 20px 0 0 20px
}

.solu-item-b .s-qh .swiper-button-next {
  border-radius: 0 20px 20px 0
}

.solu-item-b .s-qh .swiper-button-prev,
.solu-item-b .s-qh .swiper-button-next {
  width: 45px;
  height: 25px;
  background-color: #e2e2e2
}

.solu-item-b .s-qh .swiper-button-prev::after,
.solu-item-b .s-qh .swiper-button-next::after {
  font-size: 15px;
  color: #a9a9a9;
  font-weight: 600
}

.solu-item {
  padding: 50px 0
}

.solu-item .solu-jg-con {
  margin: 30px 0
}

.solu-item .solu-jg-con img {
  max-width: 100%
}

.product_list_item {
  padding: 40px 0;
  background-color: #fff
}

@media (max-width: 768px) {
  .product_list_item {
    padding: 20px 0
  }
}

.product_list_item .product_list_swp .swiper-wrapper {
  height: 320px;
  margin-top: 30px
}

@media (max-width: 768px) {
  .product_list_item .product_list_swp .swiper-wrapper {
    height: 220px
  }
}

.product_list_item .product_list_swp .swiper-wrapper .swiper-slide {
  height: 100%
}

.product_list_item .product_list_swp .swiper-wrapper .swiper-slide .imgcon {
  height: calc(100% - 40px);
  width: 100%;
  overflow: hidden;
/*  background-image: url("../images/prod-bg.jpg");*/
  background-size: 100% 100%;
  background-position: center;
  border: 1px solid #e9e9e9
}

.product_list_item .product_list_swp .swiper-wrapper .swiper-slide .imgcon img {
  max-width: 90%;
  max-height: 100%;
  object-fit: cover
}

.product_list_item .product_list_swp .swiper-wrapper .swiper-slide .p-t {
  margin-top: 10px;
  text-align: center
}

.product_list_item .s-qh {
  position: relative;
  width: 120px
}

.product_list_item .s-qh .swiper-button-prev {
  border-radius: 20px 0 0 20px
}

.product_list_item .s-qh .swiper-button-next {
  border-radius: 0 20px 20px 0
}

.product_list_item .s-qh .swiper-button-prev,
.product_list_item .s-qh .swiper-button-next {
  width: 45px;
  height: 25px;
  background-color: #e2e2e2
}

.product_list_item .s-qh .swiper-button-prev::after,
.product_list_item .s-qh .swiper-button-next::after {
  font-size: 15px;
  color: #a9a9a9;
  font-weight: 600
}

.down-mess {
  overflow: hidden;
  width: 0;
  height: 0
}

.mess-con .title {
  text-align: center;
  margin-bottom: 30px
}

.mess-con .sub-but {
  text-align: center
}

.mess-con .sub-but a,
.mess-con .sub-but button {
  padding: 5px 25px;
  border-radius: 30px;
  border: none;
  color: #fff !important;
  margin: 15px;
  display: inline-block
}

.mess-con .sub-but a.mess-guanbi,
.mess-con .sub-but button.mess-guanbi {
  background-color: #c7c7c7
}

.mess-con .sub-but a.mess-submit,
.mess-con .sub-but button.mess-submit {
  background-color: var(--textActiveColor)
}

.sousou {}