﻿/* *{
  outline: 1px solid pink;
} */
@charset "utf-8";
/* CSS Document */
@media (min-width: 768px) {
  html {
    font-size: 28px !important;
  }
}
@media (min-width: 1025px) {
  html {
    font-size: 30px !important;
  }
}
@media (min-width: 1280px) {
  html {
    font-size: 32px !important;
  }
}
@media (min-width: 1366px) {
  html {
    font-size: 34px !important;
  }
}
@media (min-width: 1440px) {
  html {
    font-size: 36px !important;
  }
}
@media (min-width: 1680px) {
  html {
    font-size: 40px !important;
  }
}
.index-banner {
  height: calc(100vh - 80px);
  position: relative;
  overflow: hidden;
}
.index-slider .img-box {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  height: calc(100vh - 80px);
  transform: translate3d(80px, 0, 0) scale(1.1);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translateX(80px) scale(1.1);
  -o-transform: translate3d(80px, 0, 0) scale(1.1);
  -webkit-transform: translate3d(80px, 0, 0) scale(1.1);
  opacity: 0;
  transition: all 0.6s linear;
}
.index-slider.swiper-slide-active .img-box {
  transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translateX(0);
  -o-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  opacity: 1;
}
.index-slider.swiper-slide-active .ban-line {
  transform: scaleX(1);
}
@keyframes banimg {
  0% {
    transform: translate3d(80px, 0, 0) scale(1.1);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translateX(80px) scale(1.1);
    -o-transform: translate3d(80px, 0, 0) scale(1.1);
    -webkit-transform: translate3d(80px, 0, 0) scale(1.1);
  }
  100% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
}
.index-slider .doc-box {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 5;
}
.ban-tit {
  font-size: 1.4rem;
  color: #090238;
  line-height: 1.4;
}
.ban-tit-en {
  margin-top: 0.8rem;
  color: #fff;
  font-family: 'Segoe UI';
  font-size: 24px;
  line-height: 36px;
}
.ban-line {
  width: 15.0rem;
  height: 1px;
  background-color: #fff;
  margin-top: 1.55rem;
  transform: scaleX(0);
  transform-origin: left center;
  transition: all 5s linear;
}
.banner-adv {
  height: 3.0rem;
  background-color: #fff;
  z-index: 8;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 50px;
  display: flex;
  flex-flow: row nowrap;
  overflow: hidden;
}
.banner-adv .view-glass {
  flex: 0 0 7.5rem;
  width: 7.5rem;
  height: 100%;
  position: relative;
  background-color: #004f87;
}
.banner-adv .view-glass span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
  width: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.banner-adv .view-glass span i {
  font-size: 30px;
  color: #fff;
  position: relative;
  margin-right: 10px;
}
.banner-adv .view-glass span b {
  font-weight: normal;
}
.banner-adv .view-glass-ul {
  flex: 1;
  display: flex;
  flex-flow: row nowrap;
  width: 0;
}
.banner-adv .view-glass-ul li {
  height: 100%;
  width: 16.66%;
  position: relative;
}
.banner-adv .view-glass-ul li span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #666666;
  width: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.banner-adv .view-glass-ul li span i {
  font-size: 30px;
  position: relative;
  margin-right: 10px;
}
.banner-adv .view-glass-ul li span b {
  font-weight: normal;
}
.over-view-mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #2e84f1;
  -webkit-transition: -webkit-transform 1.2s 0.5s;
  transition: transform 1.2s 0.5s;
}
.over-view-mask.animated {
  -webkit-transform: translateY(-101%);
  transform: translateY(-101%);
}
.over-view-mask:after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: #fff;
  opacity: 0.6;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  transition: opacity 0.8s 1s;
}
.over-view-mask.animated:after {
  opacity: 0;
}
.mouse-box {
  position: relative;
  text-align: left;
  left: 0;
  margin-top: 2.25rem;
  right: 0;
}
.mouse-box .mouse {
  width: 34px;
  height: 58px;
  display: inline-block;
  animation: nudgeMouse 5s ease-out infinite;
  -webkit-animation: nudgeMouse 5s ease-out infinite;
  -moz-animation: nudgeMouse 5s ease-out infinite;
  -o-animation: nudgeMouse 5s ease-out infinite;
  background: url(../images/mouse.png) no-repeat center;
}
.mouse-box .mouse:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background-color: #49597c;
  width: 2px;
  height: 14px;
  animation: trackBallSlide 5s linear infinite;
  -webkit-animation: trackBallSlide 5s linear infinite;
  -moz-animation: trackBallSlide 5s linear infinite;
  -o-animation: trackBallSlide 5s linear infinite;
  transition: all 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -ms-transition: all 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition: all 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -webkit-transition: all 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition: all 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
