* {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  font-family: 'sans-serif', 'Arial';
}

:root {
  --swiper-theme-color: #ec6c00 !important;
  --swiper-navigation-color: #ec6c00 !important;
  --swiper-navigation-size: 24px !important
}

::-webkit-scrollbar {
  display: none
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block
}

body {
  line-height: 1
}

ol,
ul {
  list-style: none
}

blockquote,
q {
  quotes: none
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: ''
}

table {
  border-collapse: collapse;
  border-spacing: 0
}

a {
  text-decoration: none;
  color: inherit
}

li {
  list-style: none
}

* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box
}

img {
  display: block
}

video {
  max-width: 100%
}

.lazyload {
  opacity: 0;
  transition: opacity 0.3s;
}

.lazyload.loaded {
  opacity: 1;
}

.mobile-header {
  display: none
}

.mobile-header .box-wrap {
  padding: 22px 15px;
  box-shadow: 0 0 12px rgb(0 0 0 / .4);
  position: relative;
  z-index: 1000;
  height: 70px;
}

.mobile-header .box-wrap .logo {
  float: none;
  margin: 0 auto;
  position: relative
}

.mobile-header .box-wrap .logo img {
  height: 35px
}

.mobile-header .box-wrap>ul {
  position: relative;
  top: 1px;
  justify-content: space-between
}

.mobile-header .box-wrap>ul>li {
  float: left;
  width: 39px;
  height: 31px;
  line-height: 24px;
  text-align: center;
  position: relative
}

.mobile-header .box-wrap>ul>li#global {
  float: right
}

.mobile-header .box-wrap>ul>li#menu {
  float: left
}

.mobile-header .box-wrap>ul>li#menu .iconfont_bars {
  content: "";
  display: inline-block;
  margin: 0 5px;
  width: 40px;
  height: 40px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(//cdn.xuansiwei.com/sheng12835/images/icon/bars.svg);
  transition: all .3s ease
}

.mobile-header .box-wrap>ul>li#logo {
  border: none;
  float: none;
  width: auto
}

.mobile-header .box-wrap>ul>li .multi-language {
  position: absolute;
  background: #da2337;
  width: 157px;
  text-align: center;
  padding: 10px 20px;
  z-index: 100000;
  top: 40px;
  left: -67px;
  display: none;
  border: 1px solid #fff
}

.mobile-header .box-wrap>ul>li .multi-language li {
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #fff
}

.mobile-header .box-wrap>ul>li .multi-language li:last-child {
  border-bottom: none;
  margin-bottom: 0
}

.mobile-header .box-wrap>ul>li .multi-language li a {
  color: #fff;
  font-size: 14px
}

.mobile-header .box-wrap>ul>li.active {
  border: 1px solid #1f2256;
  background: #1f2256
}

.mobile-header .box-wrap>ul>li.active i {
  color: #fff
}

.mobile-header .box-wrap>ul>li i {
  color: #ec6c00;
  font-size: 30px;
  line-height: normal
}

.spcm-shadow {
  background: rgb(0 0 0 / .5);
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1000000;
  display: none
}

.spcm-menu-box {
  display: none;
  width: 100%;
  position: absolute;
  background: #fff;
  left: 0;
  top: 0;
  z-index: 101;
  box-shadow: 0 0 12px rgb(0 0 0 / .7);
  transition: All .4s ease-in-out;
  -webkit-transition: All .4s ease-in-out;
  -moz-transition: All .4s ease-in-out;
  -o-transition: All .4s ease-in-out;
  -webkit-transform: translateX(-105%);
  -moz-transform: translateX(-105%);
  -ms-transform: translateX(-105%);
  -o-transform: translateX(-105%);
  transform: translateX(-105%)
}

.spcm-menu-box.active {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  transition: all .3s;
  display: block
}

.spcm-menu-box.active .bottom-toggle {
  visibility: visible
}

.spcm-menu-box.active .bottom-toggle.no {
  visibility: hidden
}

.spcm-menu-box.active .product-toggle.active {
  visibility: visible
}

.spcm-menu-box .top {
  padding: 0 30px;
  text-align: center;
  box-shadow: 0 0 12px rgb(145 145 145 / .7);
  position: relative;
  z-index: 10000;
  justify-content: space-between;
  align-items: center;
  min-height: 70px;
  display: flex
}

.spcm-menu-box .top i {
  color: #000;
  font-size: 22px;
  position: relative;
  top: 3px;
  cursor: pointer
}

.spcm-menu-box .top i.iconfont_times {
  content: "";
  display: inline-block;
  margin: 0 5px;
  width: 20px;
  height: 20px;
  background-size: contain;
  background-repeat: no-repeat;
  /* background-image: url(//cdn.xuansiwei.com/sheng12835/images/icon/times.svg); */
  transition: all .3s ease
}

.spcm-menu-box .top_bottom {
  visibility: visible
}

.spcm-menu-box .top_bottom.no {
  visibility: hidden
}

.spcm-menu-box li {
  position: relative;
  line-height: 60px;
  display: flex;
  font-size: 14px;
  color: #333;
  align-items: center;
  padding: 0;
  border-bottom: 1px solid #ddd;
}

.spcm-menu-box li:last-child {
  border-bottom: none
}

.spcm-menu-box li a {
  color: #666;
  font-size: 14px;
  padding: 0 30px;
  width: 100%
}

