@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: center 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: #fff;
  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: #ffca08;
}
.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: #000;
  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;
}
.banner {
	background-color: #000;
	background-position: center center;
	background-repeat: no-repeat
}
.banner-mask {
	background-color: rgba(0,0,0,.1);
	padding: 6.6em 0
}
.banner-mask h2 {
	color: #fff;
	font-size: 30px;
	margin: 0 0 10px 0;
	text-shadow: 2px 2px 5px rgba(0,0,0,.7)
}

.banner-mask p {
	color: rgba(255,255,255,.8);
	font-size: 16px;
	margin: 0;
	text-shadow: 2px 2px 5px rgba(0,0,0,.7)
}
.banner-mask p a {
	color: #eaeaea;
}

@media (max-width:767px) {
.banner {
	background-size: auto 240px
}
.banner-mask {
	padding: 4em 0
}
.banner-mask h2 {
	font-size: 20px
}
.banner-mask p {
	font-size: 12px
}
}
.list-inline {
	padding-left: 0;
	margin-left: -5px;
	list-style: none
}
.list-inline>li {
	display: inline-block;
	padding-right: 5px;
	padding-left: 5px
}
@media (max-width:767px) {
a.btn-center {
	margin: 15px 10px 0 10px;
	padding: 4px 20px 2px 20px
}
}
a.btn-title {
	text-align: center;
	font-size: 15px;
	padding: 10px 30px 10px 30px;
	margin: 25px 4px 0 4px;
	color: #000;
	border: 1px solid #000;
	display: inline-block
}
a.btn-title:hover,.crt {
	background-color: #ffca08;
	border: 1px solid #ffca08!important;
	color: #000;
	text-decoration: none
}
.ny-menu {
	padding: 20px 0;
}

@media (max-width:991px) {
a.btn-title {
	margin: 20px 0 0 0;
	padding: 2px 15px 1px 15px
}
}
.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: #fff;
  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: 3.0rem;
  background: url(../images/index-pro-bg.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: #ffca08;
}
.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%;
}
.index-proudct-list.active {
  opacity: 1;
}
.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: 4.5rem;
  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: #ffca08;
  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-top: 3.75rem;
  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: #ffca08;
}
.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: #ffca08;
  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: #ffca08;
  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 #ffca08;
  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: #ffca08;
}
.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%;
}
.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;
}
@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: 2.5rem;
    margin-bottom: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  .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-product-bg {
    padding-bottom: 2rem;
  }
  .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-top: 1.5rem;
    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: 1.6rem;
  }
  .product-main-list li{width: 50%;}
  .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;
	display: none;
  }
  .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 {
    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;
  }
}
