@charset "UTF-8";
/*header start*/
#menuWap {
  display: none;
}
.swiper-wrapper{
    height: auto;
}
.layui-layer-content {
  height: calc(100% - 43px);
}

.layui-layer-content iframe {
  height: 100% !important;
}

.header {
  position: sticky;
  /*padding: 40px;*/
  z-index: 2025;
  top: 0;
  width: 100%;
  box-sizing: border-box;
  transition: all 0.5s;
}

.header .header-box {
  background-color: rgba(255, 255, 255, 0.7);
     backdrop-filter: blur(40px);
    -webkit-backdrop-filter: blur(40px);
  padding: 0 32px;
  /*border-radius: 20px;*/
  transition: all 0.4s;
  position: relative;
}

.header.typetop {
  background-color: #FFF;
  position: sticky;
  top: 0;
  padding: 0;
}

.header.typetop .header-box {
  padding: 0;
}

.header.fix {
  padding: 0;
}

.header.fix .header-box {
  border-radius: 0;
}

.child-box {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  z-index: 99;
  background: #fff;
  
  /*background: url("/wp-content/themes/waimao/images/nav-bg.png") no-repeat;*/
  background-size: cover;
  box-shadow: 0 5px 5px 0 rgba(0,0,0,0.2);
}

.child-box .child-nav {
  display: none;
  padding: 32px 0;
}

.child-box .child-nav .iconfont {
  font-size: 24px;
  vertical-align: sub;
}

.nav-product {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
}

.nav-product .text-wrapper {
  width: 25%;
  display: flex;
  flex-direction: column;
  gap: 20px;
  box-sizing: border-box;
}

.nav-product .text {
  width: 100%;
}

.nav-product .text h3 {
  color: #0B74E3;
  text-transform: capitalize;
}

.nav-product .text .text-p {
  margin: 8px 0 0;
}

.nav-product .text .see-more {
  background: transparent !important;
  border: 0px solid #ccc !important;
  border-radius: 5px !important;
  margin: 0 0 8px;
  padding: 10px 0;
  display: flex;
  align-items: center;
  gap: 8px;
  justify-content: flex-start;
  width: 100%;
}

.nav-product .text .see-more:hover {
  background: transparent !important;
  border-color: #999 !important;
  border-width: 0px !important;
  color: #0B74E3 !important;
}

.nav-product .text .see-more:hover .iconfont {
  display: inline-block !important;
  visibility: visible !important;
  opacity: 1 !important;
}

.nav-product .text .see-more .iconfont {
  display: inline-block !important;
  visibility: visible !important;
  opacity: 1 !important;
}

.nav-product .text .see-more:after {
  display: none !important;
}

.nav-product .g-item:hover img {
  transform: scale(1.05);
}

.nav-product .imgshow {
  width: 75%;
  padding-left: 10%;
  box-sizing: border-box;
}

.nav-product .imgshow img {
  transition: all 0.4s;
}

.nav-product .imgshow .img-gird {
  display: flex;
  margin: 0 -8px;
  overflow: hidden;
}

.nav-product .imgshow .img-gird .g-left {
  width: 27%;
  box-sizing: border-box;
  padding: 0 8px;
}

.nav-product .imgshow .img-gird .g-left .img-box {
  padding-bottom: 123.2%;
}

.nav-product .imgshow .img-gird .g-left .glove-products-links {
  display: flex;
  flex-direction: column;
  gap: 16px;
  height: 100%;
  justify-content: center;
}

.nav-product .imgshow .img-gird .g-left .glove-products-link,
.nav-product .imgshow .img-gird .g-left .shopgloves-link {
  display: block;
  padding: 16px 24px;
  background-color: #F5F5F5;
  border-radius: 10px;
  color: #1A1A1A;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  transition: all 0.3s ease;
  text-decoration: none;
}

.nav-product .imgshow .img-gird .g-left .glove-products-link:hover,
.nav-product .imgshow .img-gird .g-left .shopgloves-link:hover {
  background-color: #0B74E3;
  color: #FFF;
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(11, 116, 227, 0.3);
}

.nav-product .imgshow .img-gird .g-item {
  display: block;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}

.nav-product .imgshow .img-gird .g-item .text {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.3);
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FFF;
}

.nav-product .imgshow .img-gird .g-right {
  width: 73%;
  box-sizing: border-box;
  padding: 0 8px;
}

.nav-product .imgshow .img-gird .g-right .img-box {
  padding-bottom: 42.44186%;
}

.nav-product .imgshow .img-gird .g-right ul {
  margin: 0 -8px;
  display: flex;
  flex-wrap: wrap;
}

.nav-product .imgshow .img-gird .g-right .imgshow img {
  width: 100%;
}

.nav-product .imgshow .img-gird .g-right li {
  width: 50%;
  padding: 0 8px;
  box-sizing: border-box;
}

.nav-product .imgshow .img-gird .g-right li {
  margin-bottom: 16px;
}

.nav-indlist {
  overflow: hidden;
}

.nav-indlist ul {
  margin: 0 -100px;
  display: flex;
  flex-wrap: wrap;
}

.nav-indlist .imgshow img {
  width: 100%;
}

.nav-indlist li {
  width: 33.33%;
  padding: 0 100px;
  box-sizing: border-box;
}

.nav-indlist .img-box {
  padding-bottom: 55.55556%;
}

.nav-indlist .icon {
  width: 26px;
  height: 10px;
  display: inline-block;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("/wp-content/themes/waimao/images/nav-arrow.png");
}

.nav-indlist .imgshow {
  border-radius: 10px;
  overflow: hidden;
  width: 45%;
}

.nav-indlist .i-item {
  color: #1A1A1A;
  display: flex;
  align-items: center;
  margin-bottom: 32px;
}

.nav-indlist .i-item:hover {
  color: #0B74E3;
}

.nav-indlist .i-item:hover .icon {
  background-image: url("/wp-content/themes/waimao/images/nav-arrow-h.png");
}

.nav-indlist .text {
  flex: 1;
  width: 100%;
  margin-left: 24px;
}

.nav-solulist ul {
  margin: 0 -16px;
  display: flex;
  flex-wrap: wrap;
}

.nav-solulist .imgshow img {
  width: 100%;
}

.nav-solulist li {
  width: 16.66%;
  padding: 0 16px;
  box-sizing: border-box;
}

.nav-solulist .img-box {
  padding-bottom: 62.5%;
}

.nav-solulist .imgshow {
  border-radius: 10px;
  overflow: hidden;
}

.nav-solulist .s-item {
  color: #1A1A1A;
  display: block;
  text-align: center;
}

.nav-solulist .s-item:hover h4 {
  color: #0B74E3;
}

.nav-solulist h4 {
  font-weight: 400;
  margin: 12px 0 0;
}

.nav-box {
  position: relative;
  display: flex;
  justify-content: space-between;
  /*align-items: center;*/
}

.nav-box .logo {
  flex: 1;
  display: flex;
  align-items: center;
}

.nav-box .logo img {
  height: 58px;
  object-fit: cover;
  width:auto;
}

.nav-box .logo .logo-h {
  display: none;
}

.nav-box .h-tool {
  flex: 1;
  display: flex;
  align-items: center;
  color: #1A1A1A;
}

.nav-box .h-tool .icon-diqiu {
  font-size: 20px;
}

.nav-box .h-ss {
  color: #1A1A1A;
  margin-right: 30px;
  font-size: 20px;
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
}

.nav-box .h-ss .iconfont {
  font-weight: 300;
}

.nav-box .h-ss .wap-btn {
  display: none;
}

/*搜索弹窗*/
.nav-box .h-ss .icon-open {
  cursor: pointer;
  font-weight: bold;
}

.nav-box .h-ss.act .h-form {
  opacity: 1;
  visibility: visible;
  width: 700px;
}

.nav-box .h-ss .h-form-grid {
  width: 700px;
  padding: 12px 24px;
  border-radius: 0 0 10px 10px;
  background-color: #FFF;
  box-sizing: border-box;
  
}

.h-form {
  transition: all 0.2s linear;
  position: absolute;
  top: 0;
  right: 0;
  overflow: hidden;
  width: 0px;
  visibility: hidden;
  opacity: 0;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}

.h-form .form-b {
  position: relative;
}

.h-form .form-b .iconfont {
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 20px;
}

.h-form .form-b .icon-close {
  left: auto;
  right: 20px;
  color: #999;
  cursor: pointer;
}

.h-form .form-b input {
  width: 100%;
  border-radius: 50px;
  height: 40px;
  line-height: 40px;
  padding: 0 50px;
  border: 1px solid #333;
  box-sizing: border-box;
  font-size: 16px;
  color: #333;
}

.h-form .form-b input::placeholder {
  color: #999;
  font-size: 16px;
}

.h-form .h-hot h5 {
  color: #666;
  margin: 20px 0;
  text-transform: capitalize;
  font-size: 16px;
}

.h-form .h-hot a {
  font-size: 14px;
  display: block;
  margin-bottom: 6px;
  transition: all 0.4s;
  color: #333;
}

.h-form .h-hot a:hover {
  color: #0064B6;
}

.h-form .r-hot h5 {
  color: #666;
  margin: 20px 0;
  text-transform: capitalize;
  font-size: 16px;
}

.h-form .r-hot a {
  display: inline-block;
  padding: 5px 12px;
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  font-size: 14px;
  transition: all 0.3s;
  color: #333;
  margin-bottom: 12px;
}

.h-form .r-hot a:hover {
  border-color: #333;
}

/*.h-from {*/
/*  border: 1px solid #1A1A1A;*/
/*  border-radius: 50px;*/
/*  position: relative;*/
/*  color: #1A1A1A;*/
/*  overflow: hidden;*/
/*}*/

/*.h-from input {*/
/*  padding: 7px 20px;*/
/*  border: none;*/
/*  max-width: 226px;*/
/*  box-sizing: border-box;*/
/*  background-color: transparent;*/
/*}*/

/*.h-from input::placeholder {*/
/*  font-size: 14px;*/
/*  color: #1A1A1A;*/
/*}*/

/*.h-from .iconfont {*/
/*  position: absolute;*/
/*  top: 50%;*/
/*  right: 20px;*/
/*  transform: translateY(-50%);*/
/*  font-size: 20px;*/
/*}*/

.pc-nav {
  width: 100%;
}

.pc-nav ul {
  display: flex;
  justify-content: space-around;
}

.pc-nav li {
  text-align: center;
  position: relative;
}

.pc-nav li .iconfont {
  font-size: 12px;
}

.pc-nav li a {
  padding: 22px 0;
  color: #1A1A1A;
  font-weight: bold;
  text-transform: uppercase;
  display: block; 
}

.pc-nav li.cur a {
  font-weight: bold;
}

/*.pc-nav li:hover .erji {*/
/*  opacity: 1;*/
/*  visibility: visible;*/
/*  top: 100%;*/
/*}*/

/*.pc-nav li .erji {*/
/*  position: absolute;*/
/*  top: 105%;*/
/*  left: 0;*/
/*  width: 100%;*/
/*  background: rgba(0, 0, 0, 0.6);*/
/*  padding: 12px 0;*/
/*  transition: all 0.4s;*/
/*  opacity: 0;*/
/*  visibility: hidden;*/
/*}*/

/*.pc-nav li .erji a {*/
/*  padding: 5px 0;*/
/*  display: block;*/
/*}*/

/*.pc-nav li .erji a:hover {*/
/*  background-color: #0B74E3;*/
/*}*/

.lan-box {
  position: relative;
  cursor: pointer;
  color: #1A1A1A;
  z-index: 10;
  padding-left:10px;
}
.lan-box select{
    background:transparent;
    border: 1px solid #ccc;
    height: 38px;
    border-radius: 5px;
}
.lan-box:hover dd {
  opacity: 1;
  visibility: visible;
  top: 100%;
}

.lan-box dt {
  position: relative;
  padding-left: 16px;
}

.lan-box dt em {
  display: block;
  white-space: nowrap;
}

.lan-box dd {
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
  position: absolute;
  background: rgba(0, 0, 0, 0.6);
  padding: 12px;
  right: 0;
  top: 90%;
  min-width: 50%;
}

.lan-box dd a {
  font-size: 14px;
  color: #FFF;
  display: block;
  padding: 3px 0;
}

.lan-box dd a:hover {
  text-decoration: underline;
}

/*header end*/
/*footer start*/
.footer {
  background-color: #0B74E3;
  padding: 40px 0 0;
  color: #FFF;
}

.footer .f-logo {
  text-align: center; 
}

.footer .f-logo a {
  display: inline-block;
  width: 150px;
}

.footer .f-logo .img-box {
  padding-bottom:80px; 
}
.footer .f-logo .img-box img{
max-width:100%; height:auto
}
.footer .foot-text {
  text-align: center;
  max-width: 1000px;
  margin: 0 auto 12px;
}

.webshare {
  padding-bottom: 20px;
  text-align: center;
}

.webshare a {
  width: 44px;
  height: 44px;
  border: 1px solid #FFF;
  color: #FFF;
  box-sizing: border-box;
  display: inline-block;
  border-radius: 50%;
  text-align: center;
  line-height: 42px;
  margin: 0 6px;
  transform: all 0.4s;
}

.webshare a:hover {
  background-color: #FFF;
  color: #0B74E3;
}

.webshare .iconfont {
  font-size: 20px;
}

.foot-nav {
  border-top: 1px dashed #FFF;
  padding: 32px 0 5vh;
}

.foot-nav ul {
  display: flex;
  justify-content: space-between;
}

.foot-nav ul li {
  max-width: 25%;
}

.foot-nav h3 {
  text-transform: uppercase;
  margin-bottom: 12px;
}

.foot-nav label {
  font-weight: bold;
}

.foot-nav a {
  color: #FFF;
}

.foot-nav a:hover {
  text-decoration: underline;
}

.foot-nav dd {
  margin-bottom: 12px;
}

.foot-nav .tel,
.foot-nav .add,
.foot-nav .mail {
  padding-left: 27px;
  background-size: 18px auto;
  background-repeat: no-repeat;
  background-position: 0px 2px;
}

.foot-nav .tel {
  background-image: url("/wp-content/themes/waimao/images/f-icon2.png");
}

.foot-nav .mail {
  background-image: url("/wp-content/themes/waimao/images/f-icon3.png");
}

.foot-nav .add {
  background-image: url("/wp-content/themes/waimao/images/f-icon1.png");
}

.foot-nav .iconfont {
  font-size: 12px;
  margin-right: 6px;
}

.foot-copy {
  text-align: center;
  background-color: #095DB6;
  font-size: 14px;
  padding: 13px 0;
}

/*footer end*/
/*轮播图start*/
.banner {

  margin: 0 auto 0;
  width: 100%;
  background: #FFFFFF;
}

.banner .img-box {
  padding-bottom: 41.66667%;
}
.banner a{
    display: block;
}
.banner .swiper-slide {
  position: relative;
  overflow: hidden;
  height: 100%;
}

.banner .swiper-slide .video-box {
  width: 100%;
  padding-bottom: 40%;
  position: relative;
  overflow: hidden;
}

.banner .swiper-slide .video-box video {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.banner .bg-box {
  position: relative;
  z-index: 1;
}

.banner .wap-box {
  display: none;
}



@keyframes identifier {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}

.banner .swiper-pagination-bullet {
  width: 150px;
  height: 4px;
  background: #FFFFFF;
  opacity: 1;
  border-radius: inherit;
  border-radius: 6px;
  transition: all 0.6s;
  box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.1);
  position: relative;
  overflow: hidden;
}

.banner .swiper-pagination-bullet:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 0%;
  background-color: #0B74E3;
}

.banner .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 8px;
}

.banner .swiper-pagination-bullet-active:after {
  animation: identifier 20s linear forwards;
}

.banner .swiper-pagination {
  bottom: 30px;
}

.banner .banner-content {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9;
  flex-direction: column;
}

.swiper-slide .banner-content {
  transform: translateY(-200px);
  opacity: 0;
  transition: all .6s;
}

.ani-slide .banner-content {
  transform: translateY(0);
  opacity: 1;
}


/*轮播图end*/
.prod-top {
  padding: 24px 0;
 
}
.prod-top.fixbox{
  position: fixed;
  top: 68px;
  left: 0;
  width: 100%;
  z-index: 2023;
  background-color: #FFF;
}
.prod-top .crumbs-box {
  color: #666;
}

.prod-top .crumbs-box a, .prod-top .crumbs-box span {
  color: #666;
}
.crumbs-box a:hover{
    color: #0B74E3 !important;
}
.prod-top .crumbs-box i b {
  background-color: #666;
}

.crumbs-box {
  color: #fff;
}

.crumbs-box .iconfont {
  margin-right: 12px;
}

.crumbs-box a {
  color: #fff;
  display: inline-block;
  transition: all 0.4s;
}

.crumbs-box a:hover {
  color: #B24249;
}

.crumbs-box i {
  display: inline-block;
  padding: 0 12px;
  color: #fff;
}

.crumbs-box i b {
  position: relative;
  top: -3px;
  display: inline-block;
  width: 6px;
  height: 6px;
  background: #FFFFFF;
  border-radius: 50%;
}

.crumbs-box span {
  color: #fff;
}

/*公共样式定义 start*/
/*例如,统一间距,统一字体,统一大小写,统一最大距离*/
.inner-20 {
  padding: 0 20px;
}

/* 内容区域宽度+40px */
.m-width-1420 {
  max-width: 1420px;
  margin: 0 auto;
}

.m-width-content {
  max-width: 1600px;
  margin: 0 auto;
  width: 100%;
}

/*置顶按钮 start*/
/*置顶按钮 end*/
/*分页 start*/
.page-box {
  padding: 50px 0 10vh;
  text-align: center;
}

.page-box a.prev, .page-box a.next {
  background-color: transparent !important;
}

.page-box .iconfont {
  font-weight: bold;
}

.page-box .page-inner {
  display: flex;
  justify-content: center;
}

.page-box .page-inner a,
.page-box .page-inner span {
  display: inline-flex;
  color: #000;
  margin: 0 5px;
  width: 34px;
  height: 34px;
  line-height: 34px;
  border-radius: 50%;
  justify-content: center;
  background: #ddd;
}

.page-box .page-inner .current {
  font-weight: bold;
  color: #fff;
  background-color: #0B74E3;
}

/*分页 end*/
/*公共样式定义 end*/
.title {
  color: #1A1A1A;
  margin: 9vh 0 5vh;
  text-align: center;
  position: relative;
}

.title h2 {
  text-transform: uppercase;
  margin-bottom: 24px;
}

.title.tl {
  text-align: left;
}

.title .slot-right {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.index-solu-swiper {
  margin: 0 0 9vh;
  color: #1A1A1A;
}

.index-solu-swiper .gallery-thumbs {
  padding: 0 130px;
  position: relative;
}

.index-solu-swiper .gallery-thumbs .swiper-button-next {
  right: 0;
}

.index-solu-swiper .gallery-thumbs .swiper-button-prev {
  left: 0;
}

.index-solu-swiper .gallery-thumbs .swiper-button-next,
.index-solu-swiper .gallery-thumbs .swiper-button-prev {
  height: 72px;
  text-align: center;
  color: #1A1A1A;
  background-image: none;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
}
.process-swiper .gallery-top2{
    position: relative;
    padding: 0 150px;
}
.process-swiper .swiper-button-next{
    right: 0;
}
.process-swiper .swiper-button-prev{
    left: 0;
}
.process-swiper .swiper-button-next,
.process-swiper .swiper-button-prev {
width: 72px;
  height: 72px;
  text-align: center;
  border-radius: 50%;
  color: #1A1A1A;
  background-image: none;
  background: #eee;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
}
.process-swiper .swiper-button-next .iconfont,.process-swiper .swiper-button-prev .iconfont{
    font-size: 30px;
}
.process-swiper .swiper-button-next:hover,
.process-swiper .swiper-button-prev:hover{
    background: #0B74E3;
}

.process-swiper .swiper-button-next:hover .iconfont,.process-swiper .swiper-button-prev:hover .iconfont{
    color: #FFF;
}
.index-solu-swiper .gallery-thumbs .swiper-button-next .iconfont,
.index-solu-swiper .gallery-thumbs .swiper-button-prev .iconfont {
  font-size: 30px;
}

.index-solu-swiper .gallery-thumbs .swiper-button-next:hover,
.index-solu-swiper .gallery-thumbs .swiper-button-prev:hover {
  color: #0B74E3;
}

.index-solu-swiper .gallery-thumbs .icon {
  width: 68px;
  position: absolute;
  left: 10%;
  top: 0;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s;
  transform: translateY(10px);
}

.index-solu-swiper .gallery-thumbs .s-item {
  background-color: #EEEEEE;
  border-radius: 50px;
  cursor: pointer;
}

.index-solu-swiper .gallery-thumbs h4 {
  text-align: center;
  padding: 16px 0;
  transition: all 0.3s;
}

.index-solu-swiper .gallery-thumbs .swiper-slide {
  padding-top: 24px;
}

.index-solu-swiper .gallery-thumbs .swiper-slide-thumb-active .s-item {
  background-color: #0B74E3;
  color: #FFF;
}

/*.index-solu-swiper .gallery-thumbs .swiper-slide-thumb-active .s-item h4 {*/
/*  padding-left: 64px;*/
/*}*/

.index-solu-swiper .gallery-thumbs .swiper-slide-thumb-active .s-item .icon {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}

.index-solu-swiper .gallery-top {
  margin: 64px 0 0;
  position: relative;
}
.index-ind-page{
    position: relative;
    text-align: center;
}
.index-solu-swiper .gallery-top .swiper-pagination{
    text-align: center;
    width: 100%;
position: relative;
}
.index-solu-swiper .gallery-top .swiper-pagination .swiper-pagination-bullet{
    margin: 0 3px;
}
.index-solu-swiper .gallery-top .top-item {
  display: flex;
  align-items: center;
  /*background-repeat: no-repeat;*/
  /* background-position: 100% 100%;*/
  /* background-size: 263px;*/
   position: relative;
}
.index-solu-swiper .gallery-top .top-item .rig-icon{
    position: absolute;
    right: 0;
    bottom: 0;
    max-width:363px;
    opacity: 0.2;
    pointer-events: none;
    display:none;
}
.index-solu-swiper .gallery-top .top-item .rig-icon img{
    max-width: 100%;
}
.index-solu-swiper .gallery-top .top-item .text {
  flex: 1;
  width: 100%;
  box-sizing: border-box;
  padding-left: 5%;
  color: #1A1A1A;
}

.index-solu-swiper .gallery-top .top-item .text h3 {
  margin: 12px 0 20px;
}
.index-solu-swiper .gallery-top .top-item .text h3 a{
    display: flex;
    align-items: center;
    color: #1A1A1A;;
}
.index-solu-swiper .gallery-top .top-item .text h3 .iconfont{
    margin-left: 10px;
    display: none;
}
.index-solu-swiper .gallery-top .top-item .imgshow {
  width: 53.75%;
  border-radius: 24px;
  overflow: hidden;
  display: block;
}
.index-solu-swiper .gallery-top .top-item .imgshow:hover img{
    transform: scale(1.05);
}
.index-solu-swiper .gallery-top .top-item .imgshow .img-box {
  padding-bottom: 58.13953%;
}
.index-solu-swiper .gallery-top .top-item .imgshow .img-box img{
    border-radius:24px;
    transition: all 0.4s;
}
.index-solu-swiper .gallery-top .see-more {
  margin-top: 20px;
}
.index-ind-page  .see-more {
    display: none;
}

.see-more {
  background-color: #d8e9fa;
  display: inline-block;
  border-radius: 50px;
  color: #FFF;
  font-size: 14px;
  padding: 9px 34px;
  padding: 15px 40px;
  line-height: 1;
  box-sizing: border-box;
  margin: 6px;
  position: relative;
  text-transform: capitalize;
  transition: all 0.3s;
  color: #0B74E3;
}

.see-more:after {
    display: none;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  border-radius: 50px;
  border: 6px solid rgba(11, 116, 227, 0.16);
  margin: -6px;
}

.see-more:hover {
  /*transform: translateY(-5px);*/
  background: #0B74E3;
  color: #FFF;
}

.see-more.white {
  background-color: #FFF;
  color: #1A1A1A;
}

.see-more.white:after {
  border: 6px solid rgba(0, 0, 0, 0.05);
}

.see-more.white:hover {
  background-color: #0B74E3;
  color: #FFF;
}

.see-more.white:hover:after {
  border: 6px solid rgba(11, 116, 227, 0.16);
}

.see-more .iconfont {
  margin-left: 10px;
}

.index-default-slution {
  background: url("/wp-content/themes/waimao/images/index-solu-bg.png") no-repeat 50% 50%;
  background-size: cover;
  padding: 1px 0 9vh;
}

.d-solu-cont .s-item {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
}

.d-solu-cont .s-item .see-more {
  margin-top: 20px;
}

.d-solu-cont .s-item .text {
  flex: 1;
  width: 100%;
  box-sizing: border-box;
  padding-right: 5%;
  color: #1A1A1A;
}

.d-solu-cont .s-item .text h3 {
  margin: 0 0 20px;
}

.d-solu-cont .s-item .imgshow {
  width: 53.75%;
  border-radius: 24px;
  overflow: hidden;
}

.d-solu-cont .s-item .imgshow .img-box {
  padding-bottom: 58.13953%;
}

.support-cont {
  display: flex;
  align-items: center;
}

.support-cont .imgshow {
  width: 50%;
}

.support-cont .imgshow .img-box {
  padding-bottom: 62.5%;
}

.support-cont .text {
  position: relative;
  z-index: 2;
  width: 50%;
  margin-left: calc((1600px - 100%)/2);
  /*margin-top: 70px;*/
}

.support-cont .sp-list ul {
  margin: 0 -16px;
  display: flex;
  flex-wrap: wrap;
}

.support-cont .sp-list .imgshow img {
  width: 100%;
}

.support-cont .sp-list li {
  width: 50%;
  padding: 0 16px;
  box-sizing: border-box;
}

.support-cont .s-item {
  background: #FFFFFF;
  box-shadow: 0px 3px 10px 1px rgba(0, 0, 0, 0.1);
  border-radius: 24px;
  padding: 30px 36px 48px;
  box-sizing: border-box;
  height: 100%;
  transition: all 0.4s;
}
.support-cont .s-item:hover{
    transform: translateY(-10px);
}

.support-cont .s-item .icon {
  background-color: #f5f5f5;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  box-sizing: border-box;
  padding: 32px;
  margin: 0 auto;
  margin-top: -70px;
}

.support-cont .text-t {
  color: #1A1A1A;
  margin-top: 24px;
}

.support-cont .text-p {
  margin: 12px 0;
}

.product-list .p-item {
  display: flex;
  align-items: center;
  background-color: #F5F5F5;
}

.product-list .p-item .imgshow {
  width: 50%;
  background-color: #FFF;
  overflow: hidden;
}
.product-list .p-item:hover .text{
    color: #0B74E3;
}
.product-list .p-item .imgshow:hover img{
    transform: scale(1.05);
}
.product-list .p-item .imgshow .img-box  img{
    transition: all 0.4s;
}
.product-list .p-item .imgshow .img-box {
  padding-bottom: 55.125%;
}

.product-list .p-item .text {
  flex: 1;
  color: #1A1A1A;
  box-sizing: border-box;
  padding: 0 5% 0 2.5%;
}

.product-list .p-item .text h3 {
  margin: 12px 0 20px;
}

.product-list .p-item .text h5 {
  text-transform: capitalize;
}

.product-list .see-more {
  margin-top: 20px;
}

.product-list li:nth-child(2n) .p-item {
  flex-direction: row-reverse;
}

.product-list li:nth-child(2n) .p-item .text {
  padding: 0 2.5% 0 5%;
}

#certify .swiper-slide {
  background-color: #FFF;
  width: 444px;
  transition: transform 0.8s cubic-bezier(0.33, 1, 0.68, 1), opacity 0.8s cubic-bezier(0.33, 1, 0.68, 1), scale 0.8s cubic-bezier(0.33, 1, 0.68, 1);
  will-change: transform, opacity;  
}
#certify .swiper-slide {
  background-color: #FFF;
  width: 444px;
}
#certify .swiper-slide-active .imgshow{
    opacity: 1 !important;
}
#certify .opacity1 .imgshow{
    opacity: 0.6;
}
#certify .opacity1.opacity2 .imgshow{
    opacity: 0.4;
}
#certify .swiper-slide .imgshow{
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.16);
}
#certify .swiper-slide img {
  display: block;
  width: 100%;
}

