@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: #eb7106
}

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 img:hover {
  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
}

.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: 16px
}

@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%
}

.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
}

.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: 15px;
  margin-bottom: 15px
}

.c-titlex::after {
  width: 30px;
  border-bottom: 3px solid #0061ae;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0
}

.d-titlex {
  font-size: 33px;
  text-align: center;
  font-weight: 600; margin-top:50px
}

html.cut .head {
  background: #fff;
  display: block !important
}

@media (max-width: 768px) {
  html.cut .head .row {
    background-color: #fff
  }
}

html.cut .head .navbar-brand .logo {
  display: none
}

html.cut .head .navbar-brand .logoa {
  display: block
}

html.cut .head .navbar-nav li a {
  color: #000
}

html.cut .head .nav-list .pc-link {
  color: #000
}

html.cut .head .nav-list .pc-link .iconfont {
  color: #000
}

html.cut .top-fixed {
  position: sticky
}

.head {
  transition: all .5s
}

.head .navbar {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  height: 100px;
  margin-bottom: 0
}

.head .navbar-toggle {
  margin-top: -4px;
  border: 1px solid #000;
  margin-right: 0
}

.head .navbar-header {
  height: 77px
}

.head .navbar-header .navbar-brand {
  height: 100%;
  padding: 0;
  margin-top: 10px
}

.head .navbar-header .navbar-brand .logoa {
  display: none
}

.head .navbar-header .navbar-brand img {
  height: 100%
}

.head .icon-bar {
  background-color: #000
}

.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: 18px;
  padding: 10px 32px;
  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
}

.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: -96px
}

.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
}

.head .navbar-nav li>.dropdown-menu li {
  transition: all .3s
}

.head .navbar-nav li>.dropdown-menu li a {
  font-size: 15px;
  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
}

.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: 45px
}

@media (max-width: 768px) {
  .head .nav-list {
    margin-top: 15px
  }
}

.head .nav-list .pc-link {
  position: relative;
  float: right;
  margin: 10px 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.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: 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
  }

  .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
  }

  .head .navbar-nav li>.dropdown-menu {
    background: none;
    left: 0;
    margin-left: 0;
    padding: 5px
  }

  .head .navbar-nav li>.dropdown-menu li {
    padding-left: 30px
  }

  .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: 770px;
  width: 100%;
  position: relative;
  overflow: hidden
}

@media (max-width: 768px) {
  .banner {
    height: auto
  }

  .banner .swiper-button-next,
  .banner .swiper-button-prev {
    display: none
  }
}

.banner .swp-banner {
  height: 100%;
  width: 100%;
  position: relative;
  z-index: 0
}

@media (max-width: 768px) {
  .banner .swp-banner {
    height: 340px
  }
}

.banner .swp-banner .swiper-wrapper .swiper-slide {
  height: 100%;
  width: 100%;
  position: relative
}

.banner .swp-banner .swiper-wrapper .swiper-slide .swipcon {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 9;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center
}

.banner .swp-banner .swiper-wrapper .swiper-slide .swipcon .caption {
  padding: 0 100px;
  color: #fff
}

.banner .swp-banner .swiper-wrapper .swiper-slide .swipcon .caption a {
  color: #fff
}

.banner .swp-banner .swiper-wrapper .swiper-slide .swipcon .caption .title {
  margin: 0 auto 15px;
  max-width: 1000px;
  font-size: 40px;
  font-weight: bold;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  position: relative;
  margin-bottom: 30px
}

@media (max-width: 1000px) {
  .banner .swp-banner .swiper-wrapper .swiper-slide .swipcon .caption .title {
    font-size: 15px
  }
}

.banner .swp-banner .swiper-wrapper .swiper-slide .swipcon .caption .title:after {
  content: " ";
  display: block;
  height: 4px;
  margin-top: 15px;
  background: #cc3333;
  width: 100px;
  position: absolute;
  left: 50%;
  margin-left: -50px
}

.banner .swp-banner .swiper-wrapper .swiper-slide .swipcon .caption .text {
  margin: 0 auto;
  max-width: 1000px;
  font-size: 16pt;
  line-height: 1.4
}

@media (max-width: 1000px) {
  .banner .swp-banner .swiper-wrapper .swiper-slide .swipcon .caption .text {
    font-size: 14px
  }
}

.banner .swp-banner .swiper-wrapper .swiper-slide .swipcon .caption .btn {
  margin: 15px 0 0;
  border-color: #fff
}

@media (max-width: 1000px) {
  .banner .swp-banner .swiper-wrapper .swiper-slide .swipcon .caption .btn {
    margin: 5px 0 0
  }
}

.banner .swp-banner .swiper-wrapper .swiper-slide .swipcon .caption .btn .btn-inner {
  position: relative;
  z-index: 2
}