.spcm-menu-box .iconfont_black_right {
  content: "";
  display: inline-block;
  min-width: 60px;
  min-height: 24px;
  background: url(//cdn.xuansiwei.com/sheng12835/images/icon/black_right.svg) center no-repeat;
  background-size: contain;
}

.spcm-menu-box span {
  width: 60px;
  min-width: 60px;
  height: 59px;
  line-height: 60px;
  text-align: center;
  display: inline-block;
  border-right: 1px solid #ccc
}

.spcm-menu-box span .iconfont_black_left {
  content: "";
  display: inline-block;
  min-width: 20px;
  min-height: 20px;
  background: url(//cdn.xuansiwei.com/sheng12835/images/icon/black_left.svg) center no-repeat;
  background-size: contain;
}

.spcm-menu-box .bottom-toggle,
.spcm-menu-box .product-toggle {
  position: absolute;
  width: 100%;
  z-index: 100;
  top: 70px;
  background: #fff;
  transition: All .4s ease-in-out;
  -webkit-transition: All .4s ease-in-out;
  -moz-transition: All .4s ease-in-out;
  -o-transition: All .4s ease-in-out;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
  visibility: hidden
}

.spcm-menu-box .bottom-toggle.active,
.spcm-menu-box .product-toggle.active {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0)
}

.spcm-menu-box .logo img {
  width: 100px
}

.color_white {
  color: #fff
}

.hide {
  display: none !important
}

.flex {
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row
}

.spcm-header {
  width: 100%;
  height: 45px;
  background-color: #2d363f
}

.spcm-header .spcm-header-box {
  margin: 0 auto;
  line-height: 45px;
  display: flex;
  justify-content: space-between;
  align-items: center
}

.spcm-header .spcm-header-box p,
.spcm-header .spcm-header-box a {
  font-size: 12px;
  color: #FFF;
  line-height: 27px;
  position: relative;
  margin-left: 18px;
  margin-right: 18px
}

.spcm-header .spcm-header-box p::before,
.spcm-header .spcm-header-box a::before {
  font-size: 18px;
  color: #FFF;
  margin-right: 7px
}

.spcm-header .spcm-header-box>:first-child::before {
  content: "";
  display: inline-block;
  margin: 0 5px;
  width: 15px;
  height: 15px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(//cdn.xuansiwei.com/sheng12835/images/icon/phone.svg);
  transition: all .3s ease
}

.spcm-header .spcm-header-box>:nth-child(2)::before {
  content: "";
  display: inline-block;
  margin: 0 5px;
  width: 15px;
  height: 15px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(//cdn.xuansiwei.com/sheng12835/images/icon/mail.svg);
  transition: all .3s ease
}

.spcm-header .spcm-header-box>:last-child {
  display: flex;
  height: 100%;

  text-align: center;
  color: #fff;
  line-height: 45px;
  transition: all .3s ease;
  font-size: 12px
}

.spcm-header .spcm-header-box>:last-child a {
  line-height: 30px;
  margin: auto 10px
}

.spcm-nav {
  width: 100%;
  position: fixed;
  z-index: 2;
  background: #FFF;
  transition: all .5s;
  top: 45px;
  box-shadow: 0px 10px 20px #DDD;
}

.spcm-nav .spcm-nav-u {
  width: 100%;
  max-width: 1368px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  /*04-16改between增加PC顶部间距*/
  align-items: center
}

.spcm-nav .spcm-nav-u .ulbox {
  display: flex;
  max-width: calc(100% - 230px);
  width: 100%;
  justify-content: space-evenly;
}

.spcm-nav .spcm-nav-u .imgbox {
  display: block;
  transition: all .3s ease
}

.spcm-nav .spcm-nav-u .imgbox>img {
  width: 90px
}

.spcm-nav .spcm-nav-u .nav_first {
  position: relative;
}

.spcm-nav .spcm-nav-u .nav_first_li .nav_a {
  display: block;
  height: 100%;
  line-height: 85px;
  font-size: 18px;
  color: #323232
}

.spcm-nav .spcm-nav-u .nav_first_li:hover {
  color: #ec6c00
}

.spcm-nav .spcm-nav-u .nav_first_li:hover .nav_sonul {
  height: auto;
  opacity: 1
}

.spcm-nav.fex>.spcm-nav-u .nav_first_li:hover .nav_sonul {
  height: auto;
  opacity: 1
}

.spcm-nav .spcm-nav-u .nav_first_li.active {
  color: #ec6c00;
  border-bottom: 6px #ec6c00 solid
}

.spcm-nav .spcm-nav-u .nav_first_li .nav_sonul {
  border-radius: 0 0 10px 10px;
  height: 0;
  transition: all .3s ease;
  overflow: hidden;
  position: absolute;
  background: #fff;
  box-shadow: 0 0 10px 0 rgb(0 0 0 / .2);
  left: 50%;
  opacity: 0;
  transform: translateX(-50%);
  z-index: 15
}

.spcm-nav .spcm-nav-u .nav_first_li .nav_sonul li {
  list-style: none;
  transition: all 0.3s ease
}

.spcm-nav .spcm-nav-u .nav_first_li .nav_sonul .nav_sonli {
  white-space: nowrap;
  display: block;
  padding: 5px 15px;
  font-size: 14px;
  text-align: center;
  color: #1e2d3b;
  line-height: 30px;
  transition: all .3s ease
}

.spcm-nav .spcm-nav-u .nav_first_li .nav_sonul .nav_sonli:hover {
  background: #ec6c00;
  color: #fff
}

.spcm-nav .spcm-nav-u>.nav_first_li {
  list-style: none
}

.spcm-nav .nav_first_href {
  font-size: 17px;
  height: 90px;
  color: #333;
  display: inline-flex;
  text-align: center;
  align-items: center;
  line-height: 1.5;
  position: relative;
}

.spcm-nav .nav_first_href:hover,
.spcm-nav .nav_first_href:active {
  color: #ec6c00
}

.fex {
  top: 0;
}

.deta .nav_first_href {
  color: #000
}

.spcm-banner {
  position: relative;
}

.spcm-banner .swiper-slide {
  position: relative
}

.spcm-banner .swiper-slide .text {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%
}

.spcm-banner .swiper-slide .text .text_container {
  flex-direction: column;
  height: 100%;
  justify-content: center;
  text-align: left
}

.spcm-banner .swiper-slide .text .text_container .theme {
  color: #fff;
  font-size: 35px;
  max-width: 40%
}

.spcm-banner .swiper-slide .text .text_container .description {
  font-size: 16px;
  margin: 20px 0;
  color: #fff;
  max-width: 40%;
  line-height: 30px
}

.spcm-banner .swiper-slide .text .text_container .btn {
  width: 218px;
  line-height: 46px;
  background: linear-gradient(0deg, #296ee4, #50b6f3);
  border-radius: 23px;
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  text-align: center
}

.spcm-banner .swiper-slide .text .text_container .btn:hoveR {
  background: linear-gradient(180deg, #296ee4, #50b6f3)
}

.spcm-banner .swiper-slide:nth-child(2) .btn {
  left: calc(21% - 109px);
  top: calc(59% - 23px)
}

.spcm-banner .swiper-slide:nth-child(3) .btn {
  left: calc(21% - 109px);
  top: calc(63% - 23px)
}

.spcm-banner .swiper-slide:nth-child(4) .btn {
  left: calc(50% - 109px);
  top: calc(42% - 23px)
}

.spcm-banner img {
  /* padding-top: 90px; */
  width: 100%
  /* @media (max-width:768) {
    padding-top: 0;
  } */
}

.spcm-banner .swiper-pagination>:first-child::after,
.spcm-banner .swiper-pagination>:last-child::after {
  display: none
}

.spcm-banner .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ddd;
  margin: 0 10px !important;
  position: relative;
  opacity: .6
}

.spcm-banner .swiper-pagination .swiper-pagination-bullet-active {
  background: #ec6c00;
  opacity: 1
}

.spcm-product {
  width: 100%;
  background-color: #fff;
  position: relative;
  margin-bottom: 100px
}

.spcm-product .titlebox {
  padding-bottom: 60px;
  width: 100%;
  position: relative;
  display: block
}

.spcm-product.blog_background .titlebox {
  padding-top: 100px;
  text-align: center;
}

.spcm-product .titlebox a {
  font-weight: 700
}

.spcm-product .title {
  text-align: center;
  color: #000
}

.spcm-product .title-first {
  width: 100%;
  font-size: 36px;
  text-align: center;
  font-weight: 700;
  margin: 100px 0 120px;
}

.spcm-product a.title {
  transition: all .3s ease
}

.spcm-product a.title:hover {
  color: #ec6c00
}

.spcm-product .title-second {
  font-size: 16px;
  color: #666;
  margin: 40px auto;
  line-height: 2;
  width: 60%
}

.spcm-product .title-L {
  top: 113px;
  border: 1px solid #000;
  height: 47px
}

.spcm-product .product-third {
  margin-top: 100px;
  background-color: #f7f7f7
}

.spcm-product .product-content {
  width: 100%;
  position: relative
}

.spcm-product .product-content .contenttop {
  height: 375px;
  display: flex;
  justify-content: space-between
}

.spcm-product .product-content .content {
  position: relative;
  transition: all .3s ease;
  overflow: hidden;
  width: calc(50% - 8px);
  margin-bottom: 15px
}

.spcm-product .product-content .content .shadow_box p {
  line-height: 2;
  color: #fff;
  opacity: 0;
  font-size: 16px;
  transition: all .3s ease
}

.spcm-product .product-content .content:hover .shadow_box {
  background-color: rgb(0 0 0 / .3)
}

.spcm-product .product-content .content:hover .shadow_box p {
  opacity: 1;
  transform: translate3d(0, -8px, 0)
}

.spcm-product .product-content .content:hover .p_btn {
  top: 244px;
  background-color: #ec6c00
}

.spcm-product .product-content .bg1 {
  background: url(//cdn.xuansiwei.com/sheng12835/images/index_1.jpg) center;
  background-size: cover
}

.spcm-product .product-content .bg2 {
  background: url(//cdn.xuansiwei.com/sheng12835/images/index_2.jpg) center;
  background-size: cover
}

.spcm-product .product-content .bg3 {
  background: url(//cdn.xuansiwei.com/sheng12835/images/index_3.jpg) center;
  background-size: cover
}

.spcm-product .product-content .bg4 {
  background: url(//cdn.xuansiwei.com/sheng12835/images/index_4.jpg) center;
  background-size: cover
}

.spcm-product .product-content .content .shadow_box {
  background-color: rgb(0 0 0 / .1);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 5.8%;
  z-index: 2
}

.spcm-product .product-content .shadow_box .text-bold {
  color: #fff;
  z-index: 2;
  font-size: 24px;
  margin-bottom: 24px;
  display: block;
  transition: all .3s ease;
  line-height: 1.5
}

.spcm-product .product-content .shadow_box .text-bold:hover {
  color: #ec6c00
}

.spcm-product .product-content .concenter {
  width: 10px;
  height: 375px;
  margin: 0 auto
}

.spcm-product .product-content .pad {
  padding: 50px;
  color: #fff;
  position: relative
}

.spcm-product .product-content .pad::before {
  content: '';
  background-color: rgb(0 0 0 / .5);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

.spcm-product .product-content .pad:hover .p_btn {
  background-color: #ec6c00
}

.spcm-product .product-content .p_btn {
  padding: 0 15px;
  border: 1px solid #fff;
  font-size: 14px;
  color: #fff;
  background-color: #fff0;
  position: absolute;
  top: 66%;
  line-height: 30px;
  text-align: center;
  width: max-content;
  transition: all .3s ease;
  z-index: 2;
  display: flex;
  align-items: center
}

.spcm-product .product-content .p_btn .iconfont_right {
  display: inline-block;
  width: 30px;
  height: 30px;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(//cdn.xuansiwei.com/sheng12835/images/icon/right.svg)
}

.spcm-product .product-second {
  padding: 0 78px 0 91px;
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto
}

.spcm-product .product-second .de {
  position: absolute;
  bottom: -71px
}

.spcm-product .product-second .swiper-containertwo {
  overflow: hidden
}

.spcm-product .product-second .swiper-containertwo .swiper-pagination-bullet-active {
  background: #000
}

.spcm-product .product-second .swiper-button-next,
.spcm-product .product-second .swiper-button-prev {
  top: 50%;
  outline: none
}

.spcm-product .product-second .second-list {
  width: 100%
}

.spcm-product .product-second .second-list .swiper-slide {
  background: none
}

.spcm-product .product-second .second-list .list {
  width: 283px;
  float: left;
  flex-direction: column;
  margin-top: 2px;
  padding: 10px
}

.spcm-product .product-second .second-list .list .product-photo {
  position: relative
}

.spcm-product .product-second .second-list .list .product-model {
  padding-top: 20px;
  text-align: left;
  font-weight: 600
}

.spcm-product .product-second .second-list .list .product-title {
  padding-top: 10px;
  text-align: left;
  height: 65px
}

.spcm-product .product-second .second-list .list .product-view-more {
  width: 100%;
  font-size: 10px;
  padding-top: 20px;
  text-align: left;
  text-decoration: underline;
  color: #ec6c00
}

.spcm-product .product-second .second-list .list:hover img {
  box-shadow: 0 0 16px rgb(0 0 0 / .1)
}

.spcm-product .product-second .second-list .list:hover>div a {
  color: #ec6c00
}

.spcm-product .product-second .second-list .list>div>a {
  color: #282828;
  line-height: 16px;
  font-size: 14px;
  display: block
}

.product_list_grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 40px;
}

.spcm-product .product_item {
  text-align: center;
  border-radius: 5px;
  overflow: hidden;
}

.spcm-product .product_item .tl_box {
  display: flex;
  overflow: hidden
}

.spcm-product .product_item .tl_box .product_photo {
  position: relative;
  overflow: hidden
}

.spcm-product .product_item .tl_box>img {
  display: block;
  max-width: 90%
}

.spcm-product .product_item .tl_box .undeimg {
  font-size: 14px;
  text-align: center;
  color: #666;
  line-height: 1.75;
  min-height: 3.5em;
  margin-top: 20px
}

.spcm-product .product_item .tl_box .undeimg:hover {
  color: #ec6c00
}

.spcm-product .product_item .tl_box .product_hover {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.5s ease, transform 2s cubic-bezier(0, 0, .44, 1.18)
}

.spcm-product .product_item .tl_box:hover .product_hover {
  opacity: 1;
  transform: scale(1.1)
}

.spcm-product .product_item .product_model {
  font-size: 16px;
  color: #666;
  padding: 12px;
  line-height: 1.5;
  min-height: 72px;
  display: block
}

.ban-elementor {
  background: url("//cdn.xuansiwei.com/sheng12835/1767606261671/1730-450px_r__1730-450_c__052d9b_.png?x-oss-process=style/png_small") center no-repeat;
  background-size: cover;
  min-height: 600px;
  display: flex;
  flex-direction: row;
  align-items: center;
  color: #FFF;
}

.ban-elementor h2 {
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 35px;
}

.ban-elementor .sub-text {
  font-size: 18px;
  line-height: 2;
}

.index-intr {
  display: flex;
  justify-content: space-between;
}

.index-intr .index-intr-box {
  width: 48%;
  color: #666;
  font-size: 18px;
  line-height: 1.75;
}

.index-intr .index-intr-box h3 {
  font-size: 36px;
  color: #333;
  text-align: left;
  margin-bottom: 30px;
  font-weight: bold;
}

.index-intr .index-intr-box p {
  margin-bottom: 1em;
}

.spcm-product .factory_video {
  position: relative;
  width: 100%
}

#factory_video {
  display: block;
  width: 100%;
    height: 450px;
    object-fit: cover;
}

.spcm-product .factory_video .factory_video_modal {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(0 0 0 / .5);
  display: flex;
  justify-content: center;
  align-items: center
}

.spcm-product .factory_video .factory_video_modal .factory_video_title {
  color: #fff;
  font-size: 40px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase
}

.spcm-product .feedback_item {
  display: flex;
  justify-content: space-between;
  align-items: center
}

.spcm-product .feedback_item .feedback_text {
  width: 50%
}

.spcm-product .feedback_item .feedback_text .feedback_title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 30px
}

.spcm-product .feedback_item .feedback_text .feedback_description {
  font-size: 18px;
  line-height: 1.75
}

.spcm-product .feedback_item .feedback_avatar {
  width: 50%;
  text-align: center
}

.spcm-product .feedback_item .feedback_avatar .avatar {
  border-radius: 50%;
  background-color: #fff;
  padding: 1px;
  box-shadow: 5px 8px 10px 1px rgb(0 0 0 / .3);
  margin: 0 auto;
  min-width: 180px;
  min-height: 180px
}

.spcm-product .feedback_item .feedback_avatar .region {
  margin: 20px 0
}

.spcm-product.blog_background {
  background-color: #ececec;
  padding-bottom: 100px;
}

.spcm-product .blog_wrapper {
  display: grid;
  grid-template-columns: repeat(3, minmax(310px, 1fr));
  gap: 40px
}

.spcm-product .blog_wrapper .blog_item {
  border-radius: 5px;
  position: relative;
  overflow: hidden
}

.spcm-product .blog_wrapper .blog_item .blog_item_text {
  position: absolute;
  bottom: 0;
  padding: 20px;
  color: #fff;
  width: 100%;
  transform: translate3d(0, 75px, 0);
  transition: all 0.3s;
}

.spcm-product .blog_wrapper .blog_item:hover .blog_item_text {
  transform: translate3d(0, 0, 0);
  font-weight: bold;
}

.spcm-product .blog_wrapper .blog_item .blog_item_text .blog_title {
  margin-bottom: 30px;
  font-size: 18px;
  line-height: 1.5;
}

.spcm-product .blog_wrapper .blog_item .blog_item_text .blog_date {
  font-size: 14px
}

.spcm-product .blog_wrapper .blog_item .blog_item_text .check_more {
  font-size: 14px;
  margin-top: 20px
}

.spcm-product .blog_wrapper .blog_item .blog_item_modal {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to top, rgb(0 0 0 / .8) 0%, #fff0 100%)
}

.spcm-product .contact_wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.spcm-product .contact_wrapper .contact_form {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 50%;
  background: url(//cdn.xuansiwei.com/sheng12835/images/form_bg.jpg) left top no-repeat;
  background-size: cover;
  padding: 30px 35px;
  color: #FFF
}

.spcm-product .contact_wrapper .contact_form .contact_header {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 20px
}

.spcm-product .contact_wrapper .contact_form .contact_text {
  font-size: 14px;
  margin-bottom: 20px;
  line-height: 1.75
}

.spcm-product .contact_wrapper .contact_form .input_form {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px
}

.spcm-product .contact_wrapper .contact_form .input_form .input {
  font-size: 12px;
  padding: 10px 18px;
  background: RGB(255 255 255 / .4);
  margin-bottom: 15px;
  width: 100%;
  border: none
}

.spcm-product .contact_wrapper .contact_form .input_form .input::-webkit-input-placeholder {
  color: #FFF;
  font-size: 14px
}

.spcm-product .contact_wrapper .contact_form .input_form .input:-ms-input-placeholder {
  color: #FFF;
  font-size: 14px
}

.spcm-product .contact_wrapper .contact_form .input_form .input::placeholder {
  color: #FFF;
  font-size: 14px
}

.spcm-product .contact_wrapper .contact_form .input_form .form_textarea .input {
  height: 129px
}

.spcm-product .contact_wrapper .contact_form .input_form .form_textarea .submit {
  text-align: Center;
  width: 100%;
  padding: 10px 18px;
  border: none;
  background-color: #fff;
  resize: none;
  cursor: pointer
}

footer {
  background-color: #2d363f;
}

footer .tabbox {
  display: flex;
  position: relative;
  justify-content: space-between;
  color: #EEE;
  padding: 85px 0 40px;
}

footer .tabbox .footer-heading {
  font-size: 18px;
  margin-bottom: 30px;
}

footer .tabbox li {
  font-size: 14px;
  margin-bottom: 15px;
  line-height: 1.5;
}

footer .talk {
  background: url(//cdn.xuansiwei.com/sheng12835/images/icon/phone.svg) left center no-repeat;
  padding-left: 30px;
  background-size: 20px;
}

footer .map {
  background: url(//cdn.xuansiwei.com/sheng12835/images/icon/address.svg) left center no-repeat;
  padding-left: 30px;
  background-size: 20px;
}

footer .email {
  background: url(//cdn.xuansiwei.com/sheng12835/images/icon/mail.svg) left center no-repeat;
  padding-left: 30px;
  background-size: 20px
}

footer .media {
  margin-top: 40px;
}

footer .iconfont_facebook {
  display: inline-block;
  margin: 0 5px;
  width: 25px;
  height: 25px;
  background: url(//cdn.xuansiwei.com/sheng12835/images/icon/facebook.svg) center no-repeat;
  transition: all .3s ease;
  background-size: cover;
}

footer .iconfont_twitter {
  display: inline-block;
  margin: 0 5px;
  width: 25px;
  height: 25px;
  background: url(//cdn.xuansiwei.com/sheng12835/images/icon/x-twitter.svg) center no-repeat;
  transition: all .3s ease;
  background-size: cover;
}

footer .iconfont_youtube {
  display: inline-block;
  margin: 0 5px;
  width: 25px;
  height: 25px;
  background: url(//cdn.xuansiwei.com/sheng12835/images/icon/youtube.svg) center no-repeat;
  transition: all .3s ease;
  background-size: cover;
}

footer .iconfont_instagram {
  display: inline-block;
  margin: 0 5px;
  width: 25px;
  height: 25px;
  background: url(//cdn.xuansiwei.com/sheng12835/images/icon/instagram.svg) center no-repeat;
  transition: all .3s ease;
  background-size: cover;
}

footer .copyright-wapper {
  color: #999;
  font-size: 12px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-bottom: 50px;
  line-height: 1.5;
}

.f-r {
  float: right
}

.swiper-container {
  width: 100%;
  overflow: hidden
}

.swiper-slide {
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center
}

.center {
  width: 100%;
  max-width: 1368px;
  margin: 0 auto
}

.smcenter {
  width: 1440px;
  max-width: 100%;
  margin: 0 auto
}

.sep_breadcrumb .sep_container .div_boxs .breadcrumb>:first-child::before {
  content: "";
  margin-right: 15px;
  display: inline-block;
  width: 12px;
  height: 12px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(//cdn.xuansiwei.com/sheng12835/images/icon/home.svg)
}

.pad_detail::after {
  content: "\e627";
  position: absolute;
  bottom: 15px;
  left: 15px;
  font-size: 58px;
  color: #ec6c00
}

.pro_title {
  font-size: 32px;
  line-height: 1.75;
  display: block;
  transition: all .3s ease
}

a.pro_title:hover {
  color: #ec6c00
}

.sep_breadcrumb {
  width: 100%;
  margin-top: 90px;
}

.sep_breadcrumb .sep_container {
  padding: 25px 0;
}

.sep_breadcrumb i {
  margin-right: 10px;
  line-height: 24px
}

.sep_breadcrumb .breadcrumb {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap
}

.sep_breadcrumb .breadcrumb li {
  display: flex;
  align-items: center;
  line-height: 1.5;
  color: #ec6c00;
  font-size: 16px;
}

.sep_breadcrumb .breadcrumb li:after {
  content: "";
  margin: 0 8px;
  display: inline-block;
  width: 12px;
  height: 12px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(//cdn.xuansiwei.com/sheng12835/images/icon/triangle-right.svg)
}

.sep_breadcrumb .breadcrumb li:last-child:after {
  content: '';
  display: none
}

.flex_d {
  flex-direction: column
}

.richtext_module {
  padding: 100px 0;
  background-color: #000
}

.richtext_module .pro_title {
  color: #fff
}

.richtext_module .richtext {
  margin-top: 30px;
  color: #fff
}

.richtext_module .richtext img {
  max-width: 100%;
  margin: 0 auto
}

.richtext_module .richtext ul {
  padding-left: 20px
}

.richtext_module .richtext ul li {
  list-style: outside disc
}

.richtext_module .richtext p {
  color: #999
}

.contact_modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-Color: RGBA(0, 0, 0, 0.3);
  z-Index: 90;
  display: none;
  justify-content: center;
  align-items: center;
  display: none;
}

.modal_content {
  position: relative;
  width: 720px;
  max-width: 90%;
  padding: 10px;
  background: #FFF;
  border-radius: 8px;
  transition: transform 0.1s ease 5s;
}

.contact_modal.active {
  display: flex;
}

.modal_content .close {
  position: absolute;
  top: -15px;
  right: -15px;
  width: 30px;
  height: 30px;
  background: url("//cdn.xuansiwei.com/sheng12835/images/close.svg") center no-repeat;
  cursor: pointer;
  border: none;
  border-radius: 50%;
  background-color: #FFF;
  z-Index: 99;
}

.modal_content .form {
  padding: 20px;
}

.form .form-group {
  display: block;
  position: relative;
  margin-bottom: 20px;
  width: 100%;
}

.form input {
  height: 45px
}

.form textarea {
  height: 200px
}

.form input,
.form textarea {
  width: 100%;
  resize: none;
  background: #fff;
  border-radius: 5px;
  border: 1px solid #DDD;
  outline: none;
  font-size: 16px;
  color: #2a2a2a;
  line-height: 45px;
  padding: 0 25px
}

.form input::placeholder,
.form textarea::placeholder {
  font-size: 14px;
  color: #666;
  line-height: 41px
}

.form .form_submit {
  margin: auto;
  background: #ec6c00;
  outline: none;
  font-size: 20px;
  text-align: center;
  color: #fff;
  line-height: 41px;
  width: 200px;
  border-radius: 5px;
  transition: all .3s ease;
}

.contact_detail .contact_box {
  display: flex;
  align-items: start;
  justify-content: space-between;
}

.contact_detail .contact_item {
  line-height: 2;
  color: #666;
  width: 48%;
  font-size: 16px;
}

.contact_detail .contact_item .contact_label {
  color: #ec6c00;
  font-size: 20px;
  font-weight: bold;
  margin: 30px 0 5px;
}

.contact_detail .contact_item a {
  padding: 0 5px;
  color: #666;
}

.contact_detail .contact_item a:hover {
  color: #ec6c00
}

.contact .form .sub-button {
  position: relatve;
  margin: 0;
  width: fit-content;
  cursor: pointer;
  padding: 0 20px;
  text-wrap: nowrap
}

#pro_total,
#proonbage,
.full-screen {
  overflow: hidden
}

#pro_total .toma {
  background-color: #fff;
  padding-bottom: 7%
}

#pro_total .toma .description {
  background-color: #f0f0f0;
  padding: 6% 0;
  margin-bottom: 6%
}

#pro_total .toma .description .pro_title {
  margin-bottom: 20px
}

#pro_total .toma .description .pro_description {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  font-size: 16px;
  line-height: 1.75;
  padding: 0 20px;
  color: #999
}

#pro_total .toma .smcenter .pro_title {
  margin-bottom: 66px
}

#pro_total .tp {
  padding-top: 104px;
  padding-bottom: 132px;
  position: relative
}

#pro_total .tp .swiper-container {
  margin-top: 50px
}

#pro_total .tp .swiper-container .swiper-slide {
  display: block;
  background: #fff
}

#pro_total .tp .swiper-container .swiper-slide .imgbox {
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all .3s ease;
  overflow: hidden
}

#pro_total .tp .swiper-container .swiper-slide .imgbox img {
  transition: all .3s ease
}

#pro_total .tp .swiper-container .swiper-slide .imgbox img:hover {
  transform: scale(1.2)
}

#pro_total .tp .swiper-container .swiper-slide .undimg {
  display: block;
  font-size: 16px;
  text-align: center;
  color: #666;
  line-height: 22px;
  margin-top: 45px;
  min-height: 2em
}

#pro_total .tp .swiper-container .swiper-slide .undimg:hover {
  color: #ec6c00
}

#pro_total .faq .pro_title {
  color: #fff;
  margin-bottom: 77px;
  text-align: left
}

#pro_total .faq .qaq .smcenter {
  position: relative;
  border-bottom: 1px solid rgb(255 255 255 / .2)
}

#pro_total .faq .qaq .smcenter .aad {
  position: absolute;
  right: 44px;
  top: 25px;
  color: #fff;
  font-size: 20px;
  transition: all .3s ease
}

