/*@font-face {
  font-family: "din";
  src: url("./fonts/DIN-Regular.woff2") format("woff2"),
       url("./fonts/DIN-Regular.woff") format("woff"),
       url("./fonts/DIN-Regular.ttf") format("truetype"),
       url("./fonts/DIN-Regular.eot") format("embedded-opentype"),
       url("./fonts/DIN-Regular.svg") format("svg");
}


@font-face {
  font-family: "dinbold";
  src: url("./fonts/DIN-Bold.woff2") format("woff2"),
       url("./fonts/DIN-Bold.woff") format("woff"),
       url("./fonts/DIN-Bold.ttf") format("truetype"),
       url("./fonts/DIN-Bold.eot") format("embedded-opentype"),
       url("./fonts/DIN-Bold.svg") format("svg");
}


@font-face {
  font-family: "dinmedium";
  src: url("./fonts/DIN-Medium.woff2") format("woff2"),
       url("./fonts/DIN-Medium.woff") format("woff"),
       url("./fonts/DIN-Medium.ttf") format("truetype"),
       url("./fonts/DIN-Medium.eot") format("embedded-opentype"),
       url("./fonts/DIN-Medium.svg") format("svg");
}*/
html, body {
  font-family: "SourceHanSansCN-Medium","SourceHanSansCN-Regular","Source Han Sans CN", "Noto Sans S Chinese","Noto Sans S Chinese Light","HarmonyOS Sans SC","Microsoft Yahei", "Microsoft YaHei Light","PingFangSC-Semibold","Pingfang sc bold", "Helvetica Neue", Helvetica, Tahoma, sans-serif;
}

.secwen {
  opacity: 0;
  transform: translateY(30px);
  transition: .8s ease-in-out;
}

.secwen.animate {
  opacity: 1;
  transform: translateY(0);
  transition: .8s ease-in-out;
}

.dinmedium {
  /*font-family: "dinmedium";*/
  font-weight: 500;
}

.dinbold {
  /*font-family: "dinbold";*/
  font-weight: bold;
}

.din {
  /*font-family: "din";*/
}

.lin1 {
  line-height: 1;
}

.pcbox {
  display: block;
}

.mbox {
  display: none;
}

.pc767 {
  display: block;
}

.m767 {
  display: none;
}

.dee5e9 {
  background: #dee5e9;
}

.pagination a {
  display: inline-block;
  vertical-align: top;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  box-sizing: content-box;
  color: #444444;
  transition: .5s ease-in-out;
}
.pagination a.active {
  color: #fff;
  background: #3fa9e0;
  transition: .5s ease-in-out;
}
.pagination a.prev, .pagination a[rel=prev] {
  background: url(../imgbox/prev.png) no-repeat center;
  background-size: 100%;
  margin-right: 1rem;
}
.pagination a.next, .pagination a[rel=next] {
  background: url(../imgbox/next.png) no-repeat center;
  background-size: 100%;
  margin-left: 1rem;
}

@media (min-width: 1024px) {
  .pagination a:hover {
    color: #fff;
    background: #3fa9e0;
    transition: .5s ease-in-out;
  }
  .pagination a.prev:hover, .pagination a[rel=prev]:hover {
    background: url(../imgbox/prev1.png) #3fa9e0 no-repeat center;
    background-size: 100%;
  }
  .pagination a.next:hover, .pagination a[rel=next]:hover {
    background: url(../imgbox/next1.png) #3fa9e0 no-repeat center;
    background-size: 100%;
  }
}
@media (max-width: 1023px) {
  .pagination a {
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
  }
}
@media (max-width: 1023px) {
  .pcbox {
    display: none;
  }

  .mbox {
    display: block;
  }
}
@media (max-width: 767px) {
  .pc767 {
    display: none;
  }

  .m767 {
    display: block;
  }
}
.w1600 {
  width: 86%;
  margin: 0 auto;
  max-width: 1600px;
}

.tc {
  text-align: center;
}

.col333 {
  color: #333333;
}

.medium {
  font-weight: 500;
}

.bold {
  font-weight: bold;
}

.m-header .welcome-a img {
  height: 28px;
  display: inline-block;
  vertical-align: middle;
}

.m-searchs {
  margin-left: .5rem;
  margin-right: .35rem;
}
.m-searchs .span {
  width: 40px;
  height: 50px;
  background: url(../img/ser2.png) no-repeat center;
  background-size: 50%;
}

.m-header .w-header {
  position: absolute;
  width: 100%;
  box-sizing: border-box;
  z-index: 24;
  height: 50px;
  padding-left: 2%;
  transition: .5s ease-in-out;
  z-index: 300;
  background: #fff;
}

.m-header .w-header.fixed {
  width: 100%;
  position: fixed;
  top: 0;
  transition: .5s ease-in-out;
  left: 0;
}

.m-header.fixed,
.unv-header.fixed {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 200;
}

.m-header {
  height: 50px;
  width: 100%;
  position: relative;
  width: 100%;
  background: #fff;
}

.m-header .w-header.fixed {
  width: 100%;
  position: fixed;
  top: 0;
  transition: .5s ease-in-out;
  left: 0;
}

.m-header .w-header {
  position: absolute;
  width: 100%;
  /*padding: 0 35px 0 0;*/
  box-sizing: border-box;
  z-index: 24;
  height: 50px;
  padding-left: 2%;
  transition: .5s ease-in-out;
  z-index: 300;
  background: #fff;
}

.uiobox {
  width: 50px;
  height: 50px;
  position: relative;
  /*background-color: $colors;*/
}

body.ovh .m-header .welcome-a .i1, html.ovh .m-header .welcome-a .i1 {
  opacity: 0;
}
body.ovh .m-header .welcome-a .i0, html.ovh .m-header .welcome-a .i0 {
  opacity: 1;
}
body.ovh .m-searchs span .i1, html.ovh .m-searchs span .i1 {
  opacity: 0;
}
body.ovh .m-searchs span .i0, html.ovh .m-searchs span .i0 {
  opacity: 1;
}
body.ovh .m-header .nav-btn.hover .line, html.ovh .m-header .nav-btn.hover .line {
  background-color: #3fa9e0;
}

.m-searchs img {
  width: 100%;
}

.m-header .welcome-a .i1 {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  opacity: 0;
  z-index: 1;
}

.m-header .w-header .nav-btn .hover .line2 {
  display: none;
}

.m-header .w-header.fixed .nav-btn .line {
  background: #333;
  transition: .5s ease-in-out;
}

.m-header .w-header.fixed {
  background: #fff;
}

.m-header .w-header.fixed .welcome-a .i0 {
  opacity: 0;
}

.m-header .w-header.fixed .welcome-a .i1 {
  opacity: 1;
}

.m-header .w-header.fixed .welcome-a img {
  transition: .5s ease-in-out;
}

.m-header .w-header.fixed .nav-sousuo svg path {
  fill: #333;
  /*color:#333;*/
  transition: .5s ease-in-out;
}

.m-header .welcome-a {
  display: block;
  /*width: 165px;*/
  height: 100%;
  line-height: 50px;
  position: relative;
}

.m-header .search-cover {
  float: right;
  width: 35px;
  height: 48px;
  display: block;
  line-height: 48px;
}

.m-header .search-cover img {
  width: 100%;
  vertical-align: middle;
}

.m-header .nav-sousuo {
  margin-right: 28px;
  margin-left: 25px;
  font-size: 0;
  color: #fff;
  line-height: 50px;
  height: 50px;
  background-size: 100%;
  width: 40px;
  transition: .5s ease-in-out;
  background: url(../imgbox/search.png) no-repeat center;
  background-size: 70%;
}

.m-header .nav-sousuo svg {
  height: 25px;
  height: 25px;
  display: inline-block;
  vertical-align: middle;
}

.m-header .nav-sousuo svg path {
  fill: #333;
  transition: .5s ease-in-out;
}

.m-header .nav-sousuo a {
  color: #666666;
  font-size: 14px;
  display: inline-block;
  margin: 0 2px;
}

.m-header .nav-sousuo a.active {
  color: #f3980f;
}