.banner .swp-banner .swiper-wrapper .swiper-slide .swipcon .caption .btn:hover {
  color: #cc3333;
  background-color: #fff
}

.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 {
    height: 100%;
    position: initial;
    transform: initial;
    left: initial
  }
}

.banner .swp-banner .swiper-wrapper .swiper-slide .imgcon {
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat
}

.banner .swp-banner .swiper-wrapper .swiper-slide .imgcon img {
  display: none;
  width: 100%
}

.banner .s-wp {
  position: absolute;
  bottom: 20px;
  width: 100%;
  z-index: 999
}

.banner .s-wp .b-next {
  right: 100px
}

.banner .s-wp .b-prev {
  left: 100px
}

.banner .s-wp .b-prev,
.banner .s-wp .b-next {
  top: -380px
}

@media (max-width: 768px) {

  .banner .s-wp .b-prev,
  .banner .s-wp .b-next {
    display: none
  }
}

.banner .s-wp .b-prev::after,
.banner .s-wp .b-next::after {
  color: #fff
}

@media (max-width: 768px) {
  .banner .s-wp {
    top: 300px;
    bottom: initial
  }
}

.banner .s-wp .swiper-pagination {
  position: relative;
  width: auto
}

.banner .s-wp .swiper-pagination .swiper-pagination-bullet {
  width: 30px;
  height: 5px;
  background-color: #fff;
  opacity: 1;
  position: relative;
  border-radius: 3px;
  margin: 0 10px
}

.banner .s-wp .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #e86f06
}

.banner .bg-show {
  position: absolute;
  width: 100%;
  left: 0;
  top: 80px;
  height: 100%;
  z-index: 999;
  transition: transform 0.8s cubic-bezier(0, 0, 0.2, 1);
  transform-origin: 50% 30%
}

@media (max-width: 768px) {
  .banner .bg-show {
    display: none
  }
}

.banner .bg-show .img {
  width: 100%;
  height: 100%
}

.banner .show-box {
  position: absolute;
  left: 0;
  top: calc(100% - 400px);
  width: 100%;
  text-align: center;
  z-index: 2;
  height: 100%;
  z-index: 999991;
  padding-top: 60px
}

@media (max-width: 768px) {
  .banner .show-box {
    position: initial;
    padding-top: 30px
  }
}

.banner .show-box .t_syk1nr {
  position: relative;
  z-index: 1
}

.banner .show-box .t_syk1nr .logo {
  display: none
}

@media (max-width: 768px) {
  .banner .show-box .t_syk1nr .logo {
    width: 85%;
    margin: 0 auto;
    display: block
  }
}

.banner .show-box .t_syk1nr .logo img {
  margin: 0 auto;
  max-width: 100%
}

.banner .show-box .t_syk1nr .ban-nav {
  border-bottom: 4px solid #e0e6ee
}

.banner .show-box .t_syk1nr .ban-nav .ban-nav-lis {
  width: 100%;
  overflow: hidden;
  overflow-x: auto;
  white-space: nowrap;
  padding: 60px 0;
  position: relative;
  top: 5px
}

@media (max-width: 768px) {
  .banner .show-box .t_syk1nr .ban-nav .ban-nav-lis {
    padding: 30px 0
  }
}

.banner .show-box .t_syk1nr .ban-nav .ban-nav-lis::-webkit-scrollbar {
  height: 6px;
  cursor: pointer
}

.banner .show-box .t_syk1nr .ban-nav .ban-nav-lis::-webkit-scrollbar-thumb {
  border-radius: 10px;
  box-shadow: inset 0 0 5px #eb7106;
  background: #eb7106;
  cursor: pointer
}

.banner .show-box .t_syk1nr .ban-nav .ban-nav-lis::-webkit-scrollbar-track {
  cursor: pointer
}

.banner .show-box .t_syk1nr .ban-nav .ban-nav-lis .ban-nav-li {
  display: inline-block;
  background: #fff;
  margin: 10px;
  margin: 0 60px
}

@media (max-width: 768px) {
  .banner .show-box .t_syk1nr .ban-nav .ban-nav-lis .ban-nav-li {
    margin: 0 20px
  }
}

.banner .show-box .t_syk1nr .ban-nav .ban-nav-lis .ban-nav-li .icon {
  width: 75px;
  height: 85px;
  overflow: hidden;
  margin: 0 auto
}

@media (max-width: 768px) {
  .banner .show-box .t_syk1nr .ban-nav .ban-nav-lis .ban-nav-li .icon {
    width: 42px;
    height: 49px
  }
}

.banner .show-box .t_syk1nr .ban-nav .ban-nav-lis .ban-nav-li .icon img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover
}

