@charset "utf-8";
/* 这个css是初始化的css，在任何项目里面都可以使用 */
/* 禁用iPhone中Safari的字号自动调整 */
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  /* 解决IOS默认滑动很卡的情况 */
  -webkit-overflow-scrolling: touch;
  font-size: calc(0.83333333vw);
  overflow-x: hidden;
}
/* 禁止缩放表单 */
input[type="submit"],
input[type="reset"],
input[type="button"],
input {
  resize: none;
  border: none;
}
button {
  /* border: none;
     */
}
.map img {
  max-width: inherit;
}
/* 取消链接高亮 */
a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
/* 设置HTML5元素为块 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
/* 图片自适应 */
img {
  max-width: 100%;
  height: auto;
  width: auto\9;
  /* ie8 */
  -ms-interpolation-mode: bicubic;
  /*为了照顾ie图片缩放失真*/
}
/* 初始化 */
body,
div,
ul,
li,
ol,
h1,
h2,
h3,
h4,
h5,
h6,
input,
textarea,
select,
p,
dl,
dt,
dd,
a,
img,
button,
form,
table,
th,
tr,
td,
tbody,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  margin: 0;
  padding: 0;
}
body {
  font-family: 'Source Han Sans CN';
  font-size: 1rem;
  padding-top: 4.375rem;
}
button:focus {
  outline: none;
}
em,
i {
  font-style: normal;
}
ul,
li {
  list-style-type: none;
}
.w100 {
  width: 100%;
}
.pr {
  position: relative;
}
.pa {
  position: absolute;
}
a:hover,
a:link,
a:visited {
  text-decoration: none;
}
.clearfix {
  zoom: 1;
}
input:focus,
textarea:focus {
  outline: none;
}
.overh {
  overflow: hidden;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.ta {
  text-align: center;
}
.tr {
  text-align: right;
}
.tl {
  text-align: left;
}
.displaynone {
  display: none;
}
.swiper-button-prev:focus,
.swiper-button-next:focus {
  outline: none;
}
.wen_hied {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.line1 {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.line2 {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.line3 {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.line4 {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}
.f14px {
  font-size: 14px;
}
.f16px {
  font-size: 16px;
}
.book {
  border: 1px solid #000;
}
.db {
  display: block;
}
.dn {
  display: none;
}
.dnb {
  display: inline-block;
}
.flight {
  font-weight: lighter;
}
.fbold {
  font-weight: bold;
}
.imghover {
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
  transform: scale(1.2);
  -ms-transform: scale(1.2);
  /* IE 9 */
  -moz-transform: scale(1.2);
  /* Firefox */
  -webkit-transform: scale(1.2);
  /* Safari 和 Chrome */
  -o-transform: scale(1.2);
}
.sca1 {
  transform: scale(1);
  -ms-transform: scale(1);
  /* IE 9 */
  -moz-transform: scale(1);
  /* Firefox */
  -webkit-transform: scale(1);
  /* Safari 和 Chrome */
  -o-transform: scale(1);
}
.sca0 {
  transform: scale(0);
  -ms-transform: scale(0);
  /* IE 9 */
  -moz-transform: scale(0);
  /* Firefox */
  -webkit-transform: scale(0);
  /* Safari 和 Chrome */
  -o-transform: scale(0);
}
.tran {
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}
.hovercolor {
  color: #8cca1d;
}
.zhong {
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  display: flex;
  /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */
  justify-content: center;
  align-items: center;
}
.z {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  /* IE 9 */
  -moz-transform: translate(-50%, -50%);
  /* Firefox */
  -webkit-transform: translate(-50%, -50%);
  /* Safari 和 Chrome */
  -o-transform: translate(-50%, -50%);
}
.l0 {
  top: 50%;
  -ms-transform: translateY(-50%);
  /* IE 9 */
  -moz-transform: translateY(-50%);
  /* Firefox */
  -webkit-transform: translateY(-50%);
  /* Safari 和 Chrome */
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cen {
  left: 50%;
  transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  /* IE 9 */
  -moz-transform: translateX(-50%);
  /* Firefox */
  -webkit-transform: translateX(-50%);
  /* Safari 和 Chrome */
  -o-transform: translateX(-50%);
}
.f48 {
  font-size: 48px;
}
.wen_hied {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.p15 {
  padding: 15px;
}
.w50 {
  width: 50%;
}
.blod {
  font-weight: bold;
}
.wen_hied2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.w55 {
  width: 55%;
}
.cons {
  padding: 0 15rem;
}
.ban .prowz {
  bottom: 20%;
}
.ban .wanzi {
  width: 100%;
  z-index: 2;
}
.ban .wanzi .p-cn {
  font-size: 2.25rem;
  font-weight: bold;
  color: #3c3c3c;
  line-height: 1;
}
.ban .wanzi .p-en {
  font-size: 1.25rem;
  font-weight: bold;
  margin-top: 0.625rem;
  line-height: 1;
  color: #02ba7d;text-transform:uppercase;
}
.wz-div {
  font-size: 1rem;
  line-height: 3.75rem;
  height: 3.75rem;
  background-color: #f8f8f8;
  color: #999999;
}
.wz-div a {
  color: #999999;
  font-size: 1rem;
}.wz-div a i{
  color: #999999;
}
.wz-div a:hover{
  color: #02ba7d!important;
}
.wz-div a:last-child em {
  display: none;
}
.product {
  padding: 3.75rem 0 6.875rem;
}
.product .le {
  width: 20.3%;
}
.product .le .one-ul > li {
  margin-bottom: 0.5625rem;
}
.product .le .one-ul > li > a {
  padding: 1rem 1.125rem;
  color: #ffffff;
  line-height: 1.2;
display: block;
  font-size: 1.125rem;
  background-color: #02ba7d;
}
.product .le .one-ul > li:hover > a,
.product .le .one-ul > li.active > a {
  background-color: #0a714f;
}
.product .le .two-ul {
  display: none;
}.product .le .one-ul > li.active  .two-ul {
  display: block;
}
.product .le .two-ul > li {
  border-bottom: 1px solid #e7e7e7;
}
.product .le .two-ul > li > a {
  padding: 1rem 2rem 1rem 1.125rem;
  font-size: 1rem;
  line-height: 1.3;
  color: #666666;
  display: block;

}
.product .le .two-ul > li:hover > a,
.product .le .two-ul > li.active > a {
  color: #02ba7d;
}
.product .le .two-ul > li span {
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  /* IE 9 */
  -moz-transform: translateY(-50%);
  /* Firefox */
  -webkit-transform: translateY(-50%);
  /* Safari 和 Chrome */
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0.6875rem;
  color: #000;
}
.product .re {
  width: 78%;
}
 .pro-div {
  border: solid 1px #e3e3e3;
  margin-bottom: 1.875rem;
}
 .pro-div .overh a {
  display: block;
  
} .pro-div .overh a  img{
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  height: 235px;
  object-fit: cover;
}
 .pro-div .title {  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  background-color: #e1e1e1;   padding: 1rem 1.6875rem;
}
 .pro-div .title a {
 
 
  font-size: 1rem;
  line-height: 1.2;
  color: #3b3b3b;display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
 .pro-div .title a .xian {
  width: 2.5rem;
  height: 0.125rem;
  display: inline-block;
  background-color: #757575;
  position: relative;
  top: -0.1875rem;
}

 .pro-div:hover .title{
background: #02ba7d;  transition: 400ms ease-in-out;
-moz-transition: 400ms ease-in-out;
/* Firefox 4 */
-webkit-transition: 400ms ease-in-out;
/* Safari and Chrome */
-o-transition: 400ms ease-in-out;
} .pro-div:hover .title a{
  color: #FFF;
} .pro-div:hover .title a .xian {
  background: #FFF;
} .pro-div:hover .overh a img{
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
  transform: scale(1.2);
  -ms-transform: scale(1.2);
  /* IE 9 */
  -moz-transform: scale(1.2);
  /* Firefox */
  -webkit-transform: scale(1.2);
  /* Safari 和 Chrome */
  -o-transform: scale(1.2);
}
.foot-db {
  padding: 2rem 0;
  background-color: #d4ebe3;
  display: none;
}
footer{
        background-color: #f5f5f5;
}
.foot-db .foot-db-ul li {
  cursor: pointer;
  width: 20%;
  text-align: center;
  border-left: solid 1px #ffffff;
  float: left;
  font-weight: bold;
  font-size: 1.25rem;
  color: #333333;
}
.foot-db .foot-db-ul li .yuan {
  display: inline-block;
  width: 4.4375rem;
  height: 4.4375rem;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
  border: solid 1px #02ba7d;
  line-height: 4.4375rem;
  text-align: center;
  border-radius: 100%;
}
.foot-db .foot-db-ul li .yuan i {
  font-size: 1.6875rem;
  color: #02ba7d;
}
.foot-db .foot-db-ul li:hover .yuan {
  background: #02ba7d;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}
.foot-db .foot-db-ul li:hover .yuan i {
  color: #ffffff;
}
footer .foot-top {
  padding: 3.75rem 0 2.5625rem;
}
footer .foot-top .foot-div {
  font-size: 0.875rem;
  margin-right: 7%;
  line-height: 1.7;
  letter-spacing: 0rem;
  color: #666666;
}
footer .foot-top .foot-div:last-child {
  margin-right: 0;
}
footer .foot-top .foot-div .p1 {
  font-size: 1rem;
  margin-bottom: 1.3125rem;
  font-weight: bold;
  line-height: 1.7;
  letter-spacing: 0rem;
  color: #333333;
}
footer .foot-top .foot-div .foot-ul li a {
  color: #666666;
}
footer .foot-top .foot-div .foot-ul li a:hover {
  color: #02ba7d;
}
footer .foot-top .foot-div b {
  color: #000;
}
footer .foot-top .foot-div .ma-div {
  background-color: #ffffff;
  border-radius: 0.625rem;
  padding: 0.625rem;
  border: solid 1px #cecece;
  margin-bottom: 1.25rem;
}
footer .foot-bqs {
  font-size: 0.875rem;
  padding: 1.25rem 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  background-color: #f5f5f5;
  line-height: 1.75rem;
  letter-spacing: 0rem;
  color: #b3b3b3;
}
footer .foot-bqs .fl {
  width: 70%;
}
footer .foot-bqs .fr {
  width: 25%;
  font-size: 0.875rem;
  line-height: 1.75rem;
  color: #b3b3b3;
}
footer .foot-bqs .fr .social-share {
  display: inline-block;
}
footer .foot-bqs .fr .social-share a {
  background: transparent !important;
  padding-left: 0 !important;
  color: #b3b3b3;
  border: none!important;
  width: auto!important;
  height: auto!important;
  font-size: 1.125rem;
  margin: 0 0.3125rem;
}
.pro-xing {
  padding: 3.75rem 0 10rem;
}
.pro-xing .pro-xing-top {
  display: flex;
  align-items: center;
}
.pro-xing .pro-xing-top .le {
  width: 48%;
}
.pro-xing .pro-xing-top .re {
  width: 52%;
  padding-left: 4.375rem;
}
.pro-xing .pro-xing-top .re .title {
  font-size: 2.25rem;
  line-height: 1.2;
  color: #333333;
}
.pro-xing .pro-xing-top .re .zhais {
  font-size: 1.125rem;
  margin-top: 1.875rem;
  line-height: 2;
  color: #666666;
}
.pro-xing .pro-xing-top .re .tel-hao {
  font-size: 1.25rem;
  margin-top: 4.375rem;
  font-weight: bold;
  line-height: 1;
  color: #02ba7d;
}
.pro-xing .pro-xing-top .re .tel-hao i {
  font-size: 1.25rem;
}
.pro-xing .pro-bot {
  margin-top: 5.625rem;
}
 .proxq_ul {
  background-color: #efefef;
}
 .proxq_ul li {
  float: left;
  padding: 0rem 3.375rem;
  cursor: pointer;
  font-size: 1.125rem;
  color: #666666;
  height: 4.375rem;
  line-height: 4.375rem;
}
 .proxq_ul li:hover,
 .proxq_ul li.active {
  background: #02ba7d;
  color: #FFF;
  font-size: 1.25rem;
}
 .proxq_dis {
  padding: 3.4375rem 0 0 2.5rem;
  font-size: 1.125rem;
  line-height: 1.8;
  color: #666666;
}
 .proxq_dis > div {
  display: none;
}
 .proxq_dis > div.active {
  display: block;
}
.case {
  padding: 3.75rem 0;
}
.case .title {
  font-size: 2.25rem;
  line-height: 1.2;
  color: #333333;
  margin-bottom: 3.25rem;
}
.case .case-box {
  background-color: #f6f5fa;
}
.case .case-box .res {
  right: 0;
}
.case .case-box .case-wz {
  font-size: 1.875rem;
  color: #4e4e4e;
  width: 15%;
  margin-top: 3.4375rem;
  z-index: 2;
}
.case .case-box .case-wz span {
  color: #02ba7d;
}
.case .case-box .case-wz .hao {
  line-height: 1;
  font-weight: bold;
  font-size: 7.5rem;
  color: #e9e8ed;
  top: -161%;
  z-index: -1;
}
.case .case-box .case-wz::after {
  content: '';
  position: absolute;
  width: 2.625rem;
  height: 0.25rem;
  background-color: #40c39d;
  border-radius: 0.125rem;
  left: 0;
  bottom: -1.9375rem;
}
.case .case-box .jj-box {
  width: 85%;
}
.case .case-box .jj-box .jj-div1 {
  margin-top: 0.625rem;
}
.case .case-box .jj-box .jj-div {
  font-size: 1rem;
  line-height: 2.5;
  color: #666666;
}
.case .case-box .jj-box .jj-div .xm-div {
  width: 6.8125rem;
  display: inline-block;
  line-height: 2.5rem;
  text-align: center;
  color: #ffffff;
  font-size: 1.25rem;
  height: 2.5rem;
  background-color: #40c39d;
  border-radius: 0.3125rem;
}
.case .case-box .jb-ul {
  width: 80%;
}
.case .case-box .jb-ul li {
  font-size: 1rem;
  line-height: 3.2;
  color: #666666;
}
.case .case-box .jb-ul li span {
  color: #000;
}
.case .case-box .jb-ul li i {
  color: #02ba7d;
  font-weight: bold;
}
.case .case-box1 {
  margin-top: 2.25rem;
  padding: 3rem 3.625rem 3.75rem;
}
.case .case-boxx {
  font-size: 1rem;
  line-height: 1.5;
  color: #666666;
  margin-top: 1.875rem;
}
.ban .ab-wz .p-cn {
  color: #3c3c3c;
}
.ban .ab-wz .p-en {
  color: #02ba7d;
}
.about {
  background: #f9f9f9;
  padding-bottom: 5rem;
}
.about .about-top {
  font-size: 1.25rem;
  font-weight: normal;
  font-stretch: normal;
  line-height: 1.7;
  letter-spacing: 0rem;
  color: #333333;
}
.about .about-top > p {
  text-indent: 1.875rem;
}
.about .about-top .imgs {
  padding-right: 1.875rem;
  padding-bottom: 1.25rem;
}
.about .about-top .titls {
  font-size: 1.75rem;
  color: #333333;
  line-height: 1;
  margin-bottom: 1.875rem;
  font-weight: bold;
}
.about .about-top .titls span {
  width: 4.375rem;
  height: 0.125rem;
  background-color: #02ba7d;
  display: inline-block;
  position: relative;
  top: -0.625rem;
}
.shu-ul {
  padding: 2.5625rem 0 3.75rem;
  margin-top: 3.75rem;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.shu-ul li {
  float: left;
  width: 20%;
}
.shu-ul li .shu-p {
  font-size: 1.5rem;
  color: #02ba7d;
}
.shu-ul li .shu-p span {
  font-size: 2.25rem;
  color: #02ba7d;
}
.shu-ul li .p1 {
  font-size: 1.125rem;
  line-height: 1.7;
  color: #333333;
}
.dian-ul {
  padding: 2.8125rem 3.4375rem;
  background: #ffffff;
}
.dian-ul li {
  width: 23.333%;
  padding-left: 57px;
  float: left;
}
.dian-ul li .icon-pa {
  top: 50%;
  -ms-transform: translateY(-50%);
  /* IE 9 */
  -moz-transform: translateY(-50%);
  /* Firefox */
  -webkit-transform: translateY(-50%);
  /* Safari 和 Chrome */
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
}
.dian-ul li .p2 {
  font-size: 1.125rem;
  line-height: 1.75rem;
  color: #333333;
}
.dian-ul li .p3 {
  font-size: 1.125rem;
  margin-top: 0.3125rem;
  color: #666666;
}
.dian-ul li:nth-child(1) {
  width: 30%;
}
.liuyan-div {
  margin: 3.125rem 0 0;
  background: #ffffff;
}
.liuyan-div .le {
  width: 53.4%;
  padding: 3.75rem 2.125rem;
}
.liuyan-div .le .p4 {
  font-size: 1.125rem;
  margin-bottom: 1.25rem;
  margin-top: 2.5rem;
  color: #333333;
}
.liuyan-div .le input {
  width: 100%;
  height: 3rem;
  background-color: #f9f9f9;
  padding-left: 0.5625rem;
  color: #999999;
}
.liuyan-div .le input::placeholder {
  font-size: 0.875rem;
  color: #999999;
}
.liuyan-div .le textarea {
  width: 100%;
  height: 12.5rem;
  background-color: #f9f9f9;
  padding: 0.5625rem;
  color: #999999;
  resize: none;
  border: none;
}
.liuyan-div .le textarea::placeholder {
  font-size: 0.875rem;
  color: #999999;
}
.liuyan-div .le .yan-ma {
  margin-top: 0.625rem;
}
.liuyan-div .le button {
  margin-top: 2.3125rem;
  border: none;
  width: 8.5rem;
  height: 3rem;
  background-color: #02ba7d;
  text-align: center;
  font-size: 1.125rem;
  line-height: 3rem;
  color: #ffffff;
}
.liuyan-div .re {
  width: 40%;
}
.solutions-ul li {
  background-color: #f8f8f8;
  padding: 0.6875rem;
  margin-bottom: 1.125rem;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
  cursor: pointer;
}
.solutions-ul li > .fl {
  width: 32%;
  overflow: hidden;
  border: solid 1px #dcdcdc;
}.solutions-ul li > .fl  img{
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
}
.solutions-ul li > .fr {
  width: 65%;
  padding: 1.25rem 3.75rem 0 0;
}
.solutions-ul li > .fr .title {
  font-size: 1.125rem;
  line-height: 1.5;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  color: #000000;
}
.solutions-ul li > .fr .title a {
  color: #000000;
}
.solutions-ul li > .fr .zhaiyao {
  font-size: 1rem;
  margin-top: 0.625rem;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 1.7;
  color: #6c6c6c;
}
.solutions-ul li > .fr .zhaiyao a {
  color: #6c6c6c;
}
.solutions-ul li > .fr .more {
  margin-top: 0.9375rem;
}
.solutions-ul li > .fr .more a {
  display: inline-block;
  width: 5.75rem;
  height: 2.375rem;
  border-radius: 1.1875rem;
  border: solid 1px #999999;
  text-align: center;
  font-size: 1.125rem;
  line-height: 2.375rem;
  color: #666666;
}.solutions-ul li:hover > .fr .title a{
  color: #FFF;
}.solutions-ul li:hover > .fr .zhaiyao a{
  color: #FFF;
}.solutions-ul li:hover > .fr .more a {
  border: solid 1px #FFF;  color: #FFF;
}
.solutions-ul li:hover{
  background-color: #02ba7d;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}.solutions-ul li:hover >.fl img{
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
  transform: scale(1.2);
  -ms-transform: scale(1.2);
  /* IE 9 */
  -moz-transform: scale(1.2);
  /* Firefox */
  -webkit-transform: scale(1.2);
  /* Safari 和 Chrome */
  -o-transform: scale(1.2);
}
.bai-wz {
  background: #FFF;
}
.jie-xing {
  padding: 3.125rem 0 6.875rem;
}
.jie-xing .title {
  font-size: 1.875rem;
  font-weight: bold;
  line-height: 2.1875rem;
  color: #02ba7d;
}
.jie-xing .jie-nei {
  margin-top: 2.8125rem;
  font-size: 1rem;
  line-height: 1.85;
  color: #666666;
}
.jie-xing .jie-nei .jie-p {
  font-size: 1.625rem;
  line-height: 2.1875rem;
  color: #02ba7d;
  padding-bottom: 1.25rem;
  border-bottom: 1px dashed #02ba7d;
}
.jie-xing .jie-nei .jie-cons {
  padding: 1.625rem 0 1.875rem;
}
.jie-xing .jie-nei .jie-cons .tui-p {
  font-size: 1.25rem;
  line-height: 2.1875rem;
  color: #333333;
}
.er-ul {
  position: absolute;
  width: 180px;
  display: none;
  /* IE 9 */
  /* Firefox */
  /* Safari 和 Chrome */
  text-align: center;
  background: #fff;
  left: 50%;
  transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  /* IE 9 */
  -moz-transform: translateX(-50%);
  /* Firefox */
  -webkit-transform: translateX(-50%);
  /* Safari 和 Chrome */
  -o-transform: translateX(-50%);
}
.er-ul > li {
  line-height: 30px;
  border-bottom: 1px solid #ddd;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}
.er-ul > li a {
  color: #666;
  font-size: 16px;
}
.er-ul > li:hover {
  background: #02ba7d;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}
.er-ul > li:hover a {
  color: #fff;
}
.daohang {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
  z-index: 99;
  height: 4.375rem;
  line-height: 4.375rem;
  background-color: #ffffff;
  box-shadow: 0rem 0.125rem 0.625rem 0rem rgba(117, 117, 117, 0.28);
}
.daohang .logo-a span {
  font-size: 1.25rem;
  font-weight: bold;
  display: inline-block;
  margin-left: 1.1875rem;
  color: #2c211e;
}
.daohang .nav-ul {
  margin: 0 5%;
}
.daohang .nav-ul > li {
  float: left;
  font-size: 1.125rem;
  color: #3c3c3c;
  margin: 0 1.5625rem;
  position: relative;
}
.daohang .nav-ul > li > a {
  color: #3c3c3c;
}
.daohang .nav-ul > li::after {
  content: '';
  width: 100%;
  height: 0.5rem;
  position: absolute;
  left: 0;
  bottom: -0.5rem;
  background: url(../img/5.png) no-repeat;
  background-size: 100% 100%;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
  opacity: 0;
}
.daohang .nav-ul > li:hover > a,
.daohang .nav-ul > li.active > a {
  color: #02ba7d!important;
}
.daohang .nav-ul > li:hover::after,
.daohang .nav-ul > li.active::after {
  opacity: 1;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
  bottom: 0rem;
}
.daohang .nav-ul > li:hover .er-ul {
  display: block;
}
.daohang .zixun {
  font-size: 1rem;
  color: #666666;
}
.daohang .zixun i{
    font-size: 1.25rem;
}
.daohang .zixun a {
  color: #666666;
  line-height: 1;
  display: inline-block;
  position: relative;
}
.daohang .zixun a i {
  font-size: 1.5625rem;
  color: #cbcbcb;
  position: absolute;
  left: -1.875rem;
  top: 50%;
  -ms-transform: translateY(-50%);
  /* IE 9 */
  -moz-transform: translateY(-50%);
  /* Firefox */
  -webkit-transform: translateY(-50%);
  /* Safari 和 Chrome */
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.daohang .zixun a:hover {
  color: #02ba7d;
}
.daohang .zixun a:hover i {
  color: #02ba7d;
}
.daohang .sou-div {
  margin-left: 3.6875rem;
  cursor: pointer;
}
.daohang .sou-div i {
  font-size: 1.5625rem;
  color: #cbcbcb;
}
.daohang1 .img2 {
  display: none;
}
.daohang1.active {
  background: transparent;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
  box-shadow: 0rem 0rem 0rem 0rem rgba(117, 117, 117, 0.28);
}
.daohang1.active .img2 {
  display: inline-block;
}
.daohang1.active .img1 {
  display: none;
}
.daohang1.active .logo-a span {
  color: #ffffff;
}
.daohang1.active .nav-ul > li > a {
  color: #FFF;
}.daohang1.active .nav-ul > li:hover>a,.daohang1.active .nav-ul > li.active>a{
  color: #00b677;

}
.daohang1.active .zixun a {
  color: #fff;
}
.daohang1.active .zixun a i {
  color: #fff;
}
.daohang1.active .sou-div i {
  color: #fff;
}
.daohang1.active .zixun {
    color: #fff;
}
.index-body {
  padding-top: 0;
}
.lunbo .swiper-slide img {
  height: 100vh;
  object-fit: cover;
}
#r1 {
  cursor: none;

}


.ma-imgs{
margin-top: 2%;
}
#r1 .m-bg .mask-box {
  display: flex;
  align-items: center;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  overflow: hidden;
  z-index: 3;
  left: 0;
  justify-content: center;
}
#r1 .m-bg .mask-box .mask-con {
  position: absolute;
  opacity: 0.4;
  width: 1332px;
  left: 0;
  top: 0vw;
  height: 976px;
}
#r1 .heads{
  padding-top: 0;
}
#r1 .m-bg .mask-box .mask-con .m-mask {
  position: absolute;
  width: 323.25rem;
  left: -120rem;
  max-width: initial;
  top: -63.125rem;
  opacity: 0.3;
}
#r1 .m-bg .mask-box .mask-con .other {
  position: absolute;
  width: 100vw;
  height: 100vh;
  background-color: #000000;
}
#r1 .m-bg .mask-box .mask-con .other.left-m {
  right: 98%;
  top: calc(-25vh);
}
#r1 .m-bg .mask-box .mask-con .other.right-m {
  height: 200vh;
  left: 98%;
  top: calc(-30vh);
}
#r1 .m-bg .mask-box .mask-con .other.top-m {
  width: 300vw;
  bottom: 98%;
  left: -100vw;
}
#r1 .m-bg .mask-box .mask-con .other.btm-m {
  width: 300vw;
  top: 98%;
  left: -100vw;
}
#r1 #holder {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 4;
}
#r1 .wrap {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
}
#r1 .wrap .con {
  padding: 0 10%;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  align-content: center;
}
#r1 .wrap .con .box {
  cursor: initial;
  pointer-events: auto;
}
#r1 .wrap .con .box h2 {
  width: 100%;
}
#r1 .wrap .con .box h2 small {
  display: inline-block;
  margin: 0 0.9375rem;
}
#r1 .wrap .con .box p {
  font-weight: 100;
  width: 100%;
  color: rgba(255, 255, 255, 0.5);
  line-height: 2;
}
#r1 .mouser {
  width: 3.4vw;
  height: 3.4vw;
  position: absolute;
  background-color: transparent;
}
#r1 .mouser > img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
}
.heads {
  padding-top: 7.3125rem;
  position: relative;
  z-index: 5;
}
.heads .div-cn {
  font-weight: bold;
  font-size: 2.25rem;
  color: #02ba7d;
  line-height: 1;
}
.heads .div-cn span {
  color: #fff;
}
.heads .div-en {
  display: inline-block;
  font-size: 1.875rem;
  font-family: "Arial";
  font-weight: bold;
  color: #ffffff;
  opacity: 0.2;
  padding-left: 2.5rem;
}
.heads .div-en span {
  left: -2.4375rem;
  bottom: 1.125rem;
  line-height: 4.375rem;
  color: #02ba7d;
  font-size: 7.5rem;
}
.software-bg {
  background: url(../img/30.jpg) no-repeat;
  background-size: cover;
}
.software-bg .heads {
  display: inline-block;
  left: 50%;
  position: absolute;
  top: 10%;
  padding-top: 0;
}
.software-bg .heads .div-en span {
  color: #fefefe;
}
.software-bg .software-lunbo .swiper-slide .le {
  width: 45%;
}
.software-bg .software-lunbo .swiper-slide .re {
  margin-left: 5.6875rem;
  width: 36%;
  padding-top: 14%;
}
.software-bg .software-lunbo .swiper-slide .re .zuoxian {
  width: 0.75rem;
  height: 0.75rem;
  border-top: 1px solid #FFF;
  border-left: 1px solid #fff;
  left: -1px;
  top: -1px;
  z-index: 2;
}
.software-bg .software-lunbo .swiper-slide .re .youxian {
  width: 0.75rem;
  height: 0.75rem;
  border-bottom: 1px solid #FFF;
  border-right: 1px solid #fff;
  right: -1px;
  bottom: -1px;
  z-index: 2;
}
.software-bg .software-lunbo .swiper-slide .re .xians {
  width: 5.125rem;
  height: 1px;
  background: #ffffff;
  left: -5.625rem;
  top: 49%;
}
.software-bg .software-lunbo .swiper-slide .re .has {
  display: inline-block;
  padding: 0.375rem;
  border: solid 1px rgba(221, 221, 221, 0.5);
}
.software-bg .software-lunbo .swiper-slide .re .has a {
  font-size: 1.375rem;
  display: block;
  color: #ffffff;
  padding: 0 1rem 0 3.6875rem;
  line-height: 3.1875rem;
  border: solid 1px #02ba7d;
}
.software-bg .software-lunbo .swiper-slide .re .has a span {
  color: #ffffff;
  opacity: 0.3;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  /* IE 9 */
  -moz-transform: translateY(-50%);
  /* Firefox */
  -webkit-transform: translateY(-50%);
  /* Safari 和 Chrome */
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 1rem;
  display: inline-block;
  font-size: 1.875rem;
}
.software-bg .software-lunbo .swiper-slide .re .moiaos {
  margin-top: 1.875rem;
  font-size: 1.125rem;
  line-height: 1.7;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  color: #ffffff;
}
.software-bg .software-lunbo .swiper-slide .re .moiaos a {
  color: #ffffff;
}
.solutions {
  overflow: hidden;
}
.hardware-bg {
  background: url(../img/32.jpg) no-repeat;
  background-size: cover;
}
.hardware-bg .heads .div-en span {
  color: #ffffff;
}
.hardware-bg .hardware-img {
  top: 50%;
  -ms-transform: translateY(-50%);
  /* IE 9 */
  -moz-transform: translateY(-50%);
  /* Firefox */
  -webkit-transform: translateY(-50%);
  /* Safari 和 Chrome */
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 50%;
  overflow: hidden;
}
.hardware-bg .hardware-img img {
  height: 100vh;
  object-fit: cover;
}
.hardware-bg .hardware {
  position: relative;
  z-index: 2;
}
.hardware-bg .hardware .le {
  width: 34%;
}
.hardware-bg .hardware .re {
  width: 62%;
}
.hardware-bg .hardware .re .hardware-lunbo .swiper-slide {
  padding: 0.3125rem;
}
.hardware-bg .hardware .re .hardware-lunbo .swiper-slide .hardware-box {
  overflow: hidden;
  background-color: #ffffff;
  box-shadow: 0rem 0rem 0.5rem -0.125rem #00b677;
  border-radius: 0.625rem;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
  border: solid 1px #f5f5f5;
}
.hardware-bg .hardware .re .hardware-lunbo .swiper-slide .overh img {
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}
.hardware-bg .hardware .re .hardware-lunbo .swiper-slide .hardware-bot {
  padding: 1.875rem;
}
.hardware-bg .hardware .re .hardware-lunbo .swiper-slide .hardware-bot .title {
  font-size: 1.375rem;
  line-height: 1;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  color: #333333;
}
.hardware-bg .hardware .re .hardware-lunbo .swiper-slide .hardware-bot .title a {
  color: #333333;
}
.hardware-bg .hardware .re .hardware-lunbo .swiper-slide .hardware-bot .mioas1 {
  margin-top: 0.625rem;
  font-size: 1rem;
  line-height: 1.7;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  color: #666666;
}
.hardware-bg .hardware .re .hardware-lunbo .swiper-slide .hardware-bot .mioas1 a {
  color: #666666;
}
.hardware-bg .hardware .re .hardware-lunbo .swiper-slide:hover .overh img {
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
  transform: scale(1.2);
  -ms-transform: scale(1.2);
  /* IE 9 */
  -moz-transform: scale(1.2);
  /* Firefox */
  -webkit-transform: scale(1.2);
  /* Safari 和 Chrome */
  -o-transform: scale(1.2);
}
.hardware-bg .hardware .re .hardware-lunbo .swiper-slide:hover .hardware-box {
  background: #02ba7d;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}
.hardware-bg .hardware .re .hardware-lunbo .swiper-slide:hover .hardware-bot .title a,
.hardware-bg .hardware .re .hardware-lunbo .swiper-slide:hover .hardware-bot .mioas1 a {
  color: #fff;
}
.hardware-bg .hardware .re .hardware-lunbo .swiper-slide:hover .hardware-bot .mioas1 {
  color: #fff;
}
.hardware-bg .hardware .miaos {
  font-size: 1.125rem;
  line-height: 1.7;
  letter-spacing: 0rem;
  color: #ffffff;
  margin: 1.125rem 0 1.0625rem;
}
.more1 a {
  font-size: 1.125rem;
  color: #ffffff;
  display: inline-block;
  width: 5.75rem;
  height: 2.375rem;
  line-height: 2.375rem;
  text-align: center;
  border-radius: 1.1875rem;
  background: url(../img/8.png) no-repeat;
  background-size: 100% 100%;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}
.more1 a:hover {
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
  background-color: #02ba7d !important;
  color: #fff !important;
}
.page-btn {
  width: 100%;
  margin-top: 7.5rem ;
}
.page-btn .swiper-button-prev {
  margin-right: 1.25rem;
}
.page-btn .swiper-button-prev,
.page-btn .swiper-button-next {
  padding: 0;
  width: 2.5rem;
  height: 2.5rem;
  position: relative;
  top: 0;
  left: auto;
  right: auto;
  display: inline-block;
}
.page-btn .swiper-button-next:after,
.page-btn .swiper-button-prev:after {
  display: none;
}
.case .heads .div-cn {
  color: #02ba7d;
}
.case .heads .div-cn span {
  color: #333333;
}
.case .heads .div-en {
  color: #333333;
}
.case .case-miao {
  margin-top: 1.25rem;
  font-size: 1.125rem;
  line-height: 1.7;
  color: #666666;
}
.case-bg {
  background: url(../img/37.jpg) no-repeat;
  background-size: cover;
}
.case-bg .heads {
  padding-top: 4.8125rem;
}
.case-bg .case-ul {
  margin-top: 4.6875rem;
}
.case-bg .case-ul li {
  float: left;
  width: 25%;
}
.case-bg .case-ul li:nth-child(odd) {
  margin-top: 3.75rem;
  position: relative;
}
.case-bg .case-ul li a {
  padding-left: 2.125rem;
  padding-right: 2.125rem;
  border-left: 0.125rem solid #cccccc;
  display: block;
}
.case-bg .case-ul li a .num {
  font-size: 1.375rem;
  color: #02ba7d;
  position: relative;
}
.case-bg .case-ul li a .num::after {
  content: '';
  position: absolute;
  width: 0.875rem;
  height: 0.875rem;
  background-color: #02ba7d;
  border-radius: 100%;
  left: -2.5625rem;
  top: 0;
}
.case-bg .case-ul li a .title {
  font-size: 1.375rem;
  color: #333333;
  margin: 1.375rem 0 2rem;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  line-height: 1;
}
.case-bg .case-ul li a .div-img {
  box-shadow: 0rem 0.125rem 0.3125rem 0rem #00b677;
  display: inline-block;
  border-radius: 0.625rem;
  border: solid 1px #f5f5f5;
  overflow: hidden;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}
.case-bg .case-ul li a .div-img img {
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}
.case-bg .case-ul li a:hover .title {
  color: #02ba7d;
}
.case-bg .case-ul li a:hover .div-img {
  box-shadow: 0rem 0.3125rem 0.625rem 0rem #00b677;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}
.case-bg .case-ul li a:hover .div-img img {
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
  transform: scale(1.2);
  -ms-transform: scale(1.2);
  /* IE 9 */
  -moz-transform: scale(1.2);
  /* Firefox */
  -webkit-transform: scale(1.2);
  /* Safari 和 Chrome */
  -o-transform: scale(1.2);
}
.more2 {
  margin-top: 0.75rem;
}
.more2 a {
  background: transparent;
  color: #666666;
  border: solid 1px #999999;
}
.index-about {
  height: 100%;
}
.index-about .heads {
  padding-top: 19%;
}
.index-about .cons {
  width: 85%;
  margin: 0 auto;
}
.index-about .about-miao {
  font-size: 1.125rem;
  line-height: 1.7;
  margin-top: 1.125rem;
  color: #ffffff;
}
.about-bg {
  background: url(../img/38.jpg) no-repeat;
  background-size: cover;
}
.about-bg .about-shu {
  bottom: 0;
  width: 100%;
  left: 0;
  background: #02ba7d;
}
.about-bg .about-shu .shu-ul {
  margin-top: 0;
  padding: 4.125rem 0 4.25rem;
  border: none;
}
.about-bg .about-shu .shu-ul li {
  width: auto;
  margin-right: 16.4%;
}
.about-bg .about-shu .shu-ul li:last-child {
  margin-right: 0;
}
.about-bg .about-shu .shu-ul li .shu-p {
  font-size: 2.25rem;
  color: #FFF;
}
.about-bg .about-shu .shu-ul li .shu-p span {
  color: #FFF;
}
.about-bg .about-shu .shu-ul li .p1 {
  color: #fff;
  font-size: 1.125rem;
}
.fp-watermark {
  display: none;
}
.new-bg {
  background: url(../img/39.jpg) no-repeat;
  background-size: cover;
}
.index-new .more2 {
  margin-top: 2.625rem;
}
.index-new .heads {
  padding-top: 4.8125rem;
}
.index-new .heads .div-cn {
  color: #02ba7d;
}
.index-new .heads .div-cn span {
  color: #333333;
}
.index-new .heads .div-en {
  color: #333333;
}
.index-new .new-con {
  margin-top: 4.875rem;
}
.new-box {
  background: #fff;
  box-shadow: 0rem 0.125rem 2.1875rem 0rem rgba(51, 51, 51, 0.2);
  border-radius: 0.625rem;
  border: solid 1px #f5f5f5;
  overflow: hidden;
}
.new-box a {
  display: block;
}
.new-box a .new-bot {
  padding: 2.1875rem 1.5rem;
}
.new-box a .new-bot .title {
  font-size: 1.375rem;
  line-height: 1;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  color: #333333;
}
.new-box a .new-bot .data {
  font-size: 1rem;
  line-height: 1.7;
  letter-spacing: 0rem;
  color: #999999;

}
.new-box a .new-bot .zhais {
  font-size: 1rem;
  line-height: 1.7;
  letter-spacing: 0rem;
  color: #666666;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.new-box a .overh img {
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  height: 16rem;
  object-fit: cover;
  /* Opera */
}
.new-box:hover {
  background: #02ba7d;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}
.new-box:hover .overh img {
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
  transform: scale(1.2);
  -ms-transform: scale(1.2);
  /* IE 9 */
  -moz-transform: scale(1.2);
  /* Firefox */
  -webkit-transform: scale(1.2);
  /* Safari 和 Chrome */
  -o-transform: scale(1.2);
}
.new-box:hover a .new-bot .title,
.new-box:hover a .new-bot .data,
.new-box:hover a .new-bot .zhais {
  color: #fff;
}
.ul-new li {
  background-color: #ffffff;
  box-shadow: 0rem 0.125rem 2.1875rem 0rem rgba(51, 51, 51, 0.2);
  border-radius: 0.625rem;
  border: solid 1px #f5f5f5;
  margin-bottom: 2.375rem;
  cursor: pointer;
}
.ul-new li:last-child {
  margin-bottom: 0;
}
.ul-new li .le {
  width: 50%;
  overflow: hidden;
}
.ul-new li .le .m-imga{
  display: block;
  padding-bottom: 84%;
    width: 100%;
    position: relative;
    height: 0;
    overflow: hidden;
}
@media (max-width: 1440px){
  .ul-new li .le .m-imga{
    padding-bottom: 70%;
  }
}
@media (max-width: 768px){
  .ul-new li .le .m-imga{
    padding-bottom: 60%;
  }
}
.ul-new li .le .m-imga img{
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.ul-new li .le img {
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}
.ul-new li .re {
  width: 50%;
  padding: 1.25rem;
}
.ul-new li .re .title {
  font-size: 1.125rem;
  line-height: 1.7;
  color: #333333;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.ul-new li .re .title a {
  color: #333333;
}
.ul-new li .re .data {
  font-size: 0.875rem;
  line-height: 1.7;
  color: #999999;
  opacity: 0.43;
}
.ul-new li:hover {
  background: #02ba7d;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}
.ul-new li:hover .le img {
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
  transform: scale(1.2);
  -ms-transform: scale(1.2);
  /* IE 9 */
  -moz-transform: scale(1.2);
  /* Firefox */
  -webkit-transform: scale(1.2);
  /* Safari 和 Chrome */
  -o-transform: scale(1.2);
}
.ul-new li:hover .title a {
  color: #fff;
}
.ul-new li:hover .data {
  color: #fff;
}
.zongshu {
  position: fixed;
  top: 50%;
  -ms-transform: translateY(-50%);
  /* IE 9 */
  -moz-transform: translateY(-50%);
  /* Firefox */
  -webkit-transform: translateY(-50%);
  /* Safari 和 Chrome */
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  transform: rotate(90deg);
  z-index: 9999;
  font-size: 1.5rem;
  color: #999999;
  font-weight: bold;
  right: 3.6875rem;
}
.zongshu span {
  color: #FFF;
}
.zongshu span.active {
  color: #02ba7d;
}
.rowMain {
  position: absolute;
  z-index: 5;
  width: 80.8125rem;
  height: 34.875rem;
  cursor: none;
  left: 50%;
  top: 56%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  /* IE 9 */
  -moz-transform: translate(-50%, -50%);
  /* Firefox */
  -webkit-transform: translate(-50%, -50%);
  /* Safari 和 Chrome */
  -o-transform: translate(-50%, -50%);
}
.rowMain a {
  cursor: none;
}
.rowMain .rowMain-ul {
  height: 100%;
  width: 100%;
}
.rowMain .rowMain-ul li {
  position: absolute;
}
.rowMain .rowMain-ul li .wz-j {
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
  opacity: 0;
  position: absolute;
  font-size: 1.125rem;
  line-height: 3;
  top: -6%;
  left: 32%;
  width: 15rem;
  background: url(../img/17.png) no-repeat;
  background-size: 100% 100%;
  height: 6.125rem;
  text-align: center;
  border-radius: 0.3125rem;
  color: #ffffff;
}
.rowMain .rowMain-ul li:hover .wz-j {
  opacity: 1;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}
.rowMain .rowMain-ul li .imgs1 {
  opacity: 0;
}
.rowMain .rowMain-ul li:nth-child(1) {
  width: 33%;
  right: 0rem;
  bottom: 0%;
}
.rowMain .rowMain-ul li:nth-child(2) {
  width: 50%;
  right: 20.4%;
  bottom: 8%;
}
.rowMain .rowMain-ul li:nth-child(3) {
  width: 20%;
  left: 35%;
  top: 2%;
}
.rowMain .rowMain-ul li:nth-child(4) {
  width: 34%;
  left: 9%;
  top: 10%;
}
.rowMain .rowMain-ul li:nth-child(5) {
  width: 20%;
  left: 3%;
  top: 48%;
}
.rowMain .rowMain-ul li:nth-child(6) {
  width: 18%;
  left: 24%;
  top: 67%;
}
.new-list .new-box {
  margin-bottom: 1.875rem;
}
.new-xing .title {
  font-size: 1.9375rem;
  line-height: 1.875rem;
  color: #000000;
}
.new-xing .data {
  font-size: 0.9375rem;
  line-height: 1.75rem;
  color: #A0A0A0;
  padding: 1.5625rem 0;
  border-bottom: 0.0625rem solid #ddd;
}
.new-xing .xingq {
  padding: 1.5625rem 0 4.375rem;
  border-bottom: 0.0625rem solid #ddd;
}
.new-xing .xingq {
  font-size: 1rem;
  line-height: 1.75;
  color: #616161;
}
.paina {
  padding-top: 2.5rem;
}
.paina .fl {
  width: 80%;
}
.paina .fl > div {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  font-size: 1rem;
  line-height: 1.75rem;
}
.paina .fl > div a {
  color: #616161;
}
.paina .fl > div a:hover {
  color: #2183d6;
}
.paina .fr {
  width: 20%;
}
.mores a {
  display: inline-block;
  line-height: 3.125rem;
  height: 3.125rem;
  padding: 0 1.875rem;
  border-radius: 1.5625rem;
  color: #fff;
  border: 1px solid #02ba7d;
  background: #02ba7d;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
  font-size: 1rem;
}
.mores a:hover {
  background: #000000;
  border: 1px solid #000000;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}

.scroll img {
  height: 3.875rem;transform: translateX(-50%);
}

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

  50% {
    transform: translateY(-10px);
  }

  100% {
    transform: translateY(0);
  }
}
.loadmore{
  text-align: center; color: #02ba7d;
  font-weight: bold;
  
}
.jj img{
  width: 100%;
}
#think_page_trace_open{
  display: none!important;
  opacity: 0;
}.pager li>a, .pager li>span{
  border-radius: 0!important;
  margin: 0 5px;
}.related-products {
  background-color: #f9f9f9;
  padding: 60px 0 70px;
}
.related-products .related-products-lunbo {
  margin-top: 20px;
}
.related-products .related-products-lunbo .swiper-container {
  padding: 20px 0;
}
.related-title {
  font-size: 1.625rem;
  font-weight: bold;
  line-height: 30px;
  color: #000000;
}
.related-products .cons .row{
    margin: 0;
}

.pager li {
  display: inline-block;
  margin: 0.2rem 0;
}

.product-details .product-contents>.div-pro{
  display: block;
}


.product-contents .xiang-boiso {
  font-size: 1.5rem;
  color: #02ba7d;
  line-height: 57px;
  height: 57px;
  border-bottom: 1px solid #d2d2d2;
  padding: 0 0;
  position: relative;
}
.product-contents .xiang-boiso:after {
  position: absolute;
  content: '';
  width: 11.25rem;
  height: 3px;
  bottom: 0;
  left: 0;
  background: #02ba7d;
}
 .changs-dic {
  padding: 2.5rem;
  background-color: #ffffff;
  box-shadow: 0px 0px 9px 1px rgba(85, 84, 84, 0.13);
  border: solid 1px #e1dede;
  text-align: center;
}
 .yings .ying-title::after {
  content: '';
  left: 0;
  top: 8px;
  position: absolute;
  width: 0.9375rem;
  height: 0.9375rem;
  background: #02ba7d;
}
.product-details .product-content .div-pro .pro-contennta{
    max-height: 20em;
    overflow-y: auto;
}
@media (max-width: 990px){
    .product-details .product-content .div-pro .pro-contennta{
            max-height: inherit;
    }
}
.pro-contennta::-webkit-scrollbar {
  width:8px;
  height:8px;
  background-color: #F5F5F5;
  }
.pro-contennta::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: #E2E2E2;
  }
.pro-contennta::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #02ba7d;
  }
 .yings .ying-title {
  position: relative;
  padding-left: 30px;
  color: #02ba7d;
  line-height: 1.875rem;
  margin: 15px 0;
}
.pro-contennt{
  padding: 20px 0;
}

.product-details-top{
  background: #f5fafe;
  padding: 60px 0;

}
.product-details1{
  padding: 0px 0 70px;
}
.ping-yun .swiper-slide .overh {
  height: 190px;

}
.zshasid{
  color: #000;

}
 .details-title{
  color: #02ba7d;
}
.changs-dic .shou-p {
  font-size: 1.125rem;
  margin-top: 1.5625rem;
  line-height: 1.875rem;
  color: #000000;
}
.ping-yun .swiper-slide {
  background-color: #ffffff;
  box-shadow: 0px 0px 9px 1px rgba(85, 84, 84, 0.13);
  border: solid 1px #e1dede;
  padding: 0.9375rem 0.9375rem 1.875rem;
}
.ping-yun .swiper-slide .titl-yun {
  font-size: 1.125rem;
  color: #4d4c4c;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  overflow: hidden;
  line-height: 2.5rem;
  margin-top: 0.625rem;
}
.ping-yun .swiper-slide .titl-yun a {
  color: #4d4c4c;
}
.ping-yun .swiper-slide .yao-yun {
  font-size: 1rem;
  line-height: 1.5rem;
  letter-spacing: 0px;
  color: #666666;
  opacity: 0.86;

  height: 153px;
  overflow-y: scroll;

}

.ping-yun .swiper-slide .yao-yun::-webkit-scrollbar {/*滚动条整体样式*/

  width: 3px;     /*高宽分别对应横竖滚动条的尺寸*/
  opacity: 0;
  height: 1px;
  background:  transparent;

}

.ping-yun .swiper-slide .yao-yun::-webkit-scrollbar-thumb {/*滚动条里面小方块*/

  border-radius: 2px;

   -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
   opacity: 0;
  background: transparent;

}

.ping-yun .swiper-slide .yao-yun::-webkit-scrollbar-track {/*滚动条里面轨道*/

  -webkit-box-shadow: inset 0 0 2px rgba(0,0,0,0.2);
opacity: 0;
  border-radius: 10px;

  background:  transparent;

}
.ping-yun .swiper-container {
  padding-bottom: 70px;
}
.ping-yun .swiper-container .swiper-pagination-bullet {
  width: 1.1875rem;
  height: 1.1875rem;
  background-color: #02ba7d; 

}
.ping-yun .swiper-container .swiper-pagination-bullet-active {
background:#02ba7d; 
opacity: 1;

} .yings .ying-title::after {
  content: '';
  left: 0;
  top: 8px;
  position: absolute;
  width: 0.9375rem;
  height: 0.9375rem;
  background: #02ba7d;
}
 .yings .ying-title {
  position: relative;
  padding-left: 30px;
  color: #02ba7d;
  line-height: 1.875rem;
  margin: 15px 0;
}.product-details .product-content {
  font-size: 1rem;
  line-height: 30px;
  color: #5d5d5d;
  padding: 30px 0;
}
.product-details .product-content strong {

  font-size: 1.0625rem;
  font-weight: bold;
}
.product-details .product-content .div-pro {
  
  font-size: 1rem;
  line-height: 30px;
  color: #5d5d5d;
}.product-details-lunbo .le {
  width: 48%;
}
.product-details-lunbo .re {
  width: 50%;
}
 .details-title {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.5;
  color: #02ba7d;
  margin-top: 3rem;
}
.product-details-lunbo .re .yuan-lai {
  font-size: .9375rem;
  line-height: 30px;
  padding: 5px 0;
  border-bottom: 1px solid #dfdfdf;
  color: #8d8d8d;
}
.product-details-lunbo .re .yuan-lai a {
  color: #8d8d8d;
}
.product-details-lunbo .re .yuan-lai a:hover {
  color: #02ba7d;
}
.zshasid {
  font-size: .9375rem;
  
  line-height: 30px;
  color: #848587;
  margin: 20px 0 30px;



	display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 5;
    overflow: hidden;
}
.product-details-lunbo .re .more1 a {
  margin-right: 20px;
  width: auto;

  padding: 0 2rem;
  border-radius: 5px;
  border: 1px solid #63676a;
  color: #63676a;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
}.product-details-lunbo .re .more1 a:hover{
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  background: #02ba7d;
  background-size: 0% 0%;
}
.pro-div-a {
  padding: 0px 10px 10px;
  background-color: #ffffff;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
  overflow: hidden;
}
.pro-div-a .pro-div-title {
  margin-top: 20px;
}
.pro-div-a .pro-div-title a {
  display: block;
  font-size: 1rem;
  line-height: 50px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  overflow: hidden;
  height: 50px;
  text-align: center;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
  color: #ffffff;
  background-color: #7f7f7f;
}
.pro-div-a .overh img {
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}
.pro-div-a:hover {
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.5);
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}
.pro-div-a:hover .pro-div {
  left: 0;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}
.pro-div-a:hover .overh img {
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
  transform: scale(1.2);
  -ms-transform: scale(1.2);
  /* IE 9 */
  -moz-transform: scale(1.2);
  /* Firefox */
  -webkit-transform: scale(1.2);
  /* Safari 和 Chrome */
  -o-transform: scale(1.2);
}
.pro-div-a:hover .pro-div-title a {
  background: #02ba7d;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}
.pro-div-a .pro-div {
  padding: 8px;
  width: 100%;
  top: 0;
  left: -100%;
  right: 0;
  bottom: 0;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}
.pro-div-a .pro-div a {
  display: block;
  background-color: rgba(132, 186, 81, 0.8);
  height: 100%;
  padding: 20px;
}
.pro-div-a .pro-div a .til1 {
  font-size: 1.1875rem;
  line-height: 30px;
  font-weight: bold;
  color: #ffffff;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.pro-div-a .pro-div a .yya {
  font-size: .875rem;
  line-height: 26px;
  margin: 10px 0 20px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 5;
  overflow: hidden;
  color: #ffffff;
}
.pro-div-a .pro-div a .more1 span {
  width: 97px;
  height: 30px;
  display: inline-block;
  line-height: 30px;
  text-align: center;
  font-size: 13px;
  border-radius: 15px;
  color: #ffffff;
  border: solid 1px #ffffff;
}
@media (max-width: 1439px) {
  .cons {
    padding: 0 6rem;
  }
}
@media (max-width: 1200px) {
  .scroll{
    display: none;
  }
  .heads {
    padding-top: 0;
  }
  .cons {
    padding: 0 3rem;
  }
  footer .foot-top .foot-div {
    margin-right: 4%;
  }
  .zongshu {
    display: none;
  }
  .section {
    padding: 5rem 0;
    overflow: hidden;
  }
  .section:last-child {
    padding: 0;
  }
  .about-bg .about-shu .shu-ul {
    padding: 2rem 0;
  }
  .about-bg {
    padding-bottom: 0;
  }
  .index-about {
    padding-bottom: 150px;
  }
  .case-bg .heads {
    padding-top: 0rem;
  }
  .solutions {

    position: relative;
  }
  .lb {
    padding: 0;
    position: relative;
  }

  .lunbo .swiper-slide img {
    height: auto;
    object-fit: cover;
  }.ma-imgs{
    width: 80%;
    margin:  2% auto 0;
  }
  .rowMain {

    width: 80%;    height: 38.875rem;
  }
  .solutions .heads {
   
  }
  #r1 .pic {
    height: auto;
  } #r1 .m-bg .mask-box .mask-con{
    display: none;
  }
  #r1 .mouser{
    display: none;
  }

}
.pro-div{
  background: #FFF;
}
@media (max-width: 990px) {
  

  .product .le {
    width: 27.3%;
}.product .re {
  width: 70%;
}.pro-div .overh a img{
  height: 148px;

}
  .pager li>a, .pager li>span {
 
    padding: 5px 9px;
  }
  body,
  .index-body {
    padding: 48px 0;
  }
  .ul-new li {
    margin-bottom: 1rem;
  }
  .more1 a {
    width: 9.75rem;
    height: 3.375rem;
    line-height: 3.375rem;
  }
  .ul-new li .re .title {
    -webkit-line-clamp: 1;
  }
  .about-bg .about-shu .shu-ul li {
    margin-right: 12.4%;
  }
  footer {
    display: none;
  }
  .case .case-box .jj-box .jj-div .xm-div {
    width: 9.8125rem;
  }
  .about .about-top .imgs {
    width: 100%;
    padding-right: 0;
    padding-bottom: 1.25rem;
  }
  .about .about-top .imgs img {
    width: 100%;
  }
  .dian-ul li {
    padding-left: 20px;
  }
  .dian-ul li .icon-pa {
    width: 15px;
  }
}
@media (max-width: 767px) {
  .details-title {
    font-size: 1.5rem;
    padding: 0 1rem;
    }
  html {
    font-size: 12px;
  }
  .zshasid{
    padding: 0 1rem;
  }
  .wz-div,
  .daohang {
    display: none;
  }
  .cons {
    padding: 0 1rem;
  }
  .pro-xing .pro-xing-top .le {
    width: 100%;
  }
  .pro-xing .pro-xing-top .re {
    width: 100%;
    margin-top: 2rem;
    padding-left: 0;
  }
  .pro-xing .pro-xing-top {
    display: block;
  }
  .pro-xing {
    padding: 3rem 0;
  }
  .pro-xing .pro-xing-top .re .tel-hao {
    font-size: 1.25rem;
    margin-top: 1.375rem;
  }
  .pro-xing .pro-xing-top .re .title,
  .case .title {
    font-size: 1.5rem;
  }
  .pro-xing .pro-xing-top .re .zhais {
    margin-top: 1rem;
  }
  .pro-xing .pro-bot {
    margin-top: 3rem;
  }
  .pro-xing .pro-bot .proxq_ul li {
    padding: 0rem 1.375rem;
    height: 3.375rem;
    line-height: 3.375rem;
  }
  .pro-xing .pro-bot .proxq_dis {
    padding: 1.4375rem 0 0 0rem;
  }
  .foot-db .foot-db-ul li .yuan {
    display: block;
    margin: 0 auto;
    width: 3.4375rem;
    height: 3.4375rem;
    margin-bottom: 5px;
    line-height: 3.4375rem;
  }
  .foot-db {
    padding: 1rem 0;
  }
  .foot-db .foot-db-ul li {
    font-size: 1rem;
  }
  .product .le {
    width: 100%;
  }
  .product .re {
    width: 100%;
    margin-top: 10px;
  }
  .product {
    padding: 3rem 0 3rem;
  }
  .ban img {
    height: 150px;
    object-fit: cover;
  }
  .ban .wanzi .p-cn {
    font-size: 2rem;
  }
  .ban .wanzi .p-en {
    font-size: 1rem;
  }
  .case .case-box .jj-box .jj-div .xm-div {
    width: 6.8125rem;
  }
  .case .case-box .res {
    position: relative;
    top: 0%;
    -ms-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -webkit-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
    right: auto;
  }
  .case .case-box .case-wz .hao {
    font-size: 2.5rem;
    top: -33%;
  }
  .case .case-box .case-wz {
    width: 100%;
    margin-top: 0;
  }
  .case .case-box .jb-ul {
    width: 100%;
    margin-top: 30px;
  }
  .case .case-box .jb-ul li {
    font-size: 1rem;
    line-height: 2.2;
  }
  .box-c {
    padding: 2rem;
  }
  .case .case-box1 {
    margin-top: 2.25rem;
    padding: 0;
  }
  .case .case-box .jj-box {
    width: 100%;
    margin-top: 30px;
  }
  .case .case-box .case-wz::after {
    bottom: -0.9375rem;
  }
  .case {
    padding: 3rem 0;
  }
  .case .title {
    margin-bottom: 1.25rem;
  }
  .about {
    padding: 3rem 0;
  }
  .about .about-top .titls {
    font-size: 1.5rem;
    margin-bottom: 1rem;
  }
  .liuyan-div .le {
    width: 100%;
    padding: 0 2rem 2rem;
  }
  .liuyan-div .re {
    width: 100%;
  }
  .dian-ul {
    padding: 2rem;
  }
  .dian-ul li:nth-child(1) {
    width: 100%;
  }
  .dian-ul li {
    width: 100%;
  }
  .dian-ul li {
    padding-left: 40px;
    margin-bottom: 10px;
  }
  .dian-ul li .icon-pa {
    width: 25px;
  }
  .shu-ul li {
    width: 50%;
    margin-bottom: 10px;
  }
  .shu-ul {
    padding: 2rem 0 2rem;
    margin-top: 1.75rem;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
  }
  .solutions-ul li > .fl {
    width: 100%;
  }
  .solutions-ul li > .fr {
    width: 100%;
    padding: 1.25rem;
  }
  .jie-xing .title {
    font-size: 1.5rem;
  }
  .jie-xing .jie-nei .jie-p {
    font-size: 1.5rem;
  }
  .heads .div-cn {
    font-size: 1.5rem;
  }
  .heads .div-en {
    font-size: 1.2rem;
  }
  .heads .div-en span {
    left: -1.4375rem;
    bottom: 0.125rem;
    line-height: 4.375rem;
    font-size: 5.5rem;
  }
  .rowMain {
    width: 100%;
    height: 12.875rem;
  }
  .solutions .heads {
    padding-bottom: 5%;
  }
  .rowMain .rowMain-ul li .wz-j {
    display: none;
  }
  .ma-imgs {
    width: 100%;
  }
  #r1 .m-bg .mask-box {
    display: none;
  }


  .software-bg .heads {
    position: relative;
    width: 100%;
    left: auto;
    bottom: 0;
  }
  .software-bg .software-lunbo .swiper-slide .le {
    width: 100%;
  }
  .software-bg .software-lunbo .swiper-slide .le img {
    width: 60%;
  }
  .software-bg .software-lunbo .swiper-slide .re {
    width: 100%;
    margin-left: 0;
    padding-top: 4%;
  }
  .software-bg .software-lunbo .swiper-slide .re .xians {
    display: none;
  }
  .software-lunbo {
    margin-top: 2rem;
  }
  .software-bg .software-lunbo .swiper-slide .re .has a {
    font-size: 1.2rem;
  }
  .software-bg .software-lunbo .swiper-slide .re .moiaos {
    margin-top: 1rem;
  }
  .hardware-bg .hardware .le {
    width: 100%;
  }
  .hardware-bg .hardware-img {
    width: 100%;
  }
  .hardware-bg .hardware .re {
    width: 100%;
    margin-top: 2rem;
  }
  .case-bg .case-ul {
    margin-top: 2rem;
  }
  .case-bg {
    padding: 0rem 0;
  }
  .case-bg .case-ul li:nth-child(odd) {
    margin-top: 0;
  }
  .case-bg .case-ul li {
    width: 50%;
    margin-bottom: 30px;
  }
  .case-bg .case-ul li a {
    padding: 0rem 1rem 1rem;
  }
  .case-bg .case-ul li a .num::after {
    left: -1.5rem;
  }
  .about-bg {
    padding: 3rem 0 0;
  }
  .index-about .cons {
    width: 100%;
  }
  .index-about {
    padding-bottom: 200px;
  }
  .shu-ul li .shu-p span {
    font-size: 1.5rem;
  }
  .about-bg .about-shu .shu-ul li .shu-p {
    font-size: 1.5rem;
  }
  .about-bg .about-shu .shu-ul {
    padding: 1rem 0;
  }
  .new-bg {
    padding: 0 0 3rem;
  }
  .index-new .new-con {
    margin-top: 2rem;
  }
  .index-new .heads {
    padding-top: 3rem;
  }
  .new-box {
    margin-bottom: 15px;
  }
  .more1 a {
    width: 5.75rem;
    height: 2.375rem;
    line-height: 2.375rem;
  }
  .paina .fl {
    width: 100%;
  }
  .paina .fr {
    width: 100%;
  }
  .new-xing .xingq {
    padding: 2rem 0;
  }
  .new-xing .title {
    font-size: 1.5rem;
  }
  .new-xing .data {
    padding: 1rem 0;
  }.product-details-lunbo .le{
    width: 100%;
  }.product-details-lunbo .re{
    width: 100%;
    margin-top: 1rem;
    padding: 1rem;
  
  }.product-details .product-content .div-pro{
    font-size: 1.2rem;
  }
  .product-details .product-content{
    padding: 3rem 1rem;
  }.changs-dic {
    margin-bottom: 2rem;
  }
  .pro-contennt .col-sm-6{
    margin: 5px 0;
  }.product-details-top{
    padding: 3rem 0rem;
  }
}
#dowebok .section.active .heads {
  animation: fadeInDown 2s;
  -moz-animation: fadeInDown 2s;
  -webkit-animation: fadeInDown 2s;
  -o-animation: fadeInDown 2s;
}
#dowebok .section.active .software-lunbo {
  animation: fadeInUp 1.5s;
  -moz-animation: fadeInUp 1.5s;
  -webkit-animation: fadeInUp 1.5s;
  -o-animation: fadeInUp 1.5s;
}
#dowebok .section.active .hardware .miaos {
  animation: fadeInUp 1.5s;
  -moz-animation: fadeInUp 1.5s;
  -webkit-animation: fadeInUp 1.5s;
  -o-animation: fadeInUp 1.5s;
}
#dowebok .section.active .hardware .re {
  animation: slideInRight 1s;
  -moz-animation: slideInRight 1s;
  -webkit-animation: slideInRight 1s;
  -o-animation: slideInRight 1s;
}
#dowebok .section.active .case .case-miao {
  animation: fadeInUp 1.5s;
  -moz-animation: fadeInUp 1.5s;
  -webkit-animation: fadeInUp 1.5s;
  -o-animation: fadeInUp 1.5s;
}
#dowebok .section.active .case-ul {
  animation: fadeInUp 2s;
  -moz-animation: fadeInUp 2s;
  -webkit-animation: fadeInUp 2s;
  -o-animation: fadeInUp 2s;
}
#dowebok .section.active .about-miao {
  animation: fadeInUp 2s;
  -moz-animation: fadeInUp 2s;
  -webkit-animation: fadeInUp 2s;
  -o-animation: fadeInUp 2s;
}
#dowebok .section.active .about-shu .shu-ul {
  animation: fadeInUp 2s;
  -moz-animation: fadeInUp 2s;
  -webkit-animation: fadeInUp 2s;
  -o-animation: fadeInUp 2s;
}
#dowebok .section.active .new-con {
  animation: fadeInUp 2s;
  -moz-animation: fadeInUp 2s;
  -webkit-animation: fadeInUp 2s;
  -o-animation: fadeInUp 2s;
}
#dowebok .section.active .more2 {
  animation: fadeInUp 2s;
  -moz-animation: fadeInUp 2s;
  -webkit-animation: fadeInUp 2s;
  -o-animation: fadeInUp 2s;
}
.mt40{
  margin-top: 40px;
} .mb40{
  margin-bottom: 40px;
}.pagination>li>a, .pagination>li>span{
  color: #02ba7d;
}
.pagination>li>a:hover, .pagination>li>span:hover, .pagination>li>a:focus, .pagination>li>span:focus{
  color: #02ba7d;
}
.pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus{
  background-color: #02ba7d;
  border-color: #02ba7d;

}.scroll {
  cursor: pointer;
  animation: shangxia 2s infinite;
  position: absolute;
  bottom: 3.4375rem;
  left: 50%;
  
  z-index: 99;
}