#certify {
  position: relative;
}

#certify .swiper-button-next {
  right: 0;
}

#certify .swiper-button-prev {
  left: 0;
}

#certify .swiper-button-next,
#certify .swiper-button-prev {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  text-align: center;
  color: #1A1A1A;
  background-image: none;
  background-color: #eee;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
}

#certify .swiper-button-next .iconfont,
#certify .swiper-button-prev .iconfont {
  font-size: 30px;
}

#certify .swiper-button-next:hover,
#certify .swiper-button-prev:hover {
  background-color: #0B74E3;
  color: #FFF;
}

.index-honor-text {
  margin: 9vh 0 6vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.index-honor-text span {
  height: 0;
  width: 200px;
  background-color: #CCC;
}

.index-honor-text h2{ color:#222222}

.index-honor-text h6 {
  margin: 0 24px;
  text-align: center;
}

.honor-bot-list {
  background: linear-gradient(180deg, #F4F4F4 0%, #FFFFFF 100%);
  box-shadow: 0px 3px 10px 1px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  color: #1A1A1A;
  cursor: pointer;
  text-decoration: none;
  display: block;
}

.honor-bot-list{

  padding: 40px 0;
}

.honor-bot-list li {

  transition: all 0.3s;
}
.hezuo li{ width:11%; float:left}

/*.honor-bot-list li:hover {*/
/*  transform: translateY(-5px);*/
/*}*/

.honor-bot-list p {
  padding: 14px 0 0;
  text-align: center;
}

.honor-bot-list .imgshow {

  margin:10px;
}
.honor-bot-list .imgshow img{ max-width:100%; height: auto}
.index-news-grid {
  background: url("/wp-content/themes/waimao/images/index-news-bg.png") no-repeat;
  background-size: 100% auto;
  padding: 1px 0 0;
  margin: 9vh 0;
}

.news-list ul {
  margin: 0 -17px;
  display: flex;
  flex-wrap: wrap;
}

.news-list .imgshow img {
  width: 100%;
}

.news-list li {
  width: 50%;
  padding: 0 17px;
  box-sizing: border-box;
}

.news-list .img-box {
  padding-bottom: 68%;
}

.news-list .n-item {
  display: flex;
  align-items: center;
  background: #FFFFFF;
  box-shadow: 0px 6px 10px 1px rgba(0, 0, 0, 0.1);
  border-radius: 16px;
  margin-bottom: 34px;
  overflow: hidden;
}

.news-list .n-item .imgshow {
  width: 45%;
}

.news-list .n-item .text {
  flex: 1;
  width: 100%;
  box-sizing: border-box;
  padding: 0 20px;
  color: #1A1A1A;
}

.news-list .n-item h3 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.news-list .n-item .text-p {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.news-list .n-item .text-p {
  margin: 12px 0 32px;
}

.news-list .n-item:hover .text h3 {
  color: #0B74E3;
}

.inner-banner {
  position: relative;
  z-index: 1;
}

.inner-banner .img-box {
  padding-bottom: 27.08333%;
}

.inner-banner .imgshow {
  position: relative;
}

.inner-banner .b-content {
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  /*text-transform: capitalize;*/
  color: #FFF;
  background-color: rgba(0, 0, 0, 0.3);
}

.inner-banner .b-bot {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0 0 40px;
  z-index: 2;
}

.inner-banner h2 {
  margin: 12px 0;
  line-height: 1.2;
}

.inner-banner .b-founder {
  display: inline-block;
}

.inner-banner .b-founder-bot {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.inner-banner .b-founder-bot .line {
  width: 127px;
  height: 4px;
  flex-shrink: 0;
  background-color: #FFF;
  margin-right: 18px;
}

.inner-banner .b-founder-bot .line.w2 {
  width: 55px;
  height: 4px;
}

.content-left {
  width: 320px;
}

.content-left .left-con {
  background: url("/wp-content/themes/waimao/images/left-con-bg.png") no-repeat;
  background-size: cover;
  border-radius: 16px;
  margin: 5vh 0;
  padding: 42px 24px 120px;
  position: relative;
  color: #1A1A1A;
}
.left-con .see-more{
    background: #0B74E3;
    color: #FFF;
}
.left-con:hover .see-more{
    background: #095eb8;
}


.kufu-bottom .see-more{
    background: #0B74E3;
    color: #FFF;
}
.kufu-bottom:hover .see-more{
    background: #095eb8;
}
.content-left .left-con:after {
  content: '';
  position: absolute;
  width: 150px;
  height: 213px;
  background: url("/wp-content/themes/waimao/images/kefu-ren.png") no-repeat;
  right: 0px;
  bottom: 0;
  background-size: cover !important;
}

.content-left .left-con h3 {
  margin-bottom: 20px;
}

.content-right {
  flex: 1;
  width: 100%;
  margin-left: 88px;
}

.content-product {
  display: flex;
  margin: 64px 0 0;
}

.content-product .content-left .m-t {
  color: #1A1A1A;
  margin: 24px 0 16px;
  position: relative;
  padding-right: 40px;
}

.content-product .content-left .m-t .slot-right {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.content-product .content-left .m-t .slot-right .iconfont {
  font-weight: bold;
  color: #666;
  font-size: 18px;
  cursor: pointer;
}

.content-product .content-left .m-t .slot-right .iconfont:hover {
  color: #0B74E3;
}

.content-product .content-left .m-t .slot-right .icon-jianhao {
  display: none;
}

.content-product .content-left .m-t.cur .icon-jiahao {
  display: none;
}

.content-product .content-left .m-t.cur .icon-jianhao {
  display: inline-block;
}

.left-menu {
  background-color: #F5F5F5;
  border-radius: 10px;
  box-sizing: border-box;
  padding: 24px;
}

.left-menu .m-search {
  position: relative;
  margin-bottom: 32px;
}

.left-menu .m-search input {
  height: 40px;
  box-sizing: border-box;
  border: 1px solid #ccc;
  border-radius: 50px;
  width: 100%;
  box-sizing: border-box;
  padding: 0 42px 0 16px;
  background-color: transparent;
}

.left-menu .m-search button {
  box-shadow: none;
  border: none;
  position: absolute;
  background-color: transparent;
  right: 0;
  top: 0;
  height: 100%;
  width: 50px;
}

.left-menu .m-block {
  border-bottom: 1px solid #DDDDDD;
  padding: 1px 0;
}

.left-menu .m-block:nth-last-child(1) {
  padding-bottom: 0;
  border-bottom: none;
}

.left-menu .m-block .m-hide {
  display: none;
  padding-bottom: 32px;
}

.left-menu .layui-form-checkbox {
  display: block;
  margin-bottom: 12px;
}

.left-menu .layui-form-checkbox[lay-skin=primary] i {
  border-radius: 4px;
  border-color: #ccc;
  box-sizing: border-box;
}

.left-menu .layui-form-checkbox span {
  color: #666;
  white-space: initial;
  font-size: 16px;
}

.left-menu .layui-form-checked span {
  color: #0B74E3;
}

.productny-list ul {
  margin: 0 -14px;
  display: flex;
  flex-wrap: wrap;
}

.productny-list .imgshow img {
  width: 100%;
}

.productny-list li {
  width: 33.33%;
  padding: 0 14px;
  box-sizing: border-box;
}

.productny-list .img-box {
  padding-bottom: 100%;
}

.productny-list li {
  margin-bottom: 24px;
}

.productny-list .p-item {
  background: #FFFFFF;
  box-shadow: 0px 3px 10px 1px rgba(4, 22, 42, 0.1);
  display: block;
  color: #1A1A1A;
  position: relative;
  overflow: hidden;
  border-radius: 14px;
  box-sizing: border-box;
  height: 100%;
}

.productny-list .p-item:hover .text {
  opacity: 0;
}

.productny-list .p-item:hover .h-text {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}

.productny-list .p-item .h-text {
  position: absolute;
  transition: all 0.4s;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
  transform: translateY(100%);
  padding: 24px 24px 32px;
  z-index: 2;
  background-color: #FFF;
}

.productny-list .p-item .h-text h3 {
  color: #0B74E3;
  margin-bottom: 12px;
}

.productny-list .p-item h3 {
  text-transform: capitalize;
}

.productny-list .p-item .text {
  /*background: url("/wp-content/themes/waimao/images/pro-tag.png") 96% 96% no-repeat;*/
  /*background-size: 84px;*/
  padding: 24px;
  transition: all 0.3s;
}

.prodis-cont {
  display: flex;
}

.prodis-cont .text {
  background-color: #F8F8F8;
  width: 55%;
  box-sizing: border-box;
  color: #1a1a1a;
  padding-top: 152px;
}

.prodis-cont .text h3 {
  font-weight: bold;
}

.prodis-cont .text .t-pad {
  padding-left: 5%;
  padding-right: calc((100vw - 1600px)/2);
}

.prodis-cont .line {
  height: 1px;
  background-color: #999999;
  margin: 32px 0 0;
}

.prodis-cont .text-p {
  margin: 24px 0 0;
  font-size: 16px;
  font-weight: 300;
}
.prodis-cont .text-p h3{ margin-top:1em; font-size:20px; line-height:2em}
.prodis-cont .text-p img{ margin:1em 0}
.prodis-cont .text-p table{ border-color:#cccccc}
.prodis-cont .text-p table td{ padding:8px}

.prodis-cont .links {
  margin-top: 8vh;
  background-color: #fff;
  /*display: flex;*/
  /*justify-content: space-between;*/
  padding-left: 12%;
  position: relative;
}

.prodis-cont .links .img-box {
  padding-bottom: 158.65385%;
}

.prodis-cont .links .imgshow {
  width: 104px;
  /*margin-top: -60px;*/
  position: absolute;
  bottom: 0;
  right: calc((100vw - 1600px)/2);
}
.prodis-cont .links .see-more{
    margin-right: 24px;
}
.prodis-cont .links .btns {
  margin: 16px 0 0;
}
.prodis-cont .links .k-text{
    padding: 24px 0;
}
.prodis-cont .prodis-block .p-t {
  text-transform: capitalize;
  margin: 32px 0 20px;
  /*text-transform: uppercase;*/
}

.prodis-cont .prodis-block .p-td dd {
  position: relative;
  padding-left: 26px;
  margin-bottom: 12px;
  color: #646464;
  display: flex;
}

.prodis-cont .prodis-block .p-td dd:after {
  content: '';
  position: absolute;
  left: 0;
  top: 7px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #646464;
}

.prodis-cont .prodis-block .p-td dd label {
  flex-shrink: 0;
  width: 28%;
  font-weight: 600;
}

.d-header{
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 2024;
  background-color: #FFF;
}
.d-header .header{
  position: relative;
  top: 0;
}
/* .content-product-detail{
  margin-top: 141px;
} */
.prodis-swiper {
  width: 45%;
  position: sticky;
  top:141px;
  flex-shrink: 0;
  /* height: 100%; */
  height: calc(100vh - 141px);
}

.prodis-swiper .gallery-top {
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  height: 100%;
}
.prodis-swiper .gallery-top .imgshow {
  height: 100%;
  background: #edf0f5;
  text-align: center;
}
.prodis-swiper .gallery-top .imgshow img{
  max-width: 100%;
  height: 100%;
  object-fit: cover;
}
.prodis-swiper .gallery-top .swiper-container{
  height: 100%;
}
.prodis-swiper .gallery-top .swiper-container .swiper-wrapper{
  height: 100%;
}
.prodis-swiper .gallery-top .img-box {
  padding-bottom: 85.83106%;
}

.prodis-swiper .gallery-top .icon-yulan {
  position: absolute;
  color: #B4B4B4;
  top: 20px;
  right: 20px;
  font-size: 24px;
  z-index: 2;
  cursor: pointer;
}

.prodis-swiper .gallery-top .icon-yulan:hover {
  color: #0B74E3;
}

.prodis-swiper .gallery-top .swiper-button-next {
  right: 5%;
}

.prodis-swiper .gallery-top .swiper-button-prev {
  left: 5%;
}

.prodis-swiper .gallery-top .swiper-button-next, .prodis-swiper .gallery-top .swiper-button-prev {
  background-color: rgba(0, 0, 0, 0.2);
  width: 38px;
  height: 38px;
  border-radius: 50%;
}

.prodis-swiper .gallery-top .swiper-button-next:after, .prodis-swiper .gallery-top .swiper-button-prev:after {
  display: none;
}

.prodis-swiper .gallery-top .swiper-button-next .iconfont, .prodis-swiper .gallery-top .swiper-button-prev .iconfont {
  font-size: 16px;
  color: #fff;
}

.prodis-swiper .gallery-top .swiper-button-next:hover, .prodis-swiper .gallery-top .swiper-button-prev:hover {
  background-color: #0B74E3;
}

.prodis-swiper .gallery-thumbs {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  padding: 16px;
  text-align: center;
}

.prodis-swiper .gallery-thumbs .swiper {
  width: 45%;
  margin: 0 auto;
}

.prodis-swiper .gallery-thumbs .swiper-slide {
  border-radius: 10px;
  overflow: hidden;
  box-sizing: border-box;
  border: 1px solid #fff;
}

.prodis-swiper .gallery-thumbs .swiper-slide.swiper-slide-thumb-active {
  border-color: #0B74E3;
}

.color-list {
  margin: 8px 0 0;
}

.color-list ul {
  display: flex;
  flex-wrap: wrap;
}

.color-list .c-item {
  width: 30px;
  height: 30px;
  background-color: #ccc;
  border-radius: 50%;
}

.color-list li {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border: 1px solid #ccc;
  border-radius: 50%;
  margin-right: 8px;
  cursor: pointer;
}

.color-list li.cur, .color-list li:hover {
  background-color: #0B74E3;
}

.color-list .d-c {
  background-color: #ccc;
  border: none !important;
  font-size: 26px;
  text-align: center;
  line-height: 30px;
}

.color-list .d-c .c-item {
  background-color: transparent !important;
}

.prodis-process-list {
  display: flex;
}

.prodis-process-list ul {
  width: 50%;
}

.prodis-process-list li {
  margin-bottom: 24px;
}

.prodis-process-list li:nth-last-child(1) .icon:after {
  display: none;
}

.prodis-process-list .c-item {
  display: flex;
  align-items: center;
}

.prodis-process-list .icon {
  width: 36px;
  height: 36px;
  border: 1px dashed #707070;
  border-radius: 50%;
  box-sizing: border-box;
  text-align: center;
  line-height: 36px;
  position: relative;
  margin-right: 13px;
  flex-shrink: 0;
}

.prodis-process-list .icon:after {
  content: '';
  position: absolute;
  width: 1px;
  height: 16px;
  border-right: 1px dashed #707070;
  top: 100%;
  left: 50%;
  margin-top: 4px;
}

.prodis-quali-list {
  border: 1px solid #ccc;
  border-radius: 10px;
  padding: 16px 24px 24px;
  display: flex;
}

.prodis-quali-list ul {
  width: 50%;
}

.prodis-quali-list dd {
  width: 40px;
  margin-right: 8px;
}

.prodis-quali-list h4 {
  margin-bottom: 12px;
}

.prodis-quali-list dl {
  display: flex;
  flex-wrap: wrap;
}

.prodis-physical {
  border: 1px solid #ccc;
  border-radius: 10px;
  padding: 16px 24px 24px;
}

.prodis-physical h4 {
  margin-bottom: 12px;
}

.prodis-physical h5 {
  color: #666;
  margin-bottom: 16px;
}

.prodis-physical ul {
  margin: 0 -40px;
  display: flex;
  flex-wrap: wrap;
}

.prodis-physical .imgshow img {
  width: 100%;
}

.prodis-physical li {
  width: 50%;
  padding: 0 40px;
  box-sizing: border-box;
}

.prodis-physical .p-item {
  margin-bottom: 32px;
}

.prodis-physical .p-item:nth-last-child(1) {
  margin-bottom: 0;
}

.prodis-physical .p-lengden {
  display: flex;
  align-items: center;
  margin: 32px 0 0;
}

.prodis-physical .p-lengden .icon {
  width: 12px;
  height: 4px;
  background: #0B74E3;
  border-radius: 4px;
  display: inline-block;
  margin-right: 8px;
  flex-shrink: 0;
}

.prodis-physical .p-lengden .l-item {
  display: flex;
  align-items: center;
  margin-right: 40px;
  font-size: 12px;
  color: #999;
}
.prodis-physical .p-lengden .l-item:nth-child(2) .icon{
    background-color:#26B8B3;
}
.process-block {
  border-left: 1px solid #ddd;
}

.p-line-process {
  display: flex;
  padding: 2px 0;
  align-items: center;
}

.p-line-process label {
  width: 80px;
  flex-shrink: 0;
  text-align: right;
}

.p-line-process .line-box {
  border-radius: 0 4px 4px 0;
  background-color: #ddd;
  height: 4px;
  width: 100%;
  position: relative;
}

.p-line-process .line-box .cline {
  background-color: #0B74E3;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  border-radius: 0 4px 4px 0;
}

.p-line-process .line-box .cline.c2 {
  background-color: #26B8B3;
}

.prodis-video .video-box {
  border-radius: 24px;
  overflow: hidden;
}

.video-box .video-player-dimensions.vjs-fluid:not(.vjs-audio-only-mode) {
  padding-top: 50%;
}

.video-box .video-js .vjs-big-play-button {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: none;
  background: none;
  background-image: url("/wp-content/themes/waimao/images/play.png");
  background-repeat: no-repeat;
  background-size: 100px 100px;
  background-position: 50% 50%;
}

.video-box .video-js .vjs-big-play-button .vjs-icon-placeholder {
  display: none;
}

.related-product .p-t {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 36px 0 32px;
}

.related-product .p-t span {
  width: 100px;
  height: 1px;
  background-color: #999999;
  margin: 0 16px;
}

.prorelated-list {
  position: relative;
}

.prorelated-list ul {
  margin: 0 -14px;
  display: flex;
  flex-wrap: wrap;
}

.prorelated-list .imgshow img {
  width: 100%;
}

.prorelated-list li {
  width: 33.33%;
  padding: 0 14px;
  box-sizing: border-box;
}

.prorelated-list .img-box {
  padding-bottom: 70.61404%;
}

.prorelated-list .p-item {
  background: #FFFFFF;
  box-shadow: 0px 3px 10px 1px rgba(4, 22, 42, 0.1);
  display: block;
  color: #1A1A1A;
  position: relative;
  overflow: hidden;
  border-radius: 24px;
}

.prorelated-list .p-item:hover .text {
  opacity: 0;
}

.prorelated-list .p-item:hover .h-text {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}

.prorelated-list .p-item h3 {
  text-transform: capitalize;
  margin-bottom: 8px;
  transition: all 0.3s;
}
.prorelated-list .p-item:hover h3{
    color: #0B74E3;
}
.prorelated-list .p-item .p-text {
  padding: 12px 12px 24px;
  transition: all 0.3s;
}

.prorelated-list .p-item .p-text p {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.prorelated-list .swiper {
  padding: 0 10px 24px;
  margin: 0 -10px;
}

.prorelated-list .swiper-pagination {
  text-align: center;
  width: 100%;
}

.prorelated-list .swiper-pagination-bullet {
  width: 24px;
  height: 24px;
  opacity: 1;
  background-color: transparent;
  border: 1px solid transparent;
  box-sizing: border-box;
  position: relative;
}

.prorelated-list .swiper-pagination-bullet:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ccc;
}

.prorelated-list .swiper-pagination-bullet-active {
  border-color: #0B74E3;
}

.prorelated-list .swiper-pagination-bullet-active:after {
  background-color: #0B74E3;
}

.right-fix {
  position: fixed;
  right:40px;
  /*top: 50%;*/
  bottom: 15%;
  z-index: 10;
}

.right-fix .r-item {
  width:50px;
  height:50px;
  margin-top:12px;
  display: flex;
  justify-content: center;
  align-items: center;
  background:#0B74E3 ;
  
  border-radius: 50%;
}
.right-fix .r-item img{
    width: 24px;
    height: 24px;
}
.right-fix .r-item .d-img{
    display: none;
}
.right-fix .r-item .h-img{
    display: inline-block;
}
.right-fix .r-item:hover{
    background: #095eb8;
}
.right-fix .r-item:hover .d-img{
    display: none;
}
.right-fix .r-item:hover .h-img{
    display: inline-block;
}
.right-fix ul li{
    position: relative;
}
.right-fix .pop{
    position:absolute;
    right:100%;
    top:50%;
    margin-right:8px;
    width:220px;
    box-sizing:border-box;
    padding:10px;
    transition: transform .15s ease-in-out;
    transition-property: transform,opacity,visibility;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    transform: translateY(-50%) translateX(10px) scale(.9);
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 6px 18px 6px rgba(36,91,219,.04), 0 4px 8px rgba(36,91,219,.06), 0 3px 6px -6px rgba(36,91,219,.14);
}
.right-fix li:hover .pop{
    opacity: 1;
    visibility: visible;
    transform: translateY(-50%) translateX(0) scale(1);
}
.right-fix .pop svg {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -8px;
    width: 8px;
    height: auto;
}
.solutionny-list {
  padding: 60px 0;
}

.solutionny-list ul {
  margin: 0 -18px;
  display: flex;
  flex-wrap: wrap;
}

.solutionny-list .imgshow img {
  width: 100%;
}

.solutionny-list li {
  width: 33.33%;
  padding: 0 18px;
  box-sizing: border-box;
}

.solutionny-list .img-box {
  padding-bottom: 64.70588%;
}

.solutionny-list li {
  margin-bottom: 36px;
}

.solutionny-list .imgshow {
  border-radius: 10px 10px 0 0;
  overflow: hidden;
}
.solutionny-list .imgshow img{
    transition: all 0.4s;
}

.solutionny-list .s-item {
  border-radius: 10px;
  overflow: hidden;
  background-color: #F5F5F5;
  display: block;
  color: #1A1A1A;
  box-sizing: border-box;
  height: 100%;
}
.solutionny-list .s-item:hover .imgshow img{
    transform: scale(1.05);
}
.solutionny-list .s-item:hover .learn-more,.news-list .n-item:hover .learn-more,.industry-list .i-item:hover .learn-more {
  color: #0B74E3;
  background-image: url("/wp-content/themes/waimao/images/arrow.png");
  padding-right: 33px;
}

.solutionny-list .s-item:hover .text {
  color: #0B74E3;
}

.solutionny-list .text {
  padding: 18px 24px;
}

.solutionny-list .text h3 {
  text-transform: capitalize;
}

.solutionny-list .learn-more,.news-list .learn-more,.industry-list .learn-more{
  color: #666;
  transition: all 0.3s;
  margin: 10px 0 0;
  display: inline-block;
  background-position: 100% 50%;
  background-repeat: no-repeat;
  background-image: url("/wp-content/themes/waimao/images/arrow-d.png");
  background-size: 20px;
  padding-right: 28px;
}

.solu-adv-item {
  text-align: center;
  /*padding: 34px 0 0;*/
  border-bottom: 1px solid #E8E8E8;
  position: sticky;
  background-color: rgba(255, 255, 255, 0.9);
  z-index: 102;
  top: 68px;
}

.solu-adv-item a {
  color: #1A1A1A;
  display: inline-block;
  padding: 12px 40px;
  position: relative;
  text-transform: capitalize;
}

.solu-adv-item a:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  background-color: transparent;
  margin-bottom: -2px;
  transition: all 0.4s;
}

.solu-adv-item .cur {
  color: #0B74E3;
}

.solu-adv-item .cur:after {
  background-color: #0B74E3;
}

.solu-title {
  color: #1A1A1A;
  position: relative;
  padding-left: 22px;
  text-transform: capitalize;
  margin: 9vh 0 5vh;
}

.solu-title:after {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  width: 6px;
  height: 56px;
  background: #0B74E3;
  transform: translateY(-50%);
}

.solu-adv-cont {
  display: flex;
  color: #1A1A1A;
  flex-direction: row-reverse;
}

.solu-adv-cont .imgshow {
  width: 48%;
  border-radius: 24px;
  overflow: hidden;
}

.solu-adv-cont .imgshow .img-box {
  padding-bottom: 63.07692%;
}

.solu-adv-cont .text {
  flex: 1;
  width: 100%;
  box-sizing: border-box;
  padding-right: 4%;
}

.solu-adv-cont .text h4 {
  margin-bottom: 20px;
}

.solu-numlist {
  display: flex;
  justify-content: space-between;
  margin: 60px 0 0;
}

.solu-numlist em {
  color: #0B74E3;
  line-height: 1;
  font-size: 100px;
  font-weight: bold;
}

.solu-numlist small {
  color: #666;
}

.solu-numlist h3 {
  margin-bottom: 6px;
  text-align: center;
}
.solu-numlist .s-t{
    text-align: center;
}

.solu-numlist p {
  text-align: center;
  color: #666;
}

.solu-advswiper {
  position: relative;
  margin: 60px 0 0;
  position: relative;
}

.solu-advswiper .img-box {
  padding-bottom: 54.05405%;
}

.solu-advswiper .imgshow {
  border-radius: 10px;
  overflow: hidden;
}

.solu-advswiper .s-item {
  text-align: center;
  color: #666;
}

.solu-advswiper .s-item h4 {
  margin: 12px 0 4px;
  color: #1A1A1A;
}

.solu-advswiper .swiper-pagination {
  position: relative;
  text-align: center;
  width: 100%;
  margin: 40px 0 0;
}

.solu-advswiper .swiper-pagination-bullet {
  width: 24px;
  height: 24px;
  opacity: 1;
  background-color: transparent;
  border: 1px solid transparent;
  box-sizing: border-box;
  position: relative;
}

.solu-advswiper .swiper-pagination-bullet:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ccc;
}

.solu-advswiper .swiper-pagination-bullet-active {
  border-color: #0B74E3;
}

.solu-advswiper .swiper-pagination-bullet-active:after {
  background-color: #0B74E3;
}

.solu-intell-list {
  margin: 40px 0 9vh;
}

.solu-intell-list ul {
  margin: 0 -15px;
  display: flex;
  flex-wrap: wrap;
}

.solu-intell-list .imgshow img {
  width: 100%;
}

.solu-intell-list li {
  width: 33.33%;
  padding: 0 15px;
  box-sizing: border-box;
}

.solu-intell-list .img-box {
  padding-bottom: 56.42023%;
}

.solu-intell-list .imgshow {
  overflow: hidden;
}

.solu-intell-list .s-item {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}

.solu-intell-list .s-item:hover .text {
  opacity: 1;
  visibility: visible;
}

.solu-intell-list .text {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  color: #FFF;
  background-color: rgba(0, 0, 0, 0.4);
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.4s;
  opacity: 0;
  visibility: hidden;
}

.solu-productswiper {
  display: flex;
  flex-direction: row-reverse;
  background-color: #F8F8F8;
  align-items: center;
}

.solu-productswiper .imgshow {
  width: 46%;
}

.solu-productswiper .imgshow .img-box {
  padding-bottom: 57.12366%;
}

.solu-productswiper .text {
  flex: 1;
  width: 54%;
  color: #666;
  box-sizing: border-box;
  padding: 5vh 5%;
}

.solu-productswiper .text h4 {
  color: #1A1A1A;
  margin-bottom: 18px;
}

.solu-productswiper .text-p {
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.solu-productswiper .t-page {
    margin-top:20px;
  position: relative;
  height: 72px;
  width: 155px;
}

.solu-productswiper .t-page .swiper-button-next, .solu-productswiper .t-page .swiper-button-prev {
  background-color: rgba(204, 204, 204, 0.5);
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background-image: none;
  color: #1A1A1A;
  text-align: center;
  line-height: 72px;
  margin-top:-36px;
}

.solu-productswiper .t-page .swiper-button-next .iconfont, .solu-productswiper .t-page .swiper-button-prev .iconfont {
  font-size: 28px;
}

.solu-productswiper .t-page .swiper-button-next:hover, .solu-productswiper .t-page .swiper-button-prev:hover {
  background-color: #0B74E3;
  color: #FFF;
}

.solu-productswiper .t-page .swiper-button-next {
  right: 0;
}

.solu-productswiper .t-page .swiper-button-prev {
  left: 0;
}

.solu-tech {
  color: #1A1A1A;
}

.solu-tech .sub-tt {
  text-align: center;
  margin-bottom: 6vh;
}

.solu-techlist {
  padding: 0 0 60px;
}

.solu-techlist .t-item {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}

.solu-techlist .imgshow {
  width: 49%;
  border-radius: 24px;
  overflow: hidden;
}

.solu-techlist .imgshow .img-box {
  padding-bottom: 62.67516%;
}

.solu-techlist .text {
  width: 51%;
  box-sizing: border-box;
  padding-left: 6%;
}

.solu-techlist h3 {
  text-transform: capitalize;
  margin-bottom: 32px;
}

.content-solution-innovating {
  color: #1A1A1A;
}

.innovating-info .imgshow {
  border-radius: 24px;
  overflow: hidden;
  margin-top: -50px;
}

.innovating-info .imgshow .img-box {
  padding-bottom: 25%;
}

.innovating-cont {
  margin: 60px 0 0;
  display: flex;
  padding-right: 2.5%;
}

.innovating-cont .text {
  flex: 1;
  width: 100%;
}

.innovating-cont .solu-title {
  margin-top: 0;
}

.innov-num {
  position: relative;
  z-index: 2;
  width: 380px;
  background-color: #F5F5F5;
  padding: 32px 40px;
  border-radius: 10px;
  box-sizing: border-box;
}

.innov-num small {
  color: #666;
}

.innov-num em {
  color: #0B74E3;
  font-weight: bold;
  font-size: 70px;
  line-height: 1;
}

.innov-num h4 {
  color: #333;
  margin-bottom: 8px;
}

.innov-num li {
  border-bottom: 1px dashed #CCCCCC;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.innov-num li:nth-last-child(1) {
  border-bottom: none;
  margin-bottom: 0;
}

.solu-develop .develop-cont {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
}

.solu-develop .develop-cont .imgshow {
  width: 62.5%;
  border-radius: 24px;
  overflow: hidden;
}

.solu-develop .develop-cont .text {
  flex: 1;
  width: 100%;
  box-sizing: border-box;
  padding-right: 5%;
}

.solu-develop .img-box {
  padding-bottom: 50%;
}

.solu-proinnovation .sp-t {
  text-align: center;
  margin: 0 0 32px;
}

.solu-proinnovation .proinnovation-block1 {
  margin-bottom: 60px;
  overflow: hidden;
}
.proinnovation-block2{
    /*overflow:hidden;*/
}
.solu-proinnovation .proinnovation-block1 .img-box {
  padding-bottom: 72.82051%;
}

.solu-proinnovation .proinnovation-block1 ul {
  margin: 0 -20px;
  display: flex;
  flex-wrap: wrap;
}

.solu-proinnovation .proinnovation-block1 .imgshow img {
  width: 100%;
}

.solu-proinnovation .proinnovation-block1 li {
  width: 50%;
  padding: 0 20px;
  box-sizing: border-box;
}

.proinnovation-block2 li {
  width: 15%;
  box-sizing: border-box;
  padding: 0 12px;
  transition: all 0.3s;
}

.proinnovation-block2 ul {
  display: flex;
  margin: 0 -12px;
}

.proinnovation-block2 .p-item {
  border-radius: 10px;
  overflow: hidden;
  background: #FFFFFF;
  box-shadow: 0px 3px 10px 1px rgba(4, 22, 42, 0.1);
  position: relative;
  display: flex;
  color: #1A1A1A;
  align-items: center;
}
.proinnovation-block2 .p-item:hover h3{
    color: #0064B6;
}
.proinnovation-block2 .img-box {
  padding-bottom: 136.36364%;
}

.proinnovation-block2 .text {
  opacity: 0;
  visibility: hidden;
  position: relative;
  position: absolute;
  top: 0;
  color: #1A1A1A;
  right: 0;
  width: calc(100% - 220px);
  box-sizing: border-box;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
}

.proinnovation-block2 .text h3 {
  margin-bottom: 12px;
}

.proinnovation-block2 .h-text {
  position: absolute;
  transform: translateX(-100%);
  transition: all 0.4s;
  transition-delay: 0.2s;
  padding: 0 7%;
}

.proinnovation-block2 .imgshow {
  width: 220px;
}

.proinnovation-block2 .cur {
  width: 38%;
}

.proinnovation-block2 .cur .text {
  opacity: 1;
  visibility: visible;
}

.proinnovation-block2 .cur .text .h-text {
  transform: translateX(0);
}

.solu-safedonn .solu-smtt {
  margin: 0 0 40px;
}

.solu-safedonn .solu-glove {
  display: flex;
  margin: 0 0 60px;
}

.solu-safedonn .solu-glove .imgshow {
  width: 29%;
  border-radius: 24px;
  overflow: hidden;
}

.solu-safedonn .solu-glove .imgshow .img-box {
  padding-bottom: 120%;
  border-radius: 24px;
  border:1px solid  #ccc;
}
.solu-safedonn .solu-glove .imgshow .img-box img{
     border-radius: 24px;
}
.solu-safedonn .solu-glove .text {
  flex: 1;
  padding-left: 5%;
}

.solu-safedonn .g-t {
  color: #0B74E3;
  margin: 32px 0 16px;
}

.solu-safedonn .g-t h4 {
  display: inline-block;
  border-bottom: 1px solid #0B74E3;
  line-height: 1;
}

.solu-safedonn .glove-applist dl {
  display: flex;
  flex-wrap: wrap;
}

.solu-safedonn .glove-applist dd {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background-color: #F3F3FF;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 16px;
}

.solu-safedonn .glove-applist dd .d-img {
  width: 40px;
}

.solu-safedonn .glove-applist .g-text {
  display: flex;
  flex-wrap: wrap;
  margin: 26px 0 0;
}

.solu-safedonn .glove-applist .g-text p {
  width: 33.33%;
  margin-bottom: 8px;
}

.solu-safedonn .gh-list ul {
  display: flex;
}

.solu-safedonn .gh-list li {
  width: 40px;
  margin-right: 8px;
}

.solu-savinglist {
  padding: 0 0 60px;
}

.solu-savinglist li {
  margin-bottom: 40px;
}

.solu-savinglist li:nth-child(2n) .s-item {
  flex-direction: row;
}

.solu-savinglist .s-item {
  display: flex;
  flex-direction: row-reverse;
  background-color: #F8F8F8;
  border-radius: 10px;
  overflow: hidden;
}

.solu-savinglist .text {
  width: 50%;
  box-sizing: border-box;
  padding: 0 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.solu-savinglist .text h3 {
  color: #7cacff;
}
.solu-savinglist li:nth-child(2) .text h3{
    color: #8469ff;
}
.solu-savinglist .text .t-tt {
  margin: 12px 0 24px;
  display: flex;
  line-height: 1.1;
}

.solu-savinglist .text .t-tt em {
  padding-right: 30px;
}

.solu-savinglist .text dl span {
  color: #7cacff;
}

.solu-savinglist .text dl small {
  font-size: 12px;
}

.solu-savinglist .text dl dd {
  margin-bottom: 8px;
}

.solu-savinglist .imgshow {
  /*border-radius: 10px;*/
  overflow: hidden;
  flex: 1;
}

.solu-savinglist .imgshow .img-box {
  padding-bottom: 73%;
}

.content-solution-delivery {
  color: #1A1A1A;
}

.dev-prolist {
  margin-bottom: 5vh;
  overflow: hidden;
}

.dev-prolist ul {
  margin: 0 -67px;
  display: flex;
  flex-wrap: wrap;
}

.dev-prolist .imgshow img {
  width: 100%;
}

.dev-prolist li {
  width: 33.33%;
  padding: 0 67px;
  box-sizing: border-box;
}

.dev-prolist .d-item {
  /*border-bottom: 1px solid #CCCCCC;*/
  border-top: 1px solid #CCCCCC;
  padding: 0 0 32px;
  box-sizing: border-box;
  height: 100%;
}

.dev-prolist h4 {
  display: inline-block;
  background-color: #f5f5f5;
  border: 1px solid #CCCCCC;
  border-top: none;
  box-sizing: border-box;
  padding: 15px;
  min-width: 77%;
  margin-bottom: 18px;
}

.dev-planing-grid {
  display: flex;
  justify-content: center;
}

.dev-planing-grid .p-center {
  width: 28%;
  padding: 24px 0 8px;
}

.dev-planing-grid .p-center ul {
  margin: 0 -8px;
  display: flex;
  flex-wrap: wrap;
}

.dev-planing-grid .p-center .imgshow img {
  width: 100%;
}

.dev-planing-grid .p-center li {
  width: 50%;
  padding: 0 8px;
  box-sizing: border-box;
}

.dev-planing-grid .p-center .imgshow {
  display: inline-block;
  width: 80px;
}

.dev-planing-grid .p-center .p-item {
  background: linear-gradient(135deg, #C2DFFF 0%, #C9FFFF 100%);
  padding: 38px 0;
  border-radius: 24px 0 0 0;
  overflow: hidden;
  text-align: center;
}

.dev-planing-grid .p-center li {
  margin-bottom: 16px;
}

.dev-planing-grid .p-center li:nth-child(2) .p-item {
  background: linear-gradient(45deg, #C6FCFF 0%, #C2DFFF 100%);
  border-radius: 0 24px 0 0;
}

.dev-planing-grid .p-center li:nth-child(3) .p-item {
  background: linear-gradient(226deg, #C9FFFF 0%, #C2DFFF 100%);
  border-radius: 0  0 0 24px;
}

.dev-planing-grid .p-center li:nth-child(4) .p-item {
  background: linear-gradient(135deg, #C9FFFF 0%, #C2DFFF 100%);
  border-radius: 0 0 24px 0;
}

.dev-planing-grid .p-left, .dev-planing-grid .p-right {
  width: 36%;
}

.dev-planing-grid .p-left ul, .dev-planing-grid .p-right ul {
  height: 100%;
}

.dev-planing-grid .p-left li, .dev-planing-grid .p-right li {
  height: 50%;
  box-sizing: border-box;
  padding: 8px 0;
}

.dev-planing-grid .p-left li:nth-child(2) .p-item, .dev-planing-grid .p-right li:nth-child(2) .p-item {
  background-image: url("/wp-content/themes/waimao/images/soli-planning-bg3.png");
}

.dev-planing-grid .p-left .p-item, .dev-planing-grid .p-right .p-item {
  height: 100%;
  background-repeat: no-repeat;
  background-image: url("/wp-content/themes/waimao/images/soli-planning-bg1.png");
  background-size: 100% 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5% 10%;
  box-sizing: border-box;
}

.dev-planing-grid .p-left .p-item {
  background-image: url("/wp-content/themes/waimao/images/soli-planning-bg1.png");
}

.dev-planing-grid .p-left li:nth-child(2) .p-item {
  background-image: url("/wp-content/themes/waimao/images/soli-planning-bg3.png");
}

.dev-planing-grid .p-right .p-item {
  background-image: url("/wp-content/themes/waimao/images/soli-planning-bg2.png");
}

.dev-planing-grid .p-right li:nth-child(2) .p-item {
  background-image: url("/wp-content/themes/waimao/images/soli-planning-bg4.png");
}

.solu-quality-control .control-cont {
  display: flex;
  flex-direction: row-reverse;
  margin: 6vh 0 0;
}

.solu-quality-control .control-cont .imgshow {
  width: 52%;
  border-radius: 10px;
  overflow: hidden;
}

.solu-quality-control .control-cont .imgshow .img-box {
  padding-bottom: 54.32977%;
}

.solu-quality-control .control-cont .text {
  width: 48%;
  flex-shrink: 0;
  height: 100%;
  box-sizing: border-box;
  display: flex;
}

.solu-quality-control .control-cont .text .t-swiper {
  width: calc(100% - 100px);
  box-sizing: border-box;
  padding: 0 12%;
}

.solu-quality-control .control-cont .text .t-swiper h3 {
  margin-bottom: 32px;
}

.shu-list {
  width: 100px;
  flex-shrink: 0;
  height: 100%;
  position: relative;
}

.shu-list .s-item {
  width: 100px;
  height: 100px;
  box-sizing: border-box;
  border-radius: 50%;
  position: relative;
}

.shu-list:after {
  content: '';
  position: absolute;
  left: 50%;
  width: 1px;
  height: 100%;
  top: 0;
  border-right: 1px dashed #ddd;
  margin-left: -2px;
}

.shu-list .s-num {
  position: absolute;
  left: 0%;
  width: 100%;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
}

.shu-list li {
  margin-bottom: 20px;
  position: relative;
  z-index: 2;
}

.shu-list li:nth-last-child(1) {
  margin-bottom: 0;
}

.shu-list li.cur .s-item {
  background-color: #FFF;
}

.shu-list .circleChart {
  width: 100px;
  height: 100px;
  position: absolute;
  left: 0%;
  top: 0%;
  margin: 0px 0 0 0px;
  background-color: transparent;
}

.control-honor .h-t {
  text-align: center;
  margin: 9vh 0 5vh;
}

.control-honor .h-t h3 {
  margin-bottom: 32px;
}

.control-honor .t-c2 {
  margin: 52px 0;
  text-align: center;
}

.solu-deli-table td {
  border: 1px solid #DDDDDD;
  padding: 20px 80px;
}

.solu-deli-table td:nth-child(1) {
  background-color: #F5F5F5;
  width: 35%;
}

.solu-deli-table td:nth-last-child(1) {
  background-color: #fff;
}

.solu-deli-table table {
  width: 100%;
}

.solu-deli-table tr:nth-child(1) {
  font-weight: bold;
  color: #0B74E3;
}

.logist-cont {
  display: flex;
  flex-direction: row-reverse;
}

.logist-cont .imgshow {
  width: 35%;
  border-radius: 24px;
  overflow: hidden;
}

.logist-cont .imgshow .img-box {
  padding-bottom: 133.21617%;
}

.logist-cont .text {
  flex: 1;
  width: 100%;
  margin-right: 100px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.logist-cont .text .img-box {
  padding-bottom: 39.95704%;
}
.logist-cont .text .imgbot{
    border-radius: 24px;
    overflow: hidden;
}
.logist-cont .text .text-p {
  margin-bottom: 24px;
}

.logist-cont .text dl {
  display: flex;
}

.logist-cont .text dl dd {
  width: 47%;
  margin-right: 6%;
}

.logist-cont .text dl dd:nth-child(2) {
  margin-right: 0;
}

.logist-cont .text h3 {
  margin-bottom: 32px;
}

.logist-packing h3 {
  margin: 9vh 0 32px;
}

.logist-packing .packing-cont {
  display: flex;
  margin: 50px 0 9vh;
  flex-direction: row-reverse;
}

.logist-packing .packing-cont .imgshow {
  width: 43%;
  border-radius: 24px;
  overflow: hidden;
}

.logist-packing .packing-cont .imgshow .img-box {
  padding-bottom: 80.85714%;
}

.logist-packing .packing-cont .text {
  width: 57%;
  box-sizing: border-box;
  padding-right: 60px;
}

.logist-packing .packing-cont dd {
  display: flex;
  position: relative;
  padding-bottom: 24px;
}

.logist-packing .packing-cont dd:hover .icon {
  background-color: #0B74E3;
  border-color: #0B74E3;
  color: #FFF;
}

.logist-packing .packing-cont dd .icon {
  transition: all 0.3s;
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px dashed #707070;
  box-sizing: border-box;
  text-align: center;
  line-height: 36px;
  background-color: #FFF;
  position: relative;
  z-index: 2;
  margin-right: 12px;
  font-weight: bold;
}

.logist-packing .packing-cont dd:after {
  content: '';
  position: absolute;
  left: 18px;
  height: 100%;
  top: 0;
  border-right: 1px dashed #707070;
  z-index: 1;
}

.logist-packing .packing-cont dd em {
  font-weight: 600;
}

.logist-packing .packing-cont dd:nth-last-child(1):after {
  display: none;
}

.themec {
  color: #1A1A1A;
}

.solu-effic-planing .text {
  margin-bottom: 32px;
}

.ecfficplaning-list ul {
  margin: 0 -20px;
  display: flex;
  flex-wrap: wrap;
}

.ecfficplaning-list .imgshow img {
  width: 100%;
}

.ecfficplaning-list li {
  width: 50%;
  padding: 0 20px;
  box-sizing: border-box;
}

.ecfficplaning-list .img-box {
  padding-bottom: 51.28205%;
}

.ecfficplaning-list .imgshow {
  border-radius: 10px;
  overflow: hidden;
}

.ecfficplaning-list .e-item {
  position: relative;
}

.ecfficplaning-list .h-text {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 12px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #FFF;
  text-align: center;
  border-radius:0 0 10px 10px;
}

.solu-effic-supply .supply-cont {
  align-items: center;
  display: flex;
}

.solu-effic-supply .supply-cont .imgshow {
  width: 48%;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}

.solu-effic-supply .supply-cont .imgshow .img-box {
  padding-bottom: 51.28205%;
}

.solu-effic-supply .supply-cont .imgshow .h-text {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 12px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #FFF;
  text-align: center;
}

.solu-effic-supply .supply-cont .text {
  box-sizing: border-box;
  padding-left: 48px;
  width: 52%;
  box-sizing: border-box;
}

.solu-effic-logistics .supply-cont {
  align-items: center;
  display: flex;
  flex-direction: row-reverse;
}

.solu-effic-logistics .supply-cont .imgshow {
  width: 48%;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}

.solu-effic-logistics .supply-cont .imgshow .img-box {
  padding-bottom: 51.28205%;
}

.solu-effic-logistics .supply-cont .text {
  box-sizing: border-box;
  padding-right: 48px;
  width: 52%;
  box-sizing: border-box;
}

.solu-effic-chain .chain-list {
  margin: 9vh 0;
}

.solu-effic-chain .chain-list ul {
  display: flex;
  /*align-items: center;*/
  justify-content: center;
}
.solu-effic-chain .chain-list .c-arrow{
    display: flex;
    align-items: center;
    box-sizing: border-box;
    height: 100%;
}
.solu-effic-chain .chain-list ul li {
  margin: 0 20px;
}

.solu-effic-chain .chain-list .c-item {
  background: linear-gradient(180deg, #E7F0FB 0%, #F5F7FB 100%);
  border-radius: 8px;
  padding: 60px 24px 32px;
  text-align: center;
  box-sizing: border-box;
  width: 250px;
  position: relative;
  box-sizing: border-box;
  height: 100%;
}

.solu-effic-chain .chain-list .c-item .num {
  position: absolute;
  right: 0;
  top: 0;
  transform: translate(20px, -30px);
  line-height: 1;
  color: #82B5F2;
  font-size: 64px;
  font-weight: 600;
}

.solu-effic-chain .chain-list .icon {
  width: 100px;
  margin: 0 auto 24px;
}

.solu-effic-chain .chain-list .c-arrow img {
  width: 80px;
}

.solu-effic-chain .chain-botlist {
  margin: 0 0 9vh;
}

.solu-effic-chain .chain-botlist ul {
  margin: 0 -25px;
  display: flex;
  flex-wrap: wrap;
}

.solu-effic-chain .chain-botlist .imgshow img {
  width: 100%;
}

.solu-effic-chain .chain-botlist li {
  width: 33.33%;
  padding: 0 25px;
  box-sizing: border-box;
}

.solu-effic-chain .chain-botlist .img-box {
  padding-bottom: 142%;
}

.solu-effic-chain .chain-botlist .b-item {
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
.solu-effic-chain .chain-botlist h4{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.3);
    padding: 16px;
    color: #FFF;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.solu-effic-chain .chain-botlist .b-item:hover .text {
  opacity: 1;
  visibility: visible;
}
.solu-effic-chain .chain-botlist .b-item:hover h4{
    opacity: 0;
    visibility: hidden;
}
.solu-effic-chain .chain-botlist .text {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.3);
  padding: 70px 32px;
  color: #FFF;
  text-align: center;
  transition: all 0.3s;
  opacity: 0;
  visibility: hidden;
}

.solu-effic-chain .chain-botlist .line {
  display: inline-block;
  width: 98px;
  height: 4px;
  background: #FFFFFF;
  margin: 5px 0 32px;
}

.content-solution-support {
  background-color: #F5F8FF;
  padding: 1px 0;
}

.support-info {
  margin: 5vh 0;
}

.solu-support-list {
  padding: 0 12% 50px;
}

.solu-support-list li {
  margin-bottom: 48px;
}

.solu-support-list .s-item {
  background-color: #FFF;
  border-radius: 24px;
  padding: 40px;
  text-align: center;
  box-sizing: border-box;
  height: 100%;
}

.solu-support-list ul {
  margin: 0 -24px;
  display: flex;
  flex-wrap: wrap;
}

.solu-support-list .imgshow img {
  width: 100%;
}

.solu-support-list li {
  width: 33.33%;
  padding: 0 24px;
  box-sizing: border-box;
}

.solu-support-list .icon {
  width: 90px;
  display: inline-block;
  margin: 12px auto;
}

.solu-global-word .img-box {
  padding-bottom: 47.0625%;
}

.solu-global-word .word-num {
  margin: 40px 0 32px;
}

.solu-global-word .word-num .w-item {
  background-color: #f5f5f5;
  box-sizing: border-box;
  height: 100%;
  padding: 32px 20px;
  position: relative;
  display: flex;
  align-items: flex-end;
  line-height: 1;
}
.solu-global-word .word-num li:nth-last-child(1) .w-item{
    padding-right: 64px;
}
.solu-global-word .word-num li:nth-child(1) .w-item{
    padding-left: 64px;
}
.solu-global-word .word-num .w-item:after {
  content: '';
  position: absolute;
  right: 0;
  width: 2px;
  height: 54px;
  background-color: #999999;
  top: 50%;
  transform: translateY(-50%);
}

.solu-global-word .word-num .w-item em {
  color: #0B74E3;
}

.solu-global-word .word-num .w-item .w-t {
  margin-right: 12px;
}

.solu-global-word .word-num li:nth-last-child(1) .w-item:after {
  display: none;
}

.solu-global-word .word-num ul {
  display: flex;
  justify-content: center;
}

.team-swiper {
  position: relative;
}

.team-swiper .img-box {
  padding-bottom: 60.78431%;
}

.team-swiper .swiper-pagination {
  text-align: center;
  width: 100%;
  position: relative;
  height: 24px;
  margin: 24px 0 32px;
}

.team-swiper .swiper-pagination-bullet {
  width: 24px;
  height: 24px;
  opacity: 1;
  background-color: transparent;
  border: 1px solid transparent;
  box-sizing: border-box;
  position: relative;
}

.team-swiper .swiper-pagination-bullet:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ccc;
}

.team-swiper .swiper-pagination-bullet-active {
  border-color: #0B74E3;
}

.team-swiper .swiper-pagination-bullet-active:after {
  background-color: #0B74E3;
}

.solu-global-broad ul {
  margin: 0 -9px;
  display: flex;
  flex-wrap: wrap;
}

.solu-global-broad .imgshow img {
  width: 100%;
}

.solu-global-broad li {
  width: 20%;
  padding: 0 9px;
  box-sizing: border-box;
}

.solu-global-broad .img-box {
  padding-bottom: 56.19835%;
}

.solu-global-broad .t-item {
  border: 1px solid #DDDDDD;
  border-radius: 10px;
  padding: 32px;
}

.solu-global-broad .text {
  padding: 40px 0 0;
}

.solu-global-honor {
  padding-bottom: 9vh;
}

.solu-global-honor .text {
  margin: 0 0 46px;
}

.industry-list {
  padding-bottom: 4vh;
}

.industry-list ul {
  margin: 0 -13px;
  display: flex;
  flex-wrap: wrap;
}

.industry-list .imgshow img {
  width: 100%;
}

.industry-list li {
  width: 33.33%;
  padding: 0 13px;
  box-sizing: border-box;
}

.industry-list .img-box {
  padding-bottom: 63.95349%;
}

.industry-list .i-item {
  border-radius: 10px;
  overflow: hidden;
  background-color: #F5F5F5;
  height: 100%;
  display: block;
  color: #1A1A1A;
  transition: all 0.4s;
}

.industry-list .i-item:hover .h-text {
  opacity: 1;
  visibility: visible;
}

.industry-list .i-item:hover h3 {
  color: #0B74E3;
}
.industry-list .i-item img{
    transition: all 0.4s;
}
.industry-list .i-item:hover img{
    transform: scale(1.05);
  /*transform: translateY(-10px);*/
}

.industry-list .text {
  padding: 16px 24px 6vh;
}

.industry-list h3 {
  margin-bottom: 12px;
}

.industry-list li {
  margin-bottom: 5vh;
}

.industry-list .imgshow {
  position: relative;
}

.industry-list .imgshow .h-text {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
  display: none;
}
.content-industry-detail .ind-title{
    margin-bottom: 32px;
}
.surgical-info {
  margin: 56px 0;
}

.ind-letmenu .left-mt {
  margin-bottom: 16px;
}

.ind-letmenu .i-item {
  background-color: #F5F5F5;
  border-radius: 10px;
  padding: 8px 24px;
  margin-bottom: 12px;
  transition: all 0.3s;
}

.ind-letmenu .i-item a {
  color: #1A1A1A;
}

.ind-letmenu li.cur .i-item, .ind-letmenu li:hover .i-item {
  background-color: #0B74E3;
}

.ind-letmenu li.cur .i-item a, .ind-letmenu li:hover .i-item a {
  color: #FFf;
}

.content-industry-surgical {
  display: flex;
}

.industry-swiper-box .s-show {
  box-shadow: 0px 2px 10px 1px rgba(0, 0, 0, 0.16);
  background-color: #FFF;
  border-radius: 0 0 10px 10px;
  overflow: hidden;
  padding: 0 24px 64px;
}

.industry-swiper-box .s-show .s-text {
  padding: 32px;
  text-align: left;
}

.industry-swiper-box li {
  margin-bottom: 40px;
}

.industry-swiper-box .act .s-show {
  display: block;
}

.industry-swiper-box .act .icon-jianhao, .industry-swiper-box .cur .icon-jianhao {
  display: inline-block !important;
}

.industry-swiper-box .act .icon-jiahao, .industry-swiper-box .cur .icon-jiahao {
  display: none;
}

.industry-swiper-box .act .icon, .industry-swiper-box .cur .icon {
  color: #FFF;
}

.industry-swiper-box .act .s-item .s-t, .industry-swiper-box .cur .s-item .s-t {
  background-color: #0B74E3;
}

.industry-swiper-box .act .s-item .s-t h3, .industry-swiper-box .cur .s-item .s-t h3 {
  font-weight: bold;
  color: #FFF;
}

.industry-swiper-box .s-item {
  border-radius: 10px;
  background-color: #F8F8F8;
  text-align: center;
}

.industry-swiper-box .s-item .s-t {
  display: flex;
  justify-content: space-between;
  background-color: #F8F8F8;
  color: #666;
  padding: 12px 40px 12px 60px;
  align-items: center;
  border-radius: 10px 10px 0 0;
  overflow: hidden;
}

.industry-swiper-box .s-item .s-t .icon-jianhao {
  display: none;
}

.industry-swiper-box .s-item .iconfont {
  font-size: 24px;
  font-weight: bold;
}
.industry-swiper-box .i-item{
    background: #f8f8f8;
    border-radius: 24px;
    overflow: hidden;
}

.industry-swiper-box .text {
  padding: 16px 24px;
}

.industry-swiper-box .text h3 {
  margin-bottom: 20px;
}

.industry-swiper-box .img-box {
  padding-bottom: 68.6747%;
}

.industry-swiper-box .ind-swiper {
  position: relative;
  padding: 0 88px;
}

.industry-swiper-box .ind-swiper .swiper-button-next {
  right: 32px;
}

.industry-swiper-box .ind-swiper .swiper-button-prev {
  left: 32px;
}

.industry-swiper-box .ind-swiper .swiper-button-next,
.industry-swiper-box .ind-swiper .swiper-button-prev {
  /*width: 72px;*/
  /*height: 72px;*/
  text-align: center;
  color: #1A1A1A;
  background-image: none;
  /*display: flex;*/
  /*align-items: center;*/
  /*justify-content: center;*/
  /*background-color: #ddd;*/
  /*border-radius: 50%;*/
  transition: all 0.3s;
}

.industry-swiper-box .ind-swiper .swiper-button-next .iconfont,
.industry-swiper-box .ind-swiper .swiper-button-prev .iconfont {
  font-size: 30px;
}

.industry-swiper-box .ind-swiper .swiper-button-next:hover,
.industry-swiper-box .ind-swiper .swiper-button-prev:hover {
  color: #0B74E3;
  /*background-color: #0B74E3;*/
}

.kufu-bottom {
  margin: 290px 0 9vh;
  background: url("/wp-content/themes/waimao/images/left-con-bg2.png") no-repeat 50% 50%;
  background-size: cover;
  border-radius: 16px;
  padding: 8vh 45% 8vh 10%;
  position: relative;
  color: #1A1A1A;
}

.kufu-bottom:after {
  content: '';
  position: absolute;
  width: 308px;
  height: 441px;
  background: url("/wp-content/themes/waimao/images/kefu-ren.png") no-repeat;
  right: 11%;
  bottom: 0;
  background-size: cover;
}

.kufu-bottom h3 {
  margin-bottom: 20px;
  font-size: 32px;
}

.supoem-list .img-box {
  padding-bottom: 50.84746%;
}

.supoem-list li {
  margin-bottom: 40px;
}

.supoem-list li:nth-child(2n) .e-item {
  flex-direction: row-reverse;
}

.supoem-list .e-item {
  background-color: #F5F5F5;
  border-radius: 24px;
  overflow: hidden;
  display: flex;
  color: #1A1A1A;
}
.supoem-list .e-item:hover h3{
    color: #0B74E3;
}
.supoem-list .e-item .imgshow {
  width: 55%;
}

.supoem-list .e-item .text {
  flex: 1;
  width: 100%;
  box-sizing: border-box;
  padding: 0 5%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.supoem-list .e-item .text-p {
  margin: 20px 0 0px;
}

.supoem-list .e-item .e-btn {
  margin-top: 32px;
}

.sup-saleslist {
  margin: 0 0 9vh;
}

.sup-saleslist .icon {
  background-color: #F5F8FF;
  border-radius: 10px;
  padding: 30px;
  width: 140px;
  box-sizing: border-box;
  margin: 0 auto;
}

.sup-saleslist ul {
  margin: 0 -34px;
  display: flex;
  flex-wrap: wrap;
}

.sup-saleslist .imgshow img {
  width: 100%;
}

.sup-saleslist li {
  width: 25%;
  padding: 0 34px;
  box-sizing: border-box;
}

.sup-saleslist h3 {
  margin: 24px 0 12px;
}

.sup-saleslist .s-item {
  text-align: center;
}

.index-message-grid {
  background: url("/wp-content/themes/waimao/images/msg-bg.png") no-repeat;
  background-size: cover;
  padding: 5vh 0;
}

.index-message-grid .msg-grid {
  flex-direction: row-reverse;
  display: flex;
}

.index-message-grid .imgshow {
  width: 45%;

  overflow: hidden;
}

.index-message-grid .imgshow .img-box {
  /*padding-bottom: 79.83425%;*/
 width: 100%;
 height: 80%;
 padding-bottom: 0;  border-radius: 20px;
}
.index-message-grid .usedComp{
    margin-bottom: 5px;
}
.index-message-grid .usedComp:nth-child(5){
    width:48%;
}
.index-message-grid .usedComp:nth-child(6){
    width:48%;
}
.index-message-grid .usedComp:nth-child(7){
    width:100%;
}
.index-message-grid .usedComp:nth-child(8){
    width:100%;
}
.index-message-grid .imgshow .img-box img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.index-message-grid .text {
  width: 55%;
  box-sizing: border-box;
  padding-right: 5%;
}

.index-message-grid .usedComp input {
  border-radius: 4px;
  height: 50px;
  background: transparent;
  border: 1px solid #999999;
}

.index-message-grid .usedComp textarea {
  border-radius: 4px;
  background: transparent;
  border: 1px solid #999999;
}

.index-message-grid #xhlFormSubmit {
  background-color: #d8e9fa;
  margin-left: 0;
  font-size: 14px;
  font-weight: 500;
  text-transform: capitalize;
  width: 150px;
  height: 44px;
  line-height: 44px;
  border-radius: 50px;
  position: relative;
  transition: all 0.3s;
  color: #0B74E3;
}

.index-message-grid #xhlFormSubmit:after {
    display: none;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  border-radius: 50px;
  border: 6px solid rgba(11, 116, 227, 0.16);
  margin: -6px;
}

.index-message-grid #xhlFormSubmit:hover {
  /*transform: translateY(-5px);*/
   background-color: #0B74E3;
   color: #FFF;
}

.msg-title {
  color: #0B74E3;
  margin-bottom: 20px;
}

.msg-title h2 {
  color: #1A1A1A;
  text-transform: capitalize;
}

.oem-detail-block1 li {
  margin-bottom: 40px;
}

.oem-detail-block1 li:nth-child(2n) .o-item {
  flex-direction: row-reverse;
}

.oem-detail-block1 li:nth-child(2n) .o-item .text {
  text-align: left;
}

.oem-detail-block1 .o-item {
  display: flex;
  align-items: center;
  background-color: #F5F5F5;
  border-radius: 24px;
  overflow: hidden;
  position: relative;
}

.oem-detail-block1 .o-item .o-num {
  font-size: 120px;
  color: #FFF;
  font-weight: bold;
  line-height: 1;
}

.oem-detail-block1 .o-item .imgshow {
  width: 55%;
}

.oem-detail-block1 .o-item .imgshow .img-box {
  padding-bottom: 50.84746%;
}

.oem-detail-block1 .o-item .text {
  flex: 1;
  width: 100%;
  box-sizing: border-box;
  padding: 0 5%;
  text-align: right;
  font-size: 12px;
}

.oem-detail-block1 .o-item .text h3 {
  margin-bottom: 12px;
}

.oem-detail-block1 .o-item .text em {
  font-weight: bold;
}

.oem-detail-block2 table {
  width: 100%;
  border: 1px solid #DDDDDD;
}

.oem-detail-block2 tr {
  border-bottom: 1px solid #DDDDDD;
}

.oem-detail-block2 tr td, .oem-detail-block2 tr th {
  text-align: center;
}

.oem-detail-block2 tr td:nth-child(1), .oem-detail-block2 tr th:nth-child(1) {
  border-right: 1px solid #DDDDDD;
  font-weight: bold;
  padding: 20px;
  background: #F5F5F5;
  width: 33.33%;
}

.oem-detail-block2 th {
  font-size: 20px;
  font-weight: bold;
  color: #0B74E3;
}

.oem-detail-block2 tbody tr td:nth-child(1) {
  background: #F5F5F5;
}

.oem-detail-block2 .t-tags span {
  display: inline-block;
  background-repeat: no-repeat;
  width: 40px;
  height: 40px;
  background-position: 50% 50%;
  background-size: cover;
}
.oem-detail-block2 .t-tags img{
      width:24px;
  height: 24px;
}

.oem-detail-block2 .t-tags.star span {
  background-image: url("/wp-content/themes/waimao/images/star.png");
}

.oem-detail-block2 .t-tags.dui span {
  background-image: url("/wp-content/themes/waimao/images/duigou.png");
}

.oem-detail-block3 ul {
  margin: 0 -15px;
  display: flex;
  flex-wrap: wrap;
}

.oem-detail-block3 .imgshow img {
  width: 100%;
}

.oem-detail-block3 li {
  width: 33.33%;
  padding: 0 15px;
  box-sizing: border-box;
}

.oem-detail-block3 .text-p {
  display: flex;
}

.oem-detail-block3 .text-p p {
  flex: 1;
}

.oem-detail-block3 .text-p .icon {
  width: 35%;
  margin-left: 9%;
}

.oem-detail-block3 .a-item {
  background-color: #F3F5F8;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  box-sizing: border-box;
  height: 100%;
}

.oem-detail-block3 .a-item .a-step {
  background-color: #095DB6;
  color: #FFF;
  border: 0 0 10px 0;
  display: inline-block;
  padding: 4px 20px;
  border-radius: 0 0 10px 0;
}

.oem-detail-block3 .a-item .text {
  display: flex;
  flex-direction: column;
  padding: 32px;
}

.oem-detail-block3 .a-item .text h3 {
  margin-bottom: 20px;
}

.oem-detail-block4 {
  margin: 60px 0 0px;
}

.oem-detail-block4 ul {
  margin: 0 -25px;
  display: flex;
  flex-wrap: wrap;
}

.oem-detail-block4 .imgshow img {
  width: 100%;
}

.oem-detail-block4 li {
  width: 20%;
  padding: 0 25px;
  box-sizing: border-box;
}

.oem-detail-block4 .img-box {
  padding-bottom: 125%;
}

.oem-detail-block4 .n-item {
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}

.oem-detail-block4 .text {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5);
  color: #FFF;
  padding: 6px 20px;
  line-height:24px;
  height: 60px;
  text-align: center;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
}

.oem-detail-block4 .text h3 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.oem-detail-block4 .block4-btn {
  text-align: center;
  margin: 40px 0 0;
}

.faq-list {
  padding-bottom: 5vh;
}

.faq-list .f-t {
  background-color: #F8F8F8;
  display: flex;
  align-items: center;
  padding: 24px 40px;
  justify-content: space-between;
  border-radius: 10px 10px 0 0;
  overflow: hidden;
}

.faq-list .f-t .icon-jianhao {
  display: none;
}

.faq-list .f-t .iconfont {
  font-size: 24px;
}

.faq-list .f-t .t-icon {
  width: 35px;
  height: 35px;
  background-position: 50% 50%;
  background-size: 100%;
  background-repeat: no-repeat;
  background-image: url("/wp-content/themes/waimao/images/faq-icon-h.png");
  margin-right: 40px;
  flex-shrink: 0;
}

.faq-list .f-t h3 {
  display: flex;
}

.faq-list .f-text {
  box-shadow: 0px 2px 10px 1px rgba(0, 0, 0, 0.16);
  padding: 32px 10vh;
  border-radius: 0 0 10px  10px;
  overflow: hidden;
}

.faq-list li {
  margin-bottom: 40px;
}

.faq-list .s-show {
  display: none;
}

.faq-list .act .f-t, .faq-list .cur .f-t {
  background-color: #0B74E3;
  color: #fff;
}

.faq-list .act .f-t .icon-jianhao, .faq-list .cur .f-t .icon-jianhao {
  display: inline-block;
}

.faq-list .act .f-t .icon-jiahao, .faq-list .cur .f-t .icon-jiahao {
  display: none;
}

.faq-list .act .f-t .t-icon, .faq-list .cur .f-t .t-icon {
  background-image: url("/wp-content/themes/waimao/images/faq-icon.png");
}

.faq-list .act .s-show {
  display: block;
}

.supbrand-topinfo {
  background: url("/wp-content/themes/waimao/images/sup-brands-top.png") no-repeat 50% 50%;
  background-size: cover;
  padding: 9vh 0;
}

.supbrand-topinfo .text {
  text-align: center;
}

.supbrand-topinfo .text em {
  color: #0B74E3;
}

.supbrand-topinfo .text p {
  margin-bottom: 8px;
}

.supbrand-topinfo .b-numlist {
  margin: 52px 0 0;
}

.supbrand-topinfo .b-numlist ul {
  display: flex;
  justify-content: center;
}

.supbrand-topinfo .b-numlist .n-t {
  color: #0B74E3;
  line-height: 1;
}

.supbrand-topinfo li {
  padding: 0 4%;
}

.supbrand-topinfo .n-item {
  text-align: center;
}

.supbrand-topinfo h3 {
  color: #333;
}

.supbrand-step {
  margin: 9vh 0 0;
}

.supbrand-fact {
  margin: 9vh 0 4vh;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
}

.supbrand-fact .imgshow {
  width: 44%;
  border-radius: 10px;
  overflow: hidden;
}

.supbrand-fact .imgshow .img-box {
  padding-bottom: 60.11236%;
}

.supbrand-fact .text {
  width: 56%;
  box-sizing: border-box;
  padding-right: 2%;
}

.supbrand-fact .text .solu-title {
  margin-top: 0;
}

.supbrand-fact .text .s-btns {
  margin-top: 5vh;
}

.supbrands-botlist ul {
  margin: 0 -16px;
  display: flex;
  flex-wrap: wrap;
}

.supbrands-botlist .imgshow img {
  width: 100%;
}

.supbrands-botlist li {
  width: 14.28%;
  padding: 0 16px;
  box-sizing: border-box;
}

.supbrands-botlist .b-item {
  background-color: #F5F5F5;
  border-radius: 10px;
  text-align: center;
  box-sizing: border-box;
  height: 100%;
  padding: 40px 40px 46px;
}

.supbrands-botlist .icon {
  width: 88px;
  display: inline-block;
  margin-bottom: 13px;
}

.brands-message {
  background: url("/wp-content/themes/waimao/images/brands-mgbg.png") 50% 0% no-repeat;
  background-size: 100%;
  margin: 9vh 0;
  padding: 8vh 0 0;
}

.brands-message .m-t {
  color: #FFF;
  text-align: center;
  margin: 0 0 5vh;
}

.brands-message .index-message-grid {
  background: url("/wp-content/themes/waimao/images/brands-msg-bg.png") no-repeat;
  background-size: cover;
  padding: 60px;
}

.content-brands-quality {
  background-color: #f5f5f5;
  padding: 1px 0 9vh;
}

.quality-block1 ul {
  margin: 0 -25px;
  display: flex;
  flex-wrap: wrap;
}

.quality-block1 .imgshow img {
  width: 100%;
}

.quality-block1 li {
  width: 11%;
  padding:10px;
  box-sizing: border-box; text-align:center;
}

.quality-block1 .icon {
  width: 100px;
  margin-bottom: 20px;
}

.quality-block1 .q-item {
  background-color: #fff;

  padding:5px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
}

.quality-block1 li img{ max-width:90%}

.quality-block2 {
  padding: 5vh 0 0;
}

.quality-block2 li {
  width: 15%;
  margin: 0 40px;
}

.quality-block2 ul {
  display: flex;
  justify-content: center;
}

.quality-block2 .q-item {
  padding: 24px 0;
  background-color: #FFF;
}
.quality-block2 .q-item .img-box{
    padding-bottom:137%;
}
.quality-block2 .q-bline {
  background: #FFFFFF;
  box-shadow: 0px 3px 20px 1px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  height: 40px;
  margin: 16px 0 0;
}

.procata-tit {
  margin: 5.5vh 0;
}

.procata-tit h2 {
  text-align: center;
}

.prcata-list {
  padding: 0 0 40px;
}

.prcata-list ul {
  margin: 0 -54px;
  display: flex;
  flex-wrap: wrap;
}

.prcata-list .imgshow img {
  width: 100%;
}

.prcata-list li {
  width: 33.33%;
  padding: 0 54px;
  box-sizing: border-box;
}

.prcata-list .img-box {
  padding-bottom: 56.18221%;
}

.prcata-list .p-item {
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}

.prcata-list .p-item:hover .icon {
  background-image: url("/wp-content/themes/waimao/images/procata-more-h.png");
}

.prcata-list .icon {
  width: 54px;
  height: 54px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-image: url("/wp-content/themes/waimao/images/procata-more.png");
  background-size: cover;
  position: absolute;
  right: 24px;
  bottom: 24px;
}

.prcata-list li {
  margin-bottom: 5.5vh;
}

.procata-kefu {
  /*background: url("/wp-content/themes/waimao/images/procata-botbg.png") no-repeat 50% 50%;*/
  background-size: cover;
  padding: 1px 0;
}
.procata-kefu .kufu-bottom{
    margin-top: 250px;
}
.esg-gov-info {
  max-width: 940px;
  margin: 40px auto 0;
}

.esg-gov-info .img-box {
  padding-bottom: 57.02128%;
}

.esg-highlights {
  padding: 24px;
  background: url("/wp-content/themes/waimao/images/esg-swiper-bg.png") no-repeat 50% 50%;
  background-size: cover;
}
.esg-highlights .wap-btns{
    display: none;
}
.highlights-cont {
  display: flex;
}

.highlights-cont .text {
  width: 37%;
  box-sizing: border-box;
  padding: 12vh 5% 0 3%;
  margin-right: 3%;
}

.highlights-cont .text h3 {
  line-height: 1.3;
  margin-bottom: 40px;
}

.highlights-cont .text .see-more {
  margin-top: 5vh;
}

.highlights-cont .highlights-swiper {
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 10px;
  width: 60%;
  box-sizing: border-box;
  padding: 50px;
}
.highlights-cont .highlights-swiper .h-page .swiper-pagination{
    display: none;
}
.highlights-cont .highlights-swiper .line {
  height: 2px;
  background-color: #1A1A1A;
  margin: 20px 0 40px;
}

.highlights-cont .highlights-swiper .h-page {
  float: right;
  width: 150px;
  height: 72px;
  position: relative;
}

.highlights-cont .highlights-swiper .h-page .swiper-button-next {
  right: 0;
}

.highlights-cont .highlights-swiper .h-page .swiper-button-prev {
  left: 0;
}

.highlights-cont .highlights-swiper .h-page .swiper-button-next,
.highlights-cont .highlights-swiper .h-page .swiper-button-prev {
  background-color: #eee;
  height: 72px;
  width: 72px;
  border-radius: 50%;
  text-align: center;
  color: #1A1A1A;
  background-image: none;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
}

.highlights-cont .highlights-swiper .h-page .swiper-button-next .iconfont,
.highlights-cont .highlights-swiper .h-page .swiper-button-prev .iconfont {
  font-size: 30px;
}

.highlights-cont .highlights-swiper .h-page .swiper-button-next:hover,
.highlights-cont .highlights-swiper .h-page .swiper-button-prev:hover {
  color: #FFF;
  background-color: #0B74E3;
}

.highlights-cont .h-list ul {
  margin: 0 -65px;
  display: flex;
  flex-wrap: wrap;
}

.highlights-cont .h-list .imgshow img {
  width: 100%;
}

.highlights-cont .h-list li {
  width: 50%;
  padding: 0 65px;
  box-sizing: border-box;
}

.highlights-cont .h-list .h-t {
  line-height: 1;
}

.highlights-cont .h-list li {
  margin-bottom: 32px;
}

.highlights-cont .h-list .w100 {
  width: 100%;
}

.highlights-cont .h-list .f-24 {
  margin-bottom: 8px;
}

.highlights-cont .h-list .h-t small {
  font-size: 14px;
  font-weight: 400;
  padding-left: 5px;
}

.esg-report {
  background: url("/wp-content/themes/waimao/images/esg-report.png") no-repeat 100% 50%;
  background-position: 100% 50% !important;
  background-size: cover;
  padding: 7vh 0 11vh;
  margin: 9vh 0 0;
}

.esg-report a {
    margin-top: 24px;
    display: block;
  color: #1A1A1A;
}

.esg-video {
  max-width: 1240px;
  margin: 0 auto 9vh;
}

.esg-video h2 {
  text-align: center;
  margin: 9vh 0 32px;
}

.esg-video .video-box {
  border-radius: 24px;
  overflow: hidden;
}
.esg-video .video-box .img-box,.about-info .imgshow .img-box,.founder-video .img-box,.prodis-video .img-box{
     padding-bottom: 60.25%;
}
.about-info {
  display: flex;
  flex-direction: row-reverse;
  margin: 60px 0 0;
}

.about-info .imgshow {
  width: 50%;
  border-radius: 24px;
  overflow: hidden;
}

.about-info .imgshow .video-box .video-player-dimensions.vjs-fluid:not(.vjs-audio-only-mode) {
  padding-top: 60.25%;
}

.about-info .text {
  flex: 1;
  padding-right: 5%;
}

.about-info .a-t {
  border-left: 8px solid #0B74E3;
  padding-left: 24px;
  margin: 12px 0 32px;
}

.about-info .a-t h2 {
  line-height: 1.2;
}

.about-info .a-t span {
  color: #999;
}

.about-title {
  margin: 9vh 0 5.5vh;
  text-align: center;
  text-transform: uppercase;
}

.about-word {
  display: flex;
  margin-bottom: 9vh;
}

.about-word .imgshow {
  width: 48%;
  /*2024-03-25*/
  border-radius: 10px;
  overflow: hidden;
  height: 432px;
}
.about-word .imgshow > img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.about-word .imgshow ul {
  margin: 0 -5px;
  display: flex;
  flex-wrap: wrap;
}

.about-word .imgshow .imgshow img {
  width: 100%;
}

.about-word .imgshow li {
  width: 33%;
  padding: 0 5px;
  box-sizing: border-box;
}

.about-word .imgshow ul {
  margin-bottom: 10px;
}

.about-word .imgshow .img-box {
  padding-bottom: 105.32787%;
}

.about-word .imgshow .w2 {
  width: 67%;
  flex-shrink: 0;
}

.about-word .imgshow .w2 .img-box {
  padding-bottom: 50.59055%;
}

.about-word .imgshow .w-item {
  border-radius: 10px;
  overflow: hidden;
}

.about-word .text {
  width: 51%;
  margin-left: 1%;
  text-transform: capitalize;
  /*margin-bottom: 10px;*/
  background-color: #f5f5f5;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.about-word .text ul {
  margin: 0 -10px;
  display: flex;
  flex-wrap: wrap;
}

.about-word .text .imgshow img {
  width: 100%;
}

.about-word .text li {
  width: 50%;
  padding: 0 10px;
  box-sizing: border-box;
}

.about-word .text .t-item {
  text-align: center;
  position: relative;
  padding: 0 10px;
}

.about-word .text .t-item:after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  height: 85%;
  width: 4px;
  background-color: #CCC;
  transform: translateY(-50%);
}

.about-word .text .t-n {
  color: #0B74E3;
}
/*.about-word .text .t-n font{*/
/*    display: none;*/
/*}*/
.about-word .text li {
  margin: 30px 0;
}

.about-word .text li:nth-child(2n) .t-item:after {
  display: none;
}

.china-top-box {
  display: flex;
}

.china-top-box .imgshow {
  width: 52%;
  position: relative;
  flex-shrink: 0;
  height: 100%;
}

.china-top-box .imgshow img {
  width: 100%;
}

.china-top-box .chinadot-list li {
  position: absolute;
  z-index: 2;
  top: 49%;
  right: 27%;
}

.china-top-box .chinadot-list li .icon {
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-image: url("/wp-content/themes/waimao/images/about-dot.png");
  background-size: 100%;
}

.china-top-box .chinadot-list li:nth-child(2) {
  top: 52%;
  right: 24.5%;
}

.china-top-box .chinadot-list li.cur .icon {
  background-image: url("/wp-content/themes/waimao/images/about-dot2.png");
}

.china-top-box .chinadot-list li:nth-child(3) {
  top: 61%;
  right: 28.5%;
}

.china-top-box .chinadot-list li:nth-child(4) {
  top: 62%;
  right: 23.5%;
}

.china-top-box .chinadot-list li:nth-child(5) {
  top: 63%;
  right: 21.5%;
}

.china-top-box .chinadot-list li:nth-child(6) {
  top: 65%;
  right: 26.5%;
}

.china-top-box .chinadot-list li:nth-child(7) {
  top: 67%;
  right: 27.5%;
}

.china-top-box .chinadot-list li:nth-child(8) {
  top: 86%;
  right: 31.5%;
}

.china-top-box .china-swiper {
  width: 43%;
  margin-left: 5%;
  box-sizing: border-box;
  
}
.china-top-box .china-swiper .swiper-wrapper{
    flex-wrap:wrap;
}
.china-top-box .china-swiper .swiper {
  height: 100%;
 overflow-y: auto;
}

/* 全局样式 */
::-webkit-scrollbar {
    width: 6px; /* 设置滚动条宽度 */
}
 
/* 水平滚动条样式 */
::-webkit-scrollbar-track {
    background-color: #f5f5f5; /* 设置滑道背景色 */
}
 
::-webkit-scrollbar-thumb {
    background-color: #aaa; /* 设置滑块背景色 */
    border-radius: 4px; /* 设置滑块圆角 */
}
.china-top-box .china-swiper h3 {
  margin-bottom: 12px;
}

.china-top-box .china-swiper .swiper-slide {
  padding: 0 10px;
  box-sizing: border-box;
  cursor: pointer;
   margin-bottom:20px;
}

.china-top-box .china-swiper .c-item {
  border-radius: 10px;
  box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.1);
  border-left: solid 5px transparent;
  padding: 12px 40px;
  transition: all 0.3s;
  box-sizing: border-box;
  height: 100%;
}

.china-top-box .china-swiper .text {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.china-top-box .china-swiper .text p {
  margin-bottom: 5px;
}

.china-top-box .china-swiper .cur {
  color: #0B74E3;
}

.china-top-box .china-swiper .cur .c-item {
  border-color: #0B74E3;
}

.china-bot-swiper {
  margin-top: 6vh;
}

.china-bot-swiper .img-box {
  padding-bottom: 70%;
}

.china-bot-swiper .text {
  border-radius: 10px;
  color: #666;
  padding: 24px 16px 12px;
}

.china-bot-swiper .text dd {
  background-position: 0 1px;
  background-repeat: no-repeat;
  padding-left: 27px;
  background-size: auto 18px;
  margin-bottom: 12px;
  word-break: break-all;
}

.china-bot-swiper .text dd a {
  color: #666;
}
.china-bot-swiper .text .icon0 {
  background-image: url("/wp-content/themes/waimao/images/about-china-icon0.png");
}
.china-bot-swiper .text .icon1 {
  background-image: url("/wp-content/themes/waimao/images/about-china-icon1.png");
}

.china-bot-swiper .text .icon2 {
  background-image: url("/wp-content/themes/waimao/images/about-china-icon2.png");
}

.china-bot-swiper .text .icon3 {
  background-image: url("/wp-content/themes/waimao/images/about-china-icon3.png");
}

.china-bot-swiper .text .icon4 {
  background-image: url("/wp-content/themes/waimao/images/about-china-icon4.png");
}

.china-bot-swiper .cb-item {
  border-radius: 10px;
  overflow: hidden;
  background-color: #F8F8F8;
  height: 100%;
}

.china-bot-swiper .swiper-slide {
  padding: 10px;
  box-sizing: border-box;
  height:auto;
}

.china-bot-swiper .cur .cb-item {
  box-shadow: 0px 3px 10px 1px rgba(4, 22, 42, 0.1);
}

.china-bot-swiper .china-page {
  position: relative;
  margin: 40px 0 9vh;
  height: 24px;
}

.china-bot-swiper .china-page .swiper-pagination {
  text-align: center;
  width: 100%;
}

.china-bot-swiper .china-page .swiper-pagination-bullet {
  width: 24px;
  height: 24px;
  opacity: 1;
  background-color: transparent;
  border: 1px solid transparent;
  box-sizing: border-box;
  position: relative;
}

.china-bot-swiper .china-page .swiper-pagination-bullet:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ccc;
}

.china-bot-swiper .china-page .swiper-pagination-bullet-active {
  border-color: #0B74E3;
}

.china-bot-swiper .china-page .swiper-pagination-bullet-active:after {
  background-color: #0B74E3;
}

.about-leader {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;

  text-align: right;
  position: relative;
}
.about-leader .imgshow img{
    width: 100%;
}
.about-leader p {
  margin: 24px 0 32px;
  color: #666;
}

.about-leader .text {
  padding-left: 50%;
  text-align: left;
  position: absolute;
  top: 0;
  right:0;
  bottom: 0;
  right: 0;
  z-index: 2;
  box-sizing: border-box;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-right: 40px;
}

.about-word-service {
  margin: 9vh 0;
  display: flex;
  flex-direction: row-reverse;
  background-color: #F5F5F5;
  align-items: center;
  border-radius: 24px 24px 24px 24px;
  overflow: hidden;
}

.about-word-service p {
  margin: 24px 0 32px;
  color: #666;
}

.about-word-service .imgshow {
  width: 56%;
}

.about-word-service .imgshow .img-box {
  padding-bottom: 62.16814%;
}
.about-word-service .imgshow .img-box img{
    border-radius: 0 24px 24px 0;
}
.about-word-service .text {
  width: 44%;
  box-sizing: border-box;
  padding: 0 5%;
}
.about-goal{
    border-radius: 20px;
    overflow: hidden;
}
.about-goal .img-box {
  padding-bottom: 37.5%;
}

.about-goal .text {
  display: flex;
  background-color: #F5F5F5;
}

.about-goal .text h3 {
  width: 50%;
  font-weight: 600;
  padding: 32px 0;
  line-height: 1.2;
  text-align: center;
  transition: all 0.3s;
}

.about-goal .text .cur {
  background-color: #0B74E3;
  color: #FFF;
}

.about-goal .h-text {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.2);
  color: #FFF;
  padding: 0 8%;
  text-align: center;
}

.about-honor p {
  text-align: center;
  color: #1A1A1A;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s;
}

.about-honor .swiper-slide {
  opacity: 0.4;
}

.about-honor .swiper-slide-active p {
  opacity: 1;
  visibility: visible;
  padding-top: 12px;
}

.about-history {
  background: url("/wp-content/themes/waimao/images/about-history.png") no-repeat 50% 50%;
  padding: 100px 6%;
  margin: 100px 0 100px;
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  background-size: cover !important;
}

.about-history .text {
  position: relative;
  z-index: 2;
  color: #FFF;
}

.about-history .text h2 {
  margin: 12px 0 24px;
}

.about-history:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.4);
}

.content-history {
  margin: 6.5vh 0 0;
}

.content-history .h-morebtn {
  text-align: center;
}

.content-history .h-morebtn .see-more {
  min-width: 300px;
}

.history-list .h-dot {
  width: 24px;
  height: 24px;
  background: #0B74E3;
  border-radius: 50%;
  margin: 0 auto;
  position: relative;
}

.history-list .h-dot:after {
  content: '';
  position: absolute;
  left: 50%;
  width: 40px;
  height: 40px;
  background-color: rgba(11, 116, 227, 0.2);
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
}

.history-list .h-item {
  display: flex;
  align-items: center;
  padding: 34px 0;
  justify-content: center;
  position: relative;
  z-index: 2;
}

.history-list .h-item .imgshow {
  width: 35%;
  box-sizing: border-box;
  margin-right: 50px;
  border-radius: 10px;
  overflow: hidden;
}

.history-list .h-item .imgshow .img-box {
  padding-bottom: 52.8169%;
}

.history-list .h-item .text {
  width: 35%;
  box-sizing: border-box;
  margin-left: 50px;
}

.history-list .h-item .h-y {
  color: #1A1A1A;
}

/*.history-list .h-item:after {*/
/*  content: '';*/
/*  position: absolute;*/
/*  left: 50%;*/
/*  width: 1px;*/
/*  height: 0%;*/
/*  background-color: #0B74E3;*/
/*  top: 0;*/
/*  transition: all 0.4s linear;*/
/*}*/

.history-list li:hover .h-item:after {
  height: 100%;
}

.history-list li:nth-child(2n) .h-item {
  flex-direction: row-reverse;
}

.history-list li:nth-child(2n) .h-item .imgshow {
  margin-right: 0;
  margin-left: 50px;
}

.history-list li:nth-child(2n) .h-item .text {
  margin-left: 0;
  margin-right: 50px;
  text-align: right;
}

.history-list ul {
  position: relative;
}

.history-list ul:after {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  width: 1px;
  height: 100%;
  background-color: #999;
  z-index: 1;
}

.history-list .more-icon {
  width: 28px;
  height: 88px;
  background: url("/wp-content/themes/waimao/images/more-icon.png") no-repeat 50% 50%;
  background-size: cover;
  margin: 0 auto 40px;
}

.history-list.showmore .more-icon {
  display: none;
}

.founder-info {
  display: flex;
  margin: 9vh 0;
}

.founder-info .imgshow {
  width: 30%;
  border-radius: 80px 0 80px 0;
  overflow: hidden;
}

.founder-info .imgshow .img-box {
  padding-bottom: 123.95833%;
}

.founder-info .text {
  width: 70%;
  box-sizing: border-box;
  padding-left: 5%;
}

.founder-info .text .text-p {
  color: #666;
  padding: 20px 0 0;
}

.founder-info .text h3 {
  margin-bottom: 12px;
}

.founder-info .text h4 {
  margin-bottom: 5px;
}

.founder-process {
  background-color: #F5F5F5;
  padding: 9vh 0 7vh;
  margin: 0 0 9vh;
}

.process-swiper .gallery-top2 .p-item {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
}

.process-swiper .gallery-top2 .imgshow {
  width: 46%;
  border-radius: 24px;
  overflow: hidden;
}

.process-swiper .gallery-top2 .imgshow .img-box {
  padding-bottom: 52.47657%;
}

.process-swiper .gallery-top2 .text {
  width: 54%;
  box-sizing: border-box;
  padding: 0 150px;
}

.process-swiper .gallery-top2 .text h3 {
  margin-bottom: 24px;
}

.process-swiper .gallery-top2 .text-p {
  color: #666;
}

.process-swiper .gallery-thumbs2 {
  text-align: center;
  position: relative;
  margin: 7vh 0 0;
}

.process-swiper .gallery-thumbs2:after {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  border-bottom: 2px dashed #CCCCCC;
}

.process-swiper .gallery-thumbs2 .p-item {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  position: relative;
  line-height: 1;
}

.process-swiper .gallery-thumbs2 .p-item h4 {
  margin-bottom: 65px;
}

.process-swiper .gallery-thumbs2 .dot {
  width: 20px;
  height: 20px;
  background-color: #ccc;
  border-radius: 20px;
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.process-swiper .gallery-thumbs2 p {
  color: #999;
}

.process-swiper .gallery-thumbs2 h4 {
  opacity: 0;
  visibility: hidden;
}

.process-swiper .gallery-thumbs2 .p-arrow {
  width: 30px;
  height: 15px;
  background: url("/wp-content/themes/waimao/images/process-arrow.png") no-repeat 50% 50%;
  background-size: cover;
  margin: 0 auto;
  opacity: 0;
  visibility: hidden;
}

.process-swiper .gallery-thumbs2 .swiper-slide-thumb-active {
  color: #0B74E3;
}

.process-swiper .gallery-thumbs2 .swiper-slide-thumb-active .dot {
  background-color: #0B74E3;
}

.process-swiper .gallery-thumbs2 .swiper-slide-thumb-active p {
  opacity: 0;
  visibility: hidden;
}

.process-swiper .gallery-thumbs2 .swiper-slide-thumb-active .p-arrow, .process-swiper .gallery-thumbs2 .swiper-slide-thumb-active h4 {
  opacity: 1;
  visibility: visible;
}

.founder-video {
  background: url("/wp-content/themes/waimao/images/founder-v-bg.png") no-repeat 50% 0;
  background-size: 100%;
  padding: 1px 0 9vh;
}

.founder-video .v-t {
  text-align: center;
  margin: 9vh 0 5vh;
  text-transform: uppercase;
}

.founder-video .imgshow {
  max-width: 1080px;
  margin: 0 auto;
  border-radius: 24px;
  overflow: hidden;
}

.founder-video .video-box .video-player-dimensions.vjs-fluid:not(.vjs-audio-only-mode) {
  padding-top: 57.5%;
}

.founder-list ul {
  margin: 0 -25px;
  display: flex;
  flex-wrap: wrap;
}

.founder-list .imgshow img {
  width: 100%;
}

.founder-list li {
  width: 33.33%;
  padding: 0 25px;
  box-sizing: border-box;
}

.founder-list .img-box {
  padding-bottom: 68%;
}

.founder-list.hidden {
  display: none;
}

.founder-list .imgshow {
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 32px;
  position: relative;
}

.founder-list .f-item {
  color: #1A1A1A;
  transition: all 0.4s;
}

.founder-list .f-item:hover {
  color: #0B74E3;
}

.founder-list .f-item:hover .h-text {
  opacity: 1;
  visibility: visible;
}

.founder-list li {
  margin-bottom: 50px;
}

.founder-list h3 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.founder-list .h-text {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.3);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
}

.founder-loadmore {
  text-align: center;
  margin: 0 0 9vh;
}

.founder-loadmore .see-more {
  min-width: 300px;
}

.news-swiper {
  background-color: #F5F8FF;
  padding: 40px;
}

.news-swiper .n-item {
  display: flex;
}

.news-swiper .n-item .imgshow {
  width: 35%;
  border-radius: 10px;
  overflow: hidden;
}

.news-swiper .n-item .imgshow .img-box {
  padding-bottom: 58.30189%;
}

.news-swiper .n-item .text {
  width: 65%;
  padding: 0 40px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.news-swiper .n-item .n-date {
  background: url("/wp-content/themes/waimao/images/news-date.png") no-repeat 0 50%;
  background-size: 24px;
  padding-left: 36px;
  color: #999;
  margin: 16px 0 24px;
}

.news-swiper .n-item .text-p {
  color: #666;
  	word-break:break-all;
	display:-webkit-box;
	-webkit-line-clamp:2;
	-webkit-box-orient:vertical;
	overflow:hidden;
}
.news-swiper .n-item .n-btns{
    margin-top: 32px;
}
.news-swiper-page {
  height: 24px;
  position: relative;
  margin: 40px 0 0;
}

.news-swiper-page .swiper-pagination {
  text-align: center;
  width: 100%;
}

.news-swiper-page .swiper-pagination-bullet {
  width: 24px;
  height: 24px;
  opacity: 1;
  background-color: transparent;
  border: 1px solid transparent;
  box-sizing: border-box;
  position: relative;
}

.news-swiper-page .swiper-pagination-bullet:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ccc;
}

.news-swiper-page .swiper-pagination-bullet-active {
  border-color: #0B74E3;
}

.news-swiper-page .swiper-pagination-bullet-active:after {
  background-color: #0B74E3;
}

.news-tebitem {
  text-align: center;
  margin: 9vh 0 5vh;
}

.news-tebitem a {
  color: #1A1A1A;
  display: inline-block;
  background-color: #EEEEEE;
  border-radius: 32px;
  line-height: 1.3;
  padding: 12px 30px;
  margin: 0 16px;
  box-sizing: border-box;
  min-width: 15%;
  text-align: center;
}

.news-tebitem .cur {
  color: #FFF;
  background-color: #0B74E3;
}

.newsny-list ul {
  margin: 0 -13px;
  display: flex;
  flex-wrap: wrap;
}

.newsny-list .imgshow img {
  width: 100%;
}

.newsny-list li {
  width: 33.33%;
  padding: 0 13px;
  box-sizing: border-box;
}

.newsny-list .img-box {
  padding-bottom: 57%;
}

.newsny-list .n-item {
  background: #FFFFFF;
  box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  display: block;
  color: #1A1A1A;
  transition: all 0.4s;
  box-sizing: border-box;
  /*height: 100%;*/
}

.newsny-list .n-item .text {
  padding: 24px;
}
.newsny-list .n-item .text h3{
    overflow: hidden;
 -webkit-line-clamp: 3;
 display: -webkit-box;
 -webkit-box-orient: vertical;
 line-height: 32px;
    height: 96px !important;
}
.newsny-list .n-item img{
    transition: all 0.4s;
}
.newsny-list .n-item:hover {
  color: #0B74E3;
}
.newsny-list .n-item:hover img{
    transform: scale(1.05);
}
.newsny-list li {
  margin-bottom: 26px;
}

.newsny-list .imgshow {
  border-radius: 10px;
  overflow: hidden;
}

.newsny-list .n-date {
  background: url("/wp-content/themes/waimao/images/news-date.png") no-repeat 0 50%;
  background-size: 24px;
  padding-left: 36px;
  color: #999;
  margin: 16px 0 24px;
}

.content-news-detail {
  /*display: flex;*/
  margin: 5vh 0 0;
}

.content-newsleft {
  width: 63%;
  float: left;
}

.content-newsleft .n-date {
  background: url("/wp-content/themes/waimao/images/news-date.png") no-repeat 0 50%;
  background-size: 24px;
  padding-left: 36px;
  color: #999;
}

.content-newsleft .sub-tt {
  display: flex;
  align-items: center;
  color: #999;
  margin: 24px 0 32px;
}

.content-newsleft .n-share {
  display: flex;
  align-items: center;
  margin: 0 0 0 80px;
  position: relative;
  z-index: 2;
}

.content-newsleft .n-share label {
  margin-right: 12px;
  flex-shrink: 0;
}

.content-newsleft .n-share a {
  display: inline-block;
  width: auto;
  height: 24px;

  color: #999;
  text-align: center;
  line-height: 24px;
  transition: all 0.3s; padding:0 5px;
}

.content-newsleft .n-share a:hover {
  color: #FFF;
  background-color: #0B74E3;
}


.content-newsleft img { max-width:100%;
}
.content-newsleft .text {
  color: #666;
}

.content-newsleft .text em {
  font-weight: 600;
}

.content-newsleft .text img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 30px 0;
}

.content-newsright {
  width: 37%;
  box-sizing: border-box;
  padding-left: 5%;
  position:sticky;
  top: 65px;
  float: right;
}
.content-newsright .related-news{
    margin-bottom: 55px;
}
.content-newsright .left-con {
  background: url("/wp-content/themes/waimao/images/left-con-bg.png") no-repeat;
  background-size: cover;
  border-radius: 16px;
  margin:  0 0 5vh;
  padding: 62px 24px 120px;
  padding: 86px 24px 86px;
  position: relative;
  color: #1A1A1A;
}

.content-newsright .left-con:after {
  content: '';
  position: absolute;
  width: 208px;
  height: 296px;
  background: url("/wp-content/themes/waimao/images/kefu-ren.png") no-repeat;
  right: 0px;
  bottom: 0;
  background-size: cover;
}

.content-newsright .left-con h3 {
  margin-bottom: 20px;
}

.newsd-page {
  margin: 9vh 0;
}

.newsd-page a {
  color: #1A1A1A;
  display: block;
  margin-bottom: 12px;
  transition: all 0.3s;
}

.newsd-page a:hover {
  color: #0B74E3;
}

.newsd-page label {
  font-weight: 600;
  color: #666;
}

.related-news .r-t {
  border-left: 6px solid #0B74E3;
  padding-left: 16px;
  margin-bottom: 40px;
}

.related-news .r-t h3 {
  text-transform: capitalize;
}

.renewslist .n-item {
  display: flex;
  align-items: center;
  transition: all 0.4s;
  color: #1A1A1A;
}

.renewslist .n-item:hover {
  color: #0B74E3;
}

.renewslist .n-item .imgshow {
  border-radius: 10px;
  overflow: hidden;
  width: 30%;
}

.renewslist .n-item .imgshow .img-box {
  padding-bottom: 65.38462%;
}

.renewslist .n-item .text {
  width: 70%;
  box-sizing: border-box;
  padding-left: 16px;
}

.renewslist li {
  margin-bottom: 24px;
}

.contact-tt {
  text-align: center;
  margin: 5vh 0 32px;
}

.contact-tt .sub-t {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #095DB6;
  margin: 10px 0 0;
}

.contact-tt .sub-t span {
  width: 50px;
  height: 2px;
  margin: 0 10px;
  background: #CCCCCC;
}

.con-addinfo {
  display: flex;
}

.con-addinfo .imgshow {
  width: 48.5%;
}

.con-addinfo .imgshow .img-box {
  padding-bottom: 52.57732%;
}

.con-addinfo .text {
  width: 51.5%;
  box-sizing: border-box;
  padding-left: 5%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.con-addinfo .text a {
  color: #666;
}

.con-addinfo .text dd {
  background-position: 0 1px;
  background-repeat: no-repeat;
  padding-left: 27px;
  background-size: auto 18px;
  margin-bottom: 12px;
   color: #666;
}

.con-addinfo .text .icon1 {
  background-image: url("/wp-content/themes/waimao/images/addinfo-icon1.png");
}

.con-addinfo .text .icon2 {
  background-image: url("/wp-content/themes/waimao/images/addinfo-icon2.png");
}

.con-addinfo .text .icon3 {
  background-image: url("/wp-content/themes/waimao/images/addinfo-icon3.png");
}

.con-addinfo .text .icon4 {
  background-image: url("/wp-content/themes/waimao/images/addinfo-icon4.png");
}

.con-addinfo .text h4 {
  margin-bottom: 24px;
}

.con-addinfo .c-share {
  margin: 7vh 0 0;
  display: flex;
  align-items: center;
}

.con-addinfo .c-share a {
  display: inline-block;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  color: #999;
  text-align: center;
  border: 1px solid #999;
  line-height: 44px;
  transition: all 0.3s;
  margin-right: 12px;
}

.con-addinfo .c-share a .iconfont {
  font-size: 20px;
}

.con-addinfo .c-share a:hover {
  color: #FFF;
  background-color: #0B74E3;
  border-color: #0B74E3;
}

.contact-msg {
  background: url("/wp-content/themes/waimao/images/con-bg.png") no-repeat 50% 50%;
  background-size: cover;
  padding: 60px 10%;
  margin: 0 0 9vh;
}

.contact-msg .usedComp {
  width: 48%;
  margin-right: 1.33%;
  float: left;
}

.contact-msg .usedComp:nth-child(4) {
  margin-right: 0;
}

.contact-msg .usedComp:nth-child(5) {
  width: 48%;
  margin-right:1.33%;
}
.contact-msg .usedComp:nth-child(6) {
  width: 48%;
  margin-right:0;
}
.contact-msg .usedComp:nth-child(7) {
  width: 97.5%;
  margin-right:0;
}
.contact-msg .usedComp:nth-child(8) {
  width: 97.5%;
  margin-right:0;
}
.contact-msg .usedComp input {
  border-radius: 4px;
  height: 50px;
  background: #FFF;
  border: 1px solid transparent;
}

.contact-msg .usedComp textarea {
  border-radius: 4px;
  background: #FFF;
  border: 1px solid transparent;
}

.contact-msg #xhlFormSubmit {
  background-color: #d8e9fa;
  font-size: 14px;
  font-weight: 500;
  text-transform: capitalize;
  width: 300px;
  height: 44px;
  line-height: 44px;
  border-radius: 50px;
  position: relative;
  transition: all 0.3s;
      color: #0B74E3;
}

.contact-msg #xhlFormSubmit:after {
    display: none;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  border-radius: 50px;
  border: 6px solid rgba(11, 116, 227, 0.16);
  margin: -6px;
}

.contact-msg #xhlFormSubmit:hover {
  /*transform: translateY(-5px);*/
  background-color: #0B74E3;
  color: #FFF;
}