.banner .show-box .t_syk1nr .ban-nav .ban-nav-lis .ban-nav-li .title {
  margin-top: 20px;
  font-size: 20px;
  font-weight: 600;
  color: #0061ae
}

html.on1.off .banner .bg-show {
  transition: transform 0.8s cubic-bezier(0, 0, 0.2, 1) 0.6s, opacity 0.6s ease-out 1s;
  opacity: 0;
  transform: translate3d(0px, 0px, 0px) scale(10, 10);
  z-index: 0
}

html.on1 .banner .bg-show {
  opacity: 1;
  z-index: 99999
}

html.on1.off .banner .show-box {
  transform: translateY(550px);
  opacity: 0;
  z-index: 9
}

@media (max-width: 768px) {
  html.on1.off .banner .show-box {
    transform: translateY(0);
    opacity: 1
  }
}

html.on1 .banner .show-box {
  transform: translateY(0);
  opacity: 1;
  transition-delay: 600ms
}

.index-nav {
  margin-top: 40px
}

.index-nav .i-n,
.index-nav .i-b {
  width: 100%;
  height: 600px;
  position: relative;
  overflow: hidden
}

@media (max-width: 768px) {

  .index-nav .i-n,
  .index-nav .i-b {
    height: auto;
    margin-bottom: 30px
  }
}

.index-nav .i-n .img,
.index-nav .i-b .img {
  width: 100%;
  height: 100%
}

.index-nav .i-n .img img,
.index-nav .i-b .img img {
  height: 100%;
  width: 100%;
  object-fit: cover
}

.index-nav .i-n .info,
.index-nav .i-b .info {
  position: absolute;
  z-index: 2;
  width: 100%;
  top: calc(100% - 120px);
  padding: 30px;
  transition: all .5s
}

@media (max-width: 768px) {

  .index-nav .i-n .info,
  .index-nav .i-b .info {
    top: calc(100% - 190px)
  }
}

.index-nav .i-n .info .title,
.index-nav .i-b .info .title {
  font-size: 26px;
  font-weight: 600;
  color: #fff;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 30px
}

.index-nav .i-n .info .title::after,
.index-nav .i-b .info .title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 80px;
  border-bottom: 3px solid #fff
}

.index-nav .i-n .info .desc,
.index-nav .i-b .info .desc {
  color: #fff
}

.index-nav .i-n:hover .info,
.index-nav .i-b:hover .info {
  top: calc(100% - 190px)
}

.index-nav .i-b {
  height: 285px;
  margin-bottom: 30px
}

.index-solution {
  position: relative;
  overflow: hidden;
  margin-top: 30px;
  width: 100%
}

.index-solution video {
  width: 100%;
  display: block
}

.index-solution .m-gif img {
  width: 100%
}

.index-solution ul {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10
}

.index-solution ul li {
  position: absolute;
  z-index: 5
}

.index-solution ul li a {
  display: block;
  position: relative
}

.index-solution ul li a span.mc_a1t_dian {
  display: block;
  width: 23px;
  height: 23px;
  background: #e86f06;
  border: 8px solid #fff;
  position: relative;
  animation: bordershow 3s infinite;
  border-radius: 100%
}

@media (max-width: 768px) {
  .index-solution ul li a span.mc_a1t_dian {
    width: 9px;
    height: 9px;
    border: 3px solid #fff
  }
}

.index-solution ul li a span.mc_a1t_dian::after,
.index-solution ul li a span.mc_a1t_dian::before {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: -1;
  transform: translate(-50%, -50%);
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: rgba(232, 111, 6, 0.5)
}

@media (max-width: 768px) {

  .index-solution ul li a span.mc_a1t_dian::after,
  .index-solution ul li a span.mc_a1t_dian::before {
    width: 11px;
    height: 11px
  }
}

.index-solution ul li a span.mc_a1t_dian::after {
  animation: boderM 3s infinite
}

.index-solution ul li a span.mc_a1t_dian::before {
  animation: boderM 3s .75s infinite
}

@keyframes bordershow {
  50% {
    box-shadow: 0px 0px 10px 0 #fff
  }
}

@keyframes boderM {
  0% {
    transform: translate(-50%, -50%) scale(1.2);
    opacity: 0
  }

  20% {
    opacity: 1
  }

  75% {
    transform: translate(-50%, -50%) scale(2.2);
    opacity: 0
  }

  100% {
    opacity: 0
  }
}

.index-solution ul li a .mc_a1t_xl {
  position: absolute;
  left: 36px;
  top: 50%;
  z-index: 1;
  transform: translateY(-50%);
  white-space: nowrap;
  font-size: 16px;
  padding: 0 23px;
  pointer-events: none;
  line-height: 1
}

