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

:root {
  --textActiveColor: #fe9800;
  --textHarmonyOS_Sans_SC_Regular: 'HarmonyOS_Sans_SC_Regular';
  --textHarmonyOS_Sans_SC_Bold: 'HarmonyOS_Sans_SC_Bold';
  --textHarmonyOS_Sans_SC_Light: 'HarmonyOS_Sans_SC_Light'
}

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);
  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: blue
}

.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
}

.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
}

@font-face{
	font-family: var(--textHarmonyOS_Sans_SC_Light), "HarmonyOS", 鸿蒙;
	src:url('./HarmonyOS_Sans_SC/HarmonyOS_Sans_SC_Light.ttf ')format('truetype'); 
	}  

body {
  font-family: var(--textHarmonyOS_Sans_SC_Light), "HarmonyOS ", 鸿蒙;
 
	font-size: 16px;
  color: #000;
  line-height: 1.6
	
  
}

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

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

.b-line {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis
}

.c-line {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis
}

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

.top-fixed {
  position: sticky;
  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: 32px;
  padding: 40px 0;
  color: #333
}

@media (max-width: 1000px) {
  .temp-title {
    padding: 20px 0;
    font-size: 21px
  }
}

.temp-title b {
  display: inline-block;
  font-family: var(--textHarmonyOS_Sans_SC_Light)
}

.temp-title p {
  font-size: 18px;
  font-weight: 500;
  padding-top: 5px;
  margin-top: 5px
}

@media (max-width: 1000px) {
  .temp-title p {
    font-size: 14px
  }
}

.b-title {
  text-align: center;
  padding: 60px 0
}

@media (max-width: 1000px) {
  .b-title {
    padding: 30px 0
  }
}

.b-title b {
  position: relative;
  font-size: 28px;
  font-weight: 600;
  display: inline-block;
  color: #cd9e68;
  padding: 0 30px
}

@media (max-width: 1000px) {
  .b-title b {
    font-size: 23px
  }
}

.b-title b::before,
.b-title b::after {
  position: absolute;
  content: "";
  top: 50%;
  margin-top: -2px;
  width: 20px;
  height: 3px;
  background-color: #cd9e68
}

.b-title b::before {
  left: 0
}

.b-title b::after {
  right: 0
}

.head {
  background-color: #fff;
  transition: all .3s;

}

.head.bg_bxx {
  box-shadow: 0 2px 6px rgba(0, 0, 0, .1);
}

.head .navbar {
  margin-bottom: 0;
  border: none
}

.head .logoimg {
  width: 60%
}

.head .nav-header {
  height: 50px;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 7px;
}

.head .nav-header .navbar-toggle {
  margin-top: 15px;
  margin-right: 0;
  padding-right: 0
}

.head .nav-header .navbar-toggle.onk .icon-bar {
  position: relative;
  top: 6px
}

.head .nav-header .navbar-toggle.onk .icon-bar:nth-child(1) {
  transform: rotate(45deg)
}

.head .nav-header .navbar-toggle.onk .icon-bar:nth-child(2) {
  opacity: 0
}

.head .nav-header .navbar-toggle.onk .icon-bar:nth-child(3) {
  transform: rotate(-45deg);
  top: -6px
}

.head .nav-header .top-nav {
  font-size: 16px
}

.head .nav-header .top-nav .t-n {
  margin: 0 8px
}

.head .nav-header .top-nav .t-n a {
  display: inline-block;
  margin: 0 8px
}

.head .nav-header .t-tel {
  font-size: 24px
}

.head .nav-header .t-tel .glyphicon {
  font-size: 20px;
  margin-right: 10px
}

.head .icon-bar {
  background-color: var(--textActiveColor)
}

.head .nav-list {
  background-color:
    /* var(--textActiveColor)*/
    #fff;
  width: 100%
}

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

.head .navbar-nav .nav-item.navsou {
  margin-right: 8px
}

@media (max-width: 1000px) {
  .head .navbar-nav .nav-item.navsou {
    width: 90%;
    margin: 0 auto;
    float: initial;
    padding-top:8px;
    margin-bottom: 10px
  }
}

.head .navbar-nav .nav-item.navsou .sou {
  position: relative;
  width: 0px;
  overflow: hidden;
  transition: all .5s
}

@media (max-width: 1000px) {
  .head .navbar-nav .nav-item.navsou .sou {
    width: 100%
  }
}

.head .navbar-nav .nav-item.navsou .sou.active {
  width: 280px
}

.head .navbar-nav .nav-item.navsou .sou input {
  width: 280px;
  height: 40px;
  border: none;
  padding: 0 15px;
  font-size: 15px;
  background-color: #fec570;
  color: #fff
}