@keyframes nudgeMouse {
  0%,
  30%,
  60%,
  90% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  20%,
  50%,
  80% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
}
@-webkit-keyframes trackBallSlide {
  0%,
  28%,
  29.99%,
  30% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(-6px);
    transform: scale(1) translateY(-6px);
  }
  6% {
    opacity: 1;
    -webkit-transform: scale(0.9) translateY(5px);
    transform: scale(0.9) translateY(5px);
  }
  14% {
    opacity: 0;
    -webkit-transform: scale(0.4) translateY(16px);
    transform: scale(0.4) translateY(16px);
  }
  15%,
  19% {
    opacity: 0;
    -webkit-transform: scale(0.4) translateY(-6px);
    transform: scale(0.4) translateY(-6px);
  }
  36% {
    opacity: 1;
    -webkit-transform: scale(0.9) translateY(5px);
    transform: scale(0.9) translateY(5px);
  }
  44% {
    opacity: 0;
    -webkit-transform: scale(0.4) translateY(16px);
    transform: scale(0.4) translateY(16px);
  }
  45%,
  49% {
    opacity: 0;
    -webkit-transform: scale(0.4) translateY(-6px);
    transform: scale(0.4) translateY(-6px);
  }
  58%,
  59.99%,
  60% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(-6px);
    transform: scale(1) translateY(-6px);
  }
  66% {
    opacity: 1;
    -webkit-transform: scale(0.9) translateY(5px);
    transform: scale(0.9) translateY(5px);
  }
  74% {
    opacity: 0;
    -webkit-transform: scale(0.4) translateY(16px);
    transform: scale(0.4) translateY(16px);
  }
  75%,
  79% {
    opacity: 0;
    -webkit-transform: scale(0.4) translateY(-6px);
    transform: scale(0.4) translateY(-6px);
  }
  100%,
  88% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(-6px);
    transform: scale(1) translateY(-6px);
  }
}
@keyframes trackBallSlide {
  0%,
  28%,
  29.99%,
  30% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(-6px);
    transform: scale(1) translateY(-6px);
  }
  6% {
    opacity: 1;
    -webkit-transform: scale(0.9) translateY(5px);
    transform: scale(0.9) translateY(5px);
  }
  14% {
    opacity: 0;
    -webkit-transform: scale(0.4) translateY(16px);
    transform: scale(0.4) translateY(16px);
  }
  15%,
  19% {
    opacity: 0;
    -webkit-transform: scale(0.4) translateY(-6px);
    transform: scale(0.4) translateY(-6px);
  }
  36% {
    opacity: 1;
    -webkit-transform: scale(0.9) translateY(5px);
    transform: scale(0.9) translateY(5px);
  }
  44% {
    opacity: 0;
    -webkit-transform: scale(0.4) translateY(16px);
    transform: scale(0.4) translateY(16px);
  }
  45%,
  49% {
    opacity: 0;
    -webkit-transform: scale(0.4) translateY(-6px);
    transform: scale(0.4) translateY(-6px);
  }
  58%,
  59.99%,
  60% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(-6px);
    transform: scale(1) translateY(-6px);
  }
  66% {
    opacity: 1;
    -webkit-transform: scale(0.9) translateY(5px);
    transform: scale(0.9) translateY(5px);
  }
  74% {
    opacity: 0;
    -webkit-transform: scale(0.4) translateY(16px);
    transform: scale(0.4) translateY(16px);
  }
  75%,
  79% {
    opacity: 0;
    -webkit-transform: scale(0.4) translateY(-6px);
    transform: scale(0.4) translateY(-6px);
  }
  100%,
  88% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(-6px);
    transform: scale(1) translateY(-6px);
  }
}
.index-about {
  margin-top: 2.5rem;
  margin-bottom: 2.75rem;
}
.index-about-l {
  width: 48.6%;
  padding-right: 9%;
}
.index-tit-view {
  display: block;
  width: 6.55rem;
  margin-bottom: 1.7rem;
}
.about-doc-edit {
  font-size: 16px;
  line-height: 2;
}
.index-arr {
  margin-top: 1.5rem;
  display: inline-block;
}
.index-arr i {
  font-size: 49px;
  color: #090909;
}
.index-about-r {
  width: 51.4%;
  position: absolute;
  right: 0;
  bottom: 0%;
  overflow: hidden;
}
.index-about-r em {
  position: absolute;
  display: block;
  width: 100px;
  height: 100%;
  background: #fff;
  top: 0;
  left: -20%;
  transform: skewX(-14deg);
  background: linear-gradient(0deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0));
}
.index-about-r.animated em {
  left: 140%;
  transition: all 0.9s ease 1.33s;
}
.index-product-bg {
  padding-bottom: 1.15rem;
  background: url(../images/index-pro-bg1.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.index-product {
  padding-top: 2.0rem;
}
.index-product-bd {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
}
.l-product-category {
  width: 33.2%;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
.product-category-item {
  width: 49.5%;
  display: inline-block;
  height: 2.75rem;
  background-color: #fff;
  margin-bottom: 0.125rem;
  position: relative;
  overflow: hidden;
}
.product-category-item .cate-select-img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.product-category-item .mask {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.5);
  transition: all 0.3s linear;
}
.product-category-item .cate-doc {
  position: absolute;
  left: 18px;
  bottom: 12px;
  z-index: 6;
}
.product-category-item .cate-doc .tit {
  font-size: 16px;
  color: #fff;
  opacity: 0.5;
}
.product-category-item .cate-doc p {
  font-size: 18px;
  color: #fff;
  line-height: 32px;
}
.product-category-item:hover {
  color: #000;
}
.product-category-item:hover .mask {
  transform: translateY(-100%);
  transform: scale(0);
}
.r-product-view-wrap {
  width: 64.28%;
  position: relative;
}
.index-proudct-list {
  /*display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;*/
  display: none;
}
.index-proudct-list.active {
  opacity: 1;
  display: block;
}
.index-product-item {
  display: block;
  width: 49.5%;
}
.index-product-item .product-img {
  /*height: 9.75rem;*/
  background-color: #fff;
  position: relative;
  width: 100%;
  overflow: hidden;
}
.index-product-item .product-img .fastBg {
  /*position: absolute;*/
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  transition: all 0.3s linear;
}
.index-product-item .product-img .fastBg:hover {
  transform: scale(0.9);
}
.index-product-item .product-doc {
  height: 5.375rem;
  background-color: #fff;
  padding: 0 15%;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
}
.index-product-item .product-doc .product-cate {
  font-size: 16px;
  color: #999999;
  line-height: 1;
  opacity: 0;
  transition: all 0.6s linear 0.3s;
}
.index-product-item .product-doc .product-line {
  width: 0;
  height: 1px;
  background-color: #d2d2d2;
  margin-top: 18px;
  margin-bottom: 22px;
  transition: all 0.6s linear 0.3s;
}
.index-product-item .product-doc .product-name {
  font-size: 18px;
  color: #090238;
  opacity: 0;
  transition: all 0.6s linear 0.3s;
}
.index-product-item.animated .product-cate {
  font-size: 16px;
  color: #999999;
  line-height: 1;
  opacity: 1;
}
.index-product-item.animated .product-doc .product-line {
  width: 100%;
}
.index-product-item.animated .product-name {
  opacity: 1;
}
.index-news {
  padding-bottom: 2.25rem;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
}
.l-news-carouse {
  width: 81.3%;
}
.glass-news-item {
  display: block;
}
.glass-news-item a {
  display: block;
}
.glass-news-item a .img-box {
  width: 100%;
  height: 6.75rem;
  display: block;
  overflow: hidden;
  position: relative;
}
.glass-news-item a .img-box .fast-contain {
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  transition: all 0.3s linear;
}
.glass-news-item a .img-box .flash-mask {
  position: absolute;
  display: block;
  width: 20%;
  height: 100%;
  background: #fff;
  top: 0;
  left: -20%;
  transform: skewX(-3deg);
  background: linear-gradient(0deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0));
}
.glass-news-item a .doc-box {
  background-color: #f0f1f3;
  padding: 0.8rem 0.7rem 0.6rem 0.7rem;
}
.glass-news-item a .doc-box .news-tit {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 18px;
  line-height: 1;
  width: 92%;
}
.glass-news-item a .doc-box .news-doc {
  margin-top: 22px;
  font-size: 16px;
  line-height: 32px;
  height: 96px;
  overflow: hidden;
  color: #999999;
}
.glass-news-item a .doc-box .news-date {
  margin-top: 1.25rem;
}
.glass-news-item a .doc-box .news-date span {
  color: #999999;
  font-size: 14px;
  line-height: 32px;
}
.glass-news-item:hover .img-box .fast-contain {
  transform: scale(1.2);
}
.glass-news-item:hover .img-box .flash-mask {
  left: 140%;
  transition: all 0.6s ease-in-out;
}
.glass-news-item:hover .news-tit {
  color: #004f87;
}
.glass-news-item:hover .more-icon i {
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  font-size: 30px;
  color: #000;
  position: absolute;
  left: -100%;
  top: 0;
}
.glass-news-item:hover .more-icon i.arrow2 {
  color: #004f87;
  left: 0;
}
.more-icon {
  position: relative;
  width: 30px;
  overflow: hidden;
}
.more-icon i {
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  font-size: 30px;
  color: #000;
  position: absolute;
  left: 0;
  top: 0;
}
.more-icon i.arrow2 {
  color: #004f87;
  left: -100%;
}
.r-news-tit {
  width: 18.7%;
}
.r-news-tit .index-tit-view {
  width: 5.75rem;
  float: right;
}
.link-icon:before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), border 0.5s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: -moz-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), border 0.5s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), border 0.5s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.link-icon {
  position: relative;
  z-index: 2;
  display: block;
  width: 1.75rem;
  height: 1.75rem;
  margin-right: 0.8em;
  border: 1px solid #4e5d7f;
  border-radius: 50%;
  cursor: pointer;
  color: #fff;
  background: #fff;
  -webkit-transition: border 0.5s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0.5s cubic-bezier(0.645, 0.045, 0.355, 1), color 0.5s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.5s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: border 0.5s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0.5s cubic-bezier(0.645, 0.045, 0.355, 1), color 0.5s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.5s cubic-bezier(0.645, 0.045, 0.355, 1), -moz-transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: border 0.5s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0.5s cubic-bezier(0.645, 0.045, 0.355, 1), color 0.5s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.5s cubic-bezier(0.645, 0.045, 0.355, 1), transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.link-icon:before {
  position: absolute;
  left: -2px;
  top: -2px;
  display: block;
  content: "";
  width: 1.75rem;
  height: 1.75rem;
  border: 2px solid #eeeeee;
  border-radius: 50%;
  pointer-events: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transform: scale(1.4);
  -moz-transform: scale(1.4);
  -ms-transform: scale(1.4);
  -o-transform: scale(1.4);
  transform: scale(1.4);
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.77, 0, 0.33, 1), opacity 0.5s cubic-bezier(0.77, 0, 0.33, 1), border 0.5s cubic-bezier(0.77, 0, 0.33, 1), -webkit-transform 0.5s cubic-bezier(0.77, 0, 0.33, 1);
  -moz-transition: -moz-transform 0.5s cubic-bezier(0.77, 0, 0.33, 1), opacity 0.5s cubic-bezier(0.77, 0, 0.33, 1), border 0.5s cubic-bezier(0.77, 0, 0.33, 1), -webkit-transform 0.5s cubic-bezier(0.77, 0, 0.33, 1);
  transition: transform 0.5s cubic-bezier(0.77, 0, 0.33, 1), opacity 0.5s cubic-bezier(0.77, 0, 0.33, 1), border 0.5s cubic-bezier(0.77, 0, 0.33, 1), -webkit-transform 0.5s cubic-bezier(0.77, 0, 0.33, 1);
}
.link-icon:hover {
  color: #282828;
  background-color: #eeeeee;
  border: 1px solid #eeeeee;
}
.link-icon:hover:before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), border 0.5s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: -moz-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), border 0.5s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), border 0.5s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.link-icon .link-icon-icon {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}
#arrow-light-right {
  color: #4e5d7f;
}
.link-icon svg {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  fill: currentColor;
  vertical-align: middle;
}
.solution-control-btn {
  width: 1.75rem;
  height: 1.75rem;
  display: block;
  margin-left: 40px;
  opacity: 1;
}
#solu-prev .link-icon .link-icon-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(180deg);
}
#solu-next {
  margin-top: 54px;
}
.news-control-btn {
  margin-top: 1.0rem;
  margin-bottom: 2rem;
  float: right;
  width: 100%;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  justify-content: right;
  align-items: flex-end;
}
.index-case {
  position: relative;
  perspective: 800px;
}
.index-case .index-tit-view {
  width: 5.3rem;
}
.index-case-bg {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  margin-top: 0.775rem;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  -ms-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: -1;
  transform: rotate(0g) scaleX(1.1);
  transform-origin: left top;
  transition: all 1s ease-in-out;
}
.index-case-bg.show {
  transform: rotate(3deg) scaleX(1.1);
}
.index-case-bg.animated {
  transform: rotate(3deg) scaleX(1.1);
}
.index-case-bg2 {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  margin-top: 0.775rem;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  -ms-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: -2;
  background-color: #eee;
  transition: all 1s ease-in-out;
  transform: rotate(0deg) scaleX(1.1);
  transform-origin: right top;
}
.index-case-bg2.show {
  transform: rotate(-3deg) scaleX(1.1);
}
.index-case-bg2.animated {
  transform: rotate(-3deg) scaleX(1.1);
}
.case-container {
  width: 100%;
}
.index-case-item {
  width: 25%;
  height: 15.25rem;
  position: relative;
  display: block;
  overflow: hidden;
}
.index-case-item .flash-mask {
  position: absolute;
  display: block;
  width: 25%;
  height: 100%;
  background: #fff;
  top: 0;
  left: -50%;
  transform: skewX(-3deg);
  background: linear-gradient(0deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0));
  z-index: 66;
}
.index-case-item .case-img {
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  transition: all 0.3s linear;
}
.index-case-item .doc-box-bg {
  height: 3.5rem;
  background: url(../images/case-bot.png) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  transition: all 0.3s linear;
}
.index-case-item .case-doc {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 36px;
  color: #fff;
  text-align: center;
  font-size: 18px;
  transition: all 0.3s linear;
}
.index-case-item:hover .flash-mask {
  left: 140%;
  transition: all 0.6s ease-in-out;
}
.index-case-item:hover .case-img {
  transform: scale(1.2);
}
.index-case-item:hover .doc-box-bg {
  transform: translateY(100%);
}
.index-case-item:hover .case-doc {
  transform: scale(1.1);
}
.case-control {
  text-align: right;
  margin-top: 0.875rem;
}
.case-control i {
  font-size: 50px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  transition: all 0.3s linear;
}
.case-control i.left {
  transform: rotate(180deg);
  margin-right: 1.875rem;
  position: relative;
  bottom: 4px;
}
.case-control i:hover {
  color: #004f87;
}
.index-contact {
  /*margin-top: 4.125rem;*/
}
.index-contact .index-tit-view {
  width: 5.325rem;
  margin: 0 auto;
}
.contact-main {
  margin-top: 8px;
  padding-bottom: 1.8rem;
}
.l-contact-doc {
  width: 41.6%;
  font-size: 16px;
  color: #333333;
  line-height: 36px;
  color: #333;
}
.r-view-contact-img {
  width: 58.4%;
  margin-top: 10px;
}
.r-view-contact-img .ct {
  width: 20%;
  width: 45%;
}
.r-view-contact-img .ct img {
  width: 140px;
  margin: 0 auto;
}
.r-view-contact-img .ct p {
  font-size: 16px;
  color: #333;
  text-align: center;
  margin-top: 0.7rem;
}