.content-product-cata {
  overflow: hidden;
}

.search-list ul li .li-inner .imgshow .img-box {
  padding-bottom: 76.31579%;
}

#toTop {
  display: none;
}

.nav-box nav#menuPc > ul > li {
    position: relative;
}
.nav-box nav#menuPc > ul > li:hover .erji {
  opacity: 1;
  visibility: visible;
  top: 100%;
}


.nav-box nav#menuPc > ul > li .erji {
  position: absolute;
  transition: all 0.5s;
  left: 50%;
  transform: translateX(-50%);
  top: 120%;
  /*margin-top: -16px;*/
  overflow: hidden;
  width: auto;
  min-width: 100%;
  opacity: 0;
  visibility: hidden;
}

.nav-box nav#menuPc > ul > li .erji dl {
  display: flex;
  flex-direction: column;
  background: #FFF;
}

.nav-box nav#menuPc > ul > li .erji dl dd {
  /*background-color:#fff;*/
  white-space: nowrap;
}

.nav-box nav#menuPc > ul > li dl dd a {
  line-height: 1.5;
  padding: 11px;
  font-weight: 400;
  color: #999;
  transition: all 0.6s;
  display: block;
  text-align:left;
}

.nav-box nav#menuPc > ul > li dl dd a:hover {
  color: #000;
}
.esg-video-box{
    background: url('/wp-content/themes/waimao/images/bg-4.png') no-repeat 50% 50%;
    background-size: cover;
    padding: 1px 0;
}
.video-js,.vjs-poster{
    background-color: transparent;
}
.content-news{
    padding-top: 64px;
}
.content-news .page-box{
    padding-top: 20px;
}
.content-solution-innovating,.content-solution-delivery,.content-solution-advanced,.content-solution-effic,.content-solution-support,.content-solution-global{
    padding-top: 34px;
}
#wpadminbar{
    display: none !important;
    height: 0 !important;
}
html{
    margin-top: 0 !important;
}
.wap-filter{
    display: none;
}

