@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0px, 0);
    transform: translate3d(0, 0px, 0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0px, 0);
    transform: translate3d(0, 0px, 0);
  }
}
.swiper{
  width: 100%;
}
.fw600{
  font-weight: 600;
}
.sticky .sticky_act a {
  font-weight: normal;
}

.introduction .subtit {
  text-align: center;
  font-weight: 600;
}
.introduction .des {
  text-align: center;
  width: 82%;
  margin-left: auto;
  margin-right: auto;
  font-weight: 600;
}
.introduction .img img {
  max-width: 100%;
}

.highlights {
  /* background-image: url(../img/highlights_bg.png); */
  background-size: 100% auto;
  background-position: center bottom;
}
.highlights .flx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.highlights .flx > div {
  border: 1px solid #BBB8E6;
  background: #FFFFFF;
  -webkit-box-shadow: 8px 13px 30px 0px rgba(78, 78, 189, 0.1);
          box-shadow: 8px 13px 30px 0px rgba(78, 78, 189, 0.1);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  position: relative;
  padding: 50px 40px 40px 40px;
  overflow: hidden;
}
.highlights .flx > div::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-image: url(../img/highlights.jpg);
  background-size: cover;
  opacity: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.highlights .flx > div:hover {
  border-radius: 10px;
}
.highlights .flx > div:hover::after {
  opacity: 1;

}
.highlights .flx > div:hover .tit::before{
  background: #fff;
}
.highlights .flx > div:hover .tit {
  color: #fff;
}
.highlights .flx > div:hover .des {
  color: #fff;
}
.highlights .flx.flx_default > div {
  width: calc((100% - 60px) / 3);
  margin-right: 30px;
}
.highlights .flx.flx_default > div:nth-child(n+4) {
  margin-top: 30px;
}
.highlights .flx.flx_default > div:nth-child(3n) {
  margin-right: 0;
}
.highlights .flx.flx_default > div:last-child {
  margin-right: 0;
}
.highlights .flx.flx_four {
 
}
.highlights .flx.flx_four > div {
  width: calc((100% - 60px) / 4);
    margin-bottom: 20px;
    margin-right: 20px;
}
.highlights .flx.flx_four > div:nth-child(4n) {

margin-right: 0;
}
.highlights .tit {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  font-weight: 600;
  position: relative;
  z-index: 2;
  display: flex;
  color: var(--main-color);
}
.highlights .tit::before {
  content: "";
  flex: 0 0 auto;
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  margin-right: 8px;
  background: var(--main-color);
  transform: translateY(12px);
 
}
.highlights .des {
  margin-top: 10px;
  position: relative;
  z-index: 2;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
 
  transition: all 0.5s;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
    color: var(--main-color);
}
.highlights .highlights_more {
  width: 460px;
  height: 80px;
  margin-left: auto;
  margin-right: auto;
}