.head .navbar-nav .nav-item.navsou .sou input::placeholder {
  color: #fff
}

@media (max-width: 1000px) {
  .head .navbar-nav .nav-item.navsou .sou input {
    width: 100%
  }
}

.head .navbar-nav .nav-item.navsou .sou .glyphicon {
  position: absolute;
  right: 10px;
  border: none;
  background: none;
  top: 12px;
  font-size: 14px;
  color: #fff
}

.head .navbar-nav .nav-item.navsou .sou-ico {
  color: #fff
}

.head .navbar-nav>li {
  position: relative;
  /* padding: 16px 0*/
  ;
  padding-bottom: 4px;
}

.head .navbar-nav>li a {
  font-size: 18px;
  padding: 10px 20px;
  /*color: #fff;*/
  color: #000;
  text-shadow: initial
}

.head .navbar-nav>li a:hover,
.head .navbar-nav>li a:active,
.head .navbar-nav>li a:focus {
  background: none;
  color: #000 !important
}

@media (min-width: 1000px) {
  .head .navbar-nav>li:first-child a {
    padding-left: 0
  }
}

.head .navbar-nav>li:last-child::after {
  display: none
}

.head .navbar-nav>li:last-child a {
  padding-right: 0
}

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

.head .navbar-nav>li>.dropdown-menu {
  border: none;
  background-color: #fe9800;
  padding: 0;
  left: 50%;
  width: 140px;
  margin-left: -80px;
  text-align: center
}

@media (max-width: 1000px) {
  .head .navbar-nav>li>.dropdown-menu::before {
    display: none
  }
}

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

.head .navbar-nav>li>.dropdown-menu li a {
  font-size: 18px;
  margin: 0 10px;
  padding: 18px 10px;
  display: inline-block;
  border-bottom: 1px solid #fff;
  color: #fff;
  line-height: initial;
  display: block;
  font-weight: 500
}

.head .navbar-nav>li>.dropdown-menu li:hover,
.head .navbar-nav>li>.dropdown-menu li.act {
  background-color: #fff
}

.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 li:last-child a {
  border-bottom: none
}