/*2021/9 关于我们/产品中心/应用领域修改*/
.index-industry{
  padding-top: 7.5rem;
  margin-bottom: 2.5rem;
}
.index-industry .index-tit-view{
  width: 8.625rem;
  margin: 0 auto 1.5rem;
}
.index-industry-list{
  position: relative;
}
.support{
  display: block;
  opacity: 0;
  width: 100%;
}
.index-industry-list .img-box{
  overflow: hidden;
  position: relative;
}
.index-industry-list .ind-img{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition: all 0.3s linear;
}
.index-industry-list .ind-doc{
  font-size: 20px;
  line-height: 94px;
  color: #333;
  text-align: center;
  background: #e9e9e9;
}
.index-industry-item .img-box .flash-mask {
  position: absolute;
  z-index: 20;
  display: block;
  width: 20%;
  height: 100%;
  background: #fff;
  top: 0;
  left: -20%;
  transform: skewX(-3deg);
  background: linear-gradient(0deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0));
}
.index-industry-item:hover .img-box .ind-img{
  transform: scale(1.2);
}
.index-industry-item:hover .img-box .flash-mask{
  left: 140%;
  transition: all 0.6s ease-in-out;
}
.index-industry-list .index-industry-item:hover .ind-doc{
  background: #fff;
  transition: all 0.6s ease-in-out;
}
.ind-control .solution-control-btn{
  position: absolute;
  z-index: 30;
  top: 50%;
  width: 1.2rem;
  height: 1.2rem;
  margin: -0.6rem 0 0;
}
#ind-prev{
  left: 0;
}
#ind-next{
  right: 0;
}
#ind-next .link-icon .link-icon-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(180deg);
}
.ind-control .solution-control-btn .link-icon{
  width: 1.2rem;
  height: 1.2rem;
}
.ind-control .solution-control-btn .link-icon:before{
  width: 1.2rem;
  height: 1.2rem;
}