#layid {
  display: none;
  color: #1A1A1A;
  padding: 1px 83px 64px;
  background: url("/wp-content/themes/waimao/images/con-bg.png") no-repeat;
  background-size: cover;
}

#layid .msg-grid {
  padding: 35px 24px 0px;
}
#layid .msg-grid .usedComp:nth-child(6){
    width:100%;
}
#layid .xhl-input-xlarge {
  height: 50px;
}

#layid .xhl-controls .xhl-textarea, #layid .xhl-input-xlarge {
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.7);
}

#layid .xhl-controls .xhl-textarea::placeholder, #layid .xhl-input-xlarge::placeholder {
  color: #999999;
}



#layid #xhlFormSubmit {
  width: 188px;
  height: 46px;
  line-height: 46px;
  background: #0A74E2;
  border-radius: 100px;
  text-transform: capitalize;
}

 .related-product .swiper-slide,.industry-swiper-box .ind-swiper .swiper-slide{
        height: initial;
    }
    .related-product .swiper-slide .p-item,.industry-swiper-box .ind-swiper .i-item{
        height: 100%;
        box-sizing: box-sizing;
    }
#certify .swiper-container{
    padding: 10px 0;
}
.index-support-grid{
    overflow: hidden;
}
.about-leader .imgshow img{
    border-radius: 20px;
}
.about-goal .img-box img{
        border-radius: 20px;
}  
.about-history{
    border-radius: 20px;
    overflow: hidden;
}