.head .navbar-nav>li>.dropdown-menu .dropdown-menu .nav-link {
  padding: 8px 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 {
  width: 100%
}

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

.head .nav-list {
  /*padding-right: 0*/
}

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

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

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

.head .nav-list .pc-link .glyphicon {
  top: 4px
}

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

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

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

.head.bg-qh {
  background: rgba(34, 38, 43, 0.8);
  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: 1000px) {
  .head {
    height: 60px;
    background-color: #fff
  }

  .head .nav-list {
    position: relative;
    margin-top: 0px
  }

  .head .nav-list::before {
    content: "";
    position: absolute;
    left: 0;
    width: 100%
  }

  .head .nav-header {
    height: 60px
  }

  .head .navbar-brand {
    padding: 0
  }

  .head .navbar {
    height: 100%;
    display: block
  }

  .head .navbar>.container {
    margin-left: -1px;
    margin-right: -1px;
    min-height: 60px;
    background-color: #fff
  }

  .head .navbar .navbar-header {
    height: 100%;
    position: relative
  }

  .head .navbar .navbar-header .navbar-brand {
    margin-top: 12px;
    padding: 0
  }

  .head .navbar .logoimg {
    width: 70%
  }

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

  .head .navbar .navbar-collapse.in {
    padding-right: 0;
    padding-left: 3px
  }

  .head .navbar-nav {
    margin-top: 0;
    margin-bottom: 0;
    width: calc(100% + 15px) !important
  }

  .head .navbar-nav>li {
    border-bottom: none
  }

  .head .navbar-nav>li:last-child {
    border-bottom: none
  }

  .head .navbar-nav>li>a {
    width: calc(100% - 60px);
    float: left;
    padding: 5px 18px;
    font-size: 16px;
    font-weight: 500
  }

  .head .navbar-nav>li>span {
    width: 60px;
    height: 30px;
    float: right;
    display: flex;
    justify-content: end;
    align-items: center
  }

  .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: #323232;
    font-size: 15px;
    padding: 6px 0px;
    border-bottom: none
  }

  .head .navbar-nav>li.open>span img {
    transform: rotate(90deg)
  }

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

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

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

@media (max-width: 1000px) {
  .banner {
    height: initial
  }

  .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 .ban-title {
  font-size: 45px;
  font-weight: 600;
  position: relative;
  padding-bottom: 10px
}

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

.banner .swp-banner .swiper-wrapper .swiper-slide .info .container .b-desc {
  font-size: 25px;
  margin-top: 10px;
  width: 590px
}

@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: 30px
}

.banner .swp-banner .swiper-wrapper .swiper-slide .info .container .link-ban .btn {
  background-color: var(--textActiveColor);
  background-image: initial;
  border: none;
  color: #fff;
  text-shadow: none
}

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

.banner .swp-banner .swiper-wrapper .swiper-slide .imgcon img {
  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-prod .prod-con .prod-swp {
  padding-bottom: 80px
}

.index-prod .prod-con .prod-swp .swiper-slide .pr-swp-info {
  border: 1px solid #bfd3d6
}

.index-prod .prod-con .prod-swp .swiper-slide .pr-swp-info .img {
  width: 100%;
  height: 195px;
  overflow: hidden
}

@media (max-width: 1000px) {
  .index-prod .prod-con .prod-swp .swiper-slide .pr-swp-info .img {
    height: 135px
  }
}

.index-prod .prod-con .prod-swp .swiper-slide .pr-swp-info .img img {
  height: 100%;
  width: 100%;
  object-fit: cover
}

.index-prod .prod-con .prod-swp .swiper-slide .pr-swp-info .info {
  padding: 25px
}

@media (max-width: 1000px) {
  .index-prod .prod-con .prod-swp .swiper-slide .pr-swp-info .info {
    padding: 15px
  }
}

.index-prod .prod-con .prod-swp .swiper-slide .pr-swp-info .info .title b {
  font-family: var(--textHarmonyOS_Sans_SC_Light);
  font-size: 22px
}

@media (max-width: 1000px) {
  .index-prod .prod-con .prod-swp .swiper-slide .pr-swp-info .info .title b {
    font-size: 16px;
    height: 50px;
    display: block
  }
}

.index-prod .prod-con .prod-swp .swiper-slide .pr-swp-info .info .desc {
  margin: 15px 0;
  height: 75px
}

@media (max-width: 1000px) {
  .index-prod .prod-con .prod-swp .swiper-slide .pr-swp-info .info .desc {
    height: 69px
  }
}

.index-prod .prod-con .prod-swp .swiper-slide .pr-swp-info .info .link a {
  font-size: 14px;
  color: #9e9e9e
}

.index-prod .prod-con .prod-swp .swiper-slide .pr-swp-info .info .link a:hover {
  color: var(--textActiveColor)
}

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

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

.index-prod .prod-con .prod-swp .s-wp .container .swiper-button-next,
.index-prod .prod-con .prod-swp .s-wp .container .swiper-button-prev {
  color: #000000;
  position: relative;
  bottom: -50px
}

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

.index-prod .prod-con .prod-swp .s-wp .container .swiper-pagination {
  position: relative;
  width: initial;
  margin: 0 15px;
  bottom: -39px
}

.index-prod .prod-con .prod-swp .s-wp .container .swiper-pagination .swiper-pagination-bullet {
  width: initial;
  background: none;
  opacity: 1;
  margin: 0px 6px;
  color: #000;
  width: 25px;
  height: 25px;
  border-radius: 0;
  background-color: #fff;
  font-size: 14px;
  line-height: 25px
}

.index-prod .prod-con .prod-swp .s-wp .container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #000;
  color: #fff
}

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

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

.index-jjfa .temp-title .link {
  font-size: 18px
}

.jjfa-con .tab_nav {
  padding-bottom: 15px;
  border-bottom: 4px solid #f2f2f2
}

@media (max-width: 1000px) {
  .jjfa-con .tab_nav {
    overflow: hidden;
    overflow-x: auto;
    white-space: nowrap
  }
}

.jjfa-con .tab_nav .nav-li {
  margin-right: 30px;
  position: relative;
  transition: all .5s
}

.jjfa-con .tab_nav .nav-li.active::after,
.jjfa-con .tab_nav .nav-li:hover::after {
  width: 100%;
  height: 4px;
  background-color: var(--textActiveColor);
  position: absolute;
  content: "";
  bottom: -19px;
  left: 0
}

.jjfa-con .tab_nav .nav-li.active a,
.jjfa-con .tab_nav .nav-li:hover a {
  color: var(--textActiveColor)
}

.jjfa-con .tab_nav .nav-li a {
  font-size: 15px;
  display: inline-block
}

.jjfa-con .tab-con {
  position: relative;
  margin-top: 30px
}

.jjfa-con .tab-con .tab-con-item {
  display: none
}

.jjfa-con .tab-con .tab-con-item.active {
  display: block
}

.jjfa-con .tab-con .tab-con-item .jjfa-info {
  margin-bottom: 15px
}

.jjfa-con .tab-con .tab-con-item .jjfa-info .img {
  width: 100%;
  height: 218px
}

@media (max-width: 1000px) {
  .jjfa-con .tab-con .tab-con-item .jjfa-info .img {
    height: 130px
  }
}

.jjfa-con .tab-con .tab-con-item .jjfa-info .img img {
  object-fit: cover;
  height: 100%;
  width: 100%
}

.jjfa-con .tab-con .tab-con-item .jjfa-info .title {
  margin-top: 20px
}

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

.index-news .news-li {
  border-bottom: 1px solid #eeeeee;
  padding: 30px
}

.index-news .news-li .desc {
  font-size: 14px;
  color: #868686;
  margin-top: 8px;
}

.index-news .news-li:last-child {
  border-bottom: none
}

.index-news .news-li .time {
  font-size: 14px;
  font-family: var(--textHarmonyOS_Sans_SC_Light);
  margin-bottom: 10px;
  color: #737373
}

.index-news .news-li .time span {
  font-family: var(--textHarmonyOS_Sans_SC_Light);
  color: var(--textActiveColor);
  margin-left: 10px
}

.index-news .news-li:hover {
  box-shadow: 0 0 10px #e6e6e6
}

.foot {
  background-color: #1c1c1c;
  padding-top: 25px
}

@media (max-width: 1000px) {
  .foot {
    padding-top: 20px
  }
}

.foot a:hover {
  color: var(--textActiveColor) !important
}

.foot .f-nav-ti {
  position: relative;
  color: #fff;
  font-size: 14px;
  margin-bottom: 10px;
  padding-bottom: 10px;
  margin-bottom: 10px
}

.foot .f-nav-ti .f-n {
  float: right;
  color: #ccc
}

@media (max-width: 1000px) {
  .foot .f-nav-ti {
    margin-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 10px
  }
}

.foot .f-nav-ti::after {
  position: absolute;
  content: "";
  left: 0;
  width: 20px;
  bottom: 0;
  border-bottom: 1px solid #626262
}

@media (max-width: 1000px) {
  .foot .f-nav-li {
    display: none;
    margin-bottom: 20px
  }
}

.foot .f-nav-li li {
	font-size: 14px;
  margin-bottom: 10px
  
}

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

.foot .foot_logo_item {
  margin-top: 30px
}

@media (max-width: 1000px) {
  .foot .foot_logo_item {
    margin-top: 20px
  }
}

.foot .foot_logo_item .foot_logo {
  margin-right: 50px;
  width: 120px
}

.foot .foot_logo_item .foot_logo img {
  width: 100%
}

@media (max-width: 1000px) {
  .foot .foot_logo_item .foot_logo {
    margin-right: 0px
  }
}

.foot .foot_logo_item .link a {
  width: 35px;
  display: inline-block;
  margin-right: 10px;
  opacity: .8
}

.foot .foot_logo_item .link a:hover {
  opacity: 1
}

.foot .foot_logo_item .link a img {
  width: 100%
}

.foot .foot_logo_item .link a .weix {
  position: relative
}

.foot .foot_logo_item .link a .weix .ewm-info {
  width: 150px;
  height: 150px;
  border-radius: 5px;
  padding: 8px;
  position: absolute;
  bottom: 50px;
  opacity: 0;
  transition: all .5s;
  z-index: 22;
  background-color: #fff;
  left: 50%;
  margin-left: -75px
}

.foot .foot_logo_item .link a .weix .ewm-info img {
  width: 100%
}

.foot .foot_logo_item .link a .weix:hover .ewm-info {
  bottom: 40px;
  opacity: 1
}

.foot .banquan {
  margin-top: 15px;
  background-color: #131313;
  padding: 20px 0;
  font-size: 14px;
  color: #fff
}

@media (max-width: 1000px) {
  .foot .banquan {
    margin-top: 20px;
    text-align: center
  }
}

@media (min-width: 1000px) {
  .foot .banquan .dz {
    text-align: right
  }
}

.foot .banquan a {
  color: #fff;
  display: inline-block;
  margin-left: 30px
}

.s_spserv__wrap {
  bottom: 82px;
  padding: 9px;
  position: fixed;
  right: 21px;
  z-index: 1000
}

.s_spserv__wrap .s_spserv__item {
  align-items: center;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.12);
  color: #333;
  cursor: pointer;
  display: flex;
  height: 48px;
  justify-content: center;
  margin-bottom: 12px;
  position: relative;
  width: 48px
}