/*产品中心修改*/
.prod-tit-list{
  display: flex;
  justify-content: space-between;
}
.prod-tit-list .item{
  margin-right: 1.5rem;
}
.prod-tit-list .item:last-child{
  margin-right: 0;
}
.prod-tit-list .item a{
  display: block;
  width: 5.5rem;
  height: 2.5rem;
  position: relative;
  overflow: hidden;
  background: #e5eaee;
  border-radius: 2px;
}
.prod-tit-list .item .txt{
  position: absolute;
  left: 7.2%;
  top: 24%;
  font-size: 18px;
  color: #000535;
}
.prod-tit-list .item .ico{
  position: absolute;
  z-index: 10;
}
.prod-tit-list .item .ico img{
  display: block;
  width: 100%;
}
.prod-tit-list .item .hoverbg{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 2px;
  z-index: 5;
}
.prod-tit-list .item .hoverbg:before{
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: 0.1;
  z-index: 10;
  animation: luminous 3s ease-out infinite;
  -webkit-animation: luminous 3s ease-out infinite;
  -moz-animation: luminous 3s ease-out infinite;
  -o-animation: luminous 3s ease-out infinite;
  display: none;
}
@keyframes luminous {
  0% {
    opacity: 0.1;
  }
  50% {
    opacity: 0.4;
  }
  100% {
    opacity: 0.1;
  }
}
.prod-tit-list .item .hoverbg .flash-mask{
  position: absolute;
  z-index: 20;
  display: block;
  width: 20%;
  height: 100%;
  background: #fff;
  top: 0;
  left: -20%;
  transform: skewX(-3deg);
  background: linear-gradient(0deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0));
}
.prod-tit-list .item.active a,
.prod-tit-list .item:hover a{
  background: #004f87 url(../images/index-prod-bg.jpg) no-repeat center;
  background-size: cover;
  overflow: visible;
}
.prod-tit-list .item.active .txt,
.prod-tit-list .item:hover .txt{
  color: #fff;
  font-size: 20px;
  font-weight: bold;
}
.prod-tit-list .item:hover .hoverbg .flash-mask{
  /*left: 140%;
  transition: all 0.6s ease-in-out;*/
}
.prod-tit-list .item:hover .hoverbg:before{
  display: block;
}
.prod-tit-list .item .ico{
  width: 61.8%;
  right: -11%;
  bottom: -27%;
  position: static;
}
.prod-tit-list .item .ico:before{
	content: "";
	position: absolute;
	z-index: 50;
	width: 61.8%;
	height: 100%;
	right: -11%;
	bottom: -27%;
	background: url(../images/index-prod-ico01.png) no-repeat right bottom;
	background-size: 100% auto;
}
.prod-tit-list .item .ico img{
	display: none;
}
/*.prod-tit-list .item:nth-child(2) .ico{
  width: 58.6%;
  right: -5%;
  bottom: -16%;
}
.prod-tit-list .item:nth-child(3) .ico{
  width: 45%;
  right: -4px;
  bottom: -16%;
}*/
.prod-tit-list .more,
.prod-tit-list .more a{
  display: flex;
  align-items: center;
}
.prod-tit-list .more span{
  font-size: 20px;
  color: #000535;
  margin-right: 10px;
}
.prod-tit-list .more i{
  font-size: 59px;
  color: #000535;
}
.r-product-view-wrap{
  width: 100%;
}
.index-product-item{
  width: 100%;
}
.index-proudct-list{
  position: relative
}
.index-product-bt .index-tit-view{
  margin-bottom: 2.7rem;
}
.index-case{
  margin-top: 3.35rem;
}
.index-news{
  padding-bottom: 3rem;
}
.index-about{
  margin-top: 2rem;
  margin-bottom: 2.5rem;
}
.w1680{
  width: 92.5%
  max-width: 1776px;
}
.index-about-l{
  width: 56.4%;
  padding-right: 8%;
}
.index-about-r{
  width: 43.8%;
  bottom: 24px;
}
.index-about-top .list{
  display: flex;
  width: 58.6%;
}
.index-about-top .list a{
  width: 18.7%;
  margin-right: 6.4%;
  font-size: 18px;
  line-height: 1.7rem;
  color: #333333;
  background: #f3f3f3;
  text-align: center;
  border-radius: 2px;
}
.index-about-top .list a.active{
  color: #fff;
  background: #004f87;
}
.index-about-top .list a:last-child{
  margin-right: 6%;
}
.index-about-bot .item{
  display: none;
}
.index-about-bot .item.active{
  display: block;
}