@media (max-width: 768px) {
  .index-solution ul li a .mc_a1t_xl {
    left: 14px;
    font-size: 12px;
    padding: 0 10px
  }
}

.index-solution ul li a .mc_a1t_xl .mc_a1t_title {
  color: var(--textActiveColor);
  font-size: 16px;
  margin-right: 45px;
  vertical-align: middle;
  opacity: 0;
  line-height: 40px
}

@media (max-width: 768px) {
  .index-solution ul li a .mc_a1t_xl .mc_a1t_title {
    font-size: 12px;
    margin-right: 15px;
    line-height: 30px
  }
}

.index-solution ul li a .mc_a1t_xl .mc_a1t_title i {
  width: 13px;
  height: 13px;
  background: url(../images/index-item03-icon.png) no-repeat center center;
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%)
}

@media (max-width: 768px) {
  .index-solution ul li a .mc_a1t_xl .mc_a1t_title i {
    width: 9px;
    height: 9px;
    right: 10px
  }
}

.index-solution ul li a .mc_a1t_xl::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 0;
  height: 100%;
  background: #fff;
  border-radius: 30px
}

.index-solution ul li.mc_a1t_li10 .mc_a1t_xl,
.index-solution ul li.mc_a1t_li12 .mc_a1t_xl,
.index-solution ul li.mc_a1t_li14 .mc_a1t_xl {
  left: auto;
  right: 30px;
  transform: translate(0%, -30px);
  top: 100%
}

@media (max-width: 768px) {

  .index-solution ul li.mc_a1t_li10 .mc_a1t_xl,
  .index-solution ul li.mc_a1t_li12 .mc_a1t_xl,
  .index-solution ul li.mc_a1t_li14 .mc_a1t_xl {
    right: 18px;
    transform: translate(0%, -20px)
  }
}

@media (max-width: 768px) {

  .index-solution ul li.mc_a1t_li6 .mc_a1t_xl,
  .index-solution ul li.mc_a1t_li11 .mc_a1t_xl,
  .index-solution ul li.mc_a1t_li9 .mc_a1t_xl {
    left: auto;
    top: 100%;
    right: 18px;
    transform: translate(0%, -20px)
  }
}

.index-solution ul li:hover .mc_a1t_xl {
  pointer-events: all
}

.index-solution ul li:hover .mc_a1t_xl span {
  opacity: 1;
  transition: all .36s .4s
}

.index-solution ul li:hover .mc_a1t_xl::before {
  width: 100%;
  transition: all 0.4s cubic-bezier(0.34, 0.44, 0.41, 1.12)
}

.index-news {
  padding: 40px 0;
  background-color: #f6f6f6;
  width: 100%;
  overflow: hidden
}

.index-news .l-title .title b {
  font-size: 28px;
  color: #0061ae
}

.index-news .l-title .title p {
  font-size: 19px;
  color: #bdbdbd
}

.index-news .l-title .link {
  float: right
}

.index-news .l-title .link span {
  margin: 0 30px;
  color: #929292
}

.index-news .l-title .link a {
  color: #929292
}

.index-news .l-title .link a:nth-child(1) {
  color: #0061ae
}

.index-news .l-title .link a:hover {
  color: var(--textActiveColor)
}

.index-news .news-top {
  margin: 30px 0
}

.index-news .news-top .news-info>a>div:nth-child(1) {
  float: right
}

.index-news .news-top .news-info .bg-white {
  position: relative
}

.index-news .news-top .news-info .bg-white::after {
  background-color: #fff;
  height: 100%;
  position: absolute;
  width: 20px;
  right: -20px;
  top: 0px;
  content: ""
}

.index-news .news-top .news-info .img {
  width: 100%;
  height: 400px;
  overflow: hidden
}

@media (max-width: 768px) {
  .index-news .news-top .news-info .img {
    height: auto
  }
}

.index-news .news-top .news-info .img img {
  max-width: 100%;
  height: 100%;
  object-fit: cover
}

.index-news .news-top .news-info .info {
  height: 400px;
  padding: 30px
}

@media (max-width: 768px) {
  .index-news .news-top .news-info .info {
    height: auto;
    padding: 30px 0
  }
}

.index-news .news-top .news-info .info .n-nav-ti {
  margin-bottom: 30px;
  color: #494949
}

.index-news .news-top .news-info .info .titlex {
  font-size: 20px;
  color: #383838
}

.index-news .news-top .news-info .info .desc {
  margin: 30px 0;
  color: #494949
}

.index-news .news-top .news-info .info .links a {
  color: var(--textActiveColor)
}

.index-news .news-top .news-info:hover .info .titlex {
  color: var(--textActiveColor)
}

.index-news .news-lis {
  margin-top: 20px
}

.index-news .news-lis .swp-news {
  padding-bottom: 30px
}