.top_tel{
  color: #333;
  font: 600 1.5rem/1.5em "";
}

@media (max-width: 480px) {
  .rowMain {
  
  }
}.new-list11 .new-box a .new-bot .zhais{
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.xianew a .new-bot{
  padding-left: 5rem;

}.xianew a .data{
  left:1rem;
  text-align: center;
  top: 50%;
  -ms-transform: translateY(-50%);
  /* IE 9 */
  -moz-transform: translateY(-50%);
  /* Firefox */
  -webkit-transform: translateY(-50%);
  /* Safari 和 Chrome */
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}.xianew a .data .p1{
  font-size: 1.5rem;
  font-weight: bold;
}.xianew a .new-bot .zhais{
  margin-top: .5rem;
}
.jj-wz{
  border-bottom: 1px solid #d2d2d2;
}.case-uuls li{
  margin-bottom: 10px;
}
.case-uuls li a{
  font-size: 1.1rem;
  color: #666;
  display: block;
  padding: 10px 0;
  border-bottom: 1px dashed #d2d2d2;

}.case-uuls li  .case-fl{
  width: 60%;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;

}.case-uuls li .case-data{
  width: 30%;
  text-align: right;
}.case-uuls li a:hover{
  color: #02ba7d;  border-color: #02ba7d;
}
.pro-contennt .table>thead>tr>th,.pro-contennt  .table>tbody>tr>th,.pro-contennt   .table>tfoot>tr>th,.pro-contennt  .table>thead>tr>td,.pro-contennt  .table>tbody>tr>td,.pro-contennt  .table>tfoot>tr>td{
text-align: center!important;
padding: 15px 5px;  color: #000;
vertical-align: middle;
}.pro-contennt .table>tbody>tr:nth-child(odd)>td{
  background: rgba(2, 186, 125,.1);
}.pro-contennt .table>tbody>tr:nth-child(even)>td{
  background: #f7f7f7;
}.pro-contennt .table>tbody>tr:nth-child(1)>td{
  color: #000;
}

/*修改2022/10/25*/
 .flex2 {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.flex {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
 .weggs-a{
     padding: 0 15rem;
 }
 .weggs-a>.ta{
     width: 50%;
 }
  .weggs-a .cons{
     width: 45%;
     padding: 0;
 }
 
  .xg_tuasd{
     padding: 4rem 0;
 }
 .xg_tuasd dl dt{
    width: 48%;
    padding: 1.5rem 0;
 }
 .xg_tuasd dl:nth-child(2n-1) dt{
     order: 2;
 }
  .xg_tuasd dl dd{
    width: 49%;
 }
   .xg_tuasd dl .p{
       line-height: 2em;
    font-size: 1rem;    color: #333;font-weight: 500;
   }
   .xg_tuasd dl .p table{
       vertical-align: top;
   }
    .xg_tuasd dl .p table tr td{
        line-height: 2em;
    font-size: 1rem;    color: #666;font-weight: 500;
    font-weight: 500;
    }
     .xg_tuasd dl .p table tr td:first-child {
         font-weight: 600;
         color: #333; vertical-align: top;
         width: 27%;
     }
 .xg_tuasd dl dt h3{
         margin-bottom: 50px;
    font-size: 38px;
    font-weight: 600;
 }
.fp-overflow.fp-table{
    display: flex !important;
}
.fp-overflow{
        justify-content: center !important;
}

.suspend{width:40px;height:145px;position:fixed;top:200px;right:0;overflow:hidden;border: 1px solid red;border-right: none;border-radius:25px 0 0 25px;}
.suspend dl{width:120px;height:145px;border-radius:25px 0 0 25px;padding-left:40px;box-shadow:0 0 5px #e4e8ec;}
.suspend dl dt{width:40px;height:200px;background:url(../images/suspend1.png);position:absolute;top:0;left:0;cursor:pointer;}
.suspend dl dd.suspendQQ{width:120px;height:36px;line-height: 36px;}
* html .suspend{position:absolute;left:expression(eval(document.documentElement.scrollRight));top:expression(eval(document.documentElement.scrollTop+200))}
    .suspendQQ span{
        padding-left: 5px;
        font-size: 12px;
    }
 .suspendQQ img{
vertical-align: middle;
}
@media (max-width: 990px){
   .suspend{
       display: none;
   } 
}

 @media (max-width: 1439px){
    .weggs-a{
     padding: 0 6rem;
 } 
 }
 @media (max-width: 1200px){
      .weggs-a{
     padding: 0 3rem;
 }
  .xg_tuasd dl dt h3{
       margin-bottom: 25px;
    font-size: 30px;
  }
   .xg_tuasd dl .p{
       font-size: 1rem;
   }
    .xg_tuasd dl .p table tr td{
         font-size: 1rem;
    }
 }
  @media (max-width: 990px){
      .weggs-a>.ta{
         width: 100%;
      }
        .weggs-a .cons{
            width: 100%;
        }
        .xg_tuasd dl dd{
           width: 100%;
        }
         .xg_tuasd dl dt{
           width: 100%;
        }
        .xg_tuasd dl dt{
             order: 2;
         }
  }
 @media (max-width: 767px){
     .xg_tuasd dl dt h3{
       margin-bottom: 1rem;
    font-size: 20px;
  }
      .weggs-a{
     padding: 0 1rem;
 }
 .xg_tuasd{
     padding-bottom: 0rem;
 }
 }
 
 