#pro_total .faq .qaq .smcenter .qaq_a {
  line-height: 69px;
  font-size: 18px;
  position: relative
}

#pro_total .faq .qaq .smcenter .qaq_a::before {
  font-size: 22px;
  color: #fff;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(//cdn.xuansiwei.com/sheng12835/images/icon/question.svg)
}

#pro_total .faq .qaq .smcenter .noe {
  display: none;
  font-size: 16px;
  line-height: 28px;
  margin-top: 18px;
  margin-bottom: 35px;
  transition: all .3s ease
}

#pro_total .faq .qaq .smcenter .qaq_a,
#pro_total .faq .qaq .smcenter .noe {
  color: #fff;
  padding-left: 45px;
  transition: all .3s ease
}

#pro_total .faq .qaq .smcenter>:first-child {
  transform: rotate(90deg)
}

#pro_total .faq .qaq .ative {
  transition: all .3s ease
}

#pro_total .faq .qaq .ative>.aad:first-child {
  transform: rotate(0)
}

#pro_total .faq .qaq .ative .noe {
  display: block
}

#pro_total .faq .qaq .ative .qaq_a {
  background-color: rgb(255 255 255 / .2)
}

.pagination {
  display: flex;
  justify-content: center;
}

.page-item {
  color: #FFF;
  margin: 8px;
}

.mt50 {
  margin-top: 50px
}

#proonbage {
  display: block
}

#proonbage .anson {
  padding-top: 83px;
  padding-bottom: 100px;
  background-color: #f7f7f7
}

#proonbage .anson .smcenter>:first-child {
  font-size: 16px;
  color: #272727;
  line-height: 34px
}

#proonbage .anson .smcenter>:first-child>:first-child {
  color: #ec6c00;
  font-weight: 700
}

#proonbage .content {
  display: flex;
  padding-top: 100px;
  justify-content: space-between;
  margin-bottom: 30px
}

#proonbage .content.flex-wrap {
  display: flex;
  padding-top: 100px;
  margin-bottom: 30px;
  flex-wrap: wrap;
  justify-content: center
}

#proonbage .content .proone_left {
  width: 65%
}

#proonbage .content .proone_left.w75 {
  width: 75%
}

#proonbage .content .proone_left.w75 .richtext {
  padding: 15px
}

.page {
  display: flex;
  align-items: center;
  padding: 30px 0;
  border-top: 2px solid #eee;
  border-bottom: 2px solid #eee;
  position: relative;
}

.page a {
  position: relative;
  display: block
}

.page .prev {
  flex: 0 1 50%;
  max-width: 50%;
  text-align: start
}

.page .prev a {
  padding-inline: 55px 20px
}

.page .label {
  display: block;
  font-size: 16px;
  color: rgb(51 51 51 / .65)
}

.page .title {
  display: block;
  transition: all 0.25s ease;
  font-size: 16px;
  line-height: 1.2;
  margin: 10px 50px;
  color: #666;
}

.page .title:hover {
  color: rgb(51 51 51 / .65)
}

.page .prev .iconfont_left_circle {
  content: "";
  display: inline-block;
  min-width: 28px;
  min-height: 28px;
  margin-right: 10px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(//cdn.xuansiwei.com/sheng12835/images/icon/left_circle.svg);
  transition: all .3s ease;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  inset-inline-start: 0
}

.page .next {
  flex: 0 1 50%;
  max-width: 50%;
  text-align: end
}

.page .next a {
  padding-inline: 20px 55px
}

.page .next .iconfont_right_circle {
  content: "";
  display: inline-block;
  min-width: 28px;
  min-height: 28px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(//cdn.xuansiwei.com/sheng12835/images/icon/left_circle.svg);
  transition: all .3s ease;
  position: absolute;
  top: 50%;
  transform: rotate(180deg) translateY(50%);
  inset-inline-end: 0
}

.page .iconfont_list {
  content: "";
  display: inline-block;
  min-width: 40px;
  min-height: 40px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(//cdn.xuansiwei.com/sheng12835/images/icon/list.svg);
  transition: all .3s ease;
  cursor: pointer
}

.content .proone_left .pro_title {
  margin-bottom: 52px
}

#proonbage .content .proone_right {
  flex: 0 1 30%;
  height: min-content;
  top: 150px;
  position: sticky
}

#proonbage .content .proone_right .pr_title {
  font-size: 20px;
  color: #ec6c00;
  line-height: 15px;
  border-bottom: 2px solid #ec6c00;
  margin-bottom: 30px;
  padding-bottom: 22px;
  max-width: 10%;
  white-space: nowrap;
  display: block
}

#proonbage .content .proone_right .pr_title:hover {
  text-decoration: underline
}

# .content {
  display: flex;
  padding-top: 100px;
  justify-content: space-between
}

# .content .proone_left {
  flex: 0 0 70%;
  width: 70%
}

# .content .proone_left .pro_title {
  margin-bottom: 52px;
  text-align: left
}

# .content .proone_right {
  flex: 0 1 25%;
  height: min-content
}

# .content .proone_right .pr_title {
  font-size: 20px;
  color: #ec6c00;
  line-height: 15px;
  border-bottom: 2px solid #ec6c00;
  margin-bottom: 30px;
  padding-bottom: 22px;
  max-width: 10%;
  white-space: nowrap
}

# .our {
  display: flex;
  justify-content: space-between
}

# .our .swiper-button-next::after,
# .our .swiper-button-prev::after {
  display: none
}

# .our .swiper-button-next,
# .our .swiper-button-prev {
  top: auto;
  bottom: 27px
}

# .our .swiper-button-next {
  right: 33px
}

# .our .swiper-button-prev {
  left: auto;
  right: 77px
}

# .our .iconfont {
  font-size: 27px;
  color: #ccc
}

.content {
  display: flex;
  padding-top: 100px;
  justify-content: space-between
}

.opind {
  padding: 89px 0;
  border-bottom: 1px solid #ddd;
}

.product-header {
  display: flex;
  justify-content: space-between;
}

.product-header .opind_left {
  width: 100%;
  max-width: 540px;
  position: relative;
  margin: auto;
}

.product-header .opind_right {
  width: 50%;
}

.product-header h1 {
  margin-bottom: 28px;
  color: #ec6c00;
}

.product-header .t {
  margin-bottom: 10px;
  color: #777;
}

.product-header .t p {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 1.75;
}

.product-header .t ul {
  padding: 20px 0;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}

.product-header .t li {
  display: block;
  margin: 0;
  width: 100%;
  font-size: 14px;
  line-height: 1.75;
}

.product-header .feature_content h3 {
  margin: 20px 0;
  line-height: 1.75;
  font-size: 16px;
  font-weight: 600;
  color: #ec6c00;
}

.product-header .feature_content p {
  font-size: 14px;
  color: #777;
  position: relative;
  margin-bottom: 5px;
}

.product-header .quote {
  display: block;
  width: fit-content;
  background: #ec6c00;
  text-align: center;
  font-size: 16px;
  color: #fff;
  line-height: 42px;
  transition: all .3s ease;
  text-transform: uppercase;
  padding: 0 20px;
  white-space: nowrap;
  margin-top: 33px;
}

.product-header .swiper-container {
  position: relative;
}

.product-header .play-btn {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  position: absolute;
  bottom: 30px;
  right: 30px;
  font-size: 28px;
  cursor: pointer;
  z-index: 7;
}

.product-header .iconfont_play {
  content: "";
  display: inline-block;
  width: 48px;
  height: 48px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(//cdn.xuansiwei.com/sheng12835/images/icon/play.svg);
  transition: all .3s ease;
  opacity: .5;
}

.product-header .swiper-slide-thumb-active {
  border: 1px solid #ec6c00;
}

.content .proone_left {
  flex: 0 0 65%;
  width: 65%
}

.content .proone_left h2 {
  font-size: 26px;
  color: #080808;
  line-height: 26px
}

.content .proone_left table {
  width: 100%
}

.content .proone_left table tbody tr>:first-child p {
  color: #fff
}

.content .proone_left table tbody tr td p {
  margin-bottom: 0;
  padding: 5px
}

.content .proone_left p {
  font-size: 16px;
  color: #666;
  line-height: 1.75;
  margin-bottom: 1em
}

.content .proone_left .details ul {
  display: flex;
  width: 100%;
  border-bottom: 1px solid #DDD;
  margin-bottom: 20px
}

.content .proone_left .details li {
  padding: 0 20px 10px
}

.content .proone_left .details li:hover {
  cursor: pointer;
  border-bottom: 2px #ec6c00 solid
}

.content .proone_left .details li.active {
  border-bottom: 1px #ec6c00 solid
}

.content .proone_left .details li::after {
  border-bottom: 1px #ec6c00 solid
}

.content .list-paddingleft-2 li {
  position: relative
}

.content .list-paddingleft-2 li::before {
  content: "•";
  color: #000;
  left: 0;
  top: 6px;
  position: absolute
}

.content .proone_right {
  flex: 0 1 25%;
  height: min-content;
  top: 150px;
  position: sticky
}

.content .pro_right {
  width: 25%;
  height: min-content
}

.content .pro_right .popular-product {
  margin-bottom: 20px;
  font-size: 20px;
  color: #666
}

.content .pro_right a:hover {
  color: #ec6c00
}

.pro_right .toma_list {
  display: grid;
  grid-template-columns: 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 60px;
}

.pro_right .toma_list .tl_box {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  border-radius: 10px;
  box-shadow: 0 0 4px rgb(0 0 0 / .12);
  overflow: hidden;
  margin: 15px auto
}

.pro_right .toma_list .tl_box .product_photo {
  position: relative;
  overflow: hidden
}

.pro_right .toma_list .tl_box .product_photo img {
  min-height: 240px;
  object-fit: cover
}

.pro_right .toma_list .tl_box>img {
  display: block;
  max-width: 90%
}

.pro_right .toma_list .tl_box .undeimg {
  font-size: 14px;
  text-align: center;
  color: #999;
  line-height: 1.7;
  padding: 10px 20px
}

.pro_right .toma_list .tl_box .undeimg:hover {
  color: #ec6c00
}

.pro_right .toma_list .tl_box .product_hover {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.5s ease, transform 2s cubic-bezier(0, 0, .44, 1.18)
}

.pro_right .toma_list .tl_box:hover .product_hover {
  opacity: 1;
  transform: scale(1.1)
}

.pro_right .toma_list .tl_box:hover .undeimg {
  color: #ec6c00
}

.rpt {
  margin-top: 116px;
  margin-bottom: 30px
}

.rpt .pro_title {
  text-align: center
}

.rpt .rpt_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  margin-top: 50px
}