.m-header .uio {
  /*height: 100%;*/
  height: 20px;
  width: 22px;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.m-header .search-bg {
  position: fixed;
  left: 0;
  top: 48px;
  width: 100%;
  height: 150px;
  z-index: 10;
  background: #ffffff;
  display: none;
}

.m-header .subsearch {
  padding-right: 15px;
  border-right: 1px solid #d2d2d2;
  box-sizing: border-box;
}

.m-header .subsearch .sp {
  width: 35px;
  height: 35px;
  background-size: 80%;
}

.m-header .subsearch img {
  height: 100%;
}

.m-header .search-bg .m-close-search {
  display: block;
  width: 10px;
  height: 10px;
  background-size: 100% auto;
  position: fixed;
  right: 4%;
  top: 10px;
  cursor: pointer;
  z-index: 11;
}

.m-header .search-bg .m-search-box {
  width: 92%;
  margin: 0 auto;
  border-bottom: 1px solid #f2f2f2;
  position: absolute;
  left: 3%;
  top: 48px;
  height: 40px;
  z-index: 11;
}

.m-header .search-bg .m-search-box .tex {
  border: none;
  font-size: 12px;
  color: #a7a7a7;
  height: 41px;
  padding-left: 5px;
  box-sizing: border-box;
  width: 60%;
  background: none;
}

.m-header .search-bg .m-search-box .search-btn {
  border: none;
  width: 30px;
  height: 30px;
  background-size: 100%;
  margin-top: 6px;
}

.m-header .btn-na {
  margin-right: 15px;
}

.footerlangs a {
  color: #333333;
  font-size: 16px;
}

.m-header .nav-btn {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  cursor: pointer;
}

.m-header .nav-btn .line {
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  background-color: #000;
  left: 0;
  border-radius: 2px;
}

.m-header .nav-btn .line1 {
  width: 100%;
  top: 0;
  -webkit-transform-origin: left top 0;
  -ms-transform-origin: left top 0;
  transform-origin: left top 0;
}

.m-header .nav-btn .line2 {
  top: 9px;
}

.m-header .nav-btn .line3 {
  width: 100%;
  bottom: 0;
  -webkit-transform-origin: left bottom 0;
  -ms-transform-origin: left bottom 0;
  transform-origin: left bottom 0;
}

.m-header .nav-btn.active {
  -webkit-animation: rotate 0.3s linear 0s;
  animation: rotate 0.3s linear 0s;
}

.m-header .nav-btn.hover .line {
  left: 0;
  /*background-color: #fff;*/
}

.m-header .sub-menu {
  width: 100%;
  /*height: calc(100% - 50px);*/
  height: 100%;
  padding: 60px 0 0;
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  /*background-color: white;*/
  background-color: #ffffff;
  opacity: 1;
  filter: alpha(opacity=100);
  z-index: 15;
  overflow-y: auto;
  z-index: 200;
}

.m-header .sub-menu li .sub-tit {
  padding: 0 3%;
  box-sizing: border-box;
}

.m-header .sub-menu li .sub-tit .tu-box {
  box-sizing: border-box;
  position: relative;
  line-height: 3em;
  height: 3em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.m-header .sub-menu li:nth-child(n+2) {
  margin-top: 10px;
}

.m-header .sub-menu li .sub-tit .tu-box .imgbox {
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  bottom: 0;
  margin: auto;
}

.m-header .sub-menu li .sub-tit.on .tu-box {
  border-bottom-color: transparent;
}

.m-header .sub-menu li a {
  display: block;
}

.m-header .sub-menu .tit {
  display: block;
  width: 100%;
  padding: 10px 3%;
  box-sizing: border-box;
  line-height: 33px;
  color: #333333;
  position: relative;
  font-size: 15px;
  line-height: 20px;
}

.m-header .sub-menu .tit a {
  color: #666;
}

.m-header .sub-menu .tit1 {
  display: block;
  width: 100%;
  line-height: inherit;
  height: inherit;
  color: #333333;
  position: relative;
  font-size: 15px;
  box-sizing: border-box;
}

.m-header .sub-menu .sub-tit.on .btn-v {
  background: url(../imgbox/img6.png) center center no-repeat;
  background-size: 100%;
}

.m-header .sub-menu .btn-v {
  display: inline-block;
  position: absolute;
  right: 0;
  top: 0;
  height: 15px;
  width: 15px;
  float: right;
  margin-top: 0;
  background: url(../imgbox/img5.png) center center no-repeat;
  background-size: 100%;
  bottom: 0;
  margin: auto;
}

.m-header .sub-menu .sub-tit1.on {
  background-color: #ff0001;
  color: #fff;
}

.m-header .sub-menu .sub-tit.on:after {
  background-size: 100% auto;
}

.m-header .sub-menu .sec-list {
  line-height: 28px;
  padding: 1px 3%;
  /*display: none;*/
  /*padding-top: 20px;*/
  /*padding-bottom: 35px;*/
  /*position: fixed;*/
  /*left: 0;*/
  /*top: 0;*/
  /*width: 100%;*/
  /*height: 100%;*/
  /*padding-top: 60px;*/
  background: #fff;
  z-index: 5;
  /*transform:translateX(100%);*/
  /*transition: all .5s .2s;*/
}
.m-header .sub-menu .sec-list.on {
  /*transform:translateX(0);*/
  /*transition: all .5s .2s;*/
}

.m-header .sub-menu .sec-list p:nth-child(1) a {
  /*border-top:1px solid #d6d6d6;*/
}

.m-header .sub-menu .tit {
  text-transform: capitalize;
}

.m-header .sub-menu .sec-list a {
  /*background-size: 8px auto;*/
  /*line-height: 3;*/
  font-size: 13px;
  line-height: 2.5;
  height: 2.5em;
  /*padding: 2px 0;*/
  /*border-bottom: 1px solid #d6d6d6;*/
  box-sizing: border-box;
}

.m-header .sub-menu .sec-list .uls a {
  border: none;
}

.m-header .sub-menu .sec-list {
  font-size: 15px;
  display: none;
}
.m-header .sub-menu .sec-list .lis-tops {
  font-size: 15px;
  line-height: 3em;
  height: 3em;
  position: relative;
}
.m-header .sub-menu .sec-list .lis-tops:before {
  position: absolute;
  content: "";
  width: 15px;
  height: 15px;
  right: 0;
  left: auto;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url(../imgbox/img5.png) no-repeat center;
  background-size: 100%;
}
.m-header .sub-menu .sec-list .lis {
  border-bottom: 1px solid #e6e6e6;
}
.m-header .sub-menu .sec-list .lis:nth-child(n+2) {
  margin-top: 1.2em;
}
.m-header .sub-menu .sec-list .lis-bots {
  display: none;
  padding-bottom: 16px;
  line-height: 1.7;
}
.m-header .sub-menu .sec-list .lis-bots a {
  line-height: 1.7;
  height: auto;
  font-size: 13px;
}
.m-header .sub-menu .sec-list .lis-bots a:nth-child(n+2) {
  margin-top: 10px;
}

.m-header .sub-menu .sec-list a {
  /*padding-left: 30px;*/
  color: #333;
  display: block;
  position: relative;
}

.m-header .sub-menu .sec-list a:before {
  position: absolute;
  /*content:"";*/
  width: 5px;
  height: 5px;
  left: 13px;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #3fa9e0;
  border-radius: 50%;
}

.m-header .w-header .inj {
  line-height: 25px;
  height: 25px;
  margin-top: 10px;
  color: #ffffff;
}

.m-header .w-header .inj a {
  color: #ffffff;
  font-size: 14px;
}

.m-header .w-header .inj.en {
  margin-left: 25px;
}

.m-header .w-header .ser {
  width: 25px;
  height: 25px;
  background: url(../imgbox/search.png) no-repeat center;
  background-size: 100%;
}

@media (max-width: 1023px) {
  .w1600 {
    width: 92%;
    max-width: 92%;
  }

  .con-banner .words {
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
.warp-search-form {
  display: none;
  position: fixed;
  top: 81px;
  left: 0;
  width: 100%;
  background-color: #f9f9f9;
  height: 95px;
  border-bottom: 1px solid #e3e3e3;
  z-index: 99;
}

.warp-search-form .search-form .dxnav-search-icon {
  height: 24px;
  width: 24px;
  display: flex;
  margin: 0 33px;
  align-self: center;
  align-items: center;
  justify-content: center;
}

.warp-search-form .search-form .dxnav-icon {
  width: 24px;
  height: 24px;
  margin-right: 0;
}

.warp-search-form .search-form .input2 {
  width: calc(100% - 320px - 0.5rem);
  margin-right: .5em;
  font-size: 2.4em;
  background-color: transparent;
  border: none;
}

.warp-search-form .search-form .search-close {
  width: 44px;
  height: 44px;
  margin: 0 10px 0 32px;
  cursor: pointer;
  background-color: transparent;
}

.warp-search-form .search-form .search-close svg {
  width: 20px;
  height: 20px;
}

.warp-search-form .search-form .submit-button {
  width: 125px;
  height: 45px;
  margin: 0;
  padding: 0 12px;
  /*font-size: 12px;*/
  background-color: #fff;
  box-shadow: inset 0 0 0 1px #183030;
  background-color: #183030;
  color: #fff;
  font-weight: 600;
  cursor: pointer;
  text-decoration: none;
  border: none;
  letter-spacing: .12em;
  transition: color .4s ease,background-color .4s ease;
}

.warp-search-form .search-form .submit-button:hover {
  background-color: #fff;
  color: #183030;
  box-shadow: inset 0 0 0 1px #183030;
}

.warp-search-form .search-form .submit-button:disabled {
  cursor: not-allowed;
  color: #fff;
  background-color: #e4e4e4;
  box-shadow: none;
  border: none;
}

.warp-search-form .search-form.active {
  transform: translateY(0%);
}

.warp-search-form .search-form {
  height: 95px;
}

.m-header .sub-menu li.active {
  /*background-color: $lan;*/
  /*color: #fff;*/
}
.m-header .sub-menu li.active .sec-list {
  background-color: #3fa9e0;
  color: #fff;
  padding-bottom: 1.875rem;
}
.m-header .sub-menu li.active .sec-list a {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  padding-left: 1.75rem;
  position: relative;
}
.m-header .sub-menu li.active .sec-list a:before {
  position: absolute;
  content: "";
  width: .25rem;
  height: .25rem;
  left: .75rem;
  border-radius: 50%;
  background-color: #fff;
  top: 0;
  bottom: 0;
  margin: auto;
}
.m-header .sub-menu li.active .sec-list a {
  color: #fff;
}
.m-header .sub-menu li.active .tit {
  color: #fff;
}

body {
  overflow: hidden;
}

.unv-header.fixed {
  background: #fff;
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
}

@media (max-width: 1023px) {
  .tops {
    display: none;
  }

  .m-header .nav-btn .line {
    transition: .5s ease-in-out;
  }

  .m-header .nav-btn.hover .line {
    transition: .5s ease-in-out;
    left: 5px;
  }

  .m-header .nav-btn.hover .line1 {
    transform: rotate(45deg);
    width: 100%;
  }

  .m-header .nav-btn.hover .line2 {
    opacity: 0;
  }

  .m-header .nav-btn.hover .line3 {
    width: 100%;
    bottom: 3px;
    transform: rotate(-45deg);
  }

  .warp-search-form {
    top: 50px;
  }
}
@media (max-width: 767px) {
  .pagectrl {
    width: calc(100% - 2.5rem);
  }

  .infotit {
    padding-bottom: 22px;
    margin-bottom: 16px;
  }

  .pagectrl p {
    width: 90%;
  }

  .pageback a {
    font-size: 14px;
    width: 2rem;
    height: 1.2rem;
    line-height: 1.2rem;
  }

  .infotit p,
  .infotit .tit01 {
    line-height: 1.5;
  }

  .details.info {
    padding: .75rem 0;
  }

  .warp-search-form .search-form .dxnav-search-icon {
    margin: 0 1% 0 3%;
  }

  .warp-search-form .search-form .search-close {
    width: 30px;
    height: 30px;
    margin: 0 3% 0 1%;
  }

  .warp-search-form .search-form .search-close svg {
    width: 16px;
    height: 16px;
  }

  .warp-search-form .search-form .submit-button {
    width: 65px;
    height: 30px;
    padding: 0 6px;
  }

  .warp-search-form .search-form .dxnav-icon {
    width: 20px;
    height: 20px;
  }

  .warp-search-form .search-form, .warp-search-form {
    height: 60px;
  }

  .warp-search-form .search-form .input2 {
    font-size: 14px;
    /*width: calc(100% - 165px);*/
  }
}
@media (max-width: 465px) {
  .warp-search-form .search-form .input2 {
    width: calc(100% - 165px);
  }
}
.dxnav__dropdown-overlay {
  background: rgba(255, 255, 255, 0.5);
  height: 100vh;
  left: 0;
  max-width: 100vw;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1;
  overflow: hidden;
  width: 0;
  height: 0;
  opacity: 0;
  backdrop-filter: blur(5px);
}

.overlay--open {
  animation: overlayOpen .4s ease-out forwards;
}

@keyframes overlayOpen {
  0% {
    width: 0;
    height: 0;
    opacity: 0;
    z-index: -1;
  }
  1% {
    width: 100%;
    height: 100vh;
    z-index: 95;
  }
  100% {
    opacity: 1;
    width: 100%;
    height: 100vh;
    z-index: 95;
  }
}
.svgbox .svgs svg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.svgbox .svg {
  stroke-width: 1;
  r: calc(50% - .5px);
}

@keyframes circle {
  from {
    stroke-dasharray: 0 1000;
  }
  to {
    stroke-dasharray: 1000 0;
  }
}
.svgbox {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  cursor: pointer;
}

.svgbox .circle {
  opacity: 0;
}

.svgbox:hover .circle {
  animation: circle 3s linear;
  opacity: 1;
}

.searchs-form {
  position: fixed;
  width: 100%;
  left: 0;
  top: 120px;
  background: #0065BD;
  z-index: 999;
  padding-top: 2.4rem;
  padding-bottom: 3rem;
  display: none;
}

.searchs-form .search {
  width: 24rem;
  max-width: 50%;
  margin: 0 auto;
}

.searchs-form .inputs {
  height: 2rem;
  line-height: 2rem;
  position: relative;
  border-bottom: 1px solid #fff;
}

.searchs-form .inputs input[type=text] {
  width: 100%;
  height: 2rem;
  line-height: 2rem;
  padding-right: 26px;
  color: #fff;
  background-color: transparent;
}

.searchs-form .inputs input[type=submit] {
  position: absolute;
  width: 23px;
  height: 23px;
  background: url(../img/6-3.png) no-repeat center;
  background-size: 100%;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  text-indent: -999px;
  overflow: hidden;
}

.searchs-form .input-bots {
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.5);
  margin-top: .85rem;
  font-size: 0;
}

.searchs-form .input-bots .i {
  display: inline-block;
  vertical-align: top;
}

.searchs-form .input-bots .i:nth-child(n+3) {
  margin-left: .8rem;
}

@media (max-width: 1481px) {
  .searchs-form {
    top: 90px;
  }
}
@media (max-width: 1023px) {
  .searchs-form {
    top: 50px;
  }

  .searchs-form .search {
    width: 90%;
    max-width: 90%;
  }

  .searchs-form {
    padding-top: 1.25rem;
    padding-bottom: 1.35rem;
  }
}
.donghua {
  pointer-events: none;
  animation-fill-mode: both;
  animation-duration: 1.2s;
  animation-timing-function: cubic-bezier(0.3, 0, 0.24, 1);
  z-index: 5;
}

.con-words {
  line-height: 1.66;
  color: #4f4f4f;
}
.con-words.ons {
  color: #fff;
}

.wow.animated {
  visibility: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000;
  -moz-perspective: 1000;
  -ms-perspective: 1000;
  perspective: 1000;
}

.pre {
  position: relative;
}

.w1440 {
  width: 90%;
  max-width: 1440px;
  margin: 0 auto;
}

.unv-footer {
  background: #121212;
  color: #fff;
}

.con-titles {
  padding-top: 1.25rem;
  position: relative;
  color: #000;
}
.con-titles.ons {
  color: #fff;
}
.con-titles.ons:before {
  background: url(../img/1-1.png) no-repeat center;
  background-size: 100%;
}
.con-titles:before {
  width: 3.05rem;
  height: 0.8rem;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: url(../img/15.png) no-repeat center;
  background-size: 100%;
}

.f5f5f5 {
  background-color: #f5f5f5;
}

.h90 {
  height: 90px;
  line-height: 90px;
}

.banner-down {
  display: inline-block;
  vertical-align: top;
  position: relative;
  padding-left: 1.4rem;
  padding-right: 0.75rem;
  height: 1.125rem;
  line-height: 1.125rem;
  border-radius: 1.125rem;
  border: 2px solid #fff;
  box-sizing: content-box;
  color: #fff;
  transition: .5s ease-in-out;
}
.banner-down:before {
  width: .4rem;
  height: .4rem;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: .6rem;
  background: url(../img/down.png) no-repeat center;
  background-size: 100%;
  margin: auto;
}
.banner-down:hover {
  color: #fff;
}

.con-banner .imgs {
  height: 17.5rem;
}
.con-banner .words {
  position: absolute;
  padding-top: 1.875rem;
  left: 50%;
  color: #fff;
  top: 50%;
  transform: translate(-50%, -50%);
}
.con-banner .tits {
  line-height: 1;
}
.con-banner .txts {
  line-height: 1.2;
  margin-top: .95rem;
}
.con-banner .banner-down {
  margin-top: 1.1rem;
}

.ffffff {
  background: #fff;
}
.case-more{margin-top:30px; text-align:center;}
.case-more a {
  display: inline-block;
  padding-left: 1.2rem;
  padding-right: 1.2rem;
  height: 1.125rem;
  line-height: 1.125rem;
  border-radius: 1.125rem;
  border: 2px solid #3fa9e0;
  box-sizing: content-box;
  color: #fff;
  transition: .5s ease-in-out;
  background-color: #3fa9e0;
}
.case-more a:hover {
  background-color: #fff;
  border-color: #3fa9e0;
  transform: none;
  color:#3fa9e0;
}
.unv-header .navbox .nav-tops.home {
  padding-right: 0;
  padding-left: 0;
}
.unv-header .navbox .nav-tops.home:before {
  display: none;
}
.unv-header .navbox .nav-tops:after {
  width: 1.25rem;
  position: absolute;
  height: .4rem;
  content: "";
  left: 0;
  right: 0;
  top: .55rem;
  background: url(../img/12.png) no-repeat center;
  background-size: 100%;
  margin: auto;
  opacity: 0;
  transition: .5s ease-in-out;
}

.unv-footer-tops {
  font-size: 0;
  display: flex;
  justify-content: space-between;
  padding-top: 3.25rem;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}
.unv-footer-tops .li {
  color: #999999;
  line-height: 2.25;
}
.unv-footer-tops .nav-tops {
  color: #fff;
  line-height: 1;
}
.unv-footer-tops a {
  display: block;
}
.unv-footer-tops .nav {
  display: inline-block;
  vertical-align: top;
}
.unv-footer-tops .nav-bots {
  margin-top: .9rem;
}
.unv-footer-tops .uls {
  width: 3.5rem;
  font-size: 0;
  margin-top: .9rem;
  padding-top: .2rem;
}
.unv-footer-tops .uls .lis {
  width: 26%;
  margin-left: 11%;
  display: inline-block;
  vertical-align: top;
  border: 1px solid rgba(141, 141, 141, 0.4);
  margin-bottom: .375rem;
  border-radius: 50%;
}
.unv-footer-tops .uls .lis img {
  width: 100%;
}
.unv-footer-tops .uls .lis:nth-child(3n+1) {
  margin-left: 0;
}

.unv-footer-bot .unv-fot-botfr, .unv-footer-bot .unv-fot-botfl {
  color: #999999;
  line-height: 2rem;
  height: 2rem;
}
.unv-footer-bot a {
  color: #999999;
}
.unv-footer-bot .i:nth-child(n+2) {
  margin-left: .45rem;
}

.con-header {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 1200;
}

.unv-header .navbox, .unv-header .navbox .nav, .unv-header .nav-tops {
  line-height: inherit;
  height: inherit;
}
.unv-header .navbox {
  font-size: 0;
}
.unv-header .navbox a {
  color: #fff;
  display: block;
}
.unv-header .navbox .nav {
  display: inline-block;
  vertical-align: top;
  position: relative;
}
.unv-header .navbox .li {
  display: block;
}
.unv-header .whbox {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.unv-header .nav:nth-child(n+2) {
  margin-left: .6rem;
}
.unv-header .nav-tops {
  padding-right: .5rem;
  padding-left: .5rem;
  position: relative;
}
.unv-header .nav-tops:before {
  position: absolute;
  content: "";
  width: .25rem;
  height: .15rem;
  background: url(../img/8.png) no-repeat center;
  background-size: 100%;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.unv-header .nav-bots {
  position: absolute;
  width: 130%;
  left: 50%;
  top: 90px;
  transform: translateX(-50%);
  padding: 10px 0;
  display: none;
  text-align: center;
}
.unv-header .nav-bots.on {
  display: none !important;
}
.unv-header .nav-bots .li {
  line-height: 1.35;
  padding: 5px;
}

.unv-logo {
  position: relative;
}
.unv-logo .i0 {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  opacity: 0;
}

.cons-swiper {
  position: relative;
}
.cons-swiper .swiper-button-prev, .cons-swiper .swiper-button-next {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  top: 0;
  bottom: 0;
  margin: auto;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  background-color: #fff;
  border-radius: 50%;
  transition: .5s ease-in-out;
}
.cons-swiper .swiper-button-prev:hover, .cons-swiper .swiper-button-next:hover {
  transition: .5s ease-in-out;
}
.cons-swiper .swiper-button-prev {
  background-image: url(../img/prev.png);
}
.cons-swiper .swiper-button-next {
  background-image: url(../img/next.png);
}
.cons-swiper .swiper-pagination {
  width: 100%;
  text-align: center;
  line-height: 1;
}
.cons-swiper .swiper-pagination .swiper-pagination-bullet {
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  margin: 0 .1rem;
}
.cons-swiper .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #3fa9e0;
}

.unv-header .nav-tops:before {
  transition: .5s ease-in-out;
}
.unv-header .nav-tops:hover, .unv-header .nav-tops.active {
  color: #fff !important;
}
.unv-header .nav-tops:hover:before, .unv-header .nav-tops.active:before {
  background: url(../img/8.png) no-repeat center !important;
  background-size: 100% !important;
  transition: .5s ease-in-out;
}
.unv-header .nav-tops:hover:after, .unv-header .nav-tops.active:after {
  background: url(../img/12.png) no-repeat center !important;
  background-size: 100% !important;
  opacity: 1;
  transition: .5s ease-in-out;
}

.f3f3f3 {
  background: #f3f3f3;
}

.unv-header {
  transition: .5s ease-in-out;
}

body.body-active3 .unv-header {
  background-color: #fff;
  transition: .5s ease-in-out;
}

body.body-active2 .con-header {
  position: relative;
  background-color: #fff;
}

.unv-header .nav-bots-cons .ulks .li:hover span:before,
.unv-header .nav-bots-cons .ulks .li.active span:before {
  opacity: 1;
}

body.body-active3 .unv-header .nav-bots .li,
body.body-active3 .unv-header .nav-tops,
body.body-active2 .unv-header .nav-bots .li,
body.body-active2 .unv-header .nav-tops,
body.body-active .unv-header .nav-bots .li,
body.body-active .unv-header .nav-tops,
.unv-header.fixed .nav-bots .li,
.unv-header.fixed .nav-tops {
  transition: .5s ease-in-out;
}
body.body-active3 .unv-header .nav-bots .li.active, body.body-active3 .unv-header .nav-bots .li:hover,
body.body-active3 .unv-header .nav-tops.active,
body.body-active3 .unv-header .nav-tops:hover,
body.body-active2 .unv-header .nav-bots .li.active,
body.body-active2 .unv-header .nav-bots .li:hover,
body.body-active2 .unv-header .nav-tops.active,
body.body-active2 .unv-header .nav-tops:hover,
body.body-active .unv-header .nav-bots .li.active,
body.body-active .unv-header .nav-bots .li:hover,
body.body-active .unv-header .nav-tops.active,
body.body-active .unv-header .nav-tops:hover,
.unv-header.fixed .nav-bots .li.active,
.unv-header.fixed .nav-bots .li:hover,
.unv-header.fixed .nav-tops.active,
.unv-header.fixed .nav-tops:hover {
  color: #3fa9e0 !important;
  transition: .5s ease-in-out;
}
body.body-active3 .unv-header .nav-tops:before,
body.body-active2 .unv-header .nav-tops:before,
body.body-active .unv-header .nav-tops:before,
.unv-header.fixed .nav-tops:before {
  transition: .5s ease-in-out;
}
body.body-active3 .unv-header .nav-tops:hover, body.body-active3 .unv-header .nav-tops.active,
body.body-active2 .unv-header .nav-tops:hover,
body.body-active2 .unv-header .nav-tops.active,
body.body-active .unv-header .nav-tops:hover,
body.body-active .unv-header .nav-tops.active,
.unv-header.fixed .nav-tops:hover,
.unv-header.fixed .nav-tops.active {
  color: #3fa9e0 !important;
}
body.body-active3 .unv-header .nav-tops:hover:before, body.body-active3 .unv-header .nav-tops.active:before,
body.body-active2 .unv-header .nav-tops:hover:before,
body.body-active2 .unv-header .nav-tops.active:before,
body.body-active .unv-header .nav-tops:hover:before,
body.body-active .unv-header .nav-tops.active:before,
.unv-header.fixed .nav-tops:hover:before,
.unv-header.fixed .nav-tops.active:before {
  background: url(../img/10.png) no-repeat center !important;
  background-size: 100% !important;
  transition: .5s ease-in-out;
}
body.body-active3 .unv-header .nav-tops:hover:after, body.body-active3 .unv-header .nav-tops.active:after,
body.body-active2 .unv-header .nav-tops:hover:after,
body.body-active2 .unv-header .nav-tops.active:after,
body.body-active .unv-header .nav-tops:hover:after,
body.body-active .unv-header .nav-tops.active:after,
.unv-header.fixed .nav-tops:hover:after,
.unv-header.fixed .nav-tops.active:after {
  background: url(../img/13.png) no-repeat center !important;
  background-size: 100% !important;
  opacity: 1;
  transition: .5s ease-in-out;
}
body.body-active3 .unv-header .nav-bots,
body.body-active2 .unv-header .nav-bots,
body.body-active .unv-header .nav-bots,
.unv-header.fixed .nav-bots {
  background: #fff;
}
body.body-active3 .unv-header .unv-logo img,
body.body-active2 .unv-header .unv-logo img,
body.body-active .unv-header .unv-logo img,
.unv-header.fixed .unv-logo img {
  transition: .5s ease-in-out;
}
body.body-active3 .unv-header .unv-logo .i0,
body.body-active2 .unv-header .unv-logo .i0,
body.body-active .unv-header .unv-logo .i0,
.unv-header.fixed .unv-logo .i0 {
  opacity: 1;
}
body.body-active3 .unv-header .unv-logo .i1,
body.body-active2 .unv-header .unv-logo .i1,
body.body-active .unv-header .unv-logo .i1,
.unv-header.fixed .unv-logo .i1 {
  opacity: 0;
}
body.body-active3 .unv-header .navbox a,
body.body-active2 .unv-header .navbox a,
body.body-active .unv-header .navbox a,
.unv-header.fixed .navbox a {
  color: #333333;
}
body.body-active3 .unv-header .nav-tops:before,
body.body-active2 .unv-header .nav-tops:before,
body.body-active .unv-header .nav-tops:before,
.unv-header.fixed .nav-tops:before {
  background: url(../img/9.png) no-repeat center;
  background-size: 100%;
}
body.body-active3 .unv-header .nav-tops:after,
body.body-active2 .unv-header .nav-tops:after,
body.body-active .unv-header .nav-tops:after,
.unv-header.fixed .nav-tops:after {
  background: url(../img/14.png) no-repeat center;
  background-size: 100%;
}

.bgcenter {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

@media (max-width: 1190px) {
  .w1440 {
    max-width: 90%;
    width: 90%;
  }
}
@media (max-width: 1023px) {
  .w1440 {
    width: 92%;
    max-width: 92%;
  }
}
@media (min-width: 1024px) {
  .banner-down {
    transition: .5s ease-in-out;
  }
  .banner-down:hover {
    transition: .5s ease-in-out;
    transform: translateY(-5px);
  }

  .cons-swiper .swiper-button-next:hover {
    background-color: #3fa9e0;
    background-image: url(../img/next1.png);
  }

  .cons-swiper .swiper-button-prev:hover {
    background-color: #3fa9e0;
    background-image: url(../img/prev1.png);
  }

  .unv-footer-tops a,
  .unv-footer-bot a {
    transition: .5s ease-in-out;
  }
  .unv-footer-tops a:hover,
  .unv-footer-bot a:hover {
    color: #3fa9e0;
    transition: .5s ease-in-out;
  }

  .unv-footer-tops .uls .lis {
    transition: .5s ease-in-out;
  }
  .unv-footer-tops .uls .lis:hover {
    transition: .5s ease-in-out;
    /*background-color: $colors;*/
    /*border-color: $colors;*/
    transform: translateY(-5px);
  }
  .unv-footer-tops .uls .lis img {
    pointer-events: none;
  }
}
/*searchs*/
.searchs-tops {
  padding-top: .5rem;
  padding-bottom: .5rem;
  background: #eff4f7;
}

.searchs-box {
  height: 2rem;
  line-height: 2rem;
  overflow: hidden;
  padding-right: 124px;
  position: relative;
}
.searchs-box input:-moz-placeholder,
.searchs-box textarea:-moz-placeholder {
  color: #666666;
}
.searchs-box input::-moz-placeholder,
.searchs-box textarea::-moz-placeholder {
  color: #666666;
}
.searchs-box input:-ms-input-placeholder,
.searchs-box textarea:-ms-input-placeholder {
  color: #666666;
}
.searchs-box input::-webkit-input-placeholder,
.searchs-box textarea::-webkit-input-placeholder {
  color: #666666;
}
.searchs-box input {
  background-color: transparent;
}
.searchs-box input[type=text] {
  width: 100%;
  height: 100%;
  line-height: inherit;
  color: #666666;
}
.searchs-box input[type=submit] {
  position: absolute;
  width: 100%;
  height: inherit;
  line-height: inherit;
  left: 0;
  width: 100%;
  text-align: left;
  top: 0;
  bottom: 0;
  z-index: 3;
  opacity: 0;
}
.searchs-box .submit {
  height: 40px;
  line-height: 40px;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  padding-left: 38px;
  padding-right: 44px;
  color: #fff;
  background-color: #3fa9e0;
  border-radius: 40px;
  width: 124px;
}
.searchs-box .submit:before {
  position: absolute;
  content: "";
  height: .45rem;
  width: .45rem;
  top: 0;
  bottom: 0;
  right: .7rem;
  background: url(../imgbox/ser2.png) no-repeat center;
  background-size: 100%;
  margin: auto;
  z-index: 0;
}
.searchs-box .submit .spans {
  display: block;
  line-height: inherit;
  height: inherit;
}

.searchs-tits {
  color: #666666;
  line-height: 1.55;
  margin-bottom: .6rem;
}
.searchs-tits span {
  color: #3fa9e0;
}

.searchs-txts {
  font-size: 0;
  padding: 0 .25rem;
  border-bottom: 1px solid #dedede;
  position: relative;
}
.searchs-txts:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  background-color: #f3f2f0;
  left: 0;
  top: 0;
}
.searchs-txts .li {
  display: inline-block;
  vertical-align: top;
  margin: 0 .7rem;
  line-height: 1.45rem;
  cursor: pointer;
  position: relative;
  transition: .5s ease-in-out;
}
.searchs-txts .li:before {
  position: absolute;
  content: "";
  width: 1rem;
  height: 4px;
  background-color: #3fa9e0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  opacity: 0;
  transition: .5s ease-in-out;
}
.searchs-txts .li.active {
  color: #3fa9e0;
  transition: .5s ease-in-out;
}
.searchs-txts .li.active:before {
  opacity: 1;
  transition: .5s ease-in-out;
}

.searchs-body {
  padding-top: 1.1rem;
  padding-bottom: 2.9rem;
}

.searchs-list {
  padding-top: .75rem;
}
.searchs-list .list {
  font-size: 0;
  padding-bottom: 1.75rem;
}
.searchs-list .list .items {
  display: inline-block;
  vertical-align: top;
  width: 48.5%;
  margin-left: 3%;
  color: #333;
  border-bottom: 1px solid #dedede;
  margin-top: .5rem;
}
.searchs-list .list .items .box {
  height: 1.25rem;
  line-height: 1.25rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  padding-left: .85rem;
  padding-right: .2rem;
  position: relative;
}
.searchs-list .list .items .box:before {
  position: absolute;
  content: "";
  width: .2rem;
  height: .2rem;
  border-radius: 50%;
  background-color: #3fa9e0;
  top: 0;
  bottom: 0;
  left: .25rem;
  margin: auto;
}
.searchs-list .list .items span {
  color: #cc0000;
}
.searchs-list .list .items:nth-child(2n+1) {
  margin-left: 0;
}


/*为产品栏目新的筛选框 2025-02-20 joe*/

.proleft-fixed .dp-l-t{
  background-color: white;
  display: flex
;
  flex-direction: row;
  justify-content: space-between;
  padding: 20px 10px 0;
}
.proleft-fixed .dp-l-t .icon img{
  transform: rotate(-90deg);
  transform-origin: center center;
}
.proleft-fixed .dp-l-t .tit-18 a:hover{
color: #3fa9e0;
}
.proleft-fixed .dp-l-t.current .icon img{
  transform: rotate(0deg);
  transform-origin: center center;
}
.proleft-fixed #ProductAttr ul{
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  padding: 0 10px;
  padding-bottom: 10px;
}
.proleft-fixed #ProductAttr ul .filter-item{
  margin-top: 0.2rem;
  display: flex
  ;
  align-items: center;
  justify-content: flex-start;
  font-size: 14px;
  cursor: pointer;
}
.proleft-fixed #ProductAttr ul .filter-item .box{
  width: 16px;
  height: 16px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin-right: 10px;
  cursor: pointer;
  position: relative;
}
.proleft-fixed #ProductAttr ul .filter-item.on{
  color:  #3fa9e0
}
.proleft-fixed #ProductAttr ul .filter-item.on .box{
  
  background-color: #3fa9e0;

}