.left-menu .layui-form-radio {
  display: block;
  margin-bottom: 12px;
  background-position: 0 50%;
  background-repeat: no-repeat;
  background-image: url("/wp-content/themes/waimao/images/radio-d.png");
  padding-left: 30px;
  background-size: 20px;
  padding-right: 0;
}

.left-menu .layui-form-radio.layui-form-radioed {
  background-image: url("/wp-content/themes/waimao/images/radio-h.png");
}

.left-menu .layui-form-radio[lay-skin=primary] i {
  border-radius: 4px;
  border-color: #ccc;
  box-sizing: border-box;
}

.left-menu .layui-form-radio span {
  color: #666;
  white-space: initial;
  font-size: 16px;
}

.left-menu .layui-form-checked span {
  color: #0B74E3;
}

@media screen and (max-width: 1600px) {
    .news-list .n-item .text-p{
        margin:10px 0 20px;
    }
    .innovating-cont{
        padding-bottom:70px;
    }
    .innov-num{
        transform: translateY(70px);
    }
    .solu-productswiper .text{
        padding:20px 30px;
    }
    .china-top-box .china-swiper h3{
        font-size: 14px;
    }
    .china-top-box .china-swiper .text{
        font-size: 12px;
    }
    .procata-kefu .kufu-bottom{
        margin-top: 200px;
    }
  .index-solu-swiper .gallery-thumbs .swiper-button-prev {
    left: 10px;
  }
  .index-solu-swiper .gallery-thumbs .swiper-button-next {
    right: 10px;
  }
  .ipd-20 {
    padding: 0 20px;
  }
  .solu-numlist em {
    font-size: 60px;
  }
  .innov-num em {
    font-size: 50px;
  }
  .m-width-content {
    max-width: 1466px;
  }
  
.prodis-cont .links .imgshow {
  
  right: calc((100vw - 1466px)/2);
}
  .proinnovation-block2 li {
    width: 17%;
  }
  .support-cont .text {
    margin-left: calc((1466px - 100%)/2);
  }
  .prodis-cont .text .t-pad {
    padding-right: calc((100vw - 1466px)/2);
  }
  .solu-numlist em {
    font-size: 40px;
  }
  /*.innov-num em {*/
  /*  font-size: 24px;*/
  /*}*/
  .innov-num li{
      padding-bottom: 1px;
      margin-bottom: 12px;
  }
  .solu-effic-chain .chain-list .c-item {
    width: 200px;
  }
  .solu-effic-chain .chain-list .icon {
    width: 60px;
  }
  .about-word .imgshow{
      height: 422px;
  }
}