.rpt .rpt_list .tl_box {
  flex: 0 0 23%;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  background-color: #fff;
  margin: 1%;
  border-radius: 10px;
  box-shadow: 0 0 4px rgb(0 0 0 / .12);
  overflow: hidden
}

.rpt .rpt_list .tl_box .product_photo {
  position: relative;
  overflow: hidden
}

.rpt .rpt_list .tl_box>img {
  display: block;
  max-width: 90%
}

.rpt .rpt_list .tl_box .undeimg {
  font-size: 14px;
  text-align: center;
  color: #666;
  line-height: 1.75;
  padding: 20px;
  min-height: 3.5em
}

.rpt .rpt_list .tl_box .undeimg:hover {
  color: #ec6c00
}

.rpt .rpt_list .tl_box .product_hover {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.5s ease, transform 2s cubic-bezier(0, 0, .44, 1.18)
}

.rpt .rpt_list .tl_box:hover .product_hover {
  opacity: 1;
  transform: scale(1.1)
}

.rpt .rpt_list .tl_box:hover .undeimg {
  color: #ec6c00;
  z-index: 10
}

.rpt .rpt_list .tl_box:hover img {
  cursor: pointer
}

.rpt .rpt_list .tl_box:hover .undeimg:hover {
  color: #ec6c00
}

#pro_total .toma .smcenter .toma_list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 60px;
}

#pro_total .toma .smcenter .toma_list .tl_box {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 0 4px rgb(0 0 0 / .12);
  overflow: hidden
}

#pro_total .toma .smcenter .toma_list .tl_box .product_photo {
  position: relative;
  overflow: hidden
}

#pro_total .toma .smcenter .toma_list .tl_box .undeimg {
  font-size: 14px;
  text-align: center;
  color: #666;
  line-height: 1.75;
  min-height: 3.5em;
  margin-top: 20px
}

#pro_total .toma .smcenter .toma_list .tl_box .undeimg:hover {
  color: #ec6c00
}

#pro_total .toma .smcenter .toma_list .tl_box .product_hover {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.5s ease, transform 2s cubic-bezier(0, 0, .44, 1.18)
}

#pro_total .toma .smcenter .toma_list .tl_box:hover .product_hover {
  opacity: 1;
  transform: scale(1.1)
}

#pro_total .toma .smcenter .toma_list .tl_box:hover .undeimg {
  color: #ec6c00;
  z-index: 10
}

#pro_total .toma .smcenter .toma_list .tl_box:hover img {
  cursor: pointer
}

#pro_total .toma .smcenter .toma_list .tl_box:hover .undeimg:hover {
  color: #ec6c00
}

.block.spcm-nav .iconfont {
  color: #000
}

.block.fex {
  color: #fff
}

.fix a {
  transition: all .3s ease
}

.fix a:hover {
  background: #ec6c00 !important;
  color: #fff
}

p a {
  color: #ec6c00;
  transition: all .3s ease
}

p a:hover {
  text-decoration: underline
}

.list-paddingleft-2 {
  width: auto !important;
  display: none;
  list-style-type: disc
}

.list-active {
  display: block
}

.contents .list-paddingleft-2 h3 {
  margin: 30px 0 15px;
  line-height: 1.75;
  font-size: 22px;
  font-weight: bold;
}

.contents .list-paddingleft-2 td {
  font-size: 14px;
  color: #666;
  position: relative;
  white-space: normal;
  word-break: keep-all;
  line-height: 1.75
}

.form-control {
  height: 41px;
  line-height: 39px
}

.global-customers {
  background: #F1F1F1;
}

.global-customers .show-box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  overflow: hidden;
}

.global-customers .info-box {
  width: 34.72%;
}

.global-customers .box-title {
  font-size: 40px;
  color: #333;
  font-weight: bold;
}

.global-customers .box-content {
  font-size: 18px;
  color: #333;
  margin-top: 30px;
  line-height: 1.875;
}

.global-customers .scroll-box {
  width: 57.7%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  overflow: hidden;
}

.scroll-box .right-box {
  width: 48.97%;
  height: 32.5vw;
}

.scroll-box .left-box {
  width: 48.97%;
  height: 32.5vw;
}

.scroll-box .pic-wrapper {
  display: flex;
  flex-wrap: wrap;
  row-gap: 20px;
}

.scroll-box .right-box .pic-wrapper {
  animation: scrollTop 20s linear infinite normal;
}

.scroll-box .left-box .pic-wrapper {
  padding-top: 50%;
  animation: scrollTop 40s linear infinite reverse;
}

.scroll-box .poster {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}

.scroll-box .pic-wrapper:hover {
  animation-play-state: paused;
}

@keyframes scrollTop {
  0% {
    transform: translate3d(0, 0%, 0);
  }

  100% {
    transform: translate3d(0, -50%, 0);
  }
}

.contact_us {
  padding: 50px 0;
}

.contact_us .title {
  width: 100%;
  font-size: 32px;
  text-align: center;
  margin: 30px 0;
}

.contact_us .items {
  width: 1368px;
  max-width: 100%;
  margin: 0 auto;
  display: -moz-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-around;
}

.contact_us .items .item {
  text-align: center;
  margin: 50px 0;
  width: 30%;
  flex-shrink: 1;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.contact_us .items .item .iconfont_call {
  content: "";
  display: inline-block;
  margin: 0 5px;
  width: 64px;
  height: 64px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(//cdn.xuansiwei.com/sheng12835/images/icon/call.png);
  transition: all .3s ease
}

.contact_us .items .item .iconfont_new {
  content: "";
  display: inline-block;
  margin: 0 5px;
  width: 64px;
  height: 64px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(//cdn.xuansiwei.com/sheng12835/images/icon/new.png);
  transition: all .3s ease
}

.contact_us .items .item .iconfont_chat {
  content: "";
  display: inline-block;
  margin: 0 5px;
  width: 64px;
  height: 64px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(//cdn.xuansiwei.com/sheng12835/images/icon/chat.png);
  transition: all .3s ease
}

.contact_us .items .item .sub_title {
  font-size: 16px;
  max-width: 350px;
  margin-top: 20px
}

.contact_us .items .item .title_2 {
  text-align: center;
  font-size: 16px;
  line-height: 1.75;
  color: #666
}

.contact_us .items .item .sub_title {
  line-height: 1.5;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 25px;
  max-width: 275px;
  color: #666
}

.contact_us .items .item p {
  text-align: center;
  font-size: 16px;
  line-height: 1.75;
  color: #666
}

.contact_us .items .item .button a {
  margin: 30px auto 0;
  padding: 0 15px;
  font-size: 14px;
  color: #fff;
  background-color: #ec6c00;
  line-height: 30px;
  text-align: center;
  width: max-content;
  transition: all .3s ease;
  z-index: 2;
  display: flex;
  align-items: center
}

.contact_us img {
  width: 100%;
  height: 600px;
  object-fit: cover
}

.pt0 {
  padding-top: 0 !important
}

.mt117 {
  margin-top: 90px !important
}

img {
  width: auto;
  max-width: 100%
}

h1.honor_title {
  font-size: 32px;
  line-height: 1.75;
}

.honor_title {
  font-size: 28px;
  color: #080808;
  line-height: 26px;
  margin-bottom: 20px
}

.honor_title+.swiper-container .swiper-slide {
  flex-direction: column;
  background: #fff0
}

.honor_title+.swiper-container .swiper-slide img {
  width: 100%
}

.honor_title+.swiper-container .swiper-slide img+p {
  font-size: 16px;
  text-align: center;
  color: #080808;
  line-height: 32px;
  margin-bottom: 20px
}

.honor_title+.swiper-container .swiper-slide p {
  font-size: 16px;
  color: #272727;
  line-height: 32px
}

#outerdiv {
  position: fixed;
  top: 0;
  left: 0;
  background: rgb(0 0 0 / .7);
  z-index: 2;
  width: 100%;
  height: 100%;
  display: none
}

#innerdiv {
  position: absolute
}

#bigimg {
  border: 5px solid #fff
}

.mult_swiper {
  position: relative;
  padding: 0 19px
}

.mult_swiper .btn {
  position: absolute;
  top: 230px;
  font-size: 35px;
  line-height: 50px;
  z-index: 2;
  cursor: pointer
}

.mult_swiper .btn:hover {
  color: #ec6c00
}

.mult_swiper .btn.btn_left {
  left: 0
}

.mult_swiper .btn.btn_right {
  right: 0
}

.video_banner_title {
  font-size: 22px;
  font-weight: 700;
  color: #fff;
  line-height: 30px;
  width: 80%;
  text-align: left
}

.video_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between
}

.video_list a {
  flex: 0 1 48%;
  display: block;
  margin-bottom: 50px;
  transition: all .3s ease;
  box-shadow: 0 0 4px rgb(0 0 0 / .12);
}

.video_list a video {
  width: 100%
}

.video_list a p {
  margin: 15px 0;
  text-align: center;
  font-size: 18px;
  color: #343434;
  transition: all .3s ease;
  line-height: 30px
}

.video_list a:hover {
  box-shadow: 0 0 15px 0 #dedede;
  border: none;
}

.contact_banner_title {
  width: 100%;
  max-width: 1200px;
  left: 50% !important;
  transform: translateX(-50%)
}

.contact_banner_title h1 {
  width: 100%;
  color: #000;
  text-align: left
}

.contact_banner_title.flex_d {
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 5.3vw
}

.art_detail_time {
  font-size: 14px;
  color: #bcbcbc
}

.art_detail_time::before {
  content: "";
  display: inline-block;
  margin: 0 5px;
  width: 20px;
  height: 20px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(//cdn.xuansiwei.com/sheng12835/images/icon/clock.svg);
  transition: all .3s ease
}

.art_detail_author {
  display: block;
}

p.testmonials_title {
  font-size: 18px;
  margin: 15px 0;
  font-weight: 700;
  color: #343434;
  line-height: 24px;
  border-bottom: 1px solid #ddd
}

.spcm-pagination {
  margin: 30px 0;
}

.spcm-pagination .pagination a {
  background: #ec6c00;
  color: #fff;
  border: 1px solid #ec6c00;
  display: inline-block;
  padding: 5px 15px;
  border-radius: 3px;
  float: left;
}

.proone_right .news {
  display: flex;
  flex-direction: column
}

.proone_right .news>.lsic_new>:first-child {
  font-size: 14px;
  color: #ec6c00;
  line-height: 14px;
  margin-bottom: 17px
}

.proone_right .news>.lsic_new>:last-child {
  font-size: 16px;
  font-weight: 700;
  color: #2d2d2d;
  line-height: 30px;
  margin-bottom: 15px;
  border-bottom: 1px solid rgb(0 0 0 / .2);
  transition: all .3s ease
}

.proone_right .news>.lsic_new>:last-child:hover {
  color: #ec6c00
}

.spcm-resource-list2 li {
  padding-left: 160px;
  position: relative;
  border-bottom: 1px solid #ec6c00;
  padding-top: 5px;
  min-height: 152px;
  margin-bottom: 30px
}

.spcm-resource-list2 li.nothumb {
  padding-left: 0
}

.spcm-resource-list2 li.nothumb .thumb {
  display: none
}

.spcm-resource-list2 li .thumb {
  display: block;
  position: absolute;
  width: 140px;
  overflow: hidden;
  left: 0;
  top: 0
}

.spcm-resource-list2 li .thumb img {
  width: 100%
}

.spcm-resource-list2 li .times {
  display: block;
  font-size: 14px;
  color: #545454;
  margin-bottom: 6px
}

.spcm-resource-list2 li .titles {
  display: block;
  color: #545454;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 10px
}

.spcm-resource-list2 li .titles:hover {
  color: #ec6c00
}

.spcm-resource-list2 li .summary {
  display: block;
  color: #545454;
  font-size: 14px;
  line-height: 1.6em;
  margin-bottom: 10px
}

.spcm-resource-list2 li .more {
  text-transform: uppercase;
  color: #ec6c00;
  font-size: 12px;
  font-weight: 700
}

.spcm-resource-list2 li .more:hover {
  text-decoration: underline
}

.pt {
  margin-top: 0 !important
}

p img {
  display: inline
}

.contacx {
  display: flex;
  justify-content: space-between;
  padding: 30px;
  box-shadow: 0 0 5px #dcdcdc;
  margin-bottom: 25px
}

.contacx .contact {
  width: 48%
}

.contacx .contact a.contact_title:hover {
  text-decoration: underline
}

.contacx .contact .contact_title {
  display: block;
  width: 100%;
  font-size: 18px;
  color: #ec6c00;
  line-height: 22px;
  position: relative;
  padding-left: 13px;
  margin: 18px 0
}

.contacx .contact .contact_title::before {
  width: 3px;
  height: 22px;
  content: '';
  display: block;
  background: #ec6c00;
  position: absolute;
  left: 0;
  top: 0
}

.contacx .contact .richtext {
  line-height: 28px
}

.contacx .contact p a {
  text-decoration: underline;
  transition: all .3s ease
}

.contacx .contact p a:hover {
  color: #ec6c00;
  font-weight: 700
}

.contacx .img {
  width: 48%
}

.news-item {
  display: flex;
  align-items: start;
  padding: 50px 0;
  border-bottom: 1px solid #DDD;
}

.news-item:hover .figure .img img {
  transform: scale(1.03)
}

@keyframes wd-fadeOutRight {
  from {
    transform: none
  }

  to {
    transform: translate3d(50px, 0, 0)
  }
}

@keyframes wd-fadeInLeft {
  from {
    transform: translate3d(-50px, 0, 0)
  }

  to {
    transform: none
  }
}

.news-item:hover .figure .img .mask-point:before,
.news-item:hover .figure .img .mask-point span,
.news-item:hover .figure .img .mask-point:after {
  opacity: 1;
  animation: wd-fadeInLeft .3s ease
}

.news-item:hover .figure .img .mask-point:before {
  transition-delay: .3s;
  animation-delay: .3s
}

.news-item:hover .figure .img .mask-point span {
  transition-delay: .2s;
  animation-delay: .2s
}

.news-item:hover .figure .img .mask-point:after {
  transition-delay: .1s;
  animation-delay: .1s
}

.news-item .figure .img .mask-point {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -5px;
  margin-left: -22px;
  text-align: center;
  font-size: 0
}

.news-item .figure .img .mask-point span {
  display: inline-block;
  margin-right: 7px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #fff;
  vertical-align: middle;
  opacity: 0;
  transition: opacity .2s ease;
  animation: wd-fadeOutRight .3s ease;
  transition-delay: .2s;
  animation-delay: .2s
}

.news-item .figure .img .mask-point:before {
  content: "";
  display: inline-block;
  margin-right: 7px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #fff;
  vertical-align: middle;
  opacity: 0;
  transition: opacity .2s ease;
  animation: wd-fadeOutRight .3s ease;
  transition-delay: .3s;
  animation-delay: .3s
}

.news-item .figure .img .mask-point:after {
  content: "";
  display: inline-block;
  margin-right: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #fff;
  vertical-align: middle;
  opacity: 0;
  transition: opacity .2s ease;
  animation: wd-fadeOutRight .3s ease;
  transition-delay: .1s;
  animation-delay: .1s
}

.news-item:hover .figure .img .mask:after {
  opacity: 1
}

.news-item .figure .img .mask:after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgb(0 0 0 / .5);
  opacity: 0;
  border-radius: 10px;
  transition: opacity .7s ease
}

