﻿
/* 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;
  }
}
.global-pdt {
  padding-top: 2.5rem;
}
.global-tit {
  text-align: center;
  margin-bottom: 24px;
}
.global-tit i {
  font-size: 30px;
  color: #44ada7;
  display: inline-block;
  transition: all 1s linear;
}
.global-tit span {
  font-size: 30px;
  color: #333333;
  margin-left: 8px;
}
.global-tit.animated i {
  color: #89c44e;
}
.global-tit.color-rev i {
  font-size: 30px;
  color: #89c44e;
  display: inline-block;
  transition: all 1s linear;
}
.global-tit.color-rev span {
  font-size: 30px;
  color: #333333;
  margin-left: 8px;
}
.global-tit.color-rev.animated i {
  color: #44ada7;
}
.index-product-select {
  margin-top: 40px;
  margin-bottom: 36px;
  width: 87.7%;
  margin-left: 12.3%;
  display: flex;
  flex-flow: row nowrap;
}
.index-product-select .index-product-category-item {
  width: 13.6%;
  text-align: left;
  cursor: pointer;
}
.index-product-select .index-product-category-item img {
  margin-left: 7px;
  width: 1.25rem;
}
.index-product-select .index-product-category-item p {
  margin-top: 10px;
}
.swiper-product-container-wrap {
  position: relative;
}
.swiper-product-container-wrap .l-swiper-product-btn {
  width: 12.3%;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
}
.swiper-product-container-wrap .l-swiper-product-btn .inner-btn {
  cursor: pointer;
  width: 90px;
  height: 100%;
  background-color: #89c44f;
  position: relative;
}
.swiper-product-container-wrap .l-swiper-product-btn .inner-btn img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.swiper-product-container-wrap .l-swiper-product-btn .inner-btn.swiper-button-disabled {
  opacity: 0.35;
  cursor: default;
}
.swiper-product-container-wrap .swiper-container {
  width: 87.7%;
  margin: 0 0;
  margin-left: 12.3%;
}
.swiper-product-container-wrap .swiper-slide {
  width: 70.62%;
  transition-timing-function: linear;
}
.swiper-product-container-wrap .slide-product-name {
  position: absolute;
  bottom: 10px;
  right: 0;
  width: 11.5rem;
  height: 2.5rem;
  background-color: #ffffff;
  padding: 0 40px;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  z-index: 66;
  opacity: 1;
}
.swiper-product-container-wrap .slide-product-name span {
  font-size: 16px;
  color: #333333;
}
.swiper-product-container-wrap .slide-product-name i {
  font-size: 1.5rem;
  color: #000;
}
.swiper-product-container-wrap .slide-line {
  width: 100%;
  height: 10px;
  background-color: #89c44f;
  position: absolute;
  bottom: 0;
  left: 0;
}
.swiper-product-container-wrap .swiper-slide img {
  width: 100%;
  border-radius: 4px;
}
.swiper-product-container-wrap .swiper-slide .title {
  position: absolute;
  transform: rotate(90deg);
  transform-origin: left top;
  left: -3px;
  font-size: 11px;
  color: #666666;
}
.swiper-product-container-wrap .swiper-button-next,
.swiper-product-container-wrap .swiper-button-prev {
  width: 34px;
  height: 75px;
  background-size: 34px 75px;
  margin-top: -37.5px;
  outline: none;
}
.swiper-product-container-wrap .swiper-button-next {
  background-image: url(../image/cursor-next.png);
  right: 10%;
}
.swiper-product-container-wrap .swiper-button-prev {
  background-image: url(../image/cursor-prev.png);
}
.swiper-product-container-wrap .swiper-pagination-bullet {
  background: none;
  opacity: 1;
  margin: 0 6px !important;
  width: 9px;
  height: 9px;
  position: relative;
  outline: none;
  vertical-align: middle;
}
.swiper-product-container-wrap .swiper-pagination-bullet span {
  width: 3px;
  height: 3px;
  background: #CCC;
  display: block;
  border-radius: 50%;
  margin-top: 3px;
  margin-left: 3px;
}
.swiper-product-container-wrap .swiper-pagination-bullet i {
  background: #000;
  height: 1px;
  width: 20px;
  position: absolute;
  top: 4px;
  transform: scaleX(0);
  transform-origin: left;
  z-index: 3;
  transition-timing-function: linear;
}
.swiper-product-container-wrap .swiper-pagination-bullet-active span,
.swiper-product-container-wrap .swiper-pagination-bullet:hover span {
  width: 9px;
  height: 9px;
  margin-top: 0;
  margin-left: 0;
  background: #000;
  position: relative;
  z-index: 1;
}
.swiper-product-container-wrap .swiper-pagination-bullet-active i {
  animation: middle 6s;
}
.swiper-product-container-wrap .swiper-pagination-bullet:first-child.swiper-pagination-bullet-active i {
  animation: first 6s;
}
.swiper-product-container-wrap .swiper-pagination-bullet:last-child.swiper-pagination-bullet-active i {
  animation: last 6s;
}
@keyframes first {
  0% {
    transform: scaleX(0.5);
    left: 0px;
  }
  /*091*/
  100% {
    transform: scaleX(1);
    left: 2px;
  }
  /*0915*/
}
@keyframes last {
  0% {
    transform: scaleX(0.7);
    left: -10px;
  }
  /*1090*/
  20% {
    transform: scaleX(0.3);
    left: 2px;
  }
  /*090*/
  100% {
    transform: scaleX(0.3);
    left: 0px;
  }
  /*090*/
}
@keyframes middle {
  0% {
    transform: scaleX(0.7);
    left: -10px;
  }
  /*1091*/
  20% {
    transform: scaleX(0.45);
    left: 2px;
  }
  /*092*/
  100% {
    transform: scaleX(1);
    left: 2px;
  }
  /*0913*/
}
.index-about {
  background: url(../image/indexaboutbg.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;
  padding-top: 2.75rem;
  padding-bottom: 3.775rem;
}
.index-about .global-tit {
  text-align: left;
}
.index-about-l {
  width: 50%;
  padding-right: 7.5%;
}
.index-about-edit {
  color: #333;
  font-size: 16px;
  line-height: 36px;
}
.index-about-icon {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  margin-top: 1.05rem;
}
.index-about-icon .about-icon-item {
  text-align: left;
  transition: all 0.3s linear;
}
.index-about-icon .about-icon-item:hover {
  transform: translateY(-5px);
}
.index-about-icon .about-icon-item img {
  margin-left: 15px;
}
.index-about-icon .about-icon-item p {
  margin-top: 6px;
}
.index-about-r {
  width: 44%;
}
.index-about-r .img-box {
  margin-top: 2.15rem;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -ms-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  height: 370px;
}
.index-case {
  display: flex;
  flex-flow: row nowrap;
}
.index-case-colmun {
  width: 33.333%;
}
.index-case-item {
  position: relative;
  display: block;
  overflow: hidden;
}
.index-case-item.h540 {
  height: 13.5rem;
}
.index-case-item.h350 {
  height: 8.75rem;
}
.index-case-item.h730 {
  height: 18.25rem;
}
.index-case-item .img-box {
  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;
  transition: all 0.5s ease;
}
.index-case-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 0.3s;
}
.index-case-item .case-in-box {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}
.index-case-item .case-in-box p {
  color: #fff;
  margin: 8px 0;
}
.index-case-item:hover .img-box {
  transform: scale(0.95);
}
.index-case-item:hover .mask {
  opacity: 0;
}
.index-case-desc {
  height: 9.5rem;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
}
.index-case-desc .line {
  width: 80%;
  height: 1px;
  background-color: #e5e5e5;
  transform: scaleX(0);
  transition: all 1s linear;
}
.index-case-desc .line.animated {
  transform: scaleX(1);
}
.index-case-desc p {
  font-size: 16px;
  color: #333333;
  margin-top: 36px;
}
.index-case-more {
  position: relative;
  height: 8.75rem;
  display: block;
  background-color: #44ada8;
  transition: all 1s linear;
}
.index-case-more:hover {
  background-color: #89c44f;
}
.index-case-more p {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
}
.index-news {
  background-color: #eeeeee;
  padding-top: 2.7rem;
  padding-bottom: 2.5rem;
}
.index-news-select {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
}
.index-news-select .news-sel {
  display: flex;
  flex-flow: row nowrap;
}
.index-news-select .news-sel a {
  color: #999999;
}
.index-news-select .news-sel a.active {
  color: #333;
}
.index-news-select .news-sel .line {
  width: 1px;
  height: 18px;
  background-color: #bfbfbf;
  margin: 0 40px;
  margin-top: 4px;
}
.index-news-list {
  margin-top: 40px;
  display: none;
}
.index-news-list.active {
  display: block;
}
.index-news-list .index-news-ul {
  display: flex;
  flex-flow: row nowrap;
  padding-bottom: 50px;
}
.index-news-list .index-news-ul li {
  width: 25%;
}
.index-news-demo {
  padding-top: 1.3rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-bottom: 1.45rem;
  background-color: #fff;
  border-right: 1px solid #eeeeee;
  position: relative;
  height: 12.5rem;
  overflow: hidden;
}
.index-news-demo a {
  display: block;
}
.index-news-demo a .news-num {
  font-family: 'Helvetica', 'Arial';
  font-size: 1.5rem;
  font-weight: bold;
  color: #333333;
  opacity: .2;
  line-height: 1;
  position: relative;
  z-index: 3;
}
.index-news-demo a .news-tit {
  font-size: 16px;
  color: #333333;
  line-height: 30px;
  margin-top: 1.0rem;
  position: relative;
  height: 60px;
  overflow: hidden;
  z-index: 3;
  transition: all 0.3s linear;
}
.index-news-demo a .news-doc-edit {
  font-size: 14px;
  color: #999999;
  line-height: 28px;
  margin-top: 14px;
  position: relative;
  z-index: 3;
  height: 84px;
  overflow: hidden;
}
.index-news-demo a .news-date {
  font-size: 14px;
  color: #999999;
  font-family: 'Helvetica', 'Arial';
  margin-top: 1.125rem;
  position: relative;
  z-index: 3;
}
.index-news-demo a .news-date2 {
  font-size: 14px;
  color: #fff;
  font-family: 'Helvetica', 'Arial';
  margin-top: 1.39rem;
  position: relative;
  z-index: 3;
  display: none;
}
.index-news-demo a i {
  text-align: right;
  font-size: 28px;
  color: #999999;
  float: right;
  transform: rotate(180deg);
  position: absolute;
  right: 1.5rem;
  bottom: 1.45rem;
  z-index: 3;
  transition: all 0.3s linear;
}
.index-news-demo a .line-though {
  width: 0;
  height: 10px;
  background-color: #89c44f;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.3s linear;
  z-index: 8;
}
.index-news-demo a .mask {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.49);
  z-index: 1;
  opacity: 0;
  transform: translateY(-100%);
  transition: all 0.4s linear;
}
.index-news-demo a .img-cover {
  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;
  opacity: 0;
  transform: translateY(100%);
  transition: all 0.4s linear;
}
@media screen and (min-width: 1024px) {
  .index-news-demo:hover .img-cover {
    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;
    opacity: 1;
    transform: none;
  }
  .index-news-demo:hover .mask {
    opacity: 1;
    transform: translateY(0);
  }
  .index-news-demo:hover .news-tit {
    color: #fff;
    margin-top: 84px;
  }
  .index-news-demo:hover .news-date {
    display: none;
  }
  .index-news-demo:hover .news-date2 {
    display: block;
  }
  .index-news-demo:hover .news-doc-edit {
    display: none;
  }
  .index-news-demo:hover i {
    color: #fff;
  }
  .index-news-demo:hover .line-though {
    width: 100%;
  }
}
.news-category-more {
  display: block;
  width: 50%;
  height: 50px;
  background-color: #ffffff;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
.news-category-more:before {
  content: " ";
  position: absolute;
  z-index: -1;
  left: -100%;
  top: 0;
  width: 100%;
  height: 51%;
  background: #89c44f;
  -o-transition: .4s;
  -moz-transition: .4s;
  transition: .4s;
}
.news-category-more:after {
  content: " ";
  position: absolute;
  z-index: -1;
  left: -100%;
  top: 0;
  width: 100%;
  height: 51%;
  background: #89c44f;
  -o-transition: .4s;
  -moz-transition: .4s;
  transition: .4s;
  left: 100%;
  top: 50%;
  -o-transition: .4s .2s;
  -moz-transition: .4s .2s;
  transition: .4s .2s;
}
.news-category-more span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 14px;
  color: #666666;
  transition: all 0.4s linear;
}
.news-category-more:hover {
  -webkit-transform: translateY(-4px);
  -moz-transform: translateY(-4px);
  -ms-transform: translateY(-4px);
  -o-transform: translateY(-4px);
  transform: translateY(-4px);
  color: #fff;
  box-shadow: 0px 4px 5px -5px #89c44f;
}
.news-category-more:hover:before {
  left: 0;
}
.news-category-more:hover:after {
  left: 0;
}
.news-category-more:hover span {
  color: #fff;
}
@media (max-width: 1024px) {
  .search-component .l-img {
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    height: 60px;
    width: 77px;
  }
  .search-component {
    height: 60px;
  }
  .search-component .l-img {
    height: 60px;
  }
  .search-component .searchbtn {
    height: 60px;
  }
  .search-component input {
    padding-left: 14px;
    font-size: 12px;
  }
  .w1600 {
    width: 93%;
  }
}
@media (max-width: 768px) {
  .w1200 {
    width: 92%;
  }
  .index-case-item .case-in-box p {
    font-size: 14px;
  }
  .index-banner {
    height: calc(100vh - 70px);
    overflow: hidden;
  }
  .global-pdt {
    padding-top: 0.65rem;
  }
  .ban-tit {
    font-size: 18px;
  }
  .ban-tit-en {
    font-size: 16px;
    line-height: 20px;
  }
  .index-slider .img-box {
    transform: translate3d(0, 0, 0) scale(1.2);
    height: 100%;
  }
  .ban-zs-l img {
    width: 0.68rem;
  }
  .ban-zs-r img {
    width: 0.68rem;
  }
  .search-component input {
    padding-left: 10px;
  }
  .search-component .searchbtn {
    width: 50px;
    height: 45px;
    border-left: 1px solid #f3f3f3;
  }
  .search-component .searchbtn span {
    font-size: 12px;
  }
  .search-component {
    height: 45px;
    width: 92%;
  }
  .search-component .l-img {
    height: 45px;
    width: 45px;
    -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-select {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    margin-top: 20px;
    margin-bottom: 18px;
  }
  .index-product-select .index-product-category-item {
    width: 13%;
    text-align: center;
  }
  .index-product-select .index-product-category-item img {
    margin-left: 0;
    width: 0.5rem;
  }
  .index-product-select .index-product-category-item p {
    font-size: 12px;
  }
  .swiper-product-container-wrap .swiper-slide {
    width: 100%;
  }
  .index-product .l-swiper-product-btn {
    display: none;
  }
  .swiper-product-container-wrap .swiper-container {
    width: 100%;
    margin: 0 0;
    margin-left: 0%;
  }
  .index-product .swiper-button-next {
    display: none;
  }
  .index-product .slide-product-name {
    position: absolute;
    bottom: 5px;
    right: 0;
    width: 3rem;
    height: 0.75rem;
    background-color: #ffffff;
    padding: 0 20px;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
    z-index: 66;
    opacity: 1;
  }
  .index-product .slide-product-name span {
    font-size: 14px;
  }
  .index-product .slide-product-name i {
    font-size: 24px;
  }
  .index-product .slide-line {
    height: 5px;
  }
  .index-about-edit {
    color: #333;
    font-size: 14px;
    line-height: 28px;
  }
  .index-about {
    padding-top: 0.9rem;
    padding-bottom: 0.9rem;
  }
  .index-about-l {
    width: 100%;
    padding-right: 0%;
  }
  .index-about-r {
    width: 100%;
  }
  .index-about-r .img-box {
    margin-top: 0.43rem;
    height: 3.7rem;
  }
  .global-tit.color-rev i {
    font-size: 20px;
  }
  .global-tit.color-rev i {
    font-size: 20px;
  }
  .global-tit span {
    font-size: 20px;
    color: #333333;
    margin-left: 8px;
  }
  .global-tit.color-rev span {
    font-size: 20px;
  }
  .index-about-icon {
    margin-top: 0.42rem;
  }
  .index-about-icon .about-icon-item img {
    width: 0.35rem;
    margin-left: 16px;
  }
  .index-about-icon .about-icon-item p {
    font-size: 13px;
  }
  .index-case {
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
  }
  .index-case-colmun {
    width: 100%;
  }
  .index-case-item.h540 {
    height: 4rem;
  }
  .index-case-item.h350 {
    height: 4rem;
  }
  .index-case-desc {
    height: 2.6rem;
  }
  .index-case-desc.show {
    display: flex!important;
  }
  .index-case-desc.show .global-tit {
    margin-bottom: 12px;
  }
  .index-case-desc.show p {
    margin-top: 18px;
    font-size: 14px;
  }
  .index-case-item.h730 {
    height: 4rem;
  }
  .index-case-more {
    height: 1.3rem;
  }
  .index-case-more p {
    font-size: 14px;
  }
  .index-news {
    padding-top: 1.08rem;
    padding-bottom: 1rem;
  }
  .index-news-wrap {
    width: 100%;
  }
  .index-news-demo {
    padding-top: 0.52rem;
    padding-left: 5%;
    padding-right: 5%;
    padding-bottom: 0.58rem;
    background-color: #fff;
    border-right: 1px solid #eeeeee;
    position: relative;
    height: auto;
    overflow: hidden;
  }
  .index-news-demo a .news-num {
    font-size: 20px;
  }
  .index-news-demo a .news-tit {
    font-size: 16px;
    color: #333333;
    line-height: 24px;
    margin-top: 0.2rem;
    position: relative;
    height: 48px;
    overflow: hidden;
    z-index: 3;
    transition: all 0.3s linear;
  }
  .index-news-demo a .news-doc-edit {
    font-size: 14px;
    line-height: 24px;
    margin-top: 7px;
    position: relative;
    z-index: 3;
    height: 72px;
    overflow: hidden;
  }
  .index-news-demo a i {
    text-align: right;
    font-size: 18px;
    color: #999999;
    float: right;
    transform: rotate(180deg);
    position: absolute;
    right: 5%;
    bottom: 0.58rem;
    z-index: 3;
    transition: all 0.3s linear;
  }
  .index-news-select .news-sel a {
    font-size: 14px;
  }
  .index-news .global-tit {
    margin-bottom: 0;
  }
  .index-news-select .news-sel .line {
    width: 1px;
    height: 14px;
    background-color: #bfbfbf;
    margin: 0 20px;
    margin-top: 3px;
  }
  .index-news-demo a .news-date {
    font-size: 12px;
    margin-top: 0.45rem;
  }
  .index-news-list {
    margin-top: 20px;
  }
  .news-category-more {
    width: 30%;
    height: 36px;
  }
  .news-category-more span {
    font-size: 12px;
  }
  .index-case-item .case-in-box img {
    width: 0.38rem;
  }
}
