@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;
  }
}
@font-face {
  font-family: 'gilroyBold';
  src: url('../font/gilroy-extrabold-webfont.woff') format('woff'), url('../font/gilroy-extrabold-webfont.woff2') format('woff2'), url('../font/Gilroy-ExtraBold.otf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'gilroy';
  src: url('../font/gilroy-light-webfont.woff') format('woff'), url('../font/gilroy-light-webfont.woff2') format('woff2'), url('../font/Gilroy-light.otf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
.gilroy {
  font-family: gilroy;
}
.gilroybold {
  font-family: gilroyBold;
}
.index-banner {
  height: calc(100vh - 90px);
}
.pc-ban-item {
  height: calc(100vh - 90px);
  position: relative;
  overflow: hidden;
}
.pc-ban-item .images {
  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;

}
.pc-ban-item.swiper-slide-active .images {

}
.banner-doc {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  height: 100%
}
.banner-doc .tit {
  text-align: right;
}
.banner-doc .tit.tit1 img {
 
}
.banner-doc img {
  display: inline-block;
}
.banner-doc .tit.tit2{
  font-size: 24px;
  line-height: 2;
  color:#ffffff;
  margin-top: 223px;
  text-align: center;
}
.index-about {
  -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: 589px;
  padding-top: 90px;
}
.index-about .about-edit {
  width: 540px;
}
.index-tech {
  height: 1015px;
  position: relative;
  overflow: hidden;
}
.index-tech .index-tech-bg {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -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-tech .index-tech-bg.animated {
  -webkit-animation: zoomOut2 2s ease forwards;
  -moz-animation: zoomOut2 2s ease forwards;
  -o-animation: zoomOut2 2s ease forwards;
  animation: zoomOut2 2s ease forwards;
}
.tech-select {
  margin-top: 118px;
}
.tech-select a {
  display: block;
  width: 280px;
  height: 52px;
  line-height: 48px;
  border: 2px solid #ffffff;
  background-color: transparent;
  text-align: center;
  color: #fff;
  margin-right: 30px;
  transition: all 0.6s linear;
  font-size: 18px;
}
.tech-select a.active {
  border: 2px solid transparent;
  background-color: #fff;
  color: #333333;
}
.tech-select a:last-child {
  margin-right: 0;
}
.tech-wrap {
  margin-top: 70px;
  height: 540px;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.tech-wrap .tech-box {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: none;
}
.tech-wrap .tech-box.active {
  display: block;
}
.tech-wrap .tech-box .l-img {
  height: 100%;
  width: 50%;
  -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;
}
.tech-wrap .tech-box .r-doc {
  height: 100%;
  width: 50%;
  -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: 88px 75px;
}
.tech-wrap .tech-box .r-doc > h4 {
  font-size: 30px;
  color: #333333;
  margin-bottom: 20px;
  margin-bottom: 24px;
}
.tech-wrap .tech-box .r-doc > .yl {
  padding-bottom: 24px;
  border-bottom: 1px solid #dcdcdc;
  margin-bottom: 34px;
}
.tech-wrap .tech-box .r-doc > .yl > h6 {
  font-size: 16px;
  color: #333333;
  margin-bottom: 10px;
}
.tech-wrap .tech-box .r-doc > .yl .yl-det {
  font-size: 18px;
  color: #333333;
  line-height: 30px;
  margin-top: 10px;
}
.tech-tit {
  text-align: right;
  margin-top: 60px;
}
.tech-tit .global-tit h3 {
  color: #fff;
}
.tech-tit .global-tit h6 {
  color: #fff;
}
.pro-list {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
}
.global-pro-demo {
  width: 585px;
  height: 316px;
  position: relative;
  display: block;
  overflow: hidden;
  margin-bottom: 24px;
}
.global-pro-demo .images {
  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;
  overflow: hidden;
  transition: all 0.6s linear;
}
.global-pro-demo:hover .images {
  transform: scale(1.2);
}
.global-pro-demo:hover .name-tag {
  background-color: rgba(0, 153, 68, 0.76);
}
.global-pro-demo .name-tag {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  line-height: 50px;
  width: 100%;
  background-color: rgba(27, 27, 27, 0.76);
  color: #fff;
  text-align: center;
  padding: 0 10%;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: all 0.3s linear;
}
.index-case {
  height: 750px;
  -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-case-in {
  padding-top: 100px;
}
.case-list {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
  width: 600px;
}
.case-list .case-item {
  display: block;
  margin-bottom: 1px;
  width: 299px;
  padding: 0 44px;
  height: 114px;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  font-size: 18px;
  color: #333333;
  background-color: rgba(255, 255, 255, 0.84);
  transition: all 0.3s linear;
}
.case-list .case-item i {
  font-size: 20px;
}
.case-list .case-item:hover {
  background-color: #ffffff;
}
.case-list .case-item:hover i {
  color: #3eb134;
}
.case-list .case-item.active {
  background-color: #ffffff;
}
.case-list .case-item.active i {
  color: #3eb134;
}
.global-btn {
  display: block;
  text-align: center;
  width: 150px;
  height: 40px;
  line-height: 40px;
  background-color: #fff;
  color: #333;
  font-size: 14px;
  align-self: baseline;
  transition: all 0.3s linear;
  border: 1px solid transparent;
}
.global-btn:hover {
  background-color: #3eb134;
  color: #fff;
}
.global-btn.btn-green {
  background-color: #3eb134;
  color: #fff;
}
.global-btn.btn-green:hover {
  background-color: #fff;
  color: #333;
  border: 1px solid #333;
}
.index-thought {
  background-color: #f5f5f5;
  padding-top: 95px;
  padding-bottom: 50px;
}
.global-tit-wrap {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
}
.index-news-list {
  margin-top: 24px;
}
.news-item-demo {
  display: block;
}
.news-item-demo h5 {
  font-size: 14px;
  color: #535353;
  line-height: 1;
  margin-bottom: 0.8rem;
  font-family: gilroy;
}
.news-item-demo h4 {
  font-size: 18px;
  color: #535353;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 0.6rem;
}
.news-item-demo .line-box {
  width: 100%;
  display: block;
  height: 1px;
  background-color: #e8e6e3;
  margin-bottom: 0.6rem;
  position: relative;
}
.news-item-demo .line-box span {
  position: absolute;
  width: 10%;
  height: 2px;
  background-color: #313131;
  left: 0;
  bottom: 0;
  transition: all 0.3s linear;
}
.news-item-demo:hover .line-box span {
  width: 100%;
  background-color: #313131;
}
.news-item-demo .doc-edit {
  font-size: 16px;
  line-height: 2;
  color: #535353;
  margin-bottom: 1.2rem;
  opacity: .6;
  height: 64px;
  overflow: hidden;
}
.news-item-demo:hover .more-icon i {
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  font-size: 35px;
  color: #000;
  position: absolute;
  left: -100%;
  top: 0;
}
.news-item-demo:hover .more-icon i.arrow2 {
  left: 0;
}
.more-icon {
  position: relative;
  width: 35px;
  overflow: hidden;
  height: 0.75rem;
}
.more-icon i {
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  font-size: 35px;
  color: #000000;
  position: absolute;
  left: 0;
  top: 0;
}
.more-icon i.arrow2 {
  color: #a69683;
  left: -100%;
}
.news-list2 {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 80px;
}
.news-list2:after {
  content: '';
  width: 398px;
}
.news-item-demo2 {
  width: 360px;
}
.news-item-demo2 a {
  display: block;
  padding: 24px 0px 0px 0;
  position: relative;
  transition: all 0.3s linear;
}
.news-item-demo2 a h6 {
  font-family: gilroy;
  font-size: 14px;
}
.news-item-demo2 a h3 {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 18px;
  line-height: 32px;
  margin-top: 14px;
  padding-bottom: 24px;
  border-bottom: 1px solid #f1eeeb;
}
.news-item-demo2 a:after {
  content: "";
  position: absolute;
  height: 100%;
  top: 0;
  right: 100%;
  background-color: #fff;
  width: 20px;
  transition: all 0.3s linear;
}
.news-item-demo2 a:before {
  content: "";
  position: absolute;
  height: 100%;
  top: 0;
  left: 100%;
  background-color: #fff;
  width: 20px;
  transition: all 0.3s linear;
}
.news-item-demo2 a:hover {
  background-color: #f5f5f5;
}
.news-item-demo2 a:hover h3 {
  border-bottom: 1px solid transparent;
}
.news-item-demo2 a:hover:after,
.news-item-demo2 a:hover:before {
  background-color: #f5f5f5;
}
.news-item-demo2:nth-child(4) a h3,
.news-item-demo2:nth-child(5) a h3,
.news-item-demo2:nth-child(6) a h3 {
  border-bottom: 1px solid transparent;
}