.news-item .figure {
  max-width: 50%;
  flex: 1 0 50%;
  padding: 10px
}

.news-item .figure .img {
  position: relative;
  overflow: hidden;
  border-radius: 10px
}

.news-item .article {
  padding: 10px;
  height: 100%;
  text-align: left
}

.news-item .article .date {
  padding-right: 10px;
  color: #bbb;
  font-size: 12px
}

.news-item .figure img {
  border-radius: 10px;
  /* object-fit: cover; */
  object-fit: contain;
  width: 450px;
  height: 240px;
  transition: transform .7s ease, opacity .7s ease
}

.news-item .article a {
  font-size: 22px;
  line-height: 1.5;
  color: #333;
  margin-bottom: 10px
}

.news-item .article .info {
  padding: 15px 0;
  color: #999;
  font-size: 12px;
  display: flex;
  justify-content: start;
  align-items: center
}

.news-item .article .info img {
  min-height: 15px;
  min-width: 15px;
  max-height: 15px;
  max-width: 15px;
  line-height: 15px;
  border-radius: 50%;
  background-color: #ec6c00;
  margin: 0 10px
}

.news-item .article .info:hover {
  color: #777
}

.news-item .article .description {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #666;
  font-size: 14px;
  line-height: 1.7
}

.news-item .article a:hover {
  color: #ec6c00
}

.news-item .article .continue {
  position: relative;
  display: inline-block;
  border-bottom: none;
  color: #666;
  text-transform: uppercase;
  font-size: 12px;
  margin-top: 20px;
  font-weight: 600
}

@keyframes wd-ShakeNext {
  25% {
    transform: translate3d(0, 0, 0)
  }

  50% {
    transform: translate3d(-3px, 0, 0)
  }

  75% {
    transform: translate3d(3px, 0, 0)
  }
}

.news-item .article .continue:hover:after {
  opacity: 1;
  animation: wd-ShakeNext 1s ease infinite
}

.news-item .article .continue:after {
  content: '...';
  position: absolute;
  bottom: 5px;
  left: 100%;
  display: inline-block;
  margin-left: 5px;
  height: 5px;
  font-weight: 600;
  font-size: 14px;
  line-height: 5px;
  opacity: 0;
  transition: opacity .35s ease
}

.proone_right_news {
  flex: 0 1 20%;
  height: min-content;
  display: flex;
  flex-direction: column;
  margin-left: 5%;
  margin-bottom: 20px;
  font-size: 14px;
  color: #eee
}

.proone_right_news .category,
.proone_right_news .recent-news {
  font-size: 14px;
  border-bottom: 1px #ccc solid;
  padding-top: 50px
}

.proone_right_news .category .items,
.proone_right_news .recent-news .items {
  display: flex;
  flex-direction: column;
  padding-top: 20px
}

.proone_right_news .recent-news .item {
  display: flex;
  margin-bottom: 20px
}

.proone_right_news .recent-news .item:nth-child(1) img {
  width: 120px;
  height: 120px;
  border-radius: 10px;
  object-fit: cover
}

.proone_right_news .recent-news .item img {
  max-width: 80px;
  min-height: 80px;
  border-radius: 10px;
  object-fit: cover
}

.proone_right_news .recent-news .item .text {
  font-size: 13px;
  line-height: 1.3;
  color: #bcbcbc;
  padding: 10px
}

.proone_right_news .recent-news .item .text .title {
  margin-bottom: 10px
}

.proone_right_news .recent-news .item:hover .text .title {
  color: rgb(51 51 51 / .65)
}

.proone_right_news .related-product {
  display: flex;
  justify-content: center
}

.proone_right_news span {
  margin-bottom: 20px;
  font-size: 20px;
  color: #666
}

.proone_right_news .category a {
  font-size: 16px;
  color: #666;
  margin-bottom: 20px;
  line-height: 1.5
}

.proone_right_news a:hover {
  color: #ec6c00
}

.proone_right_news .toma_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 20px 0
}

.proone_right_news .toma_list .tl_box {
  flex: 0 0 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  background-color: #fff;
  margin-bottom: 15px;
  border-radius: 10px;
  box-shadow: 0 0 4px rgb(0 0 0 / .12);
  overflow: hidden
}

.proone_right_news .toma_list .tl_box .product_photo {
  position: relative;
  overflow: hidden
}

.proone_right_news .toma_list .tl_box .product_photo img:first-child {
  min-height: 192px
}

.proone_right_news .toma_list .tl_box>img {
  display: block;
  max-width: 90%
}

.proone_right_news .toma_list .tl_box .undeimg {
  font-size: 14px;
  text-align: center;
  color: #999;
  line-height: 2;
  padding: 5px 8px
}

.proone_right_news .toma_list .tl_box .undeimg:hover {
  color: #ec6c00
}

.proone_right_news .toma_list .tl_box .product_hover {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.5s ease, transform 2s cubic-bezier(0, 0, .44, 1.18)
}

.proone_right_news .toma_list .tl_box:hover .product_hover {
  opacity: 1;
  transform: scale(1.1)
}

.proone_right_news .toma_list .tl_box:hover .undeimg {
  color: #ec6c00
}

.smcenter .fir_container {
  padding: 80px 10px;
  text-align: center
}

.smcenter .fir_container p:first-child {
  font-size: 32px;
  margin-bottom: 40px
}

.smcenter .fir_container p {
  font-size: 16px;
  color: #666;
  width: 70%;
  margin: 0 auto 20px;
  line-height: 1.75
}

.sec_container {
  padding: 80px 10px;
  background-color: #f0f0f0;
  border-top: 1px solid #ebebeb
}

.sec_container .content_container {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto
}

.sec_container .content_container .row_container {
  display: flex;
  flex-wrap: wrap
}

.sec_container .content_container .row_container .item {
  width: 31.33%;
  background: #fff;
  color: #252525;
  border: 1px solid #ececec;
  padding: 30px;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  margin: 0 1% 20px;
  display: flex
}

.sec_container .content_container .row_container .item:after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 4px;
  background: #ec6c00;
  left: 0
}