.index-news .news-lis .swp-news .s-wp .swiper-pagination {
  bottom: 5px
}

.index-news .news-lis .swp-news .s-wp .swiper-pagination .swiper-pagination-bullet {
  width: 40px;
  border-radius: 3px;
  height: 5px
}

.index-news .news-lis .swp-news .s-wp .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: var(--textActiveColor)
}

.index-news .news-lis .news-li {
  background-color: #fff;
  padding: 30px
}

@media (max-width: 768px) {
  .index-news .news-lis .news-li {
    padding: 10px
  }
}

.index-news .news-lis .news-li .fl {
  color: #7f7f7f
}

.index-news .news-lis .news-li .n-title {
  color: #383838;
  margin: 20px 0
}

@media (max-width: 768px) {
  .index-news .news-lis .news-li .n-title {
    margin: 10px 0
  }
}

.index-news .news-lis .news-li .disc {
  font-size: 13px;
  color: #7f7f7f
}

.index-news .news-lis .news-li .date {
  margin-top: 30px;
  font-size: 15px;
  color: #a9a9a9
}

.index-news .news-lis .news-li .date span {
  float: right;
  color: var(--textActiveColor)
}

.index-news .news-lis .news-li:hover .n-title {
  color: var(--textActiveColor)
}

.n-ban {
  width: 100%;
  height: 400px;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  background-color: #000
}

.n-ban img {
  display: none
}

@media (max-width: 768px) {
  .n-ban {
    height: inherit
  }

  .n-ban img {
    display: block;
    max-width: 100%
  }
}

.n-ban-info {
  height: 410px;
  background: #dddddd;
  background-position: center;
  background-repeat: no-repeat
}

@media (max-width: 768px) {
  .n-ban-info {
    height: 220px
  }
}

.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 h2 {
  font-size: 46px;
  /*text-align:center;*/
  margin-top: 0;
  margin-bottom: 15px;
  color: #fff;
}

.n-ban-info .b-info .navigation {
  font-size: 16px;
  color: #fff
}

.n-ban-info .b-info .navigation a {
  color: #fff
}

.foot {
  background-color: #efefef;
  padding-top: 30px
}

.foot .foot-logo {
  height: 230px
}

.foot .foot-logo img {
  width: 80%
}

.foot .f-title {
  color: #222;
  font-size: 18px;
  padding-top: 50px;
  padding-bottom: 10px;
  border-bottom: 1px solid #cdcdcd
}

.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: 20px
}

.foot .f-nav-link li a {
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 10px
}

.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
}

.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 #cdcdcd;
  font-size: 14px;
  color: #858585;
  text-align: center
}

@media (max-width: 768px) {
  .foot .bq {
    margin-top: 30px
  }
}

.foot .bq a {
  color: #858585
}

.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 .lis-con {
  padding-left: 20px;
  margin-top: 10px
}

.n-nav-lis-b .lis-con a {
  padding: 10px;
  display: inline-block
}

.n-nav-lis-b .lis-con a.active {
  color: var(--textActiveColor)
}

.jianjie .jj-info {
  margin: 30px 0;
  color: #707070;
  line-height: 2
}

.product-yycj {
  height: 410px;
  position: relative
}

.product-yycj .swp-yycj {
  height: 100%
}

.product-yycj .swp-yycj .swiper-slide .imgcon img {
  transition: 1s linear 2s;
  transform: scale(1.1, 1.1)
}

.product-yycj .swp-yycj .swiper-slide-active .imgcon img {
  transition: 6s linear;
  transform: scale(1, 1)
}

.product-yycj .pr_nav {
  position: absolute;
  bottom: 0;
  height: 100%;
  width: 100%
}

.product-yycj .pr_nav::after {
  height: 130px;
  content: "";
  width: 100%;
  background-color: rgba(0, 0, 0, 0.281);
  z-index: 9;
  position: absolute;
  bottom: 0
}

.product-yycj .pr_nav .container {
  height: 100%;
  position: relative;
  z-index: 10
}

.product-yycj .pr_nav .container .row {
  height: 100%
}

.product-yycj .pr_nav .container .swp-nav {
  height: 100%;
  width: calc(100% - 80px);
  margin: 0 auto
}

.product-yycj .pr_nav .container .swp-nav .swiper-slide {
  color: #fff;
  position: relative;
  text-align: center;
  height: 130px;
  top: calc(100% - 130px);
  transition: all .3s;
  cursor: pointer
}

.product-yycj .pr_nav .container .swp-nav .swiper-slide .pagination_title {
  font-size: 28px;
  font-weight: 600
}

.product-yycj .pr_nav .container .swp-nav .swiper-slide .link {
  position: relative;
  top: 20px;
  opacity: 0;
  transition: all 1s
}