.honor-box{
  position: relative;
}
.honor-box .honor-list{
  width: calc(82% + 60px);
  overflow: hidden;
  margin: 0 auto;
  padding: 30px 0;
}
.honor-box .honor-list .swiper-slide{
  overflow: hidden;
}
.honor-box .honor-list .imgbox{
  box-shadow: -2.8px 2.8px 20px rgba(71, 71, 71, 0.1);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-color: #fff;
  position: relative;
  transition: all .35s linear;
}
.honor-box .honor-list .imgbox:hover{
  transform: scale(1.1);
}
.honor-box .honor-list .img-box .flash-mask {
  position: absolute;
  z-index: 20;
  display: block;
  width: 20%;
  height: 100%;
  background: #fff;
  top: 0;
  left: -20%;
  transform: skewX(-3deg);
  background: linear-gradient(0deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0));
}
.honor-box .honor-list .img-box:hover  .flash-mask{
  left: 140%;
  transition: all 0.6s ease-in-out;
}
.honor-control .solution-control-btn{
  position: absolute;
  top: 50%;
  width: 1.25rem;
  height: 1.25rem;
  margin-top: -0.625rem;
}
.honor-control .link-icon{
  width: 1.25rem;
  height: 1.25rem;
}
.honor-control .link-icon:before{
  width: 1.25rem;
  height: 1.25rem;
}
#honor-next{
  left: 0;
  margin-left: 0;
}
#honor-prev{
  right: 0;
}
#honor-prev .link-icon .link-icon-icon{
  transform: translate(-50%, -50%) rotate(180deg);
}