.sec_container .content_container .row_container .item .iconfont_sales {
  content: "";
  display: inline-block;
  margin: 0 5px;
  width: 60px;
  height: 60px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(//cdn.xuansiwei.com/sheng12835/images/icon/sales.svg);
  transition: all .3s ease
}

.sec_container .content_container .row_container .item .iconfont_card {
  content: "";
  display: inline-block;
  margin: 0 5px;
  width: 60px;
  height: 60px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(//cdn.xuansiwei.com/sheng12835/images/icon/card.svg);
  transition: all .3s ease
}

.sec_container .content_container .row_container .item .iconfont_auth {
  content: "";
  display: inline-block;
  margin: 0 5px;
  width: 60px;
  height: 60px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(//cdn.xuansiwei.com/sheng12835/images/icon/auth.svg);
  transition: all .3s ease
}

.sec_container .content_container .row_container .item .iconfont_rights {
  content: "";
  display: inline-block;
  margin: 0 5px;
  width: 60px;
  height: 60px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(//cdn.xuansiwei.com/sheng12835/images/icon/rights.svg);
  transition: all .3s ease
}

.sec_container .content_container .row_container .item .iconfont_money {
  content: "";
  display: inline-block;
  margin: 0 5px;
  width: 60px;
  height: 60px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(//cdn.xuansiwei.com/sheng12835/images/icon/money.svg);
  transition: all .3s ease
}

.sec_container .content_container .row_container .item .iconfont_trust {
  content: "";
  display: inline-block;
  margin: 0 5px;
  width: 60px;
  height: 60px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(//cdn.xuansiwei.com/sheng12835/images/icon/trust.svg);
  transition: all .3s ease
}

.sec_container .content_container .row_container .item .card_body {
  width: 75%
}

.sec_container .content_container .row_container .item .card_body p:first-child {
  font-size: 22px;
  margin-bottom: 10px;
  line-height: 1.2
}

.sec_container .content_container .row_container .item .card_body p:last-child {
  font-size: 14px;
  margin-bottom: 10px;
  line-height: 1.75;
  color: #666
}

.spcm-product .title {
  font-size: 32px;
  line-height: 1.75;
  text-align: left;
  margin-bottom: 50px
}

.spcm-product .card:hover .image .play-btn {
  display: none
}

.spcm-product .card .image {
  position: relative;
  margin-bottom: 20px;
  cursor: pointer;
  border-radius: 10px;
  overflow: hidden;
}

.spcm-product .card .image img {
  min-width: 100%;
  object-fit: contain;
  aspect-ratio: 16 / 9
}

.spcm-product .card .image.active {
  border-radius: 6px;
  overflow: hidden;
}

.spcm-product .card p {
  font-size: 14px;
  text-align: center;
  color: #666;
  line-height: 1.75
}

.spcm-product .card .image .play-btn {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 28px;
  cursor: pointer;
  background-color: RGB(0 0 0 / .1)
}

.spcm-product .card .image .iconfont_play {
  content: "";
  display: inline-block;
  width: 48px;
  height: 48px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(//cdn.xuansiwei.com/sheng12835/images/icon/play.svg);
  transition: all .3s ease
}

.spcm-product .swiper_btn {
  float: right;
  margin: 20px 0
}

.spcm-product .swiper_btn .iconfont_left_btn {
  content: "";
  display: inline-block;
  width: 28px;
  height: 28px;
  margin-right: 10px;
  background: url(//cdn.xuansiwei.com/sheng12835/images/icon/left_circle.svg) center no-repeat;
  background-size: cover;
}

.spcm-product .swiper_btn .iconfont_right_btn {
  content: "";
  display: inline-block;
  width: 28px;
  height: 28px;
  margin-right: 10px;
  background: url(//cdn.xuansiwei.com/sheng12835/images/icon/left_circle.svg) center no-repeat;
  transform: rotate(180deg);
  background-size: cover;
}

.smcenter .service_title {
  margin: 40px 0;
  font-size: 32px;
  text-align: center;
  line-height: 1.75
}

.smcenter .service_category {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 30px;
}

.smcenter .service_category .category {
  border: 1px solid #DDD;
  border-radius: 5px;
  margin: 10px;
  text-align: center;
  position: relative;
}

.smcenter .service_category .category p {
  position: absolute;
  bottom: 0;
  width: 100%;
  font-size: 14px;
  text-align: center;
  line-height: 50px;
  color: #FFF;
  background-color: #22222299;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.smcenter ul.service_faq {
  transition: all .6s ease;
  margin-bottom: 100px;
}

.smcenter ul.service_faq.active {
  display: block
}

.smcenter ul.service_faq li {
  border-bottom: 2px solid #666;
  padding-top: 40px
}

.smcenter ul.service_faq li .faq_q {
  font-size: 16px;
  color: #666;
  padding: 25px 60px 25px 5px;
  background: url(//cdn.xuansiwei.com/sheng12835/images/icon/plus.svg) right center no-repeat
}

.smcenter ul.service_faq li .faq_a {
  padding: 30px;
  font-size: 16px;
  line-height: 2;
  color: #999;
  display: none
}

.smcenter ul.service_faq li .faq_q.active {
  background: url(//cdn.xuansiwei.com/sheng12835/images/icon/minus.svg) right center no-repeat
}

.smcenter ul.service_faq .see_more {
  padding: 50px;
  text-align: center;
  text-decoration: underline;
  cursor: pointer;
  color: #999
}

.smcenter .faq_category {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 20px
}

.smcenter .faq_result {
  font-size: 14px;
  line-height: 1.75;
  color: #999
}

.relative {
  position: relative
}

.trans_center {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%)
}

.click_btn {
  width: 50px;
  line-height: 50px;
  background-color: rgb(255 255 255 / .3);
  border-radius: 50%;
  text-align: center
}

.click_btn:hover {
  color: #ec6c00
}

.spcm-header .spcm-header-box a.email {
  transition: all .3s ease;
  display: flex;
  justify-content: center;
  align-items: center
}

.spcm-header .spcm-header-box a.email:hover::before {
  color: #ec6c00
}

* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box
}

p a:hover,
span a:hover {
  color: #ec6c00
}

.pt0 {
  padding-top: 0
}

.hide {
  display: none !important
}

.richtext p {
  font-size: 16px;
  color: #999;
  line-height: 1.75;
  margin-bottom: 1em
}

.richtext p strong {
  font-weight: bolder;
  color: #333
}

.richtext h2,
.richtext h3 {
  font-size: 20px;
  color: #080808;
  line-height: 3;
  font-weight: bold;
}

.richtext h1 {
  font-size: 28px;
  line-height: 1.75;
  margin-bottom: 40px;
  text-align: center
}

.richtext h1.media_title {
  text-align: unset;
  margin-top: 50px;
}

.media_des {
  color: #666;
  line-height: 1.75;
  margin-bottom: 30px;
  font-size: 16px;
}

.richtext img {
  width: auto !important;
  max-width: 100% !important;
  height: auto !important
}

.richtext table {
  width: 100%;
  color: #666;
}

.richtext table tbody tr {
  height: auto;
  border-bottom: 1px solid #e0e0e0
}

.richtext table tbody tr>:first-child {
  min-width: 233px
}

.richtext table tbody tr td {
  padding: 10px;
  font-size: 16px;
  text-align: left;
  line-height: 1.5;
  border: 1px solid #ccc
}

.mp_banner {
  display: none;
  position: relative
}

.mp_btn {
  position: absolute;
  left: calc(25% - 20px);
  bottom: calc(25% - 20px);
  padding: 0 15px;
  font-size: 14px;
  color: #fff;
  background-color: #ec6c00;
  line-height: 30px;
  text-align: center;
  width: max-content;
  transition: all .3s ease;
  z-index: 2
}

.overflow_x {
  width: 100%;
  overflow-x: auto
}

.nth3 {
  display: none !important;
  opacity: 0 !important
}

.nth3:nth-child(3n) {
  display: block !important
}

.nth3:nth-child(3n):hover {
  box-shadow: none !important;
  transform: translate(0) !important
}

.nth4 {
  display: none !important;
  opacity: 0 !important
}

.nth4:nth-child(4n),
.nth4:nth-child(4n-1) {
  display: block !important
}

.product_list {
  width: 100%;
  background: #fff;
  position: absolute;
  top: 100%;
  left: 0;
  display: none
}

.product_list .box {
  display: flex
}

.product_list .pri_lsit_titbox {
  flex: 0 1 360px;
  background: #f0f0f0
}

.product_list .pri_lsit_titbox>.pltt_title:first-child {
  font-weight: 700;
  line-height: 40px
}

.product_list .pri_lsit_titbox>.pltt_title:first-child::after {
  display: none
}

.product_list .pri_lsit_titbox .pltt_title {
  padding: 5px 15px;
  font-size: 14px;
  text-align: center;
  color: #666;
  line-height: 30px;
  transition: all .3s ease;
  display: flex;
  align-items: center;
  justify-content: center
}

.product_list .pri_lsit_titbox .pltt_title.active {
  background: #fff;
  color: #000
}

.product_list .pri_lsit_titbox .pltt_title:hover {
  background: #fff;
  color: #333
}

.product_list .pri_lsit_titbox .pltt_title:hover::after {
  filter: invert(52%) sepia(54%) saturate(4850%) hue-rotate(6deg) brightness(98%) contrast(101%)
}

.product_list .pri_lsit_titbox .pltt_title::after {
  line-height: 40px;
  display: inline-block;
  content: "";
  margin: 0 5px;
  width: 30px;
  height: 30px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(//cdn.xuansiwei.com/sheng12835/images/icon/right.svg);
  transition: all .3s ease
}

.product_list .pro_lsit_son {
  width: calc(100% - 360px);
  display: none;
  padding: 0 10px;
  flex-wrap: wrap;
  justify-content: space-between;
}

.product_list .pro_lsit_son .prolis_son {
  border-bottom: 1px solid #eee;
  position: relative;
  width: 50%;
  overflow: hidden;
  display: flex;
  align-items: start;
  justify-content: start
}

.product_list .pro_lsit_son .style2 {
  padding: 15px 0 15px 90px;
  font-size: 16px;
}

.product_list .pro_lsit_son .prolis_son .prolis_son_text {
  margin: 15px;
}

.product_list .pro_lsit_son .prolis_son img {
  height: 80px;
  width: 80px;
  padding: 10px;
}

.product_list .pro_lsit_son .prolis_son .prolis_son_text .height_title {
  font-size: 16px;
  color: #2d2d2d;
  font-weight: 700;
  margin-bottom: 8px;
  display: block;
  line-height: 28px;
  transition: all .3s ease;
}

.product_list .pro_lsit_son .prolis_son:hover .prolis_son_text .height_title {
  color: #ec6c00
}

.product_list .pro_lsit_son .prolis_son .prolis_son_text .height_title::before {
  display: none
}

.product_list .pro_lsit_son .prolis_son .prolis_son_text p {

  color: #666;
  line-height: 1.5;
  font-size: 14px;
  transition: all .3s ease
}

.product_list .pro_lsit_son .prolis_son .prolis_son_text .description {
  display: block;
  color: #999;
  line-height: 1.5;
  font-size: 12px;
  transition: all .3s ease;
  margin-bottom: 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis
}

.product_list .pro_lsit_son .prolis_son .prolis_son_text .model {
  font-size: 12px;
  color: #999;
  margin-top: 10px
}

.product_list .pro_lsit_son .prolis_son .prolis_son_text>a::before {
  content: "•";
  margin-right: 6px
}

.product_list .pro_lsit_son .prolis_son .prolis_son_text>a:over {
  color: #ec6c00;
  text-decoration: underline
}

.product_list .pro_lsit_son .prolis_son .prolis_son_text>:last-child {
  color: #ec6c00;
  font-size: 12px
}

.product_list .pro_lsit_son .prolis_son .prolis_son_text>:last-child::before {
  display: none
}

.product_list.about .pro_lsit_son {
  align-items: center;
  display: none;
  grid-template-columns: 75% 25%;
  padding: 0 35px
}

.product_list.about .pro_lsit_son .anbcpa>:first-child {
  font-size: 20px;
  color: #2d2d2d;
  font-weight: 700;
  transition: all .3s ease;
  margin-bottom: 35px
}

.product_list.about .pro_lsit_son .anbcpa>:first-child:hover {
  color: #ec6c00;
  transition: all .3s ease
}

.product_list.about .pro_lsit_son .anbcpa>p {
  color: #282828;
  line-height: 28px;
  transition: all .3s ease
}

.product_list.about .pro_lsit_son img {
  width: 100%
}

.hide {
  display: none
}

.mt25 {
  margin-top: 25px !important
}

#pro_title {
  font-size: 26px !important;
  color: #080808;
  line-height: 26px
}

.text-black {
  color: #000 !important
}

.brands a {
  font-size: 24px;
  padding: 5px 10px
}

.justify-center {
  justify-content: center
}

.align-center {
  align-items: center
}

.solution-content {
  width: 100%;
  display: flex;
  margin-top: 50px;
  align-items: center;
  box-shadow: 0 0 10px 6px #fafafa;
}

.solution-content .content-left {
  width: 45%
}

.solution-content .content-right {
  padding: 80px 50px;
  width: 55%
}

.solution-content .content-right .content-title {
  font-size: 32px;
  margin-bottom: 40px;
}

.solution-content .content-right .content-description {
  font-size: 16px;
  color: #666;
  line-height: 1.75;
  margin-bottom: 2em
}

.solution-content .content-right a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: fit-content;
  height: 35px;
  border-radius: 35px;
  font-size: 14px;
  color: #fff;
  margin: 35px auto 20px;
  background-color: #ec6c00;
  padding: 10px 20px
}

.solution-content .content-right a:hover {
  color: #ec6c00;
  background-color: #fff;
  transition: 0.3s ease-in-out
}

.solution-benefit {
  margin: 120px 0;
  text-align: center;
}

.benefit-heading {
  padding-top: 80px;
  font-size: 36px;
}

.benefit-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 90px;
  margin: 100px 0;
}

.benefit-list .benefits {
  text-align: center;
}

.benefit-list .benefits .icon {
  width: 72px;
  height: 72px;
  margin: auto;
}

.benefit-list .benefits p {
  font-size: 16px;
  line-height: 1.5;
  color: #666;
}

.benefit-list h3 {
  font-size: 22px;
  color: rgba(0, 0, 0, 0.85);
  margin: 20px 0;
  font-weight: bold;
}

.poster_box {
  background: url(//cdn.xuansiwei.com/sheng12835/images/index40.webp) center no-repeat;
  text-align: center;
  background-size: cover;
}

.poster-heading {
  padding-top: 80px;
  font-size: 36px;
}

.poster-text {
  font-size: 18px;
  line-height: 1.5;
  margin: 80px 0 60px;
  color: #666;
  display: none;
  opacity: 0;
  transform: translateY(-20px);
  min-height: 80px;
}

.area-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 90px;
  padding-bottom: 100px;
}

.area-list h3 {
  font-size: 20px;
  text-align: center;
  margin: 40px 0 20px;
  font-weight: bold;
  color: #3c4043;
}

.area-list .area-img {
  border-radius: 50%;
  overflow: hidden;
  border: 6px solid #FFF;
  width: 260px;
  height: 260px;
  margin: auto;
  overflow: hidden;
}

.area-list .area-img img {
  transition: all .6s;
}

.area-list .area-img:hover {
  box-shadow: 0 0 10px 6px #DDD;
}

.area-list .area-img:hover img {
  transform: scale(1.1);
}

.poster-text.active {
  display: block;
  opacity: 1;
  transition: all 0.3s;
  animation: moveUp 1s alternate;
}

@keyframes moveUp {
  0% {
    transform: translateY(0);
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.solution-product {
  margin-top: 50px;
  width: 100%
}

.solution-product ul {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #ddd;
}

.solution-product ul li {
  padding: 20px 0;
  margin: 0;
  transition: color .25s linear;
  cursor: pointer;
  color: #666;
  background-color: #fff;
  text-align: center;
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: center
}

.solution-product-category.tab-active {
  color: #ec6c00
}

.product-content {
  width: 100%;
  padding-top: 20px;
  background-color: #fff
}

.product-content .product-list {
  display: none;
  padding-bottom: 30px
}

.product-content .product-list.tab-active {
  display: block !important
}

.product-content .product-list .tab-title {
  color: #fff;
  background-color: #ec6c00;
  padding: 12px 20px;
  margin: 0;
  font-size: 14px;
  outline: 1px solid #ddd;
  min-width: 280px;
  text-align: center;
  display: none
}

.product-content .product-list .tab-content {
  display: flex;
  justify-content: center
}

.product-flex-list {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
}

.product-flex-list .product-photo {
  position: relative
}

.product-flex-list .product-info {
  display: flex;
  flex-direction: column
}

.product-flex-list .product-model {
  margin-top: 20px;
  text-align: center;
  font-size: 14px;
  line-height: 1.75;
  color: #666;
  padding: 5px 10px
}

.product-flex-list .product-title {
  font-size: 14px;
  color: #282828;
  padding-top: 10px;
  text-align: left;
  height: 45px
}

.full-screen {
  width: auto
}

.banner-section {
  margin-top: 90px;
  width: 100%;
}

.banner-section::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(0 0 0 / .2)
}

.banner-section {
  position: relative
}

.banner-section img {
  width: 100%
}

.banner-section .smcenter {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%)
}

.banner-section .ptb_text_center {
  font-size: 36px;
  text-align: center;
  line-height: 1.3;
  color: #fff;
  margin: 0 auto;
  max-width: 60%;
}

.banner-section .ptb_text h1 {
  color: #fff;
  font-size: 36px;
  line-height: 45px;
  margin-bottom: 35px;
}

.banner-section .sub-heading {
  font-size: 16px;
  color: #fff;
  line-height: 32px;
  max-width: 66%;
}

.banner-section .container .mission-content {
  font-size: 24px;
  text-align: center;
  line-height: 1.3;
  letter-spacing: -2px;
  color: #292b29;
  margin: 0 auto;
  max-width: 75%
}

.section-introduction .smcenter {
  margin: 100px auto;
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.section-introduction .content {
  width: 60%;
  padding-right: 10%;
  padding-left: 3%;
  display: block;
}

.section-introduction .content .title {
  font-size: 32px;
  line-height: 1.2;
  margin-bottom: 20px
}

.section-introduction .content .description {
  font-size: 16px;
  line-height: 1.75;
  color: #666;
  margin-bottom: 50px
}

.section-introduction .content .btn {
  width: max-content;
  padding: 5px 20px;
  height: 50px;
  font-size: 14px;
  line-height: 1.2;
  border-radius: 5px;
  color: #fff;
  background-color: #ec6c00;
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer
}

.section-introduction .video {
  width: 40%;
  height: 330px;
  background-color: #f0f0f0;
  border-radius: 5px;
  position: relative;
  /* background-image: url(//cdn.xuansiwei.com/sheng12835/images/Profile.webp); */
  background-image: url(//cdn.xuansiwei.com/sheng12835/1766816354166/650-370pxpng_r__650-370_c__34474a_.png?x-oss-process=style/png_small);
  background-size: cover;
  background-repeat: no-repeat
}

.section-introduction .video .play-btn {
  width: 48px;
  height: 48px;
  line-height: 48px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 28px;
  cursor: pointer
}

.section-introduction .video .iconfont_play {
  content: "";
  display: inline-block;
  width: 48px;
  height: 48px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(//cdn.xuansiwei.com/sheng12835/images/icon/play.svg);
  transition: all .3s ease
}

.section-influence {
  display: block;
  background: url('//cdn.xuansiwei.com/sheng12835/1767513517591/1920-500px（02）（1）_r__1920-500_c__b5d2e8_.png?x-oss-process=style/png_small') center no-repeat;
  color: #fff;
  /* padding: 100px 0; */
  padding: 250px 0;
}

.section-influence .title {
  font-size: 32px;
  margin-bottom: 30px
}

.section-influence .description {
  font-size: 18px;
  line-height: 1.75;
  margin-bottom: 1em;
}

.section-timeline {
  display: flex;
  align-items: center;
  margin: 0 auto;
  padding: 100px 0;
}

.section-timeline .title {
  font-size: 32px;
  text-align: center;
  padding: 0 16px;
  margin-bottom: 40px
}

.section-timeline .content {
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  position: relative;
  width: auto
}

.section-timeline .content:before {
  background-color: rgb(236 108 0 / .05);
  content: "";
  display: block;
  height: 98%;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 4px
}

.section-timeline .content:after {
  background: repeating-linear-gradient(0deg, rgb(236 108 0 / .05) 0, rgb(236 108 0 / .05) 8px, transparent 8px, transparent 16px);
  bottom: 0;
  content: "";
  display: block;
  height: 64px;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 4px
}

.section-timeline .content .time-point {
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 48px;
  position: relative;
  width: 100%
}

.section-timeline .content .time-point .year {
  background: #ec6c00;
  border-radius: 1.8em;
  color: #fffdfa;
  padding: .45em .9em;
  width: auto;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0;
  margin-bottom: 2.5vw;
  font-size: 24px
}

.section-timeline .content .time-point .description {
  width: 50%;
  padding: 0 16px
}

.section-timeline .content .time-point .description .text {
  font-size: 14px;
  line-height: 1.75;
  color: #666
}

.section-timeline .content .time-point .left {
  padding: 40px;
  width: calc(100% - 32px);
  background-color: rgb(236 108 0 / .05);
  margin-bottom: 24px;
  margin-left: -16px;
  margin-right: 48px;
  position: relative;
  -webkit-transform: translateX(-50%) translateY(0);
  -moz-transform: translateX(-50%) translateY(0);
  -ms-transform: translateX(-50%) translateY(0);
  transform: translateX(-50%) translateY(0);
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(.32, .01, 0, 1);
  transition: transform 0.25s cubic-bezier(.32, .01, 0, 1)
}

.section-timeline .content .time-point .left:before {
  border-bottom: 16px solid #fff0;
  border-left: 16px solid rgb(236 108 0 / .05);
  border-top: 16px solid #fff0;
  right: -16px;
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%)
}

.section-timeline .content .time-point .left:after {
  height: 16px;
  right: -40px;
  width: 16px;
  background-color: #e0c4ad;
  border-radius: 50%;
  box-shadow: 0 0 0 4px #FFF;
  content: "";
  display: block;
  opacity: 1;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: 0.25s bet-animation-bezier;
  transition: 0.25s bet-animation-bezier;
  transition-property: opacity, transform
}

.section-timeline .content .time-point .right {
  margin-left: 48px;
  margin-right: -16px;
  padding: 40px;
  width: calc(100% - 32px);
  background-color: rgb(236 108 0 / .05);
  margin-bottom: 24px;
  position: relative;
  -webkit-transform: translateX(50%) translateY(0);
  -moz-transform: translateX(50%) translateY(0);
  -ms-transform: translateX(50%) translateY(0);
  transform: translateX(50%) translateY(0);
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(.32, .01, 0, 1);
  transition: transform 0.25s cubic-bezier(.32, .01, 0, 1)
}

.section-timeline .content .time-point .right:before {
  border-bottom: 16px solid #fff0;
  border-right: 16px solid rgb(236 108 0 / .05);
  border-top: 16px solid #fff0;
  left: -16px;
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%)
}

.section-timeline .content .time-point .right:after {
  height: 16px;
  left: -40px;
  width: 16px;
  background-color: #e0c4ad;
  border-radius: 50%;
  box-shadow: 0 0 0 4px #FFF;
  content: "";
  display: block;
  opacity: 1;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: 0.25s bet-animation-bezier;
  transition: 0.25s bet-animation-bezier;
  transition-property: opacity, transform
}

.other {
  color: #bcbcbc;
  font-size: 15px;
  margin-bottom: 50px;
  line-height: 1.75
}

.other img {
  height: 15px;
  width: 15px;
  line-height: 15px;
  border-radius: 50%;
  background-color: #ec6c00;
  margin: 0 5px
}

.submit-successfully {
  font-size: 18px;
  padding: 20px
}

.submit-failed {
  font-size: 18px;
  padding: 20px;
  color: red
}

.locale_dir {
  position: fixed;
  font-size: 16px;
  font-weight: 600;
  right: 0;
  top: 33.3%;
  border-radius: 5px 0 0 5px;
  box-shadow: 0 0 12px rgb(0 0 0 / .2);
  padding: 7px 8px 5px;
  z-index: 50;
  background-color: #fff;
  cursor: pointer
}

@keyframes slide-up {
  from {
    bottom: -50px
  }

  to {
    bottom: 0
  }
}

.gdpr_bar {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  padding: 10px 25px;
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 99;
  transition: .2s ease-in-out;
  transition-delay: .3s;
  animation: slide-up .5s ease-in-out
}

.gdpr_bar .bar_content {
  width: 100%;
  display: flex;
  justify-content: start;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap
}

.gdpr_bar .bar_content .bar_description {
  font-size: 14px;
  line-height: 1.75
}

.gdpr_bar .bar_content .bar_btn {
  display: flex;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap
}

.gdpr_bar .bar_content .bar_btn .btn_reject {
  padding: 5px 20px;
  font-size: 12px;
  outline: none;
  border: unset;
  text-align: center;
  white-space: nowrap;
  transition: .2s ease-in-out;
  height: auto;
  line-height: 1.5;
  text-decoration: none;
  cursor: pointer;
  color: #fff;
  background-color: #ec6c00;
  margin: 8px
}

.gdpr_bar .bar_content .bar_btn .btn_accept {
  padding: 5px 20px;
  font-size: 12px;
  outline: none;
  border: unset;
  text-align: center;
  white-space: nowrap;
  transition: .2s ease-in-out;
  height: auto;
  line-height: 1.5;
  text-decoration: none;
  cursor: pointer;
  color: #fff;
  background-color: #ec6c00;
  margin: 8px
}

.wrapper-container {
  width: 100%
}

.certificate_text {
  font-size: 16px;
  line-height: 1.75;
  text-align: center;
  color: #999;
  margin-top: 30px
}

.zoom-out {
  cursor: zoom-out
}

.zoom-in {
  cursor: zoom-in
}

td {
  padding: 10px 25px;
  border-right: 1px solid #DDD;
  border-bottom: 1px solid #DDD
}

table {
  border: 1px solid #DDD
}

.spc-section .wrapper {
  margin: 80px auto;
  width: 1500px;
  max-width: 100%;
  padding: 0 20px
}

.spc-section .flex {
  flex-wrap: wrap
}

.spc-section .half {
  width: 50%
}

.spc-section h1,
.spc-section h2,
.spc-section h3 {
  font-size: 32px;
  margin-bottom: 40px;
  line-height: 1.75;
  margin-top: 1em;
  text-align: left
}

.spc-section .sub-text p {
  font-size: 16px;
  margin-bottom: 2em;
  color: #999;
  line-height: 1.75
}

.quote a {
  display: inline-block;
  text-align: center;
  padding: 10px 20px;
  transition: all .2s;
  background: #ec6c00;
  color: #FFF;
  overflow: hidden;
  margin-right: 10px
}

.spc-section .model-head {
  margin-bottom: 100px;
  text-align: center
}

.white h3 {
  color: #17171d
}

.spc-section .machine-series {
  width: 100%
}

.spc-section .machine-series tr:nth-child(even) {
  background: #EEE
}

.spc-section .machine-series td {
  padding: 20px;
  text-align: Center;
  color: #333;
  font-size: 14px;
  line-height: 1.5em;
  border: 2px solid #fff;
  border-collapse: collapse
}

.spc-section .machine-series td img {
  max-width: 160px;
  margin: 0 auto
}

.spc-section .machine-series .right {
  position: relative;
  background: url(//cdn.xuansiwei.com/sheng12835/images/icon/right1.svg) center no-repeat;
  display: inline-block;
  width: 20px;
  height: 20px
}

.spc-section .machine-series td a {
  color: #FFF;
  text-transform: uppercase;
  padding: 5px 15px;
  background: #ec6c00;
  display: inline-block
}

.spc-section .notes {
  margin-top: 40px
}

.spc-section .notes .remark {
  font-size: 14px;
  color: #999;
  margin-bottom: 0;
  line-height: 2.5em
}

.spc-section table {
  margin-top: 40px;
  border: 2px solid #fff;
  border-collapse: collapse
}

sup {
  margin-left: 1em;
  color: #F34D00
}

.lxdh {
  position: fixed;
  bottom: 0;
  text-align: center;
  width: 100%;
  background: #404040;
  height: 40px;
  line-height: 40px;
  COLOR: #fff;
  display: none;
  z-index: 99;
  transition: .2s ease-in-out;
  transition-delay: .3s;
  animation: slide-up .5s ease-in-out
}

.lxdh a {
  background: url(//cdn.xuansiwei.com/sheng12835/images/icon/whatsapp.png) left center no-repeat;
  padding-left: 25px
}

#svgContainer {
  width: 100%;
  max-width: 600px;
  margin: auto;
}

.section-header {
  text-align: center;
  padding: 100px 0 50px;
  font-size: 40px;
  font-weight: bold;
  color: #333;
}

.core-wrapper {
  display: flex;
  align-items: center;
  margin: 100px 0;
  justify-content: space-between;
}

.core-wrapper .box1,
.core-wrapper .box2 {
  width: 47.5%;
}

.core-wrapper .box1 img,
.core-wrapper .box2 img {
  width: 100%;
}

.core-wrapper .box2 h3 {
  font-size: 40px;
  color: #333;
  line-height: 1.5;
  font-weight: bold;
  margin-bottom: 1em;
  text-align: left;
}

.core-wrapper .box2 p {
  color: #999;
  font-size: 16px;
  line-height: 1.75;
  margin-bottom: 1.5em;
}

.core-wrapper .box2 h4 {
  color: #333;
  line-height: 1.75;
  font-weight: bold;
  margin-bottom: 15px;
}

.prior {
  order: -1;
}

.graybg {
  background-color: #f0f0f0;
  padding-bottom: 60px;
}

.scenario-listing {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  margin-top: 20px;
}

.scenario-listing .scenario {
  margin-right: 20px;
  flex-shrink: 1;
  flex-grow: 1;
  position: relative;
  width: 32%;
}

.scenario-listing .scenario::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.6), transparent);
  pointer-events: none;
  z-index: 1;
}

.scenario-listing .scenario img {
  width: 100%;
  display: block;
}

.scenario-listing .scenario .scenario-text {
  position: absolute;
  font-size: 24px;
  color: #FFF;
  left: 20px;
  bottom: 20px;
  z-index: 9;
}

.core-text {
  font-size: 16px;
  color: #999;
  width: 70%;
  margin: 0 auto 100px;
  line-height: 1.75;
  text-align: center;
}

.agent-bg1 {
  background: url('//cdn.xuansiwei.com/sheng12835/1767513857227/1920-927px(02)（1）_r__1920-927_c__cbddee_.png?x-oss-process=style/png_small') center no-repeat;
  /* padding: 200px 0; */
  padding: 450px 0;
  background-size: cover;
}

.agent-heading {
  text-align: center;
  font-size: 40px;
  font-weight: bold;
  color: #FFF;
}

.agent-subheading {
  margin: 40px auto 60px;
  text-align: center;
  color: #FFF;
  max-width: 900px;
  line-height: 1.75;
}

@media screen and (max-width:480px) {
  .sep_breadcrumb .sep_container {
    padding: 25px 0 !important
  }

  #pro_total .toma .smcenter .toma_list .tl_box {
    flex: 0 1 95% !important
  }

  .section-introduction .content .btn {
    width: 100%
  }

  .section-timeline .content .time-point .left,
  .section-timeline .content .time-point .right {
    padding: 20px
  }

  .section-timeline .content .time-point .description .text {
    font-size: 12px
  }

  #proonbage .contact_detail .contact_item .title_left,
  #proonbage .contact_detail .contact_item .title_right {
    font-size: 24px;
    margin-top: 20px;
    margin-bottom: 10px
  }

  #proonbage .contact_detail .contact_item .iconfont_smart_phone {
    justify-content: start;
    flex-direction: column;
    align-items: start
  }

  #proonbage .contact_detail .contact_item .iconfont_important_email {
    justify-content: start;
    flex-direction: column;
    align-items: start
  }

  #proonbage .contact_detail .contact_item .iconfont_location {
    justify-content: start;
    flex-direction: column;
    align-items: start;
    text-align: left
  }

  .richtext h1 {
    font-size: 24px
  }

  .richtext h1.media_title {
    text-align: center
  }

  .smcenter .fir_container p:nth-child(2) {
    width: 100%
  }

  .smcenter .fir_container p:last-child {
    width: 100%
  }

  .sec_container .content_container .row_container .item {
    width: 100% !important
  }

  .smcenter .service_category {
    grid-template-columns: 1fr;
  }

  .smcenter .service_title {
    font-size: 28px;
    line-height: 1.5
  }

  .smcenter ul.service_faq li .faq_q {
    line-height: 1.75
  }

  .smcenter .faq_category {
    font-size: 24px
  }

  .news-item {
    flex-wrap: wrap
  }

  .news-item .figure {
    flex: 1 0 100%;
    max-width: 100%
  }

  .news-item .article {
    max-width: 100%
  }

  .other {
    flex-wrap: wrap
  }

  .other p {
    margin: 0 10px 20px
  }

  .art_detail_author {
    flex-wrap: wrap;
    line-height: 1.75
  }

  #proonbage .page .title {
    display: none
  }

  .spcm-product .product-second .second-list {
    display: flex;
    flex-wrap: wrap
  }

  .spcm-product .product-second .second-list .swiper-slide {
    min-width: 100% !important
  }

  .rpt .rpt_list .tl_box {
    flex: 0 0 95% !important
  }

  .spcm-product .product-content div.contenttop {
    justify-content: center !important
  }

  .wrapper-container .wrapper {
    padding: 0
  }

  .wrapper-container .wrapper .item {
    min-width: 100% !important;
    padding: 0;
    margin: 0 0 20px 0 !important
  }

  .pro_right .toma_list .tl_box .undeimg {
    font-size: 14px;
    text-align: left;
    color: #999;
    line-height: 1.5;
    padding: 20px
  }

  .pro_right .toma_list .tl_box .product_photo img {
    min-height: unset
  }

  .spc-section .machine-series td {
    display: block
  }

  .machine-series td:nth-child(2):before {
    content: "(MTB-CUT 180T)";
    font-size: 13px;
    color: #999;
    margin-right: 15px
  }

  .machine-series td:nth-child(3):before {
    content: "(MTB-CUT M180T)";
    font-size: 13px;
    color: #999;
    margin-right: 15px
  }

  .machine-series td:nth-child(4):before {
    content: "(MTB-CUT M188)";
    font-size: 13px;
    color: #999;
    margin-right: 15px
  }

  .machine-series tr:nth-child(1) {
    display: none
  }

  .product-content .product-list {
    display: block !important
  }

  .richtext_module {
    padding: 5% 0
  }

  .sec_container {
    padding: 10px
  }

  .section-introduction .content {
    padding: 0
  }

  .solution-product ul {
    display: none
  }

  .product-content .product-list .tab-title {
    display: block
  }

  .bar_btn {
    width: 100%
  }

  .bar_btn .btn_accept,
  .bar_btn .btn_reject {
    width: 30%;
    margin: 5px;
    font-size: 14px;
  }

  .contact_us .items .item .button a {
    width: 100%;
    justify-content: center
  }

  .contact .form_submit,
  .newannas .form_submit {
    width: 100%
  }

  #pro_total .toma .smcenter .toma_list {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width:768px) {
  .banner-section .sub-heading {
    display: none;
  }

  .contact_us .items .item {
    width: 100%;
  }

  .section-influence .container {
    width: 100%;
    padding: 100px 20px;
  }

  .spcm-header {
    display: none
  }

  .spc-section .machine-series td img {
    display: none;
  }

  .news-detail-content {
    flex-wrap: wrap;
  }

  .spcm-product .titlebox {
    height: auto;
    padding: 30px 20px;
    text-align: center
  }

  .spcm-product .title-second {
    width: 85%
  }

  .spcm-product .titlebox .title {
    font-size: 28px;
    line-height: 1.5
  }

  .spcm-product .titlebox .title-second {
    top: 0;
    margin: 20px auto;
    font-size: 16px;
    line-height: 25px
  }

  .spcm-product .posion {
    margin-top: 2.08333333rem
  }

  .spcm-product .product-content {
    padding: 0 10px
  }

  .spcm-product .product-content .concenter {
    display: none
  }

  .spcm-product .product-content div.contenttop {
    height: 600px;
    flex-wrap: wrap
  }

  .spcm-product .product-content div.conleft .padbg {
    background-position-x: right
  }

  .smcenter {
    padding-left: 20px !important;
    padding-right: 20px !important
  }

  .contact_us .catact_conte .anso_fere>:first-child {
    max-width: 100%;
    font-size: 25px;
    line-height: 30px
  }

  .contact_us .catact_conte .anso_fere>:nth-child(2) {
    width: 100%
  }

  .contact_us img {
    min-height: 1060px
  }

  .contact_us .catact_conte {
    flex-wrap: wrap;
    padding: 5%;
    padding-top: 30px
  }

  .contact_us .catact_conte .anso_fere,
  .contact_us .catact_conte .contact {
    flex: 1 1 100%
  }

  .new_contact .cont_box {
    flex: 0 1 100%
  }

  h1.honor_title {
    font-size: 28px;
    line-height: 36px
  }

  .mult_swiper .swiper-wrapper {
    display: block
  }

  .video_list a {
    flex: 0 1 100%
  }

  .spcm-pagination .pagination {
    margin: 10px 0
  }

  .spcm-pagination .pagination li {
    display: flex
  }

  .spcm-pagination .pagination li a {
    padding: 0 !important;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center
  }

  .contacx {
    flex-wrap: wrap
  }

  .contacx:nth-child(2n+1) {
    flex-direction: column-reverse
  }

  .contacx .contact {
    width: 100% !important;
    flex: 1
  }

  .contacx .img {
    width: 100%
  }

  .content .proone_left {
    flex: 0 0 100%;
    width: 100%;
  }

  .solit_ti_lsit img {
    width: 100%
  }

  .solit_ti_lsit .data {
    display: none
  }

  .solit_ti_lsit .trext {
    padding: 0 5%
  }

  .become_container .become_group {
    padding: 0 20px
  }

  .become_container .become_group .become_item {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0
  }

  .contacc {
    margin-top: 155px
  }

  .offside li:nth-child(4) {
    overflow: inherit
  }

  .offside .erweima {
    top: auto;
    bottom: 100%;
    transform: translate(80%)
  }

  .mp_banner {
    display: block
  }

  .mp_banner img {
    width: 100%;
    height: 260px;
    object-fit: cover
  }

  .spcm-product .product-content .shadow {
    background-color: rgb(0 0 0 / .5);
    margin-bottom: 5px;
    display: flex;
    flex-direction: column;
    justify-content: center
  }

  .spcm-product .product-content .shadow span:nth-child(2) {
    white-space: normal;
    width: 100%;
    max-width: 100%
  }

  .spcm-product .product-content .p_btn {
    display: flex
  }

  .spcm-product .product-content .contentbtm>.pad span:nth-child(2) {
    flex: initial
  }

  .content {
    padding-top: 0
  }

  .company {
    width: 100%
  }

  .conc {
    top: 75px !important
  }

  .contact_banner_title h1 {
    text-align: center
  }

  .proonetitle .video_banner_title {
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    width: 100%
  }

  .proonetitle+img {
    height: 140px;
    object-fit: cover
  }

  .history .time .timebox::before,
  .history .time .timebox::after {
    display: none !important
  }

  .history {
    margin-bottom: 35px
  }

  .pro_title {
    font-size: 28px;
    line-height: 1.5
  }

  .company .swiper-button-next,
  .company .swiper-button-prev {
    display: none
  }

  #pro_total .lnbg .news>a .onimg>:last-child {
    font-size: 16px
  }

  #pro_total .toma .smcenter .pro_title {
    margin-top: 1px
  }

  #pro_total .toma .smcenter .toma_list .tl_box {
    flex: 0 1 45%;
    margin: 0 auto;
    margin-bottom: 25px
  }

  #pro_total .tp .swiper-container .swiper-slide .imgbox {
    min-width: auto;
    min-height: auto
  }

  #pro_total .tp {
    padding-top: 50px;
    padding-bottom: 50px
  }

  #pro_total .faq .pro_title {
    margin-bottom: 50px;
    font-size: 20px;
    text-align: center
  }

  #pro_total .faq .qaq .smcenter .qaq_a {
    line-height: 32px;
    font-size: 18px
  }

  #pro_total .faq .qaq .smcenter .qaq_a::before {
    left: 3%
  }

  #pro_total .faq .qaq .ative .noe {
    margin-top: 0;
    margin-bottom: 0;
    padding: 5%;
    text-align: center;
    height: auto
  }

  #pro_total .faq .qaq .smcenter .aad {
    display: none
  }

  #proonbage .beforeppuc {
    margin-top: 0;
    margin-bottom: 32px
  }

  .lnb .pro_title {
    margin-bottom: 33px
  }

  .sep_breadcrumb {
    margin-top: 0
  }

  .rpt .rpt_list>a .rpttext {
    font-size: 14px
  }

  .opind .product-header {
    flex-wrap: wrap;
  }

  .product-header .opind_right,
  .product-header .opind_left {
    width: 100%;
    margin-top: 80px;
  }

  .opind .thumbs-container {
    display: flex；justify-content:center;
    align-items: start;
  }

  .content .proone_left table tbody tr>:first-child,
  .content .proone_left table tbody tr td {
    min-width: auto;
    padding-left: 10px
  }

  .content .proone_left h2 {
    font-size: 19px
  }

  .rpt .pro_title {
    font-size: 28px;
    line-height: 1.5
  }

  .content {
    padding-top: 0
  }

  .rpt .rpt_list {
    flex-wrap: wrap
  }

  .rpt .rpt_list>a {
    flex: 0 1 48%;
    margin: 0 auto;
    margin-top: 50px
  }

  .mt117 {
    margin-top: 0 !important
  }

  .rpt {
    margin-top: 50px
  }

  # .luc>a,
  # .ulc .smcenter>a {
    flex: 0 1 100%
  }

  .swiper-pagination {
    display: none
  }

  .spcm-product .product-second {
    padding: 5% !important
  }

  input::placeholder {
    font-size: 16px !important
  }

  .solit_ti_lsit .imgbox {
    flex: 0 1 100%;
    margin-right: 0
  }

  .nth3:nth-child(3n) {
    display: none !important
  }

  #pro_title {
    text-align: center !important;
    padding: 0 5%;
    font-size: 24px !important
  }

  .content .pro_right {
    width: 100%;
  }

  .pro_right .toma_list {
    grid-template-columns: 1fr 1fr;
  }

  .pro_right .toma_list .tl_box {
    max-width: 350px
  }

  .rpt .rpt_list {
    justify-content: center
  }

  .rpt .rpt_list .list {
    padding: 10px;
    box-shadow: rgb(0 0 0 / .12) 0 0 4px;
    border-radius: 20px;
    margin: 20px
  }

  .solution-content {
    flex-wrap: wrap
  }

  .solution-content .content-left {
    width: 100%
  }

  .solution-content .content-right {
    width: 100%;
    padding: 50px 0;
  }

  .section-introduction .smcenter {
    flex-wrap: wrap;
  }

  .section-introduction .video,
  .section-introduction .content {
    width: 100%;
    padding: 0;
  }

  .benefit-list {
    grid-template-columns: 1fr;
  }

  .area-list {
    grid-template-columns: 1fr;
  }

  #proonbage .contact_detail {
    padding: 10px 20px
  }

  .newannas .form .form-group {
    flex: 0 0 100%
  }

  .spcm-product .product-content .content {
    width: calc(100% - 8px)
  }

  .spc-section .machine-series td {
    text-align: left;
    border-bottom: 1px solid #ddd
  }

  h3 {
    font-size: 20px !important
  }

  .spc-section .half {
    width: 100%
  }

  .contact_us .items .item .box {
    max-width: 80%;
    margin: 0 auto
  }

  #proonbage .content .proone_left,
  #proonbage .content .pro_right {
    width: 100%;
  }

  .proone_right_news {
    flex: 0 1 100%;
    margin-left: 15px
  }

  .proone_right_news .recent-news .items {
    flex-wrap: wrap;
    flex-direction: row
  }

  .proone_right_news .recent-news .item {
    flex-direction: row;
    width: 100%;
  }

  .proone_right_news .toma_list .tl_box {
    flex: 0 0 48.5%
  }

  .content {
    flex-wrap: wrap
  }

  .banner-section .container .mission-title {
    font-size: 24px;
    letter-spacing: normal;
    max-width: 60%
  }

  .rpt .rpt_list .tl_box {
    flex: 0 0 48% !important
  }

  .contact_us .title {
    font-size: 28px;
    line-height: 1.5
  }

  .section-introduction .content .title {
    font-size: 28px;
    line-height: 1.5
  }

  .section-influence .title {
    font-size: 28px;
    line-height: 1.5
  }

  .section-timeline .title {
    font-size: 28px;
    line-height: 1.5
  }

  .solution-title .sub-title {
    font-size: 28px;
    line-height: 1.5
  }

  .solution-content .content-right .content-title {
    margin-top: 20px;
    line-height: 1.5
  }

  .thr_container .title {
    font-size: 28px;
    line-height: 1.5
  }

  .modal_video {
    height: 100% !important
  }

  .product_list_grid {
    grid-template-columns: repeat(2, 1fr);
    grid-row-gap: 20px;
    grid-column-gap: 20px;
  }

  .spcm-product .product_item .product_model {
    padding: 0;
  }

  .index-intr {
    flex-wrap: wrap;
  }

  .index-intr .index-intr-box {
    width: 100%;
    margin-bottom: 50px;
  }

  .factory_video video {
    max-width: initial;
  }

  .spcm-product .about_us .about_us_content_wrapper .about_us_content {
    max-width: 100%
  }

  .spcm-product .blog_wrapper {
    grid-template-columns: repeat(1, 1fr)
  }

  .spcm-product .feedback_item {
    flex-direction: column-reverse
  }

  .spcm-product .feedback_item .feedback_text {
    width: 100%
  }

  .spcm-product .feedback_item .feedback_avatar {
    width: 100%
  }

  .spcm-product .contact_wrapper .contact_form .input_form {
    grid-template-columns: repeat(1, 1fr)
  }

  .spcm-product {
    padding-bottom: 50px
  }

  .product-content .product-list .product-model {
    padding: 5px 0;
  }

  .sec_container .content_container .row_container .item {
    width: 100%;
  }

  .contact_box .newannas {
    margin-top: 60px;
  }

  .banner-section .ptb_text h1 {
    font-size: 24px;
    margin-bottom: 0;
  }

  .smcenter .fir_container p:first-child {
    font-size: 24px;
  }
}

