@-webkit-keyframes slideLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}

@keyframes slideLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}

@-webkit-keyframes slideRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}

@keyframes slideRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}

html {
  font-size: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  scroll-behavior: smooth;
}
.pd-6{
  padding: 60px 0px;
}
.mt-60{
  margin-top: 60px;
}

.pt-8{
  padding-top: 80px;
}

*::before,
*::after,.nav-left li,.botton li,.header li ,.time li,.news-relevant li,.news-time li,.news-nav li,.logo-show li,.swiper .border li{
  padding: 0;
  margin: 0;
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
  list-style: none;
  list-style-type: none;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
.product-details li{
    margin-left: 15px;
}
ul{
    padding-inline-start: 0px;
}
body {
  font-family: microsoft yahei,'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  overflow-x: hidden;
  color: #121212;
  background: #ffffff;
}
.bg{
  background: #f9f9f9;
}
.mt-30{
  margin-top: 30px;
}
.mt-20{
  margin-top: 20px;
}
.pd-60{
  padding-bottom: 60px;
}
@media (max-width: 767.98px) { 
  .top-sm{
  margin-top: 30px;
}
 }
 @media (max-width:  991.98px) { 
  .top-sm{
  margin-top: 30px;
}
 }

a,
button {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  cursor: pointer;
  border: none;
  outline: none;
  background: none;
  text-decoration: none;
}
a, a:hover ,button ,button:hover{
  text-decoration: none;
}
@media only screen and (max-width: 768px) {
  a,
  button {
    cursor: default !important;
    border: none;
    outline: none;
  }
}

img,
video {
  display: block;
  max-width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.container,.container1 {
  width: 100%;
  height: auto;
  margin: 0 auto;
}

@media only screen and (max-width: 767.98px) {
  .container,.container1 {
    margin: 0 auto;
    padding-left: 10px;
    padding-right: 10px;
  }
  
}
button{
  outline: none;
  box-shadow: none;
}
button {
  border-style: none;
}
.brand {
  font-family: inherit;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: inherit;
  color: #0067d0;
  border: none;
  outline: none;
  text-transform: uppercase;
  text-rendering: optimizeLegibility;
}
@media (max-width: 1400.98px) { 
  
  .brand img{
    height: 50px;
  }
 }
 @media (max-width: 991.98px) { 
  .brand img{
    height: 40px;
  }
  .md-none{
      display: none;
  }
 }
 @media (max-width: 767.98px) { 
  .brand img{
    height: 25px;
  }
  }

.header {
  position: fixed;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  padding: 0.5rem 0;
  margin: 0 auto;
  z-index: 1021;
  border: none;
  outline: none;
  background: #ffffff;
  -webkit-box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
          box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

.header .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header-item-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 17%;
          flex: 0 0 17%;
}



.header-item-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 66%;
          flex: 0 0 66%;
}

.header-item-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 17%;
          flex: 0 0 17%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
          
          color: #807e7e;
          
}
@media (max-width: 1400.98px){
  .header-item-right{
    display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 12%;
          flex: 0 0 12%;
  }
  .header-item-left{
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 12%;
    flex: 0 0 12%;
  }
  .header-item-center{
    display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 76%;
          flex: 0 0 76%;
  }
}
.header-item-right  a{
  font-size: 16px;
  color: #807e7e;
  margin-left:5px;
  line-height: 30px;
}
.header-item-right p{
  margin-bottom: 0rem;
  color: #807e7e;
  font-size: 14px;
}
.header-item-right .menu-icon {
  font-size: 1rem;
  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: 1rem;
  margin-left: 1rem;
  border: none;
  outline: none;
  color: #121212;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-right: 5px;
  color: #807e7e;
}

.header .menu > ul > li {
  display: inline-block;
  line-height: 3.125rem;
  margin-left: 2.5rem;
}
@media (max-width: 1199.98px) { 
  .header .menu > ul > li{
    margin-left: 1.5rem;
  }
}