/*为产品栏目新的筛选框 2025-02-20 joe*/








@media screen and (min-width: 768px) {
  .drugs-fixeds .text {
    max-height: 60vh;
    overflow-y: auto;
  }
}
@media screen and (min-width: 1024px) {
  .searchs-txts .li:hover {
    color: #3fa9e0;
    transition: .5s ease-in-out;
  }
  .searchs-txts .li:hover:before {
    opacity: 1;
    transition: .5s ease-in-out;
  }

  .logisticsbots-list .items {
    transition: .5s ease-in-out;
  }
  .logisticsbots-list .items .tits, .logisticsbots-list .items .txts {
    transition: .5s ease-in-out;
  }
  .logisticsbots-list .items:hover {
    transition: .5s ease-in-out;
    border-color: #6e98bf;
    color: #3fa9e0;
  }
  .logisticsbots-list .items:hover .tits, .logisticsbots-list .items:hover .txts {
    color: #3fa9e0;
    transition: .5s ease-in-out;
  }

  .retail-box .items img {
    transition: .5s ease-in-out;
  }
  .retail-box .items .img {
    overflow: hidden;
  }
  .retail-box .items:hover img {
    transition: .5s ease-in-out;
    transform: scale3d(1.05, 1.05, 1);
  }

  .drugs01-list.retail-list .words {
    padding-right: 3.5rem;
  }

  .nm img {
    transition: .5s ease-in-out;
  }

  .nm {
    overflow: hidden;
  }

  .nm:hover img {
    transition: .5s ease-in-out;
    transform: scale3d(1.05, 1.05, 1);
  }

  .about03-list .items-bots .i {
    transition: .5s ease-in-out;
  }
  .about03-list .items-bots .i:hover {
    transition: .5s ease-in-out;
    background-color: #0054a3;
    color: #fff;
  }
  .about03-list .items-bots .i:hover span {
    transition: .5s ease-in-out;
    color: #fff;
  }
  .about03-list .items-bots .i:hover span:before {
    transition: .5s ease-in-out;
    background-color: #fff;
  }

  .industry-list .list:hover .images:before {
    background-color: #3fa9e0;
    transition: .5s ease-in-out;
  }

  .drugs03-list .about03-list .txts-list .i {
    transition: .5s ease-in-out;
  }
  .drugs03-list .about03-list .txts-list .i:hover {
    border-color: #3fa9e0;
    background-color: transparent;
    transition: .5s ease-in-out;
  }
}
@media screen and (max-width: 767px) {
  .searchs-box .submit {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    overflow: hidden;
    padding: 0;
  }
  .searchs-box .submit:before {
    left: 0;
    right: 0;
    margin: auto;
  }

  .searchs-box {
    padding-right: 60px;
  }

  .searchs-box .submit:before {
    width: 24px;
    height: 24px;
  }

  .searchs-box .submit .spans {
    width: 40px;
    height: 40px;
    text-indent: -999px;
    overflow: hidden;
  }

  .searchs-txts {
    padding: .35rem 0;
  }

  .searchs-txts .li {
    margin: 0 .3rem;
    margin: 0;
    width: 50%;
    text-align: center;
    line-height: 2.5em;
    height: 2.5em;
  }
  .searchs-txts .li:nth-child(1) {
    margin-left: 0;
  }
  .searchs-txts .li:last-child {
    margin-right: 0;
  }

  .searchs-list .list .items {
    width: 100%;
    margin-left: 0;
  }

  .h92 {
    height: 45px;
    line-height: 45px;
  }

  .retailers .biologybox .fl,
  .retailers .biologybox .fr {
    width: 100%;
  }

  .retail-box .items .img {
    width: 100%;
  }

  .retail-box .items .words {
    width: 100%;
    padding: .25rem .5rem;
    margin-top: .55rem;
  }

  .drugs01-list .words, .drugs01-list .images {
    width: 100%;
  }

  .drugs-fixeds .drugs-box {
    overflow-y: auto;
  }

  .drugs01-list .words {
    padding-top: 0;
    padding-right: 0;
  }

  .drugs-fixeds .text .txts {
    margin-top: .5rem;
    line-height: 1.5;
  }

  .drugs01-list .images {
    margin-top: 1rem;
  }

  .drugs-fixeds .text {
    padding: .75rem;
  }

  .drugs03-list .text {
    line-height: 1.8;
  }

  .drugs-fixeds .words {
    min-height: 0;
  }

  .drugs-fixeds .text,
  .drugs-fixeds .words {
    width: 100%;
  }

  .drugs-fixeds .words {
    padding: 1.2rem .75rem;
  }

  .drugs-fixeds .words .txts {
    line-height: 1.5;
  }
}
/*searchs*/
.privacy-titles .tits {
  line-height: 1;
  color: #333333;
}

.privacy {
  padding-top: 2.35rem;
  padding-bottom: 4.625rem;
}

.privacy-words {
  line-height: 1.714;
  color: #666666;
  margin-top: 1rem;
}
.privacy-words p {
  line-height: 1.714;
  margin-bottom: 15px;
  color: #333333;

}

.wel-more {
  display: inline-block;
  vertical-align: top;
  line-height: 1.3rem;
  height: 1.3rem;
  padding-left: .75rem;
  padding-right: 2.05rem;
  position: relative;
  border-radius: 1.3rem;
  background: #3fa9e0;
  color: #fff;
}
.wel-more:hover {
  color: #fff;
}
.wel-more:before {
  position: absolute;
  content: "";
  color: #fff;
  width: .75rem;
  height: .5rem;
  top: 0;
  bottom: 0;
  right: .65rem;
  background: url(../img/btn3.png) no-repeat center;
  background-size: 100%;
  margin: auto;
}
.wel-more.on {
  padding-left: 0;
  padding-right: .9rem;
  background: transparent;
  color: #7f7f7f;
  line-height: 1;
  height: auto;
}
.wel-more.on:before {
  background: url(../img/btn4.png) no-repeat center;
  background-size: 100%;
  right: 0;
}