.history-box .swiper-wrapper:before{
  position: absolute;
  content: "";
  left: 0;
  bottom: 50%;
  width: 100000%;
  height: 1px;
  background:#010938;
  z-index: -5;
}
.history-box .swiper-slide{
  height: 13.35rem;
  position: relative;
}
.history-box .swiper-slide .year{
  position: absolute;
  width: 100%;
  font-size: 16px;
  line-height: 26px;
  color: #0075c2;
  text-align: center;
  bottom: 50%;
  left: 0;
  margin-bottom: 10px;
}
.history-box .swiper-slide .icon{
  position: absolute;
  width: 12px;
  height: 12px;
  box-sizing: border-box;
  border: 2px solid #0075c2;
  border-radius: 50%;
  left: 50%;
  bottom: 50%;
  margin: 0 0 -6px -6px;
  -webkit-animation-timing-function:ease-in-out;
  -webkit-animation-name:breathe;
  -webkit-animation-duration:2700ms;
  -webkit-animation-iteration-count:infinite;
  -webkit-animation-direction:alternate;
}
@-webkit-keyframes breathe {
  0% {
    opacity:.5;
    border: 2px solid #0075c2;
    box-shadow: 0 1px 2px rgba(0, 117, 194, 0.3);
  }
  33.33% {
    opacity:1;
    border: 2px solid #0075c2;
    box-shadow: 0 1px 30px rgba(0, 117, 194, 0.3);
  }
  66.66% {
    opacity:.5;
    border: 2px solid #000;
    box-shadow: 0 1px 2px rgba(0, 117, 194, 0.3);    
  }
  100% {
    opacity:1;
    border: 2px solid #000;
    box-shadow: 0 1px 30px rgba(0, 117, 194, 0.3);
  }
}
.history-box .swiper-slide .tit{
  position: absolute;
  min-width: 100%;
  left: 0;
  top: 50%;
  font-size: 18px;
  line-height: 28px;
  height: 28px;
  color: #333333;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  margin-top: 30px;
}
.history-box .swiper-slide .txt{
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  font-size: 14px;
  line-height: 22px;

  color: #666666;
  text-align: center;
  overflow: hidden;
  margin-top: 68px;
}
.history-box .swiper-slide:nth-child(2n) .year{
  bottom: auto;
  margin-bottom: 0;
  top: 50%;
  margin-top: 10px;
}
.history-box .swiper-slide:nth-child(2n) .tit{
  top: auto;
  margin-top: 0;
  bottom: 50%;
  margin-bottom: 30px;
}
.history-box .swiper-slide:nth-child(2n) .txt{
  top: auto;
  margin-top: 0;
  bottom: 50%;
  margin-bottom: 68px;
}
.history-box .swiper-container-horizontal>.swiper-scrollbar{
  position: relative;
  bottom: 0;
  height: 10px;
  margin-top: 1rem;
  background: #f5f5f5;
}
.history-box .swiper-scrollbar-drag {
  background: #d6d6d6;
}
.ban-tit-en,
.ban-line,
.mouse-box{
  display: none;
}
.ban-tit{
  color: #fff;
  font-size: 1.55rem;
  text-align: center;
}
.index-product .index-tit-view{
  margin: 0 auto 1.7rem;
}
.prod-tit-list{
  margin-bottom: 1rem;
}
.index-about-top{
  z-index: 50;
  position: relative;
}
@media screen and (min-width: 1281px) and (max-width: 1440px) {
    .ban-tit{
    color: #004f87;
    font-size: 1.55rem;
    text-align: center;
  }
}
.index-slider .doc-box{
  top: 35%;
}
@media screen and (min-width: 1681px) {
  .glass-news-item a .img-box{
    height: 8rem;
  }
  .glass-news-item a .doc-box .news-tit{
    font-size: 22px;
  }
  .glass-news-item a .doc-box .news-doc{
    font-size: 20px;
    line-height: 42px;
    height: 126px;
    margin-top: 30px;
  }
  .glass-news-item a .doc-box .news-date{
    margin-top: 1.55rem;
  }
  .glass-news-item a .doc-box .news-date span{
    font-size: 16px;
  }
  .glass-news-item a .doc-box{
    padding: 0.9rem 0.8rem 0.9rem 0.9rem;
  }
  .r-news-tit .index-tit-view{
    width: 6.875rem;
    margin-bottom: 2.15rem;
  }
  .news-control-btn .solution-control-btn,
  .news-control-btn .link-icon,
  .news-control-btn .link-icon:before{
    width: 2rem;
    height: 2rem;
  }
  #solu-next{
    margin-top: 70px;
  }
}
@media screen and (max-width: 1680px) {
  .prod-tit-list .item{
    margin-right: 0.8rem;
  }
  .prod-tit-list .item:last-child{
    margin-right: 0;
  }
  .index-about-r{
    bottom: 0;
    top: 0;
    height: 100%;
    display: flex;
    align-items: center;
  }
}
@media screen and (max-width: 1440px) {
  .product-category-item .cate-doc p {
    font-size: 16px;
  }
  .product-category-item .cate-doc .tit {
    font-size: 14px;
  }
  .glass-news-item a .doc-box .news-doc {
    font-size: 14px;
    line-height: 28px;
    height: 84px;
  }
  .glass-news-item a .doc-box .news-date {
    margin-top: 0.9rem;
  }
  .about-doc-edit {
    font-size: 15px;
  }
  .index-about-r {
    /*bottom: 7%;*/
  }
  .index-about {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 1360px) {
  .prod-tit-list .item{
    margin-right: 0.5rem;
  }
  .prod-tit-list .item:last-child{
    margin-right: 0;
  }
}
@media screen and (max-width: 1200px) {
  .prod-tit-list .more{
    display: none;
  }
}
@media screen and (max-width: 1080px) {
  .prod-tit-list{
    width: 100%;
    flex-wrap: wrap;
  }
  .prod-tit-list .more{
    display: block;
    width: 100%;
    justify-content: center;
  }
  .prod-tit-list .item.active a,
  .prod-tit-list .item:hover a{
    overflow: hidden;
  }
  .prod-tit-list .item{
    margin-right: 0 !important;
    width: 50%;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
  }
  .prod-tit-list .item:nth-child(2n){
    border-right: none;
  }
  .prod-tit-list .item:nth-child(5),
  .prod-tit-list .item:nth-child(6){
    border-bottom: none;
  }

  .prod-tit-list .item a{
    width: 100%;
    height: 1.8rem;
    font-size: 0.6rem;
    line-height: 1.8rem;
    text-align: center;
  }
  .prod-tit-list .item.active .txt, .prod-tit-list .item:hover .txt{
    font-size: 0.7rem;
  }
  .prod-tit-list .item .txt{
    position: relative;
    left: 0;
    top: 0;
    font-size: 1em;
  }
  .prod-tit-list .item .ico{
    display: none;
  }
  .prod-tit-list .more, .prod-tit-list .more a{
    justify-content: center;
  }
  .prod-tit-list .more a{
    background: #e5eaee;
    margin-bottom: 0.3rem;
    border-top: 1px solid #fff;
  }
  .prod-tit-list .more span{
    font-size: 0.28rem;
  }
  .prod-tit-list .more i{
    font-size: 0.8rem;
  }
}
@media screen and (max-width: 768px) {
  .prod-tit-list .item a{
    width: 100%;
    height: 0.8rem;
    font-size: 0.28rem;
    line-height: 0.8rem;
    text-align: center;
  }
  .prod-tit-list .item.active .txt, .prod-tit-list .item:hover .txt{
    font-size: 0.3rem;
  }
  .index-banner {
    height: calc(100vh - 60px);
  }
  .index-slider .img-box {
    height: calc(100vh - 60px);
    transform: translate3d(0px, 0, 0) scale(1.1);
  }
  .index-slider .doc-box {
    top: 60%;
  }
  .ban-tit {
    font-size: 0.56rem;
  }
  .ban-tit-en {
    font-size: 16px;
    line-height: 24px;
  }
  .index-tit-view {
    width: 3rem;
    margin-bottom: 0.68rem;
  }
  .index-about {
    margin-top: 1rem;
    margin-bottom: 0.56rem;
  }
  .about-doc-edit {
    font-size: 0.28rem;
  }
  .index-industry{
    padding-top: 1.5rem;
  }
  .index-product-bg {
    padding-bottom: 1.15rem;
  }
  .index-about-l {
    width: 100%;
    padding-right: 0;
  }
  .index-about-r {
    position: relative;
    width: 100%;
    bottom: 0;
  }
  .index-arr {
    margin-top: .6rem;
    display: inline-block;
  }
  .index-product {
    padding-top: .8rem;
  }
  .index-product-bd {
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-start;
  }
  .l-product-category {
    width: 100%;
  }
  .index-news {
    padding-bottom: 0.9rem;
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-start;
  }
  .l-news-carouse {
    width: 100%;
  }
  .xj-glass-btn {
    display: inline-block;
    width: 2rem;
    height: 34px;
    border: 1px solid #49597c;
    position: relative;
    overflow: hidden;
    margin-top: 28px;
  }
  .xj-glass-btn:before {
    display: none;
  }
  .xj-glass-btn span {
    width: 100%;
    font-size: 12px;
    text-align: center;
  }
  .glass-news-item a .img-box {
    height: 2.7rem;
  }
  .glass-news-item a .doc-box {
    background-color: #f0f1f3;
    padding: 0.32rem 0.21rem 0.24rem 0.28rem;
  }
  .glass-news-item a .doc-box .news-date {
    margin-top: .36rem;
  }
  .index-case .index-tit-view {
    width: 2.3rem;
  }
  .index-case-in {
    padding-top: 60px;
  }
  .index-case-item {
    height: auto;
  }
  .index-case-item .case-doc {
    font-size: 0.28rem;
    bottom: 18px;
  }
  .index-contact {
    /*margin-top: 2.6rem;*/
  }
  .index-contact .index-tit-view {
    width: 2.4rem;
  }
  .l-contact-doc {
    width: 100%;
    font-size: 14px;
    line-height: 30px;
    margin-top: 20px;
  }
  .r-view-contact-img {
    width: 100%;
    flex-flow: row wrap;
    justify-content: space-between;
    margin-top: 30px;
  }
  .r-view-contact-img .ct p {
    font-size: 12px;
    margin-top: 0.35rem;
  }
  .contact-main {
    margin-top: 8px;
    padding-bottom: 0.72rem;
  }
  .index-product-bg .index-tit-view.visible-xs {
    width: 3.6rem;
    display: inline-block !important;
    text-align: right;
  }
  .index-product {
    text-align: right;
  }
  .index-news {
    text-align: right;
    display: block;
    padding-top: 1rem;
  }
  .index-news .index-tit-view {
    width: 2.6rem;
    display: inline-block !important;
    text-align: right;
  }
  .index-news .r-news-tit .index-tit-view {
    display: none!important;
  }
  .glass-news-item a .doc-box .news-doc {
    text-align: left;
  }
  .glass-news-item a .doc-box .news-tit {
    text-align: left;
    font-size: 16px;
  }
  .product-category-item .cate-doc p {
    text-align: left;
  }
  .product-category-item .cate-doc .tit {
    text-align: left;
  }

  /*2021/9/6*/
  .index-industry{
    padding-top: 2.5rem;
    margin-bottom: 0.68rem;
  }
  .index-industry .index-tit-view {
    width: 3.6rem;
    margin: 0 auto 0.3rem;
  }
  .index-industry-list .ind-doc{
    font-size: 0.28rem;
    line-height: 3;
  }
  .index-product-item .product-doc{
    height: 1.6rem;
  }
  .index-product-item .product-doc .product-line{
    margin-top: 10px;
    margin-bottom: 14px;
  }
  .index-product-item.animated .product-cate{
    font-size: 0.26rem;
  }
  .index-product-item .product-doc .product-name{
    font-size: 0.28rem;
  }

  .index-case {
    margin-top: 0.3rem;
  }
  .index-news{
    
  }
  .index-about-top .list{
    width: 100%;
    margin: -0.2rem 0 0.5rem;
  }
  .index-about-top .list a{
    margin: 0 !important;
    width: 25%;
    font-size: 0.28rem;
    line-height: 3;
  }
  .honor-box .honor-list{
    width: 100%;
    padding: 15px 0;
  }
  .honor-box .honor-list .imgbox{
    box-shadow: -2.8px 2.8px 20px rgb(71,71,71,10%);
  }
  .history-box .swiper-slide{
    height: 8.75rem;
  }
  .history-box .swiper-container-horizontal>.swiper-scrollbar{
    margin-top: 0.35rem;
    height: 4px;
  }
  .history-box .swiper-slide .tit{
    margin-top: 16px;
    font-size: 0.28rem;
    line-height: 0.34rem;
    height: 0.34rem;
  }
  .history-box .swiper-slide:nth-child(2n) .tit {
    margin-bottom: 16px;
  }
  .history-box .swiper-slide .txt {
    font-size: 0.26rem;
    line-height: 0.32rem;
    
    margin-top: 44px;
  }
  .history-box .swiper-slide:nth-child(2n) .txt {
    margin-bottom: 44px;
  }
}


.index-team{
  padding-top: 2rem;
}
.index-team .index-tit-view{
  margin-left: auto;
  margin-right: auto;
}
.team-swp{
  overflow: hidden;
}
.team-swp .swiper-slide{
  width: 200px;
  margin-right: calc((100% - 200px*7)/6);
}
@media screen and (max-width: 1680px) {
  .team-swp .swiper-slide{
    width: 200px;
    margin-right: calc((100% - 200px*6)/5);
  }
}
@media screen and (max-width: 1366px) {
  .team-swp .swiper-slide{
    width: 200px;
    margin-right: calc((100% - 200px*5)/4);
  }
}
@media screen and (max-width: 1100px) {
  .team-swp .swiper-slide{
    width: 200px;
    margin-right: calc((100% - 200px*4)/3);
  }
}
@media screen and (max-width: 900px) {
  .team-swp .swiper-slide{
    width: 200px;
    margin-right: calc((100% - 200px*3)/2);
  }
  .index-team{
    padding-top: 40px;
  }
}
@media screen and (max-width: 680px) {
  .team-swp .swiper-slide{
    width: 200px;
    margin-right: 20px;
  }
}
.team-swp .product-img {
  height: auto;
  background-color: #e9e9e9;
  position: relative;
  width: 200px;
  overflow: hidden;
}
.team-swp .product-img .fastBg {
  height: 200px;
}
.team-swp .product-img .fastBg img{
  display: block;
  width: 100%;
}
/* .team-swp .product-img .fastBg:hover {
  transform: scale(0.9);
} */
.team-swp .product-doc {
  width: 200px;
  margin: 0 auto;
  /* background-color: #e9e9e9; */
  padding: 20px 10%;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
}
.team-swp .product-doc .product-cate {
  font-size: 16px;
  color: #004f87;
  line-height: 1;
}
.team-swp .product-doc .product-line {
  width: 100%;
  height: 1px;
  background-color: #d2d2d2;
  margin-top: 10px;
  margin-bottom: 16px;
}
.team-swp .product-doc .product-name {
  font-size: 15px;
  color: #090238;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .index-banner,
  .index-slider .img-box{
    /*height: 7.8rem;*/
    height: 59vh;
  }
}

@media screen and (min-width: 769px){
  .contact-main{
    max-width: 940px;
  }
  .l-contact-doc{
    width: 500px;
  }
  .r-view-contact-img{
    width: 440px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1050px){
  .l-contact-doc{
    width: calc(100% - 440px);
  }
}

.index-slider:nth-child(1) .doc-box{
  top: 64%;
}