.product-yycj .pr_nav .container .swp-nav .swiper-slide .link a {
  padding: 8px 30px;
  border: 1px solid #fff;
  display: block;
  font-size: 13px;
  color: #fff
}

.product-yycj .pr_nav .container .swp-nav .swiper-slide::after {
  position: absolute;
  content: "";
  right: -2px;
  height: 100%;
  top: 0;
  border-right: 1px solid rgba(255, 255, 255, 0.253)
}

.product-yycj .pr_nav .container .swp-nav .swiper-slide:last-child::after {
  border-right: none
}

.product-yycj .pr_nav .container .swp-nav .swiper-slide .pop-con .pr-info {
  width: 100%;
  padding: 20px
}

.product-yycj .pr_nav .container .swp-nav .swiper-slide-thumb-active {
  height: 100%;
  background-color: #0061ae;
  top: 0
}

.product-yycj .pr_nav .container .swp-nav .swiper-slide-thumb-active .link {
  opacity: 1
}

.product-yycj .pr_nav .container .swp-nav .swiper-slide-thumb-active::after {
  border-right: none
}

.product-yycj .pr_nav .s-wp {
  height: 130px;
  position: absolute;
  bottom: 0;
  width: 100%
}

.product-yycj .pr_nav .s-wp .swiper-button-prev::after,
.product-yycj .pr_nav .s-wp .swiper-button-next::after {
  color: #fff;
  font-size: 28px
}

.prod-content {
  margin-top: 60px;
  margin-bottom: 30px
}

.prod-content .c-titlex {
  margin-bottom: 40px
}

.prod-content .row {
  position: relative;
  padding-bottom: 50px
}

.prod-content .row::after {
  width: calc(100% - 30px);
  content: "";
  position: absolute;
  bottom: 0;
  left: 15px;
  border-bottom: 1px solid #7f7f7f
}

.prod-content .prod-info {
  line-height: 2;
}

.prod-content .row .img {
  width: 100%
}

.prod-content .row .img img {
  max-width: 100%
}

.prod-content .row .prod-info img {
  max-width: 100%
}

.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: #0061ae
}

.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%
}

.product_list_item {
  padding: 40px 0;
  background-color: #f7fbfe
}

@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
}

.case {
  padding: 60px 0
}

@media (max-width: 768px) {
  .case {
    padding: 30px 0
  }
}

.case .swp-case {
  padding-bottom: 80px
}

@media (max-width: 768px) {
  .case .swp-case {
    padding-bottom: 40px
  }
}

.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 .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)
}

.solu-nav {
  margin: 30px 0
}

.solu-nav [class*="col-"] {
  margin-bottom: 50px
}

.solu-nav .icon {
  width: 60px;
  height: 60px;
  margin-bottom: 15px
}

.solu-nav .icon img {
  width: 100%
}

.solu-nav .title {
  font-size: 22px;
  font-weight: 600;
  margin: 20px 0;
  padding-bottom: 20px;
  border-bottom: 1px solid #e2e2e2;
  color: #000000
}

.solu-item {
  padding: 50px 0;
  background-color: #f7f7f7
}

.solu-item .solu-jg-con {
  margin: 30px 0;
  line-height: 2;
}

.solu-item .solu-jg-con img {
  max-width: 100%
}

.solu-item-b {
  padding: 60px 0;
  background-image: url("../images/fa-bg.png");
  background-position: center top;
  background-repeat: no-repeat;
  background-color: #fff
}

@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 #0061ae;
  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
}

.about-info {
  margin: 60px 0
}

@media (max-width: 768px) {
  .about-info {
    margin: 30px 0
  }
}

.about-info p {
  margin: 0
}

.about-info .title {
  font-size: 32px;
  margin-bottom: 30px;
  font-weight: 600
}

@media (max-width: 768px) {
  .about-info .title {
    font-size: 22px;
    margin-top: 20px
  }
}

.about-info .info {
  font-size: 16px;
  line-height: 2
}

.about-info .info img {
  max-width: 100%
}

.about-info .img {
  width: 100%
}

.about-info .img img {
  width: 100%
}

.about-a-info {
  margin: 40px 0;
  line-height: 1.8
}

.about-a-info p {
  margin: 0
}

.about-a-info img {
  max-width: 100%
}

.youdian {
  margin: 60px 0
}

@media (max-width: 768px) {
  .youdian {
    margin: 30px 0
  }
}

.youdian .ys-info {
  text-align: center;
  margin-bottom: 30px
}

.youdian .ys-info .sz {
  font-size: 40px;
  color: var(--textActiveColor);
  font-weight: 600
}

@media (max-width: 768px) {
  .youdian .ys-info .sz {
    font-size: 26px
  }
}

.youdian .ys-info .desc {
  margin-top: 10px;
  color: #696969
}