.s_spserv__wrap .s_spserv__item:before {
  content: "";
  height: 100%;
  left: -16px;
  position: absolute;
  top: 0;
  width: 16px;
  z-index: -1
}

.s_spserv__wrap .s_spserv__item:last-of-type {
  margin-bottom: 0
}

.s_spserv__wrap .s_spserv__item .s_spserv__pic {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  color: #666;
  font-size: 25px;
  height: 25px;
  line-height: 25px;
  width: 25px
}

.s_spserv__wrap .s_spserv__hoverarea {
  -webkit-animation: spservhover .3s ease-out 0s forwards;
  animation: spservhover .3s ease-out 0s forwards;
  background: #fff;
  border-radius: 6px;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.12);
  color: #333;
  display: none;
  font-size: 14px;
  left: 0;
  line-height: 22px;
  max-width: 252px;
  padding: 15px;
  position: absolute;
  top: 50%;
  transform: translate(-100%, -50%);
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content
}

.s_spserv__wrap .s_spserv__hoverarea:after {
  background: #fff;
  content: "";
  filter: drop-shadow(2px -2px 1px rgba(0, 0, 0, 0.05));
  height: 8px;
  position: absolute;
  right: 0;
  right: -12px;
  top: 50%;
  transform: translate(-100%, -50%) rotate(45deg);
  width: 8px
}