@media screen and (max-width: 1467px) {
    .park-tebitem{
        font-size: 12px;
    }
    .about-word .text li{
        margin: 16px 0;
    }
    .solu-effic-chain .chain-list .c-arrow img{
        width:40px;
    }
    .news-list .n-item .text-p{
        margin:5px 0 10px;
    }
    .solu-adv-item{
        top: 65px;
    }
  .prod-top.fixbox{
    top: 65px;
  }
  .prodis-swiper{
    top: 137px;
    height: calc(100vh - 137px);
  }
    .news-swiper .n-item .imgshow{
        width: 45%;
    }
    .esg-video{
        max-width: 800px;
    }
    .highlights-cont .text{
        padding-left: 0;
    padding-right: 0;
    }
    .supbrands-botlist .icon{
        width: 60px;
    }
    .supbrands-botlist .b-item{
        padding: 30px 15px;
    }
    .content-left .left-con:after{
        width: 120px;
        height: 170px;
    }
    .solu-productswiper .t-page{
        width: 120px;
    }
    #certify .swiper-slide{
        width: 266px;
        height: 410px;
    }
    .content-newsright .left-con{
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .content-newsright .left-con:after {
        width: 120px;
    height: 180px;
    }
    .china-top-box .china-swiper .c-item{
        padding: 20px 20px;
    }
    .china-top-box .china-swiper h3{
        margin-bottom: 3px;
    }
    .procata-kefu .kufu-bottom{
        margin-top: 50px;
    }
  .oem-detail-block4 ul {
    margin: 0 -10px;
  }
  .oem-detail-block4 ul li {
    padding: 0 10px;
  }
  .productny-list .p-item .text {
    background-size: 50px;
  }
  .content-right {
    margin-left: 20px;
  }
  .m-width-content {
    max-width: 1200px;
  }
  .prodis-cont .links .imgshow {
  
  right: calc((100vw - 1200px)/2);
}
  .support-cont .text {
    margin-left: calc((1200px - 100%)/2);
  }
  .prodis-cont .text .t-pad {
    padding-right: calc((100vw - 1200px)/2);
  }
  .proinnovation-block2 .imgshow {
    width: 177px;
  }
  .proinnovation-block2 .cur .text {
    width: calc(100% - 177px);
  }
  .proinnovation-block2 .text h3 {
    font-size: 14px;
  }
  .proinnovation-block2 .text .text-p {
    font-size: 12px;
  }
  .solu-support-list .icon {
    width: 46px;
  }
 .solu-productswiper .t-page .swiper-button-next, .solu-productswiper .t-page .swiper-button-prev, #certify .swiper-button-next, #certify .swiper-button-prev {
    width: 46px;
    height: 46px;
    line-height: 46px;
  }
  .industry-swiper-box .ind-swiper .swiper-button-next .iconfont, .industry-swiper-box .ind-swiper .swiper-button-prev .iconfont, .solu-productswiper .t-page .swiper-button-next .iconfont, .solu-productswiper .t-page .swiper-button-prev .iconfont, #certify .swiper-button-next .iconfont, #certify .swiper-button-prev .iconfont {
    font-size: 24px;
  }
  .video-box .video-js .vjs-big-play-button {
    width: 50px;
    height: 50px;
    background-size: cover;
  }

  .kufu-bottom:after {
    width: 154px;
    height: 220px;
  }
  .kufu-bottom {
    margin: 52px 0;
  }
  .process-swiper .gallery-top2{
    position: relative;
        padding: 0 100px;
    }
    
    .process-swiper .swiper-button-next,
    .process-swiper .swiper-button-prev {
    width: 42px;
      height: 42px;
    }
    .process-swiper .swiper-button-next .iconfont,.process-swiper .swiper-button-prev .iconfont{
        font-size:20px;
    }
    .kufu-bottom h3 {
        font-size: 20px;
    }
    .process-swiper .gallery-top2 .text{
        padding: 0 32px;
    }
    .prcata-list li{
        padding: 0 20px;
    }
    .prcata-list ul{
        margin: 0 -20px;
    }
    .nav-indlist li{
        padding: 0 20px;
    }
    .nav-indlist ul{
        margin: 0 -20px;
    }
    .about-word .imgshow{
        height: 300px;
    }
    .see-more{
        padding: 10px 30px;
    }
}
@media screen and (max-width: 1400px) {
     .park-choose-grid .choose-cont .choose-swiper .imgshow{
         text-align: center;
     }
    /*.park-choose-grid .choose-cont .choose-swiper img{*/
    /*    width: 85%;*/
    /*}*/
    .solu-productswiper .imgshow .img-box{
        padding-bottom:69%;
    }
    .solu-effic-chain .chain-list ul li{
        margin:0 10px;
    }
      .solu-effic-chain .chain-list .c-item {
        width: 180px;
        padding: 30px 12px 24px;
      }
      .solu-effic-chain .chain-list .icon {
        width: 40px;
      }
      .solu-effic-chain .chain-list .c-arrow img {
        width: 40px;
      }
    .news-list .img-box{
        padding-bottom:80%;
    }
    .china-top-box .china-swiper .c-item{
        padding: 3px 20px;
    }
    .news-tebitem a{
        padding:10px 10px;
    }
    .m-width-content{
        max-width: 1000px;
    }
    .prodis-cont .links .imgshow {
  
      right: calc((100vw - 1000px)/2);
    }
    .prodis-cont .links{
        padding-left: 10%;
    }
    .proinnovation-block2 .imgshow{
        width: 135px;
    }
    .proinnovation-block2 .cur .text{
        width: calc(100% - 140px);
    }
    .supbrands-botlist .b-item{
        font-size: 12px;
    }
    .supbrands-botlist ul li{
        padding: 0 5px;
    }
    .supbrands-botlist ul{
        margin: 0 -5px;
    }
    .supoem-list .e-item .text {
    padding: 20px;
  }
  .dev-prolist li{
      padding: 0 15px;
  }
  .dev-prolist ul{
      margin: 0 -15px;
  }
  .innovating-info .imgshow{
      margin-top: 30px;
  }
  .solu-adv-item a{
      padding: 12px;
      font-size: 12px;
  }
  .h-from input{
      max-width: 105px;
      padding:7px 10px;
  }
   
   /*特殊修正*/
   .lan-box select{
       width:75px;
   }
   .title{
       margin:40px 0 20px;
   }
   .title h2{margin-bottom:20px;}
   .index-solu-swiper .gallery-top{
       margin-top:20px;
   }
   .index-solu-swiper .gallery-thumbs{padding:0 50px}
   .index-solu-swiper{margin-bottom:40px;}
    .index-default-slution{padding-bottom:40px;}
    .index-solu-swiper .gallery-thumbs .swiper-slide{}
   .support-cont .s-item{padding:1px 20px 20px}
   .support-cont .s-item .icon{
       width:100px;
       height:100px;
       margin-top:-50px;
   }
   /*.support-cont .text{*/
   /*    margin-left: calc((1000px - 100%) / 2);*/
   /*}*/
   .index-honor-text{
       margin:40px 0;
   }
   .index-news-grid{
       margin:40px 0;
   }
   .index-news-grid .news-list li:nth-child(3) .n-item,
   .index-news-grid .news-list li:nth-child(4) .n-item{
       margin-bottom:0;
   }
   .inner-banner .b-bot{padding-bottom:20px;}
   .solutionny-list{padding:40px 0;}
   .solutionny-list li{margin-bottom:20px;}
   .content-solution-innovating, .content-solution-delivery, .content-solution-advanced, .content-solution-effic, .content-solution-support, .content-solution-global{
       padding-top:40px;
   }
   .innovating-cont{
       padding-bottom:40px;
       margin-top:40px;
   }
   .solu-title{
       margin:40px 0 20px;
   }
   .solu-proinnovation .sp-t{
       margin-bottom:20px;
   }
   .solu-proinnovation .proinnovation-block1{
       margin-bottom:40px;
   }
   .solu-proinnovation .sp-t{
       margin-bottom:20px;
   }
   .solu-savinglist li:last-child{
       margin-bottom:0;
   }
   .solu-savinglist{
       padding-bottom:40px;
   }
   .solu-safedonn .g-t{
       margin:30px 0 15px;
   }
   .innovating-info .imgshow{
       margin-top:1px;
       border-radius: 8px;
   }
   .solu-advswiper{
       margin-top:40px;
   }
   .solu-intell-list{
       margin:20px 0 40px;
   }
   .solu-tech .sub-tt{margin-bottom:20px;}
   .solu-techlist ul li:last-child .t-item{
       margin-bottom:0;
   }
   .solu-techlist{
       padding-bottom:40px;
   }
   .dev-prolist{
       margin-bottom:40px;
   }
   .dev-prolist .d-item{padding-bottom:0;}
   .logist-packing h3{
       margin:40px 0 20px;
   }
   .logist-packing .packing-cont{
       margin:40px 0;
   }
   .logist-packing .packing-cont dd:last-child{
       padding-bottom:0;
   }
   .solu-effic-chain .chain-list{
       margin:50px 0 40px;
   }
   .solu-effic-chain .chain-botlist{
       margin-bottom:40px;
   }
   .support-info{
       margin:0 0 40px;
   }
   .solu-support-list{
       padding-bottom:20px;
   }
   .solu-support-list li{
       padding:0 10px;
       margin-bottom:20px;
   }
   .solu-global-broad .text{
       padding-top:22px;
   }
   .solu-global-honor{
       padding-bottom:40px;
   }
   .industry-list li{
       margin-bottom:20px;
       padding:0 10px;
   }
   .industry-list{padding-bottom:20px;}
   .productny-list .p-item .text{
       padding:10px;
   }
   .productny-list .p-item h3.f-24{font-size:16px}
   .content-industry-surgical .page-box,
   .content-product .page-box{
       padding-top:16px;
   }
   .page-box{
       padding:40px 0 40px;
   }
   .content-product{
       margin-top:40px;
   }
   .productny-list .p-item:hover .h-text{
       padding:10px;
   }
   .sup-saleslist{
       margin-bottom:40px;
   }
   .supbrand-topinfo{
       padding:40px 0;
   }
   .supbrand-step{
       margin:40px 0 0;
   }
   .brands-message{
       margin:40px 0;
       padding:40px 0 0;
   }
   .brands-message .m-t{
       margin-bottom:20px;
   }
   .esg-report{
       margin-top:40px;
   }
   .esg-video h2{
       margin:40px 0 20px;
   }
   .esg-video{
       margin-bottom:40px;
   }
   .prcata-list li{
       margin-bottom:30px;
   }
   .prcata-list{
       padding-bottom:0 0 10px;
   }
   .quality-block2{
       padding-top:0;
       padding-bottom:40px;
   }
   .quality-block2 li{
       width:20%;
       margin:0 10px;
   }
   .content-brands-quality{
       padding-bottom:40px;
   }
   .about-info{
       margin-top:40px;
   }
   .about-title{
       margin:40px 0 20px;
   }
   .about-word{
       margin-bottom:40px;
   }
   .china-bot-swiper{
       margin-top:40px;
   }
   .china-bot-swiper .china-page{
       margin:20px 0 40px;
   }
   .about-word-service{
       margin:40px 0;
   }
   .about-history{
       margin:40px 0;
   }
   .founder-info{
        margin:40px 0;
   }
   .founder-process{
       padding:40px 0;
       margin-bottom:40px;
   }
   .founder-video .v-t{
       margin:40px 0 20px;
   }
   .founder-video{
       padding-bottom:40px;
   }
   .founder-loadmore{
       margin-bottom:40px;
   }
   .contact-tt{
       margin:40px 0 20px;
   }
   .contact-msg{margin-bottom:40px;}
   /*特殊修正*/
   
   
   .about-word .imgshow{
       height: 270px;
   }
   .supoem-list .img-box{
           padding-bottom: 52.84746%;
   }
   .banner .swiper-pagination{
       bottom: 14px;
   }
}
@media screen and (min-device-width:1000px) 
  and (max-device-width: 1100px)  {
      .child-box{
          display: none;
      }
      .productny-list .p-item .text{
          opacity:  1 !important;
          visibility: visible !important;
      }
      .productny-list .p-item .h-text{
          display: none;
      }
    .proinnovation-block2 .text .text-p{
        word-break:break-all;
	display:-webkit-box;
	-webkit-line-clamp:4;
	-webkit-box-orient:vertical;
	overflow:hidden;
    }
    .solu-effic-chain .chain-botlist .text{
        padding: 24px 12px;
    }
    .solu-effic-chain .chain-botlist .text .text-p{
         word-break:break-all;
	display:-webkit-box;
	-webkit-line-clamp:8;
	-webkit-box-orient:vertical;
	overflow:hidden;
    }
    .industry-swiper-box .i-item .see-more{
        margin: 8px 0 0;
        padding: 9px 12px;
        width: 100%;
    }
    .newsny-list .imgshow{
        border-radius: 10px 10px 0 0;
    }
    .logist-cont .imgshow .img-box{
        height: 100%;
        padding-bottom: 0;
    }
}