.workflow {
  background-image: url(../img/workflow_bg.jpg);
  background-size: cover;
}
.workflow .subtit {
  text-align: center;
  font-weight: 600;
}
.workflow .common_more {
  margin-left: auto;
  margin-right: auto;
}
.workflow .wrap {
  width: 1600px;
}
.workflow .con {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.workflow .con dl {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 250px;
  position: relative;
}
.workflow .con dl dt {
  position: relative;
  z-index: 2;
  width: 227px;
}
.workflow .con dl dt img {
  width: 100%;
}
.workflow .con dl dt img:first-child{
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
      transform: translate(-25%, -50%);
}
.workflow .con dl dd {
  padding-right: 20px;
  padding-left: 10px;
  position: relative;
  z-index: 2;
}
.workflow .con dl h3 {
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #eee;
}
.workflow .con dl h3:after {
  content: "";
  display: block;
  width: 100px;
  height: 2px;
  background-color: #46D3C7;
  position: absolute;
  bottom: -1px;
  left: 0px;
}
.workflow .con dl .p {
  color: #333;
}
.workflow .con dl:after {
  content: "";
  display: block;
  position: absolute;
  right: 55%;
  top: 15%;
  width: 220px;
  height: 15px;
  background: #E8E8F9;
  -webkit-transform: rotate(25deg);
      -ms-transform: rotate(25deg);
          transform: rotate(25deg);
}
.workflow .con dl:first-child:after {
  display: none;
}
.workflow .con dl:nth-of-type(2n+1):after {
  -webkit-transform: rotate(-25deg);
      -ms-transform: rotate(-25deg);
          transform: rotate(-25deg);
  top: 35%;
}
.workflow .con dl:nth-of-type(2n) {
  margin-top: 120px;
}
.workflow .con dl:nth-of-type(4n+1) h3 {
  color: #46D3C7;
}
.workflow .con dl:nth-of-type(4n+1) h3:after {
  background-color: #46D3C7;
}
.workflow .con dl:nth-of-type(4n+2) h3 {
  color: #5050C0;
}
.workflow .con dl:nth-of-type(4n+2) h3:after {
  background-color: #5050C0;
}
.workflow .con dl:nth-of-type(4n+3) h3 {
  color: #7F34CC;
}
.workflow .con dl:nth-of-type(4n+3) h3:after {
  background-color: #7F34CC;
}
.workflow .con dl:nth-of-type(4n) h3 {
  color: #7080E3;
}
.workflow .con dl:nth-of-type(4n) h3:after {
  background-color: #7080E3;
}

.applications .flx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.applications .item {
  background: #fff;
  border: 1px solid #DCDCF2;
 
  position: relative;
  padding: 60px 50px 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  width: 25%;
 
}
.applications .item:last-child {
  border-right: 1px solid #DCDCF2;
}
.applications .item:hover {
  z-index: 2;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
.applications .item:hover .tit a {
  color: var(--main-color);
}
.applications .item_bg {
  position: absolute;
  top: 0;
  right: 14px;
}
.applications .num {
  color: var(--main-color);
  font-weight: bold;
  line-height: 1;
  padding-bottom: 35px;
  margin-bottom: 30px;
  border-bottom: 1px solid #DCDCF2;
}
.applications .tit {
  font-weight: 600;
 line-height: 1.2;
 min-height: 2.4em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  
}
.applications a:hover{
  text-decoration: underline;
}
.applications .tit a {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  color: var(--main-color);
}
.applications .item:nth-child(2n) .des{
background: #f6fdff;
}
.applications .des {
  padding:  25px;
  background-color: #F6FBFF;
}
.applications .des > div {
  height: 4.5em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  color: var(--main-color);
}
.applications .more {
  color: var(--main-color);
}

.features .sort {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.features .common_more {
  margin-left: auto;
  margin-right: auto;
}
.features .l {
  color: #fff;
  width: 240px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
.features .r {
  width: calc(100% - 240px);
  padding: 27px 34px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.features .r a {
  margin-right: 16px;
  margin-top: 8px;
  margin-bottom: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px 40px;
  border-radius: 50px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.features .r a img {
  margin-right: 10px;
}
.features .sort_main .r {
  border: 1px solid rgba(80, 80, 201, 0.6);
}
.features .sort_main .r a {
  color: var(--main-color);
  background-color: rgba(80, 80, 192, 0.1);
}
.features .sort_main .r a:hover {
  -webkit-box-shadow: 0 0 10px 0 rgba(80, 80, 201, 0.4);
          box-shadow: 0 0 10px 0 rgba(80, 80, 201, 0.4);
}
.features .sort_cyan .r {
  border: 1px solid rgba(113, 226, 210, 0.6);
}
.features .sort_cyan .r a {
  color: var(--cyan-color);
  background-color: rgba(113, 226, 210, 0.1);
}
.features .sort_cyan .r a:hover {
  -webkit-box-shadow: 0 0 10px 0 rgba(113, 226, 210, 0.4);
          box-shadow: 0 0 10px 0 rgba(113, 226, 210, 0.4);
}
.features .title {
  font-weight: bold;
  line-height: 1;
}

.components .table_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  background-color: var(--main-color);
  font-weight: 600;
}
.components .table_top div {
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 30px  10px;
  text-align: center;
    border-left: 1px solid rgba(246, 251, 255, 0.2);
}
 
.components .table_top div:first-child {
 
}
.components .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.components .item > div {
  color:var(--main-color);
  padding: 30px 10px;
  flex: 1;
  text-align: center;
  border-bottom: 1px solid rgba(80, 80, 192, 0.2);
    border-right: 1px solid rgba(80, 80, 192, 0.2);
}
 
 .components .item > div > span{
  display: none;
 }
.components .item > div:first-child {
 
      border-left: 1px solid rgba(80, 80, 192, 0.2);
} 
.components .item:nth-child(even) {
  background-color: rgb(233, 241, 255);
}

.instrument .box {
  position: relative;
}
.instrument .box .swiper-slide {
  border: 1px solid #BBB8E6;
  padding: 50px 40px;
  height: auto;
}
.instrument .box .swiper-slide:hover .img img {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}
.instrument .box .swiper-slide:hover .tit a {
  color: var(--main-color);
}
.instrument .box .img {
  position: relative;
  height: 0;
  padding-bottom: 70%;
  display: block;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.instrument .box .img img {
  position: absolute;
  max-height: 100%;
  max-width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -o-object-fit: cover;
     object-fit: cover;
}
.instrument .box .line {
  height: 1px;
  background: #DCDCF2;
}
.instrument .box .tit {
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.instrument .box .tit a {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  color: var(--main-color);
}
.instrument .box .tit a:hover{
  text-decoration: underline;
}
.instrument .box .des {
  color: var(--main-color);
}

.software .flx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.software span {
  line-height: 1;
}
.software span:first-child {
  font-weight: 600;
}
.software span:nth-of-type(2) {
  opacity: 0;
}
.software span:nth-of-type(2)::after {
  content: "";
  display: block;
  height: 1px;
  width: 100%;
  margin-top: 5px;
  background: transparent;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.software a {
  width: calc((100% - 30px) / 2);
  padding: 0 64px;
  height: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: var(--main-color);
  border: 1px solid #DCDCF2;
  border-left: 4px solid var(--main-color);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.software a:hover {
  color: #fff;
  background-color: var(--main-color);
}
.software a:hover span:last-child {
  opacity: 1;
}
.software a:hover span:last-child::after {
  background: #fff;
}

.data .lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px;
}
.data .list {
 
  padding: 20px 40px 40px 40px;
  border-left: 1px solid #E4E4E9;
  border-bottom: 1px solid #E4E4E9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-top: 1px solid transparent;
  border-right: 1px solid transparent;
  background-color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.data .list:hover {
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
.data .list a:hover{
  text-decoration: underline;
}
.data .top {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.data .top h3 {
  font-weight: 700;
  text-align: center;
  position: relative;
  padding-bottom: 20px;
  color: var(--main-color);
}
.data .top h3:after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background: var(--main-color);
  position: absolute;
  left: 50%;
  bottom: 0px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.data .top .p {
 
    color: var(--main-color);
}
.data .bottom .img img {
  max-width: 100%;
}
.data .bottom .more {
  color: var(--main-color);
  display: flex;
}
.data .common_more {
  margin-left: auto;
  margin-right: auto;
}

.featured {
  background: url(../img/bj3.jpg) no-repeat center top;
  background-size: cover;
}
.featured .subtit {
  font-weight: 700;
  text-align: center;
}
.featured .con {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.featured .con .left {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.featured .con .left ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.featured .con .left li {
  height: 80px;
  margin-bottom: 18px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(130, 130, 254, 0.2)), to(rgba(130, 130, 254, 0)));
  background: linear-gradient(to right, rgba(130, 130, 254, 0.2), rgba(130, 130, 254, 0));
  color: var(--main-color);
  position: relative;
  line-height: 80px;
  padding-left: 30px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.featured .con .left li:after {
  content: "";
  position: absolute;
  left: 0px;
  top: 50%;
  display: block;
  z-index: 2;
  width: 2px;
  height: 40px;
  background-color: var(--main-color);
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.featured .con .left li:last-child {
  margin-bottom: 0px;
}
.featured .con .left li:hover {
  background: -webkit-gradient(linear, left top, right top, from(var(--main-color)), to(rgba(130, 130, 254, 0)));
  background: linear-gradient(to right, var(--main-color), rgba(130, 130, 254, 0));
  color: #fff;
}
.featured .con .left li.active {
  background: -webkit-gradient(linear, left top, right top, from(var(--main-color)), to(rgba(130, 130, 254, 0)));
  background: linear-gradient(to right, var(--main-color), rgba(130, 130, 254, 0));
  color: #fff;
}
.featured .con .right {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 820px;
          flex: 0 0 820px;
  padding: 60px;
  background-color: #fff;
}
.featured .con .right dl {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  display: block;
}
.featured .con .right dt {
  border-bottom: 1px solid rgba(80, 80, 192, 0.1254901961);
  padding-bottom: 30px;
  margin-bottom: 10px;
}
.featured .con .right dd {
  border-bottom: 1px solid rgba(80, 80, 192, 0.062745098);
  padding-bottom: 25px;
  padding-top: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.featured .con .right dd span {
  margin-right: 5px;
}
.featured .con .right dd svg {
  width: 14px;
  height: 14px;
  position: absolute;
  right: 0px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.featured .con .right dd:hover {
  border-bottom-color: var(--main-color);
}
.featured .con .right dd:hover a {
  color: var(--main-color);
}
.featured .con .right .rightCon2 dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.featured .con .right .rightCon2 dt {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}
.featured .con .right .rightCon2 dd {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  border-bottom: 0px;
}
.featured .con .right .rightCon2 dd .cImg {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 148px;
          flex: 0 0 148px;
}
.featured .con .right .rightCon2 dd .cImg img {
  width: 100%;
}
.featured .con .right .rightCon2 dd .text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-left: 15px;
  padding-right: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.featured .con .right .rightCon2 dd .text .title {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-top: 20px;
}
.featured .con .right .rightCon2 dd .text .a {
  padding-bottom: 20px;
  padding-top: 20px;
  color: var(--main-color);
}
.featured .con .right .rightCon {
  display: none;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.featured .con .right .rightCon.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.featured .con .more a {
  width: 200px;
  height: 50px;
  border: 1px solid rgba(80, 80, 192, 0.1254901961);
  color: var(--main-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.featured .con .more a:hover {
  background-color: var(--main-color);
  color: #fff;
}
.featured .common_more {
  margin-left: auto;
  margin-right: auto;
}

.demo {
  background: url(../img/bg4.jpg) no-repeat center top;
  background-size: cover;
}
.demo .common_title {
  color: #fff;
}
.demo .con {
  position: relative;
}
.demo .con .btn_absolute path {
  fill: #fff;
}
.demo .con .swiper-slide {
  max-width: 400px;
  background: #fff;
  padding: 20px;
  padding-bottom: 40px;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.demo .con .swiper-slide .img {
  background: #F3F1FF;
  text-align: center;
  padding: 15px;
}
.demo .con .swiper-slide .img img {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 100%;
}
.demo .con .swiper-slide .img:hover img {
  -webkit-transform: scale(1.03);
      -ms-transform: scale(1.03);
          transform: scale(1.03);
}
.demo .con .swiper-slide .listCon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.demo .con .swiper-slide .top {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.demo .con .swiper-slide .tit {
  font-weight: 700;
    color: var(--main-color);
}
.demo .con .swiper-slide .tit a:hover {
  color: var(--main-color);
}
.demo .con .swiper-slide .des {
  color: var(--main-color);
  margin-top: 10px;
}
.demo .con .swiper-slide .more {
  margin-top: 20px;
}
.demo .con .swiper-slide .more a {
  color: var(--main-color);
}
 .demo .con a:hover{
  text-decoration: underline;
 }
.demo .con .swiper-slide:nth-of-type(2n) .img {
  background: #F8F1FF;
}
.demo .common_more {
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
  color: var(--main-color);
}
.publications{
  background: #f6fbff;
  
}
.publications:before{
 content: "";
  width: 100%;
  height:5px ;
  position: absolute;
  left: 0;
 top: 0; 
  background-image: linear-gradient(
    to right,
    #5050c0 32%,    
   var(--yellow-color) 32%,  
     var(--yellow-color)  62.5%, 
  #5050c0  62.5%,   /* 直接从 62.5% 开始用白色，无过渡 */
 #5050c0  75.5%,     /* 白色到 68% 位置 */
    var(--cyan-color) 75.5%,  /* 直接从 68% 开始用 #FFCA1A，无过渡 */
     var(--cyan-color) 91%,  /* #FFCA1A 到 87% 位置 */
    #5050c0  91%      /* 直接从 87% 开始用白色，无过渡，直到 100% */
  );
  }
.publications .bottom {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.publications .con .swiper-slide {
  height: auto;
 
  padding: 20px;
  background: #fff;
  border: 1px solid #DCDCF2;
}
.publications .con .swiper-slide .img {
flex: 0 0 100%;
height: 0;
padding-top: 76%;
position: relative;
overflow: hidden;
}
.publications .con .swiper-slide .img img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: all 0.4s linear;
}
.publications .con .swiper-slide .img:hover img{
  transform: scale(1.05);
}
.publications .con .swiper-slide .listCon {
  
          flex: 0 0 100%;
 padding-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.publications .con .swiper-slide .listCon .tit {
  color: var(--main-color);
  font-weight: 700;
}
.publications .con .swiper-slide .listCon .top {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-weight: 700;
}
.publications .con .swiper-slide .listCon .bottom {
  padding-bottom: 10px;
}
.publications .con .swiper-slide .listCon .bottom > div {
  width: 100%;
}
.publications .con .swiper-slide .listCon .bottom p {
  color: var(--main-color);
}
.publications .con .swiper-slide .listCon .bottom .more {
  border-top: 1px solid rgba(80, 80, 192, 0.1254901961);
  padding-top: 20px;
 
  gap: 10px;
  display: flex;
}
.publications .con .swiper-slide .listCon .bottom .more a{
  flex:1;
  padding: 6px;
  background: #ffffff;
border: 1px solid #bbb8e6;
display: flex;
justify-content: center;
align-items: center;
position: relative;
overflow: hidden;
}
.publications .con .swiper-slide .listCon .bottom .more a:first-child{
  color: var(--main-color);
}
.publications .con .swiper-slide .listCon .bottom .more a::after {
    content: "";
    display: block;
    width: 100%;
    height: 0;
    padding-top: 100%;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
    color: var(--main-color);
}
.publications .con .swiper-slide .listCon .bottom .more a:hover::after {
    -webkit-animation: btn_ani 1s;
    animation: btn_ani 1s;
    z-index: 2;
}
.publications .con .swiper-slide .listCon .top:hover{
text-decoration: underline;
  }
.publications .con .swiper-slide .listCon .bottom .more a.download{
background: var(--main-color);
color: #fff;
}
 
.publications .common_more {
  margin-left: auto;
  margin-right: auto;
}

.customers {
  background: url(../img/bg4.jpg) no-repeat center top;
  background-size: cover;
}
.customers .common_title {
  color: #fff;
}
.customers .subtit {
  color: #fff;
  text-align: center;
}
.customers .con {
  position: relative;
}
.customers .con .btn_absolute path {
  fill: #fff;
}
.customers .con .swiper-wrapper {
  padding-bottom: 40px;
}
.customers .con .swiper-slide {
  position: relative;
  border-radius: 10px;
  background: #fff;
  padding: 50px 60px;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.customers .con .swiper-slide .img {
  text-align: left;
  position: relative;
}
.customers .con .swiper-slide .img p img {
  width: 100%;
}
.customers .con .swiper-slide .img img {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  max-width: 220px;
}
.customers .con .swiper-slide .img > img {
  position: absolute;
  right: 0px;
  top: 0px;
}
.customers .con .swiper-slide .listCon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.customers .con .swiper-slide .top {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.customers .con .swiper-slide .tit {
  font-weight: 700;
}
.customers .con .swiper-slide .tit a:hover {
  color: var(--main-color);
}
.customers .con .swiper-slide .des {
  color: var(--main-color);
 
}
.customers .con .swiper-slide .p {
  text-align: right;
  color: #999;
}
.customers .con .swiper-slide:after {
  content: "";
  position: absolute;
  bottom: -40px;
  left: 50px;
  border-bottom: 20px solid transparent;
  border-top: 20px solid #fff;
  border-left: 20px solid #fff;
  border-right: 20px solid transparent;
}
.customers .con .swiper-slide:nth-of-type(2n) {
  margin-top: 80px;
}
.customers .con .swiper-slide:nth-of-type(2n+1) {
  margin-bottom: 80px;
}
.customers .con .swiper-slide:nth-of-type(2n):after {
  right: 50px;
  left: auto;
  border-bottom: 20px solid transparent;
  border-top: 20px solid #fff;
  border-right: 20px solid #fff;
  border-left: 20px solid transparent;
}
.customers .con .btn_absolute {
  width: 55px;
  height: 55px;
  border: 1px solid #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.customers .con .btn_absolute svg {
  height: 14px;
  width: 14px;
}
.customers .con .btn_absolute:hover {
  background-color: #fff;
}
.customers .con .btn_absolute:hover path {
  fill: var(--main-color);
}
.customers .con .prev_absolute {
  left: -80px;
}
.customers .con .next_absolute {
  right: -80px;
}
.customers .common_more {
  margin-left: auto;
  margin-right: auto;
  color: #fff;
  border: 1px solid #fff;
  background: transparent;
  width: 200px;
  height: 50px;
}

.related .common_more {
  margin-left: auto;
  margin-right: auto;
}


.btn_absolute {
  z-index: 3;
}

.common_scrollbar.swiperScrollb {
  bottom: 0px;
  height: 1px;
  position: relative;
  width: calc(100% - 200px);
}

.common_scrollbar .swiper-pagination-progressbar-fill {
  height: 3px;
  margin-top: -1px;
  background-color: var(--main-color);
  cursor: -webkit-grab;
  cursor: grab;
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

@media only screen and (max-width: 1700px) {
  .workflow .wrap {
    width: 90%;
  }
  .workflow .con dl dt {
    width: 100%;
    max-width: 227px;
  }
  .applications .item{
padding:  2vw;
  }
}
@media only screen and (max-width: 1600px) {
  .wrap1200{
    width: 70%;
  }
  .features .numMes .num_list .num_l div img{
    width: 100%;
  }
  .features .numMes{
    gap: 5%;
  }
  .introduction .des {
    font-weight: normal;
  }
  .features .numMes .num_list .num_l {
    width: 50px; 
}
.features .numMes .num_list .num_r{
  margin-left: 10px;
}
  .highlights .tit {
    line-height: 1.2;
  }
  .highlights .flx > div {
    padding: 2.5vw 2vw 2vw 2vw;
  }
  .highlights .tit::before {
    left: -17px;
  }
  .highlights .highlights_more {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    height: auto;
    padding: 1.2vw 3.5vw;
  }
 
  .highlights .flx.flx_four > div {
    width: calc((100% - 2vw) / 2);
  }
  .highlights .flx.flx_four > div:nth-child(2n){
    margin-right: 0;
  }
  .highlights .flx.flx_default > div {
    width: calc((100% - 40px) / 3);
    margin-right: 20px;
  }
  .workflow .con dl h3 {
    margin-bottom: 15px;
    padding-bottom: 15px;
    line-height: 1.2;
  }
  .applications .item {
    padding: 3vw 2.5vw 2vw;
  }
  .applications .item_bg {
    width: 2.2vw;
  }
  .applications .num {
    margin-bottom: 2vw;
    padding-bottom: 2vw;
  }
  .applications .tit {
    line-height: 1.3;
  }
  .applications .des {
    padding: 1vw;
  }
  .features .r {
    padding: 1.5vw 2vw;
  }
  .features .r a {
    padding: 0.7vw 2.5vw;
  }
  .software a {
    height: auto;
    padding: 3vw;
  }
  .data .top .p {
    padding-right: 6vw;
  }
  .featured .subtit {
    font-weight: normal;
  }
  .featured .con .left li {
    height: 5vw;
    line-height: 5vw;
  }
  .featured .con .right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 60%;
            flex: 0 0 60%;
    padding: 3vw;
  }
  .featured .con .right dt {
    padding-bottom: 2vw;
    margin-bottom: 1vw;
  }
  .featured .con .right dd {
    padding-top: 1.5vw;
    padding-bottom: 1.5vw;
  }
  .featured .con .more a {
    padding: 0.7vw 2.5vw;
    width: auto;
    height: auto;
  }
  .featured .con .right .rightCon2 dd .cImg {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
            flex: 0 0 40%;
  }
  .publications .con .swiper-slide {
    padding: 2vw;
  }
  .publications .con .swiper-slide .img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 15vw;
            flex: 0 0 15vw;
  }
  .publications .con .swiper-slide .listCon {
  
  }
  .publications .con .swiper-slide .listCon .top p {
    line-height: 1.3;
  }
  .customers .con .swiper-slide {
    padding: 3vw 3.5vw;
  }
  .customers .con .swiper-slide:nth-of-type(2n) {
    margin-top: 4vw;
  }
  .customers .common_more {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    height: auto;
    padding: 1vw 4vw;
  }
  .customers .con .swiper-slide .img p {
    display: block;
    width: 40%;
  }
  .customers .con .swiper-slide .img p img {
    width: 100%;
  }
  .customers .con .swiper-slide .img > img {
    -webkit-transform: scale(0.7);
        -ms-transform: scale(0.7);
            transform: scale(0.7);
    -webkit-transform-origin: right center;
        -ms-transform-origin: right center;
            transform-origin: right center;
  }
  .research .a a {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    height: auto;
    padding: 1vw 2.5vw;
  }
  .components .item > div,
  .components .table_top div{
    padding: 20px 10px;
  }
}
@media only screen and (max-width: 1500px) {
  .workflow .con dl:after {
    top: 4%;
  }
  .features .l {
    width: 150px;
    font-size: 20px;
  }
  .features .r {
    width: calc(100% - 150px);
  }
 .components .table_btm,
   .components .table_top{
    font-size: 14px;
   }
   
  .instrument .box .swiper-slide {
    padding: 3vw;
  }
  .customers .con .btn_absolute {
    width: 38px;
    height: 38px;
  }
  .customers .con .prev_absolute {
    left: -60px;
  }
  .customers .con .next_absolute {
    right: -60px;
  }
}
@media only screen and (max-width: 1300px) {
  
  .features .numMes{
    gap: 3%;
  }
 
  .features .numMes .num_list .num_l {
    width: 40px; 
}

  .workflow .con dl:after {
    width: 180px;
    -webkit-transform: rotate(35deg);
        -ms-transform: rotate(35deg);
            transform: rotate(35deg);
  }
  .workflow .con dl:nth-of-type(2n+1):after {
    top: 31%;
    -webkit-transform: rotate(-35deg);
        -ms-transform: rotate(-35deg);
            transform: rotate(-35deg);
  }
  .workflow .con dl dt {
    width: 70%;
  }
}
@media only screen and (max-width: 1200px) {
      .wrap1200 {
        width: 80%;
    }
  .workflow .con dl {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
  }
  .workflow .con dl:after {
    width: 250px;
    top: 20%;
    display: none;
  }
  .workflow .con dl:nth-of-type(2n+1) {
    margin-top: 2vw;
  }
  .workflow .con dl:nth-of-type(2n) {
    margin-top: 6vw;
  }
  .applications .flx {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .applications .item {
    width: 50%;
  }
  .applications .item:nth-of-type(2n) {
    border-right: 1px solid #DCDCF2;
    border-top: 0px;
  }
  .applications .item:nth-of-type(2n+1) {
    border-top: 0px;
  }
  .applications .item:nth-of-type(1) {
    border-top: 1px solid #DCDCF2;
  }
  .applications .item:nth-of-type(2) {
    border-top: 1px solid #DCDCF2;
  }
  .data .lists {
    gap: 3vw;
  }
  .data .list {
    padding: 3vw;
  }
  .featured .con .left li {
    height: 6vw;
    line-height: 6vw;
  }
  .featured .con .right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 65%;
            flex: 0 0 65%;
  }
  .customers .con .swiper-slide:nth-of-type(2n) {
    margin-top: 0px;
    margin-bottom: 4vw;
  }
  .customers .con .swiper-slide:nth-of-type(2n+1) {
    margin-bottom: 4vw;
  }
  .customers .con .swiper-slide:nth-of-type(2n):after {
    left: 50px;
    right: auto;
    border-bottom: 20px solid transparent;
    border-top: 20px solid #fff;
    border-left: 20px solid #fff;
    border-right: 20px solid transparent;
  }
  .customers .con .prev_absolute {
    bottom: -10%;
    top: auto;
    left: 45%;
  }
  .customers .con .next_absolute {
    bottom: -10%;
    top: auto;
    right: 45%;
  }
}
@media only screen and (max-width: 1000px) {
  .components .table_btm, .components .table_top{
    font-size: 12px;
  }
  .features .numMes .num_list .num_r span{
    font-size: 16px;
  }
  .introduction .des {
    width: 100%;
  }
  .featured .con .left li {
    height: 8vw;
    line-height: 8vw;
  }
  .featured .con .right .rightCon2 dd {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  .featured .con .right .rightCon2 dd .cImg {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
  }
  .publications .con .swiper-slide .listCon .top p {
    line-height: 1.1;
  }
  .publications .con .swiper-slide .listCon .bottom > div {
    margin-top: 3vw;
  }
  .publications .con .swiper-slide .listCon .bottom .more {
    padding-top: 1vw;
  }
  .research {
    padding: 5vw;
  }
  .research .con {
    
  }
  .research .p {
    line-height: 1.2;
  }
  .research > img {
 
  }
}
@media only screen and (max-width: 768px) {
  .demo .con .swiper-slide {
    max-width: 100%;
  }
   .components .table{
    width: 100%; 
   }
   .components .item > div{
    flex: 0 0 100%;
    text-align: left;
    padding: 0;
   }
 
   .components .item{
 
    padding: 20px;
   }
   .components .item > div{
     
        
   }
  .components .table_top{
    
  }
  .components .item > div:first-child{
    
  }
  .introduction .subtit {
    font-size: 18px;
    line-height: 1.3;
  }
  .featuresBg>img{
    width:calc(100% + 10px);
  }
    .features .numMes .num_list:first-child{
      margin: 0;
    }
  .features .numMes .num_list{
    flex: 0 0 100%;
    margin-top: 10px;
  }
  .introduction .des {
    font-size: 14px;
    line-height: 1.5;
  }
  .highlights .flx.flx_four > div {
    width: 100%;
    padding: 5vw;
    margin-bottom: 3vw;
    margin-right: 0;
  }
  .highlights .flx.flx_four > div:last-child {
    margin-bottom: 0;
  }
  .highlights .highlights_more {
    padding: 3vw 5vw;
  }
  .highlights .flx.flx_default > div {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 3vw;
  }
  .highlights .flx.flx_default > div:last-child {
    margin-bottom: 0px;
  }
  .workflow .con {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .workflow .subtit {
    font-weight: normal;
    line-height: 1.3;
    margin-top: 5vw;
  }
  .workflow .con dl {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    margin-top: 5vw;
  }
  .workflow .con dl:nth-of-type(2n) {
    margin-top: 5vw;
  }
  .workflow .con dl:nth-of-type(2n+1) {
    margin-top: 5vw;
  }
  .workflow .con dl dd {
    padding-right: 10px;
  }
  .applications .item {
    width: 100%;
    border: 1px solid #DCDCF2 !important;
    margin-bottom: 3vw;
    padding: 5vw;
  }
  .applications .item:last-child {
    margin-bottom: 0px;
  }
  .applications .item_bg {
    width: 4vw;
  }
  .applications .num {
    margin-bottom: 5vw;
    padding-bottom: 5vw;
  }
  .applications .des {
    padding: 3vw;
  }
  .features .sort {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .features .l {
    width: 100%;
    padding: 3vw;
  }
  .features .l br {
    display: none;
  }
  .features .r {
    width: 100%;
    padding: 5vw;
  }
  .features .sort_main .r a {
    font-size: 14px;
  }
  .components .table_top div {
    padding: 5vw 3vw;
    line-height: 1.3;
  }
  /* .components .table_top div:first-child {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .components .table_top div:nth-child(2), .components .table_top div:nth-child(3) {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    word-break: break-all;
    font-weight: normal;
  } */
  .components .item > div {
    /* padding: 5vw 3vw; */
  }
  /* .components .item > div:first-child {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .components .item > div:nth-child(2), .components .item > div:nth-child(3) {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
  } */
  .instrument .box .swiper-slide {
    padding: 8vw 5vw;
  }
  .software .flx {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .software a {
    width: 100%;
    height: auto;
    padding: 6vw 5vw;
    margin-bottom: 3vw;
  }
  .software span:nth-of-type(2) {
    font-size: 12px;
  }
  .data .list {
 
    border: 1px solid #E4E4E9;
    padding: 8vw 5vw;
  }
  .data .top .p {
    padding-right: 0vw;
  }
  .data .bottom .more {
    font-size: 12px;
  }
  .featured .subtit {
    margin-top: 5vw;
    line-height: 1.3;
  }
  .featured .con .left ul {
    -webkit-box-orient: unset;
    -webkit-box-direction: unset;
        -ms-flex-direction: unset;
            flex-direction: unset;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .featured .con .left li {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding-left: 3vw;
    min-width: 50%;
    font-size: 16px;
    height: auto;
    line-height: initial;
    padding: 5vw 3vw;
    margin-bottom: 3vw;
  }
  .featured .con .left li:last-child {
    margin-bottom: 3vw;
  }
  .featured .con .right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    padding: 6vw 5vw 8vw;
  }
  .featured .con .right dt {
    padding-bottom: 3vw;
    margin-bottom: 2vw;
  }
  .featured .con .right dd {
    padding: 3vw 0;
  }
  .featured .con .right dd a {
    padding-right: 5vw;
    display: inline-block;
  }
  .featured .con .right .rightCon2 dd .text a {
    padding-right: 0vw;
  }
  .featured .con .more a {
    padding: 2vw 5vw;
    font-size: 14px;
  }
  .featured .con .right .rightCon2 dd .cImg {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
            flex: 0 0 40%;
  }
  .featured .con .right .rightCon2 dd .text .title {
    padding-top: 0px;
  }
  .featured .con .right .rightCon2 dd .text {
    padding-right: 3vw;
    padding-left: 5vw;
  }
  .demo .con .btn_absolute svg {
    width: 10px;
  }
  .demo .con .btn_absolute path {
    fill: var(--main-color);
  }
  .demo .next_absolute {
    top: 26%;
    right: 10%;
  }
  .demo .prev_absolute {
    top: 26%;
    left: 10%;
  }
  .publications .con .swiper-slide {
 
  }
  .publications .con .swiper-slide .img {
  
  }
  .publications .con .swiper-slide .listCon {
 
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin-top: 5vw;
  }
  .publications .con .swiper-slide .listCon .bottom {
    padding-bottom: 0px;
    margin-top: 5vw;
  }
  .common_scrollbar.swiperScrollb {
    width: calc(100% - 120px);
  }
  .customers .subtit {
    line-height: 1.3;
    margin-top: 5vw;
  }
  .customers .common_more {
    padding: 2vw 8vw;
  }
  .customers .con .swiper-slide {
    padding: 8vw 5vw;
  }
  .customers .con .swiper-slide .img p {
    width: 50%;
  }
  .customers .con .swiper-slide .img > img {
    -webkit-transform: scale(0.5);
        -ms-transform: scale(0.5);
            transform: scale(0.5);
  }
  .customers .con .prev_absolute {
    left: 35%;
  }
  .customers .con .next_absolute {
    right: 35%;
  }
   .components .item > div > span{
  
 }
     .tableOver {
        overflow-x: auto;
    }
    .components .item{
      padding: 0;
    }
    .components .table_top div {
          background-color: var(--main-color);
    }
.components .item > div,
 .components .table_top div{
  flex: 0 0 200px;
  padding: 20px;
  text-align: left;
  justify-content: flex-start;
 }
 .components .item:nth-child(even) > div{
  background-color: rgb(233, 241, 255);
 }
  .research {
    padding: 12vw 5vw;
  }
  .research .a a {
    padding: 3vw 5vw;
    width: 170px;
    margin-bottom: 10px;
  }
  .highlights .flx.flx_default > div:nth-child(n+4){
    margin-top: 0;
  }
}