.wel-banner .txts {
  line-height: 1.06;
  margin-top: .85rem;
  margin-bottom: 2rem;
}
.wel-banner .imgspc {
  height: 24.5rem;
  width: 100%;
}
.wel-banner video {
  object-fit: cover;
  background: #fff;
}
.wel-banner .swiper-pagination {
  position: absolute;
  right: 3%;
  top: 50%;
  transform: translateY(-50%);
  color: #FFF;
  bottom: auto;
  left: auto;
  margin: 0;
  width: auto;
  line-height: 1;
  z-index: 3;
}
.wel-banner .swiper-pagination span, .wel-banner .swiper-pagination b {
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
}
.wel-banner .swiper-pagination b {
  margin: 0 .1rem;
}
.wel-banner .items {
  display: block;
  position: relative;
}
.wel-banner .items .wordsbox {
  position: absolute;
  width: 100%;
  height: calc(100% - 90px);
  left: 0;
  top: 90px;
}
.wel-banner .items .words {
  padding-top: .8rem;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
}
.wel-banner .banner-scroll {
  position: absolute;
  left: 0;
  bottom: 1rem;
  width: 100%;
  text-align: center;
  z-index: 3;
  line-height: 1;
  color: #fff;
}
.wel-banner .banner-scroll span {
  padding-top: 1.05rem;
  position: relative;
}
.wel-banner .banner-scroll span:before {
  content: "";
  position: absolute;
  width: .55rem;
  height: .75rem;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: url(../img/btn.png) no-repeat center;
  background-size: 100%;
}

.wel-products {
  position: relative;
}
.wel-products .wel-tits {
  position: absolute;
  left: 50%;
  top: 4.5rem;
  transform: translateX(-50%);
  z-index: 3;
}