@media screen and (max-width: 1000px) {
.pcno{ display:none!important;}
    .index-ind-page  .see-more {
    display: inline-block;
}
    .proinnovation-block2 .text .text-p{
        display: none;
    }
    .inner-banner .b-founder-bot .line{
        display:none;
    }
    .inner-banner .b-founder-bot .line.w2{
        display: block;
    }
    .news-list .img-box{
        padding-bottom: 57%;
    }
    .newsny-list .n-item .text{
        height: auto !important;
    }
    .content-solution-advanced{
        padding-bottom: 32px;
    }
    .index-solu-swiper .gallery-top {
        padding-bottom: 30px;
    }
    .support-cont .text-p{
        height: auto !important;
    }
    .index-support-grid{
        padding:20px;
    }
    .industry-swiper-box .s-show{
        padding-bottom: 0;
    }
    .solu-effic-supply .supply-cont .imgshow .h-text{
        position: relative;
        background:transparent;
        color: #1A1A1A;
        padding:12px 0 0;
    }
    .solu-numlist{
        margin-top: 24px;
    }
    .solu-productswiper .t-page .swiper-button-next, .solu-productswiper .t-page .swiper-button-prev, #certify .swiper-button-next, #certify .swiper-button-prev{
        width: 32px;
        height: 32px;
        line-height: 32px;
    }
    .index-solu-swiper .gallery-top .top-item .text h3 .iconfont{
        display: block;
    }
    /*.right-fix ul li:nth-child(1),.right-fix ul li:nth-child(2),.right-fix{*/
    /*    display: none;*/
    /*}*/
    .right-fix ul li:nth-child(3){
        display: none;
    }
    .right-fix{
        bottom: 20%;
        right: 20px;
    }
    .banner .wap-box .img-box{
        padding-bottom: 93%;
    }
    .nav-box .h-tool{
        padding-right: 50px;
    }
    .nav-box .h-tool{
        flex-shrink: 0;
        flex:0;
    }
    .nav-box{
        position: initial;
    }
    .h-form{
        top: 100%;
        left: 0;
    }
    .nav-box .h-ss.act .h-form{
        width: 100vw;
    }
    .nav-box .h-ss .h-form-grid{
        width: 100%;
    }
    .nav-box .h-ss{
        position: initial;
        margin-right: 10px;
    }
    .innovating-cont{padding-bottom:0;}
    
    .innov-num{transform: translateY(0);}
    .lan-box select{
        width:50px;
        text-overflow: ellipsis;
        white-space: nowrap;
        height: 30px;
        font-size: 12px;
    }
    .newsny-list ul{
        margin:0 0;
        display: block;
    }
    .newsny-list li{
        width:100%;
        padding:0;;
    }
    
    .news-swiper{
        padding:20px;
    }
    .news-swiper .n-item{
        display: block;
    }
    .news-swiper .n-item .imgshow{
        width:100%;
    }
    .news-swiper .n-item .text{
        width:100%;
        padding:20px 0 0;
    }
    .news-tebitem a{
        margin:0 0 10px;
    }
    .highlights-cont .highlights-swiper .h-page{
        width: 100%;
        height: auto;
        padding: 20px 0;
    }
    .content-news{
    padding-top:34px;
}
    .kufu-bottom h3 {
        font-size: 18px;
    }
    .process-swiper .gallery-top2{
        padding: 0 55px;
    }
  #menuPc {
    display: none;
  }
  .mm-opened #menuWap {
    display: block;
  }
  #page {
    background: #FFFFFF;
  }
  .btn-nav {
    position: absolute;
    background: transparent;
    border: none;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    z-index: 99999;
    display: block;
    width: 30px;
    float: right;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
  }
  .icon-bar {
    display: block;
    margin: 6px 0;
    width: 30px;
    height: 3px;
    background-color: #0B74E3;
    -webkit-transition: all .7s ease;
    -moz-transition: all .7s ease;
    -ms-transition: all .7s ease;
    -o-transition: all .7s ease;
    transition: all .7s ease;
    z-index: 999999;
  }
  .mm-opening .top {
    -webkit-transform: translateY(8px) rotateZ(45deg);
    -moz-transform: translateY(8px) rotateZ(45deg);
    -ms-transform: translateY(8px) rotateZ(45deg);
    -o-transform: translateY(8px) rotateZ(45deg);
    transform: translateY(8px) rotateZ(45deg);
  }
  .mm-opening .bottom {
    -webkit-transform: translateY(-10px) rotateZ(-45deg);
    -moz-transform: translateY(-10px) rotateZ(-45deg);
    -ms-transform: translateY(-10px) rotateZ(-45deg);
    -o-transform: translateY(-10px) rotateZ(-45deg);
    transform: translateY(-10px) rotateZ(-45deg);
  }
  .mm-opening .middle {
    width: 0;
  }
  .banner .bg-box {
    display: none;
  }
  .banner .banner-content {
    display: none;
  }
  .banner .wap-box {
    display: block;
  }
  .banner .swiper-slide .video-box {
    display: none;
  }
  .header {
    padding: 0;
    position: sticky;
    top: 0;
    border-bottom: 1px solid #eee;
  }
  .header .header-box {
    padding: 0;
  }
  .h-from {
    border: none;
  }
  .h-from .iconfont {
    position: initial;
    transform: translateY(0);
  }
  .h-from {
    display: none;
  }
  .nav-box .h-ss .wap-btn {
    display: block;
  }
  .banner .swiper-pagination-bullet {
    width: 30px;
  }
  .banner .swiper-pagination {
    bottom: 10px;
  }
  .title {
    margin: 32px 0 24px;
  }
  .index-solu-swiper .gallery-thumbs {
    padding: 0 30px;
    display: none;
  }
  .index-solu-swiper .gallery-top .text .see-more{
      display: none;
  }
  .index-solu-swiper .gallery-thumbs .swiper-button-next {
    right: 0;
  }
  .index-solu-swiper .gallery-thumbs .swiper-button-prev {
    left: 0;
  }
  .index-solu-swiper .gallery-thumbs .icon {
    width: 32px;
    top: 45%;
  }
  /*.index-solu-swiper .gallery-thumbs .swiper-slide-thumb-active .s-item h4 {*/
  /*  padding-left: 32px;*/
  /*}*/
  .index-solu-swiper .gallery-thumbs h4 {
    padding: 12px 0;
  }
  .support-cont .s-item {
    padding: 1px 24px 24px;
  }
  .index-solu-swiper .gallery-top .top-item {
    flex-direction: column;
  }
  .index-solu-swiper .gallery-top .top-item .imgshow {
    width: 100%;
  }
  .index-solu-swiper .gallery-top .top-item .text {
    padding-left: 0;
    margin-top: 12px;
  }
  .index-solu-swiper .gallery-top {
    margin: 20px 0 0;
  }
  .index-solu-swiper {
    margin: 0 0 20px;
  }
  .d-solu-cont .s-item {
    flex-direction: column;
  }
  .d-solu-cont .s-item .imgshow {
    width: 100%;
    margin-bottom: 12px;
  }
  d