.s_spserv__wrap .s_spserv__hoverarea-block {
  display: block
}

.s_spserv__wrap .s_spserv__wxpic {
  background-repeat: no-repeat;
  background-size: 100% 100%;
  height: 110px;
  margin: 9px auto;
  width: 110px
}

.s_spserv__wrap .s_spserv__ib {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  text-align: center
}

.s_spserv__wrap .s_spserv__line-2 {
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  text-align: center
}

@-webkit-keyframes spservhover {
  0% {
    opacity: .5;
    transform: translate(calc(-100% - 16px), -50%) scale(0.5)
  }

  60% {
    opacity: 1;
    transform: translate(calc(-100% - 16px), -50%) scale(1)
  }

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

@keyframes spservhover {
  0% {
    opacity: .5;
    transform: translate(calc(-100% - 16px), -50%) scale(0.5)
  }

  60% {
    opacity: 1;
    transform: translate(calc(-100% - 16px), -50%) scale(1)
  }

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

@-webkit-keyframes spservhover2 {
  0% {
    opacity: 0;
    transform: translateX(calc(-100% - 16px)) scale(0.95)
  }

  to {
    opacity: 1;
    transform: translateX(calc(-100% - 16px)) scale(1)
  }
}

@keyframes spservhover2 {
  0% {
    opacity: 0;
    transform: translateX(calc(-100% - 16px)) scale(0.95)
  }

  to {
    opacity: 1;
    transform: translateX(calc(-100% - 16px)) scale(1)
  }
}

@-webkit-keyframes spservhover-mobi {
  0% {
    opacity: .5;
    transform: translate(calc(-100% - 12px), -50%) scale(0.5)
  }

  60% {
    opacity: 1;
    transform: translate(calc(-100% - 12px), -50%) scale(1)
  }

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

@keyframes spservhover-mobi {
  0% {
    opacity: .5;
    transform: translate(calc(-100% - 12px), -50%) scale(0.5)
  }

  60% {
    opacity: 1;
    transform: translate(calc(-100% - 12px), -50%) scale(1)
  }

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

@-webkit-keyframes spservhover2-mobi {
  0% {
    opacity: 0;
    transform: translateX(calc(-100% - 12px)) scale(0.95)
  }

  to {
    opacity: 1;
    transform: translateX(calc(-100% - 12px)) scale(1)
  }
}

@keyframes spservhover2-mobi {
  0% {
    opacity: 0;
    transform: translateX(calc(-100% - 12px)) scale(0.95)
  }

  to {
    opacity: 1;
    transform: translateX(calc(-100% - 12px)) scale(1)
  }
}

.s_spserv__wrap-1 .s_spserv__item {
  border: 1px solid #e3e7ec;
  border-radius: 0;
  border-top: 0;
  box-shadow: none;
  box-sizing: border-box;
  flex-direction: column;
  height: auto;
  justify-content: normal;
  margin-bottom: 0;
  width: 65px
}

.s_spserv__wrap-1 .s_spserv__item:first-of-type {
  border-radius: 6px 6px 0 0;
  border-top: 1px solid #e3e7ec
}

.s_spserv__wrap-1 .s_spserv__item:last-of-type {
  border-radius: 0 0 6px 6px
}

.s_spserv__wrap-1 .s_spserv__item:only-of-type {
  border-radius: 6px
}

.s_spserv__wrap-1 .s_spserv__pic {
  margin: 11px 0 5px
}

.s_spserv__wrap-1 .s_spserv__name {
  font-size: 12px;
  margin-bottom: 8px;
  text-align: center;
  width: 50px
}

.s_spserv__term {
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.12);
  box-sizing: border-box;
  cursor: pointer;
  position: relative;
  text-align: center;
  width: 45px;
  z-index: 10000
}

.s_spserv__item:before,
.s_spserv__term:before {
  content: "";
  height: 100%;
  left: -16px;
  position: absolute;
  top: 0;
  width: 16px;
  z-index: -1
}

.s_spserv__term .s_spserv__hoverarea {
  -webkit-animation: spservhover2 .3s ease-out 0s forwards;
  animation: spservhover2 .3s ease-out 0s forwards;
  bottom: 0;
  padding: 15px 20px;
  top: auto;
  transform: translateX(-100%);
  transform-origin: center right
}

.s_spserv__term .s_spserv__hoverarea-wx {
  padding: 15px
}

.s_spserv__term .s_spserv__hoverarea:after {
  display: none
}

.s_spserv__term-concat {
  padding: 0 11.5px
}

.s_spserv__concatpic {
  font-size: 22px;
  padding: 13px 0 6px
}

.s_spserv__concatwe {
  display: inline-block;
  font-size: 14px;
  margin: 0 auto 12px;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl
}

.n-ban-info {
  height: 480px;
  background: #dddddd;
  background-position: center;
  background-repeat: no-repeat
}

@media (max-width: 1000px) {
  .n-ban-info {
    height: auto
  }
}

.n-ban-info img {
  width: 100%
}

.productlist {
  padding: 40px 0
}

@media (max-width: 1000px) {
  .productlist {
    padding: 20px 0
  }
}

.productlist .pb {
  padding-bottom: 20px
}

@media (max-width: 1000px) {
  .productlist .cp-info .prxbtn {
    margin-top: 30px
  }
}

.productlist .cp-info .prxbtn .btn {
  display: block;
  width: 100%;
  margin-bottom: 18px;
  border: 1px solid var(--textActiveColor);
  color: var(--textActiveColor);
  padding: 8px 0;
  font-family: var(--textHarmonyOS_Sans_SC_Light);
  font-size: 20px
}

.productlist .cp-info .prxbtn .btn:nth-child(1) {
  background-color: var(--textActiveColor);
  color: #fff
}

.productlist .cp-info .prxbtnx {
  text-align: center;
  margin-top: 20px
}

.productlist .cp-info .prxbtnx .btn {
  margin-bottom: 18px;
  border: 1px solid var(--textActiveColor);
  color: var(--textActiveColor);
  padding: 8px 30px;
  font-family: var(--textHarmonyOS_Sans_SC_Light);
  font-size: 20px
}

.productlist .cp-info .prxbtnx .btn:nth-child(1) {
  background-color: var(--textActiveColor);
  color: #fff
}

.productlist .cp-info .img {
  width: 100%;
  height: 250px;
  overflow: hidden
}

@media (max-width: 1000px) {
  .productlist .cp-info .img {
    height: 180px
  }
}

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

.navigation {
  color: #333;
  margin: 10px 0
}

.navigation a {
  color: #333
}

.prod-list .p-li {
  margin-bottom: 10px
}

.prod-list .p-li .img {
  width: 250px;
  height: 130px;
  overflow: hidden;
  border: 1px solid #bababa
}

@media (max-width: 1000px) {
  .prod-list .p-li .img {
    width: 100px;
    height: 90px
  }
}

.prod-list .p-li .img img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover
}

.prod-list .p-li .info {
  width: calc(100% - 300px)
}

@media (max-width: 1000px) {
  .prod-list .p-li .info {
    width: calc(100% - 108px)
  }
}

.prod-list .p-li .info .title {
  font-size: 20px;
  margin-bottom: 15px
}

@media (max-width: 1000px) {
  .prod-list .p-li .info .title {
    font-size: 18px;
    margin-bottom: 8px
  }
}

.prod-con-tab {
  margin-top: 60px
}

@media (max-width: 1000px) {
  .prod-con-tab {
    margin-top: 20px
  }
}

.prod-con-tab .p_tab_nav {
  background-color: #fff;
  border-bottom: 1px solid #d0d0d0;
  position: sticky;
  top: 120px;
  z-index: 5;
  padding-top: 10px;
}

@media (max-width: 1000px) {
  .prod-con-tab .p_tab_nav {
    top: 86px
  }
}

.prod-con-tab .p_tab_nav .t-n-li {
  padding: 6px 50px;
  /* border-radius: 10px 10px 0 0;*/
  border: 1px solid #d0d0d0;
  position: relative;
  top: 1px;
  margin-right: 5px;
  font-size: 20px;
  cursor: pointer;
  background-color: #fff
}

@media (max-width: 1000px) {
  .prod-con-tab .p_tab_nav .t-n-li {
    padding: 6px 10px;
    font-size: 14px
  }
}

.prod-con-tab .p_tab_nav .t-n-li.active {
  background-color: var(--textActiveColor);
  color: #fff
}

.prod-con-tab .pr-info-con {
  position: relative
}

.prod-con-tab .pr-info-con .pr-info-item {
  display: none;
  margin-top: 20px
}

.prod-con-tab .pr-info-con .pr-info-item.active {
  display: block
}

.fn-sticky {
  position: sticky;
  top: 180px
}

.fn-sticky .left-nav .l-n-li {
  padding: 5px;
  /* font-weight: bold;*/
  font-size: 16px
}

.fn-sticky .left-nav .l-n-li a {
  color: #333
}

.fn-sticky .left-nav .l-n-li.active {
  color: var(--textActiveColor);
  padding-left: 20px
}

.fn-sticky .left-nav .l-n-li.active::after {
  position: absolute;
  left: 0;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: 400;
  content: "\e072";
  font-size: 15px
}

.fn-sticky .left-nav .l-n-li.active a {
  color: var(--textActiveColor)
}

.fn-sticky .news-sou-form .form-item {
  margin-top: 20px
}

.fn-sticky .news-sou-form .form-item .leb {
  font-size: 13px;
  color: #777;
  padding: 8px
}

.fn-sticky .news-sou-form .form-item .btn {
  background-color: var(--textActiveColor);
  background-image: initial;
  color: #fff;
  text-shadow: none;
  padding: 8px 30px;
  border: none
}

.about {
  padding: 40px 0;
  position: relative
}

@media (max-width: 1000px) {
  .prod-con-tab .pr-info-con .pr-info-item img {
    max-width: 100%;
    
  }

  .prod-con-tab .pr-info-con .pr-info-item table {
    max-width: 100%;
    width: 100%;

  }

  .prod-con-tab .pr-info-con .pr-info-item table td {
    word-break: break-all;
  }

  .about {
    padding: 20px 0
  }
}

.about .about-info .ab-item .temp-title {
  padding: 4px 0px 20px 0px;
  line-height: 26px;
}

.about .about-info .ab-item .temp-title b {
  font-size: 26px;
  font-family: var(--textHarmonyOS_Sans_SC_Light);
  font-weight: 500
}

@media (max-width: 1000px) {
  .about .about-info .ab-item .temp-title b {
    font-size: 21px
  }
}

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

.about .about-info .ab-item .ab-info .img {
  width: 100%;
  height: 550px;
  overflow: hidden
}

@media (max-width: 1000px) {
  .about .about-info .ab-item .ab-info .img {
    height: 350px;
    margin-bottom: 20px
  }
}

.about .about-info .ab-item .ab-info .img img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover
}

.about .about-info .ab-item .ab-info table {
  max-width: 100%;
  width:100%
}
/*.about .about-info .ab-item .ab-info table td {
  word-break:break-all;
}*/

.about .about-info .ab-item .ab-info video {
  width: 100%
}

.about .about-info .ab-item .ab-info .about-li {
  margin-top: 30px
}

@media (max-width: 1000px) {
  .about .about-info .ab-item .ab-info .about-li {
    margin-top: 10px
  }
}

.about .about-info .ab-item .ab-info .about-li .ab-li {
  margin-bottom: 10px
}

.about .about-info .ab-item .ab-info .about-li .ab-li .aimg {
  width: 60px;
  bottom: 60px;
  border-radius: 5px;
  margin-right: 10px
}

.about .about-info .ab-item .ab-info .about-li .ab-li .aimg img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover
}