.header .menu > ul > li > a {
  position: relative;
  font-family: inherit;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.25;
  border: none;
  outline: none;
  color: #121212;
  text-transform: capitalize;
  text-rendering: optimizeLegibility;
  -webkit-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
.header .menu > ul > .active a{
  color: #0166af;
}

.header .menu > ul > li .menu-subs {
  position: absolute;
  width: 100%;
  height: auto;
  margin-top: 1.75rem;
  padding: 1rem 2rem;
  border: none;
  outline: none;
  z-index: 1021;
  opacity: 0;
  visibility: hidden;
  border-radius: 0.25rem;
  border-top: 3px solid #0067d0;
  background: #ffffff;
  -webkit-box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
          box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.header .menu > ul > li .menu-subs > ul > li {
  line-height: 1;
}
.header .menu > ul > li .menu-subs > ul > li:hover{
    background: #0483dd;
    
}

.header .menu > ul > li .menu-subs > ul > li > a {
  display: inline-block;
  font-family: inherit;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.25;
  padding: 0.75rem 1rem;
  border: none;
  outline: none;
  color: #121212;
  text-transform: capitalize;
  text-rendering: optimizeLegibility;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}


.header .menu > ul > li .menu-column-1 {
  width: auto;
}

.header .menu > ul > li .menu-subs.menu-mega {
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.header .menu > ul > li .menu-subs.menu-mega > .list-item > ul > li {
  display: block;
  line-height: 1;
}

.header .menu > ul > li .menu-subs.menu-mega > .list-item > ul > li > a {
  display: inline-block;
  font-family: inherit;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.25;
  padding: 0.5rem 0;
  border: none;
  outline: none;
  color: #121212;
  text-transform: capitalize;
  text-rendering: optimizeLegibility;
  -webkit-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}

.header .menu > ul > li .menu-subs.menu-column-4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 68rem;
  width: 100%;
  padding: 1.25rem 1rem;
}

.header .menu > ul > li .menu-subs.menu-column-4 > .list-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  padding: 0 1rem;
}

.header .menu > ul > li .menu-subs.menu-column-4 > .list-item .title {
  font-family: inherit;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1;
  padding: 0.75rem 0;
  border: none;
  outline: none;
  color: #0067d0;
  text-transform: uppercase;
  text-rendering: optimizeLegibility;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.header .menu > ul > li .menu-subs.menu-column-4 > .list-item.text-center .title {
  text-align: center;
}

.header .menu > ul > li .menu-subs.menu-column-4 > .list-item img.responsive {
  max-width: 100%;
  width: 100%;
  height: auto;
  margin-top: 0.75rem;
  -o-object-fit: cover;
     object-fit: cover;
  vertical-align: middle;
}

.header .menu > ul > li .menu-subs.menu-mega > .list-item > ul > li:hover > a,
.header .menu > ul > li .menu-subs > ul > li:hover > a {
    width: 100%;
  color: #ffffff;
}
.header .menu > ul > li .menu-subs.menu-mega > .list-item > ul > li > a:hover {
    background: #0067d0;
    padding: 10px;
}
.header-item-right a:hover,
.header .menu > ul > li:hover > a {
  color: #0067d0;
}

@media only screen and (min-width: 993px) {
  .header .menu > ul > li.menu-item-has-children:hover .menu-subs {
    margin-top: 0.5rem;
    opacity: 1;
    visibility: visible;
  }
}

.menu-mobile-header,
.menu-mobile-trigger {
  display: none;
}

@media only screen and (max-width: 992px) {
  .header-item-center {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .header-item-left, .header-item-right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  .wrapper {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .header .menu-mobile-trigger {
    position: relative;
    display: block;
    cursor: pointer;
    width: 1.75rem;
    height: 1rem;
    border: none;
    outline: none;
    margin-left: 1.25rem;
    background: none;
    -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg);
    -webkit-transition: 0.35s ease-in-out;
    -o-transition: 0.35s ease-in-out;
    transition: 0.35s ease-in-out;
  }
  .header .menu-mobile-trigger span {
    display: block;
    position: absolute;
    width: 100%;
    height: 2px;
    left: 0;
    border: none;
    outline: none;
    opacity: 1;
    border-radius: 0.25rem;
    background: #121212;
    -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg);
    -webkit-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
  }
  .header .menu-mobile-trigger span:nth-child(1) {
    top: 0;
  }
  .header .menu-mobile-trigger span:nth-child(2), .header .menu-mobile-trigger span:nth-child(3) {
    top: 0.5rem;
  }
  .header .menu-mobile-trigger span:nth-child(4) {
    top: 1rem;
  }
  .header-item-right {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header .menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 20rem;
    height: 100%;
    z-index: 1099;
    overflow: hidden;
    background: #ffffff;
    -webkit-transform: translate(-100%);
        -ms-transform: translate(-100%);
            transform: translate(-100%);
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
  .header .menu.active {
    -webkit-transform: translate(0%);
        -ms-transform: translate(0%);
            transform: translate(0%);
  }
  .header .menu > ul > li {
    display: block;
    line-height: 1;
    margin: 0;
  }
  .header .menu > ul > li > a {
    display: block;
    line-height: 3.125rem;
    height: 3.125rem;
    padding: 0 3.125rem 0 1rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  .header .menu > ul > li > a i.ion {
    position: absolute;
    font-size: 1.25rem;
    line-height: 3.125rem;
    top: 0;
    right: 0;
    width: 3.125rem;
    height: 3.125rem;
    text-align: center;
    -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }
  .header .menu .menu-mobile-header {
    position: relative;
    position: -webkit-sticky;
    position: sticky;
    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;
    top: 0;
    height: 3.125rem;
    z-index: 501;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    background: #ffffff;
  }
  .header .menu .menu-mobile-header .menu-mobile-arrow {
    display: none;
    font-size: 1.25rem;
    line-height: 3.125rem;
    width: 3.125rem;
    height: 3.125rem;
    cursor: pointer;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    color: #121212;
    text-align: center;
  }
  .header .menu .menu-mobile-header.active .menu-mobile-arrow {
    display: block;
  }
  .header .menu .menu-mobile-header .menu-mobile-title {
    font-family: inherit;
    font-size: 1rem;
    font-weight: 500;
    line-height: inherit;
    color: #121212;
    text-transform: capitalize;
    text-rendering: optimizeLegibility;
  }
  .header .menu .menu-mobile-header .menu-mobile-close {
    font-size: 2.25rem;
    line-height: 3.125rem;
    cursor: pointer;
    width: 3.125rem;
    height: 3.125rem;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
    color: #121212;
    text-align: center;
  }
  .header .menu .menu-section {
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
  }
  .header .menu > ul > li .menu-subs {
    position: absolute;
    display: none;
    top: 0;
    left: 0;
    max-width: none;
    min-width: auto;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 1rem;
    padding-top: 4rem;
    opacity: 1;
    overflow-y: auto;
    visibility: visible;
    -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
            transform: translateX(0%);
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .header .menu > ul > li .menu-subs.menu-mega {
    position: absolute;
    display: none;
    top: 0;
    left: 0;
    max-width: none;
    min-width: auto;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 1rem;
    padding-top: 4rem;
    opacity: 1;
    overflow-y: auto;
    visibility: visible;
    -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
            transform: translateX(0%);
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .header .menu > ul > li .menu-subs.active {
    display: block;
  }
  .header .menu > ul > li .menu-subs.menu-column-4 > .list-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    padding: 0rem;
  }
  .header .menu > ul > li .menu-subs.menu-column-4 > .list-item img.responsive {
    margin-top: 0;
  }
  .header .menu > ul > li .menu-subs.menu-column-4 > .list-item.text-center .title {
    margin-bottom: 1.25rem;
  }
  .header .menu > ul > li .menu-subs.menu-column-4 > .list-item.text-center:last-child .title {
    margin-bottom: 0rem;
  }
  .header .menu > ul > li .menu-subs > ul > li > a {
    display: block;
  }
  .header .menu > ul > li .menu-subs.menu-mega > .list-item > ul {
    margin-bottom: 1rem;
  }
  .header .menu > ul > li .menu-subs.menu-mega > .list-item > ul > li > a {
    display: block;
  }
  .overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1098;
    opacity: 0;
    visibility: hidden;
    background: rgba(0, 0, 0, 0.55);
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
  .overlay.active {
    opacity: 1;
    visibility: visible;
  }
}

.main {
  display: block;
  width: 100%;
  min-height: 100vh;
}
.b.bootcss {
  outline: none; /* 移除点击时的默认边框 */
}
.nav-link:focus,
.nav-link:active {
    outline: none; /* 去除按钮在点击（active）和聚焦（focus）状态下的默认边框 */
    box-shadow: none; /* 可选：去除按钮的阴影效果 */
}
/*首页产品*/
.product .nav-left{
  background: #0067d0;
  padding: 3px;
}
.product .sticky-top{
    top: 100px;
}
.product .nav-left .nav-list{
  background: #ffffff;
  padding: 5px;
  margin-bottom: 0px;
}
.product .nav-left h2{
  color: #ffffff;
  text-align: center;
  margin: 20px 0px;
  font-size: 24px;
}
.product .nav-left .nav-list .title{
  background: #0067d0;
  border: 1px solid #0067d0;
  color: #ffffff;
  border-radius: 10px;
  text-align: center;
  margin: 10px 0px;
  color: #ffffff;
  font-size: 20px;
  
}

.product .nav-left .nav-list .title a{
    color: #ffffff;
    width: 100%;
    display: inline-block;
    padding: 14px 0px;
}

.product .nav-left .nav-list .title:hover a{
    color: #0067d0;
}
.product .nav-left .nav-list .title:hover {
  border: 1px solid #0067d0;
  background: #ffffff;
  color: #0067d0;
}
.product .nav-left .nav-list .list li{
  padding: 12px 10px;
  margin: 0px 15px;
  border-bottom: 1px #e2e0e0 dashed;
  color: #333535;
}
.product .nav-left .nav-list .list  li.active{
    color: #0067d0;
}
.product .nav-left .nav-list .list li:hover {
  color: #0067d0;
}
.product .text{
  padding: 20px 0px 20px 20px;
  border: 1px solid #e2e0e0;
  background: url(/static/weimai/image/bg.jpg);
  margin-bottom: 30px;
  min-height: 242px;

}
.product .text h3{
  font-size: 24px;
  margin-bottom: 20px;
}
.product .text .Introduction{
  font-size: 14px;
  color: #333535;

}
.product .text .Introduction ul{
    height: 180px;
    margin-bottom: 20px;
}
.product .text .Introduction a{
    color: #666666;
    
}
.product .text .Introduction li{
  color: #807e7e;
}
.product .text:hover h3,.product .text .Introduction a:hover{
  color: #0067d0;
  
}
.product .text:hover{
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
.product .text:hover img{
  cursor: pointer;
  transition: 0.2s;
  transition-duration:0.5s;
  transform:scale(1.2);
 transition-timing-function:ease-in-out;
transform: translateY(-5px);/*上移*/
}
.product .text h3,.product .text .Introduction li{
  display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.product .text .Introduction li{
    margin-bottom: 10px;
}

.product .text .Introduction li:before{
   content: "";
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #0483dd;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    margin-bottom: 3px;

   }
@media (max-width: 1198.98px){
    .product .nav-left .nav-list .title{
        font-size: 17px;
    }
    .product .text h3{
        font-size: 18px;
    }
    .product .text{
        min-height:240px;
    }
    .product .nav-left .nav-list .list li{
        padding: 13px 10px;
    }
}
@media (max-width: 767.98px)  { 
  .product .nav-left{
    display: none;
  }
  .product .nav-left .nav-list .title{
      font-size: 14px;
  }
 }
 /*about*/
 .sy-title{
  text-align: center;
  margin: auto;

 }
 .sy-title h2{
  display: flex;
  flex-direction: row;
  color: #262525;
  font-weight: 500;

 }
 .sy-title h2 span{
  color: #0067d0;
 }
 .sy-title h3{
  color: #c2c1c1;
  text-transform: uppercase;
 }
 .sy-title h2:before,.sy-title h2:after{
  content: "";
  flex: 1 1;
border-bottom: 1px solid #c2c1c1;
margin: auto;
 }
 .sy-title p{
  color: #807e7e;
  font-size: 16px;
  margin: 30px 0px;
 }
 .about .text h2{
  color: #333333;
  font-size: 26px;
  
 }
 .about .text .line{
  width: 100px;
  height: 4px;
  background: #0067d0;
  margin-bottom: 30px;
 }
 .about .text p{
  font-size: 14px;
  line-height: 30px;
  color: #666666;
  display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 7;
    overflow: hidden;
 }
 .about .text .btn{
  background: #2b89cd;
  color: #ffffff;
  padding: 10px 40px;
  margin-top: 20px;
 }
 /*时间*/
 .time{
  margin: 40px 0px 20px 0px;
  border: #c2c1c1 1px solid;

 }
 .time ul{
  display: flex;
 }
 .time ul li{
  margin-top: 15px;
  width: 20%;
  text-align: center;
 }
 .time ul li h4{
  font-size: 40px;
  color: #2b89cd;
 }
 .time ul li h4 span{
  font-size: 14px;
  color: #807e7e;
  margin-left: 5px;
 }
 .time ul li p{
  color: #666666;
 }
 .time ul .bor-r{
  border-right: 1px solid #c2c1c1;
 }
 @media (max-width: 767.98px){
  .time ul li h4{
    font-size: 24px;
  }
  .time ul li p{
    font-size: 14px;
  }
  .time ul li h4 span{
    font-size: 12px;
  }
 }
 /*车间*/
.workshop{
    
    padding-top: 20px;
    padding-bottom: 60px;
}
 .workshop .swiper-wrapper .swiper-slide .img{
  margin: 10px;

 }

 .swiper {
  width: 100%;
  height: 100%;
}
.swiper-button-next {
  right: 100px;
  
}
.swiper-button-prev,
.swiper-button-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #000; /* 按钮颜色 */
    z-index: 20;
}


.swiper-button-prev {
  left: -30px; /* 调整左侧按钮的位置 */
}

.swiper-button-next, .swiper-button-prev {
  margin-top: calc(10px - (var(--swiper-navigation-size)/ 2));
}
/*case*/
.nav-tabs .nav-link{
  border-top: none;
  border-left: none;
  border-right: none;
 
}
.case .nav-tabs .nav-link.active,.nav-tabs .nav-link:hover{
  color: #0166af;
}

.nav-tabs .nav-link.active{
  border-bottom: #0166af solid 2px;
}
.case .carousel-inner{
  width: 80%;
}
.case .carousel-inner{
  margin: auto;
}
.case button svg{
  font-size: 30px;
  color: #666666;
}
.case .carousel-control-prev, .case .carousel-control-next{
  width: 10%;
}
.btn-default{
  background: #0067d0;
  color: #ffffff;
  padding: 10px 40px;
  border-radius: 5px;
  margin-top: 30px;
}
.btn-default:hover{
  border: 1px solid #0067d0;
  color: #0166af;
  background: #ffffff;
}
.case .text h3{
  margin-bottom: 30px;
}
.case .text .describe{
  line-height: 30px;
  color: #666666;
  display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    overflow: hidden;
}
.case .carousel-item{
    height: 420px;
    overflow: hidden;
}
.case .carousel-item img{
    width: 100%;
    height: 100%;
}

/*logo*/

.logo .swiper-button-prev:after , .logo .swiper-button-next:after{
  --swiper-navigation-size:25px;
  color: #333535;
}

.logo .swiper-slide{
  text-align: center;
}
.logo .swiper-slide p{
  color: #666666;
  font-size: 16px;
  margin-top: 10px;
}
  .logoSwiper{
    width: 90%;
    overflow: hidden;
    margin: auto;
  }
  /*news*/
  .newsSwiper{
    width: 90%;
    overflow: hidden;
    margin: auto;
  }
  .newsSwiper .img{
     height: 180px;
      overflow: hidden;
  }
  .newsSwiper .img img{
      width: 100%;
      height: 100%;
      
  }
  .newsSwiper .swiper-slide{
    height: 101%;
  }
  .more {
    position: relative;
  }
  .more a{
    position: absolute;
    right: 10px;
    color: #333535;
    font-size: 14px;
  }
  .more a:hover{
    color: #0166af;
  }
 .more .swiper-button-next:after,.more .swiper-button-prev:after{
  font-size: none;

  }
  .swiper-button-left, .swiper-button-right{
    position: absolute;
    top: var(--swiper-navigation-top-offset, 50%);
    width: calc(var(--swiper-navigation-size) / 44* 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(0px -(var(--swiper-navigation-size) / 2));
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;

  }
  .swiper-button-right{
    left: var(--swiper-navigation-sides-offset, 10px);
    right: auto;
  }
  .swiper-button-left{
    right: var(--swiper-navigation-sides-offset, 10px);
    left: auto;
  }
  .newsSwiper .text{
    padding: 10px;
  }
  .newsSwiper .text:hover{
    box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.175) !important;
    cursor: pointer;
      transition: 0.2s;
      transition-duration:0.5s;
      transform:scale(0.99);
      
     transition-timing-function:ease-in-out;

  }
  .newsSwiper .title{
    border-bottom: 1px solid #c2c1c1;
    margin-bottom: 20px;
  }
  .newsSwiper .title h1{
    font-size: 18px;
    color: #333333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
  .newsSwiper .title ul{
    display: flex;
    flex-wrap: wrap;
    margin-top: 15px;
    margin-bottom: 5px;
  }
  .newsSwiper .title ul li{
    margin-right: 20px;
    color: #807e7e;
    font-size: 13px;
  }
  .newsSwiper .swiper-slide p{
    font-size: 15px;
    color: #666666;
    line-height: 25px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
  .newsSwiper .text:hover h3{
    color: #0483dd;
  }
  .img img{
    width: 100%;
  }
  @media (max-width: 991.98px) { 
    .newsSwiper,.logoSwiper{
      width: 85%;
    }
   }
  @media (max-width: 767.98px) { 
    .newsSwiper,.logoSwiper{
      width: 80%;
    }
   }
   /*botton*/
   .botton{
    border-top: #0166af 4px solid;
    background-image: url(/static/weimai/image/service-bg-2-1.png);
    background-color: #f0eded;
   }
   .botton .list{
    display: flex;

   }
   .botton .list ul{
    width: 33%;
    
   }
   .botton .list ul .title{
    color: #333333;
    font-size: 17px;
    margin-bottom: 10px;
   }
   .botton .list ul li a ,.botton  .text li{
    color: #666666;
    line-height: 25px;
    font-size: 13px;
   }
   .botton  .text h4{
    color: #0166af;
    margin-bottom: 10px;
   }
   .botton .ewm{

    display: flex;

   }
   .botton .ewm .img{
    padding:0px 10px;
    width: 50%;
   }
  
  .botton .ewm p {
    text-align: center;
    color: #666666;
    margin-top: 10px;
    font-size: 14px;

  }
  .botton .dwon{
    border-top: 1px solid #aaa8a8;
    padding: 10px 0px;
  }
  .botton .dwon ul{
    display: flex;
    flex-wrap: wrap;
    font-size: 12px;
    color: #807e7e;
    margin-bottom: 0px;
  }
  .botton .dwon ul li{
    margin-right: 30px;
    display: flex;
    flex-wrap: wrap;
  }
  .botton .dwon ul li ul li{
      margin-right: 10px;
  }
  .botton .dwon ul li a,.botton .dwon ul li ul li a:hover{
    color: #0067d0;
  }
  .botton .dwon ul li ul li a{
      color: #666666;
      
  }
/*客服*/
  #myBtn:hover {
    background-color: #ffffff;
    color: #0483dd;
    border: 1px solid #0483dd;
    padding: 9px;
  }
  .sky {
    position: fixed;
    right: 30px;
    top: 50%;
    z-index: 999;
  }
  .sky button{
    background: #0483dd;
    color: #ffffff;
    border-radius: 50%;
    padding: 10px;
  }
  .sky button svg{
    font-weight: 800;
    width: 30px;
    height: 30px;
  }
  .sky li{
    display: flex;
    margin-bottom: 20px;
  }
  .sky li .icon img{
 
    background: #a5a4a4;
    border-radius: 50%;
  }
  .sky li .icon .img img{
  border-radius: 0px;
  padding: 0px;
}
  .sky li .icon img{
    min-width: 40px;
    padding: 8px;
  }
  .sky .img {
    width: 150px;
    padding: 10px;
    background: #0067d0;
    display: none;
    float: inline-end;
  }
  .sky .tel ,.sky .eml{
    width: 190px;
    padding: 10px;
    background: #0067d0;
    display: none;
    float: inline-end;
  }
  .sky .tel p{
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 0px;
    font-size: 22px;
  }
  .sky li{
    position: relative;
  }
  .sky li:hover .img{
    position: absolute;
    left: -158px;
    top: -0px;
    display: inline;
  }
  .sky li:hover .tel,.sky li:hover .eml{
    position: absolute;
    left: -198px;
    top: -0px;
    display: inline;
  }
  .sky li:hover .icon img{
    background: #0483dd;
  }
  .sky .img{
    position: relative;
  }
  .sky .icon .img svg{
    position: absolute;
    top: 18px;
    left: 145px;
    color: #0067d0;
  }
  .sky .icon .tel svg,.sky .icon .eml svg{
    position: absolute;
    top: 18px;
    left: 185px;
    color: #0067d0;
  }
  .sky .icon .eml p{
    color: #ffffff;
    margin-bottom: 0px;
  }
  @media (max-width: 1199.98px) { 
    .sky{
    right: 10px;
  } }
  @media (max-width: 767.98px) { 
    .sky{
      right: 0px;
    }
   }
   /*product-list*/
   .product-list{
    border-bottom: 1px dashed #a5a4a4;
    padding: 0px 10px;
    margin-bottom: 30px;
   }
   .product-list h1{
    color: #0166af;
    font-size: 25px;
   }
   .product-list .img{
    background-color: #ffffff;
    margin-right: 30px;
    
   }
   .product-list .text{
    padding: 30px 0px;
   }
   .product-list .text:hover .img img{
    cursor: pointer;
      transition: 0.5s;
      transition-duration:0.8;
      transform:scale(1.1);
     transition-timing-function:ease-in-out;

   }
   .product-list .text p{
    color: #0166af;
    font-size: 18px;
   }
   .product-list .text ul li:before{
   content: "";
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #0483dd;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    margin-bottom: 3px;

   }
   .product-list .text ul li{
    font-size: 14px;
    color: #666666;
    line-height: 25px;
    
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
   }
   .pro-button{
    background: #0067d0;
    color: #ffffff;
    padding: 5px 20px;
    margin-top: 30px;
   }
   .pro-button:hover{
    background: #ffffff;
    color: #0067d0;
    border: 1px solid #0067d0;
   }
   @media (max-width: 991.98px) { 
    .product-list .img{
      margin-right: 0px;
    }
    }
    .paging{
      width: 200px;
      margin: auto;
    }
    .paging .active{
      background: #0483dd;
      color: #ffffff;
    }
    #myBtn,.page-link:focus {
      outline: none;
      box-shadow: none;
    } 
    /*面包屑*/
  
    .crumbs ol{
      display: flex;
      flex-wrap: wrap;
      padding: 10px 0px;
      font-size: 12px;
    }
    .crumbs ol li{
      color: #0483dd;
      margin-right: 5px;
       padding: 0;
  margin: 0;
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
  list-style: none;
  list-style-type: none;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
    }
    .crumbs ol li a{
      color: #666666;
    }
    .crumbs ol li a:hover{
      color: #0483dd;
    }
    .crumbs ol li a svg{
        margin-bottom: 3px;
        margin-right: 3px;
    }
/*产品内页*/
    .product-details .title{
      border-bottom: 1px solid #cacaca;

    }
    .product-details .title h1{
      color: #0483dd;
      font-size: 22px;
      padding-left: 10px;
      border-left: 10px solid #0166af;

    }
    .product-details .title .dwon{
      
      padding-top: 10px;
      text-align: right;
 
    }
    .product-details .title .dwon img{
      width: 30px;
      display: inline;
    }
    .product-details .title .dwon a{
      font-size: 16px;

    }
    .product-details .text{
      margin: 30px 0px;
    }
    .product-details .text p{
      color: #0483dd;

    }
    .product-details .text  li{
      color: #666666;
      font-size: 16px;
      line-height: 35px;
    }
    .product-details .text:hover .img img{
      cursor: pointer;
      transition: 0.5s;
      transition-duration:0.8s;
      transform:scale(1.1);
     transition-timing-function:ease-in-out;

    }
    /*新闻列表*/
    .news {
      padding: 20px;
      margin-bottom: 20px;
    }
    .news .img{
        max-width: 100%;
    }
    .news:hover .img img{
         cursor: pointer;
      transition: 0.5s;
      transition-duration:0.5s;
      transform:scale(1.05);
     transition-timing-function:ease-in-out;
     overflow: hidden;
    }
    .news:hover{
      box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
    }
    .news a .text h1{
      font-size: 25px;
      color: #333333;
      margin-bottom: 20px;
      display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    }
    .news:hover .text h1{
      color: #0483dd;
    }
    .news a .text p{
      font-size: 16px;
      color: #666666;
      display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;

    }
    .news-time{
      display: flex;
      flex-wrap: wrap;
      margin-bottom: 0px;
    }
    
    .news-time  .text ul li,.news-time li{
      font-size: 14px;
      color: #a5a4a4;
      margin-right: 20px;
    }
    @media (max-width: 1199.98px) { 
      .news .text p{
      
      margin-bottom: 20px;
      display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    } }
    /*新闻详情*/
    .news-show {
      border-bottom: 1px solid #c9c7c7;
      margin-bottom: 30px;
      padding-bottom: 5px;
    }
    .news-show h1{
      font-size: 23px;
      color: #333535;
      border-left: 10px solid #0483dd;
      padding-left: 10px;
      margin-bottom: 20px;
    
    }
    /*相关文章*/
    .news-relevant{
      padding: 20px;
    }
    .news-relevant h2{
      border-bottom: 3px solid #0483dd;
      display: inline-block;
      padding-bottom: 10px;
    }
    .news-relevant .list{
      border-bottom: 1px dashed #a5a4a4;
      padding: 10px 0px;
      margin-bottom: 20px;
    }
    .news-relevant h4{
      margin-top: 20px;
      font-size: 16px;
      line-height: 30px;
      color: #333333;
      display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    }
    .news-relevant .list:hover h4{
      color: #0483dd;
    }
  
    .Jump .next{
      text-align: right;
    }
    
    @media (max-width: 1199.98px) { 
      .Jump .next{
        text-align: left;
      }
      }
      /*内页导航*/
   
      .news-nav ul{
        display: flex;
        flex-wrap: wrap;
        padding: 0px;
      }
      .news-nav li{
              
        margin-right: 30px;
        
      }
      .news-nav li a{
        padding: 8px 25px;
        background: #0483dd; 
        color: #ffffff;
        border: 1px solid #0483dd;
      }
      .news-nav li a:hover,.news-nav li .active{
        border: 1px solid #666666;
        background: #ffffff;
        color: #807e7e;
      }
      /*contact*/
      .contact .map{
        padding: 30px;
      }
      .contact-title {
        margin-bottom: 80px;
      }
      .contact-title h2{
        color: #0166af;
        border-bottom: 3px solid #0166af;
        display: inline-block;
        padding-bottom: 10px;
        font-size: 25px;
      }
      .contact .map .text{
        margin-top: 40px;
      }
      .contact .map .text ul li{
        display: flex;
        color: #807e7e;
      }
      .contact .map .text ul li .img{
        margin-right: 10px;
      }
      .center{
        text-align: center;
      }
      /*about*/
      .about-title {
        border-bottom: 1px solid #cacaca;
        margin-bottom: 40px;
      }
      .about-title h2{
        font-size: 25px;
        color: #0483dd;
        border-left: 10px solid #0483dd;
        padding-left: 10px;
        font-weight: 550;
      }
      #about,#team,#course{
          scroll-margin-top: 100px;
      }
      .page-about h2{
          color: rgb(19, 100, 189);
          margin-bottom: 40px;
      }
      /*发展历程*/
      .course h3{
        margin-right: 10px;
        color: #0483dd;
        margin-bottom: 30px;
        position: relative;
        top: -10px;
        min-width: 100px;
      }
      
      .course ul li{
        display: flex;
      }
      .course .text{
        border-left: 1px solid #0483dd;
        margin-bottom: 0px;
        position: relative;
        
      }
      .course  .p{
        color: #666666;
        position: relative;
        top: -5px;
        padding-bottom: 40px;
      }
    
      .course .dot{
        min-width: 14px;
        height: 14px;
        border-radius: 50%;
        border: solid 4px #0483dd;
        background: #ffffff;
        position: relative;
        left: -7px;
      }
      /*证书*/
      .honor .list{
        margin-bottom: 30px;
      }
      .honor .list img{
        width: 100%;
        margin: 0px;
        border-radius: 0px;
        border: none;
        padding: 10px;
      }
      .honor .list .title{
           padding: 20px 10px ;
        background: #e4e3e3;
      }
      .honor .list h4{
        font-size: 16px;
       
        margin-bottom: 0px;
        color: #666666;
        display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
        
      }
      /*合作伙伴*/
      .logo-show ul{
        display: flex;
        flex-wrap: wrap;
      }
      .logo-show ul li{
        width: 16.6%;
        padding: 15px;
        text-align: center;
      }
      .logo-show  .img img {
        margin: auto;
        width: auto;
      }
      .logo-show ul li p{
        color: #666666;
        margin-top: 10px;
        
      }
      @media (max-width: 1199.98px) { 
        .logo-show ul li{
          width: 20%;
        }
       }
       @media (max-width: 991.98px) { 
        .logo-show ul li{
          width: 25%;
        }
        }
        @media (max-width: 767.98px) { 
          .logo-show ul li{
            width: 33%;
          }
         }
         /*验证码*/
         .Code input{
             height: 35px;
             margin-right: 10px;
             border: 1px solid #ced4da;
             border-radius: 0.25rem;
         }
        .Code .captcha img{
            height: 30px;
        }
         
         