.index-default-slution {
    padding: 1px 0 32px;
  }
  .support-cont .text {
    margin-left: 0;
    width: 100%;
  }
  .support-cont {
    flex-direction: column;
  }
  .support-cont .imgshow {
    width: 100%;
  }
  .support-cont .sp-list ul {
    margin: 0;
  }
  .support-cont .sp-list li {
    width: 100%;
    padding: 0;
    margin-top: 60px;
  }
    .support-cont .sp-list li:nth-last-child(1){
        margin-bottom: 0;
    }
  .support-cont .s-item .icon {
    width: 80px;
    height: 80px;
    margin-top: -25px;
    padding: 16px;
  }
  .product-list .p-item {
    flex-direction: column  !important;
  }
  .product-list .p-item .imgshow {
    width: 100%;
    margin-bottom: 12px;
  }
  #certify .swiper-slide {
    height: 100%;
  }
  .index-honor-text span {
    display: none;
  }
  .index-honor-text {
    margin: 24px 0;
  }
  .honor-bot-list li {
    width:33.33%;
    margin-bottom: 12px;
  }
  .honor-bot-list ul {
    flex-wrap: wrap;
  }
  .honor-bot-list .imgshow {
    max-width:100%;
  }
  .title .slot-right {
    position: initial;
    transform: translateY(0);
    margin-top: 12px;
  }
  .index-news-grid .title{
      text-align: center;
  }
  .news-list .n-item .text-p{
      margin: 12px 0;
      font-size: 12px;
  }
  .news-list .n-item .text{
      padding: 10px 24px;
  }
  .news-list li {
    width: 50%;
    padding: 0 5px;
  }
  .news-list ul{
      margin: 0 -5px;
  }
  .news-list .n-item {
    margin-bottom: 12px;
    flex-wrap: wrap;
  }
  .news-list .n-item .imgshow {
    width: 100%;
  }
  .index-message-grid .imgshow, .index-message-grid .text {
    width: 100%;
    padding: 0;
  }
  .index-message-grid .msg-grid {
    flex-wrap: wrap;
  }
  .index-message-grid .imgshow {
    margin-bottom: 12px;
  }
  .index-message-grid #xhlFormSubmit {
    width: 100%;
  }
  .foot-nav ul li {
    display: none;
    width: 100%;
    max-width: 100%;
  }
  .foot-nav ul li:nth-child(1) {
    display: block;
  }
  .foot-nav ul {
    width: 100%;
    flex-direction: column;
  }
  .foot-copy {
    font-size: 12px;
  }
  .honor-bot-list p {
    font-size: 12px;
  }
  .index-news-grid {
    margin: 40px 0;
  }
  .foot-nav {
    padding: 24px 0;
  }
  .footer .f-logo {
    text-align: center;
  }
  .footer .f-logo a {
    width: 80px;
    display: inline-block;
  }
  .webshare a{
      width: 32px;
      height: 32px;
      line-height:32px
  }
  .foot-nav dd{
      font-size: 12px;
      margin-bottom: 3px;
  }
  .webshare .iconfont{
      font-size: 14px;
  }
  .inner-banner .b-bot {
    position: relative;
    padding: 18px 0;
    display: none;
  }
  .inner-banner .b-bot .crumbs-box {
    color: #1A1A1A;
  }
  .inner-banner .b-bot .crumbs-box a, .inner-banner .b-bot .crumbs-box i, .inner-banner .b-bot .crumbs-box span {
    color: #1A1A1A;
  }
  .inner-banner .b-bot .crumbs-box b {
    background-color: #1A1A1A;
  }
  .inner-banner h2 {
    font-size: 18px;
  }
  .inner-banner h2 p {
    font-size: 12px;
  }
  .inner-banner .img-box {
    padding-bottom: 67.08333%;
  }
  .inner-banner.founder-banner .img-box {
    padding-bottom: 37.08333%;
  }
  .solutionny-list {
    padding: 40px 0 1px;
  }
  .solutionny-list li {
    width: 100%;
    padding: 0 5px;
    margin-bottom: 10px;
  }
  .solutionny-list ul {
    margin: 0 -5px;
  }
  .solutionny-list .text {
    padding: 10px;
  }
  .solutionny-list .text h3 {
    font-size: 14px;
  }
  .solu-adv-item {
    position: sticky;
    top: 58px;
    padding: 0;
    display: flex;
    overflow-x: auto;
    overflow-y: hidden;
  }
  .solu-adv-item::-webkit-scrollbar {

  height: 2px;
}
  .solu-adv-item a {
    /*width: 38vw;*/
    box-sizing: border-box;
    padding: 10px 12px;
    flex-shrink: 0;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1.3;
    font-weight: 400;
  }
  .solu-adv-cont {
    flex-direction: column;
  }
  .solu-adv-cont .imgshow {
    width: 100%;
    margin-bottom: 12px;
  }
  .solu-adv-cont .text {
    padding-right: 0;
  }
  .solu-title {
    margin: 40px 0 32px;
  }
  .solu-title:after {
    height: 32px;
  }
  .solu-numlist em {
    font-size: 24px;
  }
  .solu-numlist h3, .solu-numlist p {
    font-size: 12px;
    text-align: left;
  }
  .solu-advswiper {
    margin: 32px 0 0;
  }
  .solu-advswiper .swiper-pagination {
    margin: 12px 0 0;
  }
  .solu-intell-list li {
    padding: 0 5px;
  }
  .solu-intell-list ul {
    margin: 0 -5px;
  }
  .solu-intell-list {
    margin: 24px 0;
  }
  .solu-productswiper {
    flex-direction: column;
  }
  .solu-productswiper .imgshow, .solu-productswiper .text {
    width: 100%;
  }
  .solu-productswiper .text {
    padding: 10px;
  }
  .solu-productswiper .t-page {
    margin: 20px auto 0;
  }
  .solu-techlist .t-item {
    flex-wrap: wrap;
  }
  .solu-techlist .imgshow, .solu-techlist .text {
    width: 100%;
  }
  .solu-techlist .text {
    margin: 12px 0 0;
    padding: 0;
  }
  .solu-techlist h3 {
    margin-bottom: 8px;
  }
  .solu-tech .sub-tt {
    margin-bottom: 12px;
  }
  .solu-techlist {
    padding-bottom: 1px;
  }
  .dev-prolist .d-item .text{
      font-size: 12px;
  }
  .innov-num ul{
      display: flex;
  }
  .innov-num ul li{
      width: 50%;
      margin-bottom: 0;
      border-bottom: 0;
  }
  .innov-num em{
     font-size: 20px;
  }
  .innovating-cont {
    flex-direction: column-reverse;
    margin: 32px 0 0;
    padding-right: 0;
  }
  .innov-num {
    width: 100%;
    padding: 12px 12px 1px;
    margin:0 0 20px;
  }
  .innovating-info .imgshow {
    margin: 20px 0 0;
  }
  .solu-develop .develop-cont {
    flex-direction: column;
  }
  .solu-develop .develop-cont .imgshow {
    width: 100%;
    border-radius: 8px;
    margin-bottom: 12px;
  }
  .solu-develop .develop-cont .text {
    padding: 0;
  }
  .solu-proinnovation .proinnovation-block1 {
    margin-bottom: 24px;
  }
  .solu-proinnovation .proinnovation-block1 ul {
    margin: 0 -5px;
  }
  .solu-proinnovation .proinnovation-block1 li {
    padding: 0 5px;
  }
  .proinnovation-block2 ul {
    /*flex-direction: column;*/
    overflow-x: auto;
  }
  .proinnovation-block2 li {
    width: 70vw !important;
    margin-bottom: 12px;
    flex-shrink: 0;
  }
  .proinnovation-block2 .p-item{
      display: flex;
      flex-direction: column;
      height: 100%;
      box-sizing: border-box;
  }
  .proinnovation-block2 .imgshow {
    width:100%;
  }
  .proinnovation-block2 .text {
    position: initial;
    width: 100% !important;
    opacity: 1;
    visibility: visible;
  }
  .proinnovation-block2 .h-text {
    padding: 12px;
    transform: translateX(0);
    position: initial;
  }
  .solu-safedonn .solu-glove .text {
    padding-left: 0;
  }
  .solu-safedonn .solu-glove {
    flex-direction: column;
  }
  .solu-safedonn .solu-glove .imgshow {
    width: 100%;
    margin-bottom: 12px;
  }
  .solu-safedonn .glove-applist dd {
    margin-bottom: 8px;
  }
  .solu-safedonn .glove-applist .g-text p {
    width: 50%;
  }
  .solu-savinglist .s-item {
    flex-direction: column;
    display: block;
  }
  .solu-savinglist .text {
    width: 100%;
    padding: 12px;
  }
  .solu-savinglist li {
    margin-bottom: 12px;
  }
  /*.solu-savinglist {*/
  /*  padding: 0 0 24px;*/
  /*}*/
  .dev-prolist ul {
    margin: 0 -5px;
  }
  .dev-prolist li {
    width: 100%;
    padding: 0 5px;
    margin-bottom: 10px;
  }
  .dev-prolist h4 {
    padding: 8px 12px;
    display: block;
  }
  .dev-prolist .d-item{
      border-bottom: none;
  }
  .dev-prolist {
    margin-bottom: 32px;
  }
  .dev-planing-grid {
    flex-direction: column;
  }
  .dev-planing-grid .p-left, .dev-planing-grid .p-right {
    width: 100%;
    background: linear-gradient(135deg, #C9FFFF 0%, #C2DFFF 100%);
  }
  .dev-planing-grid .p-left .p-item, .dev-planing-grid .p-right .p-item {
    background: none !important;
  }
  .dev-planing-grid .p-center {
    width: 100%;
  }
  .dev-planing-grid .p-center .p-item {
    padding: 24px 0;
  }
  .dev-planing-grid .p-center .imgshow {
    width: 40px;
  }
  .solu-quality-control .control-cont {
    margin: 32px 0 0;
    flex-direction: column;
  }
  .solu-quality-control .control-cont .text, .solu-quality-control .control-cont .imgshow {
    width: 100%;
  }
  .shu-list {
    /*width: 40px;*/
    width: auto;
    margin-bottom: 20px;
  }
  .shu-list:after{
      width: 100%;
      height: 1px;
      left: 0;
      top: 50%;
      margin-left: 0;
      border-bottom: 1px solid #ddd;
  }
  .shu-list ul{
      display: flex;
      justify-content: center;
  }
   .shu-list ul li{
       margin:0 12px;
   }
  .shu-list .s-item {
    width: 40px;
    height: 40px;
  }
  .shu-list .circleChart {
    width: 40px;
    height: 40px;
  }
  .solu-quality-control .control-cont .text {
    margin-top: 12px;
    display: block;
  }
  .solu-quality-control .control-cont .text .t-swiper {
    width: calc(100% - 40px);
    padding: 0 0 0 20px;
  }
  .solu-quality-control .control-cont .text .t-swiper h3 {
    margin-bottom: 12px;
  }
  .control-honor .h-t, .control-honor .t-c2 {
    margin: 40px 0 32px;
  }
  .solu-deli-table td {
    padding: 8px 12px;
  }
  .logist-cont {
    flex-direction: column;
    text-align: center;
  }
  .logist-cont .imgshow {
    width: 100%;
    margin:0 auto 12px;
  }
  .logist-cont .text h3{
      margin-bottom: 8px;
  }
  .logist-cont .text dl dd {
    width: 100%;
    margin: 0 0 12px;
  }
  .logist-cont .text dl {
    flex-direction: column;
  }
  .logist-packing h3 {
    margin: 40px 0 32px;
  }
  .logist-packing .packing-cont {
    flex-direction: column;
    margin: 32px 0 24px;
  }
  .logist-packing .packing-cont .imgshow, .logist-packing .packing-cont .text {
    width: 100%;
  }
  .logist-packing .packing-cont .text {
    margin: 12px 0 0;
    padding-right: 0;
  }
  .ecfficplaning-list .h-text {
    position: relative;
    background-color: transparent;
    color: #1A1A1A;
    padding: 12px 0 0;
    font-size: 12px;
  }
  .ecfficplaning-list .h-text h3 {
    font-size: 12px;
  }
  .ecfficplaning-list li {
      width: 100%;
    padding: 0 5px;
    margin-bottom: 20px;
  }
  .ecfficplaning-list li:nth-last-child(1){
      margin-bottom: 0;
  }
  .ecfficplaning-list ul {
    margin: 0 -5px;
  }
  .solu-effic-supply .supply-cont, .solu-effic-logistics .supply-cont {
    flex-direction: column;
  }
  .solu-effic-supply .supply-cont .imgshow, .solu-effic-supply .supply-cont .text {
    width: 100%;
    padding-left: 0;
  }
  .solu-effic-supply .supply-cont .text {
    margin-top: 12px;
  }
  .solu-effic-logistics .supply-cont .imgshow, .solu-effic-logistics .supply-cont .text {
    width: 100%;
  }
  .solu-effic-logistics .supply-cont .text {
    padding-right: 0;
    margin: 12px 0 0;
  }
  .solu-effic-chain .chain-list {
    margin: 24px 0;
    /*overflow-x: auto;*/
  }
  .solu-effic-chain .chain-list ul {
    justify-content: flex-start;
    /*flex-direction: column;*/
    overflow-x: auto;
  }
  .solu-effic-chain .chain-list ul h4 {
    font-size: 12px;
  }
  .solu-effic-chain .chain-list .c-item .num {
    font-size: 32px;
    transform: translate(0, 0);
  }
  .solu-effic-chain .chain-list .c-item {
    width: 100%;
  }
  .solu-effic-chain .chain-list .c-arrow{
      text-align: center;
      justify-content: center;
  }
    .solu-effic-chain .chain-list .c-arrow{
        width: 100%;
    }
  /*.solu-effic-chain .chain-list .c-arrow img{*/
  /*    transform: rotate(90deg);*/
  /*}*/
  .solu-effic-chain .chain-list ul li {
    margin: 5px auto;
    width: 120px;
    flex-shrink: 0;
  }
  .solu-effic-chain .chain-list ul li:nth-child(even){
      width: 55px;
  }
  .solu-effic-chain .chain-list .c-item {
    padding: 20px 12px 12px;
  }
  .solu-effic-chain .chain-list .icon {
    margin: 0 auto 8px;
  }
  .solu-effic-chain .chain-botlist li {
    width: 100%;
    padding: 0 5px;
    margin-bottom: 12px;
  }
  .solu-effic-chain .chain-botlist ul {
    margin: 0 -5px;
  }
  .solu-effic-chain .chain-botlist h4{
      display: none;
  }
  .solu-effic-chain .chain-botlist .text {
    /*position: initial;*/
    padding: 20px;
    /*background-color: transparent;*/
    /*color: #1A1A1A;*/
    opacity: 1;
    visibility: visible;
    font-size: 12px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .solu-effic-chain .chain-botlist .line {
    display: none;
  }
  .support-info {
    margin: 24px 0;
  }
  .solu-support-list {
    padding: 0 0 24px;
  }
  .solu-support-list li {
    width: 50%;
    padding: 0 5px;
    margin-bottom: 10px;
  }
  .solu-support-list ul {
    margin: 0 -5px;
  }
  .solu-support-list .s-item {
    padding: 12px;
    border-radius: 10px;
  }
  .solu-support-list .icon {
    width: 32px;
  }
  .solu-global-word .word-num .w-item em {
    font-size: 16px;
  }
  .solu-global-word .word-num .w-item span {
    display: block;
    font-size: 12px;
    width: 100%;
  }
  .solu-global-word .word-num .w-item {
    padding: 12px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    text-align: center;
  }
  .solu-global-word .word-num .w-item:after{
      width: 1px;
  }
  .solu-global-word .word-num li {
    width: 33.33%;
  }
  .solu-global-word .word-num .w-item .w-t {
    width: 100%;
    margin-right: 0;
  }
  .solu-global-broad .t-item {
    padding: 10px;
  }
  .solu-global-broad li {
    width: 33.33%;
  }
  .solu-global-broad li:nth-last-child(1){
      display: none;
  }
  .solu-global-honor {
    padding-bottom: 32px;
  }
  .industry-list li {
    width: 100%;
    margin-bottom: 10px;
    padding: 0 5px;
  }
  .industry-list .text {
    padding: 12px;
  }
  .industry-list ul {
    margin: 0 -5px;
  }
  .industry-list .imgshow .h-text {
    display: none;
  }
  .surgical-info {
    margin: 24px 0;
  }
 
  .productny-list li {
    padding: 0 5px;
    margin-bottom: 20px;
    width: 50%;
  }
  .productny-list .p-item .text {
    display: none;
  }
  .productny-list ul {
    margin: 0 -5px;
  }
  .productny-list .p-item .h-text {
    opacity: 1;
    visibility: visible;
    position: initial;
    transform: translateY(0);
    padding: 12px;
  }
  .productny-list .p-item .h-text p{
      display: none;
  }
  .productny-list .p-item {
    border-radius: 16px;
  }
  .content-right {
    margin-left: 0;
  }
  .prodis-cont {
    flex-direction: column;
  }
  .prodis-swiper, .prodis-cont .text {
    width: 100%;
    position: relative;
    padding-top: 32px;
  }
  .prodis-swiper .gallery-thumbs .swiper {
    width: 100%;
  }
  .prodis-swiper .gallery-thumbs {
    position: relative;
  }
  .prodis-quali-list dd {
    width: 24px;
  }
  .prodis-cont .text .t-pad {
    padding: 0 20px;
  }
  .p-line-process label {
    font-size: 12px;
    width: 60px;
  }
  .prodis-physical h5 {
    font-size: 12px;
  }
  .prodis-cont .links {
    margin-top: 80px;
    padding:0 20px;
    align-items: center;
  }
  .prodis-cont .links .imgshow {
    margin-top: 0;
    width: 66px;
    display: none;
  }
  .prodis-cont .links .btns {
    display: flex;
    justify-content: space-between;
  }
  .prodis-cont .links .btns .see-more {
    width: 46%;
    margin: 0;
    font-size: 12px;
    text-align: center;
    padding: 8px 5px;
  }
  .content-product {
    margin-top: 32px;
    display: block;
  }
  .industry-swiper-box .s-item .s-t {
    padding-left: 20px;
    padding-right: 20px;
  }
  .industry-swiper-box .s-show .s-text {
    padding: 20px 0;
  }
  .industry-swiper-box .ind-swiper {
    padding: 0 0 40px;
  }
  .industry-swiper-box .ind-swiper .swiper-button-next, .industry-swiper-box .ind-swiper .swiper-button-prev {
    top: auto;
    bottom: 50px;
  }
  .industry-swiper-box li{
      margin-bottom:12px;
  }
  .industry-swiper-box .s-item .iconfont{
      font-size: 18px;
  }
  .industry-swiper-box .s-item .s-t h3, .industry-swiper-box .s-item .s-t h3{
      font-size: 16px;
      text-align: left;
  }
  .kufu-bottom {
    padding: 40px  20px 20px;
  }
  .kufu-bottom:after {
    display: none;
  }
  .prcata-list li {
    width: 50%;
    padding: 0 5px;
    margin-bottom: 10px;
  }
  .prcata-list ul {
    margin: 0 -5px;
  }
  .prcata-list .icon {
    width: 32px;
    height: 32px;
    right: 10px;
    bottom: 10px;
  }
  .procata-tit {
    margin: 40px 0 32px;
  }
  .supoem-list .e-item {
    flex-direction: column !important;
    border-radius: 10px;
  }
  .supoem-list .e-item .imgshow{
      border-radius: 0 0 10px 10px;
      overflow: hidden;
  }
  .supoem-list .e-item .imgshow {
    width: 100%;
    margin-bottom: 12px;
  }
  .supoem-list .e-item .text {
    padding: 20px;
  }
  .sup-saleslist ul {
    margin: 0 -5px;
    flex-wrap: wrap;
  }
  .sup-saleslist ul li {
    padding: 0 5px;
    width: 50%;
    margin-bottom: 10px;
  }
  .sup-saleslist .icon {
    width: 60px;
    padding: 10px;
  }
  .oem-detail-block1 .o-item {
    flex-direction: column !important;
  }
  .oem-detail-block1 .o-item .imgshow {
    width: 100%;
  }
  .oem-detail-block1 .o-item .text {
    padding: 12px;
    text-align: left;
  }
  .oem-detail-block1 .o-item .o-num {
    font-size: 40px;
  }
  .oem-detail-block2 .t-tags span {
    width: 16px;
    height: 16px;
  }
  .oem-detail-block3 li {
    width: 100%;
    margin-bottom: 12px;
  }
  .oem-detail-block3 .text-p .icon {
    width: 60px;
    margin-left: 12px;
  }
  .oem-detail-block3 .a-item .text h3 {
    height: auto !important;
  }
  .oem-detail-block4 ul li {
    width: 50%;
    margin-bottom: 20px;
  }
  .oem-detail-block4 .text {
    min-height: auto;
    padding: 5px;
  }
  .supbrand-topinfo .b-numlist .n-t {
    font-size: 20px;
  }
  .supbrand-step {
    margin: 32px 0;
  }
  .supbrands-botlist li {
    width: 50%;
    padding: 0 5px;
    margin-bottom: 10px;
  }
  .supbrands-botlist ul {
    margin: 0 -5px;
  }
  .supbrands-botlist .icon {
    width: 32px;
  }
  .supbrands-botlist .b-item {
    font-size: 12px;
  }
  .supbrands-botlist .b-item {
    padding: 10px;
  }
  .brands-message {
    margin: 32px 0;
    background: none;
    padding: 1px 0 0;
  }
  .brands-message .m-t {
    color: #1A1A1A;
    margin-bottom: 24px;
  }
  .brands-message .index-message-grid {
    padding: 12px;
    border-radius: 10px;
  }
  .supbrand-topinfo {
    padding: 32px 0;
  }
  .highlights-cont {
    flex-direction: column;
  }
  .highlights-cont .text {
    width: 100%;
    padding: 20px;
  }
  .highlights-cont .highlights-swiper {
    width: 100%;
    padding: 12px;
  }
  .highlights-cont .h-list li {
    width: 100%;
    padding: 0;
    margin-bottom: 10px;
  }
  .highlights-cont .h-list ul {
    margin: 0;
  }
  .highlights-cont .highlights-swiper .h-page .swiper-button-next, .highlights-cont .highlights-swiper .h-page .swiper-button-prev {
    width: 46px;
    height: 46px;
    line-height: 46px;
  }
  .highlights-cont .highlights-swiper .h-page .swiper-button-next .iconfont, .highlights-cont .highlights-swiper .h-page .swiper-button-prev .iconfont {
    font-size: 20px;
  }
  .esg-video h2 {
    margin: 40px 0 32px;
  }
  .esg-report {
    padding: 32px;
    margin: 40px 0 0;
  }
  .esg-video {
    margin-bottom: 32px;
  }
  .quality-block1 li {
    width: 24.5%;
    padding:5px;
  }
  .quality-block1 ul {
    margin: 0 -5px;
  }
  .quality-block1 .icon {
    width: 46px;
  }
  .quality-block1 .q-item {
    padding: 24px 12px;
    margin-bottom: 10px;
    border-radius: 8px;
    border: none;
  }
  .quality-block2 li {
    width: 50%;
    padding: 0 5px;
    margin: 0 0 10px;
    box-sizing: border-box;
  }
  .quality-block2 ul {
    flex-wrap: wrap;
    margin: 0 -5px;
  }
  .quality-block2 {
    margin: 32px 0 0;
    padding: 1px 0 0;
  }
  .about-info {
    margin: 32px 0 0;
    flex-direction: column-reverse;
  }
  .about-info .imgshow, .about-info .text {
    width: 100%;
  }
  .about-info .text{
      padding-right: 0;
      margin-bottom: 12px;
  }
  .about-title {
    margin: 40px 0 32px;
  }
  .about-word {
    margin-bottom: 32px;
    flex-wrap: wrap;
  }
  .about-word .imgshow, .about-word .text {
    width: 100%;
  }
  .china-top-box {
    flex-wrap: wrap;
  }
  .china-top-box .imgshow {
    width: 100%;
  }
  .china-top-box .china-swiper {
    width: 100%;
    margin: 12px 0 0;
    height: 40vh !important;
  }
  .china-top-box .china-swiper .swiper-slide {
    padding: 10px;
    height: initial;
  }
  .china-bot-swiper {
    margin-top: 24px;
  }
  .about-leader .text {
    padding: 20px;
    position: relative;
    z-index:3;
    
  }
  /*.about-leader .text p ,.about-leader .text h3{*/
  /*    color: #FFF;*/
  /*}*/
  .about-leader p{
      margin: 12px 0;
  }
  .about-leader {
  
   background: #F5F5F5;
  }
  /*.about-leader:after{*/
  /*    content: '';*/
  /*    position: absolute;*/
  /*    left: 0;*/
  /*    top: 0;*/
  /*    right: 0;*/
  /*    bottom: 0;*/
  /*    background: rgba( 0,0,0,0.2);*/
  /*    z-index: 2;*/
  /*}*/
  .about-word-service {
    margin: 32px 0;
    flex-direction: column;
    border-radius: 10px;
  }
  .about-word-service .imgshow, .about-word-service .text {
    width: 100%;
  }
  .about-word-service .text {
    padding: 20px;
  }
  .about-goal .text h3 {
    padding: 12px;
    font-size: 12px;
  }
  .about-goal .h-text h4 {
    font-size: 12px;
  }
  .about-history {
    padding: 32px 20px;
    margin: 32px 0;
    background-size: cover !important;
    background-position: 68% 50% !important;
  }
  .history-list .h-item {
    flex-direction: column !important;
    padding-left: 50px;
  }
  .history-list .h-item .imgshow, .history-list .h-item .text {
    width: 100%;
  }
  .history-list .h-item .imgshow {
    margin-right: 0;
    margin-left: 0;
  }
  .history-list .h-item .text {
    margin-left: 0;
    margin-top: 12px;
    text-align: left !important;
  }
  .history-list li:nth-child(2n) .h-item .imgshow {
    margin-left: 0;
  }
  .history-list li:nth-child(2n) .h-item .text {
    margin-right: 0;
  }
  .history-list .h-dot {
    margin-left: 6px;
    width: 12px;
    height: 12px;
  }
  .history-list .h-dot:after{
      width: 20px;
      height: 20px;
  }
  .history-list ul:after {
    left: 12px;
  }
  .content-history {
    margin: 32px 0 0;
    /*padding-bottom: 32px;*/
  }
  .founder-info {
    flex-direction: column;
    margin: 32px 0;
  }
  .founder-info .imgshow, .founder-info .text {
    width: 100%;
    padding-left: 0;
  }
  .founder-info .imgshow {
    margin-bottom: 12px;
  }
  .process-swiper .gallery-top2 .p-item {
    flex-direction: column;
  }
  .process-swiper .gallery-top2 .imgshow, .process-swiper .gallery-top2 .text {
    width: 100%;
  }
  .process-swiper .gallery-top2 .text {
    padding: 12px 0 0;
  }
  .founder-video {
    background: none;
    padding: 1px 0 32px;
  }
  .founder-video .v-t {
    margin: 0 0 32px;
  }
  .founder-list li {
    margin: 0 0 10px;
    padding: 0 5px;
    width: 50%;
  }
  .founder-list ul {
    margin: 0 -10px;
  }
  .founder-list .imgshow {
    margin-bottom: 5px;
  }
  .founder-loadmore {
    margin-bottom: 30px;
  }
  .con-addinfo {
    flex-direction: column;
  }
  .con-addinfo .imgshow, .con-addinfo .text {
    width: 100%;
  }
  .con-addinfo .imgshow {
    margin-bottom: 12px;
  }
  .con-addinfo .c-share {
    margin-top: 24px;
  }
  .contact-msg {
    padding: 12px;
    margin: 0 0 32px;
  }
  .contact-msg .usedComp {
    margin: 0 0 10px;
    width: 100%;
  }
  .china-bot-swiper .china-page {
    margin: 32px 0;
  }
  .contact-tt {
    margin: 32px 0;
  }
  .see-more{
      font-size: 12px;
      padding: 7px 21px;
  }
  .index-default-slution{
      padding-bottom: 32px;
  }
  .product-list .p-item .text h3{
      margin: 12px 0;
  }
  .product-list .p-item .text,.product-list li:nth-child(2n) .p-item .text{
      padding-bottom: 12px;
  }
  .solu-global-word .word-num li:nth-child(1) .w-item{
      padding-left: 12px;
  }
  .solu-global-word .word-num li:nth-last-child(1) .w-item{
      padding-right:12px;
  }
  .team-swiper .swiper-pagination-bullet:after{
      width: 6px;
      height: 6px;
  }
  .team-swiper .swiper-pagination-bullet{
      width: 14px;
      height: 14px;
  }
  .page-box{
      padding: 32px 0;
  }
  .oem-detail-block2 .t-tags img{
      width: 20px;
      height: 20px;
  }
  .faq-list .f-text{
      padding: 20px;
  }
  .faq-list .f-t{
      padding: 20px;
  }
  .faq-list .f-t .t-icon{
      width: 20px;
      height: 20px;
      margin-right: 12px;
  }
  .faq-list .f-t h3{
      align-items: center;
  }
  .supbrand-fact{
      flex-direction: column-reverse;
      margin: 30px 0;
  }
  .supbrand-fact .imgshow,.supbrand-fact .text{
      width: 100%;
  }
   .supbrand-fact .imgshow{
       margin: 12px 0 0;
   }
   .supbrand-fact .text .solu-title{
       margin-bottom: 12px;
   }
   .supbrand-fact .text .s-btns{
       margin-top: 12px;
   }
   .procata-kefu{
       background: none;
   }
   .procata-kefu .kufu-bottom{
       margin: 0 0  24px;
       text-align: center;
   }
   .prodis-swiper .gallery-top .imgshow img{
    height: auto;
   }
   .prodis-swiper{
    height: auto;
    top: 0;
   }
   .prod-top.fixbox{
    position: initial;
   }
    .about-word-service p{
        margin: 12px 0;
    }
    .about-leader .imgshow{
        display: block;
        /*padding-bottom: 100%;*/
        position: relative;
        overflow: hidden;
        height: 30vh;
     
    }
    .about-leader .imgshow img{
        position: absolute;
    left: 0;
    top: 0;
       width: auto;
    /*width: 100%;*/
    height: 100%;
    /*object-fit: cover;*/
    }
    .wap-filter{
        display: block;
    }
    .wap-filter .f-t{
        display: flex;
        justify-content: space-between;
        height: 50px;
        line-height: 50px;
        border-radius: 8px;
        padding: 0 20px;
        margin-bottom: 40px;
        background: #F5f5f5;
    }
    .wap-filter .f-t .iconfont{
        font-size: 12px;
    }
    .content-product{
        position: relative;
    }
    .content-left {
        background: #F5f5f5;
        transition: all 0.3s;
        top: 44px;
        width: 100%;
        position: absolute;
        left: 0;
        z-index: 2024;
        
        /*display: none;*/
        opacity: 0;
        visibility: hidden;
        padding-top: 1px;
    }
    .left-menu{
        position: relative;
        /*transform: translateY(20px);*/
        /*transition-delay: 0.3s;*/
        /*transition: all 0.3s;*/
        /*opacity: 0;*/
        /*visibility: hidden;*/
        padding-top: 0;
    }
    .content-left .left-con{
        display: none;
    }
    .fact .content-left{visibility:visible;opacity:1;}
    .prorelated-list .p-item .p-text p{
        display: none;
    }
    .esg-highlights .text .see-more{
        display: none;
    }
    .esg-highlights .wap-btns{
        display: block;
        padding: 16px 0;
    }
    .esg-highlights .wap-btns .see-more{
        width: 100%;
        text-align: center;
    }
    .highlights-cont .h-list .h-t{
        line-height: 1.5;
    }
    .highlights-cont .highlights-swiper .h-page .swiper-button-next,.highlights-cont .highlights-swiper .h-page .swiper-button-prev{
        display: none;
    }
    .highlights-cont .highlights-swiper .h-page .swiper-pagination{
        display: flex;
        width: 100%;
        justify-content: center;
    }
    .highlights-cont .highlights-swiper .h-page .swiper-pagination .swiper-pagination-bullet{
        margin: 0 3px;
    }
    .about-word .text .t-item:after{
        width: 1px;
    }
    .about-word .text .t-item{
        padding: 12px 10px;
    }
    .china-top-box .china-swiper .c-item{
        height: 100%;
        box-sizing: border-box;
    }
    .esg-report a{
       font-size: 12px;
        padding: 7px 21px;
        background: #0B74E3;
        color: #FFF;
        display: flex;
        align-items: center;
        border-radius: 50px;
    }
    .esg-report a:after {
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      bottom: 0;
      right: 0;
      border-radius: 50px;
      border: 6px solid rgba(11, 116, 227, 0.16);
      margin: -6px;
    }
    .index-news-grid .news-list li{
        width: 100%;
    }
    .index-news-grid .news-list li:nth-child(4){
        display: none;
    }
    .solu-p-cont{
        display:flex;
        flex-direction: column-reverse;
    }
   .solu-p-cont .solu-intell-list{
       margin-top: 0;
   }
    .solu-p-cont .text{
        margin-bottom: 20px;
    }
    .solu-p-cont .s-item .text{
        display: none;
    }
    .news-list .learn-more{
        display: none;
    }
    .innovating-info .imgshow .img-box{
        padding-bottom: 50%;
        
    }
    .about-word-service .imgshow .img-box img{
        border-radius: 0;
    }
   .content-newsright{
       display: none;
   }
   .content-newsleft{
       width: 100%;
   }
   .about-word .imgshow{
       height: auto;
   }
   #layid{
       padding:20px 0;
   }
   #layid .xhl-input-xlarge{
       height:30px;
   }
   .xhl-controls .xhl-textarea{
       height:100px;
   }
   #layid #xhlFormSubmit{
       margin-top:0;
       width:100px;
       height:34px;
       line-height:34px;
   }
   .productny-list .p-item h3.f-24{
       color: #1a1a1a;
   }
   .innov-num h4{
       font-size: 12px;
   }
   .see-more img{
       max-width: 15px !important;
    max-height: 15px !important;
    margin-right: 5px !important;
   }
   .prodis-cont .links .btns .see-more{
      margin-right: 5px; 
   }
   .supoem-list .e-item .imgshow{
       border-radius: 0;
   }
   .news-tebitem a{
       font-size: 12px;
   }
   .about-honor{
       min-height: 300px;
   }
   .about-leader .imgshow img{
       border-radius: 0;
   }
   .about-leader{
       border-radius: 10px;
       overflow: hidden;
   }
   .china-top-box .china-swiper .swiper-slide{
       margin-bottom: 0;
   }
}
