html.fp-enabled {
  margin: 0 auto;
}
/* common */
.heading-top main {
  margin-top: var(--header-small-height);
}
@font-face {
  font-family: 'social-sharer';
  src: url("//at.alicdn.com/t/font_zgropjjcewd8to6r.eot");
  src: url("//at.alicdn.com/t/font_zgropjjcewd8to6r.eot?#iefix") format("embedded-opentype"), url("//at.alicdn.com/t/font_zgropjjcewd8to6r.woff") format("woff"), url("//at.alicdn.com/t/font_zgropjjcewd8to6r.ttf") format("truetype"), url("//at.alicdn.com/t/font_zgropjjcewd8to6r.svg#social-sharer") format("svg");
}
ul > li {
  list-style-type: none;
}
.com-tit {
  font-weight: bold;
  color: #333333;
  text-align: center;
}
.com-sub-tit {
  color: #333333;
  font-weight: bold;
}
.com-tip {
  font-size: 16px;
  color: #666666;
  text-align: center;
  line-height: 36px;
  max-width: 1270px;
  margin-left: auto;
  margin-right: auto;
}
.com-tit + .com-tip {
  margin-top: 16px;
}
.com-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-color: #4285f3;
  width: 156px;
  height: 42px;
  border-radius: 4px;
  color: #fff;
  font-size: 15px;
  transition: box-shadow 0.4s ease;
}
.com-btn.white {
  background-color: #ffffff;
  color: #4285f3;
}
.com-btn:hover {
  box-shadow: 0 10px 18px rgba(66, 133, 243, 0.5);
}
/* 分页 */
.paging {
  width: 100%;
  font-size: 0;
  text-align: center;
  user-select: none;
}
.paging-menu,
.paging-menu a,
.paging-skip,
.paging-hint,
.paging-skip input,
.paging-skip button {
  display: inline-block;
  vertical-align: middle;
}
.paging-menu a {
  width: 62px;
  height: 44px;
  margin: 4px;
  font-size: 16px;
  color: #555;
  transition: all 0.4s ease;
  background-color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.paging-menu a:hover,
.paging-menu a.active,
.paging a.on {
  background-color: #4285f3;
  color: #fff;
}
.paging-skip {
  margin-left: 8px;
}
.paging-hint {
  font-size: 14px;
  color: #999;
  font-weight: 300;
  margin: 0 8px;
}
.paging-hint:first-of-type {
  margin: 0;
}
.paging-hint span {
  color: #4285f3;
}
@media all and (max-width: 1200px) {
  .paging-menu a {
    margin: 4px 2px;
    width: 50px;
    height: 40px;
    font-size: 15px;
  }
}
@media all and (max-width: 620px) {
  .paging-menu a {
    width: 40px;
    height: 32px;
    font-size: 14px;
  }
}
.video-play {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  color: #4285f3;
  background-color: #fff;
  justify-content: center;
  cursor: pointer;
}
@keyframes textFade {
  0% {
    opacity: 0;
    transform: translateX(100px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes textFadeR {
  0% {
    opacity: 0;
    transform: translateX(-100px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
/* com-banner */
.com-banner {
  position: relative;
}
.com-banner .in {
  height: calc(100% - 70px);
}
.com-banner .content {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  color: #fff;
}
.com-banner .title {
  font-size: 52px;
  font-weight: bold;
  animation: textFade 1.5s ease;
}
.com-banner .title + .desc {
  margin-top: 10px;
}
.com-banner .desc {
  font-size: 20px;
  letter-spacing: 0.2em;
  animation: textFadeR 1.5s ease;
}
/* com-navigation */
.com-navigation {
  position: relative;
  z-index: 2;
  margin-top: -70px;
  background-color: rgba(0, 0, 0, 0.16);
  box-sizing: border-box;
}
.com-navigation:after {
  content: '';
  width: 100%;
  height: 1px;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  position: absolute;
  left: 0;
  top: 0;
}
.com-navigation li.active a {
  background-color: #4285f3;
}
.com-navigation li + li a {
  border-left: 0;
}
.com-navigation a {
  padding: 0 30px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  font-size: 16px;
  transition: background-color 0.4s ease;
  border-left: 1px solid rgba(255, 255, 255, 0.16);
  border-right: 1px solid rgba(255, 255, 255, 0.16);
}
.com-navigation a:hover {
  background-color: #4285f3;
}
/* 核心技术 */
.core-tec {
  position: sticky;
}
.core-tec .item {
  position: relative;
}
.core-tec .item picture {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.core-tec .item picture img {
  transform: scale(1.06);
  transition: all 6s ease;
}
.core-tec .item .content {
  width: 100%;
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
  padding: 100px 0;
  display: flex;
  align-items: center;
}
.core-tec .item .content .text {
  width: 50%;
  height: 100%;
  color: #fff;
}
.core-tec .item .content .text .title {
  font-size: 36px;
  font-weight: bold;
  position: relative;
  z-index: 1;
  padding: 50px 0;
  transform: translateY(20px);
  opacity: 0;
  transition: all 0.8s ease 0.5s;
}
.core-tec .item .content .text .title img {
  position: absolute;
  z-index: -1;
  max-height: 100%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.core-tec .item .content .text .intro {
  margin-top: 30px;
  transform: translateY(20px);
  opacity: 0;
  transition: all 0.8s ease 0.8s;
}
.core-tec .item .content .text .intro p {
  font-size: 18px;
  line-height: 36px;
}
.core-tec .item:nth-child(odd) .content .text {
  margin-left: auto;
}
.core-tec .item.active .animate.title,
.core-tec .item.active .animate.intro {
  opacity: 1;
  transform: translateY(0);
}
.core-tec .item.active picture img {
  transform: scale(1);
}
/* 核心技术-研发体系 */
.core-detail {
  text-align: center;
}
.core-detail .title {
  font-size: 40px;
  font-weight: bold;
}
.core-detail .content {
  margin-top: 40px;
  text-align: justify;
  text-align-last: center;
}
.core-detail .content p {
  font-size: 18px;
  color: #444444;
  line-height: 36px;
}
.core-detail .content p + p {
  margin-top: 24px;
}
/* 解决方案 */
.solution-list .item {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 6px;
  padding: 30px;
  width: 23.3%;
  margin-top: 30px;
}
.solution-list .item .bg {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  transition: transform 0.4s ease;
  transform: scale(1.02);
}
.solution-list .item .tit {
  color: #fff;
  font-size: 22px;
  line-height: 30px;
  font-weight: bold;
}
.solution-list .item .tit span {
  display: block;
}
.solution-list .item .more {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  color: #fff;
  border: 1px solid #fff;
  transition: all 0.4s ease;
}
.solution-list .item:hover img {
  transform: scale(1);
}
.solution-list .item:hover .more {
  background-color: #4285f3;
  border-color: #4285f3;
  color: #fff;
}
.solution-case .item {
  width: 23.2%;
  position: relative;
  z-index: 1;
  padding-top: 30.858%;
  border-radius: 5px;
  transition: z-index 0.6s;
}
.solution-case .item:nth-child(4n+4) .item-box {
  left: auto;
  right: 0;
}
.solution-case .item .item-box {
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 5px;
  width: 100%;
  height: 100%;
  overflow: hidden;
  transition: width 0.6s ease;
}
.solution-case .item.active {
  z-index: 5;
}
.solution-case .item.active .item-box {
  width: 210.4%;
}
.solution-case .item.active .content .forward {
  opacity: 0;
  transform: translateY(100%);
}
.solution-case .item.active .content .back {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}
.solution-case .item .inner-bg {
  transform: scale(1.1);
  opacity: 0;
  transition: opacity 0.6s ease, transform 0.6s ease;
}
.solution-case .item .content .forward {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 2;
  color: #fff;
  text-align: center;
  padding: 30px 20px;
  transition: all 0.6s ease;
}
.solution-case .item .content .forward .tit {
  font-size: 22px;
  font-weight: bold;
}
.solution-case .item .content .forward .desc {
  font-size: 15px;
  opacity: 0.6;
  margin-top: 6px;
}
.solution-case .item .content .back {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  padding: 20px 46px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition: all 0.8s ease;
  opacity: 0;
  transform: translateY(100%);
  visibility: hidden;
}
.solution-case .item .content .back .title {
  font-weight: bold;
}
.solution-case .item .content .back .tip {
  font-size: 15px;
  opacity: 0.6;
  margin-top: 20px;
  line-height: 30px;
}
.solution-case .item .video-play {
  position: relative;
}
.solution-all .tab-bar {
  padding-bottom: 18px;
  position: relative;
  border-bottom: 1px solid #e3e3e3;
}
.solution-all .tab-bar li {
  padding: 0 18px;
  position: relative;
}
.solution-all .tab-bar li + li {
  margin-left: 30px;
}
.solution-all .tab-bar li:after {
  content: '';
  position: absolute;
  left: 0;
  height: 2px;
  width: 100%;
  border-bottom: 2px solid #4285f3;
  bottom: -18px;
  transform: translateY(100%);
  opacity: 0;
  transition: all 0.4s ease;
}
.solution-all .tab-bar li:hover a,
.solution-all .tab-bar li.active a {
  color: #4285f3;
}
.solution-all .tab-bar li:hover:after,
.solution-all .tab-bar li.active:after {
  opacity: 1;
  transform: translateY(0);
}
.solution-all .tab-bar a {
  font-size: 18px;
  font-weight: bold;
  color: #000;
  white-space: nowrap;
  transition: color 0.4s ease;
}
.solution-all .tab-list .cell:not(:first-child) {
  display: none;
}
.solution-all .tab-list .cell .type::after {
  content: '';
  display: block;
  width: 31.715%;
}
.solution-all .tab-list .item {
  width: 31.715%;
  margin-top: 40px;
}
.solution-all .tab-list .item picture {
  display: block;
  position: relative;
  border-radius: 5px;
  overflow: hidden;
  padding-top: 61.262%;
}
.solution-all .tab-list .item picture img {
  transform: scale(1.04);
  transition: transform 0.4s ease;
}
.solution-all .tab-list .item .title {
  font-size: 22px;
  font-weight: bold;
  color: #222222;
  margin-top: 20px;
  transition: color 0.4s ease;
}
.solution-all .tab-list .item .desc {
  font-size: 15px;
  line-height: 26px;
  color: #999999;
  margin-top: 15px;
}
.solution-all .tab-list .item .label {
  margin-top: 20px;
}
.solution-all .tab-list .item .label span {
  display: inline-block;
  border: 1px solid #4285f3;
  border-radius: 5px;
  color: #4285f3;
  font-size: 14px;
  padding: 5px 11px;
}
.solution-all .tab-list .item:hover .title {
  color: #4285f3;
}
.solution-all .tab-list .item:hover picture img {
  transform: scale(1);
}
/* 解决方案-详情 */
.solutionDetail-banner .pic .item .content {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  text-align: center;
  display: flex;
  align-items: center;
}
.solutionDetail-banner .pic .item .content .inner {
  padding: 0 15px;
}
.solutionDetail-banner .pic .item .content .title {
  font-weight: bold;
}
.solutionDetail-banner .tab {
  margin-top: -146px;
}
.solutionDetail-banner .tab .swiper-wrapper {
  padding-bottom: 16px;
}
.solutionDetail-banner .tab .item {
  height: 188px;
  display: flex;
  align-items: flex-end;
  width: 33.33%;
}
.solutionDetail-banner .tab .item .in {
  width: 100%;
  display: block;
  background-color: #4285f3;
  background-color: rgba(32, 107, 229, 0.8);
  padding: 30px;
  color: #fff;
  transition: background-color 0.4s ease, height 0.4s ease 0.2s, box-shadow 0.4s ease;
  height: 150px;
  cursor: pointer;
}
.solutionDetail-banner .tab .item .title {
  font-weight: bold;
  transition: color 0.4s ease;
}
.solutionDetail-banner .tab .item .desc {
  margin-top: 14px;
  transition: color 0.4s ease;
}
.solutionDetail-banner .tab .item.swiper-slide-active .in {
  height: 100%;
  background-color: #ffffff;
  box-shadow: 0 0 15.04px 0.96px rgba(0, 0, 0, 0.15);
}
.solutionDetail-banner .tab .item.swiper-slide-active .title {
  color: #333;
}
.solutionDetail-banner .tab .item.swiper-slide-active .desc {
  color: #999;
}
.solutionDetail-banner .tab .item.swiper-slide-active a {
  opacity: 1;
  transform: translateY(0);
  text-align:right;
}
.solutionDetail-banner .tab .item a {
  font-size: 15px;
  color: #4285f3;
  display: block;
  margin-top: 20px;
  opacity: 0;
  transition: all 0.4s ease;
  transform: translateY(-5px);
}
.solutionDetail-banner .tab .item a:hover {
  text-decoration: underline;
}
.solutionDetail-banner .tab .inner {
  position: relative;
}
.solutionDetail-banner .tab .slider-btn {
  margin-top: 12px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  color: #fff;
  cursor: pointer;
}
.solutionDetail-banner .tab .slider-btn.prev {
  left: -54px;
}
.solutionDetail-banner .tab .slider-btn.next {
  right: -54px;
}
.solutionDetail-pic-list ul {
  margin-left: -54px;
}
.solutionDetail-pic-list li {
  width: 12.921%;
  margin: 36px 0 0 54px;
}
.solutionDetail-pic-list li img {
  width: 100%;
}
.solutionDetail-pic picture {
  display: block;
  margin-top: 60px;
}
.solutionDetail-pic picture img {
  max-width: 100%;
}
.prod-item {
  background-color: #fff;
  display: block;
  text-align: center;
  border-radius: 5px;
}
.prod-item .pic {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 230px;
  position: relative;
}
.prod-item .pic .label {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  position: absolute;
  bottom: 0;
}
.prod-item .pic .label span {
  display: inline-block;
  margin: 4px;
  font-size: 14px;
  color: #fff;
  background-color: #ea5413;
  padding: 1px 4px;
  border-radius: 5px;
}
.prod-item .pic img {
  transition: transform 0.4s ease;
}
.prod-item .title {
  font-size: 16px;
  color: #333333;
}
.prod-item .model {
  font-size: 14px;
  color: #999999;
  margin-top: 8px;
}
.prod-item .desc {
  margin-top: 18px;
  color: #ea5413;
  font-size: 15px;
}
.prod-item .info {
  padding: 0 30px 30px;
}
.prod-item:hover .pic img {
  transform: scale(1.04);
}
/* 文章详情 */
.article .content {
  margin-top: -86px;
  z-index: 2;
  background-color: #fff;
  position: relative;
  box-shadow: 0 8px 54px 0 rgba(0, 0, 0, 0.06);
  padding: 70px 50px;
}
.article .heading .info .class {
  color: #4285f3;
  font-size: 15px;
}
.article .heading .info .class:hover {
  text-decoration: underline;
}
.article .heading .info .date {
  font-size: 15px;
  color: #999999;
  margin-left: 10px;
}
.article .heading .title {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  padding-bottom: 26px;
  border-bottom: 1px solid #eaeaea;
}
.article .heading .title h1 {
  font-weight: bold;
  color: #333333;
  width: 90%;
}
.article .heading .title .return {
  padding-top: 4px;
  display: inline-block;
  transition: color 0.4s ease;
  color: #999;
}
.article .heading .title .return:hover {
  color: #0d4cf4;
}
.article .text {
  font-size: 16px;
  line-height: 36px;
  color: #333333;
}
.article .text p {
  margin-bottom: 30px;
}
.article .text h2 {
  font-size: 22px;
  color: #333333;
  font-weight: bold;
  margin-bottom: 20px;
}
.article .text img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}
.article .to-share {
  position: relative;
}
.article .to-share .pop {
  margin-left: 20px;
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #999;
  cursor: pointer;
  transition: all 0.4s ease;
}
.article .to-share .pop .icon {
  margin-right: 2px;
}
.article .to-share .pop:hover {
  color: #4285f3;
}
.article .to-share #share {
  position: absolute;
  left: calc(100% + 10px);
  top: 50%;
  transform: translateY(-50%) translateX(-5px);
  display: flex;
  flex-wrap: nowrap;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease;
}
.article .to-share #share.on {
  opacity: 1;
  transform: translateY(-50%) translateX(0);
  visibility: visible;
}
.article .to-share .social-sharer .icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 3px;
  width: 30px;
  height: 30px;
  font-size: 18px;
  text-align: center;
  border: 1px solid currentColor;
  border-radius: 50%;
  vertical-align: middle;
  text-decoration: none;
  transition: 0.3s;
}
.article .to-share .social-sharer .icon:before {
  font-family: 'social-sharer';
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: 'liga';
}
.article .to-share .social-sharer .icon:hover {
  color: #fff;
}
.article .to-share .social-sharer .icon-weibo {
  color: #E6162D;
  border-color: #E6162D;
}
.article .to-share .social-sharer .icon-weibo:before {
  content: "";
}
.article .to-share .social-sharer .icon-weibo:hover {
  background-color: #E6162D;
}
.article .to-share .social-sharer .icon-qzone {
  color: #F3B73D;
  border-color: #F3B73D;
}
.article .to-share .social-sharer .icon-qzone:before {
  content: "";
}
.article .to-share .social-sharer .icon-qzone:hover {
  background-color: #F3B73D;
}
.article .to-share .social-sharer .icon-renren {
  color: #0070CE;
  border-color: #0070CE;
}
.article .to-share .social-sharer .icon-renren:before {
  content: "";
}
.article .to-share .social-sharer .icon-renren:hover {
  background-color: #0070CE;
}
.article .to-share .social-sharer .icon-qq {
  color: #28A8E2;
  border-color: #28A8E2;
}
.article .to-share .social-sharer .icon-qq:before {
  content: "";
}
.article .to-share .social-sharer .icon-qq:hover {
  background-color: #28A8E2;
}
.article .to-share .social-sharer .icon-wechat {
  color: #0cc417;
  border-color: #0cc417;
}
.article .to-share .social-sharer .icon-wechat:before {
  content: "";
}
.article .to-share .social-sharer .icon-wechat:hover {
  background-color: #0cc417;
}
.article .to-share .social-sharer .icon-douban {
  color: #007706;
  border-color: #007706;
}
.article .to-share .social-sharer .icon-douban:before {
  content: "";
}
.article .to-share .social-sharer .icon-douban:hover {
  background-color: #007706;
}
.article .to-share .social-sharer .icon-facebook {
  color: #3b5999;
  border-color: #3b5999;
}
.article .to-share .social-sharer .icon-facebook:before {
  content: "";
}
.article .to-share .social-sharer .icon-facebook:hover {
  background-color: #3b5999;
}
.article .to-share .social-sharer .icon-twitter {
  color: #1da1f2;
  border-color: #1da1f2;
}
.article .to-share .social-sharer .icon-twitter:before {
  content: "";
}
.article .to-share .social-sharer .icon-twitter:hover {
  background-color: #1da1f2;
}
.article .to-share .social-sharer .icon-linkedin {
  color: #0077B6;
  border-color: #0077B6;
}
.article .to-share .social-sharer .icon-linkedin:before {
  content: "";
}
.article .to-share .social-sharer .icon-linkedin:hover {
  background-color: #0077B6;
}
.article .to-share .social-sharer .icon-gplus {
  color: #dd4b39;
  border-color: #dd4b39;
}
.article .to-share .social-sharer .icon-gplus:before {
  content: "";
}
.article .to-share .social-sharer .icon-gplus:hover {
  background-color: #dd4b39;
}
.article .to-share .social-sharer .icon-evernote {
  color: #79C13A;
  border-color: #79C13A;
}
.article .to-share .social-sharer .icon-evernote:before {
  content: "";
}
.article .to-share .social-sharer .icon-evernote:hover {
  background-color: #79C13A;
}
.article .to-share .social-sharer .icon-yingxiang {
  color: #79C13A;
  border-color: #79C13A;
}
.article .to-share .social-sharer .icon-yingxiang:before {
  content: "";
}
.article .to-share .social-sharer .icon-yingxiang:hover {
  background-color: #79C13A;
}
.article .to-share .social-sharer .icon-email {
  color: #1C9FF7;
  border-color: #1C9FF7;
}
.article .to-share .social-sharer .icon-email:before {
  content: "";
}
.article .to-share .social-sharer .icon-email:hover {
  background-color: #1C9FF7;
}
.article .to-share .social-sharer .icon-webshare {
  color: #00BCD4;
  border-color: #00BCD4;
}
.article .to-share .social-sharer .icon-webshare:before {
  content: "";
}
.article .to-share .social-sharer .icon-webshare:hover {
  background-color: #00BCD4;
}
.article .to-share .social-sharer .qrcode-box {
  position: absolute;
  bottom: 100%;
  margin-bottom: 20px;
  left: -65px;
  width: 160px;
  padding: 10px;
  border-radius: 3px;
  background: #fff;
  box-shadow: 0 10px 50px rgba(0, 0, 0, 0.5);
  text-align: center;
  font-size: 14px;
  cursor: default;
  opacity: 0;
  visibility: hidden;
  transform: scale(0.5);
  transform-origin: 50% 100%;
  transition: 0.3s;
}
.article .to-share .social-sharer .qrcode-box:after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 50%;
  margin-left: -10px;
  border: 10px solid transparent;
  border-top-color: #fff;
  width: 0;
  height: 0;
}
.article .to-share .social-sharer .qrcode-box h4 {
  font-size: 1em;
  line-height: 1;
  margin: 0;
}
.article .to-share .social-sharer .qrcode-box img {
  display: block;
  width: 100%;
}
.article .to-share .social-sharer .qrcode-box p {
  margin: 0;
  color: #666;
  line-height: 1;
  font-size: 12px;
}
.article .to-share .social-sharer .icon-wechat {
  position: relative;
}
.article .to-share .social-sharer .icon-wechat:hover .qrcode-box {
  color: #222;
  opacity: 1;
  visibility: visible;
  transform: none;
}
/* 产品与服务 */
.prodList .cell .cell-sub-tit {
  font-size: 25px;
  font-weight: bold;
  color: #333333;
}
.prodList .cell .piece {
  margin-top: 24px;
  display: flex;
  overflow: hidden;
  border-radius: 5px;
}
.prodList .cell .piece .lft {
  position: relative;
  padding-top: 24.858%;
  width: 18.429%;
}
.prodList .cell .piece .lft .in {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
}
.prodList .cell .piece .lft .in .title {
  font-weight: bold;
  color: #fff;
}
.prodList .cell .piece .lft .in .title span {
  display: block;
}
.prodList .cell .piece .lft .in .title.color-black {
  color: #222;
}
.prodList .cell .piece .lft .in .title.color-black + .tip {
  color: #999999;
}
.prodList .cell .piece .lft .in .tip {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.45);
  margin-top: 8px;
  text-align: center;
}
.prodList .cell .piece .lft .in .pic {
  margin-top: 20px;
}
.prodList .cell .piece .rgt {
  position: relative;
  flex: 1;
  background-color: #fff;
}
.prodList .cell .piece .rgt.piece {
  margin-top: 0;
  border-radius: 0;
}
.prodList .cell .piece .rgt .slider-btn-group {
  display: none;
  border-radius: 5px;
  background-color: rgba(0, 0, 0, 0.1);
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 3;
  align-items: center;
  padding: 5px;
}
.prodList .cell .piece .rgt .slider-btn-group .slider-btn {
  width: 24px;
  height: 16px;
  padding: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.prodList .cell .piece .rgt .slider-btn-group .slider-btn:not(:first-child) {
  border-left: 1px solid rgba(0, 0, 0, 0.05);
}
.prodList .cell .piece .rgt .swiper-btn {
  position: absolute;
  z-index: 2;
  top: 50%;
  transform: translateY(-50%);
}
.prodList .cell .piece .rgt .prev {
  left: 10px;
}
.prodList .cell .piece .rgt .next {
  right: 10px;
}
.prodList .cell:not(:first-child) {
  margin-top: 60px;
}
.prodList .cell .prod-item {
  border-radius: 0;
}
/* 面包屑 */
.crumbs {
  background-color: #efefef;
  font-size: 14px;
  color: #555555;
  padding: 21px 0;
}
.crumbs .home {
  color: #999999;
}
.crumbs li + li {
  margin-left: 10px;
}
.crumbs a {
  transition: color 0.4s ease;
}
.crumbs a:hover {
  color: #4285f3;
}
/* 产品详情 */
.prod-banner .pic {
  width: 42.6%;
}
.prod-banner .pic .gallery {
  border: 1px solid #e4e4e4;
  width: 100%;
  height: 596px;
}
.prod-banner .pic .gallery .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
}
.prod-banner .pic .tab {
  margin-top: 12px;
  padding: 0 26px;
  position: relative;
}
.prod-banner .pic .tab .item {
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #e4e4e4;
  cursor: pointer;
  transition: border-color 0.4s ease;
  overflow: hidden;
}
.prod-banner .pic .tab .item.active {
  border-color: #4285f3;
}
.prod-banner .pic .tab .item img {
  transition: transform 0.4s ease;
  max-height:100%;
  max-width:100%;
}
.prod-banner .pic .tab .item:hover img {
  transform: scale(0.98);
}
.prod-banner .pic .tab .slider-btn {
  position: absolute;
  top: 50%;
  color: #444444;
  transform: translateY(-50%);
  cursor: pointer;
}
.prod-banner .pic .tab .slider-btn.prev {
  left: -10px;
}
.prod-banner .pic .tab .slider-btn.next {
  right: -10px;
}
.prod-banner .intro {
  padding: 46px 0 0 40px;
  flex: 1;
}
.prod-banner .intro .model {
  font-size: 16px;
  color: #999;
}
.prod-banner .intro .heading {
  margin-top: 20px;
}
.prod-banner .intro .heading .name {
  font-weight: bold;
  color: #333333;
}
.prod-banner .intro .heading .dwl {
  color: #595959;
  font-size: 15px;
  display: flex;
  align-items: center;
}
.prod-banner .intro .heading .dwl i {
  display: block;
  background: url("../images/pages/dwl-icon.png") no-repeat center / 100%;
  width: 27px;
  height: 22px;
  transition: all 0.4s ease;
  margin-right: 12px;
}
.prod-banner .intro .heading .dwl:hover i {
  transform: translateX(5px);
}
.prod-banner .intro .label {
  padding: 22px 0;
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
}
.prod-banner .intro .label ul {
  margin: -5px 0 0 -5px;
}
.prod-banner .intro .label li {
  font-size: 14px;
  background-color: #f8f8f8;
  color: #999;
  display: inline-block;
  padding: 7px 20px;
  margin-left: 5px;
  margin-top: 5px;
}
.prod-banner .intro .text p {
  font-size: 15px;
  line-height: 30px;
  color: #555555;
}
.prod-banner .intro .text p + p {
  margin-top: 24px;
}
.prod-banner .intro .consult-btn {
  width: 228px;
  height: 56px;
  color: #fff;
  border-radius: 4px;
  font-size: 16px;
  transition: all 0.4s ease;
  background-color: #ea5413;
  display: flex;
  align-items: center;
  justify-content: center;
}
.prod-banner .intro .consult-btn:hover {
  box-shadow: 0 10px 18px rgba(234, 84, 19, 0.5);
}
.prod-detail .tab-bar {
  font-size: 0;
  border-bottom: 2px solid #4285f3;
}
.prod-detail .tab-bar a {
  font-size: 20px;
  color: #777777;
  display: inline-block;
  padding: 15px 29px;
  transition: all 0.4s ease;
}
.prod-detail .tab-bar a.active {
  background-color: #4285f3;
  color: #fff;
}
.prod-detail .tab-bar a:not(.active):hover {
  color: #4285f3;
}
.prod-detail .cell:not(:first-child) {
  display: none;
}
.prod-detail .content {
  color: #555;
  line-height: 30px;
  font-size: 18px;
}
.prod-detail .content img {
  display: block;
  margin: 0 auto 30px;
}
.prod-detail .content p {
  margin-bottom: 25px;
}
.prod-detail .content .solutionDetail-pic-list ul {
  margin-top: -36px;
  margin-bottom: 30px;
}
.prod-detail .content .solutionDetail-pic-list ul img {
  margin: 0;
}
.prod-detail .content table tr td{
	border:1px solid #000;
	border-spacing:0;
}
/* 第三方合作 */
.coop-why li {
  width: 32%;
  text-align: center;
}
.coop-why li .icon {
  height: 64px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.coop-why li .tit {
  font-weight: bold;
  color: #333333;
  margin-top: 20px;
}
.coop-why li .text {
  color: #777777;
  font-size: 18px;
  line-height: 32px;
  margin-top: 24px;
}
.coop-type li {
  background-color: #fff;
  padding: 42px 48px 50px;
  width: 48.3%;
  margin-top: 40px;
}
.coop-type li span {
  color: #4285f3;
  font-size: 18px;
  font-weight: bold;
}
.coop-type li .tit {
  font-weight: bold;
  color: #333333;
  margin-top: 18px;
}
.coop-type li .desc {
  color: #777777;
  font-size: 15px;
  margin-top: 10px;
}
.coop-join .list li {
  width: 25%;
  text-align: center;
  position: relative;
}
.coop-join .list li .num span {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  font-size: 33px;
  color: #4285f3;
  font-weight: bold;
  background-color: #fff;
  box-shadow: 0px 6px 13px 0px rgba(0, 0, 0, 0.1);
}
.coop-join .list li p {
  font-size: 20px;
  color: #333333;
  font-weight: bold;
  margin-top: 24px;
}
.coop-join .list li:not(:first-child):after {
  content: '';
  width: 70%;
  height: 2px;
  background-color: #efefef;
  position: absolute;
  top: 34px;
  left: -36%;
}
.pop-join {
  position: fixed;
  width: 100vw;
  height: 100vh;
  left: 0;
  top: 0;
  z-index: 10;
  display: none;
}
.pop-join .bg_hover {
  background-color: rgba(0, 0, 0, 0.33);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.pop-join .inner {
  padding: 40px 80px 60px;
  background-color: #fff;
  border-radius: 5px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 722px;
}
.pop-join .form {
  max-height: 80vh;
  overflow-x: hidden;
  overflow-y: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.pop-join .form .inline-form {
  width: 47.2%;
}
.pop-join .form .inline-form:not(:last-child) {
  margin-bottom: 22px;
}
.pop-join .form .inline-form p {
  font-size: 16px;
  color: #333;
}
.pop-join .form .inline-form p .s {
  color: #ff0000;
}
.pop-join .form .inline-form input[type="text"],
.pop-join .form .inline-form select,
.pop-join .form .inline-form .city-select,
.pop-join .form .inline-form textarea {
  position: relative;
  border-radius: 3px;
  border: 1px solid #d9d9d9;
  width: 100%;
  height: 32px;
  padding: 0 10px;
  margin-top: 10px;
  transition: border-color 0.4s ease;
  font-size: 14px;
}
.pop-join .form .inline-form input[type="text"]:focus,
.pop-join .form .inline-form select:focus,
.pop-join .form .inline-form .city-select:focus,
.pop-join .form .inline-form textarea:focus {
  border-color: #4285f3;
}
.pop-join .form .inline-form textarea {
  height: 62px;
  padding: 10px;
}
.pop-join .form .inline-form select,
.pop-join .form .inline-form .city-select .input-search {
  background: url(data:image/svg+xml;base64,PHN2ZyBjbGFzcz0iaWNvbiIgdmlld0JveD0iMCAwIDEwMjQgMTAyNCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMjAwIiBoZWlnaHQ9IjIwMCI+PHBhdGggZD0iTTUwMC44IDYwNC43NzkgMjY3LjMwNyAzNzEuMzkybC00NS4yMjcgNDUuMjcgMjc4Ljc0MSAyNzguNjEzTDc3OS4zMDcgNDE2LjY2bC00NS4yNDgtNDUuMjQ4eiIgZmlsbD0iIzk5OSIvPjwvc3ZnPg==) no-repeat center right 10px / 22px;
}
.pop-join .form .inline-form.row {
  width: 100%;
}
.pop-join .form .inline-form .op-list {
  margin-top: 8px;
  padding-left: 14px;
}
.pop-join .form .inline-form .op-list .op {
  -webkit-user-select: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  line-height: 1;
  color: #555;
  font-size: 14px;
  width: 47.2%;
  margin-top: 6px;
}
.pop-join .form .inline-form .op-list .op label {
  cursor: pointer;
}
.pop-join .form .inline-form .op-list input[type=checkbox] {
  width: 16px;
  height: 16px;
  border: 1px solid #d9d9d9;
  border-radius: 2px;
  cursor: pointer;
  position: relative;
  margin-right: 12px;
}
.pop-join .form .inline-form .op-list input[type=checkbox]:checked {
  border-color: #4285f3;
  background: url(data:image/svg+xml;base64,PHN2ZyBjbGFzcz0iaWNvbiIgdmlld0JveD0iMCAwIDEwMjQgMTAyNCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMjAwIiBoZWlnaHQ9IjIwMCI+PHBhdGggZD0iTTkzOS4xMjYgMzEyLjE0MSA0NDkuNjQyIDgwMS42ODZjLTExLjU4MyAxMS42MDUtMjcuNTYxIDE4LjczMy00NS4xOTYgMTguNzMzLTE3LjU5NCAwLTMzLjU1LTcuMTI4LTQ1LjEzMi0xOC43MzNMODIuNTQ3IDUyNC45OWMtMTEuNTI0LTExLjUzNC0xOC42NzItMjcuNTMtMTguNjcyLTQ1LjA5MSAwLTM1LjI3IDI4LjU5Ni02My45MzggNjMuODY3LTYzLjkzOCAxNy42MzMgMCAzMy42MTIgNy4xODggNDUuMTk1IDE4LjcyMWwyMzEuNTEgMjMxLjU2MyA0NDQuMzkxLTQ0NC40NTNjMTEuNTYzLTExLjUzMSAyNy41NjItMTguNjUgNDUuMjE2LTE4LjY1IDM1LjIyOCAwIDYzLjg2NyAyOC41ODcgNjMuODY3IDYzLjg2NiAwIDE3LjU4Mi03LjEyOSAzMy42MTItMTguNzk1IDQ1LjEzMyIgZmlsbD0iIzQyODVmMyIvPjwvc3ZnPg==) no-repeat center / 10px;
}
.pop-join .submit-btn {
  width: 100%;
  font-size: 18px;
  border-radius: 2px;
  margin-top: 18px;
}
/* 城市选择 */
.city-select {
  padding-right: 0 !important;
}
.city-select .city-cont dl:after,
.city-select .city-txt:after {
  content: " ";
  display: table;
  height: 0;
  clear: both;
}
.city-select.down .city-info {
  border-bottom: none;
}
.city-select.down .city-info:after {
  border-top: none;
  border-bottom: 6px solid #ccc;
}
.city-select.multi .city-pavilion + .city-info .not-search {
  display: none;
}
.city-select.multi .city-pavilion + .city-info .not-search[class~=not-val] {
  display: block;
}
.city-select.multi .city-pavilion.hide + .city-info .city-input {
  display: none;
}
.city-select.multi .city-pavilion.hide + .city-info .city-input[class~=not-val] {
  display: block;
}
.city-select.multi .city-pavilion + .multi-type .city-input {
  display: block;
}
.city-select.multi .city-pavilion.hide + .multi-type .city-input[class~=not-val] {
  display: block;
}
.city-select.multi .city-pavilion.hide + .multi-type .search-show {
  display: block;
}
.city-select.disabled .city-info {
  background-color: #eef1f6;
  cursor: not-allowed;
}
.city-select.disabled .city-info span {
  background-color: #eef1f6;
}
.city-select.disabled .city-info span:hover i {
  display: none;
}
.city-select.disabled .city-info span + .city-input {
  display: none;
}
.city-select.disabled .city-info input {
  cursor: not-allowed;
}
.city-select.readonly .city-info {
  cursor: default;
}
.city-select.readonly .city-info span:hover i {
  display: none;
}
.city-select.readonly .city-info span + .city-input {
  display: none;
}
.city-select.readonly .city-info input {
  cursor: default;
}
.city-select .city-info.multi-type span {
  background: 0 0;
  padding: 5px 0;
  margin-right: 0;
}
.city-select .city-info.multi-type .span-over {
  width: 99%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.city-select .city-info.multi-type .city-input {
  display: block;
  width: 100%;
}
.city-select .city-info.multi-type .city-input.hide {
  display: none;
}
.city-select .city-info span {
  background-color: #f5f5f5;
  border-radius: 2px;
  color: #666;
  cursor: default;
  font-size: 13px;
  display: inline-block;
  vertical-align: middle;
  padding: 3px;
  margin-right: 5px;
  position: relative;
}
.city-select .city-info span + .city-input {
  width: auto;
}
.city-select .city-info span i {
  color: #fff;
  cursor: pointer;
  background: #ffbfbf;
  border-radius: 100%;
  display: block;
  width: 14px;
  height: 14px;
  line-height: 14px;
  text-align: center;
  font-size: 0;
  position: absolute;
  top: -5px;
  right: -5px;
  z-index: 1;
  visibility: hidden;
  opacity: 0;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  -webkit-transition: all 1s;
  transition: all 1s;
}
.city-info {
  height: 100%;
  display: flex;
  align-items: center;
  width: 100%;
}
.city-select .city-info span:hover i {
  visibility: visible;
  opacity: 1;
}
.city-select .city-info .city-input,
.city-select .city-info span {
  display: inline-block;
  vertical-align: middle;
}
.city-select .city-input {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.city-select .city-input.hide {
  display: none;
}
.city-select .city-input em {
  color: #999;
  display: block;
  font-style: normal;
  font-size: 12px;
  height: 24px;
  line-height: 24px;
}
.city-select .input-search {
  background: 0 0;
  border: none!important;
  width: 100%!important;
  height: 100%!important;
  position: absolute;
  padding: 0!important;
  left: 0;
  top: 0;
  margin: 0 !important;
}
.city-select .city-list,
.city-select .city-pavilion {
  border: 1px solid #ccc;
  background: #fff;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1;
  margin-top: -1px;
  transition-duration: 0.4s;
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}
.city-select .city-list.hide,
.city-select .city-pavilion.hide {
  transform: translateY(-2%);
  opacity: 0;
  visibility: hidden;
  z-index: -1;
}
.city-select .city-pavilion {
  width: 100%;
}
.city-select .city-tabs {
  border-bottom: 1px solid #ccc;
  background: #fbfbfb;
  font-size: 0;
}
.city-select .city-tabs a {
  border-bottom: 1px solid transparent;
  display: inline-block;
  font-size: 13px;
  color: #666;
  padding: 0 6px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  position: relative;
  bottom: -1px;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  -webkit-transition: all 1s;
  transition: all 1s;
}
.city-select .city-tabs a:hover {
  border-bottom-color: #000;
}
.city-select .city-tabs a.active {
  border-bottom-color: #4285f3;
  color: #4285f3;
  cursor: default;
}
.city-select .city-tabs a.forbid {
  color: #bbb;
  cursor: not-allowed;
}
.city-select .city-tabs a.forbid:hover {
  border-bottom-color: transparent;
}
.city-select .city-cont {
  padding-top: 10px;
  font-size: 0;
  position: relative;
  max-height: 200px;
  overflow-x: hidden;
  overflow-y: auto;
  padding-left: 10px;
}
.city-select .city-cont dl:first-child dd {
  margin-left: 0;
}
.city-select .city-cont dd,
.city-select .city-cont dt {
  display: inline-block;
  vertical-align: top;
  float: left;
}
.city-select .city-cont dt {
  color: #4285f3;
  font-size: 15px;
  width: 100%;
  margin-left: 10px;
  margin-bottom: 5px;
}
.city-select .city-cont dd {
  font-size: 14px;
  width: 90%;
  margin-top: -10px;
  padding-bottom: 20px;
}
.city-select .city-cont dd a {
  color: #666;
  display: inline-block;
  padding: 3px;
  margin-top: 5px;
  margin-left: 5px;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  font-size: 13px;
}
.city-select .city-cont dd a:hover {
  background: #f5f5f5;
  border-radius: 2px;
}
.city-select .city-cont dd a.active {
  background: #4285f3;
  border-radius: 2px;
  color: #fff;
  box-shadow: 0 0 5px #ddd;
}
.city-select .city-cont dl {
  transition-duration: 0.4s;
  opacity: 1;
  transform: translateX(0);
  margin-left: -10px;
}
.city-select .city-cont dl.hide {
  display: none;
  opacity: 0;
  transform: translateX(5%);
}
.city-select .city-list {
  font-size: 0;
  width: 100%;
  max-height: 170px;
  overflow-x: hidden;
  overflow-y: auto;
  box-sizing: border-box;
}
.city-select .city-list li {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  cursor: pointer;
  padding: 10px 5px;
  position: relative;
  margin-bottom: -1px;
}
.city-select .city-list li:first-child {
  border-top: none;
}
.city-select .city-list li:hover {
  background-color: #f9f9f9;
}
.city-select .city-list li.active {
  border-left: 2px solid #4285f3;
  background-color: #f0fbfd;
}
.city-select .city-list li.hover {
  border-bottom-color: #4285f3;
  background-color: #f9f9f9;
  z-index: 2;
}
.city-select .city-list li.hover span {
  text-indent: 10px;
}
.city-select .city-list li.not-have {
  background-color: #fff;
  color: #999;
  font-size: 14px;
  cursor: not-allowed;
  line-height: 1.5;
  padding: 5px;
}
.city-select .city-list li.not-have strong {
  color: #4285f3;
  font-style: normal;
  padding: 0 5px;
}
.city-select .city-list span {
  display: inline-block;
  font-size: 14px;
  width: 50%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.city-select .city-list span.spell {
  text-align: right;
  font-size: 12px;
  color: #4285f3;
}
.city-select .city-txt {
  color: #999;
  font-size: 12px;
  margin-bottom: 10px;
  vertical-align: text-bottom;
  padding-top: 10px;
  padding-left: 10px;
}
.city-select .city-txt a,
.city-select .city-txt span {
  display: block;
  float: right;
  margin-right: 10px;
  vertical-align: top;
}
.city-select .city-txt em {
  font-style: normal;
  font-size: 13px;
}
.city-select .city-txt a {
  color: #dc8383;
  margin-top: -3px;
  font-size: 13px;
}
.city-select .city-txt a:hover {
  color: #4285f3;
}
.city-select .city-txt a i {
  background: url(http://images.vrm.cn/2017/07/26/del.png) no-repeat;
  width: 16px;
  height: 16px;
  display: inline-block;
  vertical-align: middle;
}
.city-select .city-txt span {
  letter-spacing: 2px;
}
.city-select .city-txt i {
  color: #4285f3;
}
.city-select .city-tips {
  background: rgba(0, 0, 0, 0.7);
  border-radius: 2px;
  color: #fff;
  font-size: 14px;
  text-align: center;
  padding: 0 10px;
  position: absolute;
  top: 5px;
  left: 50%;
  line-height: 36px;
  margin-left: -50px;
  transition-duration: 0.4s;
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
  z-index: 5;
}
.city-select .city-tips.hide {
  transform: translateY(5%);
  opacity: 0;
  visibility: hidden;
}
/* 软件试用 */
.supSoft .swiper-control-btns {
  margin-top: 70px;
}
.supModule .list li {
  padding: 40px 48px 50px;
  background: #fff;
  width: 48.286%;
  margin-top: 45px;
  transition: background-color 0.4s ease;
}
.supModule .list li:hover {
  background-color: #4285f3;
}
.supModule .list li:hover .title,
.supModule .list li:hover .text {
  color: #fff;
}
.supModule .list li:hover .text {
  opacity: 0.58;
}
.supModule .list li:hover a {
  background-color: #fff;
  color: #4285f3;
}
.supModule .list .title {
  color: #333;
  font-weight: bold;
  transition: color 0.4s ease;
}
.supModule .list .text {
  color: #777;
  font-size: 15px;
  line-height: 30px;
  margin-top: 20px;
  transition: color 0.4s ease, opacity 0.4s ease;
}
.supModule .list a {
  font-size: 15px;
  color: #333333;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 136px;
  height: 40px;
  background-color: #e7e7e7;
  border-radius: 4px;
  transition: background-color 0.4s ease, color 0.4s ease;
}
.supChoose li {
  width: 14.857%;
  height: 102px;
  border: 1px solid #d9d9d9;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
  transition: box-shadow 0.4s ease;
  box-shadow: 0px 1px 16px 0px rgba(0, 0, 0, 0.05);
}
.supChoose li:hover {
  box-shadow: 0px 1px 16px 0px rgba(0, 0, 0, 0.18);
}
/* 技术支持-产品手册 */
.supManual-tab {
  padding: 24px 0;
}
.supManual-tab li + li {
  margin-left: 50px;
}
.supManual-tab li.active a {
  color: #4285f3;
}
.supManual-tab a {
  display: flex;
  align-items: center;
  color: #333333;
  transition: color 0.4s ease;
}
.supManual-tab a:hover {
  color: #4285f3;
}
.supManual-tab a .icon {
  margin-right: 10px;
}
.supManual .in {
  background-color: #fff;
  padding: 40px 38px 48px;
}
.supManual .heading {
  display: flex;
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 18px;
  font-size: 16px;
  color: #999999;
}
.supManual .name {
  width: 25%;
  padding-right: 20px;
}
.supManual .name a {
  font-weight: bold;
  transition: color 0.4s ease;
}
.supManual .name a:hover {
  color: #4285f3;
}
.supManual .intro {
  width: 28%;
  padding-right: 20px;
}
.supManual .type {
  width: 8%;
  text-align: center;
}
.supManual .size {
  width: 10%;
  text-align: center;
}
.supManual .date {
  width: 15%;
  text-align: center;
}
.supManual .op {
  width: 15%;
  text-align: center;
}
.supManual .op a {
  display: inline-block;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  transition: all 0.4s ease;
  padding: 3px 4px;
  border-radius: 8px;
  margin-top: -3px;
}
.supManual .op a:hover {
  background-color: #ececec;
}
.supManual .op i {
  display: block;
  background: url("../images/pages/dwl-icon2.png") no-repeat center / 100%;
  width: 28px;
  height: 25px;
}
.supManual .list li {
  display: flex;
  padding: 14px 0;
  border-bottom: 1px solid #ebebeb;
  font-size: 15px;
  color: #333;
}
/* 技术支持-说明文档 */
.supDom .in {
  background-color: #fff;
  padding: 40px;
  height: 100%;
  overflow: unset;
}
.supDom .sidebar {
  width: 13.7%;
  position: sticky;
  top: calc(var(--header-small-height) + 10px);
  height: 100%;
}
.supDom .sidebar .heading .title {
  display: flex;
  justify-content: space-between;
}
.supDom .sidebar .heading .title .tit {
  font-size: 15px;
  color: #333333;
  padding-right: 10px;
}
.supDom .sidebar .heading .title .icon {
  width: 16px;
  height: 16px;
  cursor: pointer;
}
.supDom .sidebar .heading .title .menu {
  position: relative;
}
.supDom .sidebar .heading .title .menu ul {
  position: absolute;
  width: 104px;
  padding: 9px 0;
  background-color: #fff;
  border: 1px solid #e0e0e0;
  box-sizing: border-box;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  z-index: 999;
  top: 20px;
  left: 0;
  display: none;
}
.supDom .sidebar .heading .title .menu ul li {
  transition: all 0.4s ease;
  font-size: 13px;
  padding: 6px;
  text-align: center;
  line-height: 22px;
}
.supDom .sidebar .heading .title .menu ul li:hover,
.supDom .sidebar .heading .title .menu ul li.active {
  background-color: #f2f8fd;
}
.supDom .sidebar .search {
  margin-top: 20px;
  position: relative;
}
.supDom .sidebar .search input {
  width: 100%;
  height: 32px;
  border: 1px solid #e6e6e6;
  border-radius: 4px;
  padding: 0 10px;
  transition: border-color 0.4s ease;
}
.supDom .sidebar .search input::placeholder {
  font-size: 14px;
  color: #999999;
}
.supDom .sidebar .search input:focus {
  border-color: #4285f3;
}
.supDom .sidebar .search .submit {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  color: #9d9d9d;
}
.supDom .sidebar .navigation {
  margin-top: 24px;
}
.supDom .sidebar .navigation .navigation-name {
  color: #555555;
  font-size: 14px;
  border-bottom: 1px solid #f2f2f2;
  padding: 10px 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: color 0.4s ease;
}
.supDom .sidebar .navigation .navigation-name:hover {
  color: #4285f3;
}
.supDom .sidebar .navigation .navigation-name i {
  display: block;
  background: url(data:image/svg+xml;base64,PHN2ZyBjbGFzcz0iaWNvbiIgdmlld0JveD0iMCAwIDEwMjQgMTAyNCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMjAwIiBoZWlnaHQ9IjIwMCI+PHBhdGggZD0iTTUwMC44IDYwNC43NzkgMjY3LjMwNyAzNzEuMzkybC00NS4yMjcgNDUuMjcgMjc4Ljc0MSAyNzguNjEzTDc3OS4zMDcgNDE2LjY2bC00NS4yNDgtNDUuMjQ4eiIgZmlsbD0iIzk5OSIvPjwvc3ZnPg==) no-repeat center / 100%;
  width: 18px;
  height: 18px;
  border-radius: 4px;
  transition: all 0.4s ease;
}
.supDom .sidebar .navigation .navigation-name i:hover {
  background-color: #ececec;
}
.supDom .sidebar .navigation .navigation-name.active i {
  transform: rotate(180deg);
}
.supDom .sidebar .navigation .navigation-sub {
  display: none;
}
.supDom .sidebar .navigation .navigation-sub a {
  display: block;
  font-size: 14px;
  color: #555;
  padding: 10px 16px;
  transition: all 0.4s ease;
}
.supDom .sidebar .navigation .navigation-sub a.active {
  background-color: #f0f6ff;
  color: #4285f3;
}
.supDom .sidebar .navigation .navigation-sub a:hover {
  color: #4285f3;
}
.supDom .textbox {
  width: 82%;
}
.supDom .textbox .titlebox {
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 12px;
  margin-top: 20px;
}
.supDom .textbox .titlebox .title {
  font-weight: bold;
}
.supDom .textbox .titlebox .date {
  font-size: 12px;
  color: #999999;
  margin-top: 10px;
}
.supDom .textbox .content {
  font-size: 15px;
  line-height: 30px;
}
.supDom .textbox .content h2 {
  font-weight: bold;
  font-size: 24px;
  color: #333;
  margin-bottom: 15px;
}
.supDom .textbox .content p {
  margin-bottom: 30px;
}
.supDom .textbox .content img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}
.supDom .textbox .nav-go {
  margin-top: 30px;
  padding-top: 25px;
  border-top: 1px solid #e0e0e0;
}
.supDom .textbox .nav-go p {
  font-size: 14px;
  color: #999999;
}
.supDom .textbox .nav-go a {
  color: #333;
  font-size: 16px;
  margin-top: 6px;
  display: block;
  transition: color 0.4s ease;
}
.supDom .textbox .nav-go a:hover {
  color: #0d4cf4;
}
/* 视频教程 */
.supVideo-class .in {
  background-color: #fff;
  padding: 26px 40px;
  padding: 16px 30px;
}
.supVideo-class .name {
  color: #999;
  font-size: 16px;
  padding-top: 2px;
  white-space: nowrap;
}
.supVideo-class .ul-list {
  margin: -10px 0 0 -10px;
}
.supVideo-class li {
  margin-left: 20px;
  margin-top: 10px;
}
.supVideo-class li a {
  font-size: 15px;
  color: #333;
  display: inline-block;
  border-radius: 4px;
  padding: 3px 8px;
  transition: background-color 0.4s ease, color 0.4s ease;
}
.supVideo-class li a:hover {
  color: #4285f3;
}
.supVideo-class li.active a {
  background-color: #4285f3;
  color: #fff;
}
.supVideo .list {
  margin-top: -24px;
}
.supVideo .item {
  width: 23.36%;
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  margin-top: 24px;
}
.supVideo .item .pic {
  position: relative;
  padding-top: 68%;
  overflow: hidden;
}
.supVideo .item .pic img {
  transform: scale(1.04);
  transition: all 0.4s ease;
}
.supVideo .item .pic .video-play {
  position: absolute;
  right: 26px;
  bottom: 22px;
  left: auto;
  top: auto;
  transition: all 0.4s ease;
}
.supVideo .item .pic .video-play:hover {
  transform: scale(0.9);
}
.supVideo .item .info {
  display: block;
  background-color: #fff;
  padding: 16px 22px 26px;
}
.supVideo .item .label {
  color: #4285f3;
  font-size: 13px;
  border-radius: 4px;
  background-color: #ccd8f2;
  display: inline-block;
  padding: 3px 7px;
}
.supVideo .item .title {
  margin-top: 10px;
  color: #222;
  font-size: 16px;
  line-height: 28px;
  transition: color 0.4s ease;
}
.supVideo .item .title:hover {
  color: #0d4cf4;
}
.supVideo .item:hover .pic img {
  transform: scale(1);
}
.breadcrumb {
  font-size: 12px;
}
.breadcrumb a {
  color: #4285f3;
}
.breadcrumb a:hover {
  text-decoration: underline;
}
.breadcrumb span {
  padding: 0 5px;
}
/* 技术支持-视频教程详情 */
.supVid .lft {
  padding: 48px 38px 56px;
  background-color: #fff;
  width: 72.2%;
}
.supVid .lft .breadcrumb a,
.supVid .lft .breadcrumb span {
  color: #999999;
}
.supVid .lft .breadcrumb p {
  color: #4285f3;
}
.supVid .lft .heading {
  margin-top: 14px;
}
.supVid .lft .heading .title {
  color: #222;
  font-weight: bold;
}
.supVid .lft .info {
  margin-top: 20px;
  color: #c8c8c8;
  font-size: 15px;
}
.supVid .lft .info .cell {
  display: flex;
  align-items: center;
}
.supVid .lft .info .cell:not(:first-child) {
  margin-left: 44px;
}
.supVid .lft .info .icon {
  margin-right: 6px;
}
.supVid .lft .video_box {
  position: relative;
}
.supVid .lft .video_box .cover {
  display: block;
  position: relative;
  padding-top: 62%;
}
.supVid .lft .video_box .cover a {
  position: absolute;
  display: block;
  width: 52px;
  height: 52px;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  transition: all 0.4s ease;
}
.supVid .lft .video_box .cover a:hover {
  transform: scale(0.9);
}
.supVid .lft .video_box .video {
  position: absolute;
  left: 0;
  top: 0;
  object-fit: contain;
  background: #000;
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: none;
  z-index: 3;
}
.supVid .lft .video_box iframe,
.supVid .lft .video_box video {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.supVid .lft .label span {
  display: inline-block;
  background-color: #e7e7e7;
  padding: 3px 9px;
  border-radius: 4px;
  font-size: 14px;
  color: #555;
}
.supVid .lft .desc {
  font-size: 15px;
  line-height: 28px;
  color: #555;
  margin-top: 18px;
}
.supVid .lft .list .theTitle {
  font-size: 22px;
  color: #4285f3;
  padding-bottom: 16px;
  border-bottom: 1px solid #ededed;
}
.supVid .lft .list li {
  border-bottom: 1px solid #ededed;
  padding: 17px 0;
  cursor: pointer;
}
.supVid .lft .list li:hover .tit {
  color: #4285f3;
}
.supVid .lft .list li.active .tit i {
  transform: rotate(180deg);
}
.supVid .lft .list .tit {
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #333;
  font-weight: 500;
  transition: color 0.4s ease;
}
.supVid .lft .list .tit i {
  display: block;
  background: url(data:image/svg+xml;base64,PHN2ZyBjbGFzcz0iaWNvbiIgdmlld0JveD0iMCAwIDEwMjQgMTAyNCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMjAwIiBoZWlnaHQ9IjIwMCI+PHBhdGggZD0iTTUwMC44IDYwNC43NzkgMjY3LjMwNyAzNzEuMzkybC00NS4yMjcgNDUuMjcgMjc4Ljc0MSAyNzguNjEzTDc3OS4zMDcgNDE2LjY2bC00NS4yNDgtNDUuMjQ4eiIgZmlsbD0iIzk5OSIvPjwvc3ZnPg==) no-repeat center / 100%;
  width: 18px;
  height: 18px;
  border-radius: 4px;
  transition: all 0.4s ease;
}
.supVid .lft .list .sub {
  padding-left: 30px;
  display: none;
}
.supVid .lft .list .sub a {
  display: block;
  color: #555;
  font-size: 14px;
  margin-top: 16px;
}
.supVid .lft .list .sub a:hover {
  text-decoration: underline;
}
.supVid .rgt {
  width: 24.8%;
  background-color: #fff;
  height: 100%;
  position: sticky;
  top: calc(var(--header-small-height) + 10px);
}
.supVid .rgt .heading {
  padding: 40px 30px 0 40px;
  font-weight: bold;
  font-size: 22px;
}
.supVid .rgt .list a {
  display: block;
  padding: 25px 30px 25px 40px;
}
.supVid .rgt .list a .title {
  color: #333;
  font-size: 16px;
  font-weight: bold;
  transition: color 0.4s ease;
}
.supVid .rgt .list a .info {
  font-size: 14px;
  color: #c8c8c8;
  margin-top: 10px;
  display: flex;
  justify-content: space-between;
}
.supVid .rgt .list a:not(:first-child) {
  border-top: 1px solid #f0f0f0;
}
.supVid .rgt .list a:hover .title {
  color: #0d4cf4;
}
.page-nav .go {
  display: flex;
  align-items: flex-end;
  max-width: 48%;
}
.page-nav p {
  font-size: 14px;
  color: #999;
  margin-right: 12px;
}
.page-nav a {
  color: #333;
  font-size: 16px;
  transition: color 0.4s ease;
}
.page-nav a:hover {
  color: #4285f3;
}
/* 关于我们-公司新闻详情 */
.article .content .page-nav {
  padding-top: 16px;
  border-top: 1px solid #eaeaea;
}
/* 关于我们-公司简介 */
.about-intro .text {
  font-size: 18px;
  line-height: 38px;
  text-align: justify;
  text-align-last: center;
}
.about-intro .text p {
  margin-bottom: 40px;
  text-align: center;
}
.about-intro .data li {
  width: 30%;
  text-align: center;
  padding: 0 15px;
}
.about-intro .data li .num {
  color: #004a97;
  line-height: 1;
}
.about-intro .data li p {
  margin-top: 10px;
  color: #999999;
  font-size: 15px;
}
.about-intro .data li .tit {
  font-size: 15px;
  color: #555;
  margin-top: 6px;
}
.about-intro .data li + li {
  border-left: 1px solid #dddddd;
}
.about-bg {
  position: relative;
}
.about-bg .content {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}
.about-bg .text {
  color: #fff;
}
.about-bg .text .com-tit {
  text-align: left;
  color: #fff;
}
.about-contact .com-tit,
.about-contact .com-tip {
  text-align: left;
}
.about-contact .info {
  width: 45%;
}
.about-contact .info .list li {
  margin-top: 30px;
}
.about-contact .info .list .tit {
  font-size: 15px;
  color: #777777;
}
.about-contact .info .list p {
  font-size: 20px;
  color: #222222;
  margin-top: 8px;
}
.about-contact .info .list p.sm {
  font-size: 16px;
}
.about-contact .msg {
  width: 47%;
}
.about-contact .msg .form {
  margin-top: 20px;
}
.about-contact .msg .form input,
.about-contact .msg .form textarea {
  height: 52px;
  padding: 0 26px;
  background-color: #efefef;
  border: 1px solid #efefef;
  width: 49%;
  margin-bottom: 14px;
  border-radius: 5px;
  transition: all 0.4s ease;
}
.about-contact .msg .form input::placeholder,
.about-contact .msg .form textarea::placeholder {
  font-size: 15px;
  color: #777777;
}
.about-contact .msg .form input:focus,
.about-contact .msg .form textarea:focus {
  background: #fff;
  border-color: #4285f3;
  box-shadow: 0 2px 18px 0 rgba(66, 133, 243, 0.27);
}
.about-contact .msg .form textarea {
  height: 88px!important;
  padding: 16px 26px;
  width: 100%;
  margin-bottom: 20px;
}
.about-map #map {
  width: 100%;
  height: 480px;
}
.about-map .amap-info-content {
  padding: 14px 20px;
  border-radius: 4px;
}
.about-map .amap-info-close {
  display: none;
}
.about-address li {
  margin-top: 70px;
  width: 33%;
}
.about-address li .title {
  font-weight: bold;
  color: #333;
}
.about-address li .text {
  margin-top: 10px;
  font-size: 15px;
  line-height: 28px;
  color: #777777;
}
/* 关于我们-荣誉资质 */
.about-dict .slider .swiper {
  padding: 0 20px;
  width: calc(100% + 40px);
  margin-left: -20px;
}
.about-dict .slider .item {
  text-align: center;
}
.about-dict .slider .item:hover .pic {
  box-shadow: 0px 0px 22.56px 1.44px rgba(0, 0, 0, 0.1);
}
.about-dict .slider .item:hover .pic img {
  transform: scale(0.98);
}
.about-dict .slider .pic {
  height: 430px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s ease;
}
.about-dict .slider .pic img {
  max-width: 95%;
  max-height: 95%;
  transition: all 0.4s ease;
}
.about-dict .slider .title {
  font-size: 22px;
  font-weight: bold;
  color: #333333;
  margin-top: 28px;
}
.about-dict .slider .desc {
  font-size: 15px;
  color: #333333;
  margin-top: 10px;
}
.about-dict .about-slider-btn {
  top: calc(50% - 40px);
}
.about-slider-btn {
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 2px solid #e6e6e6;
  color: #333;
  transition: all 0.4s ease;
  cursor: pointer;
  position: absolute;
  z-index: 2;
  top: 50%;
  transform: translateY(-50%);
}
.about-slider-btn.prev {
  left: -80px;
}
.about-slider-btn.next {
  right: -80px;
}
.about-slider-btn:hover {
  border-color: #9dbae8;
  background-color: #4285f3;
  color: #fff;
}
.about-honor .slider .item {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  text-align: center;
  font-size: 22px;
  line-height: 1.4em;
}
.about-honor .slider .item .title {
  display: block;
  flex-shrink: 0;
  margin-top: 10px;
  width: 100%;
  padding: 0 .1em;
  text-align: center;
  font-weight: bold;
  color: #333333;
}
.about-honor .slider .item .img-div {
  display: flex;
  margin: 0 auto;
  width: 100%;
  height: 430px;
  justify-content: center;
}
.about-honor .slider .item img {
  max-width: 95%;
  max-height: 95%;
  transition: all 0.4s ease;
}
.about-honor .slider .item:hover img {
  transform: scale(0.98);
}
.about-honor .card {
  margin-left: -15px;
  margin-right: -15px;
}
.about-honor .card .swiper {
  width: 100%;
}
.about-honor .card .item {
  margin: 0 15px;
  background-color: #27282d;
  color: #fff;
  position: relative;
  min-height: 324px;
  padding: 40px 48px;
}
.about-honor .card .item .icon {
  position: absolute;
  right: 0;
  bottom: 0;
}
.about-honor .card .item ul {
  font-size: 15px;
  line-height: 30px;
}
.about-honor .card .item ul li {
  padding-left: 14px;
  position: relative;
}
.about-honor .card .item ul li:after {
  content: "";
  width: 6px;
  height: 6px;
  position: absolute;
  left: 0;
  top: 12px;
  background-color: #fff;
  border-radius: 50%;
}
.about-honor .card .item .title {
  font-size: 26px;
  font-weight: bold;
}
.about-coop .logo li {
  width: 18.34%;
  margin-top: 22px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
/* 关于我们-公司新闻 */
.about-news .pic {
  width: 50%;
}
.about-news .pic a {
  display: block;
  padding-top: 65.7%;
  padding-top: 57%;
  position: relative;
  height: 100%;
  overflow: hidden;
}
.about-news .rgt {
  width: 50%;
  background-color: #ffffff;
  padding: 58px 70px 40px 50px;
}
.about-news .rgt .text .date {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #999999;
}
.about-news .rgt .text .date img {
  padding-right: 9px;
}
.about-news .rgt .text .title {
  font-weight: bold;
  color: #222222;
  margin-top: 20px;
  transition: all 0.4s ease;
}
.about-news .rgt .text .desc {
  font-size: 16px;
  line-height: 36px;
  color: #444;
}
.about-news .rgt .text:hover .title {
  color: #4285f3;
}
.about-news .rgt .slider-btn {
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 2px solid #e6e6e6;
  color: #333;
  transition: all 0.4s ease;
  cursor: pointer;
  z-index: 2;
}
.about-news .rgt .slider-btn:not(:first-child) {
  margin-left: 15px;
}
.about-news .rgt .slider-btn:hover {
  border-color: #9dbae8;
  background-color: #4285f3;
  color: #fff;
}
.about-newsList .list::after {
  content: '';
  height: 0;
  width: 31.8%;
}
.about-newsList .list .item {
  margin-top: 30px;
  width: 31.8%;
  background-color: #fff;
}
.about-newsList .list .item .pic {
  position: relative;
  padding-top: 57%;
  overflow: hidden;
}
.about-newsList .list .item .pic img {
  transform: scale(1.06);
  transition: all 0.4s ease;
}
.about-newsList .list .item .info {
  background-color: #fff;
  padding: 20px;
}
.about-newsList .list .item .info .title {
  font-size: 20px;
  line-height: 30px;
  color: #222222;
  font-weight: bold;
  -webkit-line-clamp: 1;
  transition: color 0.4s ease;
}
.about-newsList .list .item .info .other {
  display: flex;
  margin-top: 12px;
  align-items: flex-start;
  justify-content: space-between;
  font-size: 14px;
  line-height: 20px;
}
.about-newsList .list .item .info .tags {
  display: flex;
  margin-left: -5px;
  margin-top: -5px;
  flex-wrap: wrap;
}
.about-newsList .list .item .info .tags .tag {
  margin-left: 5px;
  margin-top: 5px;
  border-radius: 3px;
  padding: 0 0.6em;
  background: #f0f0f0;
}
.about-newsList .list .item .info .date {
  display: flex;
  flex-shrink: 0;
  margin-left: 15px;
  color: #999;
  align-items: center;
}
.about-newsList .list .item .info .date img {
  padding-right: 9px;
}
.about-newsList .list .item:hover .pic img {
  transform: scale(1);
}
.about-newsList .list .item:hover .title {
  color: #4285f3;
}
@media (max-width: 1599px) {
  .com-banner .title {
    font-size: 46px;
  }
  .com-banner .in {
    height: calc(100% - 64px);
  }
  .com-navigation {
    margin-top: -64px;
  }
  .com-navigation a {
    height: 64px;
    padding: 0 24px;
  }
  .core-tec .item .content .text .title {
    padding: 40px 0;
  }
  .core-tec .item .content .text .intro {
    margin-top: 26px;
  }
  .core-detail .title {
    font-size: 36px;
  }
  .core-detail .content p + p {
    margin-top: 18px;
  }
  .core-detail .content {
    margin-top: 34px;
  }
  .core-detail .content p {
    font-size: 17px;
  }
  .solutionDetail-pic-list li {
    margin: 36px 0 0 50px;
  }
  .solutionDetail-pic-list ul {
    margin-left: -50px;
  }
  .prod-item .pic {
    height: 220px;
  }
  .prod-item .info {
    padding: 0 30px 20px;
  }
  .solution-all .tab-list .item .title {
    font-size: 20px;
  }
  .solution-case .item .content .back .title {
    font-size: 22px;
  }
  .solution-case .item .content .back .tip {
    margin-top: 10px;
  }
  .solution-list .item .tit {
    font-size: 20px;
    line-height: 26px;
  }
  .solution-list .item .more {
    width: 32px;
    height: 32px;
  }
  .solution-all .tab-bar li + li {
    margin-left: 24px;
  }
  .solution-all .tab-bar {
    padding-bottom: 14px;
  }
  .solution-all .tab-bar li {
    padding: 0 14px;
  }
  .solution-all .tab-bar li:after {
    bottom: -16px;
  }
  .solution-all .tab-bar a {
    font-size: 17px;
  }
  .article .content {
    padding: 60px 40px;
  }
  .article .text p {
    margin-bottom: 25px;
  }
  .article .text {
    font-size: 15px;
    line-height: 34px;
  }
  .article .text h2 {
    font-size: 20px;
  }
  .prodList .cell .cell-sub-tit {
    font-size: 22px;
  }
  .prodList .cell .piece {
    margin-top: 20px;
  }
  .pop-join .form {
    max-height: 72vh;
  }
  .supModule .list li {
    padding: 40px;
  }
  .supDom .textbox .content h2 {
    font-size: 20px;
    margin-bottom: 5px;
  }
  .supDom .textbox .content p {
    margin-bottom: 20px;
  }
  .supVid .rgt .heading {
    padding: 30px 20px 0 20px;
  }
  .supVid .rgt .list a .info {
    font-size: 13px;
  }
  .supVid .rgt .list a {
    padding: 20px;
  }
  .supVid .rgt .list a .info {
    margin-top: 5px;
  }
  .about-intro .text {
    font-size: 16px;
    line-height: 30px;
  }
  .about-intro .text p {
    margin-bottom: 26px;
  }
  .about-dict .slider .pic {
    height: 400px;
  }
  .about-dict .slider,
  .about-honor .slider {
    padding: 0 50px;
  }
  .about-dict .slider .title {
    font-size: 20px;
    margin-top: 20px;
  }
  .about-slider-btn.prev {
    left: -10px;
  }
  .about-slider-btn.next {
    right: -10px;
  }
  .about-honor .slider .item {
    font-size: 20px;
  }
  .about-honor .slider .item .img-div {
    height: 380px;
  }
  .about-honor .card {
    margin-left: -10px;
    margin-right: -10px;
  }
  .about-honor .card .item {
    padding: 32px 40px;
    margin: 0 10px;
  }
  .about-honor .card .item .title {
    font-size: 24px;
  }
  .about-news .rgt {
    padding: 50px 60px 40px 50px;
  }
  .about-newsList .list .item .info {
    padding: 26px 24px;
  }
  .about-newsList .list .item .info .title {
    font-size: 20px;
    line-height: 32px;
  }
}
@media screen and (max-width: 1279px) {
  .com-banner .title {
    font-size: 40px;
  }
  .com-banner .desc {
    font-size: 18px;
  }
  .com-banner .in {
    height: calc(100% - 56px);
  }
  .com-navigation {
    margin-top: -56px;
  }
  .com-navigation a {
    height: 56px;
    padding: 0 20px;
  }
  .com-btn {
    font-size: 14px;
    width: 130px;
    height: 40px;
  }
  .video-play {
    width: 30px;
    height: 30px;
  }
  .heading-top main {
    margin-top: 0;
  }
  .core-tec {
    margin-top: calc(-1.1rem + 1px);
  }
  .core-tec .item .content .text .title {
    font-size: 32px;
  }
  .core-tec .item .content .text .title {
    padding: 30px 0;
  }
  .core-tec .item .content .text .intro p {
    font-size: 16px;
    line-height: 30px;
  }
  .core-tec .item .content .text .intro {
    margin-top: 20px;
  }
  .solutionDetail-banner .tab .item .in {
    padding: 20px;
  }
  .solutionDetail-banner .pic .item .content .desc {
    font-size: 18px;
    line-height: 30px;
  }
  .solutionDetail-banner .tab {
    margin-top: -80px;
  }
  .solutionDetail-banner .tab .item .title {
    font-size: 18px;
  }
  .solutionDetail-banner .tab .item .desc {
    font-size: 14px;
    margin-top: 8px;
  }
  .solutionDetail-banner .tab .item a {
    font-size: 14px;
    margin-top: 15px;
  }
  .solutionDetail-banner .tab .item {
    height: 150px;
  }
  .solutionDetail-banner .tab .item .in {
    height: 120px;
  }
  .solutionDetail-pic-list li {
    margin: 28px 0 0 28px;
  }
  .prod-detail .content .solutionDetail-pic-list ul {
    margin-top: -28px;
  }
  .solutionDetail-pic-list ul {
    margin-left: -28px;
  }
  .prod-item .info {
    padding: 0 20px 20px;
  }
  .prod-item .desc {
    margin-top: 10px;
    font-size: 14px;
  }
  .solutionDetail-banner .tab .inner {
    width: 100%;
  }
  .solution-list .item {
    padding: 20px;
  }
  .solution-list .item {
    width: 48.5%;
    margin-top: 20px;
  }
  .solution-case .item .content .forward .tit {
    font-size: 18px;
  }
  .solution-case .item .content .forward {
    padding: 20px 15px;
  }
  .solution-case .item .content .forward .desc {
    font-size: 14px;
  }
  .solution-case .item .content .back {
    padding: 20px 15px;
  }
  .solution-case .item .content .back .tip {
    font-size: 13px;
    line-height: 20px;
  }
  .solution-case .item .content .back .view {
    margin-top: 15px;
  }
  .solution-case .item .content .back .com-btn {
    width: 80px;
    height: 30px;
  }
  .solution-case .item .content .back .title {
    font-size: 18px;
  }
  .solution-case .item .content .back .tip {
    margin-top: 5px;
  }
  .solution-all .tab-bar a {
    font-size: 16px;
  }
  .solution-all .tab-bar li {
    padding: 0 8px;
  }
  .solution-all .tab-bar {
    padding-bottom: 10px;
  }
  .solution-all .tab-bar li:after {
    bottom: -10px;
  }
  .solution-all .tab-list .item .title {
    font-size: 18px;
    margin-top: 15px;
  }
  .solution-all .tab-list .item .desc {
    font-size: 14px;
    line-height: 24px;
    margin-top: 10px;
  }
  .solution-all .tab-list .item .label span {
    padding: 3px 8px;
    font-size: 13px;
  }
  .solution-all .tab-list .item .label {
    margin-top: 10px;
  }
  .solution-all .tab-list .item {
    margin-top: 30px;
  }
  .article .content {
    margin-top: -60px;
    padding: 50px 30px;
  }
  .article .heading .title {
    margin-top: 10px;
    padding-bottom: 15px;
  }
  .article .heading .title .return .icon {
    width: 30px;
  }
  .article .heading .title h1 {
    width: 92%;
  }
  .article .to-share .pop {
    margin-left: 10px;
  }
  .prodList .cell .piece .lft {
    width: 30%;
  }
  .prodList .cell .piece .lft .in {
    padding: 15px;
  }
  .prod-banner .pic {
    width: 100%;
    margin: 0 auto;
  }
  .prod-banner .pic .gallery {
    height: 515px;
  }
  .prod-banner .intro {
    padding-left: 0;
  }
  .prod-banner .intro .heading {
    margin-top: 15px;
  }
  .prod-banner .intro .label {
    padding: 18px 0;
  }
  .prod-banner .intro .text p + p {
    margin-top: 16px;
  }
  .prod-banner .intro .consult-btn {
    width: 180px;
    height: 48px;
  }
  .prod-detail .tab-bar a {
    font-size: 18px;
    padding: 12px 24px;
  }
  .prod-detail .content p {
    margin-bottom: 20px;
  }
  .prod-detail .content img {
    margin-bottom: 25px;
  }
  .pop-join .inner {
    padding: 30px 50px;
  }
  .pop-join .submit-btn {
    font-size: 16px;
  }
  .coop-why li .icon {
    height: 60px;
  }
  .coop-why li .text {
    font-size: 14px;
    line-height: 24px;
    margin-top: 10px;
  }
  .coop-type li {
    padding: 30px;
  }
  .coop-type li .tit {
    margin-top: 10px;
  }
  .coop-type li .desc {
    font-size: 14px;
  }
  .coop-type li {
    margin-top: 28px;
  }
  .coop-join .list li .num span {
    width: 58px;
    height: 58px;
    font-size: 28px;
  }
  .coop-join .list li:not(:first-child):after {
    width: 50%;
    left: -25%;
  }
  .coop-join .list li p {
    font-size: 18px;
    margin-top: 18px;
  }
  .supModule .list li {
    padding: 30px;
    margin-top: 20px;
  }
  .supModule .list .text {
    margin-top: 15px;
    line-height: 26px;
  }
  .supModule .list a {
    width: 110px;
    height: 38px;
    font-size: 14px;
  }
  .supChoose li {
    height: 80px;
  }
  .supSoft .swiper-control-btns {
    margin-top: 0;
  }
  .supManual .in {
    padding: 30px 20px;
  }
  .supManual .heading {
    padding-bottom: 10px;
    font-size: 16px;
  }
  .supManual .op i {
    width: 22px;
    height: 20px;
  }
  .supManual .list li {
    font-size: 14px;
  }
  .supDom .in {
    padding: 10px 20px 30px;
  }
  .supDom .sidebar {
    width: 100%;
    background-color: #fff;
    top: 0;
    padding: 20px 0 10px;
  }
  .supDom .sidebar .block-in {
    display: none;
  }
  .supDom .textbox {
    width: 100%;
    margin-top: 20px;
  }
  .supDom .textbox .content h2 {
    font-size: 18px;
    margin-bottom: 2px;
  }
  .supDom .textbox .content p {
    margin-bottom: 15px;
  }
  .supDom .textbox .content {
    font-size: 14px;
    line-height: 26px;
  }
  .supDom .textbox .nav-go a {
    font-size: 15px;
  }
  .supDom .textbox .titlebox .date {
    margin-top: 5px;
  }
  .supDom .sidebar .navigation {
    max-height: 80vh;
    overflow-y: auto;
  }
  .supVideo-class li {
    margin-left: 20px;
    margin-top: 6px;
  }
  .supVideo-class .name {
    padding-top: 0;
  }
  .supVideo .item {
    width: 32%;
    margin-top: 15px;
  }
  .supVideo .item .info {
    padding: 14px 18px 20px;
  }
  .supVideo .item .pic .video-play {
    right: 18px;
    bottom: 18px;
  }
  .supVideo-class .ul-list {
    margin-bottom: 0;
  }
  .supVideo-class .list {
    height: 60px;
    overflow: hidden;
  }
  .supVideo-class.show-more .list {
    height: auto;
  }
  .supVid .rgt .heading {
    font-size: 20px;
  }
  .supVid .lft {
    width: 100%;
    padding: 40px 30px;
  }
  .supVid .lft .video_box .cover a {
    width: 48px;
    height: 48px;
  }
  .page-nav a {
    font-size: 15px;
  }
  .page-nav p {
    margin-right: 8px;
  }
  .supVid .lft .info {
    font-size: 14px;
  }
  .supVid .lft .info {
    margin-top: 15px;
  }
  .supVid .lft .list .sub {
    padding-left: 20px;
  }
  .supVid .rgt {
    width: 100%;
    margin-top: 30px;
  }
  .about-intro .text {
    font-size: 15px;
    line-height: 28px;
  }
  .about-intro .text p {
    margin-bottom: 15px;
  }
  .about-intro .data li {
    width: 33.33%;
  }
  .about-intro .data li .tit {
    font-size: 12px;
  }
  .about-contact .info {
    width: 48%;
  }
  .about-contact .info .list p {
    font-size: 16px;
    margin-top: 5px;
  }
  .about-contact .info .list li {
    margin-top: 20px;
  }
  .about-contact .msg .form input,
  .about-contact .msg .form textarea {
    height: 40px;
    margin-bottom: 8px;
    padding: 0 10px;
  }
  .about-contact .msg .form textarea {
    padding: 10px;
  }
  .about-contact .msg .form input::placeholder,
  .about-contact .msg .form textarea::placeholder {
    font-size: 13px;
  }
  .about-map #map {
    height: 400px;
  }
  .about-address li {
    width: 49%;
    margin-top: 44px;
  }
  .about-dict .slider .pic {
    height: 270px;
  }
  .about-dict .slider .title {
    font-size: 18px;
    margin-top: 15px;
  }
  .about-dict .slider .desc {
    font-size: 14px;
    margin-top: 5px;
  }
  .about-dict .about-slider-btn {
    top: calc(50% - 26px);
  }
  .about-slider-btn {
    width: 40px;
    height: 40px;
  }
  .about-dict .slider,
  .about-honor .slider {
    padding: 0;
  }
  .about-slider-btn.next {
    right: -60px;
  }
  .about-slider-btn.prev {
    left: -60px;
  }
  .about-honor .slider .item {
    font-size: 18px;
  }
  .about-honor .slider .item .img-div {
    height: 250px;
  }
  .about-honor .card .item {
    padding: 30px 20px;
  }
  .about-honor .card .item .icon {
    transform: scale(0.8);
    transform-origin: right bottom;
  }
  .about-honor .card .item ul {
    font-size: 14px;
    line-height: 24px;
  }
  .about-honor .card .item ul li:after {
    top: 9px;
  }
  .about-coop .logo li {
    margin-top: 14px;
  }
  .about-news .rgt {
    padding: 30px 20px;
  }
  .about-news .rgt .slider-tab {
    margin-top: 30px;
  }
  .about-news .rgt .text .title {
    font-size: 22px;
    margin-top: 10px;
  }
  .about-news .rgt .text .date img {
    padding-right: 5px;
  }
  .about-news .rgt .text .date {
    font-size: 13px;
  }
  .about-news .rgt .text .desc {
    font-size: 14px;
    line-height: 26px;
  }
  .about-news .rgt .slider-btn {
    width: 40px;
    height: 40px;
  }
  .about-news .rgt .slider-btn .icon {
    width: 18px;
    height: 18px;
  }
  .about-news .rgt .slider-btn:not(:first-child) {
    margin-left: 10px;
  }
  .about-newsList .list .item .info .title {
    font-size: 18px;
    line-height: 28px;
  }
  .about-newsList .list .item .info {
    padding: 20px 16px;
  }
  .about-newsList .list .item .info .other {
    font-size: 13px;
  }
  .about-newsList .list .item .info .date img {
    padding-right: 5px;
  }
  .about-newsList .list .item {
    margin-top: 20px;
  }
  .about-news .rgt .text .desc {
    margin-top: 10px;
  }
}
@media screen and (max-width: 1000px) {
  .com-banner .bg {
    min-height: 380px;
  }
  .com-banner .title {
    font-size: 32px;
  }
  .com-banner .desc {
    font-size: 17px;
  }
  .com-banner .title + .desc {
    margin-top: 6px;
  }
  .com-banner .in {
    height: calc(100% - 50px);
  }
  .com-navigation {
    margin-top: -50px;
  }
  .com-navigation a {
    height: 50px;
    padding: 0 16px;
    font-size: 15px;
  }
  .com-tit + .com-tip {
    margin-top: 10px;
  }
  .com-tip {
    font-size: 14px;
    line-height: 22px;
  }
  .crumbs {
    padding: 16px 0;
  }
  .com-banner .title,
  .com-banner .desc {
    animation: none;
  }
  .core-tec .item .content .text {
    width: 70%;
  }
  .core-tec .item .content .text .title {
    font-size: 26px;
    padding: 20px 0;
  }
  .core-tec .item .content .text .intro {
    margin-top: 15px;
  }
  .core-tec .item .content .text .intro p {
    font-size: 15px;
    line-height: 26px;
  }
  .core-detail .title {
    font-size: 32px;
  }
  .core-detail .content p + p {
    margin-top: 15px;
  }
  .core-detail .content {
    margin-top: 26px;
  }
  .core-detail .content p {
    font-size: 16px;
    line-height: 32px;
  }
  .solutionDetail-banner .tab {
    margin: 0;
  }
  .solutionDetail-banner .tab .item .in {
    height: auto;
  }
  .solutionDetail-banner .tab .inner {
    padding: 0;
  }
  .solutionDetail-banner .pic .item .bg {
    min-height: 300px;
    object-fit: cover;
    width: 100%;
  }
  .solutionDetail-banner .tab .item {
    width: 50%;
  }
  .solutionDetail-banner .pic .item .content .title {
    font-size: 30px;
  }
  .solutionDetail-banner .pic .item .content .desc {
    font-size: 16px;
    line-height: 26px;
    margin-top: 15px;
  }
  .solutionDetail-pic picture {
    margin-top: 40px;
  }
  .solution-list .item .tit {
    font-size: 18px;
  }
  .solution-all .tab-bar li + li {
    margin-left: 20px;
  }
  .solution-all .tab-list .item {
    margin-top: 26px;
  }
  .article .content {
    padding: 40px 25px;
  }
  .prodList .cell .piece {
    margin-top: 15px;
  }
  .prodList .cell .cell-sub-tit {
    font-size: 20px;
  }
  .prodList .cell .piece .lft .in .tip {
    font-size: 14px;
  }
  .prod-detail .content {
    font-size: 16px;
  }
  .pop-join .inner {
    width: 90%;
  }
  .coop-why li .icon {
    height: 54px;
  }
  .coop-why li .tit {
    margin-top: 15px;
  }
  .coop-type li {
    margin-top: 24px;
    padding: 25px 20px;
  }
  .coop-join .list li .num span {
    width: 52px;
    height: 52px;
    font-size: 24px;
  }
  .coop-join .list li p {
    font-size: 16px;
    margin-top: 10px;
  }
  .supChoose li {
    width: 32%;
  }
  .supVideo-class .in {
    padding: 15px 20px;
  }
  .supVideo .item .title {
    margin-top: 5px;
  }
  .supVideo .item .title {
    font-size: 15px;
    line-height: 24px;
  }
  .about-bg .bg {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    z-index: -1;
  }
  .about-bg .content {
    position: static;
    padding: 80px 0;
  }
  .about-bg .content .in {
    font-size: 18px;
    line-height: 30px;
  }
  .about-map #map {
    height: 380px;
  }
  .about-address li .title {
    font-size: 20px;
  }
  .about-address li .text {
    margin-top: 5px;
  }
  .about-address li {
    margin-top: 34px;
  }
  .about-honor .card {
    margin-left: -5px;
    margin-right: -5px;
  }
  .about-honor .card .item {
    min-height: 290px;
    margin: 0 5px;
  }
  .about-honor .card .item .icon {
    transform: scale(0.6);
  }
  .about-honor .card .item .title {
    font-size: 22px;
  }
  .about-honor .card .item ul {
    margin-top: 18px;
  }
  .about-slider-btn {
    display: none;
  }
  .about-news .rgt .text .title {
    font-size: 20px;
  }
  .about-newsList .list .item {
    width: 49%;
  }
  .about-newsList .list .item .info .title {
    font-size: 16px;
    line-height: 24px;
  }
  .about-news .pic {
    width: 100%;
  }
  .about-news .rgt {
    width: 100%;
    padding: 20px 15px;
  }
}
@media screen and (max-width: 640px) {
  .com-banner .bg {
    min-height: 320px;
  }
  .com-banner .title {
    font-size: 28px;
  }
  .com-banner .title + .desc {
    font-size: 16px;
    margin-top: 10px;
  }
  .com-navigation a {
    height: 42px;
    font-size: 14px;
    padding: 0 10px;
  }
  .com-banner .in {
    height: calc(100% - 42px);
  }
  .com-navigation {
    margin-top: -42px;
  }
  .com-btn {
    width: 120px;
    height: 36px;
  }
  .crumbs li:first-child,
  .crumbs li:nth-child(2) {
    display: none;
  }
  .crumbs li + li {
    margin-left: 6px;
  }
  .core-tec .item .content .text {
    width: 100%;
  }
  .core-tec .item .content .text .title {
    font-size: 24px;
  }
  .core-tec .item .content .text .intro {
    margin-top: 10px;
  }
  .core-detail .title {
    font-size: 28px;
  }
  .core-detail .content p + p {
    margin-top: 10px;
  }
  .core-detail .content {
    margin-top: 20px;
  }
  .core-detail .content p {
    font-size: 15px;
    line-height: 26px;
  }
  .solutionDetail-banner .pic .item .content .desc {
    font-size: 15px;
    line-height: 24px;
  }
  .solutionDetail-banner .pic .item .content .title {
    font-size: 26px;
  }
  .solutionDetail-banner .tab {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
  }
  .solutionDetail-banner .tab .swiper {
    display: none;
    opacity: 0;
    pointer-events: none;
  }
  .solutionDetail-banner .tab .slider-btn {
    margin-top: 0;
  }
  .solutionDetail-banner .tab .slider-btn.prev {
    left: 0;
  }
  .solutionDetail-banner .tab .slider-btn.next {
    right: 0;
    left: auto;
  }
  .solutionDetail-banner .tab .item {
    width: 80%;
  }
  .solutionDetail-banner .tab .inner {
    width: 100%;
    height: 40px;
  }
  .solutionDetail-pic picture {
    margin-top: 20px;
  }
  .solutionDetail-pic-list ul {
    margin-left: -2%;
  }
  .solutionDetail-pic-list li {
    width: 31%;
    margin: 2% 0 0 2%;
  }
  .prod-detail .content .solutionDetail-pic-list ul {
    margin-top: -2%;
  }
  .solutionDetail-banner .pic .item .bg {
    height: calc(100vh - (150px + var(--header-height)));
  }
  .solutionDetail-banner {
    overflow-x: hidden;
    position: relative;
  }
  .solution-list .item {
    width: 100%;
    margin-top: 15px;
    padding: 15px;
  }
  .solution-list .item .more {
    width: 26px;
    height: 26px;
  }
  .solution-case .item:nth-child(1),
  .solution-case .item:nth-child(2) {
    margin-top: 0;
  }
  .solution-case .item.active,
  .solution-case .item {
    width: calc((100% - 15px)/2);
    padding-top: 80%;
  }
  .solution-case .item.active .item-box {
    width: 100%;
  }
  .solution-case .item {
    margin-top: 15px;
  }
  .solution-all .tab-bar a {
    font-size: 15px;
  }
  .solution-all .tab-bar li + li {
    margin-left: 15px;
  }
  .solution-all .tab-bar {
    overflow-x: auto;
    overflow-y: hidden;
  }
  .solution-all .tab-list .item {
    width: 100%;
  }
  .solution-all .tab-list .type::after {
    display: none;
  }
  .solution-all .tab-list .item .title {
    font-size: 16px;
  }
  .solution-all .tab-list .item .desc {
    font-size: 13px;
    line-height: 20px;
  }
  .article .content {
    padding: 20px 15px;
  }
  .article .heading .title .return {
    display: none;
  }
  .article .heading .title h1 {
    width: 100%;
  }
  .article .text {
    font-size: 14px;
    line-height: 28px;
  }
  .article .text p {
    margin-bottom: 15px;
  }
  .article .text h2 {
    margin-bottom: 10px;
    font-size: 18px;
  }
  .article .to-share #share {
    width: 80%;
    border-radius: 8px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    justify-content: center;
    padding: 30px;
    background-color: rgba(255, 255, 255, 0.9);
  }
  .article .to-share #share.on {
    transform: translate(-50%, -50%);
  }
  .prodList .cell .piece {
    flex-wrap: wrap;
    margin-top: 10px;
  }
  .prodList .cell .piece .lft .in {
    padding: 15px;
    position: relative;
  }
  .prodList .cell .piece .lft .in .pic {
    display: none;
  }
  .prodList .cell .piece .rgt {
    width: 100%;
    flex: none;
  }
  .prodList .cell .piece .lft {
    width: 100%;
    padding: 0;
  }
  .prodList .cell:not(:first-child) {
    margin-top: 30px;
  }
  .prod-banner .pic .gallery {
    height: 340px;
  }
  .prod-banner .pic .tab .item {
    height: 85px;
  }
  .prod-banner .pic .tab .slider-btn .icon {
    width: 26px;
    height: 26px;
  }
  .prod-banner .intro .model {
    font-size: 15px;
  }
  .prod-banner .intro .heading {
    margin-top: 10px;
  }
  .prod-banner .intro .heading .dwl {
    font-size: 14px;
    width: 100%;
    margin-top: 10px;
  }
  .prod-banner .intro .heading .dwl i {
    width: 20px;
    margin-right: 6px;
  }
  .prod-banner .intro .label {
    padding: 14px 0;
  }
  .prod-banner .intro .label li {
    padding: 4px 16px;
    font-size: 13px;
  }
  .prod-banner .intro .text p {
    font-size: 14px;
    line-height: 24px;
  }
  .prod-banner .intro .consult-btn {
    height: 40px;
    font-size: 15px;
    width: 100%;
  }
  .prod-detail .tab-bar a {
    font-size: 15px;
    width: 25%;
    padding: 8px 10px;
    text-align: center;
  }
  .prod-detail .content {
    font-size: 14px;
    line-height: 26px;
  }
  .prod-detail .content p {
    margin-bottom: 15px;
  }
  .prodList .cell .piece .rgt .slider-btn-group {
    display: flex;
  }
  .pop-join .inner {
    padding: 20px 15px;
  }
  .pop-join .form .inline-form:not(:last-child) {
    margin-bottom: 10px;
  }
  .pop-join .form .inline-form {
    width: 100%;
  }
  .pop-join .form .inline-form p {
    font-size: 14px;
  }
  .coop-why li {
    width: 100%;
  }
  .coop-why li + li {
    margin-top: 25px;
  }
  .coop-why li .icon {
    height: 48px;
  }
  .coop-why li .tit {
    margin-top: 10px;
  }
  .coop-type li {
    width: 100%;
  }
  .coop-join .list {
    margin-top: 20px;
  }
  .coop-join .list ul {
    margin-top: -20px;
  }
  .coop-join .list li {
    width: 49%;
    margin-top: 20px;
  }
  .coop-join .list li:nth-child(3):after {
    display: none;
  }
  .coop-join .list li:not(:first-child):after {
    top: 28px;
  }
  .coop-join .list li p {
    font-size: 15px;
  }
  .supModule .list li {
    width: 100%;
    padding: 20px 15px;
  }
  .supModule .list .text {
    font-size: 14px;
    line-height: 24px;
    margin-top: 10px;
  }
  .supModule .list a {
    width: 100px;
    height: 34px;
    margin-left: auto;
    margin-right: auto;
  }
  .supChoose li {
    margin-top: 5px;
  }
  .supManual .name {
    width: 100%;
  }
  .supManual .list li {
    flex-wrap: wrap;
  }
  .supManual .heading {
    display: none;
  }
  .supManual .list li .name {
    width: 100%;
  }
  .supManual .list li .intro {
    width: 100%;
    margin-top: 5px;
    border-bottom: 1px dashed #ebebeb;
    padding-bottom: 10px;
  }
  .supManual .list li .type {
    width: 25%;
    text-align: left;
    margin-top: 10px;
    font-size: 13px;
  }
  .supManual .list li .size {
    width: 25%;
    text-align: left;
    margin-top: 10px;
    font-size: 13px;
  }
  .supManual .list li .date {
    width: 30%;
    margin-top: 10px;
    font-size: 13px;
  }
  .supManual .list li .op {
    width: 20%;
    margin-top: 10px;
    font-size: 13px;
  }
  .supManual .in {
    padding: 20px 15px;
  }
  .supManual-tab {
    padding: 18px 0;
  }
  .supManual-tab a .icon {
    width: 22px;
    height: 22px;
    margin-right: 5px;
  }
  .supManual-tab li + li {
    margin-left: 30px;
  }
  .supManual-tab a {
    font-size: 15px;
  }
  .supDom .textbox .content {
    font-size: 14px;
    line-height: 24px;
  }
  .supDom .textbox .nav-go > div {
    width: 100%;
  }
  .supDom .textbox .nav-go p {
    text-align: left;
    font-size: 13px;
  }
  .supDom .textbox .nav-go div + div {
    margin-top: 15px;
  }
  .supDom .textbox .nav-go a {
    font-size: 14px;
    margin-top: 2px;
  }
  .supDom .textbox .titlebox {
    padding-bottom: 8px;
    margin-top: 15px;
  }
  .breadcrumb span {
    padding: 0 3px;
  }
  .supVideo-class .name {
    font-size: 15px;
  }
  .supVideo-class .in {
    padding: 15px;
  }
  .supVideo-class li a {
    font-size: 14px;
  }
  .supVideo-class li {
    margin-left: 10px;
  }
  .supVideo .item {
    width: 100%;
  }
  .supVideo .item .info {
    padding: 15px;
  }
  .supVid .lft {
    padding: 25px 15px;
  }
  .page-nav .go {
    width: 100%;
    max-width: 100%;
  }
  .page-nav .go:not(:first-child) {
    margin-top: 5px;
  }
  .page-nav p {
    font-size: 12px;
    margin-right: 5px;
  }
  .page-nav a {
    font-size: 14px;
  }
  .supVid .lft .info .cell:not(:first-child) {
    margin-left: 20px;
  }
  .supVid .lft .info {
    font-size: 13px;
    margin-top: 10px;
  }
  .supVid .lft .label span {
    font-size: 13px;
  }
  .supVid .lft .video_box .cover a {
    width: 44px;
    height: 44px;
  }
  .supVid .lft .desc {
    font-size: 14px;
    line-height: 24px;
  }
  .supVid .lft .list .theTitle {
    font-size: 20px;
    padding-bottom: 10px;
  }
  .supVid .lft .list li {
    padding: 12px 0;
  }
  .supVid .lft .list .tit {
    font-size: 15px;
  }
  .supVid .lft .list .sub {
    padding-left: 10px;
  }
  .supVid .lft .list .sub a {
    margin-top: 10px;
    font-size: 13px;
  }
  .supVid .rgt .list a .title {
    font-size: 15px;
  }
  .supVid .rgt .heading {
    padding: 30px 15px 0;
  }
  .supVid .rgt .list a {
    padding: 15px;
  }
  .supVid .rgt .list a .info {
    font-size: 12px;
  }
  .about-bg .content .in {
    margin-top: 20px;
  }
  .about-intro .text {
    font-size: 14px;
    line-height: 26px;
  }
  .about-intro .data {
    margin-top: 30px;
  }
  .about-intro .text p {
    margin-bottom: 8px;
  }
  .about-intro .data li {
    width: 50%;
    position: relative;
  }
  .about-intro .data li .num {
    font-size: 30px;
  }
  .about-intro .data li:nth-child(3) {
    margin-top: 15px;
    padding-top: 15px;
    width: 100%;
    border-left: 0;
  }
  .about-intro .data li p {
    font-size: 14px;
    margin-top: 5px;
  }
  .about-bg .content .in {
    font-size: 16px;
    line-height: 26px;
    margin-top: 20px;
  }
  .about-bg .content {
    padding: 60px 0;
  }
  .about-contact .info {
    width: 100%;
  }
  .about-contact .msg {
    width: 100%;
    margin-top: 30px;
  }
  .about-contact .info .list .tit {
    font-size: 13px;
  }
  .about-contact .info .list p {
    font-size: 14px;
    margin-top: 0;
  }
  .about-contact .info .list p.sm {
    font-size: 14px;
  }
  .about-contact .info .list li {
    margin-top: 10px;
    width: 100%;
    display: flex;
  }
  .about-contact .msg .submit {
    width: 100%;
  }
  .about-map #map {
    height: 320px;
  }
  .about-address li {
    width: 100%;
    margin-top: 20px;
  }
  .about-address li .title {
    font-size: 17px;
  }
  .about-address li .text {
    font-size: 14px;
    line-height: 24px;
  }
  .about-contact .msg .form input,
  .about-contact .msg .form textarea {
    width: 100%;
    height: 34px;
    margin-bottom: 10px;
  }
  .about-dict .slider .swiper {
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .about-dict .slider .pic {
    height: 220px;
  }
  .about-dict .slider .title {
    font-size: 16px;
    margin-top: 12px;
  }
  .about-dict .slider .desc {
    font-size: 12px;
  }
  .about-honor .slider .item {
    font-size: 16px;
  }
  .about-honor .slider .item .img-div {
    height: 190px;
  }
  .about-honor .card .item:not(:first-child) {
    margin-top: 15px;
  }
  .about-honor .card .item .title {
    font-size: 20px;
  }
  .about-honor .card .item ul {
    margin-top: 10px;
  }
  .about-coop .logo li {
    width: 32%;
    margin-top: 6px;
  }
  .about-newsList .list .item {
    width: 100%;
  }
  .about-news .rgt .text .title {
    font-size: 18px;
  }
  .about-news .rgt .slider-btn {
    width: 36px;
    height: 36px;
  }
  .about-news .rgt .slider-btn .icon {
    width: 14px;
    height: 14px;
  }
}
