:root {
  --sys-font-family: "Helvetica Neue", Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "Heiti SC", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --sys-title-fontsize: 38px;
  --sys-title-fontfamliy: "YouYuan";
  --color-gray: #f7f7f7;
  --color-gray-rgb:247, 247, 247;
  --color-white:white;
  --color-black:#000000;
  --sys-fontfamliy:Arial,
}

*{
  padding: 0;
  margin: 0;
}

html,
body {
  height: 100%
}

body {
  font-size: 14px;
  line-height: 1.7;
  color: var(--color-black);
  position: relative;
  visibility: visible;
  margin: 0px;
  padding: 0px;
  background-color: var(--sys-back-color);
  /* overflow-y: auto; */
  font-family: var(--sys-fontfamliy);
}

ul,li{
  list-style: none;
  padding: 0;
  margin: 0;
}

a,
a:hover,
a:focus,
a:active,
button,
button:focus,
.btn,
.btn:focus,
input,
input:focus,
select,
textarea {
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  color: inherit;
  text-decoration: none;
  outline: 0;
  /* background: none */
}

.section,
.section-fluid {
  /* float: left; */
  /*padding: 0 0 10px 0;*/
  width: 100%;
}

.header-top {
  padding-top: 10px;
  padding-bottom: 10px
}

.header-top.active {
  visibility: hidden;
  padding: 0;
  opacity: 0;
  height: 0;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s
}

.header-top.active .btn {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: .1s;
  -o-transition: .1s;
  transition: .1s
}

.bg-primary {
  background-color: var(--sys-color) !important;
  color: #fff !important;
}

.align-items-center {
  -webkit-box-align: center !important;
  -webkit-align-items: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}

.header-logo {
  max-width: 180px;
  width: 100%;
  float: left;
}

.container img {
  max-width: 100%;
  height: auto;

}

.news-detail img{
  display: flex;
  justify-content: center;
  align-items: center;
  margin:0 auto;
}
/*新闻详情页视频css*/
.news-detail video{
  max-width: 100%;
  height: auto;
}
.news-detail iframe{
  max-width: 100%;
}
.sendBig{
  display:unset;
}
.sendSmall{
  display:none;
}

@media(max-width: 576px){
  .news-detail iframe{
    max-width: 100%;
    height: 300px;
  }
  .uni-product-detail iframe{
    max-width: 100%;
    height: 300px;
  }
  .sendBig{
    display:none;
  }
  .sendSmall{
    display:unset;
  }
}

img,
svg {
  vertical-align: middle;
}

.header-info {
  display: block;
  float: left;
}

.header-info  p{
  margin-top: 0;
  margin-bottom: 0;
}

.header-info a {
  padding-left: 5px;
}

.header-info-name {
  font-size: var(--sys-title-fontsize);
  font-family: var(--sys-title-fontfamliy);
}

.header-top-settings>ul>li {
  color: #ffffff;
  cursor: pointer;
  font-size: 14px;
  position: relative;
  margin-left: 40px;
  position: relative;
  margin-left: 20px;
  padding-left: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center
}

.header-top-settings>ul>li i {
  margin-left: 5px
}

.header-top-settings>ul>li:before {
  top: 50%;
  left: 0;
  width: 1px;
  height: 15px;
  content: "";
  position: absolute;
  background-color: #efefef;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%)
}

.header-top-settings>ul>li:first-child {
  padding-left: 0;
  margin-left: 0
}

.header-top-settings>ul>li:first-child:before {
  display: none
}

.header-top-settings>ul>li .dropdown-list {
  top: 100%;
  right: 0;
  position: absolute;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(30px);
  -ms-transform: translateY(30px);
  transform: translateY(30px);
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  padding: 15px 15px 20px;
  width: 150px;
  z-index: 9;
  text-align: left;
  background-color: #ffffff;
  pointer-events: none;
  border: 1px solid #efefef
}

.header-top-settings>ul>li .dropdown-list li {
  margin-left: 0;
  padding: 0
}

.header-top-settings>ul>li .dropdown-list li a {
  color: #222222;
  font-size: 13px;
  display: block;
  padding: 5px 0 3px;
  text-transform: capitalize
}

.header-top-settings>ul>li .dropdown-list li a:hover {
  color: var(--sys-color)
}

.header-top-settings>ul>li .dropdown-list li a img {
  vertical-align: inherit
}

.header-top-settings>ul>li .dropdown-list li:before {
  display: none
}

.header-top-settings>ul>li:hover .dropdown-list {
  opacity: 1;
  visibility: visible;
  pointer-events: visible;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0)
}

/* footer */

.footer-section {
  /*padding-top: 10px;*/
}
.footer-top {
  /*background-color: var(--sys-bottom-color);*/
}

.single-footer-widget {
  margin-top: 10px;
}

.footer-section * {
  color: white !important;
}

.contact-links {
  text-align: left;
  margin-bottom: 40px;
}

.contact-links li {
  color: #222222;
  font-size: 14px;
  font-weight: 500;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px;
}

.footer-links>li {
  display: flex;
  float: left;
  padding: 5px 10px;
}

.links-title {
  font-size: 20px;
}

.links-body>li {
  display: block;
  float: left;
  margin: 5px;
}

/* PC-MENU */
.navbar-wrap {
  background-color: white;
}

.site-branding a {
  display: table-cell;
  vertical-align: middle;
}

.site-branding a {
  display: table-cell;
  vertical-align: middle;
}

.main-menu__nav ul li.active>a {
  color: var(--sys-color);
}

.main-menu__nav ul li>a {
  font-size: 0.9375rem;
  color: var(--color-black);
  font-weight: 500;
  position: relative;
  display: inline-block;
  padding: 39px 6px;
}

a:link,
a:visited,
a:focus {
  text-decoration: none;
  outline: 0;
}


/*=====================================
//  Mobile menu
======================================*/
.offscreen-navigation .menu>li {
  border-bottom: 1px solid #e9e9e9;
}
/*
[data-theme=dark] .offcanvas-content-style-2 .offscreen-navigation .menu>li {
  border-color: #222121;
} */

.offscreen-navigation .menu>li:last-child {
  border-bottom: 0;
}

/*.offscreen-navigation .menu>li>a {*/
/*  background-color: #f3f3f3;*/
/*  font-size: 16px;*/
/*  padding: 12px 30px;*/
/*  -webkit-transition: all 0.3s ease-in-out;*/
/*  transition: all 0.3s ease-in-out;*/
/*}*/

/* .offcanvas-content-style-2 .offscreen-navigation .menu>li>a {
  background-color: transparent;
  padding: 12px 0;
} */

/* [data-theme=dark] .offcanvas-content-style-2 .offscreen-navigation .menu>li>a {
  color: #fff;
}

[data-theme=dark] .offcanvas-content-style-2 .offscreen-navigation .menu>li>a:hover {
  background: transparent;
} */

/*.offscreen-navigation .menu>li>a:hover {*/
/*  background-color: #f8f8f8;*/
/*}*/

.offscreen-navigation .menu>li>a.opened {
  background-color: #f8f8f8;
}

/* [data-theme=dark] .offscreen-navigation .menu>li>a.opened {
  background: transparent;
}

[data-theme=dark] .offcanvas-content-style-2 .offscreen-navigation .menu>li>a.opened {
  background-color: transparent;
} */

.offscreen-navigation .sub-menu {
  display: none;
  background-color: #ffffff;
}

/* [data-theme=dark] .offcanvas-content-style-2 .offscreen-navigation .sub-menu {
  background: var(--color-dark-bg_2);
} */

.offscreen-navigation .sub-menu li.menu-item-has-children>a::after,
.offscreen-navigation .sub-menu li.menu-item-has-children>a::before {
  right: 40px;
}

.offscreen-navigation .sub-menu li a {
  border-top: 1px solid #f1f1f1;
  padding: 7px 40px;
  font-size: 15px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/* [data-theme=dark] .offcanvas-content-style-2 .offscreen-navigation .sub-menu li a {
  border-color: #222121;
} */

.offcanvas-content-style-2 .offscreen-navigation .sub-menu li a {
  padding-left: 30px;
}

.offscreen-navigation .sub-menu li a:hover {
  background-color: rgba(var(--color-primary-rgb), 0.05);
}

[data-theme=dark] .offcanvas-content-style-2 .offscreen-navigation .sub-menu li a {
  color: #fff;
}

.offscreen-navigation .sub-menu li .sub-menu li a {
  padding: 7px 50px;
}

.offscreen-navigation ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.offscreen-navigation ul li>a {
  display: block;
  position: relative;
  color: var(--color-black);
  font-weight: 500;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.offscreen-navigation ul li>a:hover {
  color: var(--sys-color);
}

/*.offscreen-navigation ul li.menu-item-has-children>a:after {*/
/*  color: #999999;*/
/*  content: "";*/
/*  display: inline-block;*/
/*  font-family: "FontAwesome";*/
/*  font-weight: 600;*/
/*  right: 20px;*/
/*  position: absolute;*/
/*  font-size: 12px;*/
/*  opacity: 1;*/
/*  visibility: visible;*/
/*  -webkit-transition: all 0.3s ease-in-out;*/
/*  transition: all 0.3s ease-in-out;*/
/*}*/

/*.offscreen-navigation ul li.menu-item-has-children>a:before {*/
/*  color: #999999;*/
/*  content: "";*/
/*  display: inline-block;*/
/*  font-family: "FontAwesome";*/
/*  font-weight: 600;*/
/*  right: 20px;*/
/*  position: absolute;*/
/*  font-size: 12px;*/
/*  opacity: 0;*/
/*  visibility: hidden;*/
/*  -webkit-transition: all 0.3s ease-in-out;*/
/*  transition: all 0.3s ease-in-out;*/
/*}*/

/*.offscreen-navigation ul li.menu-item-has-children>a.opened:after {*/
/*  opacity: 0;*/
/*  visibility: hidden;*/
/*}*/

/*.offscreen-navigation ul li.menu-item-has-children>a.opened:before {*/
/*  opacity: 1;*/
/*  visibility: visible;*/
/*}*/

.rt-slide-nav {
  position: absolute;
  background: #fff;
  width: 100%;
  left: 0;
  display: none;
  max-height: calc(100vh - 100px);
  overflow-y: auto;
  -webkit-box-shadow: 0 1px 3px 0 rgba(var(--color-black-rgb), 0.2);
  box-shadow: 0 1px 3px 0 rgba(var(--color-black-rgb), 0.2);
  top: 100%;
  z-index: 99;
}

.rt-mobile-header {
  position: relative;
  z-index: 999;
  max-width: 100vw
}

@media (min-width: 1280px) {
  .rt-mobile-header {
    display: none;
  }
}

.mobile-top-bar {
  border-bottom: 1px solid var(--color-border);
}

[data-theme=dark] .mobile-top-bar {
  background: var(--color-dark-bg_2);
}

.mobile-top-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 2px;
  padding: 12px 15px 12px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.mobile-top-list .icon {
  color: var(--color-primary);
}

.mobile-top-list li {
  margin-right: 18px;
}

.mobile-top-list li:last-of-type {
  margin-right: 0;
}

.mobile-menu-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 6px 15px;
  border-bottom: 1px solid rgba(81, 81, 81, 0.15);
}

.mobile-menu-bar .logo img {
  max-width: 200px;
  height: 26px;
}
/*
[data-theme=dark] .mobile-menu-bar {
  background: #fff;
} */
.mobile-menu-bar-wrap{
  max-width: 100vw;
}
.mobile-sticky .mobile-menu-bar-wrap {
  position: fixed;
  width: 100%;
  max-width: 100vw;
  left: 0;
  top: 0;
  right: 0;
  /*margin: 0 auto;*/
  background-color: rgba(255, 255, 255, 0.98);
  -webkit-box-shadow: 0 7px 12px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 7px 12px 0 rgba(0, 0, 0, 0.16);
  z-index: 99;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

/* .mobile-sticky .mobile-menu-bar-wrap.header-main-style-7 {
  border-color: transparent;
  background-color: rgba(0, 0, 0, 0.98);
} */
/*
[data-theme=dark] .mobile-sticky .mobile-menu-bar-wrap {
  background-color: var(--color-dark-bg_2);
} */

body .sidebarBtn {
  display: block;
  padding: 12px 0;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

body .sidebarBtn .bar {
  background: var(--color-black);
  height: 2px;
  width: 30px;
  display: block;
  margin-bottom: 5px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

body .sidebarBtn .bar:nth-child(2),
body .sidebarBtn .bar:nth-child(3) {
  width: 25px;
  margin-left: 5px;
}

body .sidebarBtn .bar:last-child {
  margin-bottom: 0;
}

body.slidemenuon .sidebarBtn .bar:nth-child(2),
body.slidemenuon .sidebarBtn .bar:nth-child(3) {
  opacity: 0;
}

body.slidemenuon .sidebarBtn .bar:nth-child(1) {
  -webkit-transform: rotate(45deg) translate(7px, 7px);
  transform: rotate(45deg) translate(7px, 7px);
}

body.slidemenuon .sidebarBtn .bar:nth-child(4) {
  -webkit-transform: rotate(-45deg) translate(8px, -8px);
  transform: rotate(-45deg) translate(8px, -8px);
}

/* .header-middlebar.header-middlebar-style-8 {
  padding: 25px 0;
} */

/* .search-wrapper {
  position: relative;
  max-width: 190px;
}

@media (max-width: 1199px) {
  .search-wrapper {
    display: none;
  }
}

.search-wrapper .search-form-box .form-group {
  position: relative;
  margin-bottom: 0;
  padding: 0;
  border-radius: unset;
  border: none;
}

.search-wrapper .search-form-box .form-group .rt-search-control {
  font-size: 14px;
  font-weight: 400;
  color: #e7e7e7;
  border: none;
  background-color: transparent;
  height: 43px;
  padding: 5px 30px;
  padding-right: 30px;
  text-transform: capitalize;
}

.search-wrapper .search-form-box .form-group .rt-search-control::-webkit-input-placeholder {
  color: #fff;
  text-transform: capitalize;
}

.search-wrapper .search-form-box .form-group .rt-search-control::-moz-placeholder {
  color: #fff;
  text-transform: capitalize;
}

.search-wrapper .search-form-box .form-group .rt-search-control:-ms-input-placeholder {
  color: #fff;
  text-transform: capitalize;
}

.search-wrapper .search-form-box .form-group .rt-search-control::-ms-input-placeholder {
  color: #fff;
  text-transform: capitalize;
}

.search-wrapper .search-form-box .form-group .rt-search-control::placeholder {
  color: #fff;
  text-transform: capitalize;
}

.search-wrapper .search-form-box .form-group .search-submit {
  position: absolute;
  right: 5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: auto;
  height: auto;
  border-radius: 3px;
  background-color: transparent;
  color: #fff;
  font-size: 18px;
  border: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.search-wrapper .search-form-box .form-group .search-submit:hover {
  background-color: transparent;
  color: #fff;
}

.search-wrapper.search-wrapper-style-1::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -19px;
  width: 1px;
  height: 81px;
  background-color: rgba(255, 255, 255, 0.4);
}

.search-wrapper.search-wrapper-style-2::after {
  display: none;
}

.search-wrapper.search-wrapper-style-2 .search-form-box .form-group .rt-search-control {
  font-size: 14px;
  font-weight: 400;
  color: #9b9b9b;
  border: none;
  background-color: transparent;
  height: 43px;
  padding: 5px 30px;
  padding-right: 30px;
  text-transform: capitalize;
}

.search-wrapper.search-wrapper-style-2 .search-form-box .form-group .rt-search-control::-webkit-input-placeholder {
  color: #9b9b9b;
  text-transform: capitalize;
}

.search-wrapper.search-wrapper-style-2 .search-form-box .form-group .rt-search-control::-moz-placeholder {
  color: #9b9b9b;
  text-transform: capitalize;
}

.search-wrapper.search-wrapper-style-2 .search-form-box .form-group .rt-search-control:-ms-input-placeholder {
  color: #9b9b9b;
  text-transform: capitalize;
}

.search-wrapper.search-wrapper-style-2 .search-form-box .form-group .rt-search-control::-ms-input-placeholder {
  color: #9b9b9b;
  text-transform: capitalize;
}

.search-wrapper.search-wrapper-style-2 .search-form-box .form-group .rt-search-control::placeholder {
  color: #9b9b9b;
  text-transform: capitalize;
}

.search-wrapper.search-wrapper-style-2 .search-form-box .form-group .search-submit {
  color: #9b9b9b;
  font-size: 20px;
}

.search-wrapper.search-wrapper-style-2 .search-form-box .form-group .search-submit:hover {
  color: var(--color-primary);
} */

/*==============================
// rt-header
==============================*/
.rt-header {
  position: relative;
  z-index: 9;
  background-color: var(--color-white);
}
/* .rt-header.rt-header-style-7 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 44;
  background-color: transparent;
}
@media (min-width: 1200px) {
  .rt-header.rt-header-style-7 .container,
.rt-header.rt-header-style-7 .container-lg,
.rt-header.rt-header-style-7 .container-md,
.rt-header.rt-header-style-7 .container-sm,
.rt-header.rt-header-style-7 .container-xl {
    max-width: 1320px;
  }
}
@media (min-width: 1400px) {
  .rt-header.rt-header-style-7 .container,
.rt-header.rt-header-style-7 .container-lg,
.rt-header.rt-header-style-7 .container-md,
.rt-header.rt-header-style-7 .container-sm,
.rt-header.rt-header-style-7 .container-xl {
    max-width: 1600px;
  }
}
.rt-header.rt-header-style-9 {
  background-color: var(--color-black);
}
.rt-header.rt-header-style-9 .navbar-wrap {
  background-color: var(--color-black);
}
.rt-header.rt-header-style-9 .menu-wrap-style-9 {
  background-color: #202020;
  padding: 0 30px;
} */

@media (max-width: 991px) {
  .rt-header {
    display: none;
  }
}
.site-branding a {
  display: table-cell;
  vertical-align: middle;
}
.site-branding .light-logo {
  display: none;
}
/* [data-theme=dark] .site-branding .light-logo {
  display: table-cell;
}
[data-theme=dark] .site-branding .dark-logo {
  display: none;
}

.header-main-style-4 {
  min-height: 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
}
.sticky .header-main-style-4 {
  min-height: 100px;
}

.header-main-style-5 {
  border-bottom: 1px solid var(--color-border);
}
.header-main-style-5 .header-action-bars {
  padding-top: 20px;
  padding-bottom: 20px;
}
.sticky .header-main-style-5 {
  display: none;
}

.header-main-style-6 {
  border-bottom: 1px solid var(--color-border);
}

.sticky-on .header-main-style-5_sticky {
  display: none;
}
.sticky .header-main-style-5_sticky {
  display: block;
}

.header-main-style-8 {
  border-top: 1px solid var(--color-border);
  border-bottom: 1px solid var(--color-border);
} */

/*============================
// topbar
============================*/
/* .topbar {
  min-height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #292929;
} */
/* [data-theme=dark] .topbar {
  background-color: #171818;
}

.rt-trending-style-1 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.rt-treding-slider1 {
  height: 40px;
  text-align: left;
  margin: 0;
}
.rt-treding-slider1 .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
}

.rt-trending .trending-title {
  font-size: 0.8125rem;
  color: var(--color-white);
  font-weight: 300;
  letter-spacing: 0.05rem;
  text-transform: uppercase;
  position: relative;
  padding-right: 12px;
  margin-right: 10px;
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
[data-theme=dark] .rt-trending .trending-title {
  color: var(--color-black);
}
[data-theme=dark] .rt-trending .trending-title::after {
  background-color: var(--color-black);
}
.rt-trending .trending-title::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1px;
  height: 17px;
  background-color: var(--color-white);
}
.rt-trending .trending-title .icon {
  font-size: 0.75rem;
  background-image: linear-gradient(45deg, #0034c2, var(--sys-color));
  color: var(--color-white);
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 6px;
}
[data-theme=dark] .rt-trending .trending-title .icon {
  color: var(--color-black);
  background-color: var(--color-primary);
}
.rt-trending .trending-slide-title {
  font-size: 13px;
  color: #e0e0e0;
  position: relative;
  padding-left: 12px;
  margin-bottom: 0;
}
.rt-trending .trending-slide-title::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #656565;
}
[data-theme=dark] .rt-trending .trending-slide-title {
  color: var(--color-black);
}
[data-theme=dark] .rt-trending .trending-slide-title::after {
  background-color: var(--color-black);
} */

/* .rt-topbar-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.rt-topbar-right .rt-date-style-1 {
  font-size: 0.8125rem;
  color: #bebdbd;
  font-weight: 300;
  line-height: 2.1;
}
.rt-topbar-right .rt-date-style-1 .icon {
  color: var(--color-white);
  margin-right: 5px;
}

.rt-top-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding-left: 17px;
  margin-left: 15px;
}
.rt-top-social::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1px;
  height: 17px;
  background-color: #474747;
}
.rt-top-social .follow {
  font-size: 0.8125rem;
  text-transform: uppercase;
  margin-right: 12px;
  color: #fff;
}
.rt-top-social li {
  margin-right: 12px;
}
.rt-top-social li:last-child {
  margin-right: 0;
}
.rt-top-social a {
  font-size: 0.8125rem;
  color: #bebdbd;
}
.rt-top-social a:hover {
  color: var(--sys-color);
}
@media (max-width: 1199px) {
  .rt-top-social {
    padding-left: 0;
    margin-left: 0;
  }
  .rt-top-social::after {
    display: none;
  }
} */

.navbar-wrap {
  background-color: var(--color-white);
}
.sticky .navbar-wrap {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  right: 0;
  margin: 0 auto;
  background-color: rgba(255, 255, 255, 0.98);
  -webkit-box-shadow: 0 7px 12px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 7px 12px 0 rgba(0, 0, 0, 0.16);
  z-index: 99;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}
/* .sticky .navbar-wrap.header-main-style-7 {
  border-color: transparent;
  background-color: rgba(0, 0, 0, 0.98);
}
[data-theme=dark] .sticky .navbar-wrap {
  background-color: var(--color-dark-bg_2);
}

.header-main-style-7 {
  background: rgba(0, 0, 0, 0.625);
  -webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.8);
          box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.8);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.header-main-style-7 .logo-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 10px;
}
.header-main-style-7 .logo-area {
  padding-left: 25px;
  margin-left: 25px;
  position: relative;
}
.header-main-style-7 .logo-area::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -16px;
  width: 1px;
  height: 81px;
  background-color: rgba(255, 255, 255, 0.4);
}
.header-main-style-7 .humburger-area {
  padding-right: 0;
  position: relative;
}
.header-main-style-7 .humburger-area::after {
  border: 1px solid rgba(255, 255, 255, 0.625);
  border-radius: 50%;
  -webkit-transform: scale(1.375) translateX(-3px);
          transform: scale(1.375) translateX(-3px);
  z-index: 1;
}
.header-main-style-7 .humburger-area .humburger span, .header-main-style-7 .humburger-area .humburger::after, .header-main-style-7 .humburger-area .humburger::before {
  content: "";
  position: absolute;
  display: block;
  width: 20px;
  height: 2px;
  background-color: #fff;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
}
.header-main-style-7 .humburger-area .humburger span {
  width: 16px;
}

.header-main-style-7 .main-menu__nav > ul > li > a {
  color: #fff;
  padding-top: 29px;
  padding-bottom: 29px;
}
.header-main-style-8 .main-menu__nav > ul > li > a {
  padding-top: 32px;
  padding-bottom: 32px;
}
.header-main-style-9 .main-menu__nav > ul > li > a {
  color: #fff;
  padding-top: 24px;
  padding-bottom: 24px;
} */
.main-menu__nav ul li {
  display: inline-block;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  /*margin-right: 17px;*/
}
.main-menu__nav ul li.active > a {
  color: var(--sys-color);
}
.main-menu__nav ul li:last-child {
  margin-right: 0;
}
@media (max-width: 1199px) {
  .main-menu__nav ul li:last-child:hover .main-menu__dropdown {
    right: 0;
    left: auto;
  }
}
.main-menu__nav ul li:hover .main-menu__dropdown {
  opacity: 1;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  visibility: visible;
  top: 100%;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}
.main-menu__nav ul li > a {
  font-size: 0.9375rem;
  color: var(--color-black);
  font-weight: 500;
  position: relative;
  display: inline-block;
  padding: 39px 6px;
}
.header-main-style-5 .main-menu__nav ul li > a {
  padding-top: 20px;
  padding-bottom: 20px;
}
.main-menu__nav ul li > a::before {
  position: absolute;
  content: "";
  height: 4px;
  background: var(--sys-color);
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 0;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.51, 0.92, 0.24, 1);
  transition: -webkit-transform 0.4s cubic-bezier(0.51, 0.92, 0.24, 1);
  transition: transform 0.4s cubic-bezier(0.51, 0.92, 0.24, 1);
  transition: transform 0.4s cubic-bezier(0.51, 0.92, 0.24, 1), -webkit-transform 0.4s cubic-bezier(0.51, 0.92, 0.24, 1);
}
.main-menu__nav ul li:hover > a {
  color: var(--sys-color);
}
.main-menu__nav ul li:hover > a::before {
  background: var(--sys-color);
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.main-menu__nav ul li ul,.main-menu__nav ul li ul li ul {
  visibility: hidden;
  -webkit-transition: all 0.4s cubic-bezier(0.3, 0.02, 0, 0.6);
  transition: all 0.4s cubic-bezier(0.3, 0.02, 0, 0.6);
  opacity: 0;
  z-index: 100;
  position: absolute;
  top: 100%;
  left: 0;
  width: 220px;
  margin: 0;
  padding: 10px 0;
  background-color: #fff;
  -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1);
  text-align: left;
  padding: 15px 0;
  border-radius: 0 0 5px 5px;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
}
.main-menu__nav ul li ul li {
  display: block;
  padding: 0 10px;
  margin: 0;
  border-bottom: 1px dashed #bbb;
}
.main-menu__nav ul li ul li.menu-drop-icon > a {
  position: relative;
}
.main-menu__nav ul li ul li ul {
  left: 100%;
  top: 0;
}

/**
.main-menu__nav ul li ul li ul li ul li
*/
.main-menu__nav ul li ul li a {
  display: block;
  padding: 8px 5px;
  color: #656567;
  font-size: 0.875rem;
  font-weight: 500;
  position: relative;
}
/* .header-main-style-5 .main-menu__nav ul li ul li a {
  padding: 8px 10px;
} */
.main-menu__nav ul li ul li a::after {
  float: right;
}
.main-menu__nav ul li ul li a::before,.main-menu__nav ul li ul li ul li a::before {
  content: "";
  position: absolute;
  width: 3px;
  height: 0px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  left: 0;
  background: var(--sys-color);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
}
.main-menu__nav ul li ul li:hover>ul {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}
.main-menu__nav ul li ul li:hover>a::before {
  height: 11px;
  opacity: 1;
  visibility: visible;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
}
.main-menu__nav_sub > a::after ,
.menu-item-has-children > a::after {
  content: "\f107";
  font-family: "FontAwesome";
  font-weight: 600;
  vertical-align: middle;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  display: inline-flex;
  padding-left: 6px;
  font-size: 12px;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  align-items: center;
  justify-content: center;
}
.main-menu__nav_sub:hover > a::after,
.menu-item-has-children:hover > a::after{
  -webkit-transform: rotate(-90deg) translateX(-3px);
  transform: rotate(-90deg) translateX(-3px);
}

.header-action-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-width: 140px;
}
.header-action-items .item {
  margin-right: 16px;
}
.header-action-items .item:last-child {
  margin-right: 0;
}
.header-action-items .item a {
  color: #818181;
  font-size: 1.25rem;
}
/* .header-main-style-9 .header-action-items .item a {
  color: #b8b8b8;
} */
.header-action-items .item a:hover {
  color: var(--sys-color);
}
.header-action-items .item.cart-icon {
  margin-right: 28px;
}
.header-action-items .item.focus a {
  position: relative;
}
.header-action-items .item.focus a .item-count {
  position: absolute;
  right: -12px;
  top: -8px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: var(--sys-color);
  color: white;
  font-size: 0.875rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

/* .humburger {
  position: relative;
  z-index: 4;
  width: 32px;
  height: 32px;
  display: block;
  cursor: pointer;
}
.humburger.layout-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.humburger.layout-2 .menu-text {
  font-size: 0.875rem;
  font-weight: 600;
  text-transform: uppercase;
  margin-left: 40px;
  color: #292929;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
}
[data-theme=dark] .humburger.layout-2 .menu-text {
  color: var(--color-black);
}
.humburger span, .humburger::after, .humburger::before {
  content: "";
  position: absolute;
  display: block;
  width: 28px;
  height: 2px;
  background-color: #636363;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
}
.header-main-style-9 .humburger span, .header-main-style-9 .humburger::after, .header-main-style-9 .humburger::before {
  background-color: #b8b8b8;
}
.humburger > span {
  top: 50%;
  margin-top: -1px;
}
.humburger::before {
  top: 8px;
}
.humburger::after {
  bottom: 8px;
}
.humburger:hover span, .humburger:hover::after, .humburger:hover::before {
  background-color: var(--sys-color);
}
.humburger:hover .menu-text {
  color: var(--sys-color);
}
.open .humburger span {
  visibility: hidden;
  opacity: 0;
}
.open .humburger::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 15px;
}
.open .humburger::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  bottom: 15px;
}
[data-theme=dark] .humburger span, [data-theme=dark] .humburger::after, [data-theme=dark] .humburger::before {
  background-color: var(--color-black);
} */
/*
.icon-two {
  position: absolute;
  top: 10%;
  left: 40%;
  width: 100px;
  height: 100px;
  cursor: pointer;
}

.hamburger-two:before,
.hamburger-two:after {
  content: "";
  position: absolute;
  width: 50px;
  height: 6px;
  background: #fcfcfc;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.icon-two.active-two .hamburger-two {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.2);
}

.icon-two.active-two .hamburger-two:before {
  top: -9px;
  right: -5px;
  width: 30px;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0);
          box-shadow: 0 2px 5px rgba(0, 0, 0, 0);
}

.icon-two.active-two .hamburger-two:after {
  top: 9px;
  right: -5px;
  width: 30px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0);
          box-shadow: 0 2px 5px rgba(0, 0, 0, 0);
} */

/** 关注我们 */
.offcanvas-overlay {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: #222222;
  opacity: .6
}

.cart-offcanvas-wrapper {
  position: fixed;
  top: 0;
  right: 0;
  height: 100vh;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  -webkit-transition-duration: 700ms;
  -o-transition-duration: 700ms;
  transition-duration: 700ms;
  z-index: 9999
}

.cart-offcanvas-wrapper.open {
  opacity: 1;
  visibility: visible
}

.cart-offcanvas-wrapper.open .cart-offcanvas-inner {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none
}

.cart-offcanvas-inner {
  width: 100%;
  height: 100%;
  width: 360px;
  background-color: #ffffff;
  -webkit-box-shadow: -1px 0px 20px -5px #aaa;
  box-shadow: -1px 0px 20px -5px #aaa;
  position: relative;
  -webkit-transform: translateX(calc(100% - 50px));
  -ms-transform: translateX(calc(100% - 50px));
  transform: translateX(calc(100% - 50px));
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  -webkit-transition-duration: 700ms;
  -o-transition-duration: 700ms;
  transition-duration: 700ms;
  margin-left: auto;
  position: relative;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column
}

@media only screen and (max-width: 575px) {
  .cart-offcanvas-inner {
    width: 280px
  }
}

.cart-offcanvas-inner .offcanvas-btn-close {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 50px;
  color: #222222;
  opacity: 1;
  position: absolute;
  right: 100%;
  background-color: var(--sys-color)
}

@media only screen and (max-width: 575px) {
  .cart-offcanvas-inner .offcanvas-btn-close {
    font-size: 40px
  }
}

.cart-offcanvas-inner .offcanvas-btn-close i {
  cursor: pointer;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  color: #ffffff
}

.cart-offcanvas-inner .offcanvas-btn-close i:hover {
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg)
}

.offcanvas-cart-content {
  padding: 50px 20px 20px;
  overflow: auto
}


/** 轮播图 */
.news-slide-item {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px),
only screen and (min-width: 992px) and (max-width: 1199px) {
  .news-slide-item {
    height: 100%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .news-slide-item {
    height: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .news-slide-item {
    height: 100%;
  }
}

@media only screen and (max-width: 479px) {
  .news-slide-item {
    height: 100%;
  }
}

.news-slide-bg {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}
.basis-bg{
  height: unset;
}
.news-slide-bg img {
  width: 100%;
  height: 100%
}

.news-slide-content {
  position: relative;
  z-index: 9;
  margin: 0 150px;
}

.news-slide-content .title {
  font-size: 60px;
  font-weight: 400;
  margin-bottom: 10px;
  line-height: 1.1
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .news-slide-content .title {
    font-size: 50px;
    margin-bottom: 25px;
    line-height: 1.1
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .news-slide-content .title {
    font-size: 40px;
    margin-bottom: 20px;
    line-height: 1.1
  }
}

@media only screen and (max-width: 767px) {
  .news-slide-content .title {
    font-size: 30px;
    margin-bottom: 15px;
    line-height: 1.1
  }
  .news-slide-content {
    margin: 0 10px;
  }
}

@media only screen and (max-width: 479px) {
  .news-slide-content .title {
    font-size: 26px;
    margin-bottom: 10px
  }
}

.news-slide-content p {
  line-height: 1.3;
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 0px;
  margin-top: 20px
}

@media only screen and (max-width: 767px) {
  .news-slide-content p {
    font-size: 16px;
    line-height: 1
  }
}

.news-slide-content .btn {
  margin-top: 40px;
  background-color: var(--sys-color);
  border: 1px solid var(--sys-color);
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
  .news-slide-content .btn {
    font-size: 14px;
    padding: 15px 25px
  }
}

@media only screen and (max-width: 767px) {
  .news-slide-content .btn {
    margin-top: 30px
  }
}

@media only screen and (max-width: 479px) {
  .news-slide-content .btn {
    font-size: 12px;
    padding: 10px 18px;
    margin-top: 26px
  }
}

.news-slider .main-slider-nav {
  color: #777777;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  font-size: 60px
}

.news-slider .main-slider-nav::after {
  display: none
}

.news-slider .main-slider-nav:hover {
  color: var(--sys-color);
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s
}

.news-slider .home-slider-prev {
  left: 30px
}

@media only screen and (min-width: 1200px) and (max-width: 1599px),
only screen and (min-width: 992px) and (max-width: 1199px) {
  .news-slider .home-slider-prev {
    left: 5px
  }
}

.news-slider .home-slider-next {
  right: 30px
}

.news-slider .home-slider-next::after {
  display: none
}

@media only screen and (min-width: 1200px) and (max-width: 1599px),
only screen and (min-width: 992px) and (max-width: 1199px) {
  .news-slider .home-slider-next {
    right: 5px
  }
}

.news-slider:hover .main-slider-nav,
.news-slider:hover .swiper-pagination {
  opacity: 1;
  visibility: visible
}

.news-slider .home-slider-prev,
.news-slider .home-slider-next {
  margin-top: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%)
}

.news-slider .home-slider-prev i,
.news-slider .home-slider-next i {
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  color: white;
  font-weight: 800;
}

.news-slider .home-slider-prev:hover i,
.news-slider .home-slider-next:hover i {
  opacity: 1;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.news-slider .home-slider-prev::after,
.news-slider .home-slider-next::after {
  display: none
}

.news-slider .swiper-pagination {
  position: absolute;
  bottom: 20px;
  opacity: 0;
  visibility: hidden;
  left: 50%;
  transform: translate(-50%,-50%);
}

.swiper-pagination-bullet{
  width: 15px;
  height: 15px;
  margin: 0px 5px;
}

.swiper-pagination-bullet-active{
  background-color: var(--sys-color) !important;
}

.news-slide-content>* {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp
}

.swiper-slide-active .news-slide-content>* {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp
}

.swiper-slide-active .news-slide-content>*:nth-child(1) {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s
}

.swiper-slide-active .news-slide-content>*:nth-child(2) {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s
}

.swiper-slide-active .news-slide-content>*:nth-child(3) {
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s
}

.swiper-slide-active .news-slide-content>*:nth-child(4) {
  -webkit-animation-delay: 2s;
  animation-delay: 2s
}

.swiper-slide-active .news-slide-content>*:nth-child(5) {
  -webkit-animation-delay: 2.5s;
  animation-delay: 2.5s
}

.swiper-slide-active .news-slide-content>*:nth-child(6) {
  -webkit-animation-delay: 3s;
  animation-delay: 3s
}

.pe-7s-close:before {
  content: "\f00d";
}

/** 滚动到顶部*/
.scroll-top {
  position: fixed;
  right: 30px;
  bottom: -60px;
  z-index: 999;
  -webkit-box-shadow: 0 30px 50px rgba(0, 0, 0, 0.03);
  box-shadow: 0 30px 50px rgba(0, 0, 0, 0.03);
  display: block;
  padding: 0;
  width: 50px;
  height: 50px;
  text-align: center;
  font-size: 25px;
  line-height: 50px;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  background-color: #6c757d;
  background-size: 200% auto;
  background-position: left center;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  overflow: hidden
}

.scroll-top:hover {
  background-color: var(--sys-color)
}

.scroll-top:hover i {
  color: #ffffff;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s
}

@media only screen and (max-width: 479px) {
  .scroll-top {
    font-size: 20px
  }
}

.scroll-top.show {
  visibility: visible;
  opacity: 1;
  bottom: 60px
}

.scroll-top i {
  position: absolute;
  top: 50%;
  left: 50%;
  color: #ffffff;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s
}

.scroll-top .arrow-top {
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}

.scroll-top .arrow-bottom {
  -webkit-transform: translate(-50%, 80px);
  -ms-transform: translate(-50%, 80px);
  transform: translate(-50%, 80px)
}

.scroll-top:hover {
  background-position: right center;

}

.scroll-top:hover .arrow-top {
  -webkit-transform: translate(-50%, -80px);
  -ms-transform: translate(-50%, -80px);
  transform: translate(-50%, -80px);
}

.scroll-top:hover .arrow-bottom {
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}


/* 在线咨询 */
.online-chat{
  position:fixed;
  flex-flow: column nowrap;
  z-index:999;
  cursor: pointer;
  top:50%;
  padding:5px;
  margin:5px;

}

.online-chat>a{
  font-size:20px;
  color:white;
  display:block;
  padding:5px;
  border-radius: 5px;
  background-color: var(--sys-color);
}

.add-to-chat{
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
.add-to-chat>a{
  font-size:20px;
  color:white;
  padding:5px;
  border-radius: 5px;
  background-color: var(--sys-color);
  flex:1;
  max-width: 300px;
}

.add-to-chat>a:hover{
  font-size:20px;
  color:white;
  padding:5px;
  border-radius: 5px;
  background-color: var(--sys-color);
}

/* 主页导航 */
.breadcrumb-area {
  padding: 16px 0
}

.breadcrumb-area li{
  font-size:16px;
}

@media only screen and (max-width: 767px) {
  .breadcrumb-area {
    padding: 10px 0;
    overflow:hidden;
    /*margin-top: 3.5rem;*/
  }
}

.breadcrumb-content ul li {
  display: inline-block;
  margin: 0 18px 0 0;
  text-transform: capitalize;
  color: #f9f9f9;
  position: relative;
  letter-spacing: .8px
}

.breadcrumb-content ul li:last-child {
  margin: 0;
  font-weight: bold;
}

.breadcrumb-content ul li::before {
  position: absolute;
  width: 13px;
  height: 1px;
  background-color: #ffffff;
  content: "";
  right: -18px;
  top: 13px;
  z-index: 1;
  -webkit-transform: rotate(106deg);
  -ms-transform: rotate(106deg);
  transform: rotate(106deg)
}

.breadcrumb-content ul li:last-child::before {
  display: none
}

.breadcrumb-content ul li a {
  text-transform: capitalize;
  color: #ffffff;
  font-weight: 500
}

.breadcrumb-content ul li a:hover {
  /*color: var(--sys-color)*/
  font-weight: bold;
}

/* 关于我们 */
.section-margin {
  padding-top: 40px;
  padding-bottom: 40px
}

.contact-title .title {
  font-size: 20px;
  font-weight: 400
}

.contact-content .contact-block {
  margin: 30px 0
}

.contact-content .contact-block ul li {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ddd;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center
}

.contact-content .contact-block ul li:last-child {
  border-bottom: 0px;
  margin-bottom: 0;
  padding-bottom: 0
}

.contact-content .contact-block ul li i {
  font-size: 18px;
  font-weight: 500;
  margin-right: 10px
}

.contact-content .contact-block ul li a:hover {
  color: var(--sys-color)
}

.contact-content .working-time .title {
  font-weight: 400
}

.contact-form-wrapper .input-area .input-item,
.contact-form-wrapper .input-area .textarea-item {
  padding: 10px 15px;
  background: #f8f8f8;
  border: 1px solid transparent;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  width: 100%
}

.contact-form-wrapper .input-area .input-item:focus,
.contact-form-wrapper .input-area .textarea-item:focus {
  border: 1px solid var(--sys-color);
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  outline: 0px;
  -webkit-box-shadow: none;
  box-shadow: none
}

.myaccount-tab-menu {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column
}

.myaccount-tab-menu a {
  border: 1px solid #efefef;
  border-bottom: none;
  color: #222222;
  font-weight: 500;
  display: block;
  padding: 10px 15px;
  text-transform: uppercase
}

.myaccount-tab-menu a:last-child {
  border-bottom: 1px solid #efefef
}

.myaccount-tab-menu a:hover,
.myaccount-tab-menu a.active {
  background-color: var(--sys-color);
  border-color: var(--sys-color);
  color: #ffffff
}

.myaccount-tab-menu a i {
  text-align: center;
  width: 25px
}


/* 产品列表 */
.after-before, .insta-gallery .galleryitem > a::before, .footer.footer-style-3::after, .content-single-wrapper .product-img-view ul.tab-nav-list li a::before, .product-box-style .figure-box:before, .ft-video-section-style-1 .ft-video-bg::after, .video-slide::after, .video-box-style-1 .item-img::after, .rt-categories a::after, .rt-cart-item .item-img::after, .about-video-wrap-style-1 .item-img::after, .banner.banner-style-7::before, .banner.banner-style-7::after, .banner.author-banner::after, .banner.banner-style-3::after, .banner.banner-style-2::after, .header-main-style-7 .humburger-area::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.product-box-style {
  margin-bottom: 30px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.product-box-style .figure-box {
  text-align: center;
  margin-bottom: 18px;
  position: relative;
  z-index: 1;
  background-color: white;
  padding: 35px;
  border-radius: 4px;
  border: 1px dashed var(--sys-color);
  border-radius: 5px;
}
.product-box-style .figure-box:before {
  background-color: rgba(var(--color-gray-rgb), 0);
  z-index: 1;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  border-radius: 4px;
}
.product-box-style .figure-box img {
  margin-left: auto;
  margin-right: auto;
  -webkit-transform: scale(1.0);
  transform: scale(1.0);
  -webkit-transition: all 1.5s ease-out;
  transition: all 1.5s ease-out;
}
.product-box-style .figure-box .discrount-badge {
  position: absolute;
  left: 20px;
  top: 20px;
}
.product-box-style .content-box .title {
  font-size: 0.875rem;
  font-weight: 600;
  margin-bottom: 5px;
}
.product-box-style .content-box .title a {
  color: var(--color-body);
}
.product-box-style .content-box .title a:hover {
  color: var(--color-primary);
}
.product-box-style .content-box .price {
  font-size: 1.0625rem;
  color: var(--color-black);
  font-weight: 700;
  /*font-family: "Spartan", sans-serif;*/
}
.product-box-style .content-box .price del {
  font-size: 0.875rem;
  color: #585858;
  font-weight: 600;
  margin-right: 5px;
  display: inline-block;
  vertical-align: middle;
}
.product-box-style .action-items {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.product-box-style .action-items li {
  opacity: 0;
  visibility: hidden;
  margin-right: 5px;
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.product-box-style .action-items li:last-child {
  margin-right: 0;
}
.product-box-style .action-items li a {
  width: 44px;
  height: 44px;
  border-radius: 4px;
  color: var(--color-white);
  background: var(--color-black);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.product-box-style .action-items li a:hover {
  background-color: var(--sys-color);
}
.product-box-style:hover .figure-box img {
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}
.product-box-style:hover .figure-box:before {
  background-color: rgba(var(--color-gray-rgb), 0.5);
}
.product-box-style:hover .action-items li {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
/*.product-box-style:hover .action-items li:nth-child(1n) {*/
/*  -webkit-transition-delay: 0s;*/
/*          transition-delay: 0s;*/
/*}*/
/*.product-box-style:hover .action-items li:nth-child(2n) {*/
/*  -webkit-transition-delay: 0.2s;*/
/*          transition-delay: 0.2s;*/
/*}*/

.shop_wrapper .content-box p,.shop_wrapper .content-box .btn-wrap {
  display: none;
}

.grid_list .product .content-box p,.grid_list .content-box .btn-wrap {
  display: block;
  font-size: 14px;
}


.shop_wrapper.grid_list {
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn
}

.shop_wrapper.grid_list .product-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex
}

.shop_wrapper.grid_4{
  -webkit-transition: .6s;
  -o-transition: .6s;
  transition: .6s;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  margin-bottom: -30px
}

.shop_wrapper.grid_4 .product{
  margin-bottom: 30px
}

.shop_wrapper.grid_4 .product .figure-box img {
  width: 100%
}

.shop_wrapper.grid_4 .product .content-box .price{
  margin-bottom: 0
}

@media only screen and (max-width: 575px) {
  .grid_list .product .product-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
  }
}

.grid_list .product:last-child .product-inner {
  padding-bottom: 0px;
  border-bottom: 0px
}

.grid_list .product .figure-box {
  width: 250px
}

.grid_list .product .figure-box img {
  width: 100%
}

@media only screen and (max-width: 767px) {
  .grid_list .product .figure-box {
    width: 220px;
    height: 100%
  }
}

@media only screen and (max-width: 575px) {
  .grid_list .product .figure-box {
    width: 100%;
    height: 100%
  }
}

.grid_list .product .content-box {
  width: calc(100% - 250px);
  text-align: start;
  padding-top: 10px;
  padding-left: 30px
}

@media only screen and (max-width: 767px) {
  .grid_list .product .content-box {
    width: calc(100% - 220px)
  }
}

@media only screen and (max-width: 575px) {
  .grid_list .product .content-box {
    width: 100%;
    padding-left: 10px
  }
}

.grid_list .product .content-box .title {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 15px
}

@media only screen and (max-width: 575px) {
  .grid_list .product .content-box .title {
    margin-top: 20px
  }
}

.grid_list .product .content-box .price {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ebebeb
}

.grid_list .product .content-box p {
  display: block;
  font-size: 14px
}

.shop_toolbar_wrapper {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between
}

@media only screen and (max-width: 479px) {
  .shop_toolbar_wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
  }
}

.shop_toolbar_wrapper .shop_toolbar_btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center
}

.shop_toolbar_wrapper .shop_toolbar_btn button {
  border: 0px;
  font-size: 20px;
  text-transform: uppercase;
  margin-right: 0px;
  line-height: 1;
  cursor: pointer;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  padding: 6px 5px 4px;
  background-color: transparent
}

.shop_toolbar_wrapper .shop_toolbar_btn button:last-child {
  margin-right: 0px
}

.shop_toolbar_wrapper .shop_toolbar_btn button.active {
  /*color: var(--sys-color)*/
  mix-blend-mode: hard-light
}

.shop_toolbar_wrapper .shop_toolbar_btn button:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none
}

.shop_toolbar_wrapper .shop_toolbar_btn button:hover {
  color: var(--sys-color);
  border-color: var(--sys-color)
}

.shop_toolbar_wrapper .shop_toolbar_btn button:first-child {
  padding-left: 0
}

.shop_toolbar_wrapper .shop-top-bar-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center
}

.shop_toolbar_wrapper .shop-top-bar-right .title {
  font-size: 14px;
  color: #222222;
  margin-bottom: 0
}
.shop_toolbar_wrapper .shop-top-bar-left .title {
  display: none;
}
.shop_toolbar_wrapper .shop-top-bar-left .shop-short-by .nice-select {
  display: none;
}
@media only screen and (max-width: 479px) {
  /*.shop_toolbar_wrapper .shop-top-bar-right {*/
  /*  display: none;*/
  /*}*/
  .shop_toolbar_wrapper .shop-top-bar-left .title {
    display: block;
    font-size: 14px;
    color: #222222;
    margin-bottom: 0;
    margin-left: 10px;
  }
  .shop_toolbar_wrapper .shop-top-bar-left .shop-short-by .nice-select{
    display: block;

    border-radius: 0px;
    border-color: #ebebeb;
    height: 32px;
    line-height: 30px;
    cursor: pointer;
    width: 90px;
  }
  .shop_toolbar_wrapper .shop-top-bar-right .shop-short-by {
    margin-right: 0px;
    margin-bottom: 0px
  }
}

.shop_toolbar_wrapper .shop-top-bar-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center
}

.shop_toolbar_wrapper .shop-top-bar-left .shop-top-show span {
  color: #222222;
  font-size: 14px
}

.shop_toolbar_wrapper .shop-top-bar-left .shop_toolbar_btn {
  margin-right: 60px
}

@media only screen and (max-width: 479px) {
  .shop_toolbar_wrapper .shop-top-bar-left .shop_toolbar_btn {
    margin-right: 20px
  }
}

.shop_toolbar_wrapper .shop-top-bar-right .shop-short-by,
.shop_toolbar_wrapper .shop-bottom-bar-left .shop-short-by {
  margin-right: 0px
}

.shop_toolbar_wrapper .shop-top-bar-right .shop-short-by .nice-select,
.shop_toolbar_wrapper .shop-bottom-bar-left .shop-short-by .nice-select {
  border-radius: 0px;
  border-color: #ebebeb;
  height: 32px;
  line-height: 30px;
  cursor: pointer;
  width: 200px
}

.shop_toolbar_wrapper .shop-top-bar-right .shop-short-by .nice-select .list,
.shop_toolbar_wrapper .shop-bottom-bar-left .shop-short-by .nice-select .list {
  width: 200px;
  padding: 10px 0;
  border-radius: 0px;
  z-index: 99
}

.shop_toolbar_wrapper .shop-top-bar-right .shop-short-by .nice-select li,
.shop_toolbar_wrapper .shop-bottom-bar-left .shop-short-by .nice-select li {
  margin: 0 10px;
  padding: 10px 0;
  background: transparent;
  line-height: 1;
  min-height: 20px
}

.shop_toolbar_wrapper .shop-top-bar-right .shop-short-by .nice-select li:hover,
.shop_toolbar_wrapper .shop-bottom-bar-left .shop-short-by .nice-select li:hover {
  padding-left: 5px;
  display: block;
  color: var(--sys-color)
}

.shop_toolbar_wrapper .shop-top-bar-right .shop-short-by .nice-select:focus,
.shop_toolbar_wrapper .shop-bottom-bar-left .shop-short-by .nice-select:focus {
  border-color: var(--sys-color)
}

.shop_toolbar_wrapper .shop-top-bar-right .shop-short-by .nice-select .current,
.shop_toolbar_wrapper .shop-bottom-bar-left .shop-short-by .nice-select .current {
  color: #222222;
  font-size: 14px
}

.rt-read-more {
  padding: 5px 18px 5px 25px;
  font-size: 0.75rem;
  font-weight: 700;
  height: 44px;
  background: transparent;
  color: #646464;
  text-transform: uppercase;
  border: 1px solid var(--sys-color);
  border-radius: 3px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  letter-spacing: 0.05rem;
}

.rt-read-more:hover{
  background-color: var(--sys-color);
  color: var(--color-white);
}


/* 产品详情 */
/*====================
    2.7 Single Product CSS
====================*/
.product-details-img .single-product-img a {
  /*width: 100%;*/
}

.product-details-img .single-product-img a img {
  cursor: crosshair;
}

.product-details-img .single-product-thumb {
  margin-top: 10px;
}

.product-details-img .single-product-thumb img {
  border: 1px solid transparent;
  width: 100%;
  transition: .3s;
  cursor: pointer;
}

.product-details-img .single-product-thumb .swiper-slide-thumb-active img {
  border: 1px solid var(--sys-color);
  cursor: pointer;
  transition: .3s;
}

.product-details-img .single-product-thumb .swiper-button-prev:focus, .product-details-img .single-product-thumb .swiper-button-next:focus {
  border: 0px;
  outline: 0px;
}

.product-details-img .single-product-thumb .swiper-button-prev:after, .product-details-img .single-product-thumb .swiper-button-next:after {
  display: none;
}

.product-details-img .single-product-thumb .swiper-button-prev i, .product-details-img .single-product-thumb .swiper-button-next i {
  opacity: 0;
  visibility: hidden;
  font-size: 20px;
  color: #222222;
}

.product-details-img .single-product-thumb .swiper-button-prev i:hover, .product-details-img .single-product-thumb .swiper-button-next i:hover {
  color: #ffffff;
  background: var(--sys-color) !important;
  transition: .3s;
}

.product-details-img .single-product-thumb:hover .swiper-button-prev i, .product-details-img .single-product-thumb:hover .swiper-button-next i {
  opacity: 1;
  visibility: visible;
  background: #efefef;
  transition: .3s;
}

.single-product-slider .swiper-slide img {
  cursor: crosshair;
}

.product-slider-summery .product-delivery-policy li {
  display: block;
}

.product-slider-summery .product-delivery-policy li i {
  vertical-align: middle;
}

.product-details-img {
  flex-direction: row;
  overflow: hidden;
}

.single-shop-tab {
  /*margin-bottom: 80px;*/
  padding-top: 30px;
  padding-bottom: 10px;
}
.single-shop-tab .tab-nav-list {
  border-bottom: 1px solid var(--sys-color);
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  /*margin-bottom: 10px;*/
  /*margin-top: 30px;*/
}
.single-shop-tab .tab-nav-list .nav-item {
  font-size: 1.125rem;
  font-weight: 700;
  /*font-family: "Spartan", sans-serif;*/
  margin-bottom: 0;
  /*margin-right: 50px;*/
}
@media (max-width: 767px) {
  .single-shop-tab .tab-nav-list .nav-item {
    margin-right: 20px;
  }
}
.single-shop-tab .tab-nav-list .nav-item:last-child {
  margin-right: 0;
}
.single-shop-tab .tab-nav-list .nav-item a {
  color: #85878a;
  /*padding: 10px 0;*/
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: relative;
  padding-bottom: 20px;
}
.single-shop-tab .tab-nav-list .nav-item a.active {
  color: var(--color-black);
}
.single-shop-tab .tab-nav-list .nav-item a.active::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 4px;
  background-color: var(--sys-color);
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
}
.single-shop-tab .tab-content {
  padding: 30px 0 0;
}

@keyframes pulseShadowlgwhite {
  0% {
    -webkit-box-shadow: 0 0 0 0 var(--sys-color);
    box-shadow: 0 0 0 0 var(--sys-color);
  }
  70% {
    -webkit-box-shadow: 0 0 0 15px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 15px rgba(255, 255, 255, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
@-webkit-keyframes pulseShadowsmgray {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(172, 172, 172, 0.7);
  }
  70% {
    -webkit-box-shadow: 0 0 0 10px rgba(172, 172, 172, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(172, 172, 172, 0);
  }
}

.play-btn-white_lg {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: var(--color-white);
  color: #282828;
  font-size: 1.125rem;
  -webkit-animation: pulseShadowlgwhite 2000ms linear infinite;
  animation: pulseShadowlgwhite 2000ms linear infinite;
}

.play-btn-white_lg{
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
}

.play-btn-white_lg:hover {
  background-color: var(--sys-color);
  color: var(--color-white);
}
.product-details-video{
  position: relative;
}
.rt-play-over {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 3;
}

/* 首页-热销产品 */
/*===================================
// section-heading
==================================*/
.product-section{
  /*margin-top: 5px;*/
  padding-top:15px ;
  /*background-color: #eee;*/
  background-color:#FFFFFF;
}
.rt-section-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 10px;
  margin-top: 10px;
  gap: 16px;
  font-size: 1.802rem;
}
.rt-section-heading .rt-section-dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background-color: var(--sys-color);
  display: inline-block;
}
.rt-section-heading .rt-section-line {
  border: 1px solid var(--sys-color);
  border-width: 1px 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  height: 4px;
}

.rt-post-grid .post-img {
  border-radius: 4px;
  overflow: hidden;
  position: relative;

}
.rt-post-grid .post-img-shadow {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
}

.rt-post-grid .post-img img {
  border-radius: 4px;
  -webkit-transform: scale(1.30);
  transform: scale(1.30);
  transition: all 0.8s ease;
  -webkit-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  -ms-transition: all 0.8s ease;
}
.rt-post-grid .post-img .rt-meta-over {
  position: absolute;
  left: 20px;
  top: 20px;
}
.rt-post-grid .post-img .rt-meta-over-left-bottom {
  position: absolute;
  left: 20px;
  bottom: 0;
}
.rt-post-grid .post-img .rt-play-over {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2;
}
.rt-post-grid .post-content {
  padding: 20px 0;
}
.rt-post-grid .post-content .post-title {
  font-size:12px;
  text-align: center;
}
.rt-post-grid:hover .post-img img,.rt-post:hover .post-img img  {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.rt-post-grid.post-grid-md .post-content {
  padding: 15px 0;
  padding-right: 0;
}
.rt-post-grid.post-grid-md .post-title {
  font-size: 1rem;
}
.rt-post-grid.post-grid-style-2 .post-title {
  font-size: 1.25rem;
}

/* 新闻-文字 */
ul.news_text{
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  list-style: none;
  display: block;
}
ul.news_text>li{
  min-height: 40px;
  line-height: 40px;
  padding: 5px 10px;
  border-bottom: 1px dashed #ccc;
}
ul.news_text>li .news_title{
  margin-top:5px;
  display:block;
  float:left;
}

ul.news_text>li .news_time{
  display:block;
  float:right;
  font-size: 14px;
}
ul.news_text a{
  padding-left: 14px;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 14px;
}

ul.news_text a:hover{
  padding-left: 16px;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  color:var(--sys-color);
}

.page-link{
  color: var(--sys-color);
}

.page-link.active{
  background-color: var(--sys-color);
  color: white;
}

.nav-to-input{
  width: 80px;
  margin-left: 30px;
}

.nav-to-btn{
  background-color: var(--sys-color);
  color: white;
}

/* 关于我们 */
.product-item-box {
  margin-top: 1rem;
}

.product-item-box-text p {
  text-indent: 2rem;
}

.product-item-box-text-links a {
  color: var(--sys-color);
  margin: 0px 10px;
}

/* 首页新闻 */
.news-section{
  margin-top: 5px;
  padding-top:10px ;
}
.news-section .rt-post-grid{
  background-color: rgb(247, 247, 247);
}
.rt-post-grid .post-img {
  border-radius: 4px;
  overflow: hidden;
  position: relative;
}
.rt-post-grid .post-img img {
  border-radius: 4px;
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
  transition: all 0.8s ease;
  -webkit-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  -ms-transition: all 0.8s ease;
}
.post-meta ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.post-meta ul li {
  margin-right: 20px;
}

.post-meta ul li:last-child {
  margin-right: 0;
}

.post-meta ul li .rt-meta:hover{
  color: var(--sys-color);
}

.post-md .post-img {
  -ms-flex-negative: 1;
  flex-shrink: 1;
  overflow: hidden;
}
.post-md .post-img img {
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
  transition: all 0.8s ease;
  -webkit-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  -ms-transition: all 0.8s ease;
}
.post-md .post-content,.news-section .rt-post-grid .post-content {
  padding-left: 24px;
}
.post-md .post-content .post-title {
  font-size: 1.125rem;
  font-weight: bold;
}
.rt-post .post-content {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
@media (max-width: 767px) {
  .post-md {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .post-md .post-content {
    padding: 20px 0;
    padding-left: 0;
  }
}
.post-md.rt-news .post-img {
  max-width: 210px;
  max-height: 125px;
}

@media (max-width: 767px) {
  .post-md.rt-news .post-img {
    max-width: 100%;
    max-height: 100%;
  }
  .post-md.rt-news .post-img a {
    width: 100%;
    display: block;
  }
  .post-md.rt-news .post-img img {
    width: 100%;
  }
}
.rt-post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.rt-post .post-img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border-radius: 4px;
  overflow: hidden;
  position: relative;
}
.rt-post .post-img img {
  border-radius: 4px;
  transition: all 1s ease;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
}
.gutter-24 > li, .gutter-24 > div {
  padding-top: 12px !important;
  padding-bottom: 12px !important;
}
.post-title {
  color: var(--color-black);
}
.post-title a{
  color: inherit;
  display: inline;
  padding-bottom: 0;
  -webkit-transition: background-size 0.8s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: background-size 0.8s cubic-bezier(0.25, 0.8, 0.25, 1);
  background-image: -webkit-gradient(linear, left top, left bottom, from(currentColor), color-stop(98%, currentColor));
  background-image: linear-gradient(to bottom, currentColor 0%, currentColor 98%);
  background-size: 0 1px;
  background-repeat: no-repeat;
  background-position: left 100%;

}
.post-title:hover a {
  background-size: 100% 1px;
}

/* 搜索 */
.menu-main-primary-container{
  background-color: #f3f3f3;
  padding-top: 5px;
}

.mobile-search{
  width: 90%;
  margin: 10px 0px;
}

.input-group-append {
  margin-left: -1px;
}

.input-group-append, .input-group-prepend {
  display: -ms-flexbox;
  display: flex;
}

.input-group>.search-form>.input-group-append>.btn{
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group-append .btn, .input-group-prepend .btn {
  position: relative;
  z-index: 2;
}

.input-group-append .btn:hover{
  background-color: var(--sys-color);
}

.form-control:focus,.pc-search-btn:focus{
  box-shadow: none !important;
  border-color: 1px solid #6c757d !important;
}

.pc-search input{
  width: 100%;
  border: 0px;
  border-bottom: 2px solid #222222;
  border-radius: 0px;
  font-size: 24px;
}

.pc-search .input-group-append .btn-outline-secondary{
  border: 0px;
  border-radius: 0px;
  border-bottom: 2px solid #222222;
}

/* 新闻列表 */
.post-list-news .post-item{
  margin-bottom: 30px;
}

.post-list-news .post-content{
  padding-right: 24px;
}

.post-list-news .post-item .post-md{
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.post-list-news .post-img {
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
  max-width: 350px;
  min-width: 350px;
}

@media (max-width: 767px) {
  .post-list-news .post-item .post-md{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .post-list-news .post-img{
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    max-width: 100%;
    min-width: 100%;
  }
  .post-list-news .post-content{
    padding-right: 0px;
  }

}

.mt-25{
  margin-top: 25px;
}

/* 首页产品分类导航 */
.nav-index-products-links-item-detail {
  height: 98%;
  width: 98%;
  border: 2px solid gray;
  overflow: hidden;
  position: relative;
}

.nav-index-products-links-item-detail:hover {
  border: 2px solid var(--sys-color);
}

.nav-index-products-links-item-detail img {
  margin: 10% auto;
  transition: all 0.8s ease;
  -webkit-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  -ms-transition: all 0.8s ease;
}
.nav-index-products-links-item-detail img:hover {
  margin: 10% auto;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.nav-index-products-links-item-detail>p {
  text-align: center;
  font-size: 18px;
}

/* 404 */
.error_form {
  text-align: center
}

.error_form .title {
  font-size: 200px;
  font-weight: 700;
  color: var(--sys-color);
  letter-spacing: 10px;
  line-height: .73;
  margin: 0 0 52px
}

.error_form .error-back{
  color: white;
  background-color: var(--sys-color);
  font-size:25px;
  padding: 10px 15px;
  border-radius: 5px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
  .error_form .title {
    font-size: 130px;
    letter-spacing: 4px;
    margin: 0 0 40px
  }
}

@media only screen and (max-width: 479px) {
  .error_form .title {
    font-size: 106px;
    letter-spacing: 4px;
    margin: 0 0 20px
  }
}

.error_form .sub-title {
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 20px
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
  .error_form .sub-title {
    font-size: 18px;
    line-height: 1;
    margin-bottom: 14px
  }
}

.error_form p {
  font-size: 17px;
  font-weight: 400;
  margin-bottom: 30px
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
  .error_form p {
    font-size: 14px;
    margin-bottom: 22px
  }
}

.error_form .search-form-error {
  width: 450px;
  margin: 0 auto;
  position: relative
}

@media only screen and (max-width: 767px) {
  .error_form .search-form-error {
    width: 100%
  }
}

.error_form .search-form-error .input-text {
  padding: 0 45px 0 10px;
  background: #f8f8f8;
  border: 1px solid #ddd;
  color: #222222;
  height: 40px;
  width: 100%;
  border-radius: 3px
}

.error_form .search-form-error .submit-btn {
  position: absolute;
  right: 0;
  height: 100%;
  border: none;
  background: no-repeat;
  font-size: 20px;
  cursor: pointer;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  top: 0;
  text-transform: uppercase;
  padding: 0 15px;
  font-weight: 600
}

.error_form .search-form-error .submit-btn:hover {
  color: var(--sys-color)
}
/* SMART-NAV */
.mobile-nav{
  margin-top:1px;
  padding-top:1px;
}


.mobile-nav-link{
  background-color: var(--sys-color);
  text-align:center;
  /* margin-right: -2px; */
  border-right: 2px solid white;
}

.mobile-nav-link:last-child{
  background-color: var(--sys-color);
  text-align:center;
  margin-right: 0px;
  border-right: none;
}

.mobile-nav-link>a{
  display:block;
  color:white;
}

.mobile-nav-link  span{
  display: block !important;
}
/*产品详情页媒体按钮*/
.social-share-style-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.social-share-style-1 li {
  margin-right: 6px;
}
.social-share-style-1 a {
  font-size: 1rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  background-color: var(--color-primary);
  width: 44px;
  height: 40px;
  border-radius: var(--border-radius-xs);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
/*.social-share-style-1 a.dy {*/
/*  color: #555353*/
/*  !*background-color: #54555d;*!*/
/*}*/
/*!*.social-share-style-1 a.dy:hover {*!*/
/*!*  background-color: #09090a;*!*/
/*!*}*!*/
/*.social-share-style-1 a.qq {*/
/*  !*background-image: url("static/assets/images/icon/QQ.png");*!*/
/*  !*color: var(--sys-color)*!*/
/*  !*background-color: #f81a08;*!*/
/*}*/
/*!*.social-share-style-1 a.qq:hover {*!*/
/*!*  background-color: #a91d08;*!*/
/*!*}*!*/
/*.social-share-style-1 a.wx {*/
/*  color: var(--sys-color)*/
/*  !*background-color: #37d579;*!*/
/*}*/
/*!*.social-share-style-1 a.wx:hover {*!*/
/*!*  background-color: #28ac60;*!*/
/*!*}*!*/
/*.social-share-style-1 a.wb {*/
/*  color: var(--sys-color)*/
/*  !*background-color: #f56e34;*!*/
/*}*/
/*!*.social-share-style-1 a.wb:hover {*!*/
/*!*  background-color: #d24d32;*!*/
/*!*}*!*/
/*.social-share-style-1 a.ins {*/
/*  color: var(--sys-color)*/
/*  !*background-color: #1559c2;*!*/
/*}*/
/*!*.social-share-style-1 a.ins:hover {*!*/
/*!*  background-color: #0b2f66;*!*/
/*!*}*!*/
/*.social-share-style-1 a.fb {*/
/*  color: var(--sys-color)*/
/*  !*background-color: #1559c2;*!*/
/*}*/
/*!*.social-share-style-1 a.fb:hover {*!*/
/*!*  background-color: #0b2f66;*!*/
/*!*}*!*/
/*.social-share-style-1 a.tw {*/
/*  color: var(--sys-color)*/
/*  !*background-color: #1ea9e9;*!*/
/*}*/
/*!*.social-share-style-1 a.tw:hover {*!*/
/*!*  background-color: #0e6993;*!*/
/*!*}*!*/
/*.social-share-style-1 a.yu {*/
/*  color: var(--sys-color)*/
/*  !*background-color: #ed1d25;*!*/
/*}*/
/*!*.social-share-style-1 a.yu:hover {*!*/
/*!*  background-color: #980c11;*!*/
/*!*}*!*/
/*.social-share-style-1 a.dr {*/
/*  color: var(--sys-color)*/
/*  !*background-color: #f65e97;*!*/
/*}*/
/*!*.social-share-style-1 a.dr:hover {*!*/
/*!*  background-color: #e10d5c;*!*/
/*!*}*!*/
/*.social-share-style-1 a.dw {*/
/*  color: var(--sys-color)*/
/*  !*background-color: #ff6b10;*!*/
/*}*/
/*.social-share-style-1 a.dw:hover {*/
/*  background-color: #a94000;*/
/*}*/
/*.social-share-style-1 a.wh {*/
/*  color: var(--sys-color)*/
/*  !*background-color: #43ce13;*!*/
/*}*/
/*.social-share-style-1 a.wh:hover {*/
/*  background-color: #25710a;*/
/*}*/
.social-share-style-1.layout-2 a {
  color: #7a7e83;
  background-color: transparent;
  border: 1px solid #cccccc;
}
.mb--10 {
  margin-bottom: 10px !important;
}
/*联系我们按钮样式*/
.vtitle button{
  background-color: var(--sys-color);
}
.vtitle button span{
  color: #fff;
  /*mix-blend-mode: lighten;*/
}
.uni-index-container{
  max-width: 1320px;
}

@media only screen and (max-width:320px) {
  .container{
    max-width: 100vw !important;
  }
  .foot_lianxi{
    width: 100% !important;
  }
  .foot_form{
    width: 100% !important;
  }
  .m1600 {
    margin: 0 !important;
    max-width: inherit;
    width: auto;
  }
  .leftOnline{
    display: none;
  }
}
@media only screen and (max-width:481px) {
  .container{
    max-width: 100vw !important;
  }
  .foot_lianxi{
    width: 100% !important;
  }
  .foot_form{
    width: 100% !important;
  }
  .m1600 {
    margin: 0 !important;
    max-width: inherit;
    width: auto;
  }
  .leftOnline{
    display: none;
  }
}
@media only screen and (max-width:641px) {
  .container{
    max-width: 100vw !important;
  }
  .foot_lianxi{
    width: 100% !important;
  }
  .foot_form{
    width: 100% !important;
  }
  .m1600 {
    margin: 0 !important;
    max-width: inherit;
    width: auto;
  }
  .leftOnline{
    display: none;
  }

}
@media screen and (min-width: 1280px) and (max-width:1400px){
  #header .main-menu__nav>ul>li>a {
    padding: 0  0.5rem;
    font-size: 0.8rem;
  }
  .search_btn{
    width:2rem !important;
  }
}
@media  screen and (min-width: 1400px) and (max-width: 1600px){
  #header .main-menu__nav>ul>li>a {
    padding: 0  8px;
    font-size: 1rem;
  }
  .search_btn{
    width:2.3rem !important;
  }
}
@media  (min-width:1600px){
  #header .main-menu__nav>ul>li>a {
    padding: 0  0.9rem;
    font-size: 1.125rem;
  }
}


/*foot底部友情链接css*/
.foot-links-title{
  font-size: 1.1875rem;
  margin-top: 1.19rem;
}
.foot-links-body>li {
  display: block;
  float: left;
  margin: 5px;
}
.foot-links-body>li>a{
  font-size: 1rem;
  color: #FFFFFF;
}

/*============================
Modal
=============================*/
#rtModal {
  padding-left: 17px;
}
@media (max-width: 991px) {
  #rtModal {
    display: none;
  }
}
@media (min-width: 576px) {
  #rtModal .modal-dialog {
    max-width: 980px;
    margin: 1.75rem auto;
  }
}
#rtModal .rt-modal-wrapper {
  max-width: 100%;
  width: 100%;
  min-height: 510px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  background-color: #fff;
}
#rtModal .rt-modal-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
#rtModal .modal-content {
  border: none;
  border-radius: 0;
}
#rtModal .close {
  position: absolute;
  right: -25px;
  top: -25px;
  font-size: 1.125rem;
  color: #fff;
  width: 30px;
  height: 30px;
  text-align: center;
  background-color: #313131;
  border-radius: 15px;
  z-index: 1;
  text-align: center;
  border: none;
  cursor: pointer;
}
#rtModal .close:focus {
  outline: none;
}
#rtModal .modal-body {
  padding:0;
  margin: 0;
}
#rtModal .modal-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#rtModal .modal-body .content-box {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
#rtModal .modal-body .content-box .title {
  font-size: 2rem;
  line-height: 1.22;
  /*margin-bottom: 25px;*/
  color: var(--color-black);
}
#rtModal .rt-form-group {
  margin-bottom: 15px;
  position: relative;
}
#rtModal .rt-form-group i {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
#rtModal .form-control {
  padding: 5px 30px;
  height: 50px;
  color: #959595;
  background-color: transparent;
  border: none;
  border-radius: 0;
  border-bottom: 1px solid #e5e5e5;
  font-size: 1rem;
}
#rtModal .form-control:focus {
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
#rtModal .form-check-label {
  color: #959595;
  font-size: 0.875rem;
}
#rtModal .form-check-input[type=checkbox] {
  border: 1px solid #acacac;
  margin-right: 10px;
}
#rtModal .form-check-input[type=checkbox]:focus {
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
#rtModal .submit-btn {
  width: 100%;
  color: #ffffff;
  font-size: 15px;
  font-family: var(--font-title);
  font-weight: 600;
  letter-spacing: 2px;
  padding: 15px 30px;
  background-color: var(--color-primary);
  border: 1px solid var(--color-primary);
  border-radius: 3px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#rtModal .submit-btn:hover {
  background-color: #ffffff;
  color: var(--color-primary);
}
#rtModal .submit-btn:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
#rtModal input.form-control::-webkit-input-placeholder {
  font-size: 16px;
  color: #959595;
}
#rtModal .sup-text{
  padding: 50px 45px 0 45px;
}
#rtModal .sup-text .title{
  text-align: center;
}
#rtModal .sup-text>p{
  font-size: 16px;
}
.uni-product-detail{
  padding: 1rem 0;
}
#richText p{
  /*text-align: center;*/
}
/*替代产品与关联产品*/
.shop-box-style-1 {
  margin-bottom: 30px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.shop-box-style-1 .figure-box {
  text-align: center;
  margin-bottom: 18px;
  position: relative;
  z-index: 1;
  background-color: var(--color-gray);
  padding: 35px;
  border-radius: var(--border-radius-xs);
}
.shop-box-style-1 .figure-box:before {
  background-color: rgba(var(--color-gray-rgb), 0);
  z-index: 1;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  border-radius: var(--border-radius-xs);
}
.shop-box-style-1 .figure-box img {
  margin-left: auto;
  margin-right: auto;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 1.5s ease-out;
  transition: all 1.5s ease-out;
}
.shop-box-style-1 .figure-box .discrount-badge {
  position: absolute;
  left: 20px;
  top: 20px;
}
.shop-box-style-1 .content-box .title {
  font-size: 0.875rem;
  font-weight: 600;
  margin-bottom: 5px;
}
.shop-box-style-1 .content-box .title a {
  color: var(--color-body);
}
.shop-box-style-1 .content-box .title a:hover {
  color: var(--color-primary);
}
.shop-box-style-1 .content-box .price {
  font-size: 1.0625rem;
  color: var(--color-black);
  font-weight: 700;
  /*font-family: "Spartan", sans-serif;*/
}
.shop-box-style-1 .content-box .price del {
  font-size: 0.875rem;
  color: #585858;
  font-weight: 600;
  margin-right: 5px;
  display: inline-block;
  vertical-align: middle;
}
.shop-box-style-1 .action-items {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.shop-box-style-1 .action-items li {
  opacity: 0;
  visibility: hidden;
  margin-right: 5px;
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.shop-box-style-1 .action-items li:last-child {
  margin-right: 0;
}
.shop-box-style-1 .action-items li a {
  width: 44px;
  height: 44px;
  border-radius: 4px;
  color: var(--color-white);
  background: var(--color-black);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.shop-box-style-1 .action-items li a:hover {
  background-color: var(--color-primary);
}
.shop-box-style-1:hover .figure-box img {
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}
.shop-box-style-1:hover .figure-box:before {
  background-color: rgba(var(--color-gray-rgb), 0.5);
}
.shop-box-style-1:hover .action-items li {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.shop-box-style-1:hover .action-items li:nth-child(1n) {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.shop-box-style-1:hover .action-items li:nth-child(2n) {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
[data-theme=dark] .shop-box-style-1 .content-box .price del {
  color: var(--color-body);
}
[data-theme=dark] .shop-box-style-1 .figure-box {
  background-color: #2b2b2b;
}
[data-theme=dark] .shop-box-style-1 .figure-box::before {
  background: rgba(0, 0, 0, 0.2);
}
[data-theme=dark] .shop-box-style-1 .action-items li a:hover {
  color: #fff;
}

.slider-navigation .slider-btn {
  position: relative;
  z-index: 1;
  font-size: 1.0625rem;
  color: var(--color-primary);
  width: 45px;
  height: 45px;
  border-radius: 50%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid var(--color-border);
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
}
.slider-navigation .slider-btn::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  z-index: -1;
  background: -webkit-gradient(linear, left top, left bottom, from(#7fb7fa), to(#2962ff));
  background: linear-gradient(180deg, #7fb7fa 0%, #2962ff 100%);
  -webkit-transform: scale(0.4);
  transform: scale(0.4);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.slider-navigation .slider-btn:hover {
  color: var(--color-white);
  border-color: transparent;
}
.slider-navigation .slider-btn:hover::after {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.slider-navigation .slider-btn:focus {
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.slider-navigation .slider-btn.btn-next {
  margin-left: 3px;
}
[data-theme=dark] .slider-navigation .slider-btn {
  background-color: var(--color-white);
}
[data-theme=dark] .slider-navigation .slider-btn:hover {
  border-color: transparent;
}
/*办事处css*/
.brand-wrapper{
  display: flex;
  flex-wrap: wrap;
}
.brand-wrapper .brand-list{
  width: 31%;
  display: flex !important;
  margin: 10px;
  flex-direction: column;
  border: 1px solid #eee;
  overflow: hidden;
  /*padding: 10px;*/
}
.brand-wrapper .brand-list .brand-title{
  padding: 20px 0 15px 0;
}
.brand-wrapper .brand-list .brand-title h2 {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  color: var(--sys-color)
}
.brand-wrapper .brand-list .brand-title p{
  margin-bottom: 10px;
}
.brand-wrapper .brand-list .brand-addr{
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  font-size: 16px;
  color: var(--color-black);
  font-weight: 600;
}
.brand-wrapper .brand-list .brand-addr i{
  width: 20px;
  height: 20px;
  /*margin-right: 10px;*/
  color: var(--color-black);
}
.brand-wrapper .brand-list .img{
  height: 200px;
}
.brand-wrapper .brand-list .img img{
  width: 100%;
  height: 200px;
  transition: transform 0.3s ease;
}
.brand-wrapper .brand-list .img:hover img {
  transform: scale(1.1);
}

.brand-wrapper .brand-list .brand-cont{
  flex: 1;
  padding: 5px 30px;
  transition: transform 0.3s ease;
}
.brand-wrapper .brand-list .brand-cont :hover{
  transform: scale(1.1);
}
@media screen and (max-width: 1028px){
  .brand-wrapper .brand-list{
    width: 100%;
    margin: 10px 0 0 0;
  }
}

.swiper-slide .post-title{
  font-size: 1rem;
  text-align: center;
}
/* 公司历程css start */

.timeAxis .list {
  height: 16rem;
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
}

.timeAxis .list .min {
  width: 130px;
  border-radius: 50%;
  background: rgb(12, 134, 219);
  color: #fff;
  height: 130px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 28px;
  margin: 0 60px;
}

.timeAxis .list .left,
.timeAxis .list .right {
  width: 340px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 28px;
  position: relative;
  margin-top: 60px;
}

.timeAxis .list .left::before,
.timeAxis .list .right::before {
  position: absolute;
  left: -20px;
  right: -20px;
  content: "";
  height: 10px;
  background: rgb(12, 134, 219);
  bottom: 10px;

}
.timeAxis{
  position: relative;
  padding-bottom: 10px;
  overflow: hidden;
}
.timeAxis .bor{
  width: 10px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  bottom: 0;
  background: rgb(212, 212, 212);
}
.timeAxis .bor .bg{
  background: #00a0e9;
}
.timeAxis .img{
  height: 30vw;
  position: relative;
  z-index: 8;
}
.timeAxis .img img{
  width: 100%;
  height: 100%;
}
.timeAxis .bgM{
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  background: rgba(255, 255, 255, .5);
}
.timeAxis .gstitle{
  font-size: 60px;
  text-align: center;
  position: relative;
  z-index: 10;
  margin-top: -20%;
  margin-bottom: 30px;
}
#timeAxisList{
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 1028px){
  .timeAxis .list .left, .timeAxis .list .right{
    width: 200px;
    font-size: 16px;
  }
  .timeAxis .list .min{
    margin: 0 40px;
  }
}
@media screen and (max-width: 760px){
  .timeAxis .list .left, .timeAxis .list .right{
    width: 100px;
    font-size: 16px;
  }
  .timeAxis .list .min{
    margin: 0 40px;
    width: 100px;
    height: 100px;
    font-size: 20px;
    font-size: 14px;
  }
}
/* 公司历程css end */

/*注册页 start*/
.code-button{
  background-color: #cfe2ff;
  color: #084298;
}

/*公司历程2 css start*/
.uni-his-style-readmore-2 {
  width: 100%;
}
.uni-his-style-readmore-2 a{
  color: #FFFFFF;
  background-color: var(--sys-color) !important;
}
.post.uni-his-style-2 .uni-his-style-cont-2 {
  width: 100%;
  height: auto;
  padding: 25px 0 10px 0;
  box-shadow: none;
}
.post.uni-his-style-2 .uni-his-style-cont-2 {
  width: 100%;
}
.post.uni-his-style-2 .uni-his-style-cont-2 h4 {
  /*font-size: 20px;*/
  font-weight: 500;
  line-height: 24px;
}
.uni-his-style-layout-2 {
  padding: 50px 0 50px;
}
.post_inner_padding_15 {
  padding: 20px 0 0 48px;
}

.post.uni-his-style-2 {
  min-height: 150px;
  display: flex;
  margin: 0;
  float: left;
  width: 100%;
}

.post.uni-his-style-2 .uni-his-style-time-2 {
  width: 115px;
  position: relative;
  margin: 0 20px;
  display: flex;
  align-items: center;
  background-image: url("/assets/images/clj/dass_boreder-8a2fdb5451e0bedec606ca0a4599d53d.png");
  background-repeat: repeat-y;
  background-position: center center;
}

.post.uni-his-style-2 .uni-his-style-time-2 span {
  z-index: 1;
  color: #fff;
  font-weight: 500;
  /*font-size: 17px;*/
  text-align: center;
  position: relative;
  width: 90px;
  background:var(--sys-color);
  padding: 0;
  height: 90px;
  border-radius: 100% 100% 0 100%;
  line-height: 92px;
}

.uni-his-style-blog-2 .post.uni-his-style-2 .uni-his-style-time-2 span {
  width: 90px;
  background: #fff;
  height: 90px;
  border-radius: 100% 100% 0 100%;
  line-height: 92px;
  border: solid var(--sys-color) 1px;
  font-weight: 400;
  color: var(--sys-color);
}
/* 奇数位置的 uni-his-style-blog-2 的 .post.uni-his-style-2 .uni-his-style-time-2 span */
.uni-his-style-blog-2:nth-child(odd) .post.uni-his-style-2 .uni-his-style-time-2 span {
  border-radius: 100% 100% 100% 0;
}

/* 偶数位置的 uni-his-style-blog-2 的 .post.uni-his-style-2 .uni-his-style-time-2 span */
.uni-his-style-blog-2:nth-child(even) .post.uni-his-style-2 .uni-his-style-time-2 span {
  border-radius: 100% 100% 0 100%;
}

.uni-his-style-blog-2 .post.uni-his-style-2 .uni-his-style-time-2  {
  font-size: 15px;
}
.post.uni-his-style-2 .uni-his-style-cont-2 .post_head_inner {
  margin-bottom: 10px;
}
.post.uni-his-style-2 {
  min-height: 150px;
  display: flex;
  margin: 0;
  float: left;
  width: 100%;
}

.post.uni-his-style-2 .uni-his-style-time-2 {
  width: 115px;
  position: relative;
  margin: 0 20px;
  display: flex;
  align-items: center;
  background-image: url("/assets/images/clj/dass_boreder-8a2fdb5451e0bedec606ca0a4599d53d.png");
  background-repeat: repeat-y;
  background-position: center center;
}
.uni-his-style-blog-2 .post.uni-his-style-2 {
  margin-bottom: 0;
}

.post.uni-his-style-2 .uni-his-style-cont-2 .title {
  /*font-size: 24px;*/
  font-weight: 600;
}
.uni-his-style-blog-2 .post.uni-his-style-2 {
  margin-bottom: 35px;
}


.full {
  float: left;
  width: 100%;
}
.img-responsive {
  max-width: 100%;
}
.post.uni-his-style-2 .uni-his-style-img-2 {
  width: 50%;
}

.uni-his-style-blog-2 .post.uni-his-style-2 .uni-his-style-cont-2 {
  padding: 15px 15px 15px 10px;
}

.post.uni-his-style-2 .uni-his-style-cont-2 {
  width: 55%;
  height: auto;
  padding: 45px 15px 0 10px;
}

.post.uni-his-style-2 .uni-his-style-cont-2 {
  width: 50%;
  height: auto;
  padding: 35px 15px 0 10px;
  box-shadow: none;
}

.uni-his-style-blog-2 .post.uni-his-style-2:nth-child(2n+2) .uni-his-style-time-2 {
  position: relative;
  left: -2px;
}

.uni-his-style-blog-2 .post.uni-his-style-2 {
  margin-bottom: 0;
}

.post.uni-his-style-2 .uni-his-style-cont-2 h4 {
  /*font-size: 24px;*/
  font-weight: 600;
}
@media (min-width: 1200px) and (max-width: 1345px) {
  .post.uni-his-style-2 .uni-his-style-cont-2 {
    width: 55%;
    height: auto;
    padding: 5px 15px 25px 10px;
  }
  .post.uni-his-style-2 {
    margin-bottom: 30px;
    padding-top: 5px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body {
    overflow-x: hidden;
  }
  .post.uni-his-style-2 .uni-his-style-cont-2 {
    width: 55%;
    height: auto;
    padding: 5px 15px 25px 10px;
  }
  .post.uni-his-style-2 {
    margin-bottom: 30px;
    padding-top: 5px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .post.uni-his-style-2 .uni-his-style-cont-2 {
    width: 55%;
    height: auto;
    padding: 5px 15px 25px 10px;
  }
  .post.uni-his-style-2 {
    margin-bottom: 30px;
    padding-top: 5px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /** section **/
  .post.uni-his-style-2 {
    display: block;
  }
  .post.uni-his-style-2 .uni-his-style-img-2 {
    width: 100%;
  }
  .post.uni-his-style-2 .uni-his-style-time-2 {
    margin: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 20px 0;
  }
  .post.uni-his-style-2 .uni-his-style-cont-2 {
    width: 100%;
    height: auto;
    padding: 30px 0 10px 0;
    box-shadow: none;
    border-top: solidvar(--sys-color) 5px;
  }
  .uni-his-style-readmore-2 {
    width: 100%;
  }
  .uni-his-style-readmore-2 a{
    color: #FFFFFF;
    background-color: var(--sys-color) !important;
  }
  .post.uni-his-style-2 .uni-his-style-cont-2 {
    width: 100%;
    height: auto;
    padding: 25px 0 10px 0;
    box-shadow: none;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  /** section **/
  .post.uni-his-style-2 {
    display: block;
  }
  .post.uni-his-style-2 .uni-his-style-img-2 {
    width: 100%;
  }
  .post.uni-his-style-2 .uni-his-style-time-2 {
    margin: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 20px 0;
  }
  .post.uni-his-style-2 .uni-his-style-cont-2 {
    width: 100%;
    height: auto;
    padding: 30px 0 10px 0;
    box-shadow: none;
    border-top: solidvar(--sys-color) 5px;
  }
  .post.uni-his-style-2 .uni-his-style-cont-2 {
    width: 100%;
  }
  .post.uni-his-style-2 .uni-his-style-cont-2 .title {
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
  }
}
@media (max-width: 575px) {

  .post.uni-his-style-2 .uni-his-style-img-2 {
    width: 100%;
  }
  .post.uni-his-style-2 {
    display: block;
  }
  .post.uni-his-style-2 .uni-his-style-time-2 {
    width: 100%;
    position: relative;
    margin: 0;
    display: flex;
    justify-content: center;
    padding: 25px 0;
  }
  .post.uni-his-style-2 .uni-his-style-cont-2 {
    width: 100%;
    height: auto;
    padding: 25px 0 0 0;
    box-shadow: none;
    border-top: solidvar(--sys-color) 5px;
  }
  .post.uni-his-style-2 {
    min-height: 150px;
    display: block;
    margin: 0;
    float: left;
    width: 100%;
    padding-bottom: 35px;
  }

  .post.uni-his-style-2 .uni-his-style-cont-2 {
    width: 100%;
  }
  .post.uni-his-style-2 .uni-his-style-cont-2 h4 {
    /*font-size: 20px;*/
    font-weight: 500;
    line-height: 24px;
  }
  .yema{
    display: none;
  }
  /**== end blog detail ==**/
}
/* 公司历程2 css end */

/*新闻列表2 css start*/
.uni-news-list-style-2 {
  padding: 90px 0;
}
.full {
  float: left;
  width: 100%;
}
.post_inner_padding_15 {
  padding: 20px 0 0 48px;
}

.post.uni-news-list-post-style-2 {
  min-height: 150px;
  display: flex;
  margin: 0;
  float: left;
  width: 100%;
}

.post.uni-news-list-post-style-2 .uni-news-list-time-style-2 {
  width: 115px;
  position: relative;
  margin: 0 20px;
  display: flex;
  align-items: center;
  background-image: url("/assets/images/clj/dass_boreder-8a2fdb5451e0bedec606ca0a4599d53d.png")/*tpa=https://#/demo/magzone/images/layout_img/dass_boreder.png*/;
  background-repeat: repeat-y;
  background-position: center center;
}

.post.uni-news-list-post-style-2 .uni-news-list-time-style-2 span {
  z-index: 1;
  color: #fff;
  font-weight: 500;
  font-size: 17px;
  text-align: center;
  position: relative;
  width: 90px;
  background: var(--sys-color);
  padding: 0;
  height: 90px;
  border-radius: 100% 100% 0 100%;
  line-height: 92px;
}

.uni-news-list-inner-style-2 .post.uni-news-list-post-style-2 .uni-news-list-time-style-2 span {
  width: 90px;
  background: #fff;
  height: 90px;
  border-radius: 100% 100% 0 100%;
  line-height: 92px;
  border: solid var(--sys-color) 1px;
  font-size: 15px;
  font-weight: 400;
  color: var(--sys-color);
}

.post.uni-news-list-post-style-2 .uni-news-list-img-style-2 {
  width: 50%;
}
.post.uni-news-list-post-style-2 .uni-news-list-img-style-2  img{
  width: 558px;
  height: 310px;
}
.uni-news-list-inner-style-2 .post.uni-news-list-post-style-2 .uni-news-list-cont-style-2 {
  padding: 15px 15px 15px 10px;
}

.post.uni-news-list-post-style-2 .uni-news-list-cont-style-2 {
  width: 55%;
  height: auto;
  padding: 45px 15px 0 10px;
  box-shadow: 3px 3px 0 var(--sys-color);
}
.post.uni-news-list-post-style-2 .uni-news-list-cont-style-2 h4 {
  font-size: 24px;
  font-weight: 600;
}
.uni-news-list-inner-style-2 .post.uni-news-list-post-style-2 {
  margin-bottom: 35px;
}

.uni-news-list-infor-style-2 {
  list-style: none;
  margin-top: 10px;
}

.uni-news-list-infor-style-2 li {
  display: inline;
  margin-right: 10px;
  font-size: 15px;
}

.uni-news-list-infor-style-2 li i {
  margin-right: 8px;
  font-size: 17px;
  color: var(--sys-color);
}
.img-responsive {
  max-width: 100%;
}


@media (min-width: 1200px) and (max-width: 1345px) {
  .post.uni-news-list-post-style-2 .uni-news-list-cont-style-2 {
    width: 55%;
    height: auto;
    padding: 5px 15px 25px 10px;
    box-shadow: 5px 5px 0 var(--sys-color);
  }
  .post.uni-news-list-post-style-2 {
    margin-bottom: 30px;
    padding-top: 5px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .post.uni-news-list-post-style-2 .uni-news-list-cont-style-2 {
    width: 55%;
    height: auto;
    padding: 5px 15px 25px 10px;
    box-shadow: 5px 5px 0 var(--sys-color);
  }
  .post.uni-news-list-post-style-2 {
    margin-bottom: 30px;
    padding-top: 5px;
  }
  .social_icon ul li {
    width: 44%;
    margin: 0 3%;
  }

}
@media (min-width: 768px) and (max-width: 991px) {
  /** section **/
  .post.uni-news-list-post-style-2 {
    display: block;
  }
  .post.uni-news-list-post-style-2 .uni-news-list-img-style-2 {
    width: 100%;
  }
  .post.uni-news-list-post-style-2 .uni-news-list-time-style-2 {
    margin: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 20px 0;
  }
  .post.uni-news-list-post-style-2 .uni-news-list-cont-style-2 {
    width: 100%;
    height: auto;
    padding: 30px 0 10px 0;
    box-shadow: none;
    border-top: solid var(--sys-color) 5px;
  }
  .uni-news-list-readmore-style-2 {
    width: 100%;
    text-align: center;
    margin-top: 10px;
  }
  .uni-news-list-readmore-style-2 a{
    color: #FFFFFF;
    background-color: var(--sys-color) !important;
  }
}
@media (min-width: 576px) and (max-width: 767px) {

  /** section **/
  .post.uni-news-list-post-style-2 {
    display: block;
  }
  .post.uni-news-list-post-style-2 .uni-news-list-img-style-2 {
    width: 100%;
  }
  .post.uni-news-list-post-style-2 .uni-news-list-time-style-2 {
    margin: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 20px 0;
  }
  .post.uni-news-list-post-style-2 .uni-news-list-cont-style-2 {
    width: 100%;
    height: auto;
    padding: 30px 0 10px 0;
    box-shadow: none;
    border-top: solid var(--sys-color) 5px;
  }

  .uni-news-list-readmore-style-2 {
    float: left;
    width: 100%;
    text-align: center;
  }
  .uni-news-list-readmore-style-2 a{
    color: #FFFFFF;
    background-color: var(--sys-color) !important;
  }
  .sidebar_section {
    margin-top: 35px;
  }

  .post.uni-news-list-post-style-2 .uni-news-list-cont-style-2 h4 {
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
  }


}
@media (max-width: 575px) {
  .uni-news-list-style-2 {
    padding: 50px 0 50px;
  }
  .post_inner_padding_15 {
    padding: 20px 0 0 0;
  }
  .post.uni-news-list-post-style-2 .uni-news-list-img-style-2 {
    width: 100%;
  }
  .post.uni-news-list-post-style-2 {
    display: block;
  }
  .post.uni-news-list-post-style-2 .uni-news-list-time-style-2 {
    width: 100%;
    position: relative;
    margin: 0;
    display: flex;
    justify-content: center;
    padding: 25px 0;
  }
  .post.uni-news-list-post-style-2 .uni-news-list-cont-style-2 {
    width: 100%;
    height: auto;
    padding: 25px 0 0 0;
    box-shadow: none;
    border-top: solid var(--sys-color) 5px;
  }
  .post.uni-news-list-post-style-2 {
    min-height: 150px;
    display: block;
    margin: 0;
    float: left;
    width: 100%;
    padding-bottom: 35px;
  }

  .uni-news-list-readmore-style-2 {
    float: left;
    width: 100%;
    text-align: center;
  }
  .uni-news-list-readmore-style-2 a{
    color: #FFFFFF;
    background-color: var(--sys-color) !important;
  }
  .sidebar_section {
    margin-top: 35px;
  }
  .post.uni-news-list-post-style-2 .uni-news-list-cont-style-2 h4 {
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
  }
}
.uni-news-list-cont-style-2 p{
  margin-bottom: 5px;
  margin-top: 20px;
}
/*新闻列表2 css end*/
/* 公司历程轮播 */

.uni-his-swiper1,
.uni-his-swiper2 {
  width: 100%;
  height: 700px;
  overflow: hidden;
  position: relative;
}

.uni-his-swiper1 .mySwiper1,
.uni-his-swiper2 .mySwiper2 {
  width: 100%;
  height: 700px;
  overflow: hidden;
}

.uni-his-swiper2 {
  margin-top: -700px;
}

.uni-his-swiper2::before {
  display: block;
  content: "";
  height: 1px;
  position: absolute;
  left: 0;
  right: 0;
  background: #fff;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
}

.uni-his-swiper1 .mySwiper1 img {
  width: 100%;
  height: 700px;
}

.uni-his-swiper2 .mySwiper2 .swiper-slide,
.uni-his-swiper2 .mySwiper3 .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}

.bor {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #fff;
}

.uni-his-swiper2 .mySwiper2 {
  display: block;
}

.uni-his-swiper2 .mySwiper2 .time {
  font-size: 34px;
  margin-left: 30px;
  transition: all 1s;
  font-weight: bold;
}

.uni-his-swiper2 .mySwiper2 .swiper-slide .tips {
  display: none;
  transition: all 1s;
  font-size: 18px;
  min-height: 70px;
}

.uni-his-swiper2 .mySwiper2 .swiper-slide .tips p {
  margin-bottom: -60px;
}

.uni-his-swiper2 .mySwiper2 .swiper-slide.swiper-slide-active .tips {
  display: block;
  /* margin-top: 10px; */
}

.uni-his-swiper2 .mySwiper2 .swiper-slide.swiper-slide-active .time {
  margin-bottom: 40px;
  margin-left: 0;
  font-size: 48px;

}

.uni-his-swiper2 .mySwiper2 .swiper-slide.swiper-slide-active,
.uni-his-swiper2 .mySwiper3 .swiper-slide.swiper-slide-active {
  flex-direction: column;
}

.uni-his-swiper2 .mySwiper2 .swiper-slide.swiper-slide-active .bor,
.uni-his-swiper2 .mySwiper3 .swiper-slide.swiper-slide-active .bor {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.uni-his-swiper2 .swiper-button-next-lc,
.uni-his-swiper2 .swiper-button-prev-lc {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #fff;
  top: 46%;
  position: absolute;
  z-index: 100;
}

.uni-his-swiper2 .swiper-button-next-lc img,
.uni-his-swiper2 .swiper-button-prev-lc img {
  width: 25px;
  height: 25px;
}

.uni-his-swiper2 .swiper-button-next-lc {
  right: 25%;
}

.uni-his-swiper2 .swiper-button-prev-lc {
  left: 25%;
}

.uni-his-swiper2 .swiper-button-next-lc::after,
.uni-his-swiper2 .swiper-button-prev-lc::after {
  display: none;
}


.uni-his-swiper2 .mySwiper3 {
  display: none;
}

.lc-bg li.active {
  display: block;
}

.lc-bg li {
  height: 700px;

}

.lc-bg li img {
  width: 100%;
  height: 100%;
}

.lc-bg li {
  display: none;
}
@media (max-width: 767px) {

  .uni-his-swiper2 .mySwiper2 {
    display: none;
  }

  .uni-his-swiper1,
  .uni-his-swiper2,
  .uni-his-swiper1 .mySwiper1,
  .uni-his-swiper1 .mySwiper1 img,
  .lc-bg li {
    height: 400px;
  }

  .uni-his-swiper2 {
    margin-top: -400px;
  }

  .uni-his-swiper2 .mySwiper3 {
    display: block;
    height: 400px;
    overflow: hidden;
  }

  .uni-his-swiper2 .mySwiper3 .swiper-slide.swiper-slide-active .time {
    font-size: 34px;
  }

  .uni-his-swiper2 .mySwiper3 .swiper-slide.swiper-slide-active .tips {
    margin-top: 10px;
  }

  .uni-his-swiper2 .mySwiper3 .swiper-slide p {
    margin-bottom: 0;
    padding: 0 20px;
  }

  .uni-his-swiper2 .swiper-button-prev-lc {

    left: 10%;
  }

  .uni-his-swiper2 .swiper-button-next-lc {
    right: 10%;
  }

  /*分割线*/
  .rt-section-heading .rt-section-text {
    font-size: 23px;
  }

  .info-index-title > .title {
    font-size: 23px;
  }
}
.info-index-title > .title {
  font-weight: bold;
  color: var(--color-black);
}


/* 公司历程轮播 */
.uni-news-list-style-1 .post-img img{
  width: 360px;
  height: 210px;
}
.uni-news-list-style-1 .putext p{
  margin-bottom: 5px;
}
/*新闻列表效果三*/
.uni-news-list-style-3 .uni-news-brand-style-3 {
  display: flex;
  flex-wrap: wrap;
}

.uni-news-list-style-3 .uni-news-brand-style-3 .brand-list {
  width: 22%;
  display: flex !important;
  margin: 13px;
  flex-direction: column;
  border: 1px solid #eee;
  border-radius: 15px;
  padding: 10px;
}

.uni-news-list-style-3 .uni-news-brand-style-3 .brand-list .brand-title p {
  margin-bottom: 10px;
}

.uni-news-brand-style-3 .putext{
  color: #767676;
  margin-bottom: 5px;
}
.uni-news-list-style-3 .uni-news-brand-style-3 .brand-list .brand-addr {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.uni-news-list-style-3 .uni-news-brand-style-3 .brand-list .brand-addr a{
  font-weight: bold;
}
.uni-news-list-style-3 .uni-news-brand-style-3 .brand-list .brand-addr img {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}

.uni-news-list-style-3 .uni-news-brand-style-3 .brand-list .img {
  height: 150px;
  overflow: hidden;
  position: relative;
}

.uni-news-list-style-3 .uni-news-brand-style-3 .brand-list .img img {
  width: 100%;
  height: 150px;
  border: 1px solid #ebebeb;
  -webkit-transform: scale(1);
  transform: scale(1);
  transition: all 0.8s ease;
  -webkit-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  -ms-transition: all 0.8s ease;
}
.uni-news-list-style-3 .uni-news-brand-style-3 .brand-list .img img:hover{
  -webkit-transform: scale(1.15);
  transform: scale(1.15);
}

.uni-news-list-style-3 .uni-news-brand-style-3 .brand-list .brand-cont {
  flex: 1;
}

@media screen and (max-width: 1028px) {
  .uni-news-list-style-3 .uni-news-brand-style-3 .brand-list {
    width: 50%;
    margin: 10px 0 0 0;
  }
}
/*产品详情页文件图样式*/
.uni-product-pdf{
  width:200px;
  hegiht:200px
}
.uni-product-title{
  font-size: 1.125rem;width: 200px;text-align: center;
}


/*首页轮播1*/
/* CSS Document */

#uni-swiper-style-1 {
  position: relative;
  margin: 0 30px
}

#uni-swiper-style-1 .uni-swiper-container-style-1 {
  padding-bottom: 60px;
}

#uni-swiper-style-1 .swiper-slide {
  width: 600px;
  height: 480px;
  background: #fff;
  box-shadow: 0 8px 30px #ddd;
}
#uni-swiper-style-1  .swiper-slide .swiper-img{
  display:block;
  max-height: 380px;
  max-width: 600px;
  width:100%;
  height: 100%;
}
#uni-swiper-style-1 .swiper-slide p {
  line-height: 98px;
  padding-top: 0;
  text-align: center;
  color: #636363;
  font-size: 1.1em;
  margin: 0;
}

@media (max-width: 575px) {
  #uni-swiper-style-1 .swiper-slide {
    width: 100% !important;
    height: 260px !important;
  }
  #uni-swiper-style-1 .swiper-slide p {
    line-height: 48px !important;
  }
  #uni-swiper-style-1 .swiper-slide img {
    display: block !important;
    width: 100% !important;
    height: 220px !important;
  }

}

#uni-swiper-style-1 .swiper-pagination {
  width: 100%;
  bottom: 20px;
}

#uni-swiper-style-1 .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
  border: 3px solid #fff;
  background-color: #d5d5d5;
  width: 10px;
  height: 10px;
  opacity: 1;
}

#uni-swiper-style-1 .swiper-pagination-bullets .swiper-pagination-bullet-active {
  border: 3px solid #00aadc;
  background-color: #fff;
}

#uni-swiper-style-1 .swiper-button-prev {
  left: -30px;
  width: 45px;
  height: 45px;
  background: url(/assets/images/swiper1/wm_button_icon-17196528ac5abedadbd45b774688b64d.png) no-repeat;
  background-position: 0 0;
  background-size: 100%;
}

#uni-swiper-style-1 .swiper-button-prev:hover {
  background-position: 0 -46px;
  background-size: 100%
}

#uni-swiper-style-1 .swiper-button-next {
  right: -30px;
  width: 45px;
  height: 45px;
  background: url(/assets/images/swiper1/wm_button_icon-17196528ac5abedadbd45b774688b64d.png) no-repeat;
  background-position: 0 -93px;
  background-size: 100%;
}

#uni-swiper-style-1 .swiper-button-next:hover {
  background-position: 0 -139px;
  background-size: 100%
}
#uni-swiper-style-1 .swiper-button-prev::after,#uni-swiper-style-1 .swiper-button-next::after{
  content: '';
}
@media (max-width: 767px) {
  #uni-swiper-style-1 .swiper-button-next {
    display:none;
  }
  #uni-swiper-style-1 .swiper-button-prev {
    display:none;
  }
  #uni-swiper-style-1 .swiper-pagination {
    display:none;
  }
}
/*首页轮播1*/
/*轮播图-视频背景 start*/
.uni-index-video {
  height: 100vh;
  position: relative;
  overflow: hidden;
}

.uni-index-video video {
  position: absolute;
  z-index: 1;
  min-width: 100%;
  /*min-height: 100%;*/
  height: auto;
}

.uni-index-video .uni-video-text {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
  z-index: 5;
}

.uni-index-video .uni-video-text {
  font-size: 28px;
}

.uni-index-video .uni-video-text h4 {
  text-align: center;
  font-size: 38px;
  font-weight: bold;
}

.uni-index-video .uni-video-text a {
  background-color: var(--sys-color);
  color: #fff;
  padding: 6px 30px;
  border-radius: 8px;
  font-size: 16px;
}

.uni-video-mask {
  position: absolute;
  top: 0;
  /*left: 0;*/
  z-index: 4;
  width: 100%;
  height: 100%;
}
.uni-video-text{
  background-color: rgba(0, 0, 0, .2) ;

}
.uni-index-video-img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.uni-index-video p{
  text-align: center;
  margin: 0 150px;
}
.uni-produtc-attribute {
  font-size: 17px;
  max-width: 100%;
}
.productDetail-style2-attribute{
  padding: 30px 0;
}
@media (max-width: 767px) {
  .uni-index-video{
    height: 50vh;
  }
  .uni-index-video video{
    display: none;
  }

  .uni-index-video-img {
    display: block;
    object-fit: unset;
  }
  .uni-index-video .uni-video-text p{
    font-size: 16px;
    margin: 0 5px;
  }
  .uni-index-video .uni-video-text h4{
    font-size: 21px;
  }
  .uni-news-list-readmore-style-2{
    display: none;
  }
  .btn-wrap{
    display: none;
  }
  .uni-produtc-attribute{
    font-size: 14px;

  }
  .uni-produtc-attribute .uni-produtc-attribute-item{
    padding-right: 0 !important;
  }
  .rt-post-grid .post-content .post-title{
    font-size: 10px;
  }
  .gutter-24 > li, .gutter-24 > div{
    padding-bottom: 0 !important;
    padding-top: 0 !important;

  }
}

@media (min-width: 767px) {
  .uni-index-video-img {
    display: none;
  }

}
/*轮播图-视频轮播 end*/
/*组装页面 start*/
.uni-num-cont {

  padding: 2vh 0;
}

.uni-num-cont .uni-title-box {
  text-align: center;
}

.uni-num-cont .uni-title-box h4 {
  font-weight: bold;
}

.uni-num-cont .uni-title-box p {
  font-size: 18px;

}

.uni-num-list {
  margin: 20px 0;
  display: flex;
}

.uni-num-list .item {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.uni-num-list .num {
  color: var(--sys-color);
  display: flex;
  align-items: flex-end;
}

.uni-num-list .num p {
  margin-bottom: 0;
  font-size: 3rem;
  font-weight: bold;
}

.uni-num-list .num span {
  font-size: 30px;
  padding-left: 5px;
}
.uni-news-container{
  max-width: calc(100vw - 150px);
}
.uni-detail-cont1 {
  background: url(/assets/images/bg/Background-795ce341b8ef33e318fd8b07648abbc5.jpg) no-repeat center/cover;
  color: #fff;
  margin: 20px 0;
}

.uni-detail-cont1 .uni-cont {
  padding: 8vh .5vh 1vh;
  text-align: center;
}
.uni-detail-cont1 .uni-cont p{
  font-size: 16px;
  padding: 0px 50px;
}
.uni-detail-cont1 .uni-title {
  font-size: 2rem;

}

.uni-detail-cont1 .uni-title p {
  margin: 1vh 0;
}

.uni-detail-cont1 a {
  background-color: var(--sys-color);
  color: #fff;
  padding: 6px 30px;
  border-radius: 8px;
  font-size: 16px;
  display: inline-block;
  margin: 4vh;

}

.uni-detail-cont1 .uni-num .uni-cont-text {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 3vh;
}

.uni-detail-cont1 .uni-num .uni-cont-text .text {
  text-align: left;
  line-height: 18px;
  padding-left: 5px;
}

.uni-detail-cont1 .uni-num .uni-cont-text p {
  font-size: 2.4rem;
  margin-bottom: 0;
}
.uni-detail-noimage {
  color: var(--color-black);
  padding: 50px 0;
}

.uni-detail-noimage .uni-cont {
  padding: 1vh .5vh 1vh;
  text-align: center;
}

.uni-detail-noimage .uni-title {
  font-size: 35px;
  font-weight: bold;
  color: var(--color-black);
}

.uni-detail-noimage .uni-title p {
  margin: 1vh 0;
}

.uni-detail-noimage a {
  background-color: var(--sys-color);
  color: #fff;
  padding: 6px 30px;
  border-radius: 8px;
  font-size: 16px;
  display: inline-block;
  margin: 4vh;

}

.uni-detail-noimage .uni-num .uni-cont-text {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 1vh;
}

.uni-detail-noimage .uni-num .uni-cont-text .text {
  text-align: left;
  line-height: 18px;
  padding-left: 5px;
}

.uni-detail-noimage .uni-num .uni-cont-text p {
  font-size: 2.4rem;
  margin-bottom: 0;
  font-weight: bold;
  color: var(--sys-color);
}

.uni-fwtd {
  padding: 20px 0;
}

.uni-fwtd .title {
  font-size: 28px;
  text-align: center;
}

.uni-fwtd .uni-fwtd-cont {
  display: flex;
  flex-wrap: wrap;

}

.uni-fwtd .uni-item {
  height: 270px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.uni-liTitle {
  font-size: 24px;
}

.uni-fwtd .uni-item.bgColor {
  background: #f5f5f6;
  position: relative;
}

.uni-fwtd .uni-item.bgImg img {
  width: 100%;
  height: 100%;

}

.uni-fwtd .uni-item.bgColor::before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: -20px;
  transform: translateX(-50%);
  border-top: 10px solid #f5f5f6;
  border-right: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid transparent;
}

.uni-fwtd .uni-item.bgColor.act {
  background: var(--sys-color);
  color: #FFF;
}

.uni-fwtd .uni-item p{
  margin: 0 10px;
}
@media (min-width: 767px) {
  .uni-fwtd .uni-item {
    min-width: 33%;
    max-width: 33%;
  }

  .uni-fwtd .uni-item.bgColor.act::before {
    border-top: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid var(--sys-color);
    border-left: 10px solid transparent;
    bottom: auto;
    top: -20px;

  }

}
.putext-min{
  display:none;
}
@media (max-width: 767px) {
  .uni-fwtd .uni-item {
    min-width: 100%;
    max-width: 100%;
  }

  .uni-fwtd .uni-item.bgColor.act::before {
    border-bottom: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid var(--sys-color);
    border-left: 10px solid transparent;
    top: auto;
    bottom: -20px;

  }
  .uni-num-list .item{
    flex: unset;
  }
  .uni-detail-cont1 .uni-cont .uni-title{
    font-size: 23px;
  }
  .uni-xgxz-cont h2{
    font-size: 23px !important;
  }
  .uni-xgxz-cont>p{
    font-size: 16px;
  }
  .uni-sem-cont title{
    font-size: 23px;
  }
  .uni-liTitle {
    font-size: 23px;
  }
  .uni-sem-cont .title{
    font-size: 23px;
  }
  .putext-max{
    display: none !important;
  }
  .putext-min{
    display: block !important;
  }
}

.uni-qglerp-cont {
  /*margin: 20px 0;*/
  overflow: hidden;
  padding: 60px 0 90px;
}

.uni-qglerp-cont .title h6,
.uni-qglerp-cont .title h2 {
  color: #fff;
  text-align: center;
}

.uni-qglerp-cont ul {
  padding-top: 70px;
}

.uni-qglerp-cont li {
  float: left;
  width: calc((100% - 57px)/4);
  margin-right: 19px;
  background: #fff;
  position: relative;
  text-align: center;
}

.uni-qglerp-cont li:nth-child(4n) {
  margin-right: 0;
}

.uni-qglerp-cont li .bg {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 111;
  opacity: 1;
  transition: all 0.3s;
  -ms-transition: all 0.3s;
  /* IE 9 */
  -moz-transition: all 0.3s;
  /* Firefox */
  -webkit-transition: all 0.3s;
  /* Safari ï¿½? Chrome */
  -o-transition: all 0.3s;
}

.uni-qglerp-cont li .txt {
  position: relative;
  z-index: 11;
  padding: 60px 0 120px;
}

.uni-qglerp-cont li .txt .ico {
  width: 100px;
  margin: 0 auto 25px;
}

.uni-qglerp-cont li .txt h4 {
  font-size: 19px;
  line-height: 1.7;
  color: #333333;
}

.uni-qglerp-cont li .txt h4 {
  font-size: 19px;
  line-height: 1.7;
  color: #333333;
}

.uni-qglerp-cont li .txt h5 {
  font-size: 12px;
  line-height: 1.7;
  color: #e0e0e0;
  margin-bottom: 50px;
}

.uni-qglerp-cont li .txt i {
  font-size: 12px;
  line-height: 1.7;
  color: #999999;
}

.uni-qglerp-cont li .txp {
  position: absolute;
  z-index: 112;
  left: 0;
  right: 0;
  top: 55px;
  padding: 0 25px;
  opacity: 1;
  transition: all 0.3s;
  -ms-transition: all 0.3s;
  /* IE 9 */
  -moz-transition: all 0.3s;
  /* Firefox */
  -webkit-transition: all 0.3s;
  /* Safari ï¿½? Chrome */
  -o-transition: all 0.3s;
}

.uni-qglerp-cont li .txp h3 {
  font-size: 19px;
  font-weight: bold;
  line-height: 1.7;
  color: #ffffff;
  position: relative;
  padding-bottom: 10px;
}

.uni-qglerp-cont li .txp h3::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 3px;
  bottom: 0;
  width: 16px;
  display: block;
  margin: 0 auto;
  z-index: 11;
  background: #fff;
}

.uni-qglerp-cont li .txp p {
  margin-top: 20px;
  font-size: 15px;
  line-height: 25px;
  color: #fefefe;
  height: 200px;
  overflow: hidden;
}

.uni-qglerp-cont li .txp i {
  width: 128px;
  line-height: 38px;
  font-size: 14px;
  text-align: center;
  color: #ffffff;
  border: 1px solid #fff;
  border-radius: 2px;
  display: block;
  margin: 0 auto;
  transition: all 0.3s;
  -ms-transition: all 0.3s;
  /* IE 9 */
  -moz-transition: all 0.3s;
  /* Firefox */
  -webkit-transition: all 0.3s;
  /* Safari ï¿½? Chrome */
  -o-transition: all 0.3s;
}

.uni-qglerp-cont li:hover .bg,
.uni-qglerp-cont li:hover .txp {
  opacity: 1;
}

.uni-qglerp-cont li .txp i:hover {
  background: #fff;
  color: var(--sys-color);
}



@media (max-width: 767px) {
  .uni-qglerp-cont li {
    width: calc((100% - 5px)/2);
    margin-bottom: 5px;
    margin-right: 0;
  }

  .uni-qglerp-cont li:nth-child(2n) {
    float: right;
  }

  .uni-qglerp-cont ul {
    padding: 25px 10px 0;
  }

  .uni-qglerp-cont li .bg,
  .uni-qglerp-cont li .txp {
    opacity: 1;
  }
}

.uni-lmhzhb-cont .hzjz {
  padding: 10px 0 10px;
}

.uni-lmhzhb-cont h2 {
  font-size: 35px;
  /*font-weight: bold;*/
  line-height: 40px;
  color: var(--color-black);
  text-align: center;
}

.uni-lmhzhb-cont .hzjz ul {
  /*margin-top: 64px;*/
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 40px;

}

.uni-lmhzhb-cont .hzjz li {
  float: left;
  width: calc((100% - 102px)/3);
  margin-right: 50px;
  box-shadow: 0 0 3px 1px #f1f1f1;
  padding: 46px 36px;
  background: #FFFFFF;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  top: 0;
  transition: all 0.3s;
  -ms-transition: all 0.3s;
  /* IE 9 */
  -moz-transition: all 0.3s;
  /* Firefox */
  -webkit-transition: all 0.3s;
  /* Safari 鍜� Chrome */
  -o-transition: all 0.3s;
}

.uni-lmhzhb-cont .hzjz li:nth-child(3n) {
  margin-right: 0;
}

.uni-lmhzhb-cont .hzjz li:hover {
  box-shadow: 0 0 10px 5px #f3f3f3;
  top: -10px;
}

.uni-lmhzhb-cont .hzjz li .ico {
  width: 104px;
  height: 104px;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto;
}

.uni-lmhzhb-cont .hzjz li .ico img {
  width: 100%;
  height: 100%;
  display: block;
}

.uni-lmhzhb-cont .hzjz li h3 {
  font-weight: bold;
  margin: 20px 0;
  font-size: 20px;
  line-height: 30px;
  color: #333333;
  text-align: center;
}

.uni-lmhzhb-cont .hzjz li p {
  font-size: 16px;
  line-height: 30px;
  color: #666666;
  text-align: center;
  /*height: 120px;*/
  /*overflow: hidden;*/
  /*height: 160px;*/
}



.uni-wmtg-cont {
  padding: 10px 0;
}
.uni-wmtg-cont .wrap h2{
  font-size: 35px;
  font-weight: bold;
  color: var(--color-black);
}
.uni-wmtg-cont .bd {
  position: relative;
  margin-top: 56px;
}

.uni-wmtg-cont .bd .img {
  /*position: absolute;*/
  /*top: 56px;*/
  left: 0;
  right: 0;
  /*width: 800px;*/
  margin: 0 auto;
}

.uni-wmtg-cont .bd .img img {
  display: block;
  width: 100%;
}

.uni-wmtg-cont .bd ul {
  float: left;
  display: flex;
  flex-direction: column;
  /*width: 400px;*/
}

.uni-wmtg-cont .bd ul:nth-child(2n) {
  float: right;
}

.uni-wmtg-cont .bd li {
  margin-bottom: 10px;
  flex:1;
}

.uni-wmtg-cont .bd li h3 {
  font-weight: bold;
  font-size: 20px;
  line-height: 28px;
  color: #333333;
  margin-bottom: 10px;
  padding-left: 38px;
}

.uni-wmtg-cont .bd li p {
  font-size: 16px;
  line-height: 28px;
  color: #666666;
  /*height: 56px;*/
  overflow: hidden;
  cursor: pointer;
}
.uni-wmtg-cont-title{
  transition: margin 0.5s ease-out;
  -webkit-transition: margin 0.5s ease-out;
  -moz-transition: margin 0.5s ease-out;
  -khtml-transition: margin 0.5s ease-out;
}
.uni-wmtg-cont-title :hover{
  margin-left: 20px;
}
@media (max-width: 1320px) {

  .uni-wmtg-cont .bd li h3 {
    font-size: 20px;
  }
  .uni-wmtg-cont .bd li p {
    font-size: 16px;
  }
}

.uni-lmhzhb-cont .hzlx {
  padding: 65px 0 95px;
}

.uni-lmhzhb-cont .hzlx ul {
  margin-top: 60px;
}

.uni-lmhzhb-cont .hzlx li {
  float: left;
  width: calc((100% - 50px)/2);
  box-shadow: 0 0 10px 5px #e8e8e9;
}

.uni-lmhzhb-cont .hzlx li:nth-child(2n) {
  float: right;
}

.uni-lmhzhb-cont .hzlx li .img {
  width: 100%;
  height: 298px;
  overflow: hidden;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}

.uni-lmhzhb-cont .hzlx li .img img {
  width: 100%;
  height: 100%;
  display: block;
  transition: all 0.3s;
  -ms-transition: all 0.3s;
  /* IE 9 */
  -moz-transition: all 0.3s;
  /* Firefox */
  -webkit-transition: all 0.3s;
  /* Safari 鍜� Chrome */
  -o-transition: all 0.3s;
}

.uni-lmhzhb-cont .hzlx li:hover .img img {
  transform: scale(1.1);
  -ms-transform: scale(1.1);
  /* IE 9 */
  -moz-transform: scale(1.1);
  /* Firefox */
  -webkit-transform: scale(1.1);
  /* Safari 鍜� Chrome */
  -o-transform: scale(1.1);
}

.uni-lmhzhb-cont .hzlx li .txt {
  background: #FFFFFF;
  padding: 20px 40px 30px;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}

.uni-lmhzhb-cont .hzlx li .txt h3 {
  font-size: 24px;
  font-weight: bold;
  line-height: 40px;
  color: #333333;
  margin-bottom: 10px;
}

.uni-lmhzhb-cont .hzlx li .txt p {
  font-size: 16px;
  line-height: 28px;
  color: #666666;
}





@media (max-width: 991px) {
  #uni-two-swiper h2{
    font-size: 22px !important;
  }
  .uni-xiaoguo24 h2{
    font-size: 22px !important;
  }
  .uni-detail-noimage .uni-title {
    font-size: 22px !important;
  }
  .uni-lmhzhb-cont .hzjz {
    padding: 10px 15px;
  }

  .uni-lmhzhb-cont h2 {
    font-size: 22px;
    line-height: 1.7;
  }

  .uni-lmhzhb-cont .hzjz ul {
    margin-top: 30px;
  }

  .uni-lmhzhb-cont .hzjz li {
    float: none;
    width: 100%;
    margin-right: 0;
    padding: 20px;
    margin-bottom: 20px;
  }

  .uni-lmhzhb-cont .hzjz li h3 {
    font-size: 18px;
    line-height: 1.7;
    margin: 10px 0;
  }

  .uni-lmhzhb-cont .hzjz li p {
    font-size: 16px;
    line-height: 24px;
    height: auto;
  }

  .uni-wmtg-cont {
    padding: 10px 15px;
  }

  .uni-wmtg-cont .bd {
    margin-top: 30px;
  }

  .uni-wmtg-cont .bd .img {
    width: auto;
    position: static;
    margin-bottom: 30px;
  }

  .uni-wmtg-cont .bd ul {
    width: auto;
    float: none;
  }

  .uni-wmtg-cont .bd ul:nth-child(2n) {
    float: left;
  }

  .uni-wmtg-cont .bd li h3 {
    font-size: 16px;
    line-height: 1.7;
  }

  .uni-wmtg-cont .bd li p {
    height: auto;
    line-height: 1.7;
  }

  .uni-wmtg-cont .bd li {
    margin-bottom: 20px;
  }

  .uni-lmhzhb-cont .hzlx {
    padding: 40px 15px;
  }

  .uni-lmhzhb-cont .hzlx ul {
    margin-top: 30px;
  }

  .uni-lmhzhb-cont .hzlx li {
    float: none;
    width: auto;
    margin-bottom: 20px;
  }

  .uni-lmhzhb-cont .hzlx li:nth-child(2n) {
    float: none;
  }

  .uni-lmhzhb-cont .hzlx li .img {
    height: 180px;
  }

  .uni-lmhzhb-cont .hzlx li .txt {
    padding: 15px 20px 25px;
  }

  .uni-lmhzhb-cont .hzlx li .txt h3 {
    font-size: 16px;
    line-height: 1.7;
  }

  .uni-lmhzhb-cont .hzlx li .txt p {
    line-height: 1.7;
  }
}

.uni-fwlc-cont {
  padding: 60px 0 100px;
}

.uni-fwlc-cont .wrap {
  /*width: 1200px;*/
  margin: 0 auto;
}

.uni-fwlc-cont .bd {
  margin-top: 60px;
}

.uni-fwlc-cont .bd li {
  float: left;
  /*width: calc((100% - 82px)/6);*/
  margin-right: 16px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  height: 250px;
  /*background: #FFFFFF;*/
  border-top-right-radius: 36px;
  border-bottom-left-radius: 36px;
  position: relative;
  transition: all 0.3s;
  -ms-transition: all 0.3s;
  /* IE 9 */
  -moz-transition: all 0.3s;
  /* Firefox */
  -webkit-transition: all 0.3s;
  /* Safari 鍜� Chrome */
  -o-transition: all 0.3s;
}

.uni-fwlc-cont .bd li:nth-child(6n) {
  margin-right: 0;
}

.uni-fwlc-cont .bd li .top {
  text-align: center;
  padding-top: 34px;
}

.uni-fwlc-cont .bd li .top .ico {
  width: 120px;
  height: 120px;
  /*border-radius: 50%;*/
  overflow: hidden;
  margin: 0 auto;
}

.uni-fwlc-cont .bd li .top .ico img {
  width: 100%;
  height: 100%;
  display: block;
}

.uni-fwlc-cont .bd li .top .txt {
  margin-top: 15px;
  text-align: center;
}

.uni-fwlc-cont .bd li .top h3 {
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
  color: #333333;
}

.uni-fwlc-cont .bd li .top p {
  font-size: 12px;
  line-height: 22px;
  color: #e0e0e0;
}

.uni-fwlc-cont .bd li .top h6 {
  margin-top: 32px;
  font-size: 14px;
  line-height: 24px;
  color: #999999;
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
}

.uni-fwlc-cont .bd li .bg {
  background: var(--sys-color);
  padding-top: 29px;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 250px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  /*border-top-right-radius: 36px;*/
  /*border-bottom-left-radius: 36px;*/
  border-radius: 20px;
  opacity: 0;
}

.uni-fwlc-cont .bd li .bg h4 {
  font-size: 18px;
  font-weight: bold;
  line-height: 30px;
  color: #fff;
  position: relative;
  margin-bottom: 10px;
}

/*.uni-fwlc-cont .bd li .bg h4::before {*/
/*  width: 20px;*/
/*  height: 2px;*/
/*  display: block;*/
/*  background: #d6e3fd;*/
/*  content: "";*/
/*  position: absolute;*/
/*  bottom: -6px;*/
/*  left: 0;*/
/*  right: 0;*/
/*  margin: 0 auto;*/
/*}*/

.uni-fwlc-cont .bd li .bg p {
  font-size: 14px;
  line-height: 24px;
  color: #ffffff;
  margin: 0 5px;
  padding: 0 20px;
}

.uni-fwlc-cont .bd li .bg h6 {
  margin-top: 32px;
  font-size: 14px;
  line-height: 24px;
  color: #fff;
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
}

.uni-fwlc-cont .bd li:hover .bg {
  opacity: 1;
}

.uni-fwlc-cont .bd li:hover .top {
  opacity: 0;
}


@media (max-width: 767px) {
  .uni-fwlc-cont {
    padding: 30px 0 0;
  }
  .uni-fwlc-cont .bd li .bg h4{
    display: none;
  }
  .uni-fwlc-cont .bd li .bg p{
    padding: 0;
  }
  .uni-fwlc-cont .wrap {
    width: 80%;
  }

  .uni-fwlc-cont .bd ul {
    display: flex;
    flex-wrap: wrap;
  }

  .uni-fwlc-cont .bd li {
    width: calc((100% - 60px)/2);
    margin-bottom: 20px;

  }
}

.uni-sem-cont {
  display: flex;
  padding: 30px 0;
    width:100%;
}

.uni-sem-cont .img-warp {
  flex: 1;
  margin-right: 20px;
}

.uni-sem-cont img {
  width: 100%;
  height: 100%;
}

.uni-sem-cont .right {
  min-width: 45%;
  max-width: 45%;
}

.uni-sem-cont .title {
  /*font-size: 2rem;*/
  font-weight: bold;
  font-size: 35px;
  color: #333333;
}

.uni-sem-cont .title span {
  color: var(--sys-color);
}

.uni-sem-cont .small-title {
  font-size: 20px;
  margin-bottom: 20px;
}

.uni-sem-cont .label {
  display: flex;
  align-items: flex-start;
  margin-bottom: 20px;
}

.uni-sem-cont .label .left {
  font-size: 40px;
  color: #ddd;
  margin-right: 20px;

}

.uni-sem-cont .label .rightTxt {
  border-bottom: 1px dashed #cdcdcd;
  padding-bottom: 20px;
  flex: 1;

}

.uni-sem-cont .label .rightTxt .tTx {
  font-size: 20px;
  color: #333333;
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 5px;
}
.uni-sem-cont .label .rightTxt .tInfo {
  font-size: 16px;
  line-height: 30px;
  color: #666666;

}
@media (max-width: 767px) {
  .uni-sem-cont {
    flex-wrap: wrap;
  }

  .uni-sem-cont .img-warp,
  .uni-sem-cont .right {
    min-width: 100%;
  }
}

.uni-xgxz-cont {}

.uni-xgxz-cont h2 {
  font-size: 2rem;
  text-align: center;
}

.uni-xgxz-cont h2 span {
  color: var(--sys-color);
}

.uni-xgxz-cont>p {
  font-size: 18px;
  text-align: center;
}

.uni-xgxz-cont .item-warp {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
}

.uni-xgxz-cont .item-warp .item {
  width: 31%;
  box-shadow: 1px 1px 10px #c5c5c5;
  border-radius: 4px;
  overflow: hidden;
}

.uni-xgxz-cont .item-warp .topI {
  background: rgb(240, 240, 240);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 40px;

}
.uni-xgxz-cont .item-warp .topI .colorText{
  color: var(--sys-color);
  font-size: 46px;
  font-weight: bold;

}
.uni-xgxz-cont .item-warp .topI p{
  margin-bottom: 20px;
}

.logo-div {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 80px;
}

@media (max-width: 767px) {
  .uni-xgxz-cont .item-warp{
    flex-wrap: wrap;
    justify-content: center;
  }
  .uni-xgxz-cont .item-warp .item{
    min-width: 100%;
    margin-bottom: 20px;
  }
}
/*组装页面 end*/


.info-index-title {
  margin: 30px 0px;
}
.info-index-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.title-container {
  flex-grow: 1;
  text-align: center;
  margin-right: 10px;
}
.title-container .title{
  font-weight: bold;
  color: var(--color-black);
}
.fa-sign-out{
  color: var(--sys-color);
  font-size: 30px;
}


@media (max-width: 767px) {
  .online-chat{
    display: none;
  }
  .aside-nav{
    display: none;
  }
  #s_pro_main ul li .img img {
    width: 100% ;
    height: auto;
  }
}

/*login*/
.uni-login {
  padding: 2rem 0
}

.uni-login .uni-loginWarp {
  position: relative;
  width: 100%;
  /*background: url(/assets/images/bg/Background-795ce341b8ef33e318fd8b07648abbc5.jpg) center center no-repeat;*/
  /*position: absolute;*/
  /*top: 50%;*/
  /*left: 50%;*/
  /*transform: translate(-50%, -50%);*/
  /*display: flex;*/
  justify-content: flex-end;
  height: 580px;
  background-size: cover;
}

.uni-login .uni-ewm {
  position: absolute;
  right: 10px;
  top: 10px;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%);
  width: 100px;
  height: 100px;
  cursor: pointer;

}

.uni-login .uni-ewm img {
  width: 100%;
  height: 100%;
}

.uni-login .uni-loginCont,
.uni-login .uni-register,
.uni-login .uni-findPW {
  position: absolute;
  top: 0;
  right: 0;
  margin-right: 100px;
  width: 450px;
  height: 100%;
  padding: 40px;
  border-radius: 15px;
  /*border: 2px solid #FFF;*/
  box-shadow: 0px 32px 52.8px 0px rgba(216, 216, 216, 0.25);
  background-color: rgba(0, 0, 0, 0.1);
}

/*
.uni-login .uni-register,
.uni-login .uni-findPW {
  display: none;
}
*/

.uni-login .uni-loginTitle {
  display: flex;
  color: #fff;
  /*padding-top: 10vh;*/
  align-items: center;
  margin-top:30px;
}

.uni-login .uni-loginTitle>div {
  position: relative;
  font-size: 20px;
  padding-right: 10px;
  cursor: pointer;
  margin-right: 10px;
}

.uni-login .uni-loginTitle>div::before {
  content: "/";
  display: block;
  color: #fff;
  position: absolute;
  right: 0;
  top: 50%;
  right: -5px;
  font-size: 20px;
  transform: translateY(-50%);
}

.uni-login .uni-loginTitle>div:last-child:before {
  display: none
}

.uni-login .uni-loginTitle>div.active {
  font-size: 28px;
}

.uni-login .uni-loginTips {
  font-size: 14px;
  color: #fff;
  margin: 20px 0 40px;
}

.uni-login .uni-loginTips a {
  color: var(--color-black);
}

.uni-login .uni-loginForm {
  display: flex;
  flex-direction: column;
  color: #fff;
}

.uni-login .uni-loginForm .uni-input {
  border-bottom: 1px solid #fff;
  margin-bottom: 10px;
  margin-top: 10px;
  display: flex;
  align-items: center;
}

.uni-login .uni-loginForm .uni-input span {
  color: #fff;
  cursor: pointer;
}

.uni-login .uni-loginForm input {
  background: transparent;
  line-height: 42px;
  outline: none;
  border: none;
  color: #fff;
  font-size: 16px;
  flex: 1;
}

.uni-login .uni-loginForm input::placeholder {
  color: #fff;
  font-size: 16px;
}

.uni-login .uni-loginForm a {
  color: var(--color-black);
}

.uni-login .uni-loginForm .uni-loginBtn {
  text-align: right;
}

.uni-login .uni-loginForm .uni-loginBtn>div {
  display: inline-block;
  padding: 4px 10px;
  background: var(--sys-color);
  color: #fff;
  font-size: 14px;
  border-radius: 4px;
  margin-top: 40px;
  margin-bottom: 100px;
  cursor: pointer;
}

.uni-phone,
.uni-email {
  display: none;
}

.uni-login .uni-register .uni-loginTips,
.uni-login .uni-findPW .uni-loginTips {
  margin: 10px 0;
}

.uni-login .uni-register .uni-loginBtn>div,
.uni-login .uni-findPW .uni-loginBtn>div {
  margin-top: 20px;
  margin-bottom: 60px;
}

.uni-ewmcont {
  display: none;
  width: 450px;
  height: 100%;
}

.uni-ewmcont>div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;

}

.uni-ewmcont .uni-ewmImg {
  width: 250px;
  height: 250px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.uni-ewmcont .uni-ewmImg img {
  width: 190px;
  height: 190px;
}

.uni-ewmcont .uni-loginTips {
  font-size: 14px;
  color: #fff;
  margin: 20px 0;
}

.uni-ewmcont.uni-loginTips a {
  color: var(--color-black);
}


@media (max-width: 767px) {
  .uni-login-section {
    background: unset !important;
  }
  .uni-login .uni-loginCont,
  .uni-login .uni-register,
  .uni-login .uni-findPW {
    /*padding-left: 0;*/
    right: unset;
    width: 90%;
    margin: 0 20px;
    padding: 0;
    box-shadow: unset;
    background-color: unset;
  }
  .uni-login .uni-loginTitle {
    color: var(--sys-color);
  }
  .uni-login .uni-loginTips{
    color: var(--sys-color);
  }
  .uni-login .uni-loginForm .uni-input{
    border-bottom: 1px solid var(--sys-color)
  }
  .uni-loginWarp{
    background: unset !important;
  }
  .uni-login .uni-loginTips a{
    font-weight: bold;
  }
  .uni-login .uni-loginForm a{
    font-weight: bold;
  }
  .uni-login .uni-loginForm{
    color: var(--sys-color);
  }
  .uni-login .uni-loginForm .uni-input span{
    color: var(--sys-color);
  }
  .uni-login .uni-loginForm input {
    line-height: 30px;
    color:  var(--sys-color);
  }
  .uni-login .uni-loginForm input::placeholder {
    color:  var(--sys-color);
    font-size: 14px;
  }

}

.uni-tabsNav {
  position: relative;
}

.uni-tabsNav .uni-tabCont {
  overflow-x: auto;
  display: flex;
  margin: 0 30px;
  padding: 0 20px;
  border-bottom: 1px solid #cfcfcf;

}

.uni-tabsNav .uni-tabCont .item {
  min-width: 160px;
  font-size: 22px;
  text-align: center;
  cursor: pointer;
}

.uni-tabsNav .uni-tabCont .item.active {
  border-bottom: 1px solid var(--sys-color);
}

.uni-tabsNav .uni-tabCont::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 0px;
  /*高宽分别对应横竖滚动条的尺寸*/
  height: 0px;
}

.uni-tabsNav .uni-tabCont::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  border-radius: 10px;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: rgba(0, 0, 0, 0.4);
}

.uni-tabsNav .uni-tabCont::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  /* background   : #cccccc; */
}

.uni-tabsNav .arrow_left {
  width: 0;
  height: 0;
  border-bottom: 0.8vw solid transparent;
  border-top: 0.8vw solid transparent;
  border-right: 1.2vw solid var(--sys-color);
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}

.uni-tabsNav .arrow_right {
  width: 0;
  height: 0;
  border-bottom: 0.8vw solid transparent;
  border-top: 0.8vw solid transparent;
  border-left: 1.2vw solid var(--sys-color);
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}

/*.uni-tabsNav{*/
/*  display: none;*/
/*}*/
.uni-tablist{
  padding:20px 0;
}
.uni-tablist .bd {
  display: none;

}

.uni-tablist .bd:first-child {
  display: block;
}

.uni-tablist .tabsCont {
  display: flex;
  flex-wrap: wrap;
  margin: 20px auto;
}

.uni-tablist .item {
  width: calc((100% - 120px)/6);
  margin: 0px 10px 20px;
  /* margin: 0 2.5%; */
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
  /*border: 1px solid #cfcfcf;*/
  /* margin-bottom: 35px; */
  cursor: pointer;
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.uni-tablist .item:hover {
  box-shadow: rgba(0, 0, 0, 0.09) 0px 2px 20px;
  transform: translateY(-16px);
  transition-duration: 0.3s;
}

.uni-tablist .item img {
  width: 100%;
  padding: 10px 30px;
}

.uni-tablist .item .uni-tabsInfo {
  padding: 10px;
  position: relative;
}

.uni-tablist .item .uni-title {
  font-size: 14px;
  font-weight: bold;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding: 0;
  color: #000000;
}

.uni-tablist .item .uni-tabsInfo span {
  color: var(--sys-color);
  border: 1px solid var(--sys-color);
  position: absolute;
  right: 10px;
  top: 14px;
  padding: 0px 8px;
  border-radius: 4px;
  font-size: 12px;
}
@media (max-width: 1080px) {
  .product-box-style .figure-box{
    padding: 0;
  }
}
@media (max-width: 768px) {
  .uni-tablist .item {
    width: 44%;
  }
  .uni-tablist .item .uni-title {
    font-size: 14px;
    font-weight: bold;
  }
  .uni-tabsNav .uni-tabCont .item {
    min-width: 101px;
    font-size: 18px;
  }
}
.language-box {
  display: block;
  float: right;
  position: relative;
  line-height: 55px;
  margin-left: 0;
  font-size: 16px;
  text-transform: uppercase;
}
.mobile-menu-bar {
  display: flex;
  justify-content: space-between;
}
.menu-right {
  display: flex;
  align-items: center;
}
.language-box {
  margin-right: 15px;
}

#uni-two-swiper{
  width: 100%;
  height: auto;
  overflow: hidden;
  padding-bottom: 20px;
}

#uni-two-swiper h2{
  text-align: center;
  margin: 20px 0;
  font-size: 35px;
  font-weight: bold;
  line-height: 40px;
  color: #333333;
}

#uni-two-swiper ul {
  margin: 0 -10px;
}

#uni-two-swiper ul li {
  padding: 0 20px;
}

#uni-two-swiper ul li .box {
  display: block;
  position: relative;
}

#uni-two-swiper ul li .img {
  position: relative;
  display: flex;
  align-items: center;
}

#uni-two-swiper ul li .img img {
  transition: 1s;
}

#uni-two-swiper ul li:hover .img img {
  transform: scale(1.10);
}

#uni-two-swiper ul li .txt {
  position: absolute;
  /*top: 0;*/
  left: 0;
  width: 100%;
  padding: 3.6rem 2rem;
  color: #fff;
  text-align: center;
}

#uni-two-swiper ul li .txt h5 {
  font-size: 2rem;
  margin-bottom: 1.25rem;
  font-weight: bold;
}

#uni-two-swiper ul li .txt p {
  font-size: 1.0625rem;
}

#uni-two-swiper.slick-arrow {
  z-index: 99;
  position: absolute;
  transform: translate(0, 0);
  top: 50%;
  margin-top: -2rem;
  background-size: 1rem !important;
  display: block;
  border-radius: 50%;
  border: 2px solid #fff;
  border: 2px solid rgba(255, 255, 255, .35);
  width: 4rem;
  height: 4rem;
}

#uni-two-swiper.slick-prev {
  left: 3rem;
  /*background: url(/assets/images/clj/left-98fd4a662ff0855a5829c6b5e3f91a1b.png)  rgba(0,0,0,.2) center no-repeat;*/
  background-color: rgba(0,0,0,.2);
  transition: 300ms;
  -webkit-transition: 300ms;
}

#uni-two-swiper.slick-next {
  right: 3rem;
  /*background: url(/assets/images/clj/right-41ae92a4aa2a308f7b30197ef41c99f4.png)  rgba(0,0,0,.2) center no-repeat;*/
  background-color: rgba(0,0,0,.2);
  transition: 300ms;
  -webkit-transition: 300ms;
}
@media (max-width: 768px) {
  #uni-two-swiper ul li .txt h5 {
    font-size: 1.25rem;
  }
  #uni-two-swiper ul li .txt{
    padding: 0.6rem 1rem;
  }
  #uni-two-swiper ul li .txt p{
    font-size: 14px;
  }

}


.uni-suspension {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: rgba(0, 0, 0, .5);
}

.uni-suspension .uni-suspension-cont {
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.uni-suspension-img {
  width: 80%;
  height: 60vh;
}

.uni-suspension-img img {
  width: 100%;
  height: 100%;
}

.uni-suspension-close {
  width: 11vw;
  height: 11vw;
  margin-top: 30px;
}

.uni-suspension-close img {
  width: 100%;
  height: 100%;
}

.uni-small-footer-nav {
  position: fixed;
  bottom: .5rem;
  width: 100%;
  display: none;
  align-items: flex-start;
  justify-content: space-around;
  z-index: 10;
}

.uni-small-footer-nav a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30%;
  color: #fff;
  text-align: center;
  font-size: 1rem;
  height: 3rem;
  background: var(--sys-color);
  border-radius: 3px;
  overflow: hidden;
}

.uni-small-footer-nav a img {
  height: 1.1rem;
  margin-right: 0.2rem;
}

@media (max-width: 767px) {
  .uni-suspension {
    display: block;
    z-index: 10;
  }

  .uni-small-footer-nav {
    display: flex;
  }
  .uni-suspend{
    display:none !important;
  }
}
/*首页底部icon动效*/
.fa:hover{  transform: scale(1.2);
}

@media (max-width: 767px) {
  .section {
    /*margin-top: 3.5rem;*/
  }

  .breadcrumb-area ul {
    display: flex;
  }

  .breadcrumb-content ul li {
    white-space: nowrap;
  }

  .section-margin {
    padding-top: 10px;
  }
}
/*.area.hovered {*/
/*  !* 添加悬停时的样式 *!*/
/*  background-color: red;*/
/*}*/

/* 个人中心 */
.uni-info-content {
  display: flex;
  padding-bottom: 30px;
  min-height: 300px;
  margin-top: 4.5rem;
}

.uni-info-content .uni-info-left {
  flex: 1;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, .2);
  border-radius: 10px;
  overflow: hidden;
}

.uni-info-content .uni-info-left .item {
  height: 50px;
  line-height: 50px;
  text-align: center;
  cursor: pointer;
  font-size: 16px;
}

.uni-info-content .uni-info-left .item.active,
.uni-info-content .uni-info-left .item:hover {
  background: var(--sys-color);
  color: #fff;
}

.uni-info-content .uni-info-right {
  width: 86%;
  margin-left: 20px;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, .2);
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
  padding: 30px;
}

.uni-info-content .uni-info-right .inputAndPass form .labelCont {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.uni-info-content .uni-info-right .inputAndPass .labelInput {
  max-width: 40%;
  min-width: 40%;
  display: flex;
  margin: 0 5%;
  align-items: center;
  padding: 10px 0;
}

.uni-info-content .uni-info-right .inputAndPass .labelInput .lable {
  position: relative;
  margin-right: 10px;
}

.uni-info-content .uni-info-right .inputAndPass .labelInput .lable.requ::before {
  position: absolute;
  right: 0px;
  top: -5px;
  content: "*";
  display: block;
  color: red;
}

.uni-info-content .uni-info-right .inputAndPass .labelInput .inputRight {
  flex: 1;
  border: 1px solid #d1d1d1;
  border-radius: 5px;
  overflow: hidden;
}

.uni-info-content .uni-info-right .inputAndPass .labelInput .inputRight input {
  width: 100%;
  padding: 5px 10px;
  outline: none;
  border: none;
}

.uni-info-content .uni-info-right .inputAndPass .labelInput .sendCode {
  width: 90px;
  font-size: 14px;
  text-align: center;
  border-radius: 5px;
  background: var(--sys-color);
  color: #fff;
  height: 34px;
  line-height: 34px;
  margin-left: 10px;
}

.uni-info-content .uni-info-right .inputAndPass .labelInput .radioRight {
  flex: 1;
  display: flex;
}

.uni-info-content .uni-info-right .inputAndPass .labelInput .radioRight label {
  display: flex;
  align-items: center;
  margin-right: 20px;


}

.uni-info-content .uni-info-right .inputAndPass .labelInput .radioRight label input {
  margin-right: 5px;
}

.uni-info-content .uni-info-right .inputAndPass .confBtn {
  display: flex;
  justify-content: center;
}

.uni-info-content .uni-info-right .inputAndPass .confBtn input {
  padding: 5px 30px;
  border-radius: 10px;
  background: var(--sys-color);
  color: #fff;
  margin-top: 30px;
  cursor: pointer;
  outline: none;
  border: none;
}
.uni-info-content .uni-info-right .downLoad a:hover{
  text-decoration: underline; /* 鼠标悬浮时显示下划线 */
  color: var(--sys-color); /* 设置悬浮时的字体颜色为主题色 */
}
.uni-info-content .uni-info-right .downLoad,
.uni-info-content .uni-info-right .changePass {
  display: none;
}

.uni-info-content .uni-info-right .downLoad table {
  border-collapse: collapse;
  width: 100%;
}

.uni-info-content .uni-info-right .downLoad table td {
  border: 1px solid #dddddd;
  padding: 10px;
}

.uni-info-content .uni-info-right .downLoad table td a {
  max-width: 200px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;

}

@media (max-width: 767px) {
  .uni-info-content{
    flex-wrap: wrap;
  }
  .uni-info-left{
    min-width: 100%;
  }
  .uni-info-right{
    margin-left: 0 !important;
    width: 100% !important;
    margin-top: 30px;
  }
  .uni-info-content .uni-info-right .inputAndPass .labelInput{

    max-width: 100%;
    min-width: 100%;
    margin: 0;
  }
  .uni-info-content .uni-info-right .downLoad table td a{
    width: 100px;
  }
}
/* 效果13 */
.uni-xiaoguo13 {
  /*margin: 10px 0;*/
}

.uni-xiaoguo13 .videoComp {
  display: flex;
  /*margin-bottom: 20px;*/
}

.uni-xiaoguo13 .videoComp video{
  width: 100%;
}

.uni-xiaoguo13 .videoComp .videoCont {
  width: 40%;
}

.uni-xiaoguo13 .videoComp .videoCont video {
  width: 100%;
}
.uni-xiaoguo13 .videoComp .gsDetail .title{
  font-weight: bold;
  margin-bottom: 20px;
  color: var(--color-black);
}

.uni-xiaoguo13 .videoComp .gsDetail {
  flex: 1;
  margin-left: 20px;
}
.uni-xiaoguo13 .videoComp .gsDetail p{

}

.uni-xiaoguo13 .videoComp .videoCont2 {
  display: none;
}
.uni-xiaoguo13 .videoList .item{
  width: 300px;
  cursor: pointer;
  margin-right: 20px;
}
.uni-xiaoguo13 .videoList {
  overflow: hidden;
}
.uni-xiaoguo13 .videoList .item .imgWarp{
  position: relative;
  width: 100%;
}

.uni-xiaoguo13 .videoList .item .imgWarp .bg{
  width: 100%;
  height: auto;
}

.uni-xiaoguo13 .videoList .item .imgWarp i{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  color: var(--sys-color);
  font-size: 32px;
}
.uni-xiaoguo13 .videoList .item .textCont{
  background: #f7f7f7;
  padding: 10px;
}
.uni-xiaoguo13 .videoList .item .textCont h5{
  font-weight: bold;
  color: var(--color-black);
}
.uni-xiaoguo13 .videoList .item .textCont p{
  margin-bottom: 0;
}



.uni-xiaoguo13 .play-video-Cont {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  text-align: center;
  display: none;
}

.uni-xiaoguo13 .video-warp {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.uni-xiaoguo13 .videoCont {
  max-width: 100vh;
  border: 2px solid #fff;
}


.uni-xiaoguo13 video {
  width: 100%;
  height: 100%;
  vertical-align: top;
}

.uni-xiaoguo13 .play-video-close {
  position: fixed;
  top: 85%;
  left: 50%;
  z-index: 5;
  margin-left: -25px;
  color: #fff;
  border-radius: 50%;
  transition: .3s;
  cursor: pointer;
}

.uni-xiaoguo13 .play-video-close i {
  font-size: 40px;
}


@media (max-width: 767px) {

  .uni-xiaoguo13 .videoComp{
    display: block;
  }

  .uni-xiaoguo13 .videoComp .videoCont {
    display: none;
  }

  .uni-xiaoguo13 .videoComp .gsDetail {
    margin-left: 0;
    margin-bottom: 20px;
  }

  .uni-xiaoguo13 .videoComp .videoCont2 {
    min-width: 100%;
    max-width: 100%;
    display: block;
  }


}
.uni-xiaoguo13 .videoName{
  margin:  25px 0;
  font-weight: bold;
  color: var(--color-black);
}

/* 效果13end */
/*效果15start*/
.uni-xiaoguo11{
  margin: 10px 0;
}
.uni-xiaoguo11 img{
  max-width: 100%;
  width: 100%;
  height: auto;
}
.uni-xiaoguo11 p {
  font-size: 18px;
  color: var(--color-black);
}
@media (max-width: 767px) {
  .uni-xiaoguo11 p {
    font-size: 14px;
  }
}
/* 效果15end */
/* 效果16 */
.uni-xiaoguo16{
  /*margin: 10px 0;*/
}
.uni-xiaoguo16 .liTitle {
  text-align: center;
  margin: 30px 0;
  font-size: 35px;
  font-weight: bold;
  color: var(--color-black);
}

.uni-xiaoguo16 .item-cont {
  display: flex;
  flex-wrap: wrap;
}

.uni-xiaoguo16 .item {
  width: 32.5%;
  margin-right: 1.25%;
  margin-bottom: 0.2rem;
  padding: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: linear-gradient(to right, #ffffff, #e9e9e9);
  background-size: 100% 100%;
  border-radius: 5px;
  overflow: hidden;
  transition: all ease-out 0.3s;
  justify-content: space-between;
  cursor: pointer;
  margin-bottom: 10px;
}

.uni-xiaoguo16 .item:nth-child(3n) {
  margin-right: 0;
}

.uni-xiaoguo16 .item .lititle {
  font-size: 1.25rem;
  font-weight: bold;
  transition: all ease-out 0.3s;
  color: var(--color-black);
}

.uni-xiaoguo16 .item .icon {
  padding: 15px;
  background-color: #fff;
  border-radius: 0.36rem;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all ease-out 0.3s;
  flex-shrink: 0;
  border-radius: 10px;
}

.uni-xiaoguo16 .item p {
  color: var(--color-black);
}


.uni-xiaoguo16 .item .icon img {
  width: 40px !important;
  transition: all ease-out 0.3s;

}

.uni-xiaoguo16 .item:hover .lititle {
  font-size: 1.25rem ;
  color: #fff;
}
.uni-xiaoguo16 .item:hover p {
  color: #fff;
}
.uni-xiaoguo16 .item:hover {
  background-image: linear-gradient(to right, rgba(var(--sys-color-rgb), 1), rgba(var(--sys-color-rgb), 0.1));
}

.uni-xiaoguo16 .item:hover .icon {
  transform: scale(0.85);
  background: linear-gradient(-30deg, rgba(1, 93, 231, 0.22), rgba(1, 199, 222, 0.22));
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1), 0px 0px 12px 0px rgba(255, 255, 255, 0.53) inset;
}

.uni-xiaoguo16 .item:hover .icon img {
  width: 40px !important;

}

@media (max-width: 1580px) {

  .uni-xiaoguo16 .item {

    width: 49%;
    margin-right: 2%;
    margin-bottom: 10px;
  }

  .uni-xiaoguo16 .item:nth-child(3n) {
    margin-right: 2%;
  }

  .uni-xiaoguo16 .item:nth-child(2n) {
    margin-right: 0;
  }
}

@media (max-width: 767px) {
  .uni-xiaoguo16 .item {

    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }

  .uni-xiaoguo16 .item:nth-child(3n) {
    margin-right: 0;
  }

  .uni-xiaoguo16 .item:nth-child(2n) {
    margin-right: 0;
  }
}

/* 效果16end */
/* 效果17 */
.uni-xiaoguo2 {
  display: flex;
  align-items: center;
  padding: 10px 0;
}

.uni-xiaoguo2 .xiaoguo-left {
  width: 37%;
  margin-top: 20px;
}

.uni-xiaoguo2 .xiaoguo-left .xgt1-title {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 40px;
}

.uni-xiaoguo2 .xgt1 {
  height: auto;
  border-left: 4px solid #f0f5fa;
  padding: 25px;
  cursor: pointer;
  transition: all 0.3s;
  opacity: .3;
}

.uni-xiaoguo2 .xgt1.active {
  border-left: 4px solid var(--sys-color);
  opacity: 1;
}

.uni-xiaoguo2 .xiaoguo-left .t-title {
  font-size: 30px;
  font-weight: bold;
}

.uni-xiaoguo2 .xiaoguo-left .t-warp {
  display: none;
}

.uni-xiaoguo2 .xiaoguo-left .t-warp p {
  color: #666;
  font-size: 22px;
}

.uni-xiaoguo2 .xiaoguo-left .t-warp a {
  color: var(--sys-color);
  font-size: 20px;
}

.uni-xiaoguo2 .xiaoguo-right {
  flex: 1;
}

.uni-xiaoguo2 .xiaoguo-right .t-img {
  width: 100%;
  display: none;
}

.uni-xiaoguo2 .xiaoguo-right .t-img img {
  width: 100%;
}

.uni-xiaoguo2 .xiaoguo-right .t-img.active {
  display: block;
}

.uni-xiaoguo2 .xiaoguo-right .t-text {
  display: none;
}

@media (max-width: 767px) {

  .uni-xiaoguo2 {
    flex-direction: column;
  }

  .uni-xiaoguo2 .xgt1 {
    display: none;
  }

  .xiaoguo-right .t-img {
    display: block !important;
    margin-bottom: 20px;
    border: 1px solid rgba(0, 0, 0, .2);
    padding: 10px;
  }

  .xiaoguo-right .t-img .t-text {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .xiaoguo-right .t-img .t-text .t-title {
    font-size: 20px;
    font-weight: bold;
  }

  .xiaoguo-right .t-img .t-text p {
    font-size: 16px;
  }

  .xiaoguo-right .t-img .t-text a {
    color: var(--sys-color);
  }
}

/* 效果17end */

/* 效果18 */
.uni-xiaoguo3 {
  padding: 10px 0;
  position: relative;
}

.uni-xiaoguo3 .title-warp {
  /*height: 40px;*/
}

.uni-xiaoguo3 .xiaoguo3-title {
  display: flex;
  align-items: flex-end;
  /*  position: absolute;
    left: 53%;
    transform: translateX(-50%);*/
}

.uni-xiaoguo3 .xiaoguo3-title .t-text {
  flex:1;
  font-size: 26px;
  display: flex;
  align-items: center;
}

.xiaoguo3-title .t-text .ti {
  background: #fff;
  position: relative;
  z-index: 10;
  cursor: pointer;
}

.xiaoguo3-title .t-text .ti.active::before {
  display: block;
  content: "";
  height: 4px;
  background: var(--sys-color);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.xiaoguo3-title .t-text .ttimg {
  position: relative;
  width: 140px;
}

.xiaoguo3-title .t-text:last-child .ttimg {
  display: none;
  width: 0;
}

.xiaoguo3-title .ttimg::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  margin-left: 5px;
  transform: translateY(-50%);
  height: 16px;
  right: 10px;
  background: url(/assets/images/detail2/tt-img-5abe03de4908e268823e0ea32f21841a.png) repeat-x left center;
}

.xiaoguo3-cont .item {
  margin-top: 50px;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, .2);
  border-radius: 6px;
  overflow: hidden;
  display: none;
}


.xiaoguo3-cont .item.active {
  display: flex;
}

.xiaoguo3-cont .left {
  width: 50%;
}

.xiaoguo3-cont .left img {
  width: 100%;
}

.xiaoguo3-cont .right {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}

.xiaoguo3-cont .right .top {
  display: flex;
  flex-direction: column;
  align-items: center;

}
.xiaoguo3-cont .right .top p{
  margin: 0 30px;
}

.xiaoguo3-cont .right .detailImg {
  width: 260px;
}

.xiaoguo3-cont .right .detailImg img {
  width: 100%;
}

.xiaoguo3-cont .right .lititle {
  font-size: 28px;
  font-weight: bold;
}

.xiaoguo3-cont .right a {
  color: var(--sys-color);
}

.xiaoguo3-cont .right .icon-list {
  display: flex;

}

.xiaoguo3-cont .right .icon-list img {
  display: block;
  margin-right: 10px;
}
.xiaoguo3-title .t-text{
  margin: 0 5px;
}
@media (max-width: 1200px) {

  .xiaoguo3-title .t-text .ti {
    min-width: 70px;
  }

}

@media (max-width: 767px) {
  .xiaoguo3-cont .item {
    flex-direction: column;
  }

  .xiaoguo3-cont .item .left,
  .xiaoguo3-cont .item .right {
    width: 100%;
  }

  .xiaoguo3-title .t-text .ti {
    min-width: 70px;
    font-size: 18px;
    font-weight: bold;
  }

  .xiaoguo3-title .t-text .ttimg {
    width: 70px;
  }
  .uni-xiaoguo3 .xiaoguo3-title {
    left:50%
  }
}

/* 效果18end */
/* 效果19 */
.uni-xiaoguo6 {
  /*padding-top: 0.6rem;*/
  padding: 10px 0;
}

.uni-xiaoguo6 .cont {
  display: flex;
}

@media (max-width: 767px) {
  .uni-xiaoguo6 .cont {
    flex-wrap: wrap;
  }
}

.uni-xiaoguo6 .cont .item {
  width: 25%;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  flex: 1 1 25%;
  height: 500px;
  overflow: hidden;
}

@media (max-width: 767px) {
  .uni-xiaoguo6 .cont .item {
    width: 100%;
    flex: 1 1 100%;
    margin-bottom: 0.4rem;
  }

  .uni-xiaoguo6 .cont .item:last-child {
    margin-bottom: 0;
  }
}

.uni-xiaoguo6 .cont .item .list {
  display: block;
  position: relative;
  width: 100%;
  height: 500px;
  overflow: hidden;
}

.uni-xiaoguo6 .cont .item .list .img {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}

.uni-xiaoguo6 .cont .item .list .img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  float: left;
}

.uni-xiaoguo6 .cont .item .list .text-cont {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0.65rem 0.5rem 0;
  width: 100%;
  height: 100%;
}

.uni-xiaoguo6 .cont .item .list .text-cont .jut {
  position: relative;
  width: 100%;
  height: 100%;
}

.uni-xiaoguo6 .cont .item .list .text-cont .jut .tit {
  width: 100%;
  color: #fff;
  font-size: 28px;
}

.uni-xiaoguo6 .cont .item .list .text-cont .jut .text {
  margin-top: 0.12rem;
  opacity: 0.8;
  color: #fff;
  font-size: 16px;
  width: 100%;
  opacity: 0;
  visibility: hidden;
}

@media (max-width: 1580px) {
  .uni-xiaoguo6 .cont .item .list .text-cont .jut .text {
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .uni-xiaoguo6 .cont .item .list .text-cont .jut .text {
    opacity: 1;
    visibility: visible;
  }
}

.uni-xiaoguo6 .cont .item .list .text-cont .jut .but {
  position: absolute;
  left: 0;
  bottom: 0.6rem;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.8rem;
  height: 1.8rem;
  margin-top: 0.8rem;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  color: #fff;
  font-size: 18px;
  transform: rotate(-45deg);
}

.uni-xiaoguo6 .cont .item.on .list .text-cont .jut .but {

  color: var(--sys-color);
}

@media (max-width: 1199px) {
  .uni-xiaoguo6 .cont .item .list .text-cont .jut .but {
    margin-top: 0.4rem;
  }
}

@media (max-width: 991px) {
  .uni-xiaoguo6 .cont .item .list .text-cont .jut .but {
    width: 40px;
    height: 40px;
  }
}

.uni-xiaoguo6 .cont .item .list .text-cont .jut .but:before {
  content: "";
  display: block;
  width: 0;
  height: 100%;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s 0.3s linear;
  transform: rotate(-45deg);
}

.uni-xiaoguo6 .cont .on {
  width: 50%;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  flex: 1 1 50%;
}

@media (max-width: 767px) {
  .uni-xiaoguo6 .cont .on {
    width: 100%;
    flex: 1 1 100%;
  }

  .uni-xiaoguo6 .cont .item .list {
    height: 300px;
  }
  .uni-xiaoguo6 .cont .item{
    height: 300px;
  }
  .uni-xiaoguo6 .cont  .list .text-cont .jut .text{
    height: 170px;
    overflow: hidden;
  }
}

.uni-xiaoguo6 .cont .on .list .text-cont .jut .text {
  visibility: visible;
  opacity: 1;
  -webkit-transition: all 0.3s 0.3s linear;
  transition: all 0.3s 0.3s linear;
  padding: 0 20px;
}

.uni-xiaoguo6 .cont .on .list .text-cont .jut .but {
  transform: rotate(0deg);
  border-color: transparent;
  background-color: #fff;
}

/* 效果19End */

/* 公司历程效果4 */
.uni-xiaoguo10 {
  /*background: #f4f4f4;*/
}

.uni-xiaoguo10 .t-tilte {
  font-size: 35px;
  text-align: center;
  margin-bottom: 20px;
  font-weight: bold;
  color: var(--color-black);
}

.uni-xiaoguo10 .lic-cont {
  overflow: hidden;
}

.uni-xiaoguo10 .top-bor {
  display: flex;
  position: relative;
}

.uni-xiaoguo10 .top-bor::before {

  display: block;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 1px;
  background: #ccc;
  top: 50%;
  transform: translateY(-50%);
}

.uni-xiaoguo10 .top-bor .line {
  position: absolute;
  left: 0;
  background: var(--sys-color);
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 1px;

}

.uni-xiaoguo10 .top-bor .ciclr-warp {
  min-width: 400px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.uni-xiaoguo10 .top-bor .ciclr-warp .ciclr {
  border: 1px solid #ccc;
  border-radius: 50%;
  padding: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 1;
  background: #fff;
}

.uni-xiaoguo10 .top-bor .ciclr-warp.on .ciclr {
  border: 1px solid var(--sys-color);
}

.uni-xiaoguo10 .top-bor .ciclr-warp .ciclr span {
  display: block;
  width: 20px;
  height: 20px;
  background: #ccc;
  border-radius: 50%;
}

.uni-xiaoguo10 .top-bor .ciclr-warp.on .ciclr span {
  background: var(--sys-color);
}


.uni-xiaoguo10 .text-cont {
  display: flex;
}

.uni-xiaoguo10 .text-cont .item {
  min-width: 400px;
  max-width: 400px;
}

.uni-xiaoguo10 .text-cont .item .item-cont {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #fff;
  margin: 20px;
  padding: 10px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
}

.uni-xiaoguo10 .text-cont .item .time {
  font-size: 28px;
  position: relative;
  padding: 20px 0;
  font-weight: bold;
  color: var(--color-black);
}

.uni-xiaoguo10 .text-cont .item span {
  position: relative;
  font-weight: bold;
  color: var(--color-black);
}

.uni-xiaoguo10 .text-cont .item span::before {
  display: block;
  content: "";
  position: absolute;
  left: 2px;
  right: 2px;
  height: 1px;
  bottom: 0;
  background: #ccc;
}

.uni-xiaoguo10 .text-cont .item p {
  width: 70%;
  margin-top: 10px;
  font-size: 16px;
  min-height: 240px;
}

.uni-xiaoguo10 .text-cont .item.on span::before {
  background: var(--sys-color);

}

.uni-xiaoguo10 .btn-icon {
  display: flex;
  justify-content: center;
}

.uni-xiaoguo10 .btn-icon i {
  font-size: 60px;
  margin-right: 20px;
  margin-left: 20px;
  cursor: pointer;
}

.uni-xiaoguo10 .btn-icon i.on {
  color: var(--sys-color);
}

@media (max-width: 1200px) {

  .uni-xiaoguo10 .text-cont .item {

    min-width: 250px;
    max-width: 250px;
  }

  .uni-xiaoguo10 .top-bor .ciclr-warp {
    min-width: 250px;
    max-width: 250px;
  }
}

@media (max-width: 767px) {

  .uni-xiaoguo10 .text-cont .item {
    min-width: 200px;
    max-width: 200px;
    min-height: 300px;
  }

  .uni-xiaoguo10 .top-bor .ciclr-warp {
    min-width: 200px;
    max-width: 200px;
  }

  .uni-xiaoguo10 .text-cont .item .time {
    font-size: 16px;
    position: relative;
    padding: 10px 0;
  }

  .uni-xiaoguo10 .text-cont .item .item-cont {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #fff;
    margin: 10px;
    padding: 5px;
  }

  .uni-xiaoguo10 .btn-icon i {
    font-size: 40px;
  }

  .uni-xiaoguo10 .text-cont .item p {
    width: 70%;
    margin-top: 10px;
    font-size: 14px;
    min-height: 240px;

  }
}
@media (max-width: 400px) {

  .uni-xiaoguo10 .text-cont .item {

    min-width: 172px;
    max-width: 172px;
  }

  .uni-xiaoguo10 .top-bor .ciclr-warp {
    min-width: 172px;
    max-width: 172px;
  }
}
/* 公司历程效果4end */
/* 效果20 */
.uni-xiaoguo12 {
  padding: 10px 0;
}

.uni-xiaoguo12 .t-tab {
  display: flex;
  position: relative;
  padding-bottom: 20px;
}

.uni-xiaoguo12 .t-tab .item {
  flex: 1;
  color: var(--sys-color);
  position: relative;
  cursor: pointer;

}

.uni-xiaoguo12 .t-tab .item .item-warp {
  width: 70%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 5px 0;
}
.uni-xiaoguo12 .t-tab .item .item-warp   .t-tilte{
  font-size: 28px;
}
.uni-xiaoguo12 .t-tab .item .item-warp.active {
  background: rgba(var(--sys-color-rgb), .2);
  border: 1px dashed var(--sys-color);
  border-radius: 2px;
}

.uni-xiaoguo12 .t-tab .item .tb {
  width: 10px;
  height: 10px;
  border: 1px solid var(--sys-color);
  position: absolute;
  bottom: -23px;
  border-radius: 50%;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.uni-xiaoguo12 .t-tab .item .tb::before {
  display: block;
  content: "";
  width: 6px;
  height: 6px;
  background: var(--sys-color);
  border-radius: 50%;
}

.uni-xiaoguo12 .t-tab::before {
  display: block;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: var(--sys-color);
}

.uni-xiaoguo12 .item-textcont {
  display: none;

}

.uni-xiaoguo12 .item-textcont.active {
  display: flex;

}

.uni-xiaoguo12 .tabs-cont {
  margin-top: 20px;
}

.uni-xiaoguo12 .item-textcont .left {
  min-width: 200px;
  color: var(--sys-color);
}

.uni-xiaoguo12 .item-textcont .left p {
  font-size: 28px;
  color:var(--color-black);
}

.uni-xiaoguo12 .item-textcont .left .text  {
  display: flex;
  flex-direction: column;
}

.uni-xiaoguo12 .item-textcont .left .text p {
  display: block;
  margin-bottom: 10px;
  padding-left: 10px;
  position: relative;
  font-size: 16px;
  color: var(--color-black);
  text-align: unset;
}

.uni-xiaoguo12 .item-textcont .left .text p::before {
  content: "•";
  color:var(--sys-color);
  position: absolute;
  left: -10px;
  display: inline-block;
  width: 10px;
  text-align: center;
  margin-right: 5px;
}

.uni-xiaoguo12 .item-textcont .t-title {
  display: none;
}

.uni-xiaoguo12 .item-textcont .right {
  /*padding-left: 40px;*/
  /*margin-left: auto;*/
  display: flex;
  justify-content: center; /* 水平居中 */
  align-items: center; /* 垂直居中 */
}

.uni-xiaoguo12 .item-textcont .left {}

@media (max-width: 767px) {
  .uni-xiaoguo12 .item-textcont{
    padding: 0;
    margin: 0;
  }
  .uni-xiaoguo12 .item-textcont .right {
    padding: 0;
    margin: 0;
  }
  .uni-xiaoguo12 .t-tab{
    display: none;
  }

  .uni-xiaoguo12 .tabs-cont {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .uni-xiaoguo12 .item-textcont {
    margin-bottom: 20px;
    min-width: 100%;
    max-width: 100%;
  }

  .uni-xiaoguo12 .item-textcont,
  .uni-xiaoguo12 .item-textcont.active,
  .uni-xiaoguo12 .item-textcont .t-title {
    display: block;
  }

  .uni-xiaoguo12 .item-textcont .left {
    flex: 1;
    color: #333;
  }

  .uni-xiaoguo12 .item-textcont .t-title {
    font-size: 22px;
    color: var(--sys-color);
    text-align: center;
    font-weight: bold;
  }

  .uni-xiaoguo12 .item-textcont .left p {
    font-size: 16px;
    margin-bottom: 6px;
    text-align: center;
  }
  .uni-xiaoguo12 .item-textcont .left {
    min-width: 170px;
  }

}

@keyframes fly-up {
  0% {
    opacity: 0;
    transform: translateY(100px)
  }

  to {
    opacity: 1;
    transform: translateY(0)
  }
}

.fly-up {
  animation-duration: .5s;
  animation-fill-mode: both;
  animation-name: fly-up
}

/* 效果20end */
/* 客户案例2效果 */

.uni-xiaoguo8 {}

.uni-xiaoguo8 .list-warp {
  display: flex;
  align-items: center;
}

.uni-xiaoguo8 .list-warp .t-text {
  width: 120px;
  text-align: right;
  font-size: 20px;
  font-weight: bold;
  padding: 0 10px;
  margin: 10px 10px;
}

.uni-xiaoguo8 .list-warp .icon-list {
  display: flex;
}

.uni-xiaoguo8 .list-warp .icon-list .item {
  width: 180px;
  position: relative;
  border: 1px solid #f5f5f5;
}

.uni-xiaoguo8 .list-warp .icon-list .item img {
  width: 100%;
  height: 100%;
}

.uni-xiaoguo8 .list-warp .icon-list span {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, .6);
  color: #fff;
  justify-content: center;
  align-items: center;
}

.uni-xiaoguo8 .list-warp .icon-list .item:hover span {

  display: flex;
}

@media (max-width: 767px) {
  .uni-xiaoguo8 .list-warp {
    flex-direction: column;
  }

  .uni-xiaoguo8 .list-warp .t-text {
    width: 100%;
    text-align: left;
    font-size: 22px;
    margin-bottom: 10px;
  }

  .uni-xiaoguo8 .list-warp .icon-list {
    flex-wrap: wrap;
  }

  .uni-xiaoguo8 .list-warp .icon-list .item {
    width: 33%;
  }
}

/* 客户案例2效果end */
/* -展会活动 */

.uni-xiaoguo7 .list-warp {
  width: 100%;
  margin-bottom: 0.8rem;
}

.uni-xiaoguo7 .list-warp .item {
  display: block;
  width: 100%;
}

@media (max-width: 767px) {
  .uni-xiaoguo7 .list-warp .item {
    padding: 0;
  }
}

.uni-xiaoguo7 .list-warp .item .list {
  border-top: 1px solid #ddd;
  display: block;
  width: 100%;
  position: relative;
  /* height: 170px; */
  min-height: 170px;
  height: auto;
  /* padding: 0 0.5rem; */
  padding: 0.5rem;
  display: flex;
  align-items: center;
}

@media (max-width: 1580px) {
  .uni-xiaoguo7 .list-warp .item .list {
    /* height: 140px; */
    height: auto;
  }
}

@media (max-width: 767px) {
  .uni-xiaoguo7 .list-warp .item .list {
    height: auto;
    padding: 0.6rem 0.4rem;
  }
}

.uni-xiaoguo7 .list-warp .item:last-child .list {
  border-bottom: 1px solid #ddd;
}

.uni-xiaoguo7 .list-warp .item .list .date-box {
  width: 16%;
  /* width: 20%; */
  border-right: 1px solid #d8d8d8;
  display: flex;
}

@media (max-width:1260px) {
  .uni-xiaoguo7 .list-warp .item .list .date-box {
    width: 22%;
    /* width: 27%; */
  }
}


.uni-xiaoguo7 .list-warp .item .list .date-box .date {
  width: 100%;
  width: auto;
  border-right: 0;
}

.uni-xiaoguo7 .list-warp .item .list .date-box .date2 {
  /* padding-top: 0.3rem; */
  padding-top: 0;
  margin-left: 45px;
}

@media (max-width:768px) {
  .uni-xiaoguo7 .list-warp .item .list .date-box .date2 {
    padding-top: 0.1rem;
  }
}

.uni-xiaoguo7 .list-warp .item .list .date-box .date2 .time {
  position: relative;
}

.uni-xiaoguo7 .list-warp .item .list .date-box .date2 .time::before {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 1px;
  /* width: 0.2rem; */
  width: 15px;
  /* background: #999; */
  background: #333;
  /* left: -0.35rem; */
  left: -30px;
  transition: all 0.3s;
}

@media (max-width:768px) {
  .uni-xiaoguo7 .list-warp .item .list .date-box {
    width: 100%;
    border-right: 0;
    margin-bottom: 0.2rem;
  }

  .uni-xiaoguo7 .list-warp .item .list .date-box .date1 {
    margin-bottom: 0.1rem;
    margin-bottom: 0;
  }

  .uni-xiaoguo7 .list-warp .item .list .date-box .date2 {
    padding-top: 0;
    margin-bottom: 0.3rem;
    margin-bottom: 0;
    margin-left: 0.7rem;
  }

  .uni-xiaoguo7 .list-warp .item .list .date-box .date2 .time::before {
    left: -0.5rem;
  }
}

.uni-xiaoguo7 .list-warp .item .bag {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.uni-xiaoguo7 .list-warp .item .bag img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  /* display: none; */
}

.uni-xiaoguo7 .list-warp .item .bag:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--color-black);
  background-color: #004896;
  background-color: transparent;
  opacity: 1;
}

.uni-xiaoguo7 .list-warp .item .wrap-center {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  flex-wrap: wrap;
}

.uni-xiaoguo7 .list-warp .item .wrap-center .date {
  width: 16%;
  /* width: 20%; */
  /* padding-right: 0.2rem; */
  padding-right: 0;
  /* padding-left: 20px; */
  padding-left: 0;
  border-right: 1px solid #d8d8d8;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

@media (max-width:1580px) {
  .uni-xiaoguo7 .list-warp .item .wrap-center .date {
    /* padding-left: 25px; */
    padding-left: 0;
  }
}

@media (max-width: 1260px) {
  .uni-xiaoguo7 .list-warp .item .wrap-center .date {
    width: 22%;
    /* width: 27%; */
  }
}

@media (max-width: 767px) {
  .uni-xiaoguo7 .list-warp .item .wrap-center .date {
    width: 100%;
    border-right: none;
    display: flex;
    align-items: center;
    margin-bottom: 0.2rem;
    padding-left: 0;
  }
}

.uni-xiaoguo7 .list-warp .item .wrap-center .date .time {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  font-size: 28px;
  margin-bottom: 10px;
  line-height: 0.8;
}

@media (max-width: 1580px) {
  .uni-xiaoguo7 .list-warp .item .wrap-center .date .time {
    font-size: 24px;
  }
}

@media (max-width: 1199px) {
  .uni-xiaoguo7 .list-warp .item .wrap-center .date .time {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .uni-xiaoguo7 .list-warp .item .wrap-center .date .time {
    margin-bottom: 0;
    margin-right: 0.4rem;
  }
}

.uni-xiaoguo7 .list-warp .item .wrap-center .date .time .syb {
  margin: 0 10px;
}

.uni-xiaoguo7 .list-warp .item .wrap-center .date .year {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  color: #999;
  font-size: 18px;
}

@media (max-width: 1580px) {
  .uni-xiaoguo7 .list-warp .item .wrap-center .date .year {
    font-size: 16px;
  }
}

.uni-xiaoguo7 .list-warp .item .wrap-center .item-info {
  padding-left: 0.8rem;
  display: flex;
  flex-wrap: wrap;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  width: 84%;
  /* width: 80%; */
}

@media (max-width: 1260px) {
  .uni-xiaoguo7 .list-warp .item .wrap-center .item-info {
    width: 78%;
    /* width: 73%; */
  }
}

@media (max-width: 767px) {
  .uni-xiaoguo7 .list-warp .item .wrap-center .item-info {
    padding-left: 0;
    width: 100%;
  }
}

.uni-xiaoguo7 .list-warp .item .wrap-center .item-info .inline-block {
  width: 48%;
  flex: 1 1 50%;
  font-size: 16px;
  color: #999;
  margin-bottom: 10px;
}

@media (max-width: 1580px) {
  .uni-xiaoguo7 .list-warp .item .wrap-center .item-info .inline-block {
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .uni-xiaoguo7 .list-warp .item .wrap-center .item-info .inline-block {
    flex: 1 1 100%;
    width: 100%;
    margin-bottom: 6px;
  }
}

.uni-xiaoguo7 .list-warp .item .wrap-center .item-info .inline-block:last-child {
  margin-bottom: 0;
}

@media (min-width: 1200px) {
  .uni-xiaoguo7 .list-warp .item:hover {
    border-color: #fff;
  }

  .uni-xiaoguo7 .list-warp .item:hover .bag {
    opacity: 1;
  }

  .uni-xiaoguo7 .list-warp .item:hover .wrap-center .date {
    border-color: rgba(255, 255, 255, 0.5);
  }

  .uni-xiaoguo7 .list-warp .item:hover .date-box .date2 .time::before {
    background: #fff;
  }

  .uni-xiaoguo7 .list-warp .item:hover .wrap-center .date .time {
    color: #fff;
  }

  .uni-xiaoguo7 .list-warp .item:hover .wrap-center .date .year {
    color: #fff;
  }

  .uni-xiaoguo7 .list-warp .item:hover .wrap-center .item-info .inline-block {
    color: #fff;
  }
}

/* -展会活动end */
.uni-split-style  {
  display: flex;
  align-items: center;
}
.uni-split-style .line {
  width: 10px;
  height: 50px;
  background-color: var(--sys-color);
  margin-right: 10px;
}
.uni-split-style  .text {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.uni-split-style  .top-text,  .uni-split-style .bottom-text {
  color: var(--color-black);
  font-size: 25px;
  font-weight: bold;
  line-height: 30px;
}
.uni-split-style .top-text{
  color: var(--sys-color);
}
.uni-split-style  .btn {
  padding: 8px 16px;
  background-color: #FFFFFF;
  color: var(--sys-color);
  border: 1px solid var(--sys-color);
  text-decoration: none;
  border-radius: 0;
}
.uni-split-style .btn:hover{
  background-color: var(--sys-color);
  color: #FFFFFF;
}


@-webkit-keyframes bgscale {
  from {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }

  to {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes bgscale {
  from {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }

  to {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-webkit-keyframes letter {
  from {
    letter-spacing: 10px;
    opacity: 0;
  }

  to {
    letter-spacing: 0px;
    opacity: 1;
  }
}

@keyframes letter {
  from {
    letter-spacing: 10px;
    opacity: 0;
  }

  to {
    letter-spacing: 0px;
    opacity: 1;
  }
}
.bannerNew{
  height: 100vh;
}
.news-slider{
  height: 100vh;
}
.news-slide-bg .img {
  width: 100%;
  height: 100vh;
}

.swiper-slide-active .news-slide-bg .img,
.swiper-slide-duplicate-active .news-slide-bg .img {
  animation: bgscale 6s linear;
  animation-fill-mode: forwards;
}


.uni-news-index-style-1-li .box {

  display: block;
  background-size: cover !important;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  background-size: 101% 101% !important;
  transition: .5s cubic-bezier(.4, 0, .2, 1);
}

.uni-news-style-1 {
  height: 704px;
}

.uni-news-index-style-1-li .text {
  padding: 3.6rem;
  color: #fff;

}

.uni-news-index-style-1-li h5 {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 2.5rem;
  margin-bottom: 1.25rem;
  white-space: normal
}

.uni-news-index-style-1-li .text p {

  font-size: .875rem;
  color: rgba(255, 255, 255, .65);
  line-height: 1.625rem;
}

.uni-news-index-style-1-li .text .btn_more {
  width: 10.625rem;
  height: 3.125rem;
  border: 2px solid #f7f7f7;
  text-align: center;
  line-height: 2.875rem;
  margin: 0;
  margin-top: 16rem;
  transition: .3s;
}

.uni-news-style-1 .text .btn_more:hover {
  border-width: 2px;
  border-style: solid;
  border-color: var(--sys-color);
}

.uni-news-index-style-1-li .text .btn_more:after {
  content: "";
  width: .8rem;
  height: 1.5rem;
  background: url(/assets/images/clj/right_white-dd436daaf52f0f014c261155ff70ff7d.svg) center no-repeat;
  background-size: contain;
  position: relative;
  top: .45rem;
  margin-left: 1rem;
  display: inline-block;
}

.uni-news-style-2 {
  height: 352px;
}

.btn_more {
  position: relative;
  z-index: 1;
  overflow: hidden;
  display: inline-block;
  line-height: 40px;
  padding: 0 .9rem;
  -webkit-transition: .38s cubic-bezier(.4, 0, .2, 1);
  transition: .38s cubic-bezier(.4, 0, .2, 1);
}

.btn_more:before {
  content: "";
  display: block;
  width: 0;
  height: 100%;
  background: var(--sys-color);
  position: absolute;
  z-index: -1;
  right: 0;
  top: 0;
  -webkit-transition: .38s cubic-bezier(.4, 0, .2, 1);
  transition: .38s cubic-bezier(.4, 0, .2, 1);
}

.btn_more:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}

#uni-news-index-style-1 .uni-item {
  float: left;
}

.uni-news-index-style-1-li:hover .box {
  background-size: 110% 110% !important;
}

.uni-news-style-2 .text .btn_more {
  margin-top: 0;
  padding: 0;
  border: none;
  width: auto;
  height: 35px;
  line-height: 35px;
}

.uni-news-style-2 .text .btn_more:hover {
  padding: 0 10px;
}

@media (max-width: 992px) {
  .uni-news-style-1 {
    height: auto !important;
    width: 100%;
    float: none;
  }

  .uni-news-index-style-1-li .text .btn_more {
    font-size: .75rem;
  }

  .uni-news-style-1 .text .btn_more {
    margin-top: 2rem;
    width: 120px;
    height: 40px;
    line-height: 36px;
  }

  #uni-news-index-style-1>.col-lg-6.uni-news-index-left {
    padding-left: 0;
    padding-right: 0;
  }

  #uni-news-index-style-1>.col-lg-6.uni-news-index-right {
    padding-left: 0;
    padding-right: 0;
  }

  #uni-news-index-style-1 .uni-item {
    float: none;
  }

}



.uni_online_q {
  position: fixed;
  right: 0px;
  bottom: 15%;
  z-index: 9999;
}

.uni_online_q .btn2 {
  width: 73px;
  height: 73px;
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  font-size: 12px;
  transition: .3s;
  background: var(--sys-color);
}

.uni_online_q .btn-top {}
.uni_online_q .btn2 span i{
  font-size: 30px;
  display: block;
  float: top;
}
.uni_online_q .btn2 span {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  border-radius: 3px;
  position: relative;
  padding-top: 15px;
  z-index: 999;
  overflow: hidden;
  transition: .3s;
  -webkit-transition: .3s;
  font-size: 12px;
  color: #fff;
}


.uni_online_q .btn-tel  span {
  background: url(/assets/images/clj/piaofu_tel-f11e1e7d8331751872867802d9bbab9c.png) center 11px no-repeat var(--sys-color);
}

.uni_online_q .btn-weixin span {
  background: url(/assets/images/clj/piaofu_weixin-538e84542b9e02eaf4f3a6da7a94b386.png) center 11px no-repeat var(--sys-color);
}

.uni_online_q .btn-douyin span {
  background: url(/assets/images/clj/piaofu_douyin-a4bd21c1e243b63f18aab748bae15367.png) center 11px no-repeat var(--sys-color);
}


.uni_online_q .open.pic {
  position: absolute;
  background: var(--sys-color);
  width: 140px;
  height: 140px;
  right: 100px;
  top: 50%;
  margin-top: -50px;
  text-align: right;
  opacity: 0;
  transition: .6s;
  -webkit-transition: .6s;
  visibility: hidden;
}

.uni_online_q .open.pic:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-left: 10px solid var(--sys-color);
  position: absolute;
  right: -15px;
  top: 50%;
  margin-top: -10px;
}

.uni_online_q .open.pic img {
  width: 120px;
  height: 120px;
  margin-top: 10px;
  margin-right: 10px;
}

.uni_online_q .btn2:hover .open.pic {
  opacity: 1;
  right: 90px;
  visibility: visible;
}

.uni_online_q .open.tel {
  position: absolute;
  background: var(--sys-color);
  width: 180px;
  height: 50px;
  border-radius: 20px;
  color: #fff;
  font-size: 17px;
  /*font-family: arial;*/
  text-align: center;
  line-height: 50px;
  right: 100px;
  top: 50%;
  margin-top: -25px;
  opacity: 0;
  transition: .6s;
  -webkit-transition: .6s;
  visibility: hidden;
}
.uni_online_q .open.tel a{
  color: #fff;
}
.uni_online_q .open.tel:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-left: 10px solid var(--sys-color);
  position: absolute;
  right: -16px;
  top: 50%;
  margin-top: -10px;
}

.uni_online_q .btn2:hover .open.tel {
  opacity: 1;
  right: 90px;
  visibility: visible;
}

.uni_online_q .bgNum a>span{
  background-color: #ff963a;
  background: url(/assets/images/clj/piaofu_tel-f11e1e7d8331751872867802d9bbab9c.png) center 11px no-repeat #ff963a;
}
.bgNum {
  background-color: #ff963a !important;
}
.bgNum span{
  animation: shake 0.3s;
}
@keyframes bgNum {
  0% { transform: translate(0, 0) rotate(0);}
  20% { transform: translate(-5px, 0) rotate(-5deg);}
  40% { transform: translate(5px, 0) rotate(5deg);}
  60% { transform: translate(-5px, 0) rotate(-5deg);}
  80% { transform: translate(5px, 0) rotate(5deg);}
  100% { transform: translate(0, 0) rotate(0);}
}


.leftOnline {}

.leftOnline .uni_online_q {
  position: fixed;
  left: 0px;
  bottom: 30%;
  z-index: 9999;
  right: auto;
}

.leftOnline .uni_online_q .open.pic {
  left: 100px;
  right: auto;
  transition: .6s;
  -webkit-transition: .6s;
}

.leftOnline .uni_online_q .btn2:hover .open.pic {
  opacity: 1;
  left: 90px;
  visibility: visible;
}

.leftOnline .uni_online_q .open.pic:before {
  border: 10px solid transparent;
  border-right: 10px solid var(--sys-color);
  position: absolute;
  left: -15px;

}

.leftOnline .uni_online_q .open.tel {
  left: 100px;
  right: auto;
  transition: .6s;
  -webkit-transition: .6s;

}

.leftOnline .uni_online_q .open.tel:before {
  border: 10px solid transparent;
  border-right: 10px solid var(--sys-color);
  position: absolute;
  left: -16px;

}

.leftOnline .uni_online_q .btn2:hover .open.tel {
  opacity: 1;
  left: 90px;
  visibility: visible;
}


/*底部*/

#uni_foot {
  /*background: var(--sys-bottom-color);*/
  width: 100%;
  overflow: hidden;
  /*color: #fff;*/
  /*padding-top: 20px;*/
}

@media screen and (max-width: 1350px) {
  .uni-foot-container {
    max-width: 100vw !important;
  }
}
input::-webkit-input-placeholder {
  color:var(--sys-color);
}

input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: var(--sys-color);
}

input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color:var(--sys-color);
}

input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color:var(--sys-color);
}
.foot_logo img {

  width: 100%;
}

.uni_foot_lianxi .input {
  text-align: center;
  font-size: 0;
  height: 3.75rem;
  margin: 10px 0;
  max-width: 26.25rem;
}

.uni_foot_lianxi .input .input-text {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 70%;
  height: 3.75rem;
  line-height: 3.75rem;
  position: relative;
  vertical-align: top;
  background: #FFFFFF;
}

.uni_foot_lianxi .input .input-text input {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 1rem;
  border: none;
  background: none;
  padding: 0 1.5rem;
  position: relative;
  z-index: 10;
  color: white;
}

.uni_foot_lianxi .input .btn_tijiao {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 30%;
  border: 0;
  font-size: 1.0625rem;
  height: 3.75rem;
  color: var(--sys-color);
  line-height: 3.75rem;
  mix-blend-mode: lighten;
  margin-left: 0;
  position: relative;
  /* z-index: 11; */
  transition: 0.6s;
  cursor: pointer;
}

.uni_foot_lianxi .input .btn:hover {
  background: var(--sys-color);
}

input::-webkit-input-placeholder {
  color:var(--sys-color);
}

input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color:var(--sys-color);
}

input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: var(--sys-color);
}

input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: var(--sys-color);
}

.uni_foot_nav {
  margin-bottom: 10px;
  position: relative;
  float: left;
  margin-top: 1.19rem;
  padding: 0;
  display: flex;
  justify-content: space-around;
}

.uni_foot_nav dl {
  display: inline-block;
  vertical-align: top;
  padding:0 3px;
  margin-top: 10px;
}

.uni_foot_nav dl dt {
  font-size: 1rem;
  /*color: #fff;*/
  margin-bottom: 1.2rem;
  position: relative;
}

.uni_foot_nav dl dt a{
  font-size: 1rem;
  /*color: #fff;*/
}

.uni_foot_nav dl dd {
  font-size: 1rem;
  /*color: #f7f7f8;*/
  transition: .3s;
  max-width: 150px;
}
.uni_foot_nav dl dd a{
  font-size: 14px;
  /*color: #eeeeee;*/
}
.uni_foot_nav dl dd a:hover {
  /*mix-blend-mode:lighten;*/
  color: white;
  font-weight: bold;
}

.uni_foot_lianxi {
  float: left;
  margin-top: 1.19rem;
  padding-left: 0;
  padding-left: 1rem;
}

.uni_foot_lianxi .box {
  float: left;
}

.uni_foot_lianxi ul li {
  font-size: 18px;
  margin-bottom: 1rem;
}
@media (max-width:1600px) {
  .uni_foot_lianxi ul li {
    font-size: 16px;
  }
}
@media (max-width:767px) {
  .uni_foot_lianxi ul li {
    font-size: 14px;
  }
}
.foot_share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.foot_share>ul>li{
  margin-right: 15px !important;
}


.tc1 .tc {
  transition: all ease 300ms;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 9999;
}

.tc1 .tc {
  pointer-events: none;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  transform: scale(1.1);
  display: none;
}

.tc1 .tc.act {
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  pointer-events: auto;
  transform: scale(1);
}

.tc1 .close:hover {
  transform: rotate(180deg);
}

.tc1 .close,
.tc {
  transition: all ease 400ms;
  -moz-transition: all ease 400ms;
  -ms-transition: all ease 400ms;
  -o-transition: all ease 400ms;
  -webkit-transition: all ease 400ms;
}

.tc1 .tc-box {
  position: absolute;
  background: #fff;
  overflow: hidden;
  top: 50%;
  z-index: 9999;
  width: 12rem;
  border-radius: 3px;
  left: 50%;
  margin-left: -6rem;
  margin-top: -7.5rem;
  padding-top: 0;
}

.tc-box {
  margin: 0 auto;
  box-sizing: border-box;
  display: block;
  position: relative;
  z-index: 1;
  -webkit-animation-duration: 1.2s;
  animation-duration: 1.2s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-name: anim-close-2;
  animation-name: anim-close-2;
}

.tc.act .tc-box {
  -webkit-animation-name: anim-open-2;
  animation-name: anim-open-2;
  transform: scale(1);
}

.tc1 .tc.act {
  display: block;
}

.tc1 .close {
  position: absolute;
  cursor: pointer;
  font-size: 20px;
  right: 30px;
  top: 30px;
}

.tc1 .tc-box h3 img {
  width: 12rem;
  height: 12rem;
}

.tc1 .tc-box h5 {
  width: 12rem;
  height: 3rem;
  line-height: 3rem;
  font-size: 1rem;
  color: #fff;
  background: var(--sys-color);
  text-align: center
}

.copyright {
  text-align: center;
  font-size: .9375rem;
  color: #e8e7e7;
  border-top: 1px solid #ffffff;
  line-height: 1.5;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.copyright a {
  color: #cdcdcd;
}
.copyright a:hover{
  color: white;
}
.tc_toudi {
  padding: 50px;
  background: #fff;
  width: 500px;
  margin: 0 auto;
  min-height: 200px;
  position: relative;
  z-index: 9999;
}

.tc_close {
  position: absolute;
  right: 10px;
  top: 10px;
  color: #333;
  cursor: pointer;
  padding: 10px;
  transition: .5s;
  font-size: 18px;
}

.tc_close:hover {
  transform: rotate(90deg);
}

.clear {
  clear: both;
}

@media (max-width: 995px) {
  .uni_foot_nav {
    display: none;
  }

  /*.uni_foot_lianxi {*/
  /*    width: 50%;*/
  /*}*/
}
@media (min-width: 991px) {
  #uni-news-index-style-1 .uni-news-index-left {
    padding-right: 0;
  }

  #uni-news-index-style-1 .uni-news-index-right {
    padding-left: 0;
  }

}



#header {
  position: fixed;
  height: 5.625rem;
  z-index: 999;
  width: 100%;
  transition: .6s;
}

#header .m1600 {
  max-width: 100vw !important;
  width:100%;
  height: 100%;
  position: static;
  margin: 0 0 0 auto !important;
}
#header .disflex{
  display: flex;
  float:left;
  align-items: center;
}
#header .flex1{
  flex: 1;
}
#header .main-menu__nav a{
  line-height: 25px;
}
#header .main-menu__nav>ul>li>a{
  line-height: 5.625rem;
  color:#FFFFFF;
}
#header .nav_warp{
  /*display: block;*/
  float: right;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
#nav{
  display: block;
  float:right;
}
.main-menu__dropdown li{
  float: none !important;
  /*line-height: 20px !important;*/
  /*padding: 0px 10px !important;*/
}
.line_bot {
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: rgba(255, 255, 255, .2);
}

#header #logo {
  /*padding : 25px 0;*/
}

.uni_j_tab {
  display: table;
  width: 100%;
  height: 100%;
}

.uni_j_tab_cel {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
  max-height: 70px;
}
.uni_j_tab_cel .logo_white,.uni_j_tab_cel .logo_black{
  max-height: 70px;
}
#logo {
  float: left;
  height: 100%;
}

#logo img {
  width: 100%;
  /*height: 100%;*/
}

#nav ul {
  float: left;
}

#nav ul li {
  float: left;
  position: relative;
  z-index: 0;
}

#nav ul li a {
  display: block;
}

#nav ul li h3 {
  color: #fff;
  line-height: 5.625rem;
  overflow: hidden;
  position: relative;
  transition: .6s;
}

#nav ul li.on h3 {
  font-weight: bold;
}

#nav ul li a i {
  display: inline-block;
  background: url(/static/style/pc/images/nav_down.png) center no-repeat;
  width: 9px;
  height: 6px;
  background-size: contain;
  vertical-align: middle;
  margin-left: 8px;
}

#nav ul li .sub {
  position: absolute;
  top: 100%;
  background: #fff;
  background: rgba(255, 255, 255, .95);
  width: 160px;
  left: 50%;
  margin-left: -80px;
  z-index: 10000;
  /* transform:translateY(-20px); */
  visibility: hidden;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  transition: .5s;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.15);
}

#nav ul li:nth-child(3) .sub {
  width: 240px;
  margin-left: -120px;
}

#nav ul li .sub .box {
  padding: 20px 20px;
  text-align: center;
}

#nav ul li .sub a {
  padding: 0;
  line-height: 2;
  transition: .3s;
  font-size: .9rem;
  color: #666;
}

#nav ul li .sub a:hover {
  color: var(--sys-color);
}

#nav ul li:hover .sub {
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}

#nav>ul>li.on h3,
#nav ul li:hover h3 {}

#nav>ul>li h3:after {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  position: absolute;
  left: 0;
  background: var(--sys-color);
  bottom: 0px;
  transition: .3s;
  transform: scale(0);
}

#nav>ul>li:hover h3:after,
#nav ul li.on h3:after {
  transform: scale(1);
}

.uni_search_btn {
  height: 5.625rem;
  line-height: 5.625rem;
  cursor: pointer;
  width: 2.3rem;
  padding: 5px 0 !important;
  text-align: center;
  float: left !important;;
  transition: .6s;
}

#header .dw2 {
  float: left;
  height: 5.625rem;
  max-width: 5.5rem;
  min-width: 2rem;
  padding: 0 10px !important;
  cursor: pointer;
  position: relative;
  /*margin-left: 2rem;*/
  transition: .6s;
}
.main-menu{
  padding: 0 !important;
}

#header .dw2:after {
  content: "";
  width: 1px;
  height: 100%;
  display: block;
  position: absolute;
  background: rgba(255, 255, 255, .2);
  right: 0;
  top: 0;
}

#header .dw2.yuyan:before {
  content: "";
  width: 1px;
  height: 100%;
  display: block;
  position: absolute;
  background: rgba(255, 255, 255, .2);
  left: 0;
  top: 0;
}

#header .dw2 .dh {
  height: 29px;
  line-height: 29px;
  text-align: center;
  font-size: 1.0625rem;
  color: #fff;
  cursor: pointer;
  transition: .6s;
}

/*#header .dw2 .dh span {*/
/*    background: url(/assets/images/clj/jt1-308bce1c29bcaf82295a8eae5d104640.png) right center no-repeat;*/
/*    padding-right: 22px;*/
/*}*/

#header .dw2 .dd {
  padding-bottom: 10px;
  padding-top: 10px;
  position: absolute;
  top: 100%;
  /*width: 100%;*/
  /*width:200px;*/
  text-align: center;
  background: var(--sys-color);
  left: -60px;
  right: -60px;
  border: 1px solid var(--sys-color);
  opacity: 0;
  visibility: hidden;
  transition: 400ms;
  transform: translateY(15px);
}

#header .dw2 .dd:before {
  content: "";
  display: inline-block;
  border: 8px solid transparent;
  border-bottom: 8px solid var(--sys-color);
  position: absolute;
  top: -16px;
  left: 50%;
  margin-left: -9px;
}

#header .dw2 .dd a {
  display: block;
  text-align: center;
  line-height: 30px;
  color: #fff;
  font-size: 13px;
  padding: 10px;
  min-width: 40px;
}

#header .dw2 .dd a:hover {
  font-weight: bold;
}

#header .dw2.on .dd {
  opacity: 1;
  visibility: visible;
  transform: translate(0);
  display: flex;
  justify-content: center;
}
/**/
#logo .logo_black {
  display: none;
}

.top_search_white {
  font-size: 1.5rem;
}
.top_search_black {
  display: none;
  font-size: 1.5rem;
}

#header.xg {
  position: fixed;
  top: 0;
  background: #fff;
  background: rgba(255, 255, 255, .95);
  border-bottom: 1px solid rgba(0, 0, 0, .1);
}


#header.xg .dw2 {}

#header.xg #logo .logo_black,
#header.xg .top_search_black {
  display: inline-block;
}
#header.xg #logo{
  /*padding:25px 0;*/
}
#header.xg #logo .logo_white,
#header.xg .top_search_white {
  display: none;
}

#header.xg #nav ul li a h3 {
  color: #333;
}

#header.xg .dw2 .dh {
  color: #5b5b5b;
}

#header.xg .dw2.yuyan:before {
  background: rgba(0, 0, 0, .1);
}

#header.xg .dw2:after {
  background: rgba(0, 0, 0, .1);
}

/*#header.xg .dw2 .dh span {*/
/*    background: url(/assets/images/clj/jt2-1b5704dce91543428b71117c80b39d7c.png) right center no-repeat;*/
/*}*/
#header .main-menu__nav>ul>li>a{
  color: #fff;
}
#header.xg .main-menu__nav>ul>li>a{
  color: #020609;
}
#header.xg .main-menu__nav>ul>li:hover>a{
  color: var(--sys-color);
}
.tc {
  transition: all ease 300ms;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 9999999999;
  pointer-events: none;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}

.tc.act {
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  display: block;
  pointer-events: auto;
}

.tc-box {
  width: 60rem;
  padding-top: 40px;
  max-width: 80%;
  margin: 0 auto;
  margin-top: -80px;
  box-sizing: border-box;
  /* background:#fff; */
  display: block;
  position: relative;
  z-index: 1;
  -webkit-animation-duration: 1.2s;
  animation-duration: 1.2s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  overflow: hidden;
}

.tc.act .tc-box {
  -webkit-animation-name: anim-open-2;
  animation-name: anim-open-2;
  transform: scale(1);
}

.close {
  position: absolute;
  cursor: pointer;
  color: #e13a39;
  font-size: 30px;
  right: 30px;
  top: 30px;
}

.tc_bg {
  height: 100%;
  background: rgba(0, 0, 0, .85);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 0;
}

.tc_txt {
  height: 470px;
  overflow-y: auto;
  padding-right: 30px;
}

/*弹窗内容样式*/
.tc-box form {
  position: relative;
  border-bottom: 2px solid #eee;
  height: 4.25rem;
  padding-right: 20px;
  position: relative;
}

.tc-box .tc_fdj {
  position: absolute;
  left: 20px;
  display: block;
  height: 4.25rem;
  line-height: 4.25rem;
}

.tc-box .tc_fdj img {
  width: 1.3rem;
}

.tc-box form label {
  text-align: left;
  display: block;
  position: absolute;
  bottom: 0;
  height: 4.25rem;
  line-height: 4.25rem;
  font-size: 1.6rem;
  color: #999;
  pointer-events: none;
  margin-left: 20px;
  transition: .3s;
}

.tc-box form label.act {
  font-size: 16px;
  bottom: 3rem;
  line-height: 3rem;
  height: 3rem;
}

.tc-box #keyword {
  border: none;
  width: 80%;
  height: 4.25rem;
  padding: 0 20px;
  font-size: 1.6rem;
  color: #999;
  box-shadow: none;
  -webkit-appearance: none;
  float: left;
  border-right: 0;
  background: none;
}

.tc-box .btn_blue {
  width: 40px;
  height: 4.25rem;
  border: 0;
  line-height: 4.25rem;
  background: url(/assets/images/clj/search-31f72436898665277beada510bba7751.png) center center no-repeat;
  font-size: 1.125rem;
  color: #fff;
  cursor: pointer;
  text-transform: uppercase;
  float: right;
}

.tc-box .btn_blue.fr {
  background: #e9edef;
  color: #4e4f53;
}

.tc.act .tc-box {
  -webkit-animation-name: anim-open-2;
  animation-name: anim-open-2;
  transform: scale(1);
}

/*手机头部开始*/
#m_header {
  max-width: 100vw;
  /*position: fixed;*/
  z-index: 999;
  width: 100%;
  height: 4.5rem;
  left: 0;
  top: 0;
  padding: 0 10px;
  background: #fff;
  display: none;
  /*border-bottom: #eaeaea 1px solid;*/
}

#m_header #logo {
  height: 4.5rem;
}

#m_header #logo img {
  max-height: 60%;
  max-width: 100%;
}

#m_header .yuyan {
  height: 4.5rem;
  float: right;
  margin-right: 4rem;
}

#m_header .yuyan span {
  display: block;
  width: 24px;
  height: 24px;
  line-height: 24px;
  color: #fff;
  font-size: .9rem;
  text-align: center;
  margin-left: 17px;
  background: rgba(255, 255, 255, .3);
}

.wap_search {
  width: 80%;
  margin: 0 auto;
}

.wap_search form {
  position: relative;
}

.wap_search #keyword {
  width: 80%;
  height: 3.8rem;
  line-height: 3.8rem;
  border: 0;
  padding: 0 1rem;
  font-size: 1rem;
  color: #999;
  box-shadow: none;
  -webkit-appearance: none;
  float: left;
  border-right: 0;
}

.wap_search .btn_blue {
  width: 20%;
  height: 3.8rem;
  background: #00a0e9 url(/static/style/pc/images/search.svg) center no-repeat;
  background-size: 20px;
  font-size: 0;
  color: #fff;
  cursor: pointer;
  text-transform: uppercase;
  float: left;
}

/*导航按钮结束*/
.m_nav_list {
  flex-direction: column;
  justify-content: flex-start;
  width: 100%;
  overflow: auto;
}

.m_nav_list::-webkit-scrollbar {
  display: none
}

#m_nav {
  z-index: 99999;
  position: fixed;
  background: var(--sys-color);
  width: 17rem;
  height: 100vh;
  right: -400px;
  top: 0;
  display: none;
  padding: 50px 0;
  padding-top: 80px;
  overflow: hidden;
  pointer-events: none;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

#m_nav.act {
  pointer-events: auto;
  right: 0;
}

#m_nav>ul>li {
  width: 100%;
  overflow: hidden;
  padding: 0 2.3rem;
}

#m_nav>ul>li+li {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

#m_nav li .a {}

#m_nav li .a h3 {
  line-height: 5rem;
  height: 5rem;
  color: #fff;
  padding: 0;
  font-size: 1.125rem;
  float: left;
}

#m_nav li .a span {
  display: block;
  position: absolute;
  top: 0;
  right: 10px;
  width: 20px;
  height: 50px;
  text-align: center;
}

#m_nav li .a span i {
  font-size: 0;
}

#m_nav .title .a i {
  opacity: 1;
  filter: alpha(opacity=100);
  display: inline-block;
  width: 10px;
  height: 5rem;
  float: right;
  display: inline-block;
  background: url(/static/style/pc/images/arrow_down.svg) center no-repeat;
  background-size: contain;
}

#m_nav li.on.title .a i {
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
}

#m_nav .on.title .a i {
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
}

#m_nav li {
  display: block;
  width: 100%;
}

.slide_nav {
  position: absolute;
  left: 0;
  height: 70px;
  z-index: 998;
  padding: 15px;
  top: 0;
  width: 100%;
}

#m_nav .title .list {
  display: none;
  position: relative;
  width: 100%;
  z-index: 9;
  left: 0;
  margin-left: 0;
  background: none;
  border: 0;
  clear: both;
  padding-bottom: 10px;
}

#m_nav .title .list span {
  background: none;
}

#m_nav .title .list span a:hover {
  color: #014085;
}

#m_nav .title .list a {
  display: block;
  font-size: 1rem;
  color: #fff;
  text-align: left;
  line-height: 40px;
  height: 40px;
  border: 0;
  font-weight: 300;
}

/*三级导航 开始*/
#m_nav .title .list .void>a {
  background-size: 10px;
  position: relative;
}

#m_nav .title .list .void>a:before {
  content: "·";
  position: absolute;
  left: -1em;
  font-size: 12px;
  font-weight: bold;
}

#m_nav .title .list span {
  position: relative;
  display: block;
}

#m_nav .title .list span .sub {
  position: static;
  width: 100%;
  display: block !important;
  overflow: hidden;
}

#m_nav .title .sub a {
  background: none;
  font-size: .875rem;
  opacity: .8;
  min-width: 50%;
  float: left;
  display: inline-block;
  color: #999;
}

.nav_mask {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 888;
  background-color: rgba(0, 0, 0, 0.4);
  display: none;
}

/*导航按钮开始*/
#nav_btn_box {
  height: 100%;
  z-index: 999999999;
  float: right;
  margin-left: 20px;
}

#nav_btn_box.on {
  background: none;
}

#nav_btn {}

#nav_btn .point.on .navbtn::after,
#nav_btn .point.on .navbtn::before {
  background: #fff;
}

#nav_btn {
  cursor: pointer;
  text-align: center;
  z-index: 99999;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  outline: none;
  box-shadow: none;
}

#nav_btn .point {
  display: inline-block;
  width: 1.875rem;
  height: 22px;
  position: relative;
  outline: none;
}

#nav_btn .point:hover .navbtn,
#nav_btn .point:hover .navbtn::after,
#nav_btn .point:hover .navbtn::before {
  width: 1.75rem;
}

#nav_btn .navbtn {
  position: absolute;
  top: 12px;
  left: 0;
  display: inline-block;
  width: 21px;
  height: 1px;
  -webkit-transition: all .3s ease-out 0s;
  -moz-transition: all .3s ease-out 0s;
  -ms-transition: all .3s ease-out 0s;
  -o-transition: all .3s ease-out 0s;
  transition: all .3s ease-out 0s;
  background: #333;
}

#nav_btn .navbtn::after,
#nav_btn .navbtn::before {
  position: absolute;
  left: 0;
  display: inline-block;
  width: 1.75rem;
  height: 1px;
  content: '';
  -webkit-transition: all .3s ease-out 0s;
  -moz-transition: all .3s ease-out 0s;
  -ms-transition: all .3s ease-out 0s;
  -o-transition: all .3s ease-out 0s;
  transition: all .3s ease-out 0s;
  background: #333;
}

#nav_btn .navbtn::after {
  top: -8px;
}

#nav_btn .navbtn::before {
  top: 8px;
}

#nav_btn .point.on .navbtn {
  background: transparent;
}

#nav_btn .point.on .navbtn::after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 0px;
}

#nav_btn .point.on .navbtn::before {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 0px;
}

.uni_tc_search {
  margin: 0 1.3rem;
  width: calc(100% - 2.6rem);
}

.uni_tc_search form {
  height: 40px;
  border-radius: 20px;
  border: 1px solid #e5e5e5;
  position: relative;
  width: 100%;
}

.uni_tc_search #keyword {
  outline: none;
  border: none;
  font-size: .875rem;
  color: #fff;
  height: 38px;
  line-height: 38px;
  padding: 0 1rem;
  box-shadow: none;
  -webkit-appearance: none;
  border-right: 0;
  background: none;
  width: 100%;
}

.uni_tc_search .btn_blue {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 38px;
  line-height: 38px;
  border: 0;
  background: url(/assets/images/clj/search_white-7210b374fb25ee8435d2e2f65e074b55.svg) center center no-repeat;
  background-size: 1.2rem;
}

.uni_tc_search .btn_blue.fr {
  background: #e9edef;
  color: #4e4f53;
}

.uni_tc_search input::-webkit-input-placeholder {
  color: #fff;
  color: rgba(255, 255, 255, .7);
}

.uni_tc_search input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #fff;
  color: rgba(255, 255, 255, .7);
}

.uni_tc_search input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #fff;
  color: rgba(255, 255, 255, .7);
}

.uni_tc_search input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #fff;
  color: rgba(255, 255, 255, .7);
}

/* WebKit browsers */
.uni_tc_search input:focus::-webkit-input-placeholder {
  color: transparent;
  /* transparent是全透明黑色(black)的速记法，即一个类似rgba(0,0,0,0)这样的值 */
}

/* Mozilla Firefox 4 to 18 */
.uni_tc_search input:focus:-moz-placeholder {
  color: transparent;
}

/* Mozilla Firefox 19+ */
.uni_tc_search input:focus::-moz-placeholder {
  color: transparent;
}

/* Internet Explorer 10+ */
.uni_tc_search input:focus:-ms-input-placeholder {
  color: transparent;
}

/* 点击搜索框获取焦点 placeholder消失-结束 */

#uni-two-carousel-style-1 {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-bottom: 20px;
}

#uni-two-carousel-style-1 ul {
  margin: 0 -10px;
}

#uni-two-carousel-style-1 ul li {
  padding: 0 10px;
}

#uni-two-carousel-style-1 ul li .box {
  display: block;
  position: relative;
}

#uni-two-carousel-style-1 ul li .img {}

#uni-two-carousel-style-1 ul li .img img {
  transition: 1s;
}

#uni-two-carousel-style-1 ul li:hover .img img {
  transform: scale(1.03);
}

#uni-two-carousel-style-1 ul li .txt {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 3.6rem 2rem;
  color: #fff;
  text-align: center;
}

#uni-two-carousel-style-1 ul li .txt h5 {
  font-size: 2rem;
  margin-bottom: 1.25rem;
}

#uni-two-carousel-style-1 ul li .txt p {
  font-size: 1.0625rem;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

#uni-two-carousel-style-1 ul li .txt .btn_more {
  font-size: 1.0625rem;
  margin: 0 auto;
  margin-top: 2.3rem;
}

#uni-two-carousel-style-1 ul li .txt .btn_more:hover {}

#uni-news-indes-style-2 .slick-arrow,
#uni-category-index-style-1 .slick-arrow,
#uni-two-carousel-style-1 .slick-arrow {
  z-index: 99;
  position: absolute;
  transform: translate(0, 0);
  top: 50%;
  margin-top: -2rem;
  background-size: 1rem !important;
  display: block;
  border-radius: 50%;
  border: 2px solid #fff;
  border: 2px solid rgba(255, 255, 255, .35);
  width: 4rem;
  height: 4rem;
}

#uni-news-indes-style-2 .slick-prev,
#uni-category-index-style-1 .slick-prev,#uni-two-carousel-style-1 .slick-prev {
  left: 3rem;
  /*background: url(/assets/images/clj/left-98fd4a662ff0855a5829c6b5e3f91a1b.png)  rgba(0,0,0,.2) center no-repeat;*/
  background-color: rgba(0,0,0,.2);
  transition: 300ms;
  -webkit-transition: 300ms;
}

#uni-news-indes-style-2 .slick-next,
#uni-category-index-style-1 .slick-next,#uni-two-carousel-style-1 .slick-next {
  right: 3rem;
  /*background: url(/assets/images/clj/right-41ae92a4aa2a308f7b30197ef41c99f4.png)  rgba(0,0,0,.2) center no-repeat;*/
  background-color: rgba(0,0,0,.2);
  transition: 300ms;
  -webkit-transition: 300ms;
}

#uni-news-indes-style-2 {
  width: 100%;
  overflow: hidden;
}

#uni-news-indes-style-2 ul {
  margin: 0 -12px;
}

#uni-news-indes-style-2 ul li {
  padding: 0 12px;
}

#uni-news-indes-style-2 ul li .box {
  display: block;
  position: relative;
  background: #f7f7f7;
}

#uni-news-indes-style-2 ul li .img {
  overflow: hidden;
}

#uni-news-indes-style-2 ul li .img img {
  transition: 1s;
  display: block;
}

#uni-news-indes-style-2 ul li:hover .img img {
  transform: scale(1.03);
}

#uni-news-indes-style-2 ul li .txt {
  padding: 3.6rem 1.5rem;
  padding-bottom: 1rem;
  text-align: center;
  transition: .5s;
}

#uni-news-indes-style-2 ul li:hover .txt {
  transform: translateY(-10px);
}

#uni-news-indes-style-2 ul li .txt h5 {
  font-size: 1.75rem;
  color: #020609;
  margin-bottom: 1.25rem;
}

#uni-news-indes-style-2 ul li .txt .con {
  font-size: .875rem;
  color: #535353;
  line-height: 1.625rem;
  height: 3.25rem;
  overflow: hidden;
  max-width: 440px;
  margin: 0 auto;
  margin-bottom: 1.2rem;
}

#uni-news-indes-style-2 ul li .txt .btn_more {
  font-size: .875rem;
  color: #535353;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

#uni-category-index-style-1{ background:#f7f7f7; width:100%; overflow: hidden;}
#uni-category-index-style-1 ul{ margin:0 -8px;}
#uni-category-index-style-1 ul li{ padding:0 8px;}
#uni-category-index-style-1 ul li .box{ display:block; background:#fff;}
#uni-category-index-style-1 ul li .img{}
#uni-category-index-style-1 ul li .img img{ transition:1s;}
#uni-category-index-style-1 ul li:hover .img img{ transform:scale(1.1);}
#uni-category-index-style-1 ul li .txt{ border:1px solid #e8e9eb; padding:2rem 2rem 3.375rem; text-align:center;}
#uni-category-index-style-1 ul li .txt h5{ font-size:1.125rem; color:#212121; font-weight:bold; margin-bottom:1.25rem;}
#uni-category-index-style-1 ul li .txt p{ font-size:.875rem; color:#747272; text-overflow:ellipsis; overflow:hidden; white-space:nowrap;}
#uni-category-index-style-1 ul li .txt .btn_more{ position:relative; z-index:1; overflow:hidden; display:block; width:9rem; height:2.75rem; line-height:2.75rem; font-size:.875rem; color:#525252; margin:0 auto; border:1px solid #c5c5c7; border-radius:1.5rem; margin-top:2.3rem; transition:.5s;}
#uni-category-index-style-1 ul li .txt .btn_more:hover{ color:#fff; }
#uni-category-index-style-1 .btn_more:before{ content:""; width:200px; height:200px; border-radius:50%; transform-origin:center; transform:scale(0); background:var(--sys-color); position:absolute; z-index:-1;  top:50%; margin-top:-100px; right:50%; margin-right:-100px; transition:.5s;}
#uni-category-index-style-1 .btn_more:hover:before{ transform:scale(1); }

#uni-news-indes-style-2 ul li .txt .btn_more:hover {
  color:#fff;
}
.pc-show {
  display: block !important;
}

.pc-hide {
  display: none !important;
}
@media (max-width: 1280px) {
  .pc-show{
    display: none!important;
  }
  .rt-header{
    display: none;
  }
  #nav {
    margin-right: 1.5rem;
  }

  .main-menu__nav_sub > a::after ,
  .menu-item-has-children > a::after {
    content:unset;
  }.main-menu__nav_sub > a::after ,
   .menu-item-has-children > a::after {
     content:unset;
   }

  #header {
    display: none;
  }

  #m_header {
    display: block;
    padding: 0 3rem;
  }
  .m1600 {
    margin: 0 45px;
    max-width: inherit;
    width: auto;
  }

  .n_body {
    padding: 4.5rem 0 0
  }
}
.erj{position: inherit !important;}
.erjF{position:fixed !important}
.newMobileFixed {
  position: fixed;
  left: 0;
  right: 0;
}

@media (max-width: 767px) {
  .bannerNew {
    height: 31vh;
    margin-bottom: 10px;
    /*margin-top: 77px;*/
  }
  .news-slider{
    height: 31vh;
  }
  .news-slide-bg .img {
    height: 31vh !important;
  }
  #uni-two-carousel-style-1 ul li .txt h5{
    font-size: 21px;
    margin-bottom: 0.5rem;
  }
  #uni-two-carousel-style-1 ul li .txt p{
    ont-size: 15px;
  }
  #uni-news-indes-style-2 ul li .txt h5{
    font-size: 1.5rem;
  }
  #uni-news-indes-style-2 ul li .txt{
    padding: 2rem 1.5rem;
  }
  #uni-news-indes-style-2 ul li .txt .con{
    margin: 0 auto!important;
  }
  .uni-news-index-style-1-li h5 {
    font-size: 21px;
    font-weight: bold;
    line-height: 2rem;
    margin-bottom: 1rem;
    white-space: normal
  }
  .uni-news-index-style-1-li .box{
    height: auto;
  }
  .uni-news-style-2{
    height: unset;
  }
  .uni-news-index-style-1-li .text{
    padding:1.6rem;
  }
  #uni-two-carousel-style-1 ul li .txt {
    padding: 1.6rem 2rem;
  }
  #uni-news-indes-style-2 .slick-arrow,
  #uni-category-index-style-1 .slick-arrow,
  #uni-two-carousel-style-1 .slick-arrow {
    width: 3rem;
    height: 3rem;
  }
  #uni-category-index-style-1 ul li .txt .btn_more{ width:5rem; height:2rem; line-height:2rem}
  #uni-category-index-style-1 ul li .txt{ padding:1rem 1rem 1.375rem; }
  .uni-index-cate-img{
    height: 128px!important;
  }
  #uni-category-index-style-1 ul li .txt h5{ font-size:13px;}

}

.uni-index-cate-img{
  width: 425px;
  height: auto;
}
#header .dw3 {
  float: left;
  height: 5.625rem;
  width: 2rem;
  padding: 13px !important;
  cursor: pointer;
  position: relative;
  /*margin-left: 2rem;*/
  transition: .6s;
}


#header .dw3 .dh {
  height: 29px;
  line-height: 29px;
  text-align: center;
  font-size: 1.0625rem;
  color: #fff;
  cursor: pointer;
  transition: .6s;
  width: 2rem;
  padding: 5px 0;
}

/*#header .dw2 .dh span {*/
/*    background: url(/assets/images/clj/jt1-308bce1c29bcaf82295a8eae5d104640.png) right center no-repeat;*/
/*    padding-right: 22px;*/
/*}*/

#header .dw3 .dd {
  padding-bottom: 10px;
  padding-top: 10px;
  position: absolute;
  top: 100%;
  /*width: 100%;*/
  text-align: center;
  background: var(--sys-color);
  left: 0;
  border: 1px solid var(--sys-color);
  opacity: 0;
  visibility: hidden;
  transition: 400ms;
  transform: translateY(15px);
}

#header .dw3 .dd:before {
  content: "";
  display: inline-block;
  border: 8px solid transparent;
  border-bottom: 8px solid var(--sys-color);
  position: absolute;
  top: -16px;
  left: 50%;
  margin-left: -8px;
}

#header .dw3 .dd a {
  display: block;
  text-align: center;
  line-height: 30px;
  color: #fff;
  font-size: 13px;
  padding: 0 10px;
}

#header .dw3 .dd a:hover {
  font-weight: bold;
}

#header .dw3.on .dd {
  opacity: 1;
  visibility: visible;
  transform: translate(0);
}

#header.xg .dw3 .dh {
  color: #5b5b5b;
}

#header.xg .dw3.yuyan:before {
  background: rgba(0, 0, 0, .1);
}

#header.xg .dw3:after {
  background: rgba(0, 0, 0, .1);
}
.uni-xiaoguo22{
  padding: 10px 0;
}
.uni-xiaoguo22-block {
  /*border: 1px solid #eee;*/
  background-color: #fff;
  text-align: center;
  transition: background-color 0.3s, color 0.3s;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 10px;
}


.uni-xiaoguo22-block:hover {
  background-color: var(--sys-color);
  color: white;
}
.uni-xiaoguo22-dataImage{
  display: block;
}
.uni-xiaoguo22-dataSubImage{
  display: none;
}
.uni-xiaoguo22-block:hover .uni-xiaoguo22-dataImage{
  display: none;
}
.uni-xiaoguo22-block:hover .uni-xiaoguo22-dataSubImage{
  display: block;
}
.uni-xiaoguo22-block img {
  width: 104px;
  height: 104px;
  object-fit: cover;
  margin-bottom: 10px;
}
.uni-xiaoguo23-card {
  position: relative;
  overflow: hidden;
  border: 1px solid #eeeeee;
  border-radius: 5px;
}
.uni-xiaoguo23-card .card-body{
  text-align: center;
}
.uni-xiaoguo23-card .card-text{
  text-align: justify;
}
.uni-xiaoguo23-item{
  display: flex;
  margin-bottom: 20px;
}
.uni-xiaoguo23-card .card-body hr{
  margin: auto;
  color: var(--sys-color);
  width: 80px;
  height: 2px;
  border: 0;
  margin-bottom: 5px;
}

.uni-xiaoguo23-card .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease; /* 添加过渡效果 */
}

.uni-xiaoguo23-card:hover .overlay {
  opacity: 1; /* 鼠标滑过时遮罩层显示 */

}
.uni-xiaoguo23-card .card-img-top{
  transform: scale(1);
  transition: transform 0.3s ease; /* 添加过渡效果 */
}
.uni-xiaoguo23-card:hover .card-img-top{
  transform: scale(1.03);
}
.uni-xiaoguo23-card .image-container {
  position: relative;
  overflow: hidden;
}


.uni-xiaoguo23-card .image-container:hover .image-overlay {
  opacity: 1;
}


.uni-xiaoguo23-card  .image-container .image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: opacity 0.3s ease;
  display: flex;
  justify-content: center;
  align-items: center;
}

.uni-xiaoguo23-card .overlay-text {
  color: white;
  font-size: 24px;
  text-align: center;
}

@media (max-width: 768px) {
  .uni-xiaoguo23-card .overlay h5 {
    font-size: 14px;
  }
}

.uni-xiaoguo23-card .card-img-top {
  height: 100%;
  object-fit: cover;
}

.uni-xiaoguo23-card .card-body {
  padding: 1rem;
}
.uni-xiaoguo23-card .card-body  .card-title{
  font-weight: bold;
  color: var(--color-black);
}
.uni-xiaoguo24{
  width: 100%;
  height: auto;
  overflow: hidden;
  padding-bottom: 20px;
}

.uni-xiaoguo24 h2{
  text-align: center;
  margin: 20px 0;
  font-size: 35px;
  font-weight: bold;
  line-height: 40px;
  color: #333333;
}

.uni-xiaoguo24 ul {
  margin: 0 -10px;
}

.uni-xiaoguo24 ul li {
  padding: 0 20px;
}

.uni-xiaoguo24 ul li .box {
  display: block;
  position: relative;
}

.uni-xiaoguo24 ul li .img {
  position: relative;
  display: flex;
  align-items: center;
}

.uni-xiaoguo24 ul li .txt {
  display: none;
}

.uni-xiaoguo24 ul li .img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  transition: background-color 0.3s ease;
  z-index: 1;
}
.uni-xiaoguo24 ul li .img:hover::before {
  background-color: rgba(0, 0, 0, 0.5);
  /*transform: scale(1.03);*/
}
.uni-xiaoguo24 ul li .img img {
  transition: 1s;
}

.uni-xiaoguo24 ul li:hover .img img {
  transform: scale(1.05);
  /*opacity: 0.7;*/
  /*transition: opacity 0.3s ease;*/
}
.uni-xiaoguo24 ul li .img:hover .txt {
  display: unset;
}

.uni-xiaoguo24 ul li .txt {
  position: absolute;
  /*top: 0;*/
  left: 0;
  width: 100%;
  padding: 3.6rem 2rem;
  color: #fff;
  text-align: center;
  z-index: 2;
}

.uni-xiaoguo24 ul li .txt h5 {
  font-size: 22px;
  margin-bottom: 1.25rem;
  font-weight: bold;
}

.uni-xiaoguo24 ul li .txt p {
  font-size: 15px;
}

.uni-xiaoguo24 .slick-arrow {
  z-index: 99;
  position: absolute;
  transform: translate(0, 0);
  top: 50%;
  margin-top: -2rem;
  background-size: 1rem !important;
  display: block;
  border-radius: 50%;
  border: 2px solid #fff;
  border: 2px solid rgba(255, 255, 255, .35);
  width: 4rem;
  height: 4rem;
}

.uni-xiaoguo24.slick-prev {
  left: 3rem;
  /*background: url(/assets/images/clj/left-98fd4a662ff0855a5829c6b5e3f91a1b.png)  rgba(0,0,0,.2) center no-repeat;*/
  background-color: rgba(0,0,0,.2);
  transition: 300ms;
  -webkit-transition: 300ms;
}

.uni-xiaoguo24.slick-next {
  right: 3rem;
  /*background: url(/assets/images/clj/right-41ae92a4aa2a308f7b30197ef41c99f4.png)  rgba(0,0,0,.2) center no-repeat;*/
  background-color: rgba(0,0,0,.2);
  transition: 300ms;
  -webkit-transition: 300ms;
}
@media (max-width: 768px) {
  .uni-xiaoguo24 ul li .txt h5 {
    font-size: 1.25rem;
  }
  .uni-xiaoguo24 ul li .txt{
    padding: 0.6rem 1rem;
  }
  .uni-xiaoguo24 ul li .txt p{
    font-size: 14px;
  }

}
.uni-xiaoguo26 .hzjz {
  /*padding: 65px 0 78px;*/
  padding: 10px 0;
}

.uni-xiaoguo26 h2 {
  font-size: 35px;
  font-weight: bold;
  line-height: 40px;
  color: #333333;
  text-align: center;
}

.uni-xiaoguo26 .hzjz ul {
  margin-top: 64px;
  display:flex;
  flex-wrap: wrap;
}

.uni-xiaoguo26 .hzjz li {
  float: left;
  /*width: calc((100% - 102px)/3);*/
  /*margin-right: 50px;*/
  /*box-shadow: 0 0 3px 1px #f1f1f1;*/
  padding: 25px 20px;
  background: #FFFFFF;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  top: 0;
  transition: all 0.3s;
  -ms-transition: all 0.3s;
  /* IE 9 */
  -moz-transition: all 0.3s;
  /* Firefox */
  -webkit-transition: all 0.3s;
  /* Safari 鍜� Chrome */
  -o-transition: all 0.3s;
}

.uni-xiaoguo26 .hzjz li:nth-child(3n) {
  margin-right: 0;
}

.uni-xiaoguo26 .hzjz li:hover {
  box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.03);
  top: -10px;
  z-index: 1;
}

.uni-xiaoguo26 .hzjz li .ico {
  /*width: 120px;*/
  /*height: 120px;*/
  width: 140px;
  height: 140px;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto;
}

.uni-xiaoguo26 .hzjz li .ico img {
  width: 100%;
  height: 100%;
  display: block;
}

.uni-xiaoguo26 .hzjz li h3 {
  font-weight: bold;
  margin: 22px 0;
  font-size: 20px;
  line-height: 30px;
  color: #333333;
  text-align: center;
}

.uni-xiaoguo26 .hzjz li p {
  font-size: 15px;
  line-height: 30px;
  color: #666666;
  text-align: center;
  /*height: 120px;*/
  /*overflow: hidden;*/
  /*height: 160px;*/
}
@media (max-width: 991px) {
  .uni-xiaoguo26 .hzjz li .ico {
    width: auto;
    height: auto;
  }

  .uni-xiaoguo26 .hzjz {
    padding: 0px 15px;
  }

  .uni-xiaoguo26 h2 {
    font-size: 22px;
    line-height: 1.7;
  }

  .uni-xiaoguo26 .hzjz ul {
    margin-top: 0px;
  }

  .uni-xiaoguo26 .hzjz li {
    float: none;
    /*width: auto;*/
    margin-right: 0;
    padding:15px;
    margin-bottom: 15px;
  }

  .uni-xiaoguo26 .hzjz li h3 {
    font-size: 18px;
    line-height: 1.7;
    margin: 10px 0;
  }

  .uni-xiaoguo26 .hzjz li p {
    font-size: 16px;
    line-height: 24px;
    height: auto;
  }


  .uni-xiaoguo26 .hzlx {
    padding: 40px 15px;
  }

  .uni-xiaoguo26 .hzlx ul {
    margin-top: 30px;
  }

  .uni-xiaoguo26 .hzlx li {
    float: none;
    width: auto;
    margin-bottom: 20px;
  }

  .uni-xiaoguo26 .hzlx li:nth-child(2n) {
    float: none;
  }

  .uni-xiaoguo26 .hzlx li .img {
    height: 180px;
  }

  .uni-xiaoguo26 .hzlx li .txt {
    padding: 15px 20px 25px;
  }

  .uni-xiaoguo26 .hzlx li .txt h3 {
    font-size: 16px;
    line-height: 1.7;
  }

  .uni-xiaoguo26 .hzlx li .txt p {
    line-height: 1.7;
  }
  .uni-xiaoguo16 .item .lititle{
    font-size: 18px;
  }
  .uni-xiaoguo16 .item p{
    font-size: 16px;
  }
  .uni-xiaoguo16 .item:hover .lititle{
    font-size: 18px;
  }
  .uni-xiaoguo16 .item:hover p{
    font-size: 16px;
  }
  .uni-xiaoguo16 .liTitle{
    font-size: 22px;
  }
  .uni-wmtg-cont .wrap h2{
    font-size:22px;
  }
  .uni-split-style .top-text, .uni-split-style .bottom-text{
    font-size: 17px;
  }
}

.left-handoff-detail .post-img  img{
  width: 860px;
  height: 418px;
}
.left-handoff-detail .post-title{
  font-size: 26px;
  font-weight: bold;
}
.left-handoff-detail .post-meta{
  font-size:18px;
}
.left-handoff-detail .post-content{
  margin-top: 10px;
}
.left-handoff-item .post-content {
  display: flex;
  align-items: center;
}

/*       .left-handoff-item .rt-meta {
            !*flex-grow: 1;*!
            display: flex;
            align-items: center;
        }*/
.left-handoff-item  .rt-meta {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  text-align: center;
  margin: 0 5px;
}

.left-handoff-item  .rt-meta span {
  display: block;
}

.left-handoff-item  .year {
  font-weight: bold;
  font-size: 22px;
}
.left-handoff-item .divider {
  content: "";
  display: inline-block;
  width:  2px;
  height: 70px;
  background-color: #ccc;
  margin: 0 10px;
}

.left-handoff-item .post-title {
  flex-grow: 1;
  margin: 0 5px;
}
.left-handoff-item .post-title h2{
  font-size: 22px;
  font-weight: bold;
}
.left-handoff-item .post-title p{
  font-size: 18px;
}
.left-handoff-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  gap: 30px;
  flex-direction: column;
}

.left-handoff-item {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.left-handoff-item .rt-post {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.left-handoff-item {
  flex: 1;
  display: flex;
  flex-direction: column;
  transition: transform 0.3s;
  /*box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);*/
}

.left-handoff-item:hover {
  transform: translateY(-10px);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
}
.left-handoff-item:hover .tr-america{
  color: var(--sys-color);
}

.left-handoff-detail {
  display: none;
}
.left-handoff-news .active {
  display: block;
}
@media (max-width: 1600px) {
  .left-handoff-item .post-title h2{
    font-size: 20px;
  }
  .left-handoff-item .post-title p{
    font-size: 16px;
  }
  .left-handoff-detail .post-title{
    font-size: 22px;
  }
  .left-handoff-list{
    gap: 20px;
  }
}
@media (max-width: 995px) {
  .left-handoff-detail .post-img  img {
    height:unset;
  }
  .left-handoff-detail {
    display: block;
    margin: 10px 0;
  }
  .uni-left-list{
    display: none;
  }
  .left-handoff{
    margin: 0 0;
    display: flex;
    justify-content: center;
  }
  .left-handoff-news{
    padding: 0 0;
  }

}

/* uni-效果25---START*/
.uni-xiaoguo25{
  padding-top:20px;
  padding-bottom:40px;

}
.uni-xiaoguo25 .row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.uni-xiaoguo25 .item {
  margin-right: unset;
}
.uni-xiaoguo25 .title {
  text-align: center;
  margin: 20px 0;
}
.uni-xiaoguo25 .title h4{
  font-size: 32px;
  color: var(--color-black);
  font-weight: bold;
}
.uni-xiaoguo25 .detail {
  text-align: center;
  font-size: 18px;
  color: var(--color-black);

}

.uni-xiaoguo25 .all-process {
  margin-top: 15px;

}

.uni-xiaoguo25 .all-process .img {
  width: 90px;
  height: 90px;
  border-radius: 10%;
  box-shadow: 0 0 20px 5px rgba(170, 170, 170, 0.429);
  transition: 0.5s;
  display: flex;
  align-items: center;
  justify-content: center;
  /* overflow: hidden; */
  margin-right: 15px;
  /* z-index: 1; */
}

.uni-xiaoguo25 .all-process .img:hover {
  background-color: var(--sys-color);
  border-radius: 10%;
}

.uni-xiaoguo25 .all-process .text {
  /*height: 16px;*/
  width: 90px;
  text-align: center;
  margin-top: 10px;
  font-size: 14px;
  font-weight: bold;
  color: var(--color-black);
}

.uni-xiaoguo25 .arrow {
   height: 90px;
  /* width: 90px; */
  /* margin-top: 30px; */
  font-size: 30px;
  text-align: center;
  /*color: rgb(170, 170, 170);*/
  display: flex;
  align-items: flex-end;
  /* margin: 0px 15px; */
  margin: 0 -15px 0 0;
  z-index: 0;
  overflow: hidden;
  color: var(--sys-color)
}


/* 鼠标悬停切换图片效果START */

.uni-xiaoguo25 .all-process .main-img {
  display: block;
}

.uni-xiaoguo25 .all-process .sub-main-img {
  display: none;
}

.uni-xiaoguo25 .all-process .img:hover .main-img {
  display: none;
}

.uni-xiaoguo25 .all-process .img:hover .sub-main-img {
  display: block;
}

/* 鼠标悬停切换图片效果END */

@media (max-width:550px) {
  .uni-xiaoguo25 .row>* {
    transform: scale(0.8);
    padding: 0 0 0 1%;

  }
  .uni-xiaoguo25 .detail-row{
    padding: 0 10px;
    transform: inherit;
  }
  .uni-xiaoguo25 .title-row{
    transform: inherit;
  }
}

@media (max-width: 640px) {
  .uni-xiaoguo25{
    margin-top:10px;
    margin-bottom:10px;

  }

  .uni-xiaoguo25 .title-row{
    transform: inherit;
  }

  .uni-xiaoguo25 .title h4{
    font-size: 22px;
  }
  .uni-xiaoguo25 .title p {
    font-size: 14px;

  }
  .uni-xiaoguo25 .row>* {
    padding: 0 0 0 0.5rem;

  }
  .uni-xiaoguo25 .detail-row{
    padding: 0 10px;
    transform: inherit;
  }
  .uni-xiaoguo25 .row .arrow {
    font-size: 30px;
    text-align: center;
    color: rgb(170, 170, 170);
    display: flex;
    align-items: center;
    margin: 0 -10px 0 26px;
    z-index: 0;
    overflow: hidden;
  }

  .uni-xiaoguo25 .all-process .img {
    width: 90px;
    height: 90px;
    border-radius: 20%;
    box-shadow: 0 0 5px 5px rgba(170, 170, 170, 0.429);
    transition: 0.5s;
    display: flex;
    align-items: center;
    justify-content: center;
    /* overflow: hidden; */
    margin-right: 15px;
    /* z-index: 1; */
  }
}
/* @media (max-width: 650px) {
  .uni-xiaoguo25 .row .arrow {
    font-size: 30px;
    text-align: center;
    color: rgb(170, 170, 170);
    display: flex;
    align-items: center;
    margin: 0 -10px 0 15%;
    z-index: 0;
    overflow: hidden;
  } */

@media (min-width: 655px) and (max-width: 800px) {
  .uni-xiaoguo25 .row .arrow {
    font-size: 30px;
    text-align: center;
    color: rgb(170, 170, 170);
    display: flex;
    align-items: center;
    margin: 0 -10px 0 15px;
    z-index: 0;
    overflow: hidden;
  }
  .uni-xiaoguo25 .row>* {
    padding: 0 0 0 3rem;

  }
  .uni-xiaoguo25 .detail-row{
    padding: 0 10px;
    transform: inherit;
  }
  .uni-xiaoguo25 .title-row{
    transform: inherit;
  }
}


@media (min-width:801px) and (max-width:985px){
  .uni-xiaoguo25 .arrow {
    margin: 0 -10px 0 25px;
  }

  .uni-xiaoguo25 .row>* {
    padding: 0 0 0 3rem;

  }
  .uni-xiaoguo25 .detail-row{
    padding: 0 10px;
    transform: inherit;
  }
  .uni-xiaoguo25 .title-row{
    transform: inherit;
  }
}



/* uni-效果25---END*/

/*首页产品效果2 -start*/
.product-swiper .slick-slide .img {
  overflow: hidden;
  display: flex;
  /* border-left: 1px solid var(--color-black); */
  /* border-right: 1px solid var(--color-black); */
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}

.product-swiper .slick-slide .img:hover img {
  transform: scale(1.1);
  transition: transform 1s ease;
}

.product-swiper .txt {
  text-align: center;
  border-top: 1px solid #ebebeb;
}

.product-swiper .txt .uni-btn {
  position: relative;
  z-index: 1;
  /* overflow: hidden; */
  display: inline-block;
  width: 100%;
  height: 3rem;
  line-height: 3rem;
  font-size: .875rem;
  color: #525252;
  margin: 0 auto;
  /* margin-top: 2.3rem; */
  padding-bottom: 2px;
  transition: .5s;
  border-top: 1px solid #ebebeb;
  text-decoration: none;
  transition: #0d6efd 0.2s;
  /* text-decoration: underline; */
}

.product-swiper .uni-btn::after {
  content: "";
  position: absolute;
  bottom: 10px;
  left: 40%;
  width: 20%;
  height: 1px;
  background-color: var(--color-black);
}

.product-swiper .uni-btn:hover::after {
  background-color: var(--sys-color);
}


.product-swiper .uni-btn span {
  padding-bottom: 2px;
}

.product-swiper .uni-btn span:hover {
  color: var(--sys-color);
}

.product-swiper .txt .title {
  padding: 15px 20px;
}

.product-swiper .txt .title h5 {
  font-size: 1.125rem;
  color: #212121;
  font-weight: bold;
  margin-bottom: 1.25rem;
}

.product-swiper ul li {
  padding: 15px 10px;
}

.product-swiper .txt .title p {
  font-size: .875rem;
  color: #747272;
  /* text-overflow: ellipsis; */
  /* overflow: hidden; */
  white-space: pre-wrap;
  min-height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0px;
  text-align: initial;
}

.product-swiper .box {
  display: block;
  background: #fff;
  border: 1px solid #ebebeb;
  /* border-left: 1px solid var(--color-black); */
}

.product-swiper .box:hover {
  box-shadow: 0 0 15px rgba(26, 26, 26, 0.5);
}

/* 轮播效果 */
/* .product-swiper {
    width: 100%;
    overflow: hidden;
} */

.product-swiper ul {
  display: flex;
  transition: transform 0.5s ease-in-out;
}


.product-swiper .slick-arrow,
.product-swiper2 .slick-arrow{
  z-index: 99;
  position: absolute;
  transform: translate(0, 0);
  top: 50%;
  margin-top: -2rem;
  background-size: 1rem !important;
  display: block;
  border-radius: 50%;
  border: 2px solid #fff;
  border: 2px solid rgba(255, 255, 255, .35);
  width: 4rem;
  height: 4rem;
}

.product-swiper .slick-prev,
.product-swiper2 .slick-prev {
  left: 3rem;
  /*background: url(/assets/images/clj/left_white-198f8fe12da21df204791d3ea840d235.svg) rgba(0, 0, 0, .2) center no-repeat;*/
  background-color: rgba(0,0,0,.2);
  transition: 300ms;
  -webkit-transition: 300ms;
}

.product-swiper .slick-next,
.product-swiper2 .slick-next {
  right: 3rem;
  /*background: url(/assets/images/clj/right_white-dd436daaf52f0f014c261155ff70ff7d.svg) rgba(0, 0, 0, .2) center no-repeat;*/
  background-color: rgba(0,0,0,.2);

  transition: 300ms;
  -webkit-transition: 300ms;
}

/*首页产品效果2 end*/

/*产品中心效果2 start*/
#uni-product {
  /*background: #f7f7f7;*/
  width: 100%;
  overflow: hidden;
}
.uni-product-item{
  border: 1px solid #ebebeb;
}

#uni-product ul {
  margin: 0 -8px;
}

#uni-product ul li {
  padding: 10px 10px;
}

#uni-product ul li .box {
  display: block;
  background: #fff;
  /*border: 1px solid var(--color-black);*/
  border-top: 1px solid #ebebeb;
}

#uni-product ul li .img {
  /*padding: 15px;*/
}

#uni-product ul li .img img {
  transition: 1s;
}

#uni-product ul li:hover .img img {
  transform: scale(1.1);
}

#uni-product ul li .txt {
  /*border: 1px solid #e8e9eb;*/
  /*padding: 2rem 2rem 3.375rem;*/
  text-align: center;
  /* border-top: 1px solid black; */
}

#uni-product ul li .txt .title h5 {
  font-size: 1.125rem;
  color: #212121;
  font-weight: bold;
  margin-bottom: 1.25rem;
}
#uni-product ul li .txt .title  {
  padding: 15px 10px;
}
#uni-product ul li .txt .title p {
  font-size: .875rem;
  color: #747272;
  /*text-overflow: ellipsis;*/
  /*overflow: hidden;*/
  white-space: pre-wrap;
  min-height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0px;
  text-align: initial;
}

#uni-product ul li .txt .uni-btn {
  position: relative;
  z-index: 1;
  /*overflow: hidden;*/
  display: inline-block;
  width: 100%;
  height: 3rem;
  line-height: 3rem;
  font-size: .875rem;
  color: #525252;
  margin: 0 auto;
  /*    border: 1px solid #c5c5c7;
      border-radius: 1.5rem;*/
  /*margin-top: 2.3rem;*/
  padding-bottom: 2px;
  transition: .5s;
  border-top: 1px solid #ebebeb;
  text-decoration: none;
  transition: color 0.2s;
  /*text-decoration: underline;*/
}

#uni-product .slick-dots li button::before {
  font-size: 40px;
  top: -20px;
}
/*.uni-btn::after {*/
/*    content: "";*/
/*    position: absolute;*/
/*    bottom: 10px;*/
/*    left: 124px;*/
/*    width: 20%;*/
/*    height: 1px;*/
/*    background-color: black;*/
/*    transition: background-color 0.2s;*/
/*}*/

.uni-btn span {
  padding-bottom: 2px;
}
#uni-product ul li .txt .uni-btn:hover {
  color: var(--sys-color);
  text-decoration: underline;
}
.uni-btn:hover::after {
  background-color: var(--sys-color);

}
#uni-product .slick-dots li.slick-active button:before{
  color: var(--sys-color);
}

@media (max-width: 767px)  {
  .product-swiper .txt .title p{
    margin: 0;
    min-height: 170px;
  }
  .product-swiper .txt .title{
    padding: 5px 8px
  }

  .product-swiper .txt .title h5 {
    font-size: 16px;
    color: #212121;
    font-weight: bold;
    margin: 0 10px;
    margin-bottom: 1.25rem;
  }
  #uni-product ul li .txt .title{
    padding: 5px 8px
  }
  #uni-product ul li .txt .title p{
    margin: 0;
    min-height: 170px;
  }
  #uni-product ul li .txt .title h5 {
    font-size: 16px;
    color: #212121;
    font-weight: bold;
    margin: 0 10px;
    margin-bottom: 1.25rem;
  }
}

/*产品中心效果2 end*/

/*下载中心效果2 start*/
.uni-catalogue-div{
  border-radius: 5px;
}
.uni-shadow{
  box-shadow: 0 0 15px rgb(188 188 188 / 50%);
}
.uni-catalogue-img{
  padding:30px
}
.uni-catalogue-title h5{
  text-align: center;
  font-weight: bold;
  color:var(--color-black);
}
.uni-catalogue-btnDiv{
  display: flex;
  justify-content: center;
  margin: 20px;
}
.uni-catalogue-btn{
  border: 1px solid #c5c5c5;
  border-radius: 20px;
}
.uni-catalogue-btn span{
  padding-bottom: 2px;
  margin: 5px 20px;
  color: #545454;;
}
.uni-catalogue-btn {
  /* 初始状态 */
  background-color: transparent;
  transition: background-color 0.5s;
}

.uni-catalogue-btn span {
  /* 初始状态 */
  color: initial;
  transition: color 0.5s;
}

.uni-catalogue-btn:hover {
  /* 鼠标悬停时的状态 */
  background-color: var(--sys-color);
}

.uni-catalogue-btn:hover span {
  /* 鼠标悬停时的状态 */
  color: white;
}
/*下载中心效果2 end*/
.uni-docTip{
  font-weight: bold;
  color: #828282;
}
/*底部效果样式三 start*/
.uni-foot-style3-nav{
  display: unset;
}
.uni-foot-style3-div{
  display: flex;
}
.uni-foot-style3-div dl{
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: flex-start;
}
.uni-style2-copyright {
  /*text-align: center;*/
  font-size: .9375rem;
  color: #ffffff;
  border-top: 1px solid #ffffff;
  line-height: 1.5;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.uni-style2-copyright a {
  color: #cdcdcd;
}
.uni-style2-copyright a:hover{
  color: white;
}
.uni-social-title{
  font-size: 1.25rem;
  /*color: #fff;*/
  margin: 15px 0;
}
.uni-foot-style3-div dl dt {
  font-size: 1.25rem;
}
.uni-foot-style3-div dl dt a{
  font-size: 1.25rem;
}
.uni-foot-style3-div dl dd {
  font-size: 1rem;
  color: #f7f7f8;
  transition: .3s;
  max-width: 150px;
  text-align: start;
}
.uni-social ul li{
  width: 40px;
}
@media (max-width: 995px){
  .uni-foot-style3-nav {
    display: none;
  }
}
.uni-foot-connect-style{
  /*height: 60px;*/
  /*border: 1px solid #ffffff;*/
  margin: 10px 10px;
  display: flex;
  align-items: center;
  /*padding: 15px;*/
  background-color: rgba(0, 0, 0, 0.1);
}
.uni-foot-connect-a{
  display: flex;
  align-items: center;
  color: #FFFFFF;
}
.uni-foot-connect-a .icon {
  width: 50px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
}

.uni-foot-connect-a .text {
  padding: 10px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.uni-foot-connect-a .text a{
  color: #FFFFFF;

}
/*底部效果样式三 end*/

/*效果27 start*/
.uni-xiaoguo27-block-container {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  margin: 20px 0 10px 0;
}
.uni-xiaoguo27{
  color: var(--color-black);

}
.uni-xiaoguo27-detail {
  width: 100px; /* 调整此处的宽度和高度以适应你的需求 */
  /*height: 90px;*/
  border: 1px dotted #d9d9d9;
  border-radius: 2px;
  text-align: center;
  transition: background-color 0.3s;
}
.uni-xiaoguo27-title{
  color:var(--color-black);
  font-weight: bold;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
}
.uni-xiaoguo27-content{
  padding: 15px 15px;
}
.uni-xiaoguo27-text{
  text-align: right;
  margin: 20px 30px 10px 0;
}
.uni-xiaoguo27-block{
  border: 1px solid #e5e5e5;
  box-shadow: 0 0 10px rgb(175 175 175 / 30%);
  border-radius: 2px;
  background: #FFFFFF;
}
.uni-xiaoguo27-liTitle{
  margin: 30px;
  font-weight: bold;
}
.uni-xiaoguo27-more a{
  /*color: var(--sys-color);*/
  color:#c82121;
}
.uni-xiaoguo27-more a:hover{
  color: var(--sys-color);
  /*color:red;*/
}
.uni-xiaoguo27-subTitle{
  color: #808080;
  margin-right: 10px;
}
.uni-xiaoguo27-detail:hover {
  /*background-color: var(--sys-color);*/
  background: rgba(var(--sys-color-rgb), .2);
}

/*效果27 end*/


/*效果28 start*/
.uni-xiaoguo28{
  color: var(--color-black);
}
.uni-xiaoguo28-title{
  color:var(--color-black);
  font-weight: bold;
  text-align: center;
}
.uni-xiaoguo28-content{
  padding: 15px 0px 40px 0px;
}
.uni-xiaoguo28-text{
  text-align: right;
  margin: 20px 30px 10px 0;
}
.uni-xiaoguo28-block-container {
  margin: 20px 0 10px 0;
}
.uni-xiaoguo28-block{
  border: 1px solid #e5e5e5;
  box-shadow: 0 0 10px rgb(175 175 175 / 30%);
  border-radius: 2px;
  background: #FFFFFF;
}
.uni-xiaoguo28-liTitle{
  margin: 30px;
  font-weight: bold;
}
.uni-xiaoguo28-more a{
  color: #c82121;
}
.uni-xiaoguo28-more a:hover{
  color: var(--sys-color);
}
.uni-xiaoguo28-subTitle{
  color: #808080;
  margin-right: 10px;
}
.uni-xiaoguo28 ul {
  display: flex;
  /*justify-content: space-around;*/
  justify-content: center;
  /*gap:20px;*/
  margin: 0;
}

.uni-xiaoguo28 li {
  float: left;
  background: #FFFFFF;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  top: 0;
  transition: all 0.3s;
  -ms-transition: all 0.3s;

  /* IE 9 */
  -moz-transition: all 0.3s;
  /* Firefox */
  -webkit-transition: all 0.3s;
  /* Safari 鍜� Chrome */
  -o-transition: all 0.3s;
  text-align: center;
  margin-right: 10px;
}


.uni-xiaoguo28 li:hover {
  box-shadow: 0 0 10px 5px #f3f3f3;
  top: -10px;
}

.uni-xiaoguo28 li .ico {
  /* width: 104px; */
  /* height: 104px; */
  overflow: hidden;
  /* border-radius: 50%; */
  margin: 0 auto;
  padding: 15px;
}

.uni-xiaoguo28 li .ico img {
  width: 100%;
  height: 100%;
  display: block;
}

.uni-xiaoguo28 li h3 {
  font-weight: bold;
  margin: 20px 0;
  font-size: 20px;
  line-height: 30px;
  color: #333333;
  text-align: center;
}

.uni-xiaoguo28 li p {
  font-size: 16px;
  line-height: 30px;
  color: #666666;
  height: 120px;
  overflow: hidden;
}
/*效果28 end*/

/*首页一行一行新闻效果*/
.uni-news-index-style1 {
  padding: 0px 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}

.uni-index-news-date {
  padding: 8px 0 0;
  max-width: 60px;
  width: 100%;
  text-align: center;
  /*color.uni-xiaoguo34
  color: #b9b9b9;
  /* border-top: 2px solid #b9b9b9;*/
  float: right;
  margin: 5px 0 0
}

.uni-index-news-date .day {
  /* line-height: 30px; */
  font-size: 26px;
  border-top: 2px solid #b9b9b9;
}

.uni-index-news-date .year {
  /*line-height: 31px*/
}

.uni-index-news-four-style {
  border-bottom: 1px solid #eee;
}

.uni-index-news-four-style-title {
  color: var(--color-black);
  font-weight: bold;
}
.uni-line-img{
  width: 100%;
  height: 100%;
}
@media (max-width: 768px) {
  .uni-index-news-date {
    display: none;
  }
}
/**/
/*效果29 start*/
.uni-xiaoguo29 {
  overflow: hidden;
  padding: 60px 0 90px;
}
.uni-xiaoguo29 .title h2 {
  color: #fff;
  text-align: center;
  margin-bottom: 60px;
  font-weight: bold;
}
.uni-xiaoguo29-block{

  padding: 0 30px;
}
.uni-xiaoguo29-block-one{
  /*border: 1px solid #eee;*/
  margin: 10px;
}
.uni-xiaoguo29-block-title{
  /*border-bottom: 1px solid #eee;*/
  padding: 20px;
  color: #FFFFFF;
  background: rgba(var(--sys-color-rgb), .7);
}
.uni-xiaoguo29-block-title h5{
  margin-bottom: 0;
}
.uni-xiaoguo29-block ul {
  list-style: none;
  /*padding: 0;*/
  padding: 20px 40px;
  background: rgba(var(--sys-color-rgb), .2);
}

.uni-xiaoguo29-block li {
  color: white;
  list-style-type: disc; /* 使用点号作为列表项前缀 */
  margin: 5px 0;
}
.uni-xiaoguo29-text {
  text-align: right;
  padding: 10px;
  background: rgba(var(--sys-color-rgb), .2);
}

.uni-xiaoguo29-more a{
  color:#c82121;
}

.uni-xiaoguo29-more a:hover{
  color:white;
}
.uni-xiaoguo29-block-ul li:hover{
  color: #c0c0c0;
  cursor: pointer
}

/*效果29 end*/

/*效果三十 start*/
.uni-xiaoguo30-p{
  color:var(--color-black);
  font-size: 16px;
  text-indent:1rem !important;
}
/*.uni-xiaoguo30-p::before {*/
/*  content: "•";*/
/*  color:var(--sys-color);*/
/*  !*position: absolute;*!*/
/*  !*left: -10px;*!*/
/*  !*display: inline-block;*!*/
/*  !*width: 10px;*!*/
/*  !*text-align: center;*!*/
/*  margin-right: 15px;*/
/*}*/
.uni-xiaoguo30-p:hover{
  /*text-decoration: underline;*/
  /*cursor: pointer;*/
}
.uni-xiaoguo30-h4{
  margin:30px 0;
  color:var(--color-black);
  font-size: 2rem;
  font-weight: bold;
}
.uni-xiaoguo30-img-content {
  display: flex;
  /*justify-content: center;*/
  align-items: center;

}
.uni-xiaoguo30-img-right{
  justify-content: flex-end;
}
.uni-xiaoguo30-img-left{
  justify-content: flex-start;
}
.uni-xiaoguo30-imgDIv{
  /*max-width: 500px;*/
  /*padding:30px;*/
  margin: 30px;
}
.uni-xiaoguo30-img-content{
  display: flex;
  justify-content: center;
  align-items: center;
}
.uni-xiaoguo30-text{
  display: flex;
  justify-content: center;
  align-items: center;
}
/*.uni-xiaoguo30-img {*/
/*    border: 2px solid var(--color-black);*/
/*    border-radius: 5px;*/
/*    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);*/
/*}*/
.uni-xiaoguo30-imgDIv {

}

.uni-xiaoguo30-img {
  display: block;
  width: 100%;
  height: auto;
  transition: transform 0.3s ease-in-out;
  /*display: inline-block;*/
  overflow: hidden;
  border-radius: 5px;
  /*border: 2px solid var(--color-black);*/
  /*box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);*/
}

.uni-xiaoguo30-img:hover {
  transform: scale(1.05);
}
.uni-xiaoguo30-title {
  color: var(--color-black);
  font-weight: bold;
  text-align: center;
  padding-top: 30px;
}
/*效果三十 end*/
/*效果三十一 start*/
.uni-xiaoguo31-p{
  color:var(--color-black);
  font-size: 16px;
  text-indent: -15px; /* 负数值，用于向左缩进第一行文字 */
  padding-left: 15px; /* 与text-indent的值相同，但为正数，用于偏移整段文本 */
}
.uni-xiaoguo31-p::before {
  content: "•";
  color:var(--sys-color);
  /*position: absolute;*/
  /*left: -10px;*/
  /*display: inline-block;*/
  /*width: 10px;*/
  /*text-align: center;*/
  margin-right: 10px;
}
.uni-xiaoguo31-h4{
  margin:30px 0;
  color:var(--color-black);
}
.uni-xiaoguo31-img-content {
  display: flex;
  justify-content: center;
  align-items: center;
}
.uni-xiaoguo31-imgDIv{
  /*max-width: 500px;*/
  margin: 30px;
}
.uni-xiaoguo31-img-content{
  display: flex;
  justify-content: center;
  align-items: center;
}
.uni-xiaoguo31-text{
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 50px;
}
/*.uni-xiaoguo31-img {*/
/*    border: 2px solid var(--color-black);*/
/*    border-radius: 5px;*/
/*    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);*/
/*}*/
.uni-xiaoguo31-imgDIv {
  display: inline-block;
  overflow: hidden;
  border-radius: 5px;
  /*border: 2px solid var(--color-black);*/
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}

.uni-xiaoguo31-img {
  display: block;
  width: 100%;
  height: auto;
  transition: transform 0.3s ease-in-out;
}

.uni-xiaoguo31-img:hover {
  transform: scale(1.05);
}
.uni-xiaoguo31-title {
  color: var(--color-black);
  font-weight: bold;
  text-align: center;
  margin: 30px 0;
}
@media (max-width: 993px) {
  .uni-xiaoguo31-text{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 20px;
  }
  .uni-xiaoguo31-imgDIv{
    /*max-width: 500px;*/
    margin: 10px;
  }
}
/*效果三十一 end*/

/*效果三十二 start*/
.uni-xiaoguo32-p{
  font-size: 16px;
  color:var(--color-black);
}
.uni-xiaoguo32-p {
  position: relative;
  padding-left: 20px; /* 调整左侧内边距来容纳小点 */
}

/*.uni-xiaoguo32-p::before {*/
/*  content: "•";*/
/*  position: absolute;*/
/*  left: 0;*/
/*  !*top: 50%; !* 垂直居中小点 *!*!*/
/*  !*transform: translateY(-50%);*!*/
/*  color: var(--sys-color); !* 指定小点颜色 *!*/
/*  margin-right: 8px;*/
/*  text-align: center;*/
/*  display: inline-block;*/
/*}*/

.uni-xiaoguo32-p:hover {
  text-decoration: underline;
  cursor: pointer;
}
.uni-xiaoguo32-h4{
  margin:25px 0;
  color:var(--color-black);
  font-weight: bold;
}
.uni-xiaoguo32-img-content {
  display: flex;
  justify-content: center;
  align-items: center;
}
.uni-xiaoguo32-imgDIv{
  /*max-width: 500px;*/
  padding:30px 0;
}
.uni-xiaoguo32-img-content{
  display: flex;
  justify-content: center;
  align-items: center;
}
.uni-xiaoguo32-text{
  display: flex;
  justify-content: center;
  align-items: center;
}
.uni-xiaoguo32-imgDIv {

}

.uni-xiaoguo32-img {
  display: block;
  width: 100%;
  height: auto;
  /*transition: transform 0.3s ease-in-out;*/
  /*display: inline-block;*/
  overflow: hidden;
  border-radius: 5px;
  /*border: 2px solid var(--color-black);*/
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}

/*.uni-xiaoguo32-imgDIv img:hover {*/
/*  transform: scale(1.1);*/
/*}*/
.uni-xiaoguo32-title {
  color: var(--color-black);
  font-weight: bold;
  text-align: center;
  padding: 15px 0;
}
.uni-xiaoguo32-left {
  position: relative; /* 设置相对定位，以便容纳伪元素 */
  width: 100%; /* 设置宽度为父元素的 100% */
}

.uni-xiaoguo32-left::before {
  content: "";
  position: absolute; /* 设置绝对定位，使其不影响原有内容布局 */
  top: 0;
  left: 0;
  width: 70%; /* 设置伪元素的宽度为父元素宽度的 70% */
  height: 100%; /* 设置伪元素的高度为父元素的高度 */
  background-color: #fff; /* 为伪元素设置背景颜色 */
  border-radius: 2px;
}
.uni-xiaoguo32-div{
  position: relative;
  margin-top: 2rem;
}
.uni-xiaoguo32-right{
  position: relative; /* 设置相对定位，以便容纳伪元素 */
  width: 100%; /* 设置宽度为父元素的 100% */
}
.uni-xiaoguo32-right::before {
  content: "";
  position: absolute; /* 设置绝对定位，使其不影响原有内容布局 */
  top: 0;
  right: 0;
  width: 70%; /* 设置伪元素的宽度为父元素宽度的 70% */
  height: 100%; /* 设置伪元素的高度为父元素的高度 */
  background-color: #fff; /* 为伪元素设置背景颜色 */
}
@media (max-width: 993px){
  .uni-xiaoguo32-left::before{
    width: 100%; /* 设置伪元素的宽度为父元素宽度的 70% */
  }
  .uni-xiaoguo32-right::before{
    width: 100%; /* 设置伪元素的宽度为父元素宽度的 70% */
  }
  .uni-xiaoguo32-imgDIv{
    padding: 10px 0;
  }
  .uni-xiaoguo32-h4{
    padding: 0;
  }
  .uni-xiaoguo32-p{
    font-size:14px
  }
  .uni-xiaoguo30-h4{
    padding: 0;
    font-size: 1.5rem;
  }
  .uni-xiaoguo30-p{
    font-size:14px
  }
  .uni-xiaoguo30-imgDIv{
    max-width: 100vw;
  }
  .uni-xiaoguo31-h4{
    margin: 10px 0;
  }
  .uni-xiaoguo31-p {
    font-size: 14px
  }
  .uni-xiaoguo27-title{
    padding-top:20px
  }
}
/*效果三十二 end*/
/*效果三十三  效果start*/
.uni-xiaoguo33{
  padding: 50px 0;
}
.uni-xiaoguo33-ico{
  width: 50px;
  height: 50px;
  overflow: hidden;
  margin: 0 auto;
}
.uni-xiaoguo33-h5{
  text-align: center;
  color: var(--color-black);
  margin-top: 10px;
}
.uni-xiaoguo33-li{
  border: 1px solid #f1f1f1;
  padding: 40px;
  border-radius: 2px;
  background-color: #FFFFFF;
}
.uni-xiaoguo34{
  padding: 30px 0;
}
.uni-xiaoguo34-block {
  border: 1px solid #eee;
  background-color: #fff;
  text-align: center;
  position: relative;
  top: 0;
  box-shadow: 0 0 10px 5px #f3f3f3;
  padding: 30px;
  height: 100%;
}
.uni-xiaoguo34-block:hover {
  top: -10px;
  z-index: 1;
}
.uni-xiaoguo34-block img {
  width: 104px;
  height: 104px;
  object-fit: cover;
  margin-bottom: 10px;
}
.uni-xiaoguo34-content{
  padding: 0;
  margin: 0;
  padding-right: 25px;
  margin-bottom: 20px;
}
.uni-xiaoguo34-block h5{
  color: var(--color-black);
  font-weight: bold;
}
.uni-xiaoguo34-block p{
  color: #929292;
}
.uni-xiaoguo34-title {
  color: var(--color-black);
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
}
@media (max-width: 993px) {
  .uni-xiaoguo34-content{
    padding: 0 5px;
  }
  .uni-xiaoguo33-ul{
    margin: 0;
  }
  .uni-xiaoguo33-li{
    padding: 10px;
  }
  .uni-xiaoguo33-h5{
    font-size: 14px;
  }
}
/*效果三十三 end*/
/*效果三十五 start*/
.uni-xiaoguo35{
  /*margin: 10px 0;*/
}
.uni-xiaoguo35-block {
  border: 1px solid #eee;
  background-color: #fff;
  text-align: center;
  position: relative;
  top: 0;
  /*box-shadow: 0 0 10px 5px #f3f3f3;*/
  /*padding: 30px;*/
  height: 100%;
}
.uni-xiaoguo35-block:hover {
  top: -10px;
  z-index: 1;

}
.uni-xiaoguo35-back{
  background-color: var(--sys-color);
}
.uni-xiaoguo35-back img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  /*margin-bottom: 10px;*/
  margin: 25px;
}
.uni-xiaoguo35-content{
  padding: 0;
  margin: 0;
  padding-right: 25px;
  margin-bottom: 20px;
}
.uni-xiaoguo35-block h5{
  color: var(--color-black);
  font-weight: bold;
  margin: 20px;
}
.uni-xiaoguo35-block p{
  color: #929292;
  padding: 10px;
}
@media (max-width: 993px) {
  .uni-xiaoguo35-content{
    padding: 0 5px;
  }
  .uni-xiaoguo33-ul{
    margin: 0;
  }
  .uni-xiaoguo33-li{
    padding: 20px;
  }
  .uni-xiaoguo35-block h5{
    margin: 10px;
  }
}
.uni-xiaoguo35-title {
  color: var(--color-black);
  font-weight: bold;
  text-align: center;
  padding: 30px 0;
}

/*效果三十五 end*/


/*效果三十六 效果三十七 start*/
.uni-xiaoguo36-block-container {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  padding: 15px;
}

.uni-xiaoguo36 {
  color: var(--color-black);
  padding: 50px 0;
}

.uni-xiaoguo36-detail {
  /*text-align: center;*/
}

.uni-xiaoguo36-title {
  color: white;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
}

.uni-xiaoguo36-content {
  padding: 15px 30px;
}

.uni-xiaoguo36-block {
  /*border: 1px solid #e5e5e5;*/
  /*box-shadow: 0 0 10px rgb(175 175 175 / 30%);*/
  /*border-radius: 2px;*/
  background-color: rgba(255, 255, 255, 0.9);
  padding: 10px 0px 10px 10px;
}

.uni-xiaoguo36-liTitle {
  font-weight: bold;
  margin-bottom: 20px;
}

.uni-xiaoguo29-more {
  color: var(--sys-color);
}

.uni-xiaoguo36-text {
  display: flex;
  justify-content: flex-end;
  margin: 30px 0;
  padding: 0;
  max-height: 140px;
  min-height: 140px;
}

.uni-xiaoguo36-heng {
  margin-top: 10px;
  height: 30px;
  width: 30px;
  border: 5px solid var(--sys-color);
  border-right: none;
  border-bottom: none;
}

@media (max-width: 993px) {
  .uni-xiaoguo36-text {
    max-height: unset;
  }
}

/*.container {*/
/*    display: flex;*/
/*    align-items: center;*/
/*}*/
.uni-xiaoguo37{
  margin: 30px 0;
}
.uni-xiaoguo37-left-blocks,
.uni-xiaoguo37-right-blocks {
  display: flex;
  flex-direction: column;
}

.uni-xiaoguo37-middle-uni-xiaoguo37-block {
  display: flex;
  align-items: center;
  justify-content: center;
}

.uni-xiaoguo37-title {
  display: flex;
  flex-direction: column;
  /*height: 100%;*/
  justify-content: center;
  align-items: center;
  writing-mode: vertical-lr;
}

.uni-xiaoguo37-brace-middle {
  color: var(--color-black);
  font-weight: bold;
  /* text-align: justify;*/
  /*text-justify: inherit;*/
}
.uni-xiaoguo37-brace-middle  {
  letter-spacing: 0.5em; /* 调整这个值来改变字间距 */
}

.uni-xiaoguo37-block-inner{
  flex: 1;
  margin:10px 40px;
  border: 2px dashed var(--sys-color);
  /*padding: 0px 20px 20px 0px;*/
  border-radius: 20px;
  display: flex;
  flex-direction: row;
  /* align-items: stretch; */
  flex-wrap: wrap;

}
.uni-xiaoguo37-block-inner-head{
  /*background-color: blue;*/
  /*border: 1px solid blue;*/
  border-radius: 5px;
  color: #FFFFFF;
}
.uni-xiaoguo37-block-inner-head{
  position: relative;
  width: 100%;
  top: -2px;
  left: -2px;
}
.uni-xiaoguo37-block-inner-head h5{
  /*position: relative;*/
  padding: 7px;
  text-align: center;
  color: white;
  width: 35%;
  background-color: var(--sys-color);
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.uni-xiaoguo37-block-inner-p{
  padding:20px 50px;
  color: #a9a9a9;
}
.uni-xiaoguo37-small{
  display: none;
}
.uni-xiaoguo37-lg{
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 993px) {
  .uni-xiaoguo37-block-inner-head h5{
    padding: 5px;
    width: 50%;
  }
  .uni-xiaoguo37-block-inner-p{
    padding: 10px 20px;
  }
  .uni-xiaoguo37-block-inner{
    margin: 10px;
  }
  .uni-xiaoguo37-middle-block{
    padding: 0;
    margin: 10px 0;
  }
  .uni-xiaoguo37-title{
    writing-mode:unset;
  }
  .uni-xiaoguo37-brace-middle{
    letter-spacing: 0.1em; /* 调整这个值来改变字间距 */
  }
  .uni-xiaoguo37-lg{
    display: none;
  }
  .uni-xiaoguo37-small{
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.uni-xiaoguo37-block{
  flex: 1;
  display: flex;
}


.uni-xiaoguo37-arrow-left,
.uni-xiaoguo37-arrow-right {
  position: relative;
  width: 40px;
  height: 40px;
  margin: 0 10px;

}

.uni-xiaoguo37-arrow-left::before,
.uni-xiaoguo37-arrow-right::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
}

.uni-xiaoguo37-arrow-right::before {
  border-width: 40px 0 40px 40px; /* 上边框、右边框、下边框、左边框 */
  border-left-color: rgba(var(--sys-color-rgb),0.7);
  left: 15px;
  /*transform: rotate(45deg);*/
  background: linear-gradient(45deg, #666, #fff);
}

.uni-xiaoguo37-arrow-left::before{
  border-width: 40px 40px 40px 0; /* 上边框、右边框、下边框、左边框 */
  border-right-color: rgba(var(--sys-color-rgb),0.7);
  right: 15px;
  /*transform: rotate(-45deg);*/
  background: linear-gradient(45deg, #666, #fff);
}
/*效果三十六 效果三十七 end*/
/*客户案例三 效果三十八 start*/
uni-tablist .item-text {
  /*height: 400px;*/
  /*  min-width: 28%;
    max-width: 28%;*/
  /*width: 24%;*/
  /*margin: 0px 0.5%;*/
  /*margin: 0 2.5%;*/
  overflow: hidden;
  background: #fff;
  /*margin-bottom: 20px;*/
  cursor: pointer;
  padding: 0;
}


.uni-tablist .item-text img {
  width: 100%;
}

.uni-tablist .item-text .uni-tabsInfo {
  padding: 5px;
  position: relative;
}

.uni-tablist .item-text .uni-title {
  font-size: 14px;
  border-radius: 5px;
  border: 1px solid #cfcfcf;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.uni-tablist .item-text .uni-title:hover {
  box-shadow: rgba(0, 0, 0, 0.09) 0px 2px 2px;
  transform: translateY(-5px);
  transition-duration: 0.3s;
}

.uni-tablist .item-text .uni-tabsInfo span {
  color: var(--sys-color);
  border: 1px solid var(--sys-color);
  position: absolute;
  right: 10px;
  top: 14px;
  padding: 0px 8px;
  border-radius: 4px;
}

.uni-xiaoguo38-title {
  color: var(--color-black);
  font-weight: bold;
  text-align: center;
  padding: 30px 0;
}
.uni-xiaoguo38{
  padding-bottom: 40px;
}

@media (max-width: 993px) {

  .uni-xiaoguo38-title {
    padding-top: 20px
  }
}

.uni-xiaoguo38-block {
  display: flex;
  flex-direction: column;
  padding: 20px 30px;
}

.uni-xiaoguo38-block-one {
  /*border: 1px solid #eee;*/
  margin: 10px;
}

.uni-xiaoguo38-block-title {
}

.uni-xiaoguo38-block-title h5 {
  margin-bottom: 0;
}

.uni-xiaoguo38-block ul {
  list-style: none;
  /*padding: 0;*/
  padding: 30px 40px;
  background: white;
  flex:1;
}

.uni-xiaoguo38-block li {
  color: #7e7e7e;
  list-style-type: disc; /* 使用点号作为列表项前缀 */
  margin: 5px 0;
}

.uni-xiaoguo38-block-ul li:hover {
  color: var(--color-black);
  cursor: pointer
}

.uni-xiaoguo38-block-title {
  position: relative;
}

.uni-xiaoguo38-dataImage {
  position: relative;
  z-index: 1;
  max-height: 140px;
  width: 100%;
  min-height: 140px;
}

.uni-xiaoguo38-h5 {
  position: absolute;
  /* top: -10px; */
  /* left: -10px; */
  z-index: 2;
  width: 100%;
  height: 100%;
  background-color: rgba(var(--sys-color-rgb), 0.4);
  color: white;
  /* margin: -10px 0 0 -10px; */
  display: flex;
  align-items: center;
  justify-content: center;
}
/*客户案例三 效果三十八 end*/

/*导航顶部图片 start*/

.uni-page-head {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  /*margin-top: 3.5rem;*/
  width: 100%;
}

.uni-page-div {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  z-index: 9;
  color: #FFFFFF;
}
.uni-page-head-img{
  width: 100%;
  position: relative;
  z-index: 1;
}
/*导航顶部图片 end*/
.uni-newsList4{
  margin-bottom: 20px;
}
/*底部效果四 start*/
.footer-style2-qrdiv{
  display: flex;
  justify-content: space-evenly;
}
.footer-style2-qrcode{
  padding: 20px;
  text-align: center;
}
.footer-style2-li{
  display: flex;
  justify-content: center;
  border-left: 1px solid #bdbdbd;
  border-right: 1px solid #bdbdbd;
}
.footer-style2-dl{
  /*flex: 1;*/
  /*display: flex;*/
  margin: 0 10px
;
}
.footer-style2-dl dt{
  margin-bottom: 10px;
}
.footer-style2-dl dd{
  /*max-width: 150px;*/
}
.footer-style2-dl dd a{
  /*color: #d8d8d8 !important;*/
}
.footer-style2-dl dd a:hover{
  color: #FFFFFF !important;
  text-decoration: underline;
}
.footer-style2-last{
  display: flex;
  flex-direction: column;
  /*justify-content: space-between;*/
}
.footer-style2-div{
  padding: 30px 0;
}
.footer-style2-contact{
  display: flex;
  justify-content: center;
}
.footer-style2-contact-ul li{
  margin-bottom: 5px;
}
.footer-style2-h4{
  margin: 5px 0 15px 0;
  font-weight: bold;
}
@media (max-width: 993px) {
  .footer-style2-li {
    justify-content: unset;
    border: unset;
  }
  .footer-style2-contact{
    justify-content: unset;
  }
  .footer-style2-contact div{
    margin-left: 10px;
  }
  .uni-page-head{
    /*margin-top: 3.5rem;*/
  }
}
/*底部效果四 end*/
/*效果四十 start*/
.uni-xiaoguo40{
  /*margin: 10px 0;*/
}
.uni-xiaoguo40-block {
  border: 1px solid #eee;
  background-color: #fff;
  text-align: center;
  position: relative;
  top: 0;
  /*box-shadow: 0 0 10px 5px #f3f3f3;*/
  /*padding: 30px;*/
  height: 100%;
  background-color: #f9f9f9;
}
.uni-xiaoguo40-block:hover {
  top: -10px;
  z-index: 1;

}
.uni-xiaoguo40-back{
  background-color: var(--sys-color);
}
.uni-xiaoguo40-back img {
  /*width: 80px;*/
  /*height: 80px;*/
  object-fit: cover;
  /*margin-bottom: 10px;*/
  /*margin: 25px;*/
}
.uni-xiaoguo40-content{
  padding: 0;
  margin: 0;
  padding-right: 25px;
  margin-bottom: 20px;
}
.uni-xiaoguo40-block h5{
  color: var(--color-black);
  font-weight: bold;
  margin: 20px;
  /*margin: 0px;*/
}
.uni-xiaoguo40-block p{
  color: #929292;
  padding: 10px 20px 20px 20px;
  margin: 0px;
}
@media (max-width: 993px) {
  .uni-xiaoguo40-content{
    padding: 0 5px;
  }
  .uni-xiaoguo40-block h5{
    margin: 10px;
  }
}
.uni-xiaoguo40-title {
  color: var(--color-black);
  font-weight: bold;
  text-align: center;
  padding: 30px 0;
}
.uni-xiaoguo40-dataImage {
  /*position: relative;*/
  /*z-index: 1;*/
  max-height: 200px;
  width: 100%;
  /*min-height: 140px;*/
}

/*.uni-xiaoguo40-detail{*/
/*  background-color: #f7f7f7;*/
/*}*/
/*效果四十 end*/
/*公司历程效果4 start */
.uni-his-style5-title {
  padding: 30px 0;
  text-align: center;
}
.uni-his-style5-title h2{
  font-weight: bold;
  color: var(--color-black);
}
.uni-his-style5-list{
  padding:20px 0;
}
.uni-his-style5-list li.active, .uni-his-style5-list li:hover {
  background-color: var(--sys-color);
  cursor: pointer;
}
.uni-his-style5-list li:first-child {
  max-height: none;
}
.uni-his-style5-list li {
  position: relative;
  max-height: 112px;
  overflow: hidden;
  background-color: #eee;
  -webkit-transition: background .3s;
  -o-transition: background .3s;
  -moz-transition: background .3s;
  transition: background .3s;
  margin-bottom: 10px;
}
.uni-his-style5-list li.active:before, .uni-his-style5-list li:hover:before {
  opacity: 0;
  z-index: 0;
}
.uni-his-style5-list li:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(250,250,250,0.68)));
  background: -webkit-linear-gradient(top, transparent, rgba(250,250,250,0.68));
  background: -moz-linear-gradient(top, transparent, rgba(250,250,250,0.68));
  background: -o-linear-gradient(top, transparent, rgba(250,250,250,0.68));
  background: linear-gradient(180deg, transparent, rgba(250,250,250,0.68));
  z-index: 2;
  -webkit-transition: opacity .3s;
  -o-transition: opacity .3s;
  -moz-transition: opacity .3s;
  transition: opacity .3s;
}
.uni-his-style5-list .box {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding: 36px 55px;
  z-index: 1;
}
.uni-his-style5-list li.active .info, .uni-his-style5-list li.active .year, .uni-his-style5-list li:hover .info, .uni-his-style5-list li:hover .year {
  color: #fff;
}
.uni-his-style5-list .year {
  padding: 2px 40px 0 0;
  width: 170px;
  line-height: 1;
  font-size: 42px;
  color: #c8c8c8;
  /*font-family: 'GothamExLight';*/
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
}
.uni-his-style5-list li.active .info, .uni-his-style5-list li.active .year, .uni-his-style5-list li:hover .info, .uni-his-style5-list li:hover .year {
  color: #fff;
}
.uni-his-style5-list .info {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-width: 0;
  line-height: 36px;
  font-size: 15px;
  overflow: hidden;
  color: #bebebe;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
}
.uni-his-style5 {
  max-width: 1340px;
  margin: 0 auto;
}

@media screen and (max-width: 1440px){
  .uni-his-style5 {
    max-width: 1200px;
  }
}
@media screen and (max-width: 1260px){
  .uni-his-style5 {
    padding: 0 15px;
    max-width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 1200px){
  .uni-his-style5-list .year {
    width: 150px;
    font-size: 38px;
  }
  .uni-his-style5-list .info {
    line-height: 32px;
    font-size: 14px;
  }
}
@media screen and (max-width: 1024px){
  .uni-his-style5-list .year {
    padding-right: 30px;
    width: 130px;
    font-size: 34px;
  }
  .history-list .box {
    padding: 24px 40px;
  }
}
@media screen and (max-width: 750px){
  .uni-his-style5-list .box {
    display: block;
    padding: 20px 15px 25px 15px;
  }
  .uni-his-style5-list .year {
    position: relative;
    margin-bottom: 11px;
    padding-left: 12px;
    width: 100%;
    font-size: 24px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .uni-his-style5-list .info {
    line-height: 25px;
    font-size: 13px;
  }
  .uni-his-style5-list .info p {
    position: relative;
    padding-left: 12px;
  }
  .uni-his-style5-list li.active .year:after {
    color: #fff;
    transform: translateY(-50%) rotate(-180deg);
  }
  .uni-his-style5-list .year:after {
    content: '\f107';
    position: absolute;
    top: 50%;
    right: 5px;
    font-family: 'FontAwesome';
    font-size: 30px;
    color: #b6b6b7;
    transform: translateY(-50%) rotate(360deg);
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
  }
  .uni-his-style5-list .info p:before {
    content: '';
    position: absolute;
    top: 11px;
    left: 0;
    width: 3px;
    height: 3px;
    background-color: #fff;
    border-radius: 50%;
  }
}
/*公司历程效果4 end*/
/*分割线五效果 start*/
.uni-split-style5 {
  display: flex;
  align-items: center;
}

.uni-split-style5::before,
.uni-split-style5::after {
  content: "";
  flex-grow: 1;
  height: 2px;
  background-color: var(--color-black);
}

.uni-split-style5::before {
  margin-right: 10px;
}

.uni-split-style5::after {
  margin-left: 10px;
}
/*分割线五效果 end*/
/*效果四十一 start*/
.uni-xiaoguo41{
  /*margin: 10px 0;*/
}
.uni-xiaoguo41-block {
  border: 1px solid #eee;
  text-align: center;
  position: relative;
  top: 0;
  height: 100%;
}
.uni-xiaoguo41-block:hover {
  top: -10px;
  z-index: 1;
}
/*.uni-xiaoguo41-back{*/
/*  background-color: var(--sys-color);*/
/*}*/
.uni-xiaoguo41-back img {
  object-fit: cover;
}
.uni-xiaoguo41-content{
  padding: 0;
  margin: 0;
  padding-right: 25px;
  margin-bottom: 20px;
}
.uni-xiaoguo41-block h5{
  color: #fff;
  margin: 0px;
}
@media (max-width: 993px) {
  .uni-xiaoguo41-content{
    padding: 0 5px;
  }
  .uni-xiaoguo41-block h5{
    margin: 0px;
    font-size: 14px;
  }
  .uni-xiaoguo41-dataImage {
    max-height: 200px;
    width: 100%;
  }
}
.uni-xiaoguo41-title {
  color: var(--color-black);
  font-weight: bold;
  text-align: center;
  padding: 30px 0;
}
.uni-xiaoguo41-dataImage {
  max-height: 400px;
  width: 100%;
}
.uni-xiaoguo41-back {
  position: relative;
}

.uni-xiaoguo41-detail-title {
  position: absolute;
  bottom: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5); /* 灰色背景 */
  color: white; /* 白色字体颜色 */
  text-align: center; /* 文字居中 */
  padding: 15px; /* 添加一些内边距 */
}
/*效果四十一 end*/
.nav-phone{
  font-weight: bold;
  color: #cd110a;
  margin: 0;
}
.nav-phone a{
  color: #cd110a;
}
.uni-his-style-2{
  margin: 10px 0;
}
.uni-xiaoguo43{
  /*padding: 20px 0;*/
}
/*效果46*/


#uni-xiaoguo46 {
  position: relative;
  padding: 30px 30px
}

#uni-xiaoguo46 .uni-swiper-container-style-1 {
  padding-bottom: 60px;
}

#uni-xiaoguo46 .swiper-slide {
  width: auto;
  /*height: 480px;*/
  background: #fff;
  box-shadow: 0 8px 30px #ddd;
}
#uni-xiaoguo46  .swiper-slide .swiper-img{
  display:block;
  max-height: 380px;
  max-width: 500px;
  width:100%;
  height: 100%;
}
#uni-xiaoguo46 .swiper-slide p {
  line-height: 98px;
  padding-top: 0;
  text-align: center;
  color: #636363;
  font-size: 1.1em;
  margin: 0;
}

@media (max-width: 575px) {
  #uni-xiaoguo46 .swiper-slide {
    /*width: 100% !important;*/
    height: 220px !important;
  }
  #uni-xiaoguo46 .swiper-slide p {
    line-height: 48px !important;
  }
  #uni-xiaoguo46 .swiper-slide img {
    display: block !important;
    width: 100% !important;
    height: 220px !important;
  }

}

#uni-xiaoguo46 .swiper-pagination {
  width: 100%;
  bottom: 20px;
}

#uni-xiaoguo46 .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
  border: 3px solid #fff;
  background-color: #d5d5d5;
  width: 10px;
  height: 10px;
  opacity: 1;
}

#uni-xiaoguo46 .swiper-pagination-bullets .swiper-pagination-bullet-active {
  border: 3px solid #00aadc;
  background-color: #fff;
}

#uni-xiaoguo46 .swiper-button-prev {
  left: -30px;
  width: 45px;
  height: 45px;
  background: url(/assets/images/swiper1/wm_button_icon-17196528ac5abedadbd45b774688b64d.png) no-repeat;
  background-position: 0 0;
  background-size: 100%;
}

#uni-xiaoguo46 .swiper-button-prev:hover {
  background-position: 0 -46px;
  background-size: 100%
}

#uni-xiaoguo46 .swiper-button-next {
  right: -30px;
  width: 45px;
  height: 45px;
  background: url(/assets/images/swiper1/wm_button_icon-17196528ac5abedadbd45b774688b64d.png) no-repeat;
  background-position: 0 -93px;
  background-size: 100%;
}

#uni-xiaoguo46 .swiper-button-next:hover {
  background-position: 0 -139px;
  background-size: 100%
}
#uni-xiaoguo46 .swiper-button-prev::after,#uni-xiaoguo46 .swiper-button-next::after{
  content: '';
}
@media (max-width: 767px) {
  #uni-xiaoguo46 .swiper-button-next {
    display: none;
  }

  #uni-xiaoguo46 .swiper-button-prev {
    display: none;
  }

  #uni-xiaoguo46 .swiper-pagination {
    display: none;
  }
}
/*效果46*/
/*效果四十七 start*/
.uni-xiaoguo47-title{
  padding: 30px 0;
  text-align: center;
  font-weight: bold;
  color: var(--color-black);
}
.uni-xiaoguo47-ul{
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom:30px
}
.uni-xiaoguo47-ul li {
  font-size: 16px;
  line-height: 20px;
  width: 100%;
  text-align: center;
  margin-top: 20px;
}
.uni-xiaoguo47-ul  a{
  /*color: var(--sys-color);*/
  color:#0d56bc;
  word-break: break-all;
}
.uni-xiaoguo47-ul a :hover{

}
.uni-xiaoguo47-ul li a::before {
  content: "(";
  margin: 0 2px;
}

.uni-xiaoguo47-ul li a::after {
  content: ")";
  margin: 0 2px;
}
.uni-xiaoguo47-dashed-line {
  height: 1px; /* 设置线的高度 */
  background-image: linear-gradient(to right, #999 10px, transparent 10px); /* 使用linear-gradient创建虚线 */
  background-size: 20px 1px; /* 设置每个点中间的间隔为10px */
  margin: 10px 0; /* 上下间距为20px */
}
@media screen and (max-width: 993px) {
  .uni-xiaoguo47-ul li {
    font-size: 14px;
  }
  .uni-xiaoguo47-ul li span {
    display: block;
    width: 100%;
  }
  .uni-xiaoguo47-ul li a {
    display: block;
    width: 100%;
    margin-top: 10px;
  }
}
/*效果四十七 end*/
/*效果四十八 start*/
.uni-xiaoguo48{
  padding: 30px 0;
}
.uni-xiaoguo48-title{
  padding: 30px 0;
  text-align: center;
  font-weight: bold;
  color: var(--color-black);
}
.uni-xiaoguo48-ul li{
  border-radius: 5px;
  box-shadow: 0 0 10px 5px #f3f3f3;
  padding: 50px 60px 30px 30px;
}
.uni-xiaoguo48-ul span{
  font-size: 16px;
}
.uni-xiaoguo48-text{
  display: flex;
  justify-content: space-between;
  margin-left: 30px;
}
.uni-xiaoguo48-ul {
  list-style-type: none;
  padding: 0;
}

.uni-xiaoguo48-li {
  position: relative;
  padding-right: 20px;
  margin: 20px 0;
}

.uni-xiaoguo48-li i {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 40px;
  color: #dfdfdf;
}
.uni-xiaoguo48-li img{
  /*border-radius: 50px;*/
  position: absolute;
  left: -36px;
  top: 18px;
  max-width: 70px;
  max-height: 70px;
}
@media screen and (max-width: 993px) {
  .uni-xiaoguo48-text{
    flex-direction: column;
  }
  .uni-xiaoguo48-li img{
    top:56px;
    left:0px;
  }
  .uni-xiaoguo48-text{
    margin-left: 40px;
  }
}
/*效果四十八 end*/
/*效果四十九 start*/
#uni-xiaoguo49-swiper {
  position: relative;
  margin: 0 30px
}

#uni-xiaoguo49-swiper .uni-swiper-container-style-1 {
  padding-bottom: 60px;
}

#uni-xiaoguo49-swiper .swiper-slide {
  width: 600px;
  /*height: 480px;*/
  background: #fff;
  box-shadow: 0 8px 30px #ddd;
}
#uni-xiaoguo49-swiper  .swiper-slide .swiper-img{
  display:block;
  max-height: 380px;
  max-width: 600px;
  width:100%;
  height: 100%;
}
#uni-xiaoguo49-swiper .swiper-slide p {
  line-height: 98px;
  padding-top: 0;
  text-align: center;
  color: #636363;
  font-size: 1.1em;
  margin: 0;
}

@media (max-width: 575px) {
  #uni-xiaoguo49-swiper .swiper-slide {
    width: 100% !important;
    height: 260px !important;
  }
  #uni-xiaoguo49-swiper .swiper-slide p {
    line-height: 48px !important;
  }
  #uni-xiaoguo49-swiper .swiper-slide img {
    display: block !important;
    width: 100% !important;
    height: 220px !important;
  }

}

#uni-xiaoguo49-swiper .swiper-pagination {
  width: 100%;
  bottom: 20px;
}

#uni-xiaoguo49-swiper .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
  border: 3px solid #fff;
  background-color: #d5d5d5;
  width: 10px;
  height: 10px;
  opacity: 1;
}

#uni-xiaoguo49-swiper .swiper-pagination-bullets .swiper-pagination-bullet-active {
  border: 3px solid #00aadc;
  background-color: #fff;
}

#uni-xiaoguo49-swiper .swiper-button-prev {
  left: -30px;
  width: 45px;
  height: 45px;
  background: url(/assets/images/swiper1/wm_button_icon-17196528ac5abedadbd45b774688b64d.png) no-repeat;
  background-position: 0 0;
  background-size: 100%;
}

#uni-xiaoguo49-swiper .swiper-button-prev:hover {
  background-position: 0 -46px;
  background-size: 100%
}

#uni-xiaoguo49-swiper .swiper-button-next {
  right: -30px;
  width: 45px;
  height: 45px;
  background: url(/assets/images/swiper1/wm_button_icon-17196528ac5abedadbd45b774688b64d.png) no-repeat;
  background-position: 0 -93px;
  background-size: 100%;
}

#uni-xiaoguo49-swiper .swiper-button-next:hover {
  background-position: 0 -139px;
  background-size: 100%
}
#uni-xiaoguo49-swiper .swiper-button-prev::after,#uni-xiaoguo49-swiper .swiper-button-next::after{
  content: '';
}
@media (max-width: 767px) {
  #uni-xiaoguo49-swiper .swiper-button-next {
    display:none;
  }
  #uni-xiaoguo49-swiper .swiper-button-prev {
    display:none;
  }
  #uni-xiaoguo49-swiper .swiper-pagination {
    display:none;
  }
}
.uni-xiaoguo49-img{
  display: block;
  width: 100%;
}
.uni-xiaoguo49-detail-title {
  position: absolute;
  bottom: 0;
  width: 100%;
  background-color: rgb(218 218 218 / 50%);
  color: white;
  text-align: center;
  padding: 15px;
  margin: 0px;
}
/*效果四十九 end*/
/*效果6 改版 start*/
.uni-wmsl-cont {
  padding: 30px 0;
}
.uni-wmsl-cont h2{
  font-weight: bold;
  color: var(--color-black);
}
.uni-wmsl-cont ul {
  margin-top: 56px;
  font-size: 0;
  text-align: center;
  /*padding: 0 100px;*/
}

.uni-wmsl-cont li {
  width: calc(100%/3);
  display: inline-block;
  overflow: hidden;
  float: left;
  /*margin-bottom: 50px;*/
  padding: 20px;
}

/*.uni-wmsl-cont li:nth-child(2n) {*/
/*  float: right;*/
/*}*/

.uni-wmsl-cont li .ico {
  /*height: 75px;*/
  float: left;
  width: 50px;
}

.uni-wmsl-cont li .ico img {
  display: block;
}

.uni-wmsl-cont li .txt {
  float: right;
  width: calc(100% - 60px);
  text-align: left;
}

.uni-wmsl-cont li h3 {
  font-weight: bold;
  margin-bottom: 5px;
  font-size: 20px;
  line-height: 28px;
  color: #535353;
}

.uni-wmsl-cont li p {
  font-size: 16px;
  line-height: 28px;
  color: #666666;
  height: 56px;
  overflow: hidden;
}

.uni-wmtg-cont {
  padding: 10px 0;
}
.uni-wmtg-cont .wrap h2{
  font-size: 35px;
  font-weight: bold;
  color: var(--color-black);
}
.uni-wmtg-cont .bd {
  position: relative;
  margin-top: 56px;
}

.uni-wmtg-cont .bd .img {
  /*position: absolute;*/
  /*top: 56px;*/
  left: 0;
  right: 0;
  /*width: 800px;*/
  margin: 0 auto;
}

.uni-wmtg-cont .bd .img img {
  display: block;
  width: 100%;
}

.uni-wmtg-cont .bd ul {
  float: left;
  display: flex;
  flex-direction: column;
  /*width: 400px;*/
}

.uni-wmtg-cont .bd ul:nth-child(2n) {
  float: right;
}

.uni-wmtg-cont .bd li {
  margin-bottom: 10px;
  flex:1;
}

.uni-wmtg-cont .bd li h3 {
  font-weight: bold;
  font-size: 20px;
  line-height: 28px;
  color: #333333;
  margin-bottom: 10px;
  padding-left: 38px;
}

.uni-wmtg-cont .bd li p {
  font-size: 16px;
  line-height: 28px;
  color: #666666;
  /*height: 56px;*/
  overflow: hidden;
  cursor: pointer;
}
.uni-wmtg-cont-title{
  transition: margin 0.5s ease-out;
  -webkit-transition: margin 0.5s ease-out;
  -moz-transition: margin 0.5s ease-out;
  -khtml-transition: margin 0.5s ease-out;
}
.uni-wmtg-cont-title :hover{
  margin-left: 20px;
}
@media (max-width: 1320px) {

  .uni-wmtg-cont .bd li h3 {
    font-size: 20px;
  }
  .uni-wmtg-cont .bd li p {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .uni-wmsl-cont {
    padding: 40px 15px;
  }

  .uni-wmsl-cont h2 {
    text-align: center;
    font-size: 21px;
  }

  .uni-wmsl-cont ul {
    padding: 0;
    margin-top: 30px;
  }

  .uni-wmsl-cont li {
    width: auto;
    margin-bottom: 20px;
    display: block;
    float: none;
  }

  .uni-wmsl-cont li:nth-child(2n) {
    float: none;
  }

  .uni-wmsl-cont li h3 {
    font-size: 16px;
    line-height: 1.7;
  }

  .uni-wmsl-cont li p {
    height: auto;
  }

  .uni-wmsl-cont li .ico {
    width: 40px;
    margin-top: 15px;
  }

  .uni-wmsl-cont li .ico img {
    width: 100%;
  }

  .uni-wmsl-cont li .txt {
    width: calc(100% - 60px);
  }

}
/*效果6 改版 end*/
/*效果五十 start*/
.uni-xiaoguo50 .hzjz {
  padding: 65px 0 78px;
}

.uni-xiaoguo50 h2 {
  font-size: 35px;
  font-weight: bold;
  line-height: 40px;
  color: #333333;
  text-align: center;
}

.uni-xiaoguo50 .hzjz ul {
  margin-top: 64px;
  display:flex;
  flex-wrap: wrap;
}

.uni-xiaoguo50 .hzjz li {
  border: 1px solid #ededed;
  float: left;
  /*width: calc((100% - 102px)/3);*/
  /*margin-right: 50px;*/
  /*box-shadow: 0 0 3px 1px #f1f1f1;*/
  padding: 25px 20px;
  background: #FFFFFF;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  top: 0;
  transition: all 0.3s;
  -ms-transition: all 0.3s;
  /* IE 9 */
  -moz-transition: all 0.3s;
  /* Firefox */
  -webkit-transition: all 0.3s;
  /* Safari 鍜� Chrome */
  -o-transition: all 0.3s;
}

.uni-xiaoguo50 .hzjz li:nth-child(3n) {
  margin-right: 0;
}

.uni-xiaoguo50 .hzjz li:hover {
  box-shadow: 0 0 10px 5px #f3f3f3;
  top: -10px;
  z-index: 1;
}

.uni-xiaoguo50 .hzjz li .ico {
  width: 70px;
  height: 70px;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto;
}

.uni-xiaoguo50 .hzjz li .ico img {
  width: 100%;
  height: 100%;
  display: block;
}

.uni-xiaoguo50 .hzjz li h3 {
  font-weight: bold;
  margin: 22px 0;
  font-size: 20px;
  line-height: 30px;
  color: #333333;
  text-align: center;
}

.uni-xiaoguo50 .hzjz li p {
  font-size: 15px;
  line-height: 30px;
  color: #666666;
  text-align: center;
  /*height: 120px;*/
  /*overflow: hidden;*/
  /*height: 160px;*/
}
@media (max-width: 991px) {
  .uni-xiaoguo50 .hzjz li .ico {
    width: 104px;
    height: 104px;
  }

  .uni-xiaoguo50 .hzjz {
    padding: 40px 15px;
  }

  .uni-xiaoguo50 h2 {
    font-size: 22px;
    line-height: 1.7;
  }

  .uni-xiaoguo50 .hzjz ul {
    margin-top: 30px;
  }

  .uni-xiaoguo50 .hzjz li {
    float: none;
    /*width: auto;*/
    margin-right: 0;
    padding: 20px;
    margin-bottom: 20px;
  }

  .uni-xiaoguo50 .hzjz li h3 {
    font-size: 18px;
    line-height: 1.7;
    margin: 10px 0;
  }

  .uni-xiaoguo50 .hzjz li p {
    font-size: 16px;
    line-height: 24px;
    height: auto;
  }


  .uni-xiaoguo50 .hzlx {
    padding: 40px 15px;
  }

  .uni-xiaoguo50 .hzlx ul {
    margin-top: 30px;
  }

  .uni-xiaoguo50 .hzlx li {
    float: none;
    width: auto;
    margin-bottom: 20px;
  }

  .uni-xiaoguo50 .hzlx li:nth-child(2n) {
    float: none;
  }

  .uni-xiaoguo50 .hzlx li .img {
    height: 180px;
  }

  .uni-xiaoguo50 .hzlx li .txt {
    padding: 15px 20px 25px;
  }

  .uni-xiaoguo50 .hzlx li .txt h3 {
    font-size: 16px;
    line-height: 1.7;
  }

  .uni-xiaoguo50 .hzlx li .txt p {
    line-height: 1.7;
  }
}
/*效果五十 end*/
/*效果五十一 start*/
.uni-xiaoguo51 .hzjz {
  padding: 65px 0 78px;
}

.uni-xiaoguo51 h2 {
  font-size: 35px;
  font-weight: bold;
  line-height: 40px;
  color: #333333;
  text-align: center;
}

.uni-xiaoguo51 .hzjz ul {
  margin-top: 64px;
  display:flex;
  flex-wrap: wrap;
}

.uni-xiaoguo51 .hzjz li {

  float: left;
  padding: 25px 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  top: 0;
  transition: all 0.3s;
  -ms-transition: all 0.3s;
  /* IE 9 */
  -moz-transition: all 0.3s;
  /* Firefox */
  -webkit-transition: all 0.3s;
  /* Safari 鍜� Chrome */
  -o-transition: all 0.3s;
  display: flex;
}

.uni-xiaoguo51 .hzjz li:nth-child(3n) {
  margin-right: 0;
}

/*.uni-xiaoguo51 .hzjz li:hover {*/
/*    box-shadow: 0 0 10px 5px #f3f3f3;*/
/*    top: -10px;*/
/*    z-index: 1;*/
/*}*/

.uni-xiaoguo51 .hzjz li .ico {
  width: 70px;
  height: 70px;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto;
}

.uni-xiaoguo51 .hzjz li .ico img {
  width: 100%;
  height: 100%;
  display: block;
}

.uni-xiaoguo51 .hzjz li h3 {
  font-weight: bold;
  margin: 22px 0;
  font-size: 20px;
  line-height: 30px;
  color: #333333;
  /*text-align: center;*/
}

.uni-xiaoguo51 .hzjz li p {
  font-size: 15px;
  line-height: 30px;
  color: #666666;
}
.empty-stroke {
  -webkit-text-stroke: 1px var(--color-black); /* 设置空心线条的宽度和颜色 */
  color: transparent; /* 将文字颜色设为透明 */
  /*font-size: 36px;*/

}
.uni-xiaoguo51 .li-content{
  box-shadow: 0 0 10px 5px #e9e9e9;
  padding: 30px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex: 1;
  background: #FFFFFF;
  border-radius: 5px;
}
@media (max-width: 991px) {
  .uni-xiaoguo51 .hzjz li .ico {
    width: 104px;
    height: 104px;
  }

  .uni-xiaoguo51 .hzjz {
    padding: 40px 15px;
  }

  .uni-xiaoguo51 h2 {
    font-size: 22px;
    line-height: 1.7;
  }

  .uni-xiaoguo51 .hzjz ul {
    margin-top: 30px;
  }

  .uni-xiaoguo51 .hzjz li {
    float: none;
    /*width: auto;*/
    margin-right: 0;
    padding: 20px;
  }

  .uni-xiaoguo51 .hzjz li h3 {
    font-size: 18px;
    line-height: 1.7;
    margin: 10px 0;
  }

  .uni-xiaoguo51 .hzjz li p {
    font-size: 16px;
    line-height: 24px;
    height: auto;
  }


  .uni-xiaoguo51 .hzlx {
    padding: 40px 15px;
  }

  .uni-xiaoguo51 .hzlx ul {
    margin-top: 30px;
  }

  .uni-xiaoguo51 .hzlx li {
    float: none;
    width: auto;
    margin-bottom: 20px;
  }

  .uni-xiaoguo51 .hzlx li:nth-child(2n) {
    float: none;
  }

  .uni-xiaoguo51 .hzlx li .img {
    height: 180px;
  }

  .uni-xiaoguo51 .hzlx li .txt {
    padding: 15px 20px 25px;
  }

  .uni-xiaoguo51 .hzlx li .txt h3 {
    font-size: 16px;
    line-height: 1.7;
  }

  .uni-xiaoguo51 .hzlx li .txt p {
    line-height: 1.7;
  }
}

/*效果五十一 end*/
/*效果五十二 start*/
.uni-xiaoguo52{
  padding: 30px 0;
}
.uni-xiaoguo52 h2 {
  font-size: 35px;
  font-weight: bold;
  line-height: 40px;
  color: #333333;
  text-align: center;
  padding: 20px 0 ;
}
.uni-xiaoguo52-content{
  margin-top: 50px;
}

.uni-xiaoguo52-back img {
  object-fit: cover;
}
.uni-xiaoguo52-content{
  padding: 0;
  margin: 0;
  padding-right: 25px;
  margin-bottom: 20px;
  display: flex;
}
.uni-xiaoguo52-block h5{
  color: var(--color-black);
  margin: 0px;
  font-size: 16px;
  text-align: left;
}
@media (max-width: 993px) {
  .uni-xiaoguo52-content{
    padding: 0 5px;
  }
  .uni-xiaoguo52-block h5{
    margin: 0px;
    font-size: 14px;
  }
  .uni-xiaoguo52-dataImage {
    max-height: 200px;
    width: 100%;
  }
}
.uni-xiaoguo52-dataImage {
  max-height: 400px;
  width: 100%;
}

.uni-xiaoguo52-detail-title {
  /*position: absolute;*/
  bottom: 0;
  width: 100%;
  background-color: rgb(255 255 255 / 50%); /* 灰色背景 */
  color: var(--color-black); /* 白色字体颜色 */
  padding: 15px 5px; /* 添加一些内边距 */
  font-size: 16px;
  text-align: left;
  flex: 1;
}
.uni-xiaoguo52-a{
  display: flex;
  flex-direction: column;
  flex: 1;
}
/*效果五十二 end*/
/*效果五十三 start*/
.uni-xiaoguo53-title {
  color: var(--color-black);
  font-weight: bold;
  text-align: center;
  padding: 30px 0;
}
.uni-xiaoguo53{
  padding-bottom: 40px;
}

@media (max-width: 993px) {

  .uni-xiaoguo53-title {
    padding-top: 20px
  }
}

.uni-xiaoguo53-block {
  display: flex;
  flex-direction: column;
  padding: 20px 30px;
}

.uni-xiaoguo53-block-title {
}

.uni-xiaoguo53-block-title h5 {
  margin-bottom: 0;
}

.uni-xiaoguo53-block ul {
  list-style: none;
  /*padding: 0;*/
  padding: 30px 40px;
  background: white;
  flex:1;
}

.uni-xiaoguo53-block li {
  color: #7e7e7e;
  list-style-type: disc; /* 使用点号作为列表项前缀 */
  margin: 5px 0;
}

.uni-xiaoguo53-block-ul li:hover {
  color: var(--color-black);
  cursor: pointer
}

.uni-xiaoguo53-block-title {
  position: relative;
}

.uni-xiaoguo53-dataImage {
  position: relative;
  z-index: 1;
  max-height: 220px;
  width: 100%;
  min-height: 220px;
}

.uni-xiaoguo53-h5 {
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  background-color: rgba(255,255,255, 0.4);
  color: #060606;
  font-weight: bold;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding-top: 50px;
  text-align: center;
}
.uni-xiaoguo53-imgTwo{
  border: 1px solid #c8c8c8;
  margin: 0 20px;
  margin-top: -80px;
  z-index: 3;
}
/*效果五十三 end*/
/*效果五十四 start*/
.uni-xiaoguo54 video{
  float: left;
  width: 480px;
  height: 270px;
  margin: 0 30px 0 60px;
}
.uni-xiaoguo54-content{
  /*display: flex;*/
}
.uni-xiaoguo54-content p{
  font-size: 17px;
  padding: 0 60px;
  line-height: 40px;
  color: var(--color-black);
  text-align: justify;
}
.uni-xiaoguo54-container{
  display: flex;
  flex-direction: column;
  background-color: white;
}
.uni-xiaoguo54{
  background-position: top center;
  /*padding-top: 5%;*/
}
@media (max-width: 993px) {
  .uni-xiaoguo54{
    padding-top: unset;
    background:unset;
  }
  .uni-xiaoguo54 video{
    width: 100%;
    margin: 0;
    height:auto;
  }
  .uni-xiaoguo54-content p {
    font-size: 14px;
    padding: unset;
    line-height: 30px;
    color: var(--color-black);
    text-align: justify;
  }
}
/*效果五十四end*/

.product-inventroy p{
  margin-bottom: 10px !important;
}

/*产品详情页效果二 start*/
.pcHide {
  display: none !important;
}
.crumbTopHeight {
  position: fixed;
  left: 0;
  /*top: 90px;*/
  right: 0;
  z-index: 50;
}
.productDetail-style2 {
  /*height: 730px;*/
  /*background: var(--product-color);*/
  padding-top: 78px;
}

.productDetail-style2-content {
  overflow: hidden;
  /*position: relative;*/
}

.productDetail-style2-content .text {
  padding-left: 50px;
  padding-bottom: 30px;
}

.productDetail-style2-content .text h2{
  font-size: 26px;
  font-weight: 700;
  color: var( --color-black);
  margin-bottom: 4px;
}

.productDetail-style2-content .text .p {
  font-size: 14pt;
  color: var( --color-black);
  line-height: 32px;
}

.productDetail-style2-content .text .info {
  color: var( --color-black);
  font-size: 16px;
  margin-bottom: 40px;
}
.productDetail-style2-content .text .bor {
  height: 1px;
  background: var( --color-black);
  margin: 16px 0;
  width: 100%;
}
.productDetail-style2-button{
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.productDetail-style2-content .text .button {
  /*width: 234px;*/
  flex:1;
}

.productDetail-style2-content .text .button a {
  /*width: 232px;*/
  display: block;
  line-height: 60px;
  border: 1px solid var( --color-black);
  text-align: center;
  font-size: 15pt;
  color: var( --color-black);
  cursor: pointer;
}

.productDetail-style2-content .text .button a:hover {
  background:var(--color-black);
  border: 1px solid var(--product-color);
  color: var(--color-white);
}

.productDetail-style2-content .text .img {
  text-align: center;
  margin: 10px 0 6px;
}

.productDetail-style2-swiper{
  position: relative;
  display: flex;
}

.productDetail-style2-swiper .slider-for {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.productDetail-style2-swiper .slider-for img {
  width: 100%;
}

.productDetail-style2-swiper .slider-for .slick-current {
}

.productDetail-style2-images  {
  border-top: 1px solid var(--color-black);
  padding: 20px 40px;
}

.productDetail-style2-images  .slick-slide {
  margin: 0 15px;
  opacity: 0.75;
  position: relative
}

.productDetail-style2-images  .slick-slide .ico {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -18px;
  margin-top: 18px;
  width: 36px;
  height: 36px;
  background: url(../images/nimg50_1.png) no-repeat center;
  background-size: 36px;
}

.productDetail-style2-images  .slick-current {
  opacity: 1;
}

.productDetail-style2-images  img {
  width: 100%;
}
.productDetail-style2-images  .slick-prev, .productDetail-style2-images  .slick-next {
  margin: 0 -10px;
  top:40%;

}
.productDetail-style2-images  .slick-prev:before, .productDetail-style2-images   .slick-next:before{
  font-size: 40px;
}

.productDetail-style2-desc {
  padding: 0 0 36px;
}

/*.productshow2 div{ word-break:break-all}*/
.productDetail-style2-container {
  /*width: 1616px;*/
  margin: 0 auto;
}



.productDetail-style2-desc-list {
  margin-bottom: 65px;
}
.productDetail-style2-desc-list video{
  max-width: 100%;
  margin-bottom: 10px;
  height: auto;
}
.productDetail-style2-desc-list >p {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
}
.productDetail-style2-desc-list li {
  overflow: hidden;
  margin-bottom: 65px;
}
.productDetail-style2-desc-list .even {
  display: flex;
  flex-direction: row-reverse;
}
.productDetail-style2-desc-list li:last-child {
  margin-bottom: 0;
}

.productDetail-style2-desc-list .img { /*width: 885px;*/
  /*max-width: 885px;*/
  overflow: hidden;
}

.productDetail-style2-desc-list .img img {
  width: 100%;
  transition: .5s;
}
.productDetail-style2-desc-list .img img:hover{
  transform: scale(1.02);
}
.productDetail-style2-desc-list .img video {
  width: 100%;
}
.productDetail-style2-desc-list .text {
  /*width: 688px;*/
}

.productDetail-style2-desc-list .h6 {
  font-size: 26px;
  color: #201f20;
  margin-bottom: 20px;
  font-weight: bold;
}

.productDetail-style2-desc-list .p {
  font-size: 17px;
  color: #201F20;
  line-height: 1.5;
  text-align: justify;
}

.productDetail-style2-desc-list .liow .text {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.productDetail-style2-desc-info {
  padding: 30px 0;
  overflow: hidden;
}

.productDetail-info-name {
  /*width: 250px;*/
  color: #201F20;
  font-size: 18pt; /*text-indent: 100px;*/
}

.productDetail-style2-desc-info .content {
  /*width: 966px;*/
}

.productDetail-style2-desc-info li {
  padding-left: 24px;
  position: relative;
  line-height: 30px;
  font-size: 20px;
  /*font-family: "Arial";*/
  color: #201F20;
  margin-bottom: 8px;
}

.productDetail-style2-desc-info li:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 13px;
  width: 6px;
  height: 6px;
  background: #666666;
  border-radius: 50%;
}

.productDetail-style2-desc-info li:last-child {
  margin-bottom: 0;
}

.productDetail-style2-spec {
  padding: 30px 0;
  overflow: hidden;
}
.productDetail-style2-spec table{
  border-color:#FFFFFF;
}

.productDetail-spec-name {
  /*width: 250px;*/
  color: #201F20;
  font-size: 18pt;
  /*line-height: 60px; !*text-indent:100px;*!*/
}
.productDetail-attribute-name {
  /*width: 250px;*/
  color: #201F20;
  font-size: 18pt;
  /*line-height: 60px; !*text-indent:100px;*!*/
}
.productDetail-style2-spec .content td{
  font-size: 16px;
  /*font-weight: bold;*/
}
.productDetail-style2-spec .content .style1{
  /*font-size: 16px;*/
  font-weight: bold;
  border-right: 2px solid #fff;
  vertical-align: middle;
}
.productDetail-style2-spec li {
  overflow: hidden;
}

.productDetail-style2-spec li .tit {
  padding: 9px 36px;
  width: 288px;
  float: left;
  margin-right: 4px;
  line-height: 30px;
  text-align: right;
  font-size: 15px;
  /*font-family: "Arial";*/
  color: #201f20;
}

.productDetail-style2-spec li .p {
  width: 728px;
  padding: 9px 36px;
  float: left;
  line-height: 30px;
  font-size: 15px;
  /*font-family: "Arial";*/
  color: #201f20;
}

.productDetail-style2-spec li:nth-of-type(2n+1) .tit {
  background: #f4f4f4;
}

.productDetail-style2-spec li:nth-of-type(2n+1) .p {
  background: #f4f4f4;
}

.productDetail-style2-spec li:last-child {
  margin-bottom: 0;
}

.productDetail-style2-auxiliary {
  padding: 30px 0;
  /*overflow: hidden;*/
}

.productDetail-style2-auxiliary .name {
  /*width: 250px;*/
  color: #201F20;
  font-size: 18pt; /*text-indent:100px;*/
}

.productDetail-style2-auxiliary .content {
  /*width: 1166px;*/
}

.productDetail-style2-auxiliary li {
  padding: 0 0px 0 26px;
  margin-bottom: 4px;
  position: relative;
}

.productDetail-style2-auxiliary li span {
  position: relative;
  line-height: 30px;
  display: block;
  color: #201F20;
  font-size: 12pt;
  width: 420px;
  background: url(../images/ico_02.jpg) no-repeat right center;
  padding: 0 32px 0 0;
  cursor: pointer;
}

.productDetail-style2-auxiliary li em {
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  background: #c6c4c6;
  border-radius: 50%;
  display: block;
  position: absolute;
  left: -26px;
  top: 5px;
  color: #FFFFFF;
}

.productDetail-style2-auxiliary li .p {
  line-height: 30px;
  color: #606060;
  font-size: 14px;
  display: none;
  width: 380px;
  background: #f4f4f4;
  padding: 18px 20px;
  overflow: hidden;
  word-break: break-all;
}

.productDetail-style2-auxiliary li.open span {
  background: url(../images/ico_02on.jpg) no-repeat right center;
}

.productDetail-style2-associate {
  padding: 30px 0;
  /*overflow: hidden;*/
}

.productDetail-associate-name{
  /*width: 250px;*/
  color: #201F20;
  font-size: 18pt; /*text-indent: 100px;*/
}

.productDetail-style2-associate .content {
  /*width: 1166px;*/
}

.productDetail-style2-associate .content .p {
  font-size: 20px;
  color: #201F20;
  padding-left: 24px;
  position: relative;
  line-height: 30px;
}

.productDetail-style2-associate .content .p:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 13px;
  width: 6px;
  height: 6px;
  background: #666666;
  border-radius: 50%;
}

.productDetail-style2-associate .con {
  margin: 32px 0 32px;
  overflow: hidden;
}

.productDetail-style2-associate .con .leftDiv {
  width: 160px;
  margin-right: 26px;
}

.productDetail-style2-associate .con .leftDiv img {
  width: 100%;
}

.productDetail-style2-associate .con .rightDiv {
  width: 496px;
}

.productDetail-style2-associate .con .rightDiv span {
  font-size: 18px;
  color: #5e5e5e;
  display: block;
  line-height: 30px;
}

.productDetail-style2-associate .con .button {
  width: 124px;
  text-align: center;
  line-height: 34px;
  display: block;
  background: var(--sys-color);
  color: #FFFFFF;
  font-size: 16px;
  margin-top: 16px;
  transition: .5s;
}

.productDetail-style2-associate .con .button:hover {
  transform: translateY(-10px);
}

.productDetail-style2-download {
  padding: 30px 0;
  overflow: hidden;
}
.productDetail-style2-relatedPage {
  padding: 30px 0;
  overflow: hidden;
}

.productDetail-download-name{
  /*width: 250px;*/
  color: #201F20;
  font-size: 18pt; /*text-indent: 100px;*/
}

.productDetail-style2-relatedPage .name {
  /*width: 250px;*/
  color: #201F20;
  font-size: 18pt; /*text-indent: 100px;*/
}

.productDetail-style2-download .content .p {
  font-size: 17px;
  color: var(--sys-color);
  padding-left: 24px;
  position: relative;
  line-height: 30px;
}

.productDetail-style2-download .content .p a {
  font-size: 17px;
  color: #201F20;
  padding-left: 24px;
  position: relative;
  line-height: 30px;
}

.productDetail-style2-download .content .p a:hover {
  color: var(--sys-color);
}

.productDetail-style2-download .content .p:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 13px;
  width: 6px;
  height: 6px;
  background:var(--sys-color);
  border-radius: 50%;
}

.productDetail-style2-download .content .download {
  display: inline-block;
  width: 122px;
  line-height: 32px;
  text-align: center;
  font-size: 16px;
  color: #3c3c3c;
  border: 1px solid #686868;
  margin-left: 32px;
}

.productDetail-style2-download .content .download img {
  margin: -4px 0 0 8px;
}

.productDetail-style2-download .content .download .off {
  display: none;
}

.productDetail-style2-download .content .download:hover {
  background: var(--sys-color);
  border-color: var(--sys-color);
  color: #FFFFFF;
}

.productDetail-style2-download .content .download:hover .on {
  display: none;
}

.productDetail-style2-download .content .download:hover .off {
  display: inline-block;
}
.crumb_style2 {
  margin: 0px 0 72px;
  background: rgba(233, 233, 233, 0.9);
}

.crumbStyle2 {
  text-align: center;
  height: 50px;
  padding: 0;
}

.crumbStyle2:after {
  content: '';
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
}

.crumbStyle2 li, .crumbStyle2 li a {
  display: inline-block;
  height: 50px;
  line-height: 50px;
  width: auto;
  padding: 0 10px 0;
  text-align: center;
  margin: 0 -2px 0;
  font-size: 15.5px;
  cursor: pointer;
}

.crumbStyle2 li.open {
  background: var(--sys-color);
  position: relative;
}

.crumbStyle2 li.open:before {
  position: absolute;
  left: 50%;
  margin-left: -11px;
  top: 100%;
  content: '';
  display: block;
  border: 11px solid var(--sys-color);
  border-bottom: none;
  border-right-color: transparent;
  border-left-color: transparent;
  z-index: 10;
}

.crumbStyle2 li.open a {
  color: #FFFFFF;
}

.crumbStyle2 li:hover, .crumbStyle2 .liNow {
  background: var(--sys-color);
  position: relative;
}

.crumbStyle2 li:hover a, .crumbStyle2 .liNow a {
  color: #FFFFFF;
}

@media screen and ( max-width: 1600px ) {
  .crumbStyle2 li, .crumbStyle2 li a {
    height: 50px;
    line-height: 45px;
    width: auto;
  }


  .productDetail-style2-desc-list .liow1 .text {
    padding: 40px 0 0;
  }

  .productDetail-style2-desc-list .liow2 .text {
    padding: 40px 0 0;
  }

  .productDetail-style2-desc-list .liow3 .text {
    padding: 40px 0 0;
  }

  .productDetail-style2-desc-list .liow4 .text {
    padding: 40px 0 0;
  }


  .productDetail-style2-spec li .tit {
    width: 218px;
  }

  .productDetail-style2-spec li .p {
    width: 658px;
  }
}

@media screen and ( max-width: 1440px ) {
  .crumbStyle2-content {
    /*width: 1200px;*/
  }
  .productDetail-style2-swiper .slider-for {
    width: 646px;
    height: 440px;
  }

  .productDetail-style2-content .text h2 {
    font-size: 34px;
  }

  .productDetail-style2-content .text .p {
    font-size: 16px;
  }

  .productDetail-style2-content .text .bor {
    margin: 8px 0 10px;
  }

  .productDetail-style2-content .text .button a {
    line-height: 46px;
  }

  .productDetail-style2-content .text .img img {
    width: 28px;
  }

  .productDetail-style2 {
    height: 570px;
  }

  .productDetail-style2-images  {
    padding:  0;
  }

  .productDetail-style2-desc-list .h6 {
    font-size: 28px;
    margin-bottom: 14px;
  }

  .productDetail-style2-desc-list .p {
    font-size: 16px;
  }

  .productDetail-info-name {
    font-size: 26px;
    /*width: 360px;*/
  }

  .productDetail-spec-name {
    font-size: 26px;
    /*width: 360px;*/
  }
  .productDetail-attribute-name {
    font-size: 26px;
    /*width: 360px;*/
  }
  .productDetail-style2-auxiliary .name {
    font-size: 26px;
    /*width: 360px;*/
  }

  .productDetail-associate-name{
    font-size: 26px;
    /*width: 360px;*/
  }

  .productDetail-download-name{
    font-size: 26px;
    /*width: 360px;*/
  }

  .productDetail-style2-relatedPage .name {
    font-size: 26px;
    /*width: 360px;*/
  }

  .productDetail-style2-desc-list .liow1 .text {
    padding: 40px 0 0;
  }

  .productDetail-style2-desc-list .liow2 .text {
    padding: 40px 0 0;
  }

  .productDetail-style2-desc-list .liow3 .text {
    padding: 40px 0 0;
  }

  .productDetail-style2-desc-list .liow4 .text {
    padding: 40px 0 0;
  }

  .productDetail-style2-spec li .tit {
    width: 206px;
    padding: 4px 18px;
  }

  .productDetail-style2-spec li .p {
    width: 558px;
    padding: 4px 18px;
  }
  .productDetail-style2-images  .slick-prev, .productDetail-style2-images  .slick-next {
    top: 52%;
  }
}

@media screen and ( max-width: 1004px ) {
  .pcHide {
    display: block !important;
  }
  .crumbStyle2-content .dropdown-toggle::after{
    display: inline-block;
    /* margin-left: 0.255em; */
    /* vertical-align: 0.255em; */
    content: "";
    border-top: 10px solid;
    border-right: 10px solid transparent;
    border-bottom: 0;
    border-left: 10px solid transparent;
    position: absolute;
    right: 5%;
    top: 37%;
  }
  .crumbStyle2-content .nav-link:focus, .nav-link:hover{
    color:#ffffff;
  }
  /*产品列表*/
  .within_Ban .text {
    font-size: 0.6rem;
  }

  .within_Ban img {
  }

  .crumb_style2 {
    position: relative;
    background: var(--sys-color);
    margin-bottom: 0.86rem;
    /*display: none;*/
  }

  .crumb_style2 span {
    background-size: 14px;
    line-height: 40px;
    color: #FFFFFF;
    font-size: 15px;
    padding: 0 10px;
    height: 40px;
  }

  .crumb_style2 span .open {
    /*background: url(../images/ico_11on.png) no-repeat right;*/
    background-size: 14px;
  }

  .crumb_style2 ul {
    position: absolute;
    left: 0;
    top: 100%;
    right: 0;
    background: #FFFFFF;
    z-index: 20;
    display: none;
    height: auto;
  }

  .crumb_style2 ul li {
    width: 100vw;
    float: none;
    height: 45px;
  }

  .crumbStyle2 li a {
    line-height: 0.9rem;
    padding: 0 0.2rem;
    text-align: left;
    font-size: 14px;
  }

  .crumbStyle2 li.open:before {
    display: none;
  }


  /*产品详情*/
  .productDetail-style2-container {
    /*width: auto;*/
    padding: 0 0.2rem;
  }

  .productDetail-style2-swiper .slider-for {
    width: 100%;
    height: auto;
  }

  .productDetail-style2-images  {
    margin: 0 0.06rem;
  }

  .productDetail-style2-images  .slick-slide {
    margin: 0 0.06rem;
  }

  .productDetail-style2 {
    height: auto;
    padding: 0.34rem 0 0.6rem;
  }

  .productDetail-style2-content .text {
    position: static;
    padding:10px;
    width: 100%;
  }

  .productDetail-style2-content .text h2 {
    font-size: 25px;
    margin-bottom:2px;
  }

  .productDetail-style2-content .text .p {
    font-size: 15px;
  }

  .productDetail-style2-content .text .button {
    width: 3rem;
  }

  .productDetail-style2-content .text .bor {
    height: 0.01rem;
    margin: 0.16rem 0 0.2rem;
  }

  .productDetail-style2-content .text .button a {
    width: 100px;
    font-size: 14px;
    line-height: 23px;
    margin-top: 10px;
  }

  .productDetail-style2-content .text .img {
    margin: 0.1rem 0 0.06rem;
  }

  .productDetail-style2-content .text .img img {
    width: 0.45rem;
  }

  .productDetail-style2-desc-list {
    margin-bottom: 1.5rem;
    margin: 0px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .productDetail-style2-desc-list li {
    margin-bottom: 1.3rem;
    max-width: 100%;
  }

  .productDetail-style2-desc-list .img {
    width: 100%;
  }

  .productDetail-style2-desc-list .text {
    width: 100%;
  }

  .productDetail-style2-desc-list .h6 {
    font-size:16px;
    margin-bottom: 10px;
  }

  .productDetail-style2-desc-list .p {
    font-size:14px;
  }

  .productDetail-style2-desc-list .liow1 .text {
    width: 100%;
    padding: 33px 0 0;
  }

  .productDetail-style2-desc-list .liow2 .text {
    padding:20px 0 0;
  }

  .productDetail-style2-desc-list .liow3 .text {
    padding: 20px 0 0;
  }

  .productDetail-style2-desc-list .liow4 .text {
    padding: 20px 0 0;
  }

  .productDetail-style2-desc {
    margin: 0 auto;
    padding: 0 0 18px;
  }
  .productDetail-style2-spec .content td {
    font-size: 14px;
  }
  .productDetail-style2-desc-content .name {
    margin: 0;
    font-size: 20px;
    margin-bottom: 12px;
    padding: 0 10px;
  }
  .productDetail-style2-desc-info {
    padding: 24px 0;
    margin: 0;
  }
  .productDetail-style2-attribute {
    padding: 24px 0;
    margin: 0;
  }
  .productDetail-info-name {
    width: 100%;
    font-size: 20px;
    margin-bottom: 12px;
  }

  .productDetail-style2-desc-info li {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 10px;
    padding-left: 12px;
  }

  .productDetail-style2-desc-info li:before {
    width: 0.06rem;
    height: 0.06rem;
    top: 0.17rem;
  }

  .productDetail-style2-desc-info .content span {
    font-size: 14px;
  }

  .productDetail-style2-spec table span {
    font-size: 14px;
  }

  .productDetail-style2-spec {
    padding: 24px 0;
    margin: 0px
  }

  .productDetail-spec-name {
    width: 100%;
    font-size: 20px;
    margin-bottom: 12px;
  }
  .productDetail-attribute-name {
    width: 100%;
    font-size: 20px;
    margin-bottom: 12px;
  }

  .productDetail-style2-spec .content {
    width: 100%;
    overflow-x: auto;
  }

  .productDetail-style2-spec .content ul {
    /*width: 140%;*/
  }

  .productDetail-style2-spec li .tit {
    width: 40%;
    box-sizing: border-box;
    margin: 0;
    border-right: 0.04rem solid #FFFFFF;
    padding: 0.09rem 0.12rem;
    font-size: 0.25rem;
  }

  .productDetail-style2-spec li .p {
    width: 60%;
    box-sizing: border-box;
    padding: 0.09rem 18px;
    font-size: 0.25rem;
  }

  .productDetail-style2-auxiliary {
    padding: 24px 0;
    margin: 0px
  }

  .productDetail-style2-auxiliary .name {
    width: 100%;
    font-size: 20px;
    margin-bottom: 12px;
  }

  .productDetail-style2-auxiliary .content {
    width: 100%;
  }

  .productDetail-style2-auxiliary li span {
    width: 100%;
    line-height: 20px;
    font-size: 0.25rem;
    box-sizing: border-box;
    padding-right: 0.32rem;
  }

  .productDetail-style2-auxiliary li em {
    width: 20px;
    height: 20px;
    top: 0.02rem;
    font-size: 0.2rem;
  }

  .productDetail-style2-auxiliary li .p {
    width: calc(100% - 0.32rem);
    box-sizing: border-box;
    padding: 0.18rem 0.2rem;
    font-size: 0.25rem;
    line-height: 20px;
  }

  .productDetail-style2-auxiliary table {
    width: 100% !important;
  }

  .productDetail-style2-auxiliary table td {
    word-break: break-all
  }

  .productDetail-style2-auxiliary img {
    width: 100% !important;
    height: auto
  }

  .productDetail-style2-associate {
    padding: 24px 0;
    margin: 0px
  }

  .productDetail-associate-name{
    width: 100%;
    font-size: 20px;
    margin-bottom: 12px;
  }

  .productDetail-style2-associate .content {
    width: 100%;
  }

  .productDetail-style2-associate .content .p {
    font-size: 0.3rem;
    padding-left: 12px;
  }

  .productDetail-style2-associate .content .p:before {
    width: 0.06rem;
    height: 0.06rem;
    top: 0.26rem;
  }

  .productDetail-style2-associate .con {
    margin: 0.32rem 0 0;
  }

  .productDetail-style2-associate .con .leftDiv {
    width: 2.6rem;
    margin: 0 auto 0.34rem;
  }

  .productDetail-style2-associate .con .rightDiv {
    width: 100%;
  }

  .productDetail-style2-associate .con .rightDiv span {
    font-size: 14px;
    line-height: 20px;
  }

  .productDetail-style2-associate .con .button {
    width: 1.84rem;
    line-height: 0.54rem;
    font-size: 0.26rem;
    margin-top: 0.16rem;
  }

  .productDetail-style2-download {
    padding: 24px 0;
    margin: 0px;
  }

  .productDetail-style2-relatedPage {
    padding: 24px 0;
    margin: 0px;
  }
  .productDetail-download-name{
    width: 100%;
    font-size: 20px;
    margin-bottom: 12px;
  }
  .productDetail-style2-relatedPage .name {
    width: 100%;
    font-size: 20px;
    margin-bottom: 12px;
  }
  .productDetail-style2-download .content {
    width: 100%;
  }
  .productDetail-style2-relatedPage .content {
    width: 100%;
  }

  .productDetail-style2-download .content .p {
    font-size: 15px;
    padding-left: 12px;
  }

  .productDetail-style2-download .content .p a {
    font-size: 15px;
    padding-left: 5px;
  }

  .productDetail-style2-download .content .p:before {
    width: 3px;
    height:3px;
    top: 13px;
  }

  .productDetail-style2-download .content .download {
    width: 2.02rem;
    line-height: 0.52rem;
    font-size: 0.26rem;
    border-width: 0.01rem;
  }

  .productDetail-style2-download .content .download img {
    width: 0.31rem;
    margin: -0.04rem 0 0 10px;
  }


  .crumbTopHeight {
    /*top: 60px;*/
    position: fixed;
  }

  .height1 {
    height: 1.86rem;
  }

  .crumbStyle2 li {
    border-bottom: 1px solid #f2f2f2;
    background: #FFFFFF;
  }

  .crumbStyle2 li:last-child {
    border-bottom: none;
  }

  .crumbStyle2 li.open {
    background: none;
  }

  .crumbStyle2 li.open a {
    color: var(--sys-color);
  }


  .productDetail-style2-desc-info .content {
    width: 100%;
  }

  .productDetail-style2-desc-info .content span {
    font-size: 14px;
  }

  .productDetail-style2-spec table span {
    font-size: 14px;
  }
  .productDetail-style2-swiper .slider-for {
    height: auto;
  }

  .productDetail-style2-images  .slick-prev, .productDetail-style2-images  .slick-next {
    display: none !important;
  }
}

@media screen and ( max-width: 320px ) {
  .productDetail-style2-images  .slick-prev, .productDetail-style2-images  .slick-next {
    display: none !important;
  }
}


/*产品详情页效果二 end*/

.productDetail-style1-mobile-tab button{
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  background-color: var(--sys-color);
  color: white;
  border-radius: 2px;
}
.productDetail-style1-mobile-tab ul{
  width: 100%;
}

.productDetail-style1-mobile-tab .dropdown-item.active,  .productDetail-style1-mobile-tab .dropdown-item:active{
  background-color: var(--sys-color);
  color: white;
}
.productDetail-style1-mobile-tab .btn-secondary:hover{
  background-color: var(--sys-color);
  color: white;
}

.productDetail-style1-mobile-tab .dropdown-toggle::after {
  display: inline-block;
  /* margin-left: 0.255em; */
  /* vertical-align: 0.255em; */
  content: "";
  border-top: 10px solid;
  border-right: 10px solid transparent;
  border-bottom: 0;
  border-left: 10px solid transparent;
  position: absolute;
  right: 5%;
  top: 37%;
}
.tab-pane p video{
  width: 100%;
  height: auto;
}

/*新闻列表效果五 start*/
.uni-news-list-style-5 .uni-news-brand-style-5 {
  display: flex;
  flex-wrap: wrap;
}

.uni-news-list-style-5 .uni-news-brand-style-5 .brand-list {
  display: flex !important;
  flex-direction: column;
  padding: 15px;
}

.uni-news-list-style-5 .brand-list:nth-child(4n+1) {
  padding-left: 0 !important;
}

.uni-news-list-style-5 .brand-list:nth-child(4n) {
  padding-right: 0 !important;
}

.uni-news-list-style-5 .brand-list-box{
  /*border: 1px solid #eee;*/
  padding: 15px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  /* 添加过渡效果 */
  transition: transform 0.3s ease-in-out;
}

.uni-news-list-style-5 .brand-list-box:hover {
  transform: translateY(-10px);
}
.uni-news-list-style-5 .brand-list-box h5{
  font-weight: bold;
  text-align: center;
  margin-top: 10px;
  font-size:18px;
}
.uni-news-list-style-5 .brand-list-box p{
  margin-bottom: 10px;
}
.uni-news-list-style-5 .brand-list-box .button{
  display: block;
  width: 100px;
  line-height: 33px;
  text-align: center;
  border: 1px solid var(--sys-color);
  color: var(--sys-color);
  font-size: 14px;
  padding: 0px;
  border-radius: 2px;
  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
}
.uni-news-list-style-5 .brand-list-box .button:hover{
  background-color: var(--sys-color);
  color: #ffffff;

}
.uni-news-list-style-5 .brand-list-footer{
  display: flex;
  justify-content: center;
}
.uni-news-list-style-5 .uni-news-brand-style-5 .brand-list .brand-title p {
  margin-bottom: 10px;
}
.uni-news-list-style-5 .uni-news-brand-style-5 .brand-list .brand-addr a{
  font-weight: bold;
}
.uni-news-list-style-5 .uni-news-brand-style-5 .brand-list .brand-addr img {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}

.uni-news-list-style-5 .uni-news-brand-style-5 .brand-list .img {
  height: 170px;
  overflow: hidden;
  position: relative;
}
.uni-news-list-style-5 .uni-news-brand-style-5 .brand-list .img a{
  display: flex;
  justify-content: center;
}
.uni-news-list-style-5 .uni-news-brand-style-5 .brand-list .img img {
  width: auto;
  height: 170px;
  /*border: 1px solid #ebebeb;*/
  -webkit-transform: scale(1);
  transform: scale(1);
  transition: all 0.8s ease;
  -webkit-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  -ms-transition: all 0.8s ease;
}
.uni-news-list-style-5 .uni-news-brand-style-5 .brand-list .img img:hover{
  -webkit-transform: scale(1.08);
  transform: scale(1.08);
}

@media screen and (max-width: 1400px) {
  .uni-news-list-style-5 .uni-news-brand-style-5 .brand-list {
    padding: 15px !important;
  }
}

/*新闻列表效果五 end*/
/*分割线效果六 start*/

.uni-split-style6 {
  display: flex;
  align-items: center;
  border-bottom: 3px solid #e4e4e4;
}

.uni-split-style6-box {
  border-bottom: 3px solid var(--sys-color);
  margin-bottom: -3px;
}

.uni-split-style6 .title {
  color: var(--sys-color);
}
/*分割线效果六 end*/
/*空白分割线 start*/
.white-split{
  height: 50px;
}
@media (max-width: 991px) {
  .white-split{
    height: 20px;
  }
}
/*空白分割线 end*/
/*首页客户案例效果三 start*/
.uni-case-style3 {
  overflow: hidden;
  padding: 60px 0 90px;
}
.uni-case-style3 .title h2 {
  color: var(--color-black);
  text-align: center;
  margin-bottom: 60px;
  font-weight: bold;
  position: relative;
}
.uni-case-style3 .title h2::after {
  content: "";
  display: inline-block;
  width: 50px;
  border-bottom: 3px solid var(--sys-color);
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
}

.uni-case-style3-block{
  margin: 0;
  padding: 0;
  background: rgba(var(--sys-color-rgb), .5);
}
.uni-case-style3-block:nth-child(3n+2) {
  background: rgba(var(--sys-color-rgb), 1);
}
.uni-case-style3-block-one{
  /*border: 1px solid #eee;*/
  /*margin: 10px;*/
}
.uni-case-style3-block-title{
  /*border-bottom: 1px solid #eee;*/
  padding: 20px;
  color: var(--color-black);

}
.uni-case-style3-block-title h5{
  margin-bottom: 0;
  text-align: center;
  color: white;
  font-weight: bold;
}
.uni-case-style3-block ul {
  list-style: none;
  /*padding: 0;*/
  padding: 20px 40px;
  /*background: rgba(var(--sys-color-rgb), .2);*/
}

.uni-case-style3-block li {
  color: var(--color-black);
  list-style-type: disc; /* 使用点号作为列表项前缀 */
  margin: 5px 0;
}
.uni-case-style3-text {
  text-align: center;
  padding: 20px 10px 30px 10px;
  /*background: rgba(var(--sys-color-rgb), .2);*/
}

.uni-case-style3-more a{
  color: #ffffff;
}

.uni-case-style3-more a:hover{
  color:white;
}
.uni-case-style3-block-ul li:hover{
  color: #c0c0c0;
  cursor: pointer
}
.uni-case-style3-inner-image {
  border: 1px solid #eee;
  background-color: #fff;
  text-align: center;
  position: relative;
  top: 0;
  /*box-shadow: 0 0 10px 5px #f3f3f3;*/
  /*padding: 30px;*/
  height: 100%;
  border-radius: 2px;
}
.uni-case-style3-inner-image:hover {
  top: -10px;
  z-index: 1;
}
.uni-case-style3-inner-image img {
  /*width:168px;*/
  height: 78px;
  /*object-fit: cover;*/
  margin-bottom: 10px;
  padding: 10px;
}
.uni-case-style3-inner{
  padding: 10px;
  margin: 0;
  /*padding-right: 25px;*/
  /*margin-bottom: 20px;*/
}
.uni-case-style3-inner-image h5{
  color: var(--color-black);
  font-weight: bold;
  font-size: 15px;
}
.uni-case-style3-inner-image p{
  color: #929292;
}
.uni-case-style3-block-ul{
  margin: auto;
  padding: 0 30px;
}
.uni-case-style3-more i{
  margin: 2px;
}
/*首页客户案例效果三 end*/
/*分割线效果7*/
.split_seven  h2::after {
  content: "";
  display: inline-block;
  width: 75px;
  border-bottom: 4px solid var(--sys-color);
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-55%);
}
/*分割线效果7*/
.background-radius-10{
  background: #fff;
  border-radius: 10px;
}
.uni-crumb3{
  background: #f5f5f5;
  padding: 0px 0 30px 0;
}
.uni-crumb3-block {
  text-align: center;
  padding: 30px;
}
.uni-crumb3-block i{
  font-size: 60px;
  margin-bottom: 10px;
}
.uni-crumb3-block img {
  width: 104px;
  height: 104px;
  object-fit: cover;
  margin-bottom: 10px;
}
.uni-crumb3-content{
  padding: 0;
  margin: 0;
  width: calc(100% /5);
}
.uni-crumb3-block h5{
  font-weight: bold;
}
.uni-crumb3-block p{
  color: #929292;
}
.uni-crumb3-div{
  position: relative;
  margin-top: -50px;
  z-index: 9;
}
.uni-crumb3-row{
  padding: 0px 30px;
  /*box-shadow: 0 5px 5px rgba(0, 0, 0, 0.15);*/
  box-shadow: 0 5px 10px rgb(0 0 0 / 15%);
  color: var(--color-black);
  display: flex;
  justify-content: center;
}
.uni-crumb3-row .active a{
  color: var(--sys-color);
}
@media (max-width: 993px) {

  .uni-crumb3-div{
    margin-top:0px;
  }
  .uni-crumb3-row{
    padding: 0 ;
  }
  .uni-crumb3-block{
    padding: 10px 5px;
  }
  .uni-crumb3-block i {
    font-size: 30px;
  }
  .uni-crumb3-block h5{
    font-size: 15px;
  }

}
.submenu {
  display: none;
}
.submenu.show {
  display: block;
}
.uni-aside-style h5{
  font-weight: bold;
  color:var(--color-black);
}
.uni-aside-title i{
  display: none;
}
.uni-aside-style a{
  color:var(--color-black);
  border-bottom: 1px solid #eee;
  padding: 6px 10px;
  font-size: 16px;
}
.uni-aside-style .parent{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.uni-detail-style2{
  background: #f5f5f5;
}
.uni-aside-style{
  /*padding: 30px 20px;*/
  padding: 0;
  padding-right: 20px;

}
.uni-aside-style nav {
  padding: 30px;
  height: 100%;
}
.uni-aside-style{
  width: 25%;
}
.uni-main{
  width: 75%;
  padding: 0;
  padding-left: 10px;
}
.uni-aside-nav{
  padding: 10px 20px;
}
.uni-aside-nav .nav-item{
  margin-left: 15px;
}
.uni-aside-nav .active{
  color: var(--sys-color);
}
.uni-aside-nav .nav-link:focus, .uni-aside-nav .nav-link:hover {
  color: var(--sys-color);
}
.uni-main-detail{
  padding: 30px 40px;
  height: 100%;
}
.multiAsideTop{ position: fixed; left: 0; top: 50px; right: 0;z-index: 99999; }
@media (max-width: 993px) {
  .uni-aside-style{
    width: 100%;
    padding:10px 0;
  }
  .uni-main{
    width: 100%;
    padding: 0;
  }
  .background-radius-10{
    border-radius: 0px;
  }
  .uni-aside-style nav{
    padding: 10px;
  }
  .uni-aside-nav{
    display: none;
  }
  .uni-aside-style .on{
    display:block;
  }
  .uni-crumb3{
    padding: 0;
  }

  .uni-main-detail{
    padding: 10px;
  }
  .uni-aside-title i{
    display: block;
    float: right;
  }
  .uni-aside-nav{
    padding: 10px;
  }
  .uni-aside-style a{
    padding: 2px 10px;
  }
}
/*效果五十五 - 公司历程 start*/
.uni-history6 h3 {
  text-align: center;
  line-height: 1.1;
  padding: 60px 0 30px;
  display: flex;
  justify-content: center;
  font-size: 36px;
  flex-direction: column;
  align-items: center;
  color: var(--color-black);
  font-weight: bold;
}

.uni-history6 h3 span {

  margin-top: 20px;
  width: 75px;
  border-bottom: 4px solid var(--sys-color);
}

/* 发展历程 */
.uni-history6 {
  position: relative;
}

.uni-history6-box {
  padding: 0 0 80px;
  position: relative;
}

.uni-history6-box .line {
  height: 1px;
  background: #cfcfcf;
  position: absolute;
  left: 37px;
  right: 37px;
  top: 320px;
}


.uni-history6-box li {
  position: relative;
  height: 640px;
  display: flex;
  justify-content: center;
}

.uni-history6-box li .uni-history6-mod {
  position: absolute;
  top: 218px;
  background-size: contain !important;

}

.uni-history6-box li .uni-history6-mod i {
  line-height: 24px;
  font-weight: bold;
  position: absolute;
  left: 8px;
  right: 8px;
  top: 88px;
  text-align: center;
  bottom: 55px;
  font-size: 24px;
  color: var(--color-black);
}

.uni-history6-box li .text {
  /*width: 240px;*/
  background: var(--sys-color);
  border-radius: 5px;
  position: absolute;
  /*left: 37%;*/
  top: 425px;
  /*margin-left: -62px;*/
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  padding: 10px;
}

.uni-history6-box li .text p {
  padding: 10px;
  color: #fff;
  margin: 0;
}

.uni-history6-box li.n2 {
  margin-top: 0;
}

.uni-history6-box li.n2 .uni-history6-mod {
  /*background: url(../images/time_line1.png) no-repeat center;*/
  top: auto;
  bottom: 255px;
}

.uni-history6-box li.n2 .uni-history6-mod i {
  top: auto;
  bottom: 55px;
  font-size: 24px;
  color: var(--color-black);
}

.uni-history6-box li.n2 .text {
  top: auto;
  bottom: 420px;
}


.uni-history6 .swiper-button-next,
.uni-history6 .swiper-button-prev {
  top: 45%;
  margin-top: 0px;
  color: #fff;
  background: #cacaca;
  padding: 30px 20px;
}

.uni-history6-mod {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  width: 114px;
  height: 169px;
  padding-top: 55px;
  /*transform: rotate(180deg); !* 将div向下旋转180度 *!*/
}

.n2 .uni-history6-mod {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  width: 114px;
  height: 169px;
  padding-top: 55px;
  transform: unset;
}

.uni-history6-line {
  position: absolute;
  left: 50%;
  top: 160px;
  overflow: auto;
  width: 2px;
  height: 53px;
  background-color: var(--sys-color);
  transform: translateX(-50%);
}

.n2 .uni-history6-line {
  left: 50%;
  top: 0px;
  height: 55px;
}

.uni-history6-main {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-self: center;
  overflow: auto;
  padding: 7px;
  background-color: var(--sys-color);
  border-radius: 50px;
}

.uni-history6-overlayer {
  align-self: center;
  overflow: auto;
  width: 80px;
  height: 80px;
  background-color: #FFFFFF;
  border-radius: 50px;
}

.uni-history6-icon-piece {
  position: absolute;
  left: 50%;
  top: 140px;
  width: 30px;
  height: 27px;
  transform: translateX(-50%);
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  background-color: var(--sys-color); /* 背景颜色 */
  border-radius: 50%; /* 将水滴形状的div设置为圆形 */
}

.n2 .uni-history6-icon-piece {
  top: 35px;
}

/* 显示圆圈 */
.swiper-slide:not(.n2) .uni-history6-icon-piece {
  border-radius: 50%;
  width: 30px;
  height: 27px;
  left: 38%;
  top: 142px;
}

/* 让水滴向下旋转 */
.swiper-slide:not(.n2) .uni-history6-icon-piece {
  transform: rotate(180deg);
}

/* 让垂直线向下 */
.swiper-slide:not(.n2) .uni-history6-line {
  transform: rotate(180deg);
}

/*效果五十五 - 公司历程 end*/
/*效果五十五(效果五十四改版) start*/
.uni-xiaoguo55-title {
  color: var(--color-black);
  font-weight: bold;
  text-align: center;
  padding: 30px 0 50px;
}
.uni-xiaoguo55-title::after {
  content: "";
  display: inline-block;
  width: 75px;
  border-bottom: 4px solid var(--sys-color);
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-55%);
}
.uni-xiaoguo55 video {
  /*float: left;*/
  /*width: 480px;*/
  /*height: 270px;*/
  /*margin: 0 30px 0 60px;*/
  width: 100%;
  /*height: 100%;*/
  padding: 0 10px 10px;
}

.uni-xiaoguo55-content {
  /*display: flex;*/
  padding-right: 20px;
  padding-left: 10px;
}
.uni-xiaoguo55-content h5{
  color: red;
  font-weight: bold;
  font-size: 14px;
}
.uni-xiaoguo55-content p {
  font-size: 14px;
  color: var(--color-black);
  line-height: 35px;

}

.uni-xiaoguo55-container {
  display: flex;
  flex-direction: column;
  background-color: white;
}

.uni-xiaoguo55 {
  background-position: top center;
  padding-top: 25%;
}
.uni-history6-box1{
  display: block;
}
.uni-history6-box2{
  display: none;
}
@media (max-width: 992px) {
  .uni-history6-box1{
    display: none;
  }
  .uni-history6-box2{
    display: block;
  }
  .uni-history6-box2 li{
    height: 340px;
  }
  .uni-history6-box2 .line{
    top:275px
  }
  .uni-history6-box2 li.n2 .uni-history6-mod{
    bottom:0px
  }
  .uni-history6-box li.n2 .text{
    bottom:180px
  }
  .uni-history6 .swiper-button-next, .uni-history6 .swiper-button-prev{
    top: 73%;
  }
  .n2 .uni-history6-line{
    top: -20px;
  }
}
@media (max-width: 993px) {
  .uni-xiaoguo55 {
    padding-top: unset;
    background: unset;
  }

  .uni-xiaoguo55 video {
    width: 100%;
    margin: 0;
    height: auto;
  }

  .uni-xiaoguo55-content p {
    font-size: 14px;
    padding: unset;
    line-height: 35px;
    color: var(--color-black);
    text-align: justify;
  }
}

/*效果五十六(效果五十四改版) end*/
/*分割线效果八 start*/

.uni-split-style7-container {
  display: flex;
  /*align-items: center;*/
  flex-direction: column;
  /*border-bottom: 3px solid #e4e4e4;*/
}

.uni-split-style7-box {
  border-bottom: 2px solid #9f9f9f;
  /*margin-bottom: -3px;*/
  width: 15%;
  display: flex;
  min-width: 150px;
}

.uni-split-style7-title {
  color: var(--color-black);
}
.uni-split-style7-sub-title{
  display: flex;
  margin-top: 5px;
  font-weight: bold;
  color: #9f9f9f;
}
/*分割线效果八 end*/
/*联系我们样式2 start*/
.uni-connect-style2 .lable{
  font-size: 16px;
  /*font-family :"Microsoft YaHei";*/
}


/*导航栏效果三样式 start*/
/*头部导航*/
.header-pc-style3 {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 55;
  line-height: 5.625rem;
  border-bottom: 1px solid var(--sys-head3-color);
  height: 5.625rem;
  background-color: var(--sys-head3-color);
}


/*三种情况的头部*/
.header-pc-style3.nocolor {
  /*background: url(../images/bg_01.png) repeat;*/
  /*background-color: black;*/
  background-color: rgba(var(--sys-head3-color-rgb),0.8);
}

/*.header-pc-style3.black{ background: #171717; }*/
.headNav-style3 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.headNav-style3 .headNav-style3-logo {
  /*position: absolute;*/
  /*left: 0;*/
  /*top: 0;*/
  /*z-index: 2;*/
  width: 25%;
}

.headNav-style3 .headNav-style3-logo img {
  /*position: relative;*/
  /*top: -1px;*/
  width: 100%;
  max-height: 70px;
}

.headNav-style3 ul {
  overflow: hidden;
  /*width: 100%;*/
  text-align: center;
  /*position: absolute;*/
  /*left: 0;*/
  margin-left: 0;
}

.headNav-style3 li.headNav-style3-outside-li {
  display: inline-block;
  padding-right: 20px;
  position: relative;
  padding-left: 20px;
}
.headNav-style3-a:hover{
  color:var(--head3-font-color);
}
.headNav-style3-outside-li:before {
  display: block;
  position: absolute;
  right: 0;
  content: "/";
  color: white;
}

.headNav-style3 li:last-child:before {
  display: none;
}

.headNav-style3 li.headNav-style3-outside-li .headNav-style3-a {
  text-transform: uppercase;
  font-size: 16px;
  color: #FFFFFF;
  display: block;
  position: relative;
}

.headNav-style3 li .headNav-style3-a.active {
  color: var(--head3-font-color);
}

.headNav-style3 .seekBox {
  position: sticky;
  line-height: normal;
  width: 138px;
  height: 34px;
  top: 22px;
  right: 124px;
}

.headNav-style3 .seekBox input {
  height: 33px;
  background: transparent;
  padding: 0px;
  font-size: 16px;
  /*font-family: "微软雅黑";*/
  outline: none;
  border: 0px;
  width: 114px;
  position: absolute;
  right: 0;
  border-bottom: 1px solid var(--head3-font-color);
  color: #FFFFFF;
  padding-right: 24px;
}

.headNav-style3 .seekBox input::-moz-placeholder {
  color: var(--head3-font-color);
  opacity: 0.8;
}

.headNav-style3 .seekBox input::-ms-input-placeholder {
  color:var(--head3-font-color);
  opacity: 0.8;
  font-size: 12pt;
}

.headNav-style3 .seekBox input::-webkit-input-placeholder {
  color: var(--head3-font-color);
  opacity: 0.8;
  font-size: 12pt;
}

.headNav-style3 .seek {
  position: absolute;
  right: 0;
  top: 7px;
  font-size: 16px;
  color: var(--head3-font-color);
}
.headNav-style3-search{
  display: flex;
  align-items: center;
}

.headNav-style3 .clear {
  width: 24px;
  height: 33px;
  font-size: 30px;
  color: var(--sys-color);
  /*font-family: -webkit-pictograph;*/
  position: absolute;
  right: 0;
  top: 0;
  display: none;
}

.headNav-style3 .seekBox .show-pop-box {
  position: absolute;
  right: 0;
  font-size: 14px;
  bottom: -29px;
  z-index: 10;
  width: 724px;
  height: 30px;
  line-height: 30px;
  background: #fff;
  color: #333;
  padding-left: 15px;
  box-sizing: border-box;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
  display: none;
  cursor: pointer;
}



.headNav-style3 .headNav-style3-language {
  float: right;
  position: relative;
}
/*.headNav-style3 .headNav-style3-language i{*/
/*  color: var(--sys-color);*/
/*}*/
.headNav-style3 .headNav-style3-language span {
  font-size: 12pt;
  padding-left: 32px;
  background: url(../images/icoimg.png) no-repeat left center;
  text-transform: uppercase;
  color: #999999;
  cursor: pointer;
  background-size: 20px;
}

.headNav-style3 .headNav-style3-language dl {
  position: absolute;
  left: 50%;
  margin-left: -45px;
  width: 110px;
  background: #FFFFFF;
  top: 100%;
  padding: 12px 0;
  display: none;
}

.headNav-style3 .headNav-style3-language dd {
  margin-left: 28px;
  line-height: 34px;
  position: relative;
}

.headNav-style3 .headNav-style3-language dd:before {
  content: '';
  display: block;
  width: 4px;
  height: 4px;
  background: #999999;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -2px;

}

.headNav-style3 .headNav-style3-language dd a {
  display: block;
  padding-left: 20px;
  text-transform: uppercase;
  font-size: 12pt;
}

.headNav-style3 .headNav-style3-language .open:before {
  background: var(--sys-color);
}

/*头部菜单*/
.headNav-style3-bar {
  width: 100%;
  position: fixed;
  top: 76px;
  left: 0;
  z-index: 999999999;
  background: #484848;
  display: none;
}

/*修改*/
.headNav-style3-language dl .open a {
  color: var(--sys-color);
}

.headNav-style3-language dl dd a:hover {
  color: var(--sys-color);
}

.headNav-style3-bar .headNav-style3-products {
  /*width: 1350px;*/
  margin: 20px auto 27px;
  overflow: hidden;
  text-align: center;
}

.headNav-style3 ul li:hover .headNav-style3-bar {
  position: fixed;
  top: 76px;
  left: 0;
  z-index: 999999999;
}

.headNav-style3-container {
  margin-right: -20px;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
}

.headNav-style3-block {
  margin-right: 20px;
}

.headNav-style3-bar .headNav-style3-products .headNav-style3-div {
  /*width: 12%;*/
  /*width:calc(100% / 8);*/
  /*font-size: 14px;*/
  /*display: block;*/
  /*vertical-align: top;*/
  /*float: left;*/
  margin-bottom: 20px;
}

.headNav-style3-bar .headNav-style3-products .headNav-style3-div:last-child {
  margin-right: 0;
}

.headNav-style3-bar .headNav-style3-products .headNav-style3-div img {
  width: 100%;
  max-width: 200px;
  max-height: 150px;
}

.headNav-style3-bar .headNav-style3-products .headNav-style3-div .title {
  display: block; /*font-family: "one";*/
  /*font-family: "微软雅黑";*/
  color: var(--head3-font-color);
  line-height: normal;
  /*padding: 24px 0 8px 0;*/
  height: 72px;
  border-bottom: 1px solid #5c5c5c;
  padding: 10px 0;
}
.headNav-style3-bar .headNav-style3-products .headNav-style3-div .title a {
  /*font-family: "微软雅黑";*/
  color: var(--head3-font-color);
}
.headNav-style3-bar .headNav-style3-products .headNav-style3-div .title {
  height: 44px;
  line-height: 22px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-align: center;
}

.headNav-style3-bar .headNav-style3-products .headNav-style3-div a {
  display: block; /*font-family: "one";*/
  font-size: 14px;
  color: #fff;
  line-height: 26px;
  text-align: center;
}

.headNav-style3-bar .headNav-style3-products .headNav-style3-div span a:hover {
  color: var(--head3-font-color);
  text-decoration: underline;
}

/*end*/
.headBtm li.move a {
  background: none;
  color: #333;
}

.headBtm li.aNow1 a {
  background: #f0f9f3;
  color: #32B663;
}


.headNav-style3-nav {
  text-align: center;
  padding-top: 35px;
  /*height: 300px;*/
  display: contents;
}

.headNav-style3-nav ul {
  /*float: none;*/
  /*margin-left: 0;*/
  /*left: 0;*/
  /*width: 100%;*/
  float: none;
  margin-left: 0;
  left: 0;
  width: 100%;
  display: flex;
  color: white;
  flex-direction: column;
  align-items: center;
  position: unset;
  padding: 30px 0;
}

.headNav-style3-nav li {
  /*float: none;*/
  /*display: inline-block;*/
  /*font-family: "Arial";*/
  line-height: 35px;
}
.headNav-style3-nav li a{
  color: white;
}

.headNav-style3-nav li h2 {
  font-size: 16px;
  color: #fff;
}

.headNav-style3-nav li dt {
  font-size: 14px;
  line-height: 28px;
  text-align: center;
}

.headNav-style3-nav li dt a {
  text-transform: Uppercase;
  color: var(--sys-color);
  font-size: 16px;
}

.headNav-style3-nav li dd {
  font-size: 14px;
  line-height: 28px;
  text-align: center;
}

.headNav-style3-nav li dd a {
  color: #fff;
}

.headNav-style3-nav li :hover {
  color: var(--head3-font-color);
  text-decoration: underline;
}

.nav_content {
  display: flex;
  flex-direction: column;
}
.nav_image{
  width: 100%;
}


@media screen and ( max-width: 1600px ) {
  /*.headNav-style3 .headNav-style3-language dl {*/
  /*  margin-left: -100px;*/
  /*}*/
}

@media screen and ( max-width: 1440px ) {
  /*.headNav-style3 .headNav-style3-language dl {*/
  /*  margin-left: -200px;*/
  /*}*/
  .headNav-style3 .headNav-style3-logo{
    width: 25%;
  }
  .headNav-style3 li.headNav-style3-outside-li .headNav-style3-a{
    font-size:14px;
  }
  .headNav-style3 .headNav-style3-language span {
    font-size: 14px;
    padding-left: 10px;
  }
}

@media screen and ( max-width: 1004px ) {

  /*头部*/
  .headNav-style3 {
  }

  .header-pc-style3 {
    line-height: 0.76rem;
    height: 0.76rem;
    background: #000 !important;
  }

  .header-pc-style3 .headNav-style3-logo img {
    height: 0.26rem;
  }

  .header-pc-style3 .headNav-style3-language {
    float: left;
    margin: 0 0 0 3.72rem;
  }

  .headNav-style3 .headNav-style3-language span {
    padding-right: 0.32rem;
    background: url(../images/head_i2.png) no-repeat right center;
    background-size: 0.20rem;
    font-size: 0.24rem;
  }

  .headNav-style3 .headNav-style3-language dl {
    z-index: 10;
    position: fixed;
    left: 0;
    margin: 0;
    top: 0.76rem;
    width: 5.3rem;
    padding: 0.23rem 0;
  }

  .headNav-style3 .headNav-style3-language dd {
    line-height: 0.58rem;
    margin-left: 0.42rem;
  }

  .headNav-style3 .headNav-style3-language dd:before {
    width: 0.07rem;
    height: 0.07rem;
    margin: 0;
    transform: translateY(-50%);
  }

  .headNav-style3 .headNav-style3-language dd a {
    padding-left: 0.3rem;
  }

  .header-pc-style3 .menu {
    float: right;
    cursor: pointer;
    width: 0.6rem;
    text-align: right
  }

  .header-pc-style3 .menu img {
    width: 0.27rem;
  }
}
@media screen and (max-width: 1600px) {
  .headNav-style3-bar .headNav-style3-products .headNav-style3-div a {
    line-height: 20px;
  }
}
/*导航栏效果三样式 end*/
/*面包屑效果二 start*/
.withtinNavTop{ position: fixed; left: 0; top: 77px; right: 0;z-index: 50; }
.uni-breadcrumb-style2 {
  /*margin: 0px 0 72px;*/
  background: rgba(233, 233, 233, 0.9);
}

.uni-breadcrumb-style2-ul {
  text-align: center;
  height: 50px;
  display: flex;
  justify-content: center;
}

.uni-breadcrumb-style2-ul:after {
  content: '';
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
}

.uni-breadcrumb-style2-ul li, .uni-breadcrumb-style2-ul li a {
  display: inline-block;
  height: 50px;
  line-height: 50px;
  width: auto;
  padding: 0 10px 0;
  text-align: center;
  margin: 0 -2px 0;
  font-size: 15.5px;
  cursor: pointer;
}

.uni-breadcrumb-style2-ul li.open {
  background: var(--sys-color);
  position: relative;
}

.uni-breadcrumb-style2-ul li.open:before {
  position: absolute;
  left: 50%;
  margin-left: -11px;
  top: 100%;
  content: '';
  display: block;
  border: 11px solid var(--sys-color);
  border-bottom: none;
  border-right-color: transparent;
  border-left-color: transparent;
  z-index: 10;
}

.uni-breadcrumb-style2-ul li.open a {
  color: #FFFFFF;
}

.uni-breadcrumb-style2-ul li:hover, .uni-breadcrumb-style2-ul .liNow {
  background: var(--sys-color);
  position: relative;
}

.uni-breadcrumb-style2-ul li:hover a, .uni-breadcrumb-style2-ul .liNow a {
  color: #FFFFFF;
}

.uni-breadcrumb-style2-ul2 {
  text-align: center; /*height: 60px;*/
  border-bottom: #ddd solid 1px;
  background: #fff;
  display: flex;
  justify-content: center;
}

.uni-breadcrumb-style2-ul2 li, .uni-breadcrumb-style2-ul2 li a {
  display: inline-block;
  height: 50px;
  line-height: 50px;
  padding: 0 10px 0;
  text-align: center;
  margin: 0 -2px 0;
  font-size: 14px;
  /*font-family: 'Arial';*/
  cursor: pointer;
}

.uni-breadcrumb-style2-ul2 li.open {
  background: var(--sys-color);
  position: relative;
}

.uni-breadcrumb-style2-ul2 li.open:before {
  position: absolute;
  left: 50%;
  margin-left: -11px;
  top: 100%;
  content: '';
  display: block;
  border: 11px solid var(--sys-color);
  border-bottom: none;
  border-right-color: transparent;
  border-left-color: transparent;
  z-index: 10;
}

.uni-breadcrumb-style2-ul2 li.open a {
  color: var(--sys-color);
}

.uni-breadcrumb-style2-ul2 li:hover {
  color: var(--sys-color);
  position: relative;
}

.uni-breadcrumb-style2-ul2 li:hover a {
  color: var(--sys-color);
}

.uni-breadcrumb-style2-ul2 li a.anow {
  color: var(--sys-color);
}
/*手机-内页2级栏目*/
.uni-breadcrumb-mobile-style2{

}
.uni-breadcrumb-mobile-style2-div {
  position: relative;
  background: var(--sys-color) ;
  height: 45px;
  line-height: 45px;
  background-size: 3%;
  box-shadow: 0 0 5px #ddd;
}

.uni-breadcrumb-mobile-style2-div a {
  display: block;
  padding: 0 3%;
  font-size: 16px;
  color: #fff;
}

/*.uni-breadcrumb-mobile-style2 .on a::after{*/
/*    display: inline-block;*/
/*    !* margin-left: 0.255em; *!*/
/*    !* vertical-align: 0.255em; *!*/
/*    content: "";*/
/*    border-top: 10px solid;*/
/*    border-right: 10px solid transparent;*/
/*    border-bottom: 0;*/
/*    border-left: 10px solid transparent;*/
/*    position: absolute;*/
/*    right: 5%;*/
/*    top: 37%;*/
/*}*/
.uni-breadcrumb-mobile-style2-content {
  display: none;
  position: absolute;
  width: 100%;
  background: #ebebeb;
  padding: 10px 0;
  z-index: 99;
}

.uni-breadcrumb-mobile-style2-content ul li {
  height: 40px;
  line-height: 40px;
}

.uni-breadcrumb-mobile-style2-content ul li a {
  border-bottom: 1px solid #cecece;
}

.uni-breadcrumb-mobile-style2-content ul li:last-child a {
  border-bottom: 0;
}

.uni-breadcrumb-mobile-style2-content ul li a {
  display: block;
  margin: 0 3%;
  color: #787878;
}

.uni-breadcrumb-mobile-style2-div.on {
  background: var(--sys-color);
  background-size: 4%;
}

.uni-breadcrumb-mobile-style2-content ul li.uni-breadcrumb-mobile-style2-navin {
  display: none;
  background: #fff;
  height: auto;
}

.uni-breadcrumb-mobile-style2-content ul li.uni-breadcrumb-mobile-style2-navin a {
  border-bottom: 0;
  padding-left: 15px;
  line-height: 32px;
  font-size: 12px;
}



.within_Ban img {
  width: 100%;
}

.within_Ban {
  position: relative;
  min-height: 0.76rem;
  /*margin-top: 3.5rem;*/
}

.within_Ban .text {
  font-size: 60px;
  color: #FFFFFF;
  text-align: center;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  left: 0;
  right: 0;
  text-transform: uppercase;
}
.within_Ban .text {
  font-size: 0.6rem;
}

.within_Ban img {
}
@media screen and ( max-width: 1600px ) {
  .uni-breadcrumb-style2-ul li, .uni-breadcrumb-style2-ul li a {
    height: 50px;
    line-height: 47px;
    width: auto;
  }
}


@media screen and ( max-width: 1004px ) {
  /*.uni-page-head {*/
  /*  margin-top: 3.6rem;*/
  /*}*/
  .uni-page-head1 {
    margin-top: 0;
  }
  .within_Ban {
    /*margin-top: 3.5rem;*/
  }
  .pc-hide {
    display: block !important;
  }

  .pc-show {
    display: none !important;
  }

  .fl, .fr {
    float: none;
  }

  body .ind-banner .swiper-pagination {
    bottom: 10px;
  }


  /*产品列表*/
  .within_Ban .text {
    font-size: 0.6rem;
  }

  .within_Ban img {
  }

  .uni-breadcrumb-style2 {
    position: relative;
    background: var(--sys-color);
    margin-bottom: 0.86rem;
    display: none;
  }

  .uni-breadcrumb-style2 span {
    background-size: 0.28rem;
    line-height: 1rem;
    color: #FFFFFF;
    font-size: 0.3rem;
  }

  .uni-breadcrumb-style2 span.open {
    background-size: 0.28rem;
  }

  .uni-breadcrumb-style2 ul {
    position: absolute;
    left: 0;
    top: 100%;
    right: 0;
    background: #FFFFFF;
    z-index: 20;
    display: none;
    height: auto;
  }

  .uni-breadcrumb-style2 ul li {
    width: 100%;
    float: none;
    height: 0.9rem;
  }

  .uni-breadcrumb-style2-ul li a {
    line-height: 0.9rem;
    padding: 0 0.2rem;
    text-align: left;
    font-size: 0.28rem;
  }

  .uni-breadcrumb-style2-ul li.open:before {
    display: none;
  }


  .withtinNavTop {
    top: 3.76rem;
    position: fixed;
    width: 100%;
  }

  .height1 {
    height: 1.86rem;
  }

  .uni-breadcrumb-style2-ul li {
    border-bottom: 1px solid #f2f2f2;
    background: #FFFFFF;
  }

  .uni-breadcrumb-style2-ul li:last-child {
    border-bottom: none;
  }

  .uni-breadcrumb-style2-ul li.open {
    background: none;
  }

  .uni-breadcrumb-style2-ul li.open a {
    color: var(--sys-color);
  }
}

/*面包屑效果二 end*/
.uni-connect-style2  .requ::after {
  content: "*";
  margin: 0 5px;
}
.uni-connect-style2 .input-area .input-item, .uni-connect-style2 .input-area .textarea-item{
  background: #ebecf1;
  border-radius: 30px;
}
.uni-connect-style2  .vtitle{
  display: flex;
  justify-content: flex-end;;
}
.uni-connect-style2  .vtitle button{
  background-color: unset;
  border: 1px solid var(--sys-color);
  border-radius: 10px;
  margin-top: 10px;
}
.uni-connect-style2  .vtitle span {
  color: var(--sys-color);
}
.uni-connect-style2  .vtitle button:hover  {
  background-color: var(--sys-color);
}
.uni-connect-style2  .vtitle button:hover span {
  color:#FFFFFF;
}
/*联系我们样式2 end*/
.uni-nav-page .rt-post-grid .post-content .post-title{
  text-align: left ;
  font-weight: bold;
}
.uni-nav-page .rt-post-grid .post-img img{
  min-height: 220px;
  max-width: 100%;
  width: auto;
  object-fit: cover;

}
.uni-nav-page .rt-post-grid .post-img{
  box-shadow: 0 7px 12px 0 rgba(0, 0, 0, 0.16);
  border-radius: 10px;
}
.uni-nav-page{
  margin: 40px 0;
}
.uni-relatedProduct{
  margin: 40px 0 0;
}
.uni-case-content{
  border: 1px solid #dfdfdf;
  /* margin: 10px 0; */
  padding: 0px;
  margin-bottom: 20px;
  border-radius: 5px;
}
.uni-case-content h4{
  background-color: var(--sys-color);
  color: #ffffff;
  font-weight: bold;
  text-align: center;
  padding: 10px;
  border-radius: 5px 5px 0 0;
}

.uni-categoryAll-img{
  max-height: 220px;
}
.uni-categoryAll-card{
  flex:1;
}
.uni-xiaoguo23-item a{
    display: flex;
    flex: 1;
    max-width: 100%;
}
/*效果五十七 效果五十八 底部效果五 start*/

.uni-xiaoguo57 .uni-cont {
  padding: 1vh .5vh 1vh;
  text-align: center;
}

.uni-xiaoguo57 .uni-title {
  font-size: 35px;
  font-weight: bold;
  color: var(--color-black);
}

.uni-xiaoguo57.uni-title p {
  margin: 1vh 0;
}

.uni-xiaoguo57 a {
  background-color: var(--sys-color);
  color: #fff;
  padding: 6px 30px;
  border-radius: 8px;
  font-size: 16px;
  display: inline-block;
  margin: 4vh;

}

.uni-xiaoguo57{
  position: relative;
  margin-top: -100px;
  z-index: 9;
  border-radius: 20px;
  background: linear-gradient(180deg, rgba(241, 241, 241, 0.8) 0%, rgba(254, 254, 254, 0.90) 100%);
  box-shadow: 0px 32px 52.8px 0px rgba(216, 216, 216, 0.25);
  backdrop-filter: blur(15px);
  padding: 15px 40px 20px;
}
.uni-xiaoguo57 .uni-num .uni-cont-text {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.uni-xiaoguo57 .uni-num .uni-cont-text .uni-xiaoguo57-div {
  display: flex;
  align-items: center;
  justify-content: center;
  /*padding-bottom: 1vh;*/
}

.uni-xiaoguo57 .uni-num .uni-cont-text .uni-xiaoguo57-div .text {
  text-align: left;
  line-height: 35px;
  /*padding-left: 5px;*/
  font-size: 25px;
  color: var(--sys-color);
  font-weight: bold;
}

.uni-xiaoguo57 .uni-num .uni-cont-text .uni-xiaoguo57-div p {
  font-size: 65px;
  margin-bottom: 0;
  font-weight: 500;
  color: var(--sys-color);
  line-height: normal;
  -webkit-text-stroke: 2px var(--sys-color); /* 设置空心线条的宽度和颜色 */
  /*color: transparent; !* 将文字颜色设为透明 *!*/
}

.uni-xiaoguo57 .uni-num .uni-cont-text .uni-xiaoguo57-p {
  font-size: 18px;
  color: #333;
  font-weight: bold;
  line-height: normal;
}

@media (max-width: 991px) {
  .uni-xiaoguo57 .uni-num .uni-cont-text .uni-xiaoguo57-div p {
    font-size: 2rem;
  }
  .uni-xiaoguo57 {
    margin-top:0px;
    padding: 20px;
    background: unset;
    box-shadow: unset;
    backdrop-filter: unset;
  }
  .uni-xiaoguo57 .uni-num .uni-cont-text .uni-xiaoguo57-p{
    font-size: 11px;
  }
  .uni-xiaoguo57 .uni-num .uni-cont-text .uni-xiaoguo57-div .text{
    line-height: 20px;
    font-size: 16px;
  }
  }
.uni-xiaoguo58-item{
  margin: 0;
  padding:20px;
}

.uni-xiaoguo58-content{
  padding: 40px;
  border-radius: 20px;
  border: 2px solid #FFF;
  box-shadow: 0px 32px 52.8px 0px rgba(216, 216, 216, 0.25);
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color:var(--color-black);
}
.uni-xiaoguo58-content h4{
  /*font-weight: bold;*/
  /*margin-left: 16px;*/
}
.uni-xiaoguo58-content-p{
  margin: 20px 0px 20px 0px;
}
.uni-xiaoguo58-content p{
  margin-bottom: 5px;
  font-size: 14px;
  /*text-indent: 1em;*/
  letter-spacing: 2px;
}

.uni-xiaoguo58-content a{
  text-align: end;
}

.uni-xiaoguo58-content span{
  text-align: end;
  color:var(--sys-color);
  font-weight: bold;
  font-size: 16px;
}
.uni-footer-style3{
  /*color: #555 !important;*/
  /*background: #EEF0F3;*/
}
.uni-footer-style3 .uni_foot_nav dl dt,
.uni-footer-style3 .uni_foot_nav dl dt a {
  /*color: #555;*/
}
.uni-footer-style3 .uni_foot_nav dl dd a{
  /*color: #888;*/
}
.uni-footer-style3 .copyright,
.uni-footer-style3.copyright a{
  /*color: #888;*/
}
.uni-footer-style3.uni_foot_lianxi .input .input-text input {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 1rem;
  border: none;
  background: none;
  padding: 0 1.5rem;
  position: relative;
  z-index: 10;
  /*color: white;*/
}

.uni-footer-style3 .uni_foot_lianxi .input .btn_tijiao {
  display: inline-block;
  width: 30%;
  border: 0;
  font-size: 1.0625rem;
  height: 3.75rem;
  color: #004cde;
  line-height: 3.75rem;
  mix-blend-mode: unset;
  margin-left: 0;
  position: relative;
  /* z-index: 11; */
  transition: 0.6s;
  cursor: pointer;
}

.uni-footer-style3 .uni_foot_lianxi .input .btn:hover {
  background:  #B2B2B2;
}

.uni-footer-style3  input::-webkit-input-placeholder {
  color: #B2B2B2;
}

.uni-footer-style3 input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #B2B2B2;
}

.uni-footer-style3 input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color:  #B2B2B2;
}

.uni-footer-style3 input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #B2B2B2;
}
.uni-footer-style3-img{
  position: relative;
  display: flex;
  align-items: center;
}
.uni-footer-style3-text{
  position: absolute;
  color: #fff;
  padding:0  150px ;
}
.uni-footer-style3-text h2{
  font-weight: bold;
  padding-bottom: 100px;
  letter-spacing: 7px;
}
.uni-footer-style3-text a{
  /*border: 1px solid #fff;*/
  padding: 10px 30px;
  border-radius: 10px;
  background: var(--sys-color);
  box-shadow: 2px 5px 11px 0px rgba(0, 0, 0, 0.25);
  letter-spacing: 2px;
  font-size: 16px;
  color: #fff;
}
@media (max-width: 768px){
  .uni-footer-style3-img{
    display: none;
  }
}
/*效果五十七 效果五十八 底部效果五 end*/
/*效果五十九 start*/
.uni-xiaoguo59 .nav-link{
  font-size: 20px;
  color:#333333;
  padding: 10px 20px;
}
.uni-xiaoguo59 .nav-item .active{
  color:var(--sys-color);
  border-bottom: 2px solid var(--sys-color);
  margin-bottom: -2px;
  transition: width 0.3s ease;
}
.uni-xiaoguo59 .nav{
  border-bottom: 2px solid #E6E6E6;
}
.uni-xiaoguo59 .tab-pane{
  margin:0;
  padding:10px 0 80px;
}
.uni-xiaoguo59 .tab-pane video{
  width: 100%;
}
/*效果五十九 end*/
.uni-index-news-four-style-time{
  display: none;
}
@media( max-width: 768px ){
  .uni-index-news-four-style .rt-news {
    display: flex;
    flex-direction: row;
    margin-bottom: 10px;
  }
  .uni-index-news-four-style .rt-meta {
    display: none;
  }
  .uni-index-news-four-style  .post-md .post-content{
    padding: 0;
  }
  .uni-index-news-four-style .post-md .post-content .post-title{
    font-size: 16px;
  }
  .uni-index-news-four-style {
    margin-bottom: 10px;
  }
  .uni-index-news-four-style-time{
    display: block;
  }
}

.uni-connect-input{
  padding:80px;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0px 32px 52.8px 0px rgba(216, 216, 216, 0.25);
}
.uni-connect-detail{
  padding:80px;
}
.uni-connect-detail .contact-block ul li{
  border-bottom: unset;
}
.uni-connect-btn{
  margin-top: 10px;
  text-align: center;
  /*width: 100%;*/
}
.uni-connect-btn .btn{
  border-radius: 20px;
  width: 80%;
}
/*给大盒子添加样式*/
.uni-xiaoguo60-main-box {
  /*width: 1200px;*/
  margin: 60px auto;
  border-radius: 25px;
  column-count: 8;
  column-gap: 30px;
  -moz-column-count: 8;
  -moz-column-gap: 30px;
  -webkit-column-count: 8;
  -webkit-column-gap: 30px;
  -o-column-count: 8;
  -o-column-gap: 30px;
}

/*小盒子内容区的样式，display:inline-block：实现 效果*/
.uni-xiaoguo60-main-box .card {
  min-width: 150px;
  min-height: 100px;
  box-shadow: 2px 2px 6px #e4e9eb;
  margin: 0 10px 10px 10px;
  /*display: inline-block;*/
  break-inside: avoid;
  border-radius: 15px;
  border: 1px solid #f7f7f7;
  background: linear-gradient(180deg, #FEFEFE 0%, #FDFDFE 46.15%, #F4F8FF 100%);
}

.uni-xiaoguo60-main-box .card .title {
  height: 40px;
  line-height: 60px;
  text-align: center;
  background: #84AEFF ;
  border-radius: 15px 15px 0 0;
  margin-bottom: 0;
  color: white;
  font-size: 16px;
  letter-spacing: 2px;
}

.uni-xiaoguo60-main-box .card .item {
  padding: 10px 15px;
}

.uni-xiaoguo60-main-box .card .box {
  background: linear-gradient(to bottom, #84AEFF , #8dadf91f);
  height: 20px;
}

.uni-xiaoguo60-main-box .card .item p {
  text-align: center;
  font-size: 14px;
  line-height: 20px;
}

@media screen and ( max-width: 1600px ) {
  .uni-xiaoguo60-main-box {
    column-count: 8;
    column-gap: 30px;
    -moz-column-count: 8;
    -moz-column-gap: 30px;
    -webkit-column-count: 8;
    -webkit-column-gap: 30px;
    -o-column-count: 8;
    -o-column-gap: 30px;
  }
}
@media screen and ( max-width: 1400px ) {
  .uni-xiaoguo60-main-box {
    column-count: 6;
    column-gap: 30px;
    -moz-column-count: 6;
    -moz-column-gap: 30px;
    -webkit-column-count: 6;
    -webkit-column-gap: 30px;
    -o-column-count: 6;
    -o-column-gap: 30px;
  }
}
/*@media screen and ( max-width: 1004px ) {*/
/*}*/
@media screen and (max-width: 993px) {
  .uni-xiaoguo60-main-box {
    column-count: 4;
    column-gap: 30px;
    -moz-column-count: 4;
    -moz-column-gap: 30px;
    -webkit-column-count: 4;
    -webkit-column-gap: 30px;
    -o-column-count: 4;
    -o-column-gap: 30px;
  }
}
@media screen and (max-width: 765px) {
  .uni-xiaoguo60-main-box {
    column-count: 3;
    column-gap: 30px;
    -moz-column-count: 3;
    -moz-column-gap: 30px;
    -webkit-column-count: 3;
    -webkit-column-gap: 30px;
    -o-column-count: 3;
    -o-column-gap: 30px;
  }
}
@media screen and (max-width: 576px) {
  .uni-xiaoguo60-main-box {
    column-count: 2;
    column-gap: 30px;
    -moz-column-count: 2;
    -moz-column-gap: 30px;
    -webkit-column-count: 2;
    -webkit-column-gap: 30px;
    -o-column-count: 2;
    -o-column-gap: 30px;
  }
}

/*效果61 start*/
.uni-xiaoguo61-item{
  margin: 0;
  padding:10px;
}

.uni-xiaoguo61-content{
  padding: 40px 30px ;
  border-radius:15px;
  border: 2px solid #FFF;
  box-shadow: 0px 32px 52.8px 0px rgba(216, 216, 216, 0.25);
  height: 100%;
  display: flex;
  flex-direction: column;
  /*justify-content: space-between;*/
  color:var(--color-black);
  position: relative;
}
.uni-xiaoguo61-content h4{
  /*font-weight: bold;*/
  /*margin-left: 16px;*/
  color: #333;
  font-size: 22px;
}
.uni-xiaoguo61-content-p{
  margin: 10px 0;
}
.uni-xiaoguo61-content p{
  margin-bottom: 10px;
  font-size: 14px;
  /*text-indent: 1em;*/
  letter-spacing: 2px;
  width: 75%;
  color:#4B5B67;
}

.uni-xiaoguo61-content a{
  text-align: end;
}

.uni-xiaoguo61-content a{
  text-align: end;
  color:var(--sys-color);
  font-weight: bold;
  font-size: 16px;
  position: absolute;
  bottom: 0px;
  right: 0px;
  padding: 20px 30px;
}
.uni-xiaoguo61-content-tab .item{
  font-size: 14px;
  border: 1px solid #cbcbcb;
  margin-right: 5px;
  padding:5px;
  color:#4B5B67;
}
.uni-xiaoguo61-content-tab .active{
  background-color: var(--sys-color);
  color:#fff;
  border: 1px solid var(--sys-color);
}
.uni-xiaoguo61-content-subTitle{
  font-size: 12px !important;
}
.uni-xiaoguo61-content-p .item-text{
  display: none;
}
.uni-xiaoguo61-content-p .active{
  display: block;
}
@media (max-width: 993px) {
  .uni-xiaoguo61-content{
    padding: 30px 20px;
  }
  .uni-xiaoguo61-content p{
    width: 100%;
  }
  .uni-xiaoguo61-content-tab .item{
    font-size: 13px;
  }
}
/*效果61 end*/

/*.uni-tabsNav{*/
/*  display:none;*/
/*}*/

.uni-footer-back{
  background-color:var(--sys-color);
}

.single-product-vertical-tab {
  width: calc(100% - 85px);
  height: 100%;
  margin-left: 10px
}

@media only screen and (max-width: 479px) {
  .single-product-vertical-tab {
    width: calc(100% - 80px)
  }
}

.single-product-vertical-tab img {
  width: 100%;
  /*border: 1px solid #ebebeb;*/
  cursor: crosshair
}

.single-product-vertical-tab.vertical-style-tab {
  width: calc(100% - 100px)
}
.product-thumb-vertical {
  width: 85px;
  height: 470px;
  margin: auto 0;
  text-align: center
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .product-thumb-vertical {
    height: 330px
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .product-thumb-vertical {
    height: 340px
  }
}

@media only screen and (max-width: 767px) {
  .product-thumb-vertical {
    height: 330px
  }
}

@media only screen and (max-width: 479px) {
  .product-thumb-vertical {
    height: 200px;
    width: 80px
  }
}

.product-thumb-vertical.vertical-style-thumb {
  width: 90px
}

.product-thumb-vertical .swiper-wrapper {
  height: auto !important
}

.product-thumb-vertical .swiper-slide {
  text-align: center;
  outline: 0 none;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex
}

.product-thumb-vertical .swiper-slide img {
  border: 1px solid #ebebeb;
  width: 100%;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  cursor: pointer;
  margin: 5px 0
}

.product-thumb-vertical .swiper-slide-thumb-active img {
  cursor: pointer;
  border-color: var(--sys-color);
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s
}

.product-thumb-vertical .swiper-button-prev:focus, .product-thumb-vertical .swiper-button-next:focus {
  border: 0px;
  outline: 0px
}

.product-thumb-vertical .swiper-button-prev:after, .product-thumb-vertical .swiper-button-next:after {
  display: none
}

.product-thumb-vertical .swiper-button-prev i, .product-thumb-vertical .swiper-button-next i {
  opacity: 0;
  visibility: hidden;
  font-size: 20px;
  color: #222222
}

.product-thumb-vertical .swiper-button-prev i:hover, .product-thumb-vertical .swiper-button-next i:hover {
  color: #ffffff;
  background: var(--sys-color) !important;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s
}

.product-thumb-vertical .swiper-button-prev {
  right: auto;
  margin: 0 auto;
  top: 10px;
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(90deg);
  -ms-transform: translateX(-50%) rotate(90deg);
  transform: translateX(-50%) rotate(90deg)
}

.product-thumb-vertical .swiper-button-next {
  right: auto;
  margin: 0 auto;
  top: auto;
  bottom: 10px;
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(90deg);
  -ms-transform: translateX(-50%) rotate(90deg);
  transform: translateX(-50%) rotate(90deg)
}

.product-thumb-vertical:hover .swiper-button-prev i, .product-thumb-vertical:hover .swiper-button-next i {
  opacity: 1;
  visibility: visible;
  background: #efefef;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s
}
.uni-splitLine{
  position: relative;
}
#outerdiv {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 50px;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
  display: none;
  z-index: 200;
}
.uni-xiaoguo30-imgDIv video,
.uni-xiaoguo32-imgDIv video,
.uni-his-style-img-2 video{
  max-width: 100%;
  margin-bottom: 10px;
  height: auto;
}
/*首页产品轮播按钮 start*/
.product-swiper .slick-prev:hover,
.product-swiper2 .slick-prev:hover,
.product-swiper .slick-next:hover,
.product-swiper2 .slick-next:hover{
  border: 2px solid var(--sys-color);
}
.product-swiper  .slick-prev:hover:before,
.product-swiper  .slick-prev:focus:before,
.product-swiper  .slick-next:hover:before,
.product-swiper  .slick-next:focus:before,
.product-swiper2  .slick-prev:hover:before,
.product-swiper2  .slick-prev:focus:before,
.product-swiper2  .slick-next:hover:before,
.product-swiper2  .slick-next:focus:before{
  color: var(--sys-color);
}

.product-swiper .slick-arrow:hover,
.product-swiper2 .slick-arrow:hover{
  background-color: rgba(var(--sys-color-rgb), 0.1);
}
/*首页产品轮播按钮 end*/
.uni-news-four{
  display: flex;
  flex-direction: column;
}

/* 样品申请 start*/
.quantity .cart-plus-minus > .qtybutton {
  cursor: pointer;
  position: absolute;
  text-align: center;
  font-size: 18px;
  line-height: 18px;
  font-weight: 400;
  width: 35px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  vertical-align: middle;
  color: #222222;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s
}

.quantity .cart-plus-minus > .qtybutton:hover {
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  background-color: var(--sys-color);
  color: #ffffff
}

.quantity .cart-plus-minus > .qtybutton.dec {
  top: 50%;
  left: 0%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
  border-right: 1px solid #efefef
}

.quantity .cart-plus-minus > .qtybutton.inc {
  top: 50%;
  right: 0%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
  border-left: 1px solid #efefef
}
.quantity {
  margin-right: 10px
}

.quantity .cart-plus-minus {
  position: relative;
  width: 150px;
  text-align: left;
  height: 45px;
  overflow: hidden
}

.quantity .cart-plus-minus > .cart-plus-minus-box {
  border: 1px solid #efefef;
  height: 45px;
  text-align: center;
  width: 150px;
  background: #ffffff;
  font-size: 14px;
  font-weight: 600
}

.quantity .cart-plus-minus > .qtybutton {
  cursor: pointer;
  position: absolute;
  text-align: center;
  font-size: 18px;
  line-height: 18px;
  font-weight: 400;
  width: 35px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  vertical-align: middle;
  color: #222222;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s
}

.quantity .cart-plus-minus > .qtybutton:hover {
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  background-color: var(--sys-color);
  color: #ffffff
}

.quantity .cart-plus-minus > .qtybutton.dec {
  top: 50%;
  left: 0%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
  border-right: 1px solid #efefef
}

.quantity .cart-plus-minus > .qtybutton.inc {
  top: 50%;
  right: 0%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
  border-left: 1px solid #efefef
}

.group-quantity-product table tbody .quantity {
  min-width: 167px
}

.group-quantity-product table tbody .pro-title, .group-quantity-product table tbody .pro-price {
  vertical-align: middle;
  font-size: 14px;
  /*font-family: "Roboto", sans-serif;*/
  text-align: center;
  min-width: 200px;
  color: #222222
}

.group-quantity-product table tbody .pro-title a:hover {
  color: var(--sys-color)
}

.cart-table .table {
  margin: 0;
  white-space: nowrap
}

.cart-table .table thead tr th {
  border-color: #efefef;
  border-bottom: 0 solid transparent;
  color: #ffffff;
  background: var(--sys-color);
  font-size: 15px;
  font-weight: 700;
  padding: 15px 20px;
  text-align: center
}

.cart-table .table tr {
  border-color: #efefef
}

.cart-table .table tr .pro-thumbnail, .cart-table .table tr .pro-price, .cart-table .table tr .pro-quantity, .cart-table .table tr .pro-subtotal, .cart-table .table tr .pro-remove {
  text-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center
}

.cart-table .table tr .pro-thumbnail, .cart-table .table tr .pro-price {
  width: 130px
}

.cart-table .table tr .pro-title {
  width: 270px
}

.cart-table .table tr .pro-quantity {
  width: 180px
}

.cart-table .table tr .pro-quantity .quantity {
  margin-right: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row
}

.cart-table .table tr .pro-quantity .quantity .cart-plus-minus {
  width: 120px
}

.cart-table .table tr .pro-quantity .quantity .cart-plus-minus .cart-plus-minus-box {
  width: 120px
}

.cart-table .table tr .pro-quantity .quantity .cart-plus-minus .qtybutton {
  border: 0px
}

.cart-table .table tr .pro-subtotal {
  width: 120px
}

.cart-table .table tr .pro-remove {
  width: 150px
}

.cart-table .table tbody td {
  border-color: #efefef;
  text-align: center;
  vertical-align: middle;
  color: #222222
}

.cart-table .table tbody td a {
  color: #222222;
  text-transform: capitalize;
  font-size: 14px
}

.cart-table .table tbody td a:hover {
  color: var(--sys-color)
}

.cart-table .table tbody td a.btn {
  color: #ffffff
}

.cart-table .table tbody td a.check-btn {
  color: #ffffff
}

.cart-table .table tbody td.pro-remove a i {
  font-size: 24px
}

.cart-button-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-top: 20px
}

@media only screen and (max-width: 575px) {
  .cart-button-section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
  }
}

.cart-button-section .btn {
  margin-right: 20px
}

.cart-button-section .btn:last-child {
  margin-right: 0px
}

@media only screen and (max-width: 575px) {
  .cart-button-section .btn {
    margin-bottom: 20px;
    margin-right: 0px
  }

  .cart-button-section .btn:last-child {
    margin-bottom: 0px
  }
}
.uni-sample-wrapper {
  position: fixed;
  top: 0;
  right: 0;
  height: 100vh;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  -webkit-transition-duration: 700ms;
  -o-transition-duration: 700ms;
  transition-duration: 700ms;
  z-index: 9999
}

.uni-sample-wrapper.open {
  opacity: 1;
  visibility: visible
}

.uni-sample-wrapper.open .uni-sample-offcanvas-inner {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none
}

.uni-sample-offcanvas-inner {
  width: 100%;
  height: 100%;
  width: 360px;
  background-color: #ffffff;
  -webkit-box-shadow: -1px 0px 20px -5px #aaa;
  box-shadow: -1px 0px 20px -5px #aaa;
  position: relative;
  -webkit-transform: translateX(calc(100% - 50px));
  -ms-transform: translateX(calc(100% - 50px));
  transform: translateX(calc(100% - 50px));
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  -webkit-transition-duration: 700ms;
  -o-transition-duration: 700ms;
  transition-duration: 700ms;
  margin-left: auto;
  position: relative;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column
}

@media only screen and (max-width: 575px) {
  .uni-sample-offcanvas-inner {
    width: 280px
  }
}

.uni-sample-offcanvas-inner .uni-sample-offcanvas-btn-close {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 50px;
  color: #222222;
  opacity: 1;
  position: absolute;
  right: 100%;
  background-color: var(--sys-color)
}

@media only screen and (max-width: 575px) {
  .uni-sample-offcanvas-inner .uni-sample-offcanvas-btn-close {
    font-size: 40px
  }
}

.uni-sample-offcanvas-inner .uni-sample-offcanvas-btn-close i {
  cursor: pointer;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  color: #ffffff
}

.uni-sample-offcanvas-inner .uni-sample-offcanvas-btn-close i:hover {
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg)
}

.uni-sample-offcanvas-cart-content {
  padding: 50px 20px 20px;
  overflow: auto
}

.uni-sample-product {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.uni-sample-product .uni-sample-product-single {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: calc(100% - 40px)
}

.uni-sample-product .uni-sample-product-single .cart-product-thumb {
  width: 80px
}

.uni-sample-product .uni-sample-product-single .cart-product-thumb a {
  display: block
}

.uni-sample-product .uni-sample-product-single .cart-product-thumb a img {
  width: 100%;
  border: 1px solid #ebebeb
}

@media only screen and (max-width: 575px) {
  .uni-sample-product .uni-sample-product-single .cart-product-thumb {
    width: 60px
  }
}

.uni-sample-product .uni-sample-product-single .uni-sample-product-content {
  width: calc(100% - 80px);
  text-align: start;
  padding-left: 10px
}

@media only screen and (max-width: 575px) {
  .uni-sample-product .uni-sample-product-single .uni-sample-product-content {
    width: calc(100% - 60px)
  }
}

.uni-sample-product .uni-sample-product-single .uni-sample-product-content .title {
  font-size: 14px;
  font-weight: 700
}

.uni-sample-product .uni-sample-product-single .uni-sample-product-content .title a {
  color: #222222
}

.uni-sample-product .uni-sample-product-single .uni-sample-product-content .title a:hover {
  color: var(--sys-color)
}

.uni-sample-product .uni-sample-product-single .uni-sample-product-content .product-quty-price {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.uni-sample-product .uni-sample-product-single .uni-sample-product-content .product-quty-price .price {
  color: var(--sys-color);
  font-size: 14px;
  text-align: start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-left: 3px
}

.uni-sample-product .cart-product-remove a {
  color: #222222;
  font-size: 20px;
  line-height: 1
}

.uni-sample-product .cart-product-remove a:hover {
  color: var(--sys-color)
}

.cart-product-total {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  line-height: 1
}

.cart-product-total .value, .cart-product-total .price {
  font-size: 16px;
  font-weight: 400;
  color: #222222
}

.cart-product-btn .btn {
  border-radius: 40px;
  margin-bottom: 10px;
}

.cart-product-btn .btn:hover {
  letter-spacing: 0.5px
}
.uni-header2-sample-btn{
  height: 5.625rem;
  line-height: 5.625rem;
  cursor: pointer;
  width: 2.3rem;
  padding: 5px 0 !important;
  text-align: center;
  float: left !important;;
  transition: .6s;
}
.uni-header2-sample-btn .item-count {
  position: absolute;
  right: 0px;
  top: 25px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: var(--sys-color);
  color: white;
  font-size: 0.875rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.uni-header2-sample-btn {
  padding-right: 10px;
  margin-left: 30px;
}
.uni-header2-sample-btn  {
  line-height: 1;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
  color: #222222;
  align-items: center;
}
.uni-header2-sample-btn i{
  font-size: 1.5rem;
}
.header-pc-style3 .uni-header2-sample-btn{
  color: #FFFFFF;
  align-items: unset;
  top: 25px;
}
.header-pc-style3  .uni-header2-sample-btn .item-count{
  top:-4px;
}
.delivery-date-wrapper,
.input-textarea {
  /*background-color: #f7f7f7;*/
  padding-bottom: 20px;
}

.delivery-date-wrapper .title,
.input-textarea .title {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e5e5e5
}

.delivery-date-wrapper .date-input-label,
.input-textarea .date-input-label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px
}

.delivery-date-wrapper .date-input-label .date-label,
.input-textarea .date-input-label .date-label {
  margin-right: 5px
}

.delivery-date-wrapper .date-input-label .date-input,
.input-textarea .date-input-label .date-input {
  border: 1px solid #e5e5e5;
  background: #ffffff;
  padding: 5px 10px 5px 25px
}

.delivery-date-wrapper .date-input-label .date-in,
.input-textarea .date-input-label .date-in {
  position: relative
}

.delivery-date-wrapper .date-input-label .date-in::before,
.input-textarea .date-input-label .date-in::before {
  position: absolute;
  content: "\f073";
  font-family: "FontAwesome";
  left: 5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 15px;
  color: #222222
}

.delivery-date-wrapper .lable{
  font-size: 16px;
  /*font-family :"Microsoft YaHei";*/
}
.uni-sample{
  margin: 30px 0;
}
.uni-sample .cart-table{
  padding:0;
}
.uni-sample-submit-btn{
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 767px) {
.rt-mobile-header .item-count{
    position: absolute;
    right: -12px;
    top: 6px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: var(--sys-color);
    color: white;
    font-size: 0.875rem;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
/* 样品申请 end*/
.rt-post-grid .uni-doc-img {
  border-radius: 4px;
  overflow: hidden;
  position: relative;

}

.rt-post-grid .uni-doc-img img {
  border-radius: 4px;
}
.uni-product-doc{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.rt-pagination-area .pagination{
  display: flex;
  padding-left: 0;
  list-style: none;
  justify-content: flex-end;
}
/*效果六十二 仿照24,添加鼠标点击图片放大效果 start*/
.uni-xiaoguo62{
  width: 100%;
  height: auto;
  overflow: hidden;
  padding-bottom: 20px;
}

.uni-xiaoguo62 h2{
  text-align: center;
  margin: 20px 0;
  font-size: 35px;
  font-weight: bold;
  line-height: 40px;
  color: #333333;
}

.uni-xiaoguo62 ul {
  margin: 0 -10px;
}

.uni-xiaoguo62 ul li {
  padding: 0 20px;
}

.uni-xiaoguo62 ul li .box {
  display: block;
  position: relative;
}

.uni-xiaoguo62 ul li .img {
  position: relative;
  display: flex;
  align-items: center;
}


.uni-xiaoguo62 ul li .img img {
  transition: 1s;
}



.uni-xiaoguo62 .slick-arrow {
  z-index: 99;
  position: absolute;
  transform: translate(0, 0);
  top: 50%;
  margin-top: -2rem;
  background-size: 1rem !important;
  display: block;
  border-radius: 50%;
  border: 2px solid #fff;
  border: 2px solid rgba(255, 255, 255, .35);
  width: 4rem;
  height: 4rem;
}

.uni-xiaoguo62.slick-prev {
  left: 3rem;
  /*background: url(/assets/images/clj/left-98fd4a662ff0855a5829c6b5e3f91a1b.png)  rgba(0,0,0,.2) center no-repeat;*/
  background-color: rgba(0,0,0,.2);
  transition: 300ms;
  -webkit-transition: 300ms;
}

.uni-xiaoguo62.slick-next {
  right: 3rem;
  /*background: url(/assets/images/clj/right-41ae92a4aa2a308f7b30197ef41c99f4.png)  rgba(0,0,0,.2) center no-repeat;*/
  background-color: rgba(0,0,0,.2);
  transition: 300ms;
  -webkit-transition: 300ms;
}
/*效果六十二 end*/
.uni-form-back{
  /*background-color: rgba(0, 0, 0, 0.1);*/
}

/*底部cookie条  start*/
.uni-cookie-section {
  display: none;
  background: var(--sys-color) 0% 0% no-repeat padding-box;
  opacity: 0.8;
  position: fixed;
  /*left: 6%;*/
  bottom:2%;
  z-index: 99;
  width: 100%;
  color: #fff;
  font-size: 15px;
  box-sizing: border-box;
}

.uni-cookie-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 16px;
  background-color: rgba(0, 0, 0, 0.3);
}

.uni-cookie-content .uni-cookie-box {
  flex: 0 0 90%;
  padding: 15px;
  font-size: 14px;
}

.uni-cookie-button {
  flex: 0 0 6.5%;
  border-radius: 5px;
  /*margin-top: 18px;*/
  background-color: rgba(0, 0, 0, 0.3);
  color: #fff;
  text-align: center;
  height: 30px;
  line-height: 30px;
  margin-right: 18px;
}

.uni-cookie-content .uni-cookie-box a {
  color: var(--sys-color);
  font-size: 15px;
}

@media screen and (max-width: 1004px) {
  .uni-cookie-section {
    font-size: 12px;
    top: auto;
    bottom: 0;
  }

  .uni-cookie-content {
    flex-wrap: wrap;
    padding: 0px 10px 10px;
  }

  .uni-cookie-content .uni-cookie-box {
    flex: 0 0 100%;
    padding: 15px 0;
    text-align: justify;
    font-size: 12px;

  }

  .uni-cookie-button {
    flex: 0 40%;
    margin: 0 auto 0;
  }

  .uni-cookie-content .uni-cookie-box a {
    font-size: 12px;
  }
}
/*底部cookie条  end*/


.uni-product-param .uni-produtc-attribute-item:nth-child(4n-3),
.uni-product-param .uni-produtc-attribute-item:nth-child(4n-2) {
  background-color:#f8f8f8;
}
.uni-product-param .uni-produtc-attribute-item{
  display: flex;
  align-items: center;
}
.uni-product-param .uni-produtc-attribute-item p{
  text-align: start;
  margin: 5px 0;
}
.uni-product-param .uni-produtc-attribute-item p strong {
  color:var(--sys-color)
}

.uni-product-style1-title{
  font-size:1.5rem;
}
@media (max-width: 767px) {
  #richText table{
    max-width: 100%;
  }
}

.productDetail-style2-associate .rt-post-grid .post-content .post-title,
.productDetail-style2-auxiliary .rt-post-grid .post-content .post-title{
  text-align: start;
}
.uni-productList-style3{
  display: flex;
  align-items: center;
  margin: 10px 0;
}
.uni-productList-style3-content-title{
  font-weight: bold;
  color:var(--sys-color);
}
.uni-productList-style3-content{
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 10px;
}
.uni-productList-style3-content-subtitle {
  font-size: 17px;
  margin-bottom: 8px;
}
.uni-productList-style3-content-desc p{
  margin-bottom: 7px;
  color: #4b4b4b;
}
.uni-productList-style3-btn p{
  margin-bottom: 3px;
}
.uni-productList-style3-btn .btn{
  background-color: var(--sys-color);
  color: #FFFFFF;
  padding: 2px 20px;
  border-radius: 5px;
}
.uni-productList-style3-text .btn {
  display: none;
}

@media screen and (max-width: 765px) {
  .uni-productList-style3-content-desc {
    display: none;
  }
  .uni-productList-style3-content-title {
    font-size: 15px;
  }
  .uni-productList-style3-content-subtitle {
    font-size: 13px;
  }
  .uni-productList-style3-btn {
    display: none;
  }
  .uni-productList-style3-text .btn{
    display: block;
    background-color: var(--sys-color);
    color: #FFFFFF;
    padding: 2px 10px;
    border-radius: 5px;
    font-size: 12px;
    max-width: 90px;
  }
}

.uni-detail2-param{
  margin:5px 0;
}
.uni-detail2-param-name{
  text-align: end;
}
.uni-detail2-param-name,
.uni-detail2-param-key{
  font-weight: bold;
  font-size: 16px;
}
@media screen and (max-width: 765px) {
  .uni-detail2-param-name,
  .uni-detail2-param-key{
    font-size: 12px;
  }
}
.uni-param-style3 .content{
  border: 1px solid #e5e5e5;
  border-bottom: unset;
}
.uni-detail2-param-style3{
  font-size: 16px;
  border-bottom: 1px solid #e5e5e5;
}
.uni-detail2-param-style3-name{
  border-right: 1px solid #e5e5e5;
  background-color: #eef2f6;
}
.uni-detail2-param-style3-name,
.uni-detail2-param-style3-key{
  padding: 10px 20px 10px 40px;
  color: #585858;
}
@media screen and (max-width: 765px) {
  .uni-detail2-param-style3-name,
  .uni-detail2-param-style3-key{
    padding: 5px;
    font-size: 12px;
  }
}
.uni-productList-style3-btn{
  min-width: 150px;
}
/*产品详情页按钮样式2*/
.uni-productDetail-button-style2{
  display: block;
  /*gap:unset;*/
}
.uni-productDetail-button-style2>a{
  font-size: 20px;
  color: var(--sys-color);
  padding: 5px 15px;
  border-radius: 10px;
  background: unset;
  flex: 1;
  max-width: 300px;
  border: 2px solid;
  margin-right: 50px;
  width: 190px;
}

.uni-productDetail-button-style2>a:hover {
  font-size: 20px;
  color: white;
  padding: 5px 15px;
  border-radius: 10px;
  background-color: var(--sys-color);
  border: 2px solid var(--sys-color);
}
/*关联产品样式2*/
.uni-associate-style2 {
  /*padding: 60px 0 100px;*/
  position: relative;
}

.uni-associate-style2 .swiper-button-prev-as{
  left: -40px;
}
.uni-associate-style2 .swiper-button-next-as{
  right: -40px;
}
.uni-associate-style2 .swiper-button-prev-as,
.uni-associate-style2 .swiper-button-next-as{
  color: #eeeeee;
  transition: all 0.3s;
}
.uni-associate-style2 .swiper-button-prev-as:hover,
.uni-associate-style2 .swiper-button-next-as:hover{
  color: var(--sys-color);
}
.uni-associate-style2  li {
  margin-right: 16px;
  transition: all 0.3s;
}


.uni-associate-style2  li .top {
  text-align: center;
  padding-top: 34px;
}

.uni-associate-style2  li .top .ico {
  /*width: 92px;*/
  height: auto;
  /*border-radius: 50%;*/
  overflow: hidden;
  margin: 0 auto;
}

.uni-associate-style2  li .top .ico img {
  width: 100%;
  height: 100%;
  display: block;
}

.uni-associate-style2  li .top .txt {
  margin-top: 15px;
  text-align: center;
}

.uni-associate-style2  li .top h3 {
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
  color: #333333;
}

.uni-associate-style2  li .top p {
  font-size: 12px;
  line-height: 22px;
  color: #e0e0e0;
}

.uni-associate-style2  li .top h6 {
  margin-top: 32px;
  font-size: 14px;
  line-height: 24px;
  color: #999999;
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
}

.uni-associate-style2  li .bg {
  background-color: var(--sys-color);
  position: absolute;
  bottom: 0; /* 调整为从底部开始 */
  left: 0;
  right: 0;
  opacity: 0;
  transition: height 0.5s ease; /* 修改 transition 属性 */
  height: 0; /* 初始高度为 0 */
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 10px 20px 30px;
  align-items: center;
  border-radius: 2px;
}

.uni-associate-style2  li .bg h4 {
  font-size: 18px;
  font-weight: bold;
  line-height: 30px;
  color: #fff;
  position: relative;
  margin-bottom: 30px;
}

.uni-associate-style2  li .bg h4::before {
  width: 80px;
  height: 2px;
  display: block;
  background: #d6e3fd;
  content: "";
  position: absolute;
  bottom: -6px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.uni-associate-style2  li .bg p {
  font-size: 14px;
  line-height: 24px;
  color: #ffffff;
  margin: 0 5px;
}

.uni-associate-style2  li .bg h6 {
  margin-top: 32px;
  font-size: 14px;
  line-height: 24px;
  color: #fff;
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
}

.uni-associate-style2  li:hover .bg {
  opacity: 0.9;
  height: 100%; /* 悬停时高度变为 100%，展开 */
}
/*详情页展开列表 start*/
.uni-collapsed-card{
  border: unset;
  margin-bottom: 10px;
}
.uni-collapsed-card .card-header{
  background-color: unset;
  border-bottom: 1px solid #f2f2f2;
  border-top: 1px solid #f2f2f2;
}

.uni-collapsed-card .card-header .product-title{
  margin: 0;
}
.uni-collapsed-card .uni-collapsed-btn{
  width: 100%;
  justify-content: space-between;
}
.uni-attachment-name{
  font-size: 1rem;
}

.uni-collapsed-card .uni-collapsed-btn i{
  color: #b2b2b2;
  font-size: larger;
}
@media (max-width: 599px) {
  .uni-collapsed-card .card-body{
    padding: 10px;
  }
}
/*详情页展开列表 end*/
.uni-swiper-doc-p{
  font-size: 16px;
  margin: 5px 0;
}
.uni-swiper-doc-p:before{
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 13px;
  width: 6px;
  height: 6px;
  background: var(--sys-color);
  border-radius: 50%;
}
@media (max-width: 767px) {
  .uni-associate-style2 .swiper-button-prev-as,
  .uni-associate-style2 .swiper-button-next-as{
    display: none;
  }
}
.uni-product-param{
  font-size: 17px;
  max-width: 100%;
}
.uni-swiper-style1-top{
  top:5.625rem;
  margin-bottom: 5.625rem;
}

@media (max-width: 1280px) {
  .uni-swiper-style1-top{
    top:unset;
    margin-bottom: unset;
  }
}
/*产品分类侧边样式 start*/
.uni-product-sidebar {
  box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.1);
  position: sticky;
  top: 100px;
  margin-bottom: 50px;
}

.uni-product-sidebar .uni-product-sidebar-inner .uni-product-sidebar-title {
  font-weight: 400;
  font-size: 18px;
  line-height: 1;
  padding: 30px 20px;
  background: var(--sys-color);
  color: white;
  margin: 0;
  border-bottom: 1px solid #fff;
}

.uni-product-sidebar .uni-product-sidebar-inner .uni-product-sidebar-list .uni-product-sidebar-category {
  overflow: inherit

}
.uni-product-sidebar-category-menu  a:hover{
  color: var(--sys-color);
}
.uni-product-sidebar-category-menu:hover>a{
  background: var(--sys-color);
  color: white;
}
.uni-product-sidebar-category .active > div {
  background: var(--sys-color);
  color: white;
  border-bottom: 1px solid;
}
.uni-product-sidebar-category .active > div > a {
  color: white;
}
.uni-sidebar-div{
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #eee;
}
.uni-sidebar-div a{
  padding: 15px 0px 15px 20px;;
  width: 100%;
}
.uni-sidebar-div a:hover{
  background: var(--sys-color);
  color: white;
}
.uni-sidebar-div span{
  padding:15px 20px;
  border-left: 1px solid #eee;
  cursor: pointer;
}
.uni-product-sidebar .uni-product-sidebar-inner .uni-product-sidebar-list .uni-product-sidebar-category > li {
  line-height: 1;
  font-size: 16px;
  border-bottom: 1px solid #eee;
}

.uni-product-sidebar .uni-product-sidebar-inner .uni-product-sidebar-list .uni-product-sidebar-category > li > a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 20px;
  font-size: 16px;
}

.uni-product-sidebar .uni-product-sidebar-inner .uni-product-sidebar-list .uni-product-sidebar-category > li > a i {
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s
}


.uni-product-sidebar .uni-product-sidebar-inner .uni-product-sidebar-list .uni-product-sidebar-category > li.active > a i {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s
}

.uni-product-sidebar .uni-product-sidebar-inner .uni-product-sidebar-list .uni-product-sidebar-category > li > .dropdown {
  /*padding-left: 10px*/
}

.uni-product-sidebar .uni-product-sidebar-inner .uni-product-sidebar-list .uni-product-sidebar-category > li > .dropdown li a {
  font-size: 14px;
  font-weight: 400;
  display: block;
  padding:10px 0px 10px 20px;
}
.uni-product-sidebar .uni-product-sidebar-inner .uni-product-sidebar-list .uni-product-sidebar-category > li > .dropdown li span {
  font-size: 14px;
  font-weight: 400;
  display: block;
  padding: 10px  20px;
}

.uni-product-sidebar .uni-product-sidebar-inner .uni-product-sidebar-list .sidebar-body .tags li {
  display: inline-block
}

.uni-product-sidebar .uni-product-sidebar-inner .uni-product-sidebar-list .sidebar-body .checkbox-container li {
  padding: 10px 0;
  line-height: 1
}

.uni-product-sidebar .uni-product-sidebar-inner .uni-product-sidebar-list .sidebar-body .checkbox-container li:last-child {
  padding-bottom: 0px
}
/* 使用 :nth-child 和 :nth-last-child 来定位不同层级的元素 */
.uni-product-sidebar  .dropdown:nth-child(n+2) a{
  /*transform: translateX(10px); !* 第二级菜单缩进 *!*/
  text-indent: 1ch
}
.uni-product-sidebar  .dropdown .dropdown:nth-child(n+2) a{
  /*transform: translateX(20px); !* 第二级菜单缩进 *!*/
  text-indent: 2ch
}

.uni-product-sidebar  .dropdown .dropdown .dropdown:nth-child(n+2)  a{
  /*transform: translateX(30px); !* 第三级菜单缩进 *!*/
  text-indent: 3ch
}
.uni-product-sidebar  .dropdown .dropdown .dropdown .dropdown:nth-child(n+2)  a{
  /*transform: translateX(30px); !* 第三级菜单缩进 *!*/
  text-indent: 4ch
}
.uni-more-span{

}
.uni-more-span a{
  color:  var(--sys-color);
  font-size: 16px;
  border: 1px solid  var(--sys-color);
  border-radius: 12px;
  padding: 10px 20px;

}
.uni-more-span i{
  margin: 0 2px;
}

.uni-more-span:hover a{
  color: #FFFFFF;
  background-color:  var(--sys-color) ;
}
.uni-category-detail{
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 0;
}

/*产品分类侧边样式 end*/
.uni-detail2-expand {
  text-align: end;
  font-size: 16px;
  padding: 10px 0;
}
.uni-detail2-expand-button {
  border: unset;
  background: unset;
}
.uni-detail2-expand-button i {
  margin-left: 10px;
}
.uni-expand-card{
  border: unset;
}
.uni-expand-card-header{
  background-color: unset;
  border-bottom: 2px solid var(--sys-color);
  padding: 0.5rem 0;
}
.uni-expand-head-title{
  width: 100%;
  padding: .375rem 0;
  font-weight: bold;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.uni-expand-head-title h4{
  margin-bottom: 0;
}
.uni-expand-head-title i{
  font-size: x-large;
}
.uni-expand-card .card-body{
  padding: 0;
}
.uni-expand-card-style2{
  border: unset;
}
.uni-expand-card-header-style2{
  background-color: unset;
  border-bottom: 2px solid var(--sys-color);
  padding: 0.5rem 0;
}
.uni-expand-head-title-style2{
  width: 100%;
  padding: .375rem 0;
  font-weight: bold;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.uni-expand-head-title-style2 h5{
  margin-bottom: 0;
  margin-left: 10px;
}
.uni-expand-head-title-style2 i{
  font-size: large;
}
.uni-expand-card-style2 .card-body{
  padding: 0;
  margin-bottom: 20px;
  border-bottom: 2px solid var(--sys-color);
}
/*----------------*/
.uni-detail2-param-style4{
  font-size: 18px;
  border-bottom: 1px solid #d2d2d2;
  padding: 10px;
}
.uni-detail2-param-style4-name{
  font-weight: bold;
  display: flex;
  align-items: center;
}
@media (max-width: 599px) {
  .uni-detail2-param-style4{
    font-size: 14px;
  }
}

/* 中等屏幕（平板） */
@media (min-width: 600px) and (max-width: 899px) {
  .uni-detail2-param-style4{
    font-size: 16px;
  }
}
/*--------------------*/
.uni-detail-document-style3 i{
  font-size: xx-large;
}
.uni-detail-document-style3-row{
  border-bottom: 1px solid #d2d2d2;
  margin: 10px 20px;
  padding-bottom: 10px;
  display: flex;
  flex-direction: row;
  align-content: center;
  justify-content: space-between;
  align-items: center;
  font-size: 16px;
}
.uni-detail-document-style3-title,.uni-detail-document-style3-button{
  display: flex;
  align-items: center;
  gap: 10px;
}
.uni-detail-document-style3-button{
  justify-content: flex-end;
}
.uni-collapse .card-body .container{
  padding: 0;
}
.uni-collapse .productDetail-style2-associate ,
.uni-collapse .productDetail-style2-spec,
.uni-collapse .productDetail-style2-download{
  margin: 0 10px;
}
.uni-expand-card2 {
  border: unset;
  margin-bottom: 10px;
}
.uni-expand-card2 .card-body .container {
  padding: 0 20px;
}

.uni-expand-card2-header {
  background-color: #999;
  border-bottom: unset;
  padding: 0.5rem 0;
  border-radius: unset !important;
}

.uni-expand-head2-title {
  width: 100%;
  padding: 0 10px;
  font-weight: bold;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff !important;
}

.uni-expand-head2-title:hover {
  color: #fff;
}

.uni-expand-head2-title span {
  margin-bottom: 0;
  font-weight: 500;
  font-size: 16px;
}

.uni-expand-head2-title i {
  font-size: x-large;
}

.uni-expand-card2 .uni-expand-card2-body {
  padding: 0;
  border: 1px solid #999;
}

.uni-detail-crumbStyle3 {
  padding: 0;
  padding-right: 10px;
  width: 25%;
}

.uni-detail-crumbStyle3 .list-group {
  /*  position: sticky;
    top:80px;*/
}

.sticky-transition {
  transition: all 0.3s ease; /* 过渡时间为 0.3 秒，使用 ease 函数 */
}

.uni-crumbStyle3-item {
  background-color: #f3f3f3;
  border-bottom: unset;
  padding: 0.5rem 10px;
  color: #5b5b5b;
  margin-bottom: 10px;
  border-right: 5px solid #f3f3f3;
}

.uni-crumbStyle3-item span {
  margin-bottom: 0;
  font-size: 16px;
}

.uni-detail-crumbStyle3 .active {
  background-color: #e6e6e6;
  color: var(--sys-color);
  border-right: 5px solid var(--sys-color);
}

.uni-detail3 {
  padding: 0px;
  width: 75%;
}
.uni-productDetail{
  display: flex;
}

@media (max-width: 899px) {
  .uni-detail3 {
    width: 100%;
    padding: 10px;
  }
  .uni-productDetail{
    display: block;
    padding: 0;
  }
  .uni-detail-crumbStyle3 {
    padding: 0;
    width: 100%;
    margin-bottom: 10px;
  }
  .uni-crumbStyle3-moblie-span{
    background-size: 14px;
    line-height: 40px;
    color: #FFFFFF;
    font-size: 15px;
    padding: 0 10px;
    background: #000;
  }
  .uni-detail-crumbStyle3 .dropdown-menu{
    display: none;
    width: 100%;
  }
  .uni-detail-crumbStyle3 .show{
    display: block;

  }
}

/*----------------*/
.uni-detail-spec-style3{
  /*margin: 15px;*/
}
.uni-detail-spec-style3-li{
  font-size: 16px;
}
.uni-detail-spec-style3-li:before {
  content: "\2022"; /* 使用 Unicode 字符表示小圆点 */
  display: inline-block; /* 设置为内联块，以便设置间距 */
  margin-right: 10px; /* 设置小圆点与文本之间的间距 */
}
/*------登录注册样式2 start------*/
.uni-login-style2 {
  display: flex;
  justify-content: center;
  padding-bottom: 100px;
}
.uni-login-style2  .uni-formCont{
  width: 420px;
  height: 100%;
  border-radius: 2px;
}
.uni-login-style2 .uni-loginTitle{
  display: flex;
  align-items: center;
  margin: 50px 0;
  padding-right: 10px;
  cursor: pointer;

  font-size: 28px;
  justify-content: center;
}
.uni-login-style2 .uni-loginTips{
  font-size: 14px;
  /*color: #fff;*/
  margin: 20px 0 40px;
}
.uni-login-style2 .uni-loginForm{
  padding: 30px 20px 10px;
}
.uni-login-style2 .uni-loginCont .uni-loginForm .uni-input {
  /*border-bottom: 1px solid #fff;*/
  margin-bottom: 10px;
  margin-top: 10px;
  display: flex;
  flex-direction: column;
}
.uni-login-style2 .uni-loginCont .uni-loginForm .uni-input p {
  margin: 0;
}

.uni-login-style2 .uni-loginCont .uni-loginForm input {
  background: transparent;
  line-height: 42px;
  outline: none;
  border: 1px solid #eee;
  font-size: 16px;
  flex: 1;
  border-radius: 5px;
  padding: 0 10px;
}
.uni-login-style2  .uni-loginForm .uni-loginBtn {
  text-align: right;
  border-bottom: 1px solid #eee;
}
.uni-login-style2  .uni-loginForm .uni-loginBtn a{
  text-decoration: underline;
  color: #152c41;
  margin-right: 10px;
}
.uni-login-style2  .uni-loginForm .uni-loginBtn>div {
  display: inline-block;
  padding: 1px 5px;
  background: var(--sys-color);
  color: #fff;
  font-size: 14px;
  border-radius: 5px;
  margin: 20px 0;
  /*margin-bottom: 100px;*/
  cursor: pointer;
}

.uni-login-style2 .uni-formContent{
  background: #fff;
  border-radius: 10px;
  box-shadow: 0px 10px 35px 1px rgb(31 31 31 / 23%);
}
.uni-login-style2 .uni-login-footer{
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 20px;
}
.uni-login-style2 .uni-login-footer a{
  text-decoration: underline;
  color: #152c41;
}
.uni-login-style2 .uni-register .uni-loginForm .uni-input {
  border: 1px solid #eee;
  border-radius: 5px;
  margin-bottom: 10px;
  margin-top: 2px;
  display: flex;
}
.uni-login-style2 .uni-register .uni-label{
  margin-bottom: 0;
}
.uni-login-style2 .uni-register .uni-loginForm input {
  background: transparent;
  line-height: 42px;
  outline: none;
  border: unset;
  font-size: 16px;
  flex: 1;
  padding: 0 10px;
}
.uni-login-style2 .uni-register .uni-loginForm .uni-verification-code{
  border-left: 1px solid #eee;
}
.uni-login-style2 .uni-findPW .uni-loginForm .uni-input {
  border: 1px solid #eee;
  border-radius: 5px;
  margin-bottom: 10px;
  margin-top: 2px;
  display: flex;
}
.uni-login-style2 .uni-findPW .uni-label{
  margin-bottom: 0;
}
.uni-login-style2 .uni-findPW .uni-loginForm input {
  background: transparent;
  line-height: 42px;
  outline: none;
  border: unset;
  font-size: 16px;
  flex: 1;
  padding: 0 10px;
}
.uni-login-style2 .uni-findPW .uni-loginForm .uni-verification-code{
  border-left: 1px solid #eee;
}
.uni-login-style2  .uni-verification-code button{
  height: 100%;
}
/*------登录注册样式2 end------*/
.uni-xiaoguo65 .accordion-item {
  border: unset;
  border-radius: 0;
  margin: 0 0 15px;
  box-shadow: 0 3px 8px rgb(0 0 0 / 6%);
}


.uni-xiaoguo65 .accordion-button {
  background: #f3f3f3;
  color: #333;
  position: relative;
  font-size: 14px;
  font-weight: 500;
  padding: 12px 30px 12px 15px;
  border-radius: 0;
  box-shadow: none;
  outline: 0;
}

.uni-xiaoguo65 .accordion-button::after {
  content: "+";
  position: absolute;
  top: 50%;
  right: 18px;
  width: auto;
  height: auto;
  transform: translateY(-50%);
  font-size: 20px;
  font-weight: 400;
  background: 0 0;
  color: var(--sys-color);
}

.uni-xiaoguo65  .accordion-button:not(.collapsed)::after {
  content: "-";
  position: absolute;
  top: 50%;
  right: 18px;
  background: 0 0;
  width: auto;
  height: auto;
  transform: translateY(-50%);
  font-size: 25px;
  font-weight: 400;
  color: var(--sys-color);
}
.uni-xiaoguo65 .accordion-button:not(.collapsed){
  box-shadow: none;
}
.uni-xiaoguo65 .accordion-body{
  border: 1px solid #f3f3f3;
}
.uni-xiaoguo65 .accordion-body p {
  font-size: 14px;
  color: #171717;
}

.uni-xiaoguo65 .accordion-button:focus {
  box-shadow: none;
}

.uni-xiaoguo65 .accordion-button:not(.collapsed) {
  background-color: #f3f3f3;
  color: #333;
}
/*-------------------*/
/* 默认样式 */
.uni-f1 { font-size: 2rem; }
.uni-f2 { font-size: 1.75rem; }
.uni-f3 { font-size: 1.5rem; }
.uni-f4 { font-size: 1.25rem; }
.uni-f5 { font-size: 1rem; }
.uni-f6 { font-size: 0.75rem; }

/* 小屏幕（手机） */
@media (max-width: 599px) {
  .uni-f1{ font-size: 1.5rem; }
  .uni-f2{ font-size: 1.25rem; }
  .uni-f3{ font-size: 1rem; }
  .uni-f4{ font-size: 0.875rem; }
  .uni-f5{ font-size: 0.75rem; }
  .uni-f6{ font-size: 0.625rem; }
}

/* 中等屏幕（平板） */
@media (min-width: 600px) and (max-width: 899px) {
  .uni-f1{ font-size: 1.75rem; }
  .uni-f2{ font-size: 1.5rem; }
  .uni-f3{ font-size: 1.25rem; }
  .uni-f4{ font-size: 1rem; }
  .uni-f5{ font-size: 0.875rem; }
  .uni-f6{ font-size: 0.75rem; }
}

/* 大屏幕（桌面） */
@media (min-width: 900px) {
  .uni-f1{ font-size: 2rem; }
  .uni-f2{ font-size: 1.75rem; }
  .uni-f3{ font-size: 1.5rem; }
  .uni-f4{ font-size: 1.25rem; }
  .uni-f5{ font-size: 1rem; }
  .uni-f6{ font-size: 0.875rem; }
}

body .sidebarBtn {
  display: block;

  padding: 12px 0;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;

}
body .sidebarBtn i {
  display: inline-block;
  font-size: 20px;
}

/* 默认隐藏 fa-times */
body .sidebarBtn .fa-times {
  display: none;
}

.offscreen-navigation li {
  border-top: 1px solid #f0f0f0;
  position: relative;
}

.offscreen-navigation .menu>li:last-child {
  border-bottom: 0;
}
.offscreen-navigation .menu {
  height: calc(100vh - 40px);
  overflow: hidden auto;
  list-style: none;
  padding: 0;
  margin: 0;
}

.offscreen-navigation li a {
  color: #333333;
  font-size: 14px;
  text-decoration: none;
  display: block;
  padding: 10px 30px 10px 10px ;
  opacity: 1;
  -webkit-font-smoothing: antialiased;
  font-weight: 400;
  text-transform: uppercase;
  position: relative;
  outline: 0;

}
.offscreen-navigation li .icon {
  color: #333333;
  display: block;
  width: 40px;
  height: 40px;
  line-height: 37px;
  position: absolute;
  right: 0;
  top: 3px;
  text-align: center;

}
.offscreen-navigation li .icon:hover{
  transform: scale(1);

}

.offscreen-navigation li ul {
  display: none;
  list-style: none;
  padding: 0;
  margin: 0;
}
.offscreen-navigation li li a {
  padding-left: 20px;
  font-size: 13px;
  background-color: #f9f9f9;
}
.offscreen-navigation li li li a {
  padding-left: 30px;
  font-size: 13px;
  background-color: #f8f8f8;
}