@media only screen and (min-width:481px) and (max-width:768px) {
  #pro_total .toma .smcenter .toma_list {
    grid-template-columns: 1fr 1fr;
  }
}

/**对所有1024宽度以下适用**/
@media screen and (max-width:1024px) {
  .spcm-nav {
    display: none
  }

  .mobile-header {
    display: block
  }

  .banner-section {
    margin: 0 -17.5% 0 -17.5%;
    width: auto;
  }

  .banner-section .ptb_text {
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    display: flex;
    transform: initial;
  }

  .banner-section .ptb_text_center {
    font-size: 28px;
  }

  .solution-title .sub-title {
    font-size: 30px
  }

  #proonbage .contact_detail .contact_box {
    flex-wrap: wrap
  }

  #proonbage .contact_detail .contact_item {
    width: 100%
  }

  #proonbage .contact_detail .contact_item .contact_label {
    min-width: fit-content
  }

  .spcm-header .spcm-header-box a.email {
    display: none
  }

  .rpt .rpt_list .tl_box {
    flex: 0 0 31%
  }

  .spcm-product .contact_wrapper {
    flex-wrap: wrap
  }

  .spcm-product .contact_wrapper .contact_form {
    width: 100%
  }

  .spcm-product .contact_wrapper .map {
    width: 100%
  }

  .section-header {
    font-size: 24px;
    padding: 60px 0 30px;
  }

  .core-wrapper {
    flex-wrap: wrap;
  }

  .core-wrapper .box1,
  .core-wrapper .box2 {
    width: 100%;
  }

  .core-wrapper .box2 h3 {
    margin: 2em 0 1em;
  }

  .prior {
    order: 1;
  }

  .core-text {
    width: 100%;
  }

  .scenario-listing {
    flex-wrap: wrap;
    margin-top: 0;
  }

  .scenario-listing .scenario {
    width: 100%;
    margin: 0 0 20px 0;
  }

  .scenario-listing .scenario .scenario-text {
    font-size: 16px;
  }

  .agent-heading {
    font-size: 24px;
    line-height: 1.5;
  }

  .agent-subheading {
    font-size: 16px;
  }

  .global-customers .show-box {
    flex-direction: column;
  }

  .global-customers .info-box {
    width: 100%;
    text-align: center;
    padding: 80px 0;
  }

  .global-customers .scroll-box {
    width: 100%;
  }

  .scroll-box .right-box,
  .scroll-box .left-box {
    height: 67.5vw
  }

  .foot-list {
    display: none;
  }
}