.about-qyzs {
  padding: 60px 0;
  background-color: #f7f9fd
}

@media (max-width: 768px) {
  .about-qyzs {
    padding: 20px 0
  }
}

.about-qyzs .row {
  position: relative
}

.about-qyzs .swp-qyzs {
  width: 90%;
  margin: 60px auto
}

@media (max-width: 768px) {
  .about-qyzs .swp-qyzs {
    margin: 20px auto
  }
}

.about-qyzs .swp-qyzs .swiper-slide .imgcon {
  width: 100%;
  height: 200px;
  border-radius: 10px;
  overflow: hidden
}

@media (max-width: 768px) {
  .about-qyzs .swp-qyzs .swiper-slide .imgcon {
    height: 150px
  }
}

.about-qyzs .swp-qyzs .swiper-slide .imgcon img {
  height: 100%;
  width: 100%;
  object-fit: cover
}

.about-qyzs .swp-qyzs .swiper-slide .title {
  text-align: center;
  margin-top: 10px
}

.about-qyzs .s-wp .qyzs-pr,
.about-qyzs .s-wp .qyzs-nex {
  height: 30px;
  width: 30px;
  border-radius: 50%;
  padding: 10px;
  border: 2px solid var(--textActiveColor)
}

.about-qyzs .s-wp .qyzs-pr::after,
.about-qyzs .s-wp .qyzs-nex::after {
  font-size: 10px;
  color: var(--textActiveColor);
  font-weight: 600
}

.about-serve .swp-serve {
  width: 100%;
  height: 330px;
  margin-top: 40px;
  padding-bottom: 30px;
  margin-bottom: 30px
}

@media (max-width: 768px) {
  .about-serve .swp-serve {
    height: 250px
  }
}

.about-serve .swp-serve .swiper-slide {
  background: #fff;
  height: calc((100% - 30px) / 4);
  display: flex;
  justify-content: center;
  align-items: center
}

@media (max-width: 768px) {
  .about-serve .swp-serve .swiper-slide {
    height: calc((100% - 30px) / 3)
  }
}

.about-serve .swp-serve .swiper-slide .img {
  width: 100%;
  border: 1px solid #ededed;
  height: 100%;
  overflow: hidden
}

.about-serve .swp-serve .swiper-slide .img img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover
}

.about-serve .swp-serve .s-wp .swiper-pagination {
  bottom: 5px
}

.about-serve .swp-serve .s-wp .swiper-pagination .swiper-pagination-bullet {
  width: 20px;
  border-radius: 50%;
  height: 20px;
  border: 1px solid #fff;
  background-color: initial;
  position: relative
}

.about-serve .swp-serve .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
}

.about-serve .swp-serve .s-wp .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  border-color: var(--textActiveColor)
}

.about-serve .swp-serve .s-wp .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
  background: var(--textActiveColor)
}

.culture {
  margin: 40px 0
}

.culture .cult-info {
  width: 100%;
  height: 400px;
  position: relative;
  margin-bottom: 30px
}

@media (max-width: 768px) {
  .culture .cult-info {
    height: 250px
  }
}

.culture .cult-info .img {
  width: 100%;
  height: 100%;
  overflow: hidden
}

.culture .cult-info .img img {
  transition: all .5s;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1)
}

.culture .cult-info .info {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 122, 255, 0.4);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
  text-align: center;
  color: #fff
}

.culture .cult-info .info>div {
  width: 100%
}

.culture .cult-info .info .icon {
  width: 50px;
  height: 50px;
  overflow: hidden;
  margin: 0 auto
}

.culture .cult-info .info .icon img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover
}

.culture .cult-info .info .title {
  font-size: 24px;
  font-weight: 600;
  margin: 15px 0
}

.culture .cult-info .info .desc {
  font-size: 20px
}

.culture .cult-info:hover .img img {
  transform: scale(1.1)
}

.cetificate-nav .n-nav-lis-b {
  margin: 40px 0
}

@media (max-width: 768px) {
  .cetificate-nav .n-nav-lis-b {
    margin: 20px 0
  }
}

.cetificate-nav .n-nav-lis-b .container {
  display: flex;
  justify-content: center;
  width: 100%
}

@media (max-width: 768px) {
  .cetificate-nav .n-nav-lis-b .container .lis-con {
    padding-left: 0;
    width: 100%
  }
}

.cetificate-nav .n-nav-lis-b .container .lis-con a {
  padding: 5px 30px;
  border-radius: 5px;
  margin-bottom: 10px
}

@media (max-width: 768px) {
  .cetificate-nav .n-nav-lis-b .container .lis-con a {
    width: calc(50% - 5px);
    padding: 5px;
    text-align: center
  }
}