.about .about-info .ab-item .ab-info .about-li .ab-li .infoc {
  width: calc(100% - 70px)
}

.about .about-info .ab-item .ab-info .about-li .ab-li .infoc .ti {
  font-size: 20px;
  color: var(--textActiveColor);
  margin-bottom: 5px
}

.about .about-info .ab-item .honor figure {
  margin-bottom: 10px
}

.about .about-info .ab-item .honor .imgcon {
  width: 100%;
  height: 158px;
  overflow: hidden;
  border: 1px solid #bfd3d6
}

.about .about-info .ab-item .honor .imgcon img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover
}

.about .about-info .ab-item .honor .title {
  font-size: 16px;
  margin-top: 10px;
  text-align: center
}

.about .about-info .ab-item .jjfan {
  border: 1px solid #c1d4d7;
  margin-bottom: 30px
}

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

.about .about-info .ab-item .jjfan .img img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover
}

.about .about-info .ab-item .jjfan .info {
  padding: 20px
}

.about .about-info .ab-item .jjfan .info .title {
  font-weight: 600;
  margin-bottom: 10px
}

.option {
  padding: 40px 0
}


@media (max-width: 1000px) {
.option .about-info .news .news-info table {
  max-width: 100%;
  width:100%;
}

.option .about-info .news .news-info table td {
  word-break:break-all;
}
}