@media screen and (min-width:769px) and (max-width:1199px) {
  .solution-content {
    flex-direction: column;
  }

  .solution-content .content-left {
    width: 100%;
  }

  .solution-content .content-right {
    width: 100%;
    padding: 80px;
  }

  .area-list {
    grid-template-columns: 1fr 1fr;
  }

  .benefit-list {
    grid-template-columns: 1fr;
  }

  .product_list .pro_lsit_son .prolis_son {
    padding: 10px 30px 10px 0 !important;
    display: flex;
    flex-wrap: wrap
  }

  .spcm-product .factory_video .factory_video_modal .factory_video_title {
    font-size: 24px
  }
}

@media screen and (max-width:1200px) {
  .pro_right .toma_list {
    width: 100%
  }

  .proone_right_news .recent-news .item a {
    width: 100%
  }

  .proone_right_news .recent-news .item a img {
    margin: 0 auto;
    max-width: unset;
    max-height: unset;
    min-height: unset;
    min-width: unset;
    width: 100%
  }

  .proone_right_news .recent-news .item:nth-child(2) img {
    max-width: unset;
    min-height: unset
  }
}

@media screen and (min-width:769px) and (max-width:1368px) {
  .smcenter {
    padding-left: 50px !important;
    padding-right: 50px !important
  }
}

/**对所有1368宽度以下适用**/
@media screen and (max-width:1368px) {
  .product_list_grid {
    grid-template-columns: repeat(2, 1fr)
  }

  .product-flex-list {
    grid-template-columns: 1fr 1fr;
  }

  .spcm-nav .spcm-nav-u .imgbox {
    padding: 0 15px;
  }

  .spcm-nav .spcm-nav-u .ulbox {
    max-width: calc(100% - 160px)
  }

  .spcm-banner .spcm-banner-box .banner-textone {
    height: auto;
    font-size: 46px;
    margin-top: 0
  }

  .spcm-nav .nav_first_href {
    font-size: 16px;
  }
}

#pro_total .toma .smcenter .toma_list .tl_box>img {
  max-height: 75%
}

.spcm-product .title-first span {
  margin-right: 10px
}

.language {
  cursor: pointer;
  position: relative
}

.language:hover .fix {
  opacity: 1;
  display: block
}

.language .fix {
  position: absolute;
  display: none;
  top: 100%;
  right: 0;
  width: 236px;
  text-align: left;
  background: #f3f3f3;
  z-index: 10200;
  box-shadow: 0 0 3px #666
}

.language .fix li {
  padding: 13px 17px;
  background: #fff;
  line-height: normal
}

.language .fix li a {
  font-size: 14px;
  color: #6d6d6d;
  margin: 0 5px
}