.cetificate-nav .n-nav-lis-b .container .lis-con a.active {
  background-color: var(--textActiveColor);
  color: #fff
}

.ceit-con {
  padding: 23px 0;
  background-image: url(../images/zz-bj.png);
  background-position: top center;
  background-repeat: no-repeat
}

.ceit-con .container {
  position: relative
}

.ceit-con .ceit_swp {
  width: 90%;
  margin: 0 auto;
  padding-bottom: 50px
}

.ceit-con .ceit_swp .swiper-slide {
  width: 100%
}

.ceit-con .ceit_swp .swiper-slide .imgcon {
  width: 100%;
  height: 320px;
  overflow: hidden
}

@media (max-width: 768px) {
  .ceit-con .ceit_swp .swiper-slide .imgcon {
    height: 150px
  }
}

.ceit-con .ceit_swp .swiper-slide .imgcon img {
  max-height: 100%;
  max-width: 100%;
  object-fit: cover
}

.ceit-con .ceit_swp .swiper-slide .title {
  text-align: center;
  margin-top: 8px
}

.ceit-con .swiper-button-prev,
.ceit-con .swiper-button-next {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 2px solid var(--textActiveColor)
}

@media (max-width: 768px) {

  .ceit-con .swiper-button-prev,
  .ceit-con .swiper-button-next {
    width: 30px;
    height: 30px
  }
}

.ceit-con .swiper-button-prev::after,
.ceit-con .swiper-button-next::after {
  color: var(--textActiveColor);
  font-size: 20px;
  font-weight: 600
}

@media (max-width: 768px) {

  .ceit-con .swiper-button-prev::after,
  .ceit-con .swiper-button-next::after {
    font-size: 16px
  }
}

.ceit-con .s-wp .swiper-pagination {
  bottom: 5px
}

.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
}

.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
}

.ceit-con .s-wp .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  border-color: var(--textActiveColor)
}

.ceit-con .s-wp .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
  background: var(--textActiveColor)
}

.product-content {
  margin: 30px 0
}

.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: 18px;
  font-weight: 500;
  color: #000;
  margin-bottom: 10px;
  margin-top: 60px
}

@media (max-width: 768px) {
  .product-content .p-title {
    margin-top: 20px
  }
}

.product-content .desc {
  font-size: 12px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #e0e0e0;
  line-height: 20px
}

.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
}

.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
}

.tab-con .tab-bg {
  background-color: #f2f6f9
}

.tab-con .tabs {
  margin-bottom: 0
}

@media (max-width: 768px) {
  .tab-con .tabs {
    flex-wrap: nowrap
  }
}

.tab-con .tabs li a {
  padding: 15px 20px;
  display: inline-block;
  margin-right: 100px;
  transition: all .3s;
  position: relative;
  font-size: 14px;
  color: #383838;
  text-transform: uppercase
}

@media (max-width: 768px) {
  .tab-con .tabs li a {
    margin-right: 10px
  }
}

.tab-con .tabs li a:hover,
.tab-con .tabs li a.active {
  color: #0061ae
}

.tab-con .tabs li a:hover::after,
.tab-con .tabs li a.active::after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  width: 100%;
  border-bottom: 2px solid #0061ae
}

.tab-con .t-con {
  position: relative;
  width: 100%;
  padding: 60px 0
}

.tab-con .t-con .con {
  position: relative;
  display: none;
  width: 100%
}

.tab-con .t-con .con p {
  margin: 0
}

.tab-con .t-con .con img {
  max-width: 100%
}

.tab-con .t-con .con.show {
  display: block
}

.contact {
  padding: 60px 0
}

@media (max-width: 768px) {
  .contact {
    padding: 30px 0
  }
}

.contact .zb-contact .title {
  margin: 30px 0;
  font-weight: 600;
  font-size: 24px
}

.contact .zb-contact .lx-con {
  width: 100%;
  margin-bottom: 20px;
  font-size: 18px;
  color: #595959
}

.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
}

.gbook {
  background-color: #f8f8f8;
  padding: 60px 0;
  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)
}

.servic-a-info {
  padding: 60px 0;
  background-color: #f7f9fd
}

.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%;
  max-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: #0061ae
}

.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
}

.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
}

.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
}

.page {
  margin: 30px 0
}

.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
}

.con-map {
  width: 100%;
  height: 440px
}

.con-map #container {
  width: 100%;
  height: 100%
}

.search-list {
  padding: 60px 0;
  background: #f7f9fd
}

.search-list .search-li {
  padding: 30px;
  background-color: #fff;
  margin-bottom: 30px
}

.search-list .search-li .title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px
}

.search-list .search-li .desc {
  font-size: 14px;
  color: #666
}

.search-list .search-li:hover .title {
  color: var(--textActiveColor)
}