/*资源活动自适应end*/


@media (max-width: 1000px) {
  .option {
    padding: 20px 0
  }
}

.option .temp-title {
  padding: 40px 0;
  padding-bottom: 20px
}

.option .option-con {
  margin-bottom: 50px
}

@media (max-width: 1000px) {
  .option .option-con {
    margin-bottom: 20px
  }
}




.contact {
  padding: 40px 0
}

@media (max-width: 1000px) {
  .contact {
    padding: 20px 0
  }
}

.contact .cont-info {
  border: 1px solid #bfd3d6;
  padding: 20px;
  margin-bottom: 30px
}

@media (max-width: 1000px) {
  .contact .cont-info {
    padding: 15px
  }
}

.contact .cont-info .title {
  font-size: 22px;
  padding-left: 8px;
  font-family: var(--textHarmonyOS_Sans_SC_Light);
  color: #000
}

@media (max-width: 1000px) {
  .contact .cont-info .title {
    font-size: 19px
  }
}

.contact .cont-info .stitle {
  font-size: 18px;
  padding-left: 8px;
  color: var(--textActiveColor);
  font-family: var(--textHarmonyOS_Sans_SC_Light)
}

.contact .cont-info .content {
  margin-top: 20px;
 
  font-family: var(--textHarmonyOS_Sans_SC_Light)
}