.wel-solutions {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
}
.wel-solutions .wel-solutions-fl {
  width: 80%;
}
.wel-solutions .wel-solutions-fr {
  width: 20%;
}
.wel-solutions .items {
  display: block;
  position: relative;
}
.wel-solutions .items .words {
  position: absolute;
  width: 100%;
  padding: 0 2.9rem;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  text-align: right;
}
.wel-solutions .items .tits {
  line-height: 1;
}
.wel-solutions .items .txts {
  margin-top: .45rem;
  margin-bottom: .85rem;
  line-height: 1.33em;
  height: 1.33em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.wel-solutions-fr {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  background: #121212;
}
.wel-solutions-fr .items {
  width: 50%;
  height: 33.33%;
  position: relative;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-content: center;
  flex-direction: column;
  text-align: center;
  color: #fff;
  cursor: pointer;
  border-right: 1px solid rgba(41, 41, 41, 0.4);
  border-top: 1px solid rgba(41, 41, 41, 0.4);
  transition: .5s ease-in-out;
}
.wel-solutions-fr .items.active {
  background: #3fa9e0;
}
.wel-solutions-fr .items.active:before {
  opacity: 1;
  transition: .5s ease-in-out;
}
.wel-solutions-fr .items:nth-child(1), .wel-solutions-fr .items:nth-child(2) {
  border-top: none;
}
.wel-solutions-fr .items:nth-child(2n+2) {
  border-right: none;
}
.wel-solutions-fr .items .span {
  line-height: 1;
  margin-top: .6rem;
}

.prolist-swiper .items {
  width: 20%;
  padding-top: 8rem;
  padding-bottom: 3.25rem;
  position: relative;
}
.prolist-swiper .items:nth-child(2n+2) {
  background: #f0f0f0;
}
.prolist-swiper .items:nth-child(2n+1) {
  background: #f9f9f9;
}
.prolist-swiper .items .words {
  position: absolute;
  width: 100%;
  left: 0;
  padding-bottom: .5rem;
  bottom: 3.25rem;
  color: #333333;
}
.prolist-swiper .items .words .tits {
  line-height: 1.16;
}
.prolist-swiper .items .words .txts {
  line-height: 1.375;
  color: #999999;
  margin-top: .2rem;
  margin-bottom: .8rem;
}

.wel-cases {
  padding-top: 3.15rem;
  padding-bottom: 3rem;
}
.wel-cases .welcase-list {
  margin-top: 1.75rem;
}

.welcase-list {
  font-size: 0;
}
.welcase-list .items {
  font-size: 14px;
  display: inline-block;
  vertical-align: top;
  width: 32%;
  margin-left: 2%;
}
.welcase-list .items:nth-child(3n+1) {
  margin-left: 0;
}
.welcase-list .items .images {
  overflow: hidden;
}
.welcase-list .items .images img {
  transition: .5s ease-in-out;
}
.welcase-list .items .tits {
  margin-top: .8rem;
  line-height: 1.58em;
  height: 1.58em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  color: #333333;
}
.welcase-list .items .txts {
  color: #666666;
  line-height: 1.33em;
  height: 3.99em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  margin-top: .3rem;
  margin-bottom: .85rem;
}

.wel-tits {
  line-height: 1;
}

.wel-solutions-fr .items .imgs {
  width: 1rem;
  height: 1rem;
  margin: 0 auto;
}

.welcase-list .items .images {
  position: relative;
}
.welcase-list .items .images .text {
  position: absolute;
  width: 3rem;
  height: 100%;
  left: 0;
  top: 0;
  color: #fff;
  padding-top: 2.25rem;
  padding-left: .375rem;
  padding-right: .75rem;
  line-height: 1.15;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center right;
}

@media (max-width: 1481px) {
  .prolist-swiper .items .words {
    bottom: 2.5rem;
  }
}
@media (max-width: 1190px) {
  .prolist-swiper .items {
    padding-top: 6rem;
  }

  .wel-products .wel-tits {
    top: 3.5rem;
  }
}
@media (max-width: 1023px) {
  .wel-banner .items .words {
    width: 75%;
  }

  .welcase-list .items .txts {
    display: none;
  }

  .welcase-list .items .words .wel-more {
    left: .75rem;
    bottom: 0;
    position: absolute;
  }

  .welcase-list .items {
    width: 100%;
    margin-left: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
  }
  .welcase-list .items:nth-child(n+2) {
    margin-top: 1rem;
  }
  .welcase-list .items .images, .welcase-list .items .words {
    width: 50%;
  }
  .welcase-list .items .words {
    padding-left: .75rem;
    position: relative;
  }
  .welcase-list .items .text {
    line-height: 1;
  }
  .welcase-list .items .text br {
    display: none;
  }

  .wel-solutions-fr .items .span {
    margin-top: .25rem;
  }

  .prolist-swiper .items {
    width: 33.33%;
  }

  .wel-solutions-fr .items {
    height: auto;
    padding-top: .7rem;
    padding-bottom: .6rem;
  }

  .wel-solutions .wel-solutions-fl,
  .wel-solutions .wel-solutions-fr {
    width: 100%;
  }

  .so-list {
    background: #121212;
    padding: 0 3%;
    padding-top: 2.5rem;
    padding-bottom: 1.75rem;
  }
  .so-list .wel-tits {
    color: #fff;
    margin-bottom: 1.5rem;
  }

  .wel-solutions-fr .items {
    width: 33.33%;
  }

  .wel-solutions .items .words {
    bottom: 1.375rem;
    top: auto;
    transform: translate(0);
    width: 100%;
    text-align: left;
  }
  .wel-solutions .items .words .wel-more {
    position: absolute;
    right: 0;
    bottom: 0;
  }

  .wel-solutions .items .txts {
    margin-bottom: 0;
  }

  .unv-footer-bot {
    text-align: center;
  }

  .unv-footer-bot .unv-fot-botfr, .unv-footer-bot .unv-fot-botfl {
    height: auto;
    line-height: 2;
    display: inline;
    float: none;
  }
}
@media (max-width: 767px) {
  .prolist-swiper .items {
    width: 50%;
    padding-top: 2.5rem;
    padding-bottom: 1.25rem;
  }

  .wel-solutions .items .words {
    padding-left: 3%;
    padding-right: 3%;
  }

  .prolist-swiper .items .words {
    bottom: 0;
  }

  .wel-banner .txts {
    font-size: 1rem;
    margin-top: 0.6rem;
    margin-bottom: 1.2rem;
  }
  .wel-banner .txts br {
    display: none;
  }

  .cons-swiper .swiper-button-prev, .cons-swiper .swiper-button-next {
    width: 30px;
    height: 30px;
  }

  .wel-products .wel-tits {
    top: 1.5rem;
  }

  .so-list {
    padding-top: 2rem;
  }

  .welcase-list .items .tits {
    line-height: 1.2;
    height: 2.4em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-top: .35rem;
  }

  .wel-cases {
    padding-bottom: 2rem;
    padding-top: 2.2rem;
  }

  .wel-cases .welcase-list {
    margin-top: 1.5rem;
  }

  .prolist-swiper .items .words .txts {
    margin-top: .35rem;
    margin-bottom: .35rem;
  }
}
@media (min-width: 1024px) {
  .wel-solutions-fr .items {
    position: relative;
  }
  .wel-solutions-fr .items:before {
    position: absolute;
    content: "";
    width: 4px;
    height: 7px;
    left: -4px;
    opacity: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background: url(../img/11.png) no-repeat center;
    background-size: 100%;
    z-index: 10;
  }

  .wel-solutions {
    flex-direction: row-reverse;
  }

  .wel-solutions-fr .items:hover {
    background: #3fa9e0;
    transition: .5s ease-in-out;
  }

  .prolist-swiper .items img,
  .wel-solutions .items img,
  .welcase-list .items img {
    transition: .5s ease-in-out;
  }
  .prolist-swiper .items:hover img,
  .wel-solutions .items:hover img,
  .welcase-list .items:hover img {
    transition: .5s ease-in-out;
    transform: scale3d(1.05, 1.05, 1);
  }

  .prolist-swiper .items:hover .wel-more {
    color: #3fa9e0;
    transition: .5s ease-in-out;
  }
  .prolist-swiper .items:hover .wel-more:before {
    transform: translateX(5px);
    background: url(../img/1-0-1.png) no-repeat center;
    background-size: 100%;
  }

  .wel-more {
    transition: .5s ease-in-out;
  }
  .wel-more:before {
    transition: .5s ease-in-out;
  }
  .wel-more:hover {
    transition: .5s ease-in-out;
  }
  .wel-more:hover:before {
    transform: translateX(5px);
    transition: .5s ease-in-out;
  }
}
.products-tops {
  padding-top: 1.875rem;
  padding-bottom: 1.125rem;
}

.protop-left {
  width: 34.5%;
  background: #333;
  color: rgba(255, 255, 255, 0.6)
}
.protop-left .ul-bots {
  height: 100%;
}
.protop-left .li {
  display: flex;
  /*height: 12.5%;*/
  align-items: center;
  flex-wrap: wrap;
  padding-left: 1.5rem;
  padding-right: .2rem;
  position: relative;
  cursor: pointer;
  transition: .5s ease-in-out;
  height: 2.25rem;
}
.protop-left .li:after {
 /*  position: absolute;
  content: "";
  width: 4px;
  height: 7px;
  right: -4px;
  z-index: 1;
  background: url(../img/16.png) no-repeat center;
  background-size: 100%;
  opacity: 0;
  transition: .5s ease-in-out; */
  
}
.protop-left .li.active {
  background: #2682B6;
  transition: .5s ease-in-out;
}



.protop-left .li.active:after {
  transition: .5s ease-in-out;
  opacity: 1;
}
.protop-left .li:nth-child(n+2) {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.protop-left .num {
  color: rgba(255, 255, 255, 0.2);
  position: absolute;
  left: 0.45rem;
  top: 50%;
  transform: translateY(-50%);
  line-height: 1;
}
.protop-left .li.active .protop-left .num {
  color: rgba(255, 255, 255, 1);
}
.protop-left .txts {
  line-height: 1.6em;
  height: 1.6em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.protop-right .tits {
  line-height: 1.22;
  color: #3fa9e0;
}
.protop-right .txts {
  line-height: 1.55;
  color: #666666;
  margin-top: .3rem;
  margin-bottom: .85rem;
}
.protop-right .uls {
  font-size: 0;
}
.protop-right .uls .imgs {
  overflow: hidden;
}
.protop-right .uls .lis {
  display: inline-block;
  vertical-align: top;
  width: 31%;
  margin-left: 3.5%;
  margin-bottom: .5rem;
}
.protop-right .uls .lis:nth-child(n+4) {
  margin-bottom: 0;
}
.protop-right .uls .lis:nth-child(3n+1) {
  margin-left: 0;
}
.protop-right .uls .lis img {
  width: 100%;
  transition: .5s ease-in-out;
}
.protop-right .uls .lis .span {
  line-height: 2.5em;
  height: 2.5em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-align: center;
  color: #666666;
}

.products-bots {
  padding-top: 1.125rem;
  padding-bottom: 2.5rem;
}

.protop-list {
  display: flex;
  margin-top: 1.2rem;
  align-items: stretch;
  flex-wrap: wrap;
}
.protop-list .protop-right {
  width: 65.5%;
  background: #fff;
  padding: 1.25rem 1.5rem 0.9rem 1.35rem;
}

.probot-list {
  font-size: 0;
  margin-top: 1.25rem;
}
.probot-list .items {
  display: inline-block;
  vertical-align: top;
  width: 31.25%;
  /*margin-left: 3.125%;*/
  margin: 0 1.0416%;
  background: #fff;
  margin-bottom: 1.25rem;
  padding-top: 1.4rem;
  padding-bottom: 1.2rem;
  text-align: center;
}
.probot-list .items .words {
  padding-top: 1.25rem;
}
.probot-list .items .tits {
  line-height: 1.11;
  height: 1.11em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  color: #333333;
}
.probot-list .items .txts {
  margin-top: .1rem;
  margin-bottom: .75rem;
  line-height: 1.66em;
  height: 1.66em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  color: #7f7f7f;
}
.probot-list .items .imgs {
  width: 8.375rem;
  height: 7.25rem;
  overflow: hidden;
  margin: 0 auto;
}
.probot-list .items:nth-child(3n+1) {
  /*margin-left: 0;*/
}

.protop-right .uls {
  margin-right: 10px;
}
.protop-right .uls:last-child {
  margin-right: 0;
}

.proinfo-titles {
  font-size: 0;
}
.proinfo-titles .li {
  display: inline-block;
  vertical-align: top;
  padding-left: .7rem;
  color: #999999;
  position: relative;
  line-height: 1.2;
}
.proinfo-titles .li:before {
  width: 6px;
  height: 8px;
  left: .25rem;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  position: absolute;
  background: url(../img/17.png) no-repeat center;
  background-size: 100%;
}
.proinfo-titles .li.home {
  padding-left: .8rem;
}
.proinfo-titles .li.home:before {
  width: .5rem;
  height: .5rem;
  background: url(../img/home.png) no-repeat center;
  background-size: 100%;
}
.proinfo-titles .li.active {
  color: #3fa9e0;
}

.proinfo-tops {
  padding-bottom: 2.625rem;
}
.proinfo-tops .proinfo-titles {
  padding-top: 1.25rem;
  padding-bottom: 1rem;
}

.proinfo-topimgs {
  padding: 1.2rem 0.375rem 1.875rem 2.25rem;
}
.proinfo-topimgs .images {
  width: 37.5%;
}
.proinfo-topimgs .words {
  width: 40%;
  padding-top: 1.2rem;
  color: #333333;
}
.proinfo-topimgs .words .tits {
  line-height: 1.05;
}
.proinfo-topimgs .words .txts {
  line-height: 1.2;
  margin-top: .5rem;
  margin-bottom: 1.375rem;
}
.proinfo-topimgs .words .a-down {
  display: inline-block;
  vertical-align: top;
  position: relative;
  margin-top: .45rem;
  margin-bottom: 1.55rem;
}
.proinfo-topimgs .swiper-pagination {
  line-height: 1;
  margin-top: .85rem;
}
.proinfo-topimgs .swiper-pagination-bullet {
  border-radius: 0;
  line-height: 1;
  width: .8rem;
  height: 3px;
  opacity: 1;
  vertical-align: top;
  background-color: #e6e6e6;
}

.info-words-bottom {
  padding-top: 2.7rem;
  padding-bottom: 3.5rem;
  position: relative;
}
.info-words-bottom .probot-list .items {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 3.125%;
}
.info-words-bottom .probot-list .items:last-child {
  margin-right: 0;
}

.info-words-titles {
  line-height: 1;
}
.info-words-titles .tits {
  line-height: 1;
}
.info-words-titles .swiper-button-next,
.info-words-titles .swiper-button-prev {
  display: inline-block;
  vertical-align: top;
  position: static;
  margin: 0;
  padding: 0;
  border-radius: 0;
  width: 1.375rem;
  height: 1.375rem;
  border: 3px solid #3fa9e0;
}

.info-words {
  padding-top: 1.2rem;
  line-height: 1.77;
}
.info-words p{margin-top:30px;}
.info-words p:first-child{margin-top:0px;}
.info-words .tits {
  color: #000;
  line-height: 1.5;
  margin-bottom: .55rem;
  padding-left: .65rem;
  position: relative;
}
.info-words .tits:before {
  width: .42em;
  height: .625em;
  content: "";
  position: absolute;
  left: 0;
  top: .45em;
  background: url(../img/sj.png) no-repeat center;
  background-size: 100%;
}

.info-titles {
  position: relative;
  padding-bottom: 1.35rem;
  border-bottom: 1px solid #dbdcdc;
}
.info-titles .tits {
  line-height: 1.43;
  color: #000;
  width: 60%;
}
.info-titles .spans {
  padding-top: 1.5rem;
}
.info-titles .spans .social-share-icon {
  margin: 0;
  padding: 0;
  width: 1.2rem;
  height: 1.2rem;
  border-radius: .1rem;
  border: 1px solid #d6d6d6;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
}
.info-titles .spans .social-share-icon:before {
  display: none;
}
.info-titles .spans .social-share-icon:nth-child(n+2) {
  margin-left: .35rem;
}
.info-titles .spans .social-share-icon.icon-linkedin:hover, .info-titles .spans .social-share-icon.icon-linkedin {
  background-image: url(../img/5-1.png);
  background-size: 100%;
  background-color: transparent;
}
.info-titles .spans .social-share-icon.icon-facebook:hover, .info-titles .spans .social-share-icon.icon-facebook {
  background-image: url(../img/5-2.png);
  background-size: 100%;
  background-color: transparent;
}
.info-titles .spans .social-share-icon.icon-twitter:hover, .info-titles .spans .social-share-icon.icon-twitter {
  background-image: url(../img/5-3.png);
  background-size: 100%;
  background-color: transparent;
}

.table-words {
  margin-top: 1.75rem;
}

.a-back {
  display: inline-block;
  vertical-align: top;
  line-height: 2.75em;
  height: 2.75em;
  background-color: #eeeeee;
  color: #333333;
  padding-left: .5rem;
  padding-right: 1.3rem;
  position: relative;
}
.a-back:hover {
  color: #333333;
}
.a-back:before {
  width: .3rem;
  height: .3rem;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: .55rem;
  background: url(../img/3-3.png) no-repeat center;
  background-size: 100%;
  margin: auto;
}

.a-down {
  position: relative;
  display: inline-block;
  vertical-align: top;
  padding-left: 1.1rem;
  line-height: 2.7em;
  height: 2.7em;
  border-bottom: 1px solid #d1d1d1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  color: #333333;
  padding-right: 1.55rem;
}
.a-down:hover {
  color: #333333;
}
.a-down:before, .a-down:after {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  margin: auto;
  width: 0.625rem;
  height: 0.625rem;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
}
.a-down:before {
  left: 0;
  background-image: url(../img/3-4.png);
}
.a-down:after {
  right: 0;
  background-image: url(../img/3-5.png);
}

.proinfo-bots {
  background-size: #fff;
  padding-bottom: 4.1rem;
  padding-top: 2.2rem;
}

.download-text {
  display: inline-block;
  vertical-align: top;
  padding-left: 1.85rem;
  padding-right: .9rem;
  height: 3.125em;
  line-height: 3.125em;
  border: 1px solid #3fa9e0;
  border-radius: 3.125em;
  color: #3fa9e0;
}
.download-text:hover {
  color: #3fa9e0;
}
.download-text:before {
  position: absolute;
  width: .55rem;
  height: .55rem;
  content: "";
  left: .95rem;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url(../img/3-6.png) no-repeat center;
  background-size: 100%;
}

.proinfo-tits {
  position: relative;
}
.proinfo-tits .download-text {
  position: absolute;
  right: 0;
  bottom: 0;
}

.solutionsinfo-tops {
  padding-top: 1.25rem;
}

.solutionsinfo-toplist {
  margin-top: 1rem;
  background-color: #fff;
  padding: 1.15rem 0.95rem 3.625rem 1.125rem;
}

@media (max-width: 1190px) {
  .probot-list .items .imgs {
    height: auto;
    width: 80%;
  }

  .probot-list .items {
    width: 32%;
    margin-left: 0.66%;
    margin-right: 0.66%;
    margin-bottom: 1.3%;
    /*margin-left: 2%;*/
  }
}
@media (max-width: 1023px) {
  .protop-left {
    position: relative;
    z-index: 5;
  }

  .protop-left .li {
    height: 1.25rem;
    line-height: 1.25rem;
    min-height: 0;
    background: #3fa9e0;
  }

  .protop-left .li:after {
    display: none;
  }

  .protop-left .ul-bots {
    position: absolute;
    width: 100%;
    left: 0;
    top: 3em;
    height: 5rem;
    overflow-y: auto;
  }

  .protop-left .ul-tops {
    height: 3em;
    line-height: 3em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    padding-left: 1.25rem;
    padding-right: 1.5rem;
    position: relative;
    cursor: pointer;
  }
  .protop-left .ul-tops.active:before {
    background: url(../img/img6.png) no-repeat center;
    background-size: 100%;
  }
  .protop-left .ul-tops:before {
    position: absolute;
    content: "";
    width: .45rem;
    height: .45rem;
    right: .25rem;
    top: 0;
    bottom: 0;
    margin: auto;
    background: url(../img/img5.png) no-repeat center;
    background-size: 100%;
  }
  .protop-left .ul-tops .txts {
    line-height: inherit;
    height: inherit;
  }

  .protop-left {
    width: 100%;
  }

  .protop-list .protop-right {
    width: 100%;
  }

  .protop-right .uls .lis {
    width: 49%;
    margin-left: 2%;
  }
  .protop-right .uls .lis:nth-child(3n+1) {
    margin-left: 2%;
  }
  .protop-right .uls .lis:nth-child(2n+1) {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .probot-list .items {
    width: 100%;
    margin-left: 0;
  }

  .protop-list .protop-right {
    padding: .5rem .35rem;
  }
}
@media (min-width: 1024px) {
  .info-titles .spans .social-share-icon {
    transition: .5s ease-in-out;
  }
  .info-titles .spans .social-share-icon:hover {
    background-color: #3fa9e0;
    transition: .5s ease-in-out;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
  }
  .info-titles .spans .social-share-icon.icon-linkedin:hover {
    background-image: url(../img/5-1-1.png);
  }
  .info-titles .spans .social-share-icon.icon-facebook:hover {
    background-image: url(../img/5-2-1.png);
  }
  .info-titles .spans .social-share-icon.icon-twitter:hover {
    background-image: url(../img/5-3-1.png);
  }

  .download-text,
  .a-down,
  .a-back {
    transition: .5s ease-in-out;
  }
  .download-text:hover,
  .a-down:hover,
  .a-back:hover {
    transition: .5s ease-in-out;
    transform: translateY(-5px);
  }

  .proinfo-titles .li {
    transition: .5s ease-in-out;
  }
  .proinfo-titles .li:hover {
    transition: .5s ease-in-out;
    color: #3fa9e0;
  }

  .protop-list .protop-left .li:hover {
    background: #2682B6;
    transition: .5s ease-in-out;
  }
  .protop-list .protop-left .li:hover:after {
    transition: .5s ease-in-out;
    opacity: 1;
  }

  .probot-list .items img {
    transition: .5s ease-in-out;
  }
  .probot-list .items:hover img {
    transition: .5s ease-in-out;
    transform: scale3d(1.05, 1.05, 1);
  }
}
.img-opacity {
  opacity: 0;
}

.abouts-list-01 {
  padding-top: 2.2rem;
  padding-bottom: 2.9rem;
}
.abouts-list-01 .words {
  margin-top: 1.2rem;
}

.abouts-list-02 .uls {
  font-size: 0;
}
.abouts-list-02 .uls .lis {
  display: inline-block;
  vertical-align: top;
  width: 20%;
  position: relative;
  text-align: center;
}
.abouts-list-02 .uls .lis:before {
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 1px;
  position: absolute;
  background: rgba(255, 255, 255, 0.2);
}
.abouts-list-02 .uls .lis .span {
  position: absolute;
  line-height: 1;
  left: 0;
  text-align: center;
  bottom: 0;
  color: #fff;
  width: 100%;
  white-space: nowrap;
}
.abouts-list-02 .uls .imgs {
  position: absolute;
  bottom: 1.7em;
  width: 71%;
  left: 0;
  right: 0;
  margin: auto;
}
.abouts-list-02 .uls .box {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.abouts-list-02 .uls .tits {
  color: transparent;
  /*text-shadow:-1px -1px #fff,1px 1px #fff;*/
  text-stroke: 1px #fff;
  -webkit-text-stroke: 1px #fff;
  line-height: 1;
  display: inline-block;
  vertical-align: top;
  position: relative;
  z-index: 3;
}

.abouts-list-02 {
  padding-top: 1.75rem;
  padding-bottom: 1.875rem;
}
.abouts-list-02 .words {
  margin-top: .5rem;
  margin-bottom: 1.875rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.abouts-list-03 {
  padding-top: 2.2rem;
  padding-bottom: 1.75rem;
}
.abouts-list-03 .uls {
  margin-top: 1.125rem;
  font-size: 0;
}
.abouts-list-03 .uls .lis {
  display: inline-block;
  vertical-align: top;
  width: 24%;
  margin-left: 1.33%;
}
.abouts-list-03 .uls .lis .imgs {
  overflow: hidden;
}
.abouts-list-03 .uls .lis .imgs img {
  transition: .5s ease-in-out;
}
.abouts-list-03 .uls .lis .span {
  color: #333333;
  line-height: 3.15em;
  height: 3.15em;
  text-align: center;
}
.abouts-list-03 .uls .lis:nth-child(4n+1) {
  margin-left: 0;
}

.abouts-list-04 {
  background: #f3f3f3;
  padding-top: 3.15rem;
  padding-bottom: 2.9rem;
}
.abouts-list-04 .images {
  width: 48.6%;
}
.abouts-list-04 .words {
  width: 51.4%;
  color: #333333;
}
.abouts-list-04 .words.fr {
  padding-left: 1.3rem;
}
.abouts-list-04 .words.fl {
  padding-right: 1.3rem;
}
.abouts-list-04 .li:nth-child(n+2) {
  margin-top: 1.2rem;
}
.abouts-list-04 .tits {
  line-height: 1;
}
.abouts-list-04 .itemsbox:nth-child(n+2) {
  margin-top: 2.5rem;
}
.abouts-list-04 .txts {
  line-height: 1.3;
  margin-top: .45rem;
}

.abouts-list-05 {
  padding-top: 2.3rem;
  padding-bottom: 3.2rem;
}
.abouts-list-05 .words {
  margin-top: .9rem;
  margin-bottom: 2.25rem;
}
.abouts-list-05 .uls {
  font-size: 0;
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
}
.abouts-list-05 .uls .span-text {
  line-height: 1;
  color: #3fa9e0;
}
.abouts-list-05 .uls .tits {
  line-height: 1;
}
.abouts-list-05 .uls .text {
  color: #333;
  line-height: 1.3;
  margin-top: .5rem;
}
.abouts-list-05 .uls .lis {
  display: inline-block;
  vertical-align: top;
  width: 16.66%;
  text-align: center;
  padding-left: .9rem;
  padding-right: .9rem;
  position: relative;
}
.abouts-list-05 .uls .lis:nth-child(1):before {
  display: none;
}
.abouts-list-05 .uls .lis:before {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  left: 0;
  top: 0;
  background: #e1e1e1;
}

.contacts-list-01 {
  padding-top: 2.75rem;
  padding-bottom: 3.25rem;
}
.contacts-list-01 .words .lis:nth-child(n+2) {
  margin-top: 2.2rem;
}
.contacts-list-01 .words {
  width: 48.6%;
  padding-right: 3rem;
}
.contacts-list-01 .words .lis-tops {
  line-height: 1.2;
  margin-bottom: .9rem;
}
.contacts-list-01 .words .i {
  position: relative;
  padding-top: 2px;
  padding-left: 1.125rem;
}
.contacts-list-01 .words .i:nth-child(n+2) {
  margin-top: .4rem;
}
.contacts-list-01 .words .span {
  width: 1.5em;
  height: 1.5em;
  line-height: 1.5em;
  text-align: center;
  background: #3fa9e0;
  color: #fff;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0;
}
.contacts-list-01 .words .span, .contacts-list-01 .words .txts {
  line-height: 1.4em;
}
.contacts-list-01 .images {
  width: 51.4%;
  position: relative;
}
.contacts-list-01 .images img {
  width: 100%;
}
.contacts-list-01 .uls {
  position: relative;
}
.contacts-list-01 .uls .lis {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0;
  transition: .8s ease-in-out;
}
.contacts-list-01 .uls .lis.active {
  opacity: 1;
  transition: .8s ease-in-out;
}
.contacts-list-01 .uls .lis:nth-child(1) {
  position: relative;
}
.contacts-list-01 .btn-text {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  display: flex;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  flex-wrap: wrap;
  align-items: stretch;
}
.contacts-list-01 .btn-text .lis {
  cursor: pointer;
  display: flex;
  width: 33.33%;
  align-items: center;
  line-height: 1.33;
  min-height: 2rem;
  justify-content: space-evenly;
  position: relative;
  color: #fff;
}
.contacts-list-01 .btn-text .lis.active {
  background-color: #3fa9e0;
  color: #fff;
}
.contacts-list-01 .btn-text .lis.active:after {
  opacity: 1;
}
.contacts-list-01 .btn-text .lis:last-child:after {
  left: -4px;
  right: auto;
  transform: rotate(190deg);
}
.contacts-list-01 .btn-text .lis:after {
  position: absolute;
  width: 4px;
  height: 7px;
  right: -4px;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  background: url(../img/1-15.png) no-repeat center;
  background-size: 100%;
  opacity: 0;
}
.contacts-list-01 .btn-text .lis:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 1px;
  height: 100%;
  background: rgba(255, 255, 255, 0.2);
}
.contacts-list-01 .btn-text .lis:nth-child(1):before {
  display: none;
}

.bgcolor {
  background-color: #3fa9e0;
}

.contacts-list-02 {
  padding-top: 2.25rem;
  padding-bottom: 1.5rem;
}
.contacts-list-02 .uls-bots {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  margin-top: .7rem;
}
.contacts-list-02 .uls-bots .lis {
  width: 25%;
  margin-bottom: 1.25rem;
}
.contacts-list-02 .lis-tops {
  line-height: 1;
}
.contacts-list-02 .lis-bots {
  margin-top: .3rem;
  line-height: 1.3;
  color: #666666;
}
.contacts-list-02 .uls-tops {
  line-height: 1.95;
  height: 1.95;
  border-bottom: 1px solid #d8d8d8;
}

.contacts-list-03 {
  color: #fff;
  min-height: 8.125rem;
  padding-top: 2.9rem;
  padding-bottom: 2rem;
}
.contacts-list-03 .words {
  margin-top: .65rem;
  color: #fff;
}

.contacts-list-04 {
  padding-top: 2rem;
  padding-bottom: 2.9rem;
}
.contacts-list-04 .itemsbox {
  font-size: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}
.contacts-list-04 .itemsbox .items {
  display: inline-block;
  vertical-align: top;
  width: 32.3%;
  margin-left: 1.55%;
  margin-bottom: .5rem;
  background: #f3f3f3;
}
.contacts-list-04 .itemsbox .items:nth-child(3n+1) {
  margin-left: 0;
}
.contacts-list-04 .itemsbox .items .words {
  padding: 1.1rem .95rem 1.2rem .75rem;
}
.contacts-list-04 .itemsbox .items .imgs {
  overflow: hidden;
}
.contacts-list-04 .itemsbox .items img {
  transition: .5s ease-in-out;
}
.contacts-list-04 .itemsbox .items .tits {
  line-height: 1.2;
  margin-bottom: .3rem;
  position: relative;
}
.contacts-list-04 .itemsbox .items .tits:before {
  position: absolute;
  content: "";
  width: 6px;
  height: 1em;
  top: .1rem;
  background: #3fa9e0;
  left: -.75rem;
}
.contacts-list-04 .itemsbox .items .txts {
  line-height: 1.55;
  color: #666666;
}

@media (min-width: 1024px) {
  .contacts-list-04 .itemsbox .items img,
  .abouts-list-02 .uls .lis img,
  .abouts-list-03 .uls .lis img {
    transition: .5s ease-in-out;
  }
  .contacts-list-04 .itemsbox .items:hover img,
  .abouts-list-02 .uls .lis:hover img,
  .abouts-list-03 .uls .lis:hover img {
    transition: .5s ease-in-out;
    transform: scale3d(1.05, 1.05, 1);
  }
}
.support-box {
  padding-top: 2.75rem;
  padding-bottom: 3.5rem;
}
.support-box .support-topswiper {
  margin-top: 1.125rem;
}

.support-bottom {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
}

.support-left .uls-tops {
  background-color: #f6f6f6;
}

.support-left {
  width: 43.4%;
  padding-top: .8rem;
  position: relative;
  background-color: #f6f6f6;
}
.support-left .ulsbox-bots {
  /*background-color: $colors;*/
}
.support-left:before {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  left: 45.6%;
  top: 0;
  top: 0;
  background: #e5e5e5;
}
.support-left .uls {
  position: relative;
  z-index: 0;
}
.support-left .uls.on .uls-bots {
  top: auto;
  bottom: 0;
}
.support-left .uls.active {
  z-index: 2;
}
.support-left .uls.active .uls-tops {
  color: #fff;
  background: #3fa9e0;
}
.support-left .uls.active .uls-bots {
  z-index: 2;
}
.support-left .uls:nth-child(n+2) {
  /*border-top:.1rem solid #fff;*/
}
.support-left .uls:nth-child(1) .uls-bots {
  /*display: block;*/
}
.support-left .uls-tops {
  width: 45.6%;
  line-height: 3.2em;
  height: 3.2em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  cursor: pointer;
  padding-left: 1.125rem;
  padding-right: .2rem;
}
.support-left .uls-bots {
  position: absolute;
  left: 45.6%;
  width: 54.4%;
  display: none;
  z-index: 1;
  top: 0;
  background: #3fa9e0;
}
.support-left .uls-bots .li {
  line-height: 1.45rem;
  height: 1.45rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  cursor: pointer;
  padding-left: 1.75rem;
  padding-right: .2rem;
  color: #fff;
}
.support-left .uls-bots .li.active {
  background-color: #22c7e5;
  color: #fff;
}

.support-right {
  padding: .8rem;
  padding-bottom: 1.75rem;
  width: 56.6%;
  border-bottom: 1px solid #eaeaea;
}
.support-right .libox {
  display: block;
  line-height: 1.7rem;
  height: 1.7rem;
  position: relative;
  padding-left: .8rem;
  padding-right: 1.1rem;
  color: #333333;
  border-bottom: 1px dotted #bfbfbf;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.support-right .libox:before, .support-right .libox:after {
  position: absolute;
  content: "";
  width: .55rem;
  height: .55rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  top: 0;
  bottom: 0;
  margin: auto;
}
.support-right .libox:before {
  background-image: url(../img/1-2.png);
  left: 0;
}
.support-right .libox:after {
  background-image: url(../img/1-3.png);
  right: 0;
}

.support-input {
  border: 1px solid #d3d3d3;
  position: relative;
}
.support-input input {
  height: 1.4rem;
  line-height: 1.4rem;
  box-sizing: border-box;
}
.support-input input[type=text] {
  width: 100%;
  background: #f6f6f6;
  padding-left: .55rem;
  padding-right: 1.5rem;
}
.support-input .submit {
  width: 1.4rem;
  height: 1.4rem;
  position: absolute;
  right: 0;
  top: 0;
  overflow: hidden;
}
.support-input input[type=submit] {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  text-indent: -999px;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #3fa9e0;
  background-image: url(../img/ser.png);
}

.support-topswiper .swiper-slide {
  line-height: 1.6rem;
  height: 1.6rem;
  width: auto;
  padding-left: .5rem;
  padding-right: .5rem;
  min-width: 4.75rem;
  border: 1px solid #e5e5e5;
  cursor: pointer;
  text-align: center;
}
.support-topswiper .swiper-slide.active {
  color: #fff;
  border-color: #3fa9e0;
  background: #3fa9e0;
}
.support-topswiper .swiper-slide:nth-child(n+2) {
  border-left: none;
}

@media (min-width: 1024px) {
  .support-topswiper .swiper-slide {
    transition: .5s ease-in-out;
  }
  .support-topswiper .swiper-slide:hover {
    color: #fff;
    border-color: #3fa9e0;
    background: #3fa9e0;
    transition: .5s ease-in-out;
  }

  .support-input .submit {
    transition: .5s ease-in-out;
  }
  .support-input .submit:hover input[type=submit] {
    transition: .5s ease-in-out;
    transform: scale3d(1.05, 1.05, 1);
  }

  .support-left .uls-tops {
    transition: .5s ease-in-out;
  }
  .support-left .uls-tops:hover {
    transition: .5s ease-in-out;
    color: #fff;
    background-color: #3fa9e0;
  }

  .support-left .uls-bots .li {
    transition: .5s ease-in-out;
  }
  .support-left .uls-bots .li:hover {
    transition: .5s ease-in-out;
    color: #fff;
    background-color: #22c7e5;
  }
}
.solutions-list-01 {
  padding-top: 2.5rem;
  padding-bottom: 2.95rem;
  background-color: #f5f5f5;
}
.solutions-list-01 .solutions-swiper {
  margin-top: 1.25rem;
}

.con-words2 {
  margin-top: .55rem;
  margin-bottom: 1.5rem;
  padding-left: 4.5rem;
  padding-right: 4.5rem;
  line-height: 1.3;
}

.solutions-swiper .swiper-wrapper {
  align-items: stretch;
}
.solutions-swiper .swiper-slide {
  width: 31.25%;
  margin-right: 3.125%;
  background-color: #fff;
  height: auto;
  padding: 2.4rem 0.65rem 3rem 0.65rem;
  position: relative;
  text-align: center;
}
.solutions-swiper .swiper-slide .imgs {
  width: 1.9rem;
  height: 1.9rem;
  margin: 0 auto;
}
.solutions-swiper .swiper-slide .tits {
  margin-top: .8rem;
  margin-bottom: 1rem;
  line-height: 1.125;
  color: #000000;
}
.solutions-swiper .swiper-slide .txts {
  line-height: 1.33;
}
.solutions-swiper .swiper-slide:before {
  position: absolute;
  content: "";
  height: 2px;
  width: .65rem;
  left: 0;
  right: 0;
  bottom: 1.05rem;
  margin: auto;
  background-color: #d5d5d5;
}
.solutions-swiper .swiper-slide:last-child {
  margin-right: 0;
}

.solutions-list-02 {
  padding-top: 2.5rem;
}

.solutions01-swiper .swiper-container {
  overflow: visible;
}
.solutions01-swiper .items {
  width: 100%;
  position: relative;
  cursor: pointer;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}
.solutions01-swiper .items .words, .solutions01-swiper .items .images {
  width: 50%;
}
.solutions01-swiper .items .images {
  overflow: hidden;
  position: relative;
}
.solutions01-swiper .items .images:before {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.4);
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
}
.solutions01-swiper .items .words {
  background-color: #3fa9e0;
  color: #fff;
  padding: 1.2rem;
  padding-top: 1.9rem;
  transition: .5s ease-in-out;
}
.solutions01-swiper .items .box {
  height: 100%;
  overflow-y: auto;
}
.solutions01-swiper .items .tits {
  line-height: 1.16;
}
.solutions01-swiper .items .txts {
  line-height: 1.5;
  margin-top: .75rem;
}

.solutions01-btnbox {
  height: 2.6rem;
  line-height: 2.6rem;
  background-color: #f6f6f6;
}
.solutions01-btnbox .box {
  height: inherit;
  line-height: inherit;
}
.solutions01-btnbox .swiper-pagination-box, .solutions01-btnbox .swiper-btns {
  width: 50%;
  height: inherit;
  line-height: inherit;
  background-color: #fff;
}
.solutions01-btnbox .swiper-btns {
  position: relative;
  font-size: 0;
}
.solutions01-btnbox .swiper-button-prev, .solutions01-btnbox .swiper-button-next {
  width: 50%;
  height: inherit;
  color: #fff;
  background-image: none !important;
  border-radius: 0;
  text-align: center;
  line-height: inherit;
  margin: 0;
  left: auto;
  right: auto;
  position: static;
  display: inline-block;
  vertical-align: top;
}
.solutions01-btnbox .swiper-button-prev span, .solutions01-btnbox .swiper-button-next span {
  display: inline-block;
  vertical-align: top;
  line-height: inherit;
  height: inherit;
  padding-left: .75rem;
  padding-right: .75rem;
  position: relative;
}
.solutions01-btnbox .swiper-button-prev span:before, .solutions01-btnbox .swiper-button-prev span:after, .solutions01-btnbox .swiper-button-next span:before, .solutions01-btnbox .swiper-button-next span:after {
  position: absolute;
  content: "";
  width: .5rem;
  height: .2rem;
  top: 0;
  bottom: 0;
  margin: auto;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  transition: .5s ease-in-out;
}
.solutions01-btnbox .swiper-button-prev span:before, .solutions01-btnbox .swiper-button-next span:before {
  left: 0;
  background-image: url(../img/3-1.png);
}
.solutions01-btnbox .swiper-button-prev span:after, .solutions01-btnbox .swiper-button-next span:after {
  right: 0;
  background-image: url(../img/3-2.png);
}
.solutions01-btnbox .swiper-button-prev span:after {
  display: none;
}
.solutions01-btnbox .swiper-button-next span:before {
  display: none;
}
.solutions01-btnbox .swiper-button-prev {
  background-color: #22c7e5 !important;
}
.solutions01-btnbox .swiper-button-next {
  background-color: #18bfde !important;
}
.solutions01-btnbox .swiper-pagination {
  height: inherit;
  line-height: inherit;
  background-color: transparent;
}
.solutions01-btnbox .swiper-pagination b {
  font-weight: normal;
  color: #e5e5e5;
  display: inline-block;
  vertical-align: top;
  padding-left: .8rem;
  padding-right: .8rem;
  position: relative;
}
.solutions01-btnbox .swiper-pagination b:before, .solutions01-btnbox .swiper-pagination b:after {
  position: absolute;
  content: "";
  width: .45rem;
  height: 2px;
  background-color: #e5e5e5;
  top: 0;
  bottom: 0;
  margin: auto;
}
.solutions01-btnbox .swiper-pagination b:before {
  left: 0;
}
.solutions01-btnbox .swiper-pagination b:after {
  right: 0;
}
.solutions01-btnbox .swiper-pagination .swiper-pagination-bullet {
  display: none;
  background-color: transparent;
  width: 100%;
  line-height: inherit;
  height: inherit;
  margin: 0;
}
.solutions01-btnbox .swiper-pagination .swiper-pagination-bullet-active {
  display: block;
}

.solutions-list-03.wel-cases {
  padding-top: 2.5rem;
  padding-bottom: 2.9rem;
}

.welcase-list .items .images .text {
  background-size: 100% 100%;
}

@media (min-width: 1024px) {
  .welcase-list .items:hover .wel-more {
    color: #3fa9e0;
  }

  .welcase-list .items:hover .wel-more:before {
    background: url(../img/1-0-1.png) no-repeat center;
    background-size: 100%;
  }

  .abouts-list-05 .words {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .solutions01-swiper .items.swiper-slide-active .images:before {
    opacity: 0;
  }

  .solutions01-swiper .items.swiper-slide-prev {
    flex-direction: row-reverse;
  }

  .solutions01-swiper .items {
    transition: .5s ease-in-out;
  }
  .solutions01-swiper .items .words {
    transition: .5s ease-in-out;
  }
  .solutions01-swiper .items:hover .words {
    transition: .5s ease-in-out;
    opacity: 1;
  }

  .solutions01-btnbox .swiper-button-prev:hover span:after, .solutions01-btnbox .swiper-button-next:hover span:after {
    transition: .5s ease-in-out;
    transform: translateX(5px);
  }
  .solutions01-btnbox .swiper-button-prev:hover span:before, .solutions01-btnbox .swiper-button-next:hover span:before {
    transition: .5s ease-in-out;
    transform: translateX(-5px);
  }
}
@media (max-width: 1023px) {
  .solutions01-btnbox .swiper-pagination {
    width: 30%;
  }

  .solutions01-btnbox .swiper-btns {
    width: 70%;
    display: flex;
  }

  .solutions01-btnbox .swiper-button-prev, .solutions01-btnbox .swiper-button-next {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .solutions01-btnbox .swiper-button-prev span, .solutions01-btnbox .swiper-button-next span {
    line-height: 1;
    height: auto;
    padding-left: 0;
    padding-right: 0;
  }
  .solutions01-btnbox .swiper-button-prev span:before, .solutions01-btnbox .swiper-button-prev span:after, .solutions01-btnbox .swiper-button-next span:before, .solutions01-btnbox .swiper-button-next span:after {
    display: none;
  }
}
.abouts-list-02 .uls .lis:nth-child(1):before {
  display: none;
}

.support-topswiper .swiper-slide {
  color: #333;
}

.m-header .sub-menu li.active .tit {
  color: #000;
}

.abouts-list-02 .uls .swiper-pagination {
  margin-top: .5rem;
}
.abouts-list-02 .uls .swiper-pagination .swiper-pagination-bullet {
  background-color: #fff;
  opacity: 1;
}
.abouts-list-02 .uls .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #3fa9e0;
}

.support-left .uls-tops {
  color: #333;
}

.info-words-titles .swiper-button-next {
  margin-left: .4rem;
}

.info-words-titles .swiper-btns {
  font-size: 0;
}

.m-footer-tops {
  width: 92%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.m-footer-tops .btnbox-fl, .m-footer-tops .btnbox-fr {
  width: 34%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.m-footer-tops .btnbox-center {
  width: 32%;
}
.m-footer-tops .btnbox-center a {
  display: block;
}
.m-footer-tops .btnbox-center img {
  width: 80%;
  display: block;
  margin: 0 auto;
}
.m-footer-tops a {
  color: #fff;
  line-height: 1;
  font-size: 12px;
}

.proinfo-topimgs .images .swiper-slide {
  margin-right: .5rem;
}
.proinfo-topimgs .images .swiper-slide:last-child {
  margin-right: 0;
}

.proinfo-topimgs img {
  width: 100%;
}

.proinfo-bots {
  background-color: #fff;
}

.video-fixed.ons {
  z-index: 5000 !important;
}

.video-fixed .cha {
  width: 40px;
  height: 40px;
  background: url(../imgbox/close-vid2.png) #000 no-repeat center/80% auto;
  position: absolute;
  top: 40px;
  right: 40px;
  cursor: pointer;
}

.video-fixed {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.65);
  z-index: 230;
  top: 0;
  left: 0;
  cursor: pointer;
  display: none;
  /*transform:scale3d(0,0,1);*/
  transition: .8s ease-in-out;
}

.video-fixed.ons {
  transition: .8s ease-in-out;
  /*transform:scale3d(1,1,1);*/
}

.video-fixed .videoboxs .box {
  height: 100%;
}

.video-fixed .videoboxs {
  width: 80%;
  height: 80%;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background: #000;
  /*padding: 30px;*/
  box-sizing: border-box;
}

@media screen and (max-width: 1023px) {
  .video-fixed .videoboxs {
    width: 90%;
    height: 90%;
  }
}
@media screen and (max-width: 767px) {
  .video-fixed .videoboxs {
    width: 100%;
    height: 80%;
    bottom: 0;
    margin: auto;
  }

  .video-fixed .cha {
    right: .2rem;
    top: -1.2rem;
    width: 1rem;
    height: 1rem;
  }
}
@media (max-width: 1190px) {
  .contacts-list-01 .words {
    padding-right: 1rem;
  }

  .proinfo-topimgs .words {
    width: 45%;
  }

  .proinfo-topimgs .images {
    width: 42%;
  }

  .contacts-list-02 .uls-bots .lis {
    width: 50%;
  }
}
.solutions-swiper .swiper-slide .txts {
  color: #666;
}

@media (min-width: 1024px) {
  .unv-header .nav-bots-cons .ulks.prod .li-bots {
    height: 50vh;
    overflow-y: auto;
  }
  .unv-header .nav-bots-cons .ulks.prod .li-bots::-webkit-scrollbar {
    width: 5px;
    height: 5px;
  }
  .unv-header .nav-bots-cons .ulks.prod .li-bots::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.1);
  }
  .unv-header .nav-bots-cons .ulks.prod .li-bots::-webkit-scrollbar-thumb {
    background: #999;
  }
  .unv-header .nav-bots-cons .ulks.prod .li-bots::-webkit-scrollbar-thumb:window-inactive {
    background: #999;
  }
  .unv-header .nav-bots-cons .ulks.prod .li-bots::-webkit-scrollbar-thumb:vertical:hover {
    background: #999;
  }

  .support-right .libox {
    transition: .5s ease-in-out;
  }
  .support-right .libox:after {
    transition: .5s ease-in-out;
  }
  .support-right .libox:hover {
    transform: translateY(-4px);
    transition: .5s ease-in-out;
  }

  .solutions01-swiper .items,
  .protop-right .uls .lis,
  .contacts-list-01 .uls {
    overflow: hidden;
  }
  .solutions01-swiper .items img,
  .protop-right .uls .lis img,
  .contacts-list-01 .uls img {
    transition: .5s ease-in-out;
  }
  .solutions01-swiper .items:hover img,
  .protop-right .uls .lis:hover img,
  .contacts-list-01 .uls:hover img {
    transition: .5s ease-in-out;
    transform: scale3d(1.05, 1.05, 1);
  }

  .cons-swiper.wel-banner .swiper-button-prev {
    left: 5%;
  }

  .cons-swiper.wel-banner .swiper-button-next {
    right: 5%;
  }

  .wel-banner .swiper-pagination {
    top: auto;
    transform: none;
    right: auto;
    left: 0;
    width: 100%;
    bottom: 4rem;
  }

  .abouts-list-04 .images {
    overflow: hidden;
  }
  .abouts-list-04 .images img {
    transition: .5s ease-in-out;
  }
  .abouts-list-04 .images:hover img {
    transition: .5s ease-in-out;
    transform: scale3d(1.05, 1.05, 1);
  }

  .banner-down:hover {
    background-color: #3fa9e0;
    border-color: #3fa9e0;
    transform: none;
  }

  .solutions-swiper .swiper-wrapper {
    padding-top: 10px;
  }

  .solutions-swiper .swiper-slide {
    transition: .5s ease-in-out;
  }
  .solutions-swiper .swiper-slide:hover {
    transition: .5s ease-in-out;
    transform: translateY(-10px);
  }

  .welcase-list .items:hover .wel-more:before {
    transform: translateX(5px);
  }

  .wel-more {
    transition: .5s ease-in-out;
  }
  .wel-more:hover {
    transition: .5s ease-in-out;
  }
  .wel-more:hover:before {
    transform: translateX(5px);
  }
}
@media (max-width: 1023px) {
  .con-videos {
    position: relative;
  }
  .con-videos:before {
    position: absolute;
    content: "";
    width: 40px;
    height: 40px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background: url(../imgbox/videos.png) no-repeat center;
    background-size: 100%;
  }

  .contacts-list-01 .words {
    width: 100%;
  }

  .contacts-list-01 .images {
    width: 100%;
    margin-top: 1rem;
  }

  .proinfo-topimgs .words {
    width: 100%;
    margin-top: 1.25rem;
  }

  .proinfo-topimgs .images {
    width: 100%;
  }

  .proinfo-topimgs {
    padding: .45rem;
  }

  .langs a {
    color: #333;
  }

  .h90 {
    height: 50px;
    line-height: 50px;
  }

  .abouts-list-02 .uls .lis {
    width: 33.33%;
  }

  .abouts-list-03 .uls .lis {
    width: 49%;
    margin-left: 2%;
  }
  .abouts-list-03 .uls .lis:nth-child(4n+1) {
    margin-left: 2%;
  }
  .abouts-list-03 .uls .lis:nth-child(2n+1) {
    margin-left: 0;
  }

  .abouts-list-04 .words,
  .abouts-list-04 .images {
    width: 100%;
  }
  .abouts-list-04 .words img,
  .abouts-list-04 .images img {
    width: 100%;
  }

  .abouts-list-04 .words.fl,
  .abouts-list-04 .words.fr {
    padding-left: 0;
    padding-right: 0;
    padding-left: .4rem;
    padding-right: .4rem;
  }

  .abouts-list-04 .words {
    padding-top: 1rem;
  }

  .abouts-list-05 .uls .lis {
    width: 33.33%;
    margin-bottom: .5rem;
  }

  .abouts-list-05 .uls .lis:nth-child(3n+1):before {
    display: none;
  }

  .abouts-list-02 .uls .lis {
    width: 50%;
  }

  .abouts-list-03 .uls .lis .span {
    height: auto;
    line-height: 1.25;
    margin-top: .5rem;
  }

  .abouts-list-03 .uls .lis {
    padding-bottom: .25rem;
  }

  .support-right,
  .support-left {
    width: 100%;
  }

  .support-left .uls-bots {
    position: static;
    width: 100%;
  }

  .support-left .uls-tops {
    width: 100%;
  }

  .support-left:before {
    display: none;
  }

  .support-left .ulsbox-bots {
    display: none;
  }

  .support-left .ulsbox-tops {
    height: 2.5em;
    line-height: 2.5em;
    position: relative;
  }
  .support-left .ulsbox-tops:before {
    position: absolute;
    content: "";
    width: 1em;
    height: 1em;
    line-height: 1em;
    text-align: center;
    background: url(../imgbox/img5.png) no-repeat center;
    background-size: 60%;
    /*background-color: #000;*/
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
  }

  .proinfo-tits .download-text {
    position: relative;
    margin: 0 auto;
    margin-top: 1rem;
  }

  .proinfo-tits {
    text-align: center;
  }

  .solutions-swiper .swiper-slide {
    width: 50%;
  }

  .con-words2 {
    padding-left: 0;
    padding-right: 0;
  }

  .unv-footer-tops .nav {
    display: none;
  }
  .unv-footer-tops .nav.nav-media {
    display: block;
    width: 100%;
  }

  .unv-footer-tops .nav-media .nav-tops {
    text-align: center;
    color: #fff;
    position: relative;
  }
  .unv-footer-tops .nav-media .nav-tops:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background-color: #2f2f2f;
  }
  .unv-footer-tops .nav-media .nav-tops span {
    position: relative;
    background-color: #121212;
    z-index: 2;
  }

  .unv-footer-tops .uls {
    width: 100%;
    padding-top: 0;
    margin-top: 1.125rem;
    display: flex;
    justify-content: space-evenly;
  }

  .unv-footer-tops .uls .lis {
    width: 8.4%;
    margin-left: 9.92%;
    margin: 0;
  }
  .unv-footer-tops .uls .lis:nth-child(3n+1) {
    margin-left: 0;
  }
  .unv-footer-tops .uls .lis:nth-child(6n+1) {
    margin-left: 0;
  }

  .unv-footer-tops {
    /*padding-top: 1.75rem;*/
    padding-top: 1.6rem;
    padding-bottom: 1.1rem;
  }

  .unv-footer {
    padding-top: 1.75rem;
  }

  .unv-footer-bot {
    padding-bottom: 1.125rem;
  }

  .unv-footer-tops {
    border-bottom: none;
  }

  .abouts-list-05 .words {
    margin-bottom: 1.5rem;
  }
}
.wel-more {
  font-size: 14px;
}

@media (max-width: 767px) {
  .wel-more {
    font-size: 12px;
  }

  .abouts-list-04 .li:nth-child(n+2) {
    margin-top: .65rem;
  }

  .contacts-list-01 .words .lis:nth-child(n+2) {
    margin-top: 1.5rem;
  }

  .info-titles .tits {
    width: 100%;
  }

  .solutionsinfo-toplist {
    padding: .5rem;
  }

  .info-titles .spans {
    width: 100%;
    padding-top: .75rem;
  }

  .solutions01-swiper .items .words {
    opacity: 1;
    background-color: rgba(63, 169, 224, 0.8);
  }

  .solutions01-swiper .items {
    width: 100%;
  }

  .solutions-swiper .swiper-slide {
    width: 100%;
  }

  .table-words {
    margin-top: 1.25rem;
  }

  .con-banner .txts {
    margin-top: .5rem;
  }

  .con-banner .words {
    padding-top: 0;
  }

  .abouts-list-05 .uls .lis {
    padding-left: .25rem;
    padding-right: .25rem;
  }

  .abouts-list-04 .itemsbox:nth-child(n+2) {
    margin-top: 1.25rem;
  }

  .products-bots {
    padding-top: 1rem;
    padding-bottom: 1.75rem;
  }

  .solutions-list-02 {
    padding-top: 1.5rem;
  }

  .support-box,
  .solutions-list-03.wel-cases, .info-words-bottom,
  .solutions-list-01,
  .products-tops, .contacts-list-01,
  .proinfo-bots, .contacts-list-02,
  .abouts-list-05,
  .abouts-list-04,
  .abouts-list-03,
  .abouts-list-01 {
    padding-top: 1.5rem;
    padding-bottom: 1.75rem;
  }

  .contacts-list-03 {
    padding-top: 1.75rem;
    padding-bottom: 1.25rem;
  }

  .abouts-list-02 .words {
    padding-left: 0;
    padding-right: 0;
  }

  .contacts-list-02 .uls-bots .lis {
    margin-bottom: .75rem;
  }

  .contacts-list-02 .uls-bots {
    margin-top: .35rem;
  }

  .abouts-list-02 .words {
    margin-bottom: 1.2rem;
  }

  .contacts-list-04 .itemsbox .items {
    width: 100%;
    margin-left: 0;
  }

  .contacts-list-02 .uls-bots .lis {
    width: 100%;
  }

  .contacts-list-01 .words .i {
    padding-left: 1.65rem;
  }

  .contacts-list-01 .btn-text .lis {
    width: 50%;
    line-height: 1.1;
  }
}
.contacts-list-04 .itemsbox .items img {
  width: 100%;
}

.support-bottom.on2 .support-right,
.support-bottom.on1 .support-left .uls-tops {
  width: 100%;
}

.unv-header .navbox .nav {
  position: static;
}

.unv-header .nav-bots {
  width: 100%;
}

.unv-header .nav:nth-child(2) .nav-bots {
  /*display: block!important;*/
}

.unv-header .nav-bots-cons {
  padding-top: 1.35rem;
  padding-bottom: 2.4rem;
  text-align: left;
  background: #fff;
}
.unv-header .nav-bots-cons .nav-boxs {
  width: 68%;
}
.unv-header .nav-bots-cons .li {
  color: #555;
}
.unv-header .nav-bots-cons .box {
  display: flex;
  /*flex-wrap: wrap;*/
  align-items: stretch;
}
.unv-header .nav-bots-cons .nav-rightbox {
  width: 32%;
  position: relative;
  padding-left: 2rem;
  padding-right: 1.2rem;
  padding-top: 1.375rem;
}
.unv-header .nav-bots-cons .nav-rightbox:before {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  background: #e9e9e9;
  left: 0;
  top: 0;
}
.unv-header .nav-bots-cons .nav-rightbox .imgs {
  border-radius: .3rem;
  overflow: hidden;
}
.unv-header .nav-bots-cons .nav-rightbox .tits {
  line-height: 1;
  margin-top: .85rem;
  margin-bottom: .5rem;
}
.unv-header .nav-bots-cons .nav-rightbox .txts {
  display: inline-block;
  vertical-align: top;
  padding-right: .5rem;
  padding-bottom: .25rem;
  line-height: 1;
  border-bottom: 2px solid #7f7f7f;
  color: #666666;
}
.unv-header .nav-bots-cons .ilks-tits {
  margin-bottom: 1rem;
}
.unv-header .nav-bots-cons .ulks {
  width: 430px;
  max-width: 80%;
  font-size: 0;
  line-height: 1;
}
.unv-header .nav-bots-cons .ulks .li {
  line-height: 1.7;
  display: inline-block;
  vertical-align: top;
  width: 50%;
  padding: 0;
}
.unv-header .nav-bots-cons .ulks.ddh .li {
  width: 100%;
}
.unv-header .nav-bots-cons .ulks .li:nth-child(n+3) {
  margin-top: .65rem;
}
.unv-header .nav-bots-cons .ulks.ddh .li:nth-child(n+2) {
  margin-top: .65rem;
}
.unv-header .nav-bots-cons .ulks .li span {
  display: inline-block;
  vertical-align: top;
  line-height: 1.7;
  padding-right: .9rem;
  position: relative;
}
.unv-header .nav-bots-cons .ulks .li span:before {
  position: absolute;
  content: "";
  width: 6px;
  height: 10px;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url(../img/1-1-2.png) no-repeat center;
  background-size: 100%;
  opacity: 0;
}

.unv-header .nav-bots-cons .nav-rightbox .txts, .unv-header .nav-bots-cons .nav-rightbox img {
  transition: .5s ease-in-out;
}
.unv-header .nav-bots-cons .nav-rightbox:hover img {
  transform: scale3d(1.05, 1.05, 1);
  transition: .5s ease-in-out;
}
.unv-header .nav-bots-cons .nav-rightbox:hover .txts {
  color: #3fa9e0;
  border-bottom-color: #3fa9e0;
  transition: .5s ease-in-out;
}

.unv-header.fixed {
  position: absolute;
}

.hbgbox {
  position: absolute;
  z-index: 99;
  width: 100%;
  left: 0;
  top: 0;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}

.unv-header .nav-bots-cons .ulks.prod {
  width: 630px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}
.unv-header .nav-bots-cons .ulks.prod .li {
  display: block;
  width: 100%;
}
.unv-header .nav-bots-cons .ulks.prod .ulks-01, .unv-header .nav-bots-cons .ulks.prod .ulks-02 {
  width: 50%;
}
.unv-header .nav-bots-cons .ulks.prod .li:nth-child(n+2) {
  margin-top: .65rem;
}
.unv-header .nav-bots-cons .ulks.prod .li-bots {
  width: 100%;
  display: none;
  -webkit-transform: translateX(-30px);
  transform: translateX(-30px);
  -webkit-transition: opacity 0.1s cubic-bezier(0.4, 0, 0.2, 1) 0.1s, -webkit-transform 0.1s cubic-bezier(0.4, 0, 0.2, 1) 0.1s;
  transition: opacity 0.1s cubic-bezier(0.4, 0, 0.2, 1) 0.1s, -webkit-transform 0.1s cubic-bezier(0.4, 0, 0.2, 1) 0.1s;
  transition: transform 0.1s cubic-bezier(0.4, 0, 0.2, 1) 0.1s, opacity 0.1s cubic-bezier(0.4, 0, 0.2, 1) 0.1s;
  transition: transform 0.1s cubic-bezier(0.4, 0, 0.2, 1) 0.1s, opacity 0.1s cubic-bezier(0.4, 0, 0.2, 1) 0.1s, -webkit-transform 0.1s cubic-bezier(0.4, 0, 0.2, 1) 0.1s;
}
.unv-header .nav-bots-cons .ulks.prod .li-bots.on {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: opacity 0.1s cubic-bezier(0.4, 0, 0.2, 1) 0.1s, -webkit-transform 0.1s cubic-bezier(0.4, 0, 0.2, 1) 0.1s;
  transition: opacity 0.1s cubic-bezier(0.4, 0, 0.2, 1) 0.1s, -webkit-transform 0.1s cubic-bezier(0.4, 0, 0.2, 1) 0.1s;
  transition: transform 0.1s cubic-bezier(0.4, 0, 0.2, 1) 0.1s, opacity 0.1s cubic-bezier(0.4, 0, 0.2, 1) 0.1s;
  transition: transform 0.1s cubic-bezier(0.4, 0, 0.2, 1) 0.1s, opacity 0.1s cubic-bezier(0.4, 0, 0.2, 1) 0.1s, -webkit-transform 0.1s cubic-bezier(0.4, 0, 0.2, 1) 0.1s;
}
.unv-header .nav-bots-cons .ulks.prod .li-bots .ko {
  color: #555555;
  line-height: 1;
}
.unv-header .nav-bots-cons .ulks.prod .li-bots .ko:nth-child(n+2) {
  margin-top: 1.1rem;
}
.unv-header .nav-bots-cons .ulks.prod .li-bots .ko:hover span, .unv-header .nav-bots-cons .ulks.prod .li-bots .ko.active span {
  color: #3fa9e0;
  transition: .5s ease-in-out;
}
.unv-header .nav-bots-cons .ulks.prod .li-bots .ko:hover span:before, .unv-header .nav-bots-cons .ulks.prod .li-bots .ko.active span:before {
  opacity: 1;
}
.unv-header .nav-bots-cons .ulks.prod .li-bots .ko span {
  padding: 0;
  padding-bottom: .3rem;
  line-height: 1;
  top: auto;
  transition: .5s ease-in-out;
  position: relative;
}
.unv-header .nav-bots-cons .ulks.prod .li-bots .ko span:before {
  content: "";
  position: absolute;
  background: #3fa9e0;
  width: 100%;
  height: 1px;
  left: 0;
  top: auto;
  bottom: 0;
  opacity: 0;
}

.unv-header .fun2 .nav-bots-cons .ulks .li span {
  padding-right: 0;
}
.unv-header .fun2 .nav-bots-cons .ulks .li span:before {
  width: 100%;
  height: 1px;
  bottom: 0;
  background: #3fa9e0;
  top: auto;
}

.table-words {
  border-collapse: collapse;
}
.table-words table {
  border-collapse: collapse;
  border-spacing: 0;
  background-color: transparent;
  min-width: 840px;
}
.table-words th, .table-words td {
  padding: 10px 15px;
  line-height: 24px;
  color: #39425f;
  border: 1px solid #ddd;
  background-color: #FFFFFF;
}
.table-words thead td,
.table-words th, .table-words td.thead {
  background-color: #f2f2f2;
  text-align: left;
  font-weight: normal;
}
.table-words td.thead {
  font-weight: bold;
}
.table-words td img {
  max-width: 100%;
  height: auto;
}
.table-words td table {
  min-width: auto;
}

.contacts-list-01 .uls .lis {
  opacity: 1;
}

@keyframes framsanimae {
  from {
    width: 10%;
  }
  to {
    width: 100%;
  }
}
.unv-header .nav-bots-cons .ulks.prod .li-bots .ko span:before {
  right: 0;
  margin: auto;
}

.unv-header .fun2 .nav-bots-cons .ulks .li span:before {
  left: 0;
  margin: auto;
}

.unv-header .nav-bots-cons .nav-rightbox .txts {
  position: relative;
  border-bottom: none;
}
.unv-header .nav-bots-cons .nav-rightbox .txts:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  left: 0;
  right: 0;
  bottom: 0;
  background: #7f7f7f;
  margin: auto;
}

.unv-header .nav-bots-cons .ulks .li span:before {
  transition: 0.5s cubic-bezier(0.3, 0, 0.24, 1);
}

.unv-header .nav-bots-cons .ulks.prod .li-bots .ko:hover span:before,
.unv-header .fun2 .nav-bots-cons .ulks .li:hover span:before,
.unv-header .nav-bots-cons .nav-rightbox:hover .txts:before {
  background: #3fa9e0;
  animation: framsanimae 0.6s cubic-bezier(0.3, 0, 0.24, 1) 1 alternate;
}

@media screen and (max-width: 767px) {
  .table-words {
    overflow-x: auto;
  }
  .table-words table {
    width: 200%;
  }

  .solutions01-swiper .items .words, .solutions01-swiper .items .images {
    width: 100%;
  }

  .solutions01-swiper .items .words {
    padding: 1rem .75rem;
  }

  .solutions01-swiper .items {
    margin-right: 10px;
  }
  .solutions01-swiper .items:last-child {
    margin-right: 0;
  }

  .solutions-list-01 .swiper-pagination {
    margin-top: .5rem;
  }
}

/*# sourceMappingURL=style.css.map */
.newadd1440.products-list{
  width: 85%;
  max-width: 1440px;
}

.probotbox-list-01{
  display: flex;
  margin-top: 1.25rem;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
}
.probotbox-list-01 .probot-list img{
  width: 100%;
}
.probotbox-list-01 .probot-list{
  margin-top: 0;
  width: 80%;
}
.probot-list .items .imgs{
  max-width: 100%;
}


.proleft-fixed-left{
  /*display: none;*/
}
.proleft-fixed{
  /*position: fixed;*/
  width: 18.75%;
  box-shadow:  0 0 20px 3px rgba(0,0,0,.1);
  /*box-shadow:  0 0 100px 6px rgba(62,168,223,.3);*/
  background-color: white;
}
.proleft-fixed a{
  display: block;
  color: #333333;
}
.proleft-fixed-right{
  background: #fff;
  /* padding-top: 1.125rem;
  padding-bottom: 1.125rem; */
}

.proleft-fixed-right .nav-tops{
  padding-left: .4rem;
  padding-right: .75rem;
  position: relative;
  cursor: pointer;
}
.proleft-fixed-right .nav:nth-child(n+2){
  margin-top: .375rem;
}
.proleft-fixed-right .nav .uls-tops:before,.proleft-fixed-right .nav-tops:before{
   width: 9px;
  height: 6px;
  content:"";
  position: absolute;
  background:url(../img/sanjiao.png) no-repeat center;
  background-size: 100%;
    top:0;
  bottom: 0;
  margin: auto;
  transition:.5s ease;
}
.proleft-fixed-right .nav-tops:before{
  right: .55rem;
}
.proleft-fixed-right .nav-bots{
  display: none;
}
.proleft-fixed-right .nav .uls-tops:before{
  right: 1.5rem;
}
.proleft-fixed-right .nav .uls{
  padding-top: .2rem;
}
.proleft-fixed-right .nav .uls:nth-child(n+2){
  margin-top: .1rem;
}

.proleft-fixed-right .nav .uls-tops{
  cursor: pointer;
  padding-left: .7rem;
  padding-right: 1.6rem;
  position: relative;
  overflow: hidden;
}
.proleft-fixed-right .nav .li{
  line-height: 2;
  height: 2em;
  overflow: hidden;
  padding-left: 1rem;
  padding-right: .7rem;
}

.proleft-fixed-right .nav .uls-bots{
  display: none;
}
.proleft-fixed .acon:before{
  display: none;
}
  .proleft-fixed-left{
   /*min-height: 2.375rem;*/
   line-height: 1.25;
   padding: .35rem .25rem;
   /*line-height: 2.375rem;*/
   color: #fff;
   background: #333;
   /*background: url(../img/img/pro.png) #3ea8df no-repeat center;*/
   background-size: 100%;
   text-align: center;
  }

/*增加partner 栏目  2024-09-30 */

.unvdisplay-partner-list{max-width: 1200px;margin: 0 auto;}
.unvdisplay-partner-list .dist {
  padding-top: 1.25rem;
}
.unvdisplay-partner-list .view {

}
.unvdisplay-partner-list .wr {
  position: relative;
  width: 100%;
}
.unvdisplay-partner-list .top {
  top: 0;
}
.unvdisplay-partner-list .dist .top .tit {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.unvdisplay-partner-list img {
  display: block;
  max-width: 100%;
}
.unvdisplay-partner-list .dist .top .tit .tit-22 {
  margin-left: 0.425rem;
  line-height: 1;
  font-size: 20px;
  /* font-weight: 700; */
}
.unvdisplay-partner-list .dist .top .seach {
  display: none;
  width: 7.375rem;
  height: 1.2rem;
  border-radius: 1rem;
  border: 1px solid rgba(204, 204, 204, 0.668);
  overflow: hidden;
}
.unvdisplay-partner-list .dist .top .seach .txt {
  width: calc(100% - 1.2rem);
  float: left;
  padding-left: 0.65rem;
  font-size: 16px;
  line-height: 1.2rem;
}
.unvdisplay-partner-list .dist .top .seach .subimt {
  width: 1.2rem;
  height: 1.2rem;
  background-color: transparent;
  float: left;
  background-image: url(../img/search.png);
  background-repeat: no-repeat;
  background-position: center;
}
.unvdisplay-partner-list .selec-box {
  border-top: 1px solid rgba(204, 204, 204, 0.668);
  margin-top: 1rem;
  padding: 0.9rem 0;
  font-size: 0;
  position: relative;
  z-index: 23;
}
.unvdisplay-partner-list .selec-box .li {
  display: inline-block;
  line-height: 1;
  margin-right: 1.5rem;
  cursor: pointer;
}
.unvdisplay-partner-list .selec-box .li.on .tit {
  color: #0560f5;
}
.unvdisplay-partner-list .selec-box .li .tit {
  position: relative;
  line-height: 1;
}
.unvdisplay-partner-list .tit-18 {
  line-height: 1.4;
  font-size: 18px;
}
.unvdisplay-partner-list .selec-box .li.on .tit::before {
  opacity: 1;
}
.unvdisplay-partner-list .selec-box .li .tit::before {
  content: "";
  position: absolute;
  bottom: -0.8rem;
  width: 20px;
  height: 20px;
  left: 50%;
  background-color: #f7f7f7;
  transform: rotate(45deg);
  opacity: 0;
}
.unvdisplay-partner-list .selec-box .li .tit::after {
  content: "";
  position: absolute;
  right: -0.75rem;
  top: 30%;
  width: 6px;
  height: 9px;
  background-image: url(../img/morejt2.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  transform: rotate(90deg);
  filter: grayscale(1000%);
  transition: all 0.5s;
}
.unvdisplay-partner-list .selec-box .li .sub-li {
  display: none;
  width: 100%;
  position: absolute;
  top: 80%;
  left: 0;
  background-color: #f7f7f7;
  padding: 0.525rem 0.375rem;
  border-radius: 10px;
}
.unvdisplay-partner-list .tit-14 {
  font-size: 14px;
  line-height: 2;
}
.unvdisplay-partner-list .selec-box .li .sub-li .lis {
  display: inline-block;
  padding: 0.25rem 0.45rem;
  border-radius: 10px;
  line-height: 1;
  background-color: #fff;
  margin-right: 0.3rem;
  margin-bottom: 5px;
}
.unvdisplay-partner-list .selec-box .li .sub-li .lis img {
  display: none;
}
.unvdisplay-partner-list .selec-box .li .sub-li .lis.on {
  background-color: #0560f5;
  color: #fff;
}
.unvdisplay-partner-list .dist .list {
  /* padding-top: 4.1rem; */
}
.unvdisplay-partner-list .dist .list .a {
  display: flex;
  border-bottom: 1px solid rgba(204, 204, 204, 0.668);
  padding-bottom: 1.4rem;
  margin-bottom: 1.4rem;
}
.unvdisplay-partner-list .dist .list .a .img {
  position: relative;
  width: 8.5rem;
  height: 5.85rem;
  background-color: #f0f7fa;
}
.unvdisplay-partner-list .tran-middle {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.unvdisplay-partner-list .dist .list .a .txt {
  width: calc(100% - 8.5rem);
  padding-left: 1rem;
}
.unvdisplay-partner-list .tire-box {
  position: relative;
}
.unvdisplay-partner-list .col-333 {
  color: #333;
}
.unvdisplay-partner-list .dist .list .a dl dt {
  margin-bottom: 0.7rem;
}
.unvdisplay-partner-list .dist .list .a dl dt label {
  font-size: 22px;
  color: #39425f;
  line-height: 1.2;
  display: block;
}
.unvdisplay-partner-list .dist .list .a dl dd {
  font-size: 14px;
  margin-bottom: 5px;
  line-height: 1.5;
}
.unvdisplay-partner-list .tire-box .tire-tag {
  position: absolute;
  top: 10px;
  right: 10px;
}

/*增加partner 栏目  end */




/* 响应*/
@media (max-width: 1190px) {
 .newadd1440.products-list{
    width: 92%;
    max-width: 92%;
 }
}

@media (min-width: 1024px){
  .proleft-fixed-right .nav .uls-tops:hover:before,
  .proleft-fixed-right .nav-tops:hover:before{
    transition:.5s ease;
    transform:translateX(5px);
  }
  .proleft-fixed-right .nav .li{
    transition:.5s ease;
  }
  .proleft-fixed-right .nav .li:hover{
    transition:.5s ease;
    color: #3fa9e0;
  }
  .probot-list .items{
    width: calc((100% - 1.3rem)/3);
    margin:0 .216rem;
    margin-bottom: .5rem;
  }
  .probot-list .items:nth-child(3n+1){
    /*margin-left: 0;*/
  }
  .probotbox-list-01 .probot-list{
    width: calc(81.25% - .65rem);
  }
  .proleft-fixed-right .nav .uls-tops:hover,.proleft-fixed-right .nav .uls-tops,.proleft-fixed-right .nav a,
   .proleft-fixed-right .nav-tops, .proleft-fixed-right .nav-tops:before{
    transition:.5s ease;
   }
   .proleft-fixed-right .nav .uls-tops:hover,
  .proleft-fixed-right .nav-tops:hover{
    color: #3ea8df;
    transition:.5s ease;
  }

  .proleft-fixed-right .nav .uls-tops:hover:before,
  .proleft-fixed-right .nav-tops:hover:before{
    background: url(../img/sanjiao2.png) no-repeat center;
    background-size: 100%;
  }


}
.con-banner.cons-videos .video{
  width: 1.25rem;
  margin-bottom: .5rem;

}

/* 产品页增加video joe 2025-04-18*/

.unvdisplay-video-list{

  display: flex
;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 10%;
    padding-top: 40px;
}

.unvdisplay-video-list .video-box{
  width: 45%;
  text-align: center;
  margin-bottom: 30px;

}





@media (max-width: 1190px) and (min-width: 1024px){

 .proleft-fixed{
  width: 22%;
 }
 .probotbox-list-01 .probot-list{
  width: calc(78% - .65rem);
 }
}

@media (max-width: 1023px){
  .probotbox-list-title .tits{
    position: relative;
    height: 2rem;
    line-height: 2rem;

  }
  .probotbox-list-title{
    position: relative;
    margin-top: .75rem;
    border-bottom: 1px solid #dadada;
  }
  .probotbox-list-title .tubiao{
    position: absolute;
    width: 1.25rem;
    height: 1.25rem;
    right: .5rem;
    top:0;
    bottom: 0;
    cursor: pointer;
    margin:auto;
  }
  .probotbox-list-01 .probot-list{
    width: 100%;
  }
  .proleft-fixed{
    position: fixed;
    width: 90vw;
    transform:translateX(90vw);
    transition:1s ease;
    height: 100%;
    right: 0;
    z-index: 9999!important;
    top: 0;
    background: #fff;
    transition:.7s ease-in-out;
  }
  .proleft-fixed.on{
    transition:.7s ease-in-out;
    transform:translateX(0);
  }
  .proleft-fixed-left .tits{
    line-height: inherit;
    height: inherit;
  }
  .proleft-fixed-left  .close{
    content:"";
    width: .9rem;
    height: .9rem;
    position: absolute;
    right: .5rem;
    top:0;
    bottom: 0;
    margin: auto;
    background: url(../img/close.png) no-repeat center;
    background-size: 100%;
  }
  .proleft-fixed-left{
    height: 1.75rem;
    line-height: 1.75rem;
    padding: 0 1rem;
    padding-right: 1.75rem;
    position: relative;
    min-height: auto;
    overflow: hidden;
    text-align: left;
  }
  .proleft-fixed-right{
    height: calc(100% - 1.75rem);
    overflow-y:auto;
  }
}


@media (max-width: 767px){
.proleft-fixed-right {
        height: auto;
     
    }
}