@media (max-width: 1000px) {
  .contact .cont-info .content tr {
    display: flex;
    flex-wrap: wrap;
    width: 100%
  }

  .contact .cont-info .content td {
    max-width: 100%;
    width: 100%
  }
}

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



@media (max-width: 1000px) {
  .contact .cont-info .content img {
    height: inherit
  }
}

.newslist .ne-li {
  border: 1px solid #bfd3d6;
  padding: 30px;
  position: relative;
  font-size: 16px;
  margin-bottom: 30px
}

.newslist .ne-li .nav-title {
  padding: 5px 30px;
  color: #fff;
  background: var(--textActiveColor);
  position: absolute;
  right: 0;
  top: 0
}

.newslist .ne-li .time {
  margin: 10px 0;
  color: #9e9e9e
}

.newslist .ne-li .title {
  transition: all .3s;
  color: #000;
  font-family: var(--textHarmonyOS_Sans_SC_Light);
  margin-bottom: 20px
}

.newslist .ne-li .desc {
  color: #000;
  font-family: var(--textHarmonyOS_Sans_SC_Light)
}

.newslist .ne-li .link {
  margin-top: 10px;
  font-family: var(--textHarmonyOS_Sans_SC_Light)
}

.newslist .ne-li:hover {
  box-shadow: 0 0 10px #ccc
}

.newslist .ne-li:hover .title {
  color: var(--textActiveColor)
}

.download .ne-li {
  background-color: #f6f6f6;
  padding: 30px;
  font-size: 16px;
  margin-bottom: 30px
}

.download .ne-li .time {
  margin: 10px 0;
  color: #9e9e9e
}

.download .ne-li .title {
  color: #000;
  font-family: var(--textHarmonyOS_Sans_SC_Light);
  margin-bottom: 10px
}

.download .ne-li .link {
  color: #9e9e9e;
  font-family: var(--textHarmonyOS_Sans_SC_Light)
}

.news {
  border: 1px solid #bfd3d6;
  padding: 30px
}

.news .n-title {
  font-family: var(--textHarmonyOS_Sans_SC_Light);
  text-align: center
}

.news .n-title h1 {
  font-size: 18px
}

.news .n-xx {
  color: #9e9e9e;
  margin: 15px 0;
  text-align: center
}

.news .news-info {
  font-family: var(--textHarmonyOS_Sans_SC_Light)
}

.news .news-info img {
  max-width: 100%;
  height: initial !important
}

.news .sxt {
  margin-top: 40px
}

.news .sxt>div:last-child {
  text-align: right
}

@media (max-width: 1000px) {
  .news .sxt>div:last-child {
    text-align: left
  }
}

.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
}

.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: #000;
  border-color: #000
}

#f_top {
  display: none
}

.s-nav {
  margin: 10px auto;

}

.s-nav li {
  float: left;
  margin: 0 8px;
  margin-bottom: 30px;

}

.s-nav li:first-child {
  margin-left: 0;
}

.s-nav li a {
  padding: 6px 25px;
  border: 1px solid #ccc;
}

.s-nav li a.active {
  border: 1px solid var(--textActiveColor);
  color: var(--textActiveColor);
}