@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;
}
.global-tit-wrap {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
}
.l-tit-category {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
}
.l-tit-category h6 {
  text-transform: uppercase;
  color: #e3d9b3;
}
.l-tit-category .line {
  width: 2rem;
  height: 1px;
  background-color: #e3d9b3;
  margin-right: 0.5rem;
}
.tit-viewmore {
  display: block;
  width: 160px;
  height: 42px;
  position: relative;
  border: 1px solid #bfbfbf;
  margin-right: calc(8% - 80px);
}
.tit-viewmore span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #333333;
}
.tit-viewmore:hover {
  background: linear-gradient(to right, rgba(178, 135, 111, 0) 25%, #a69683 75%);
  background-size: 400% 300%;
  transition: 1700ms cubic-bezier(0.165, 0.84, 0.44, 1);
  background-position: 99% 50%;
  border: 1px solid transparent;
}
.tit-viewmore:hover span {
  color: #fff;
}
@media screen and (max-width: 1500px) {
  .tit-viewmore {
    display: block;
    width: 140px;
    height: 40px;
    position: relative;
    border: 1px solid #bfbfbf;
    margin-right: calc(10% - 2rem);
  }
  .tit-viewmore span {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #333333;
  }
}
.index-product-section {
  position: relative;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
}
.index-product-section .pro-btn {
  width: 1.55rem;
  height: 7.95rem;
  background-color: rgba(229, 229, 229, 0.4);
  position: relative;
  cursor: pointer;
  display: none;
}
.index-product-section .pro-btn .iconfont {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 46px;
  color: #a2a2a2;
  transform: translate(-50%, -50%) rotate(180deg);
}
.index-product-section .pro-btn:hover .iconfont {
  color: #e3d9b3;
}
.index-product-section .pro-btn.r-prev-btn .iconfont {
  transform: translate(-50%, -50%);
}
.index-product-section:hover .pro-btn {
  display: block;
}
.index-product-inner {
  width: 100%;
  max-width: 1530px;
}
.global-product-item {
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  width: 25%;
  background-color: #fff;
}
.global-product-item .category-tit {
  display: block;
  cursor: pointer;
}
.global-product-item .category-tit:hover {
  color: #e3d9b3;
}
.global-product-item .line {
  width: 30px;
  height: 2px;
  background-color: #e3d9b3;
  margin: 14px 0;
}
.global-product-item .category-list a {
  display: block;
  text-align: center;
  color: #666666;
  line-height: 30px;
}
.global-product-item .category-list a:hover {
  color: #e3d9b3;
}
.global-product-item .img-box {
  width: 58%;
  margin-top: 1rem;
}
.swiper-scrollbar-wrap {
  width: 100%;
  height: 8px;
}
.proban-scrollbar.swiper-scrollbar {
  width: 51%;
  margin: 0 auto;
  left: 0;
  top: 0;
  height: 8px;
  position: relative;
  margin-top: 0;
  background-color: rgba(227, 217, 179, 0.5);
  cursor: pointer;
}
.proban-scrollbar .swiper-scrollbar-drag {
  background: #f5f5f5;
}
.wm-search-cp {
  width: 52.4%;
  margin: 0 auto;
  margin-top: 36px;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  border-bottom: 2px solid #666666;
  margin-bottom: 1.875rem;
  padding-bottom: 0.25rem;
}
.wm-search-cp input {
  border: none;
  width: 100%;
  padding: 0 1%;
}
.wm-search-cp .btn {
  width: 50px;
  height: 50px;
  position: relative;
  outline: none;
}
.wm-search-cp .btn i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 1rem;
}
.i-about {
  text-align: center;
}
.i-about .about-z {
  margin: 0.8rem 0;
  font-size: 20px;
  font-family: 'RobotoBold';
}
.about-edit {
  font-size: 16px;
  line-height: 2;
  color: #666;
  text-align: center;
  padding: 0 10%;
}
.about-num-group {
  width: 100%;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  margin-top: 1.75rem;
}
.about-num-item .t {
  display: flex;
  flex-flow: row nowrap;
  align-items: flex-end;
}
.about-num-item .t .big-num {
  font-size: 2.5rem;
  font-family: 'RobotoBold';
  line-height: 1;
  color: #000;
}
.about-num-item .t .sm-sup {
  margin-bottom: 0.25rem;
  margin-left: 0.6rem;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: flex-start;
  justify-content: flex-start;
}
.about-num-item .t .sm-sup .sm-sup-t {
  font-size: 1.5rem;
  line-height: 1;
  color: #000;
}
.about-num-item .t .sm-sup .sm-sup-b {
  font-size: 0.9rem;
  line-height: 1;
  font-family: 'Roboto';
}
.about-num-item .b {
  font-size: 16px;
  line-height: 2;
  font-family: 'Roboto';
  color: #000;
  width: 100%;
  text-align: left;
  padding-left: 10px;
}
.i-product-wrap {
  height: 22.5rem;
  display: flex;
  flex-flow: row nowrap;
  align-items: flex-start;
  position: relative;
}
.i-product-box {
  display: flex;
  flex-flow: column nowrap;
  width: 50%;
  justify-content: space-between;
  height: 100%;
}
.i-product-img-container {
  height: 100%;
  position: relative;
  width: 50%;
}
.i-product-img-container .swiper-container {
  height: 100%;
  width: 100%;
}
.i-product-img-container .swiper-slide {
  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;
  position: relative;
}
.i-product-img-container .swiper-slide .images {
  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;
}
.i-product-img-container .swiper-slide .images.animated {
  -webkit-animation: zoomOut2 2s ease forwards;
  -moz-animation: zoomOut2 2s ease forwards;
  -o-animation: zoomOut2 2s ease forwards;
  animation: zoomOut2 2s ease forwards;
}
.i-product-img-container .swiper-slide.swiper-slide-active .images {
  -webkit-animation: zoomOut2 2s ease forwards;
  -moz-animation: zoomOut2 2s ease forwards;
  -o-animation: zoomOut2 2s ease forwards;
  animation: zoomOut2 2s ease forwards;
}
.en-title-group h6 {
  font-size: 1rem;
  color: #e3d9b3;
  font-family: 'RobotoBold';
}
.en-title-group h5 {
  font-size: 1rem;
  font-family: 'RobotoBold';
}
.swiper-en-tit {
  margin: 0;
  height: 10.8rem;
  margin-top: 2.5rem;
}
.swiper-en-tit .swiper-slide {
  font-size: 0.95rem;
  height: 1.4rem;
  line-height: 1.4rem;
  width: fit-content;
}
.swiper-en-tit .swiper-slide a {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  opacity: 0.36;
  font-family: 'Roboto';
  transition: all 0.2s linear;
  width: fit-content;
}
.swiper-en-tit .swiper-slide.cur a {
  font-family: 'RobotoBold';
  opacity: 1;
  color: #000;
}
.swiper-en-tit .swiper-slide:hover a {
  font-family: 'RobotoBold';
  opacity: 1;
  color: #000;
}
.swiper-pagination3 {
  font-family: 'Roboto';
  margin-bottom: 0.625rem;
}
.swiper-pagination3 .swiper-pagination-current {
  font-size: 1rem;
  font-family: 'RobotoBold';
}
.swiper-pagination3 .swiper-pagination-total {
  font-size: 20px;
  margin-left: 5px;
  font-family: 'Roboto';
}
.swiper-control {
  position: absolute;
  left: -2.25rem;
  bottom: 0;
  width: 4.5rem;
  height: 2.25rem;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  z-index: 66;
}
.swiper-control span {
  height: 2.25rem;
  width: 2.25rem;
  position: relative;
  background-color: #fff;
  cursor: pointer;
  outline: none;
}
.swiper-control span i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 20px;
}
.swiper-control #proswiper-prev {
  background-color: #a79a6e;
}
.swiper-control #proswiper-prev i {
  color: #fff;
}
.i-hot-wrap {
  margin-top: 2.5rem;
}
@media screen and (max-width: 1500px) {
  .swiper-en-tit .swiper-slide {
    font-size: .85rem;
  }
}
.i-hot-wrap {
  position: relative;
}
.i-hot-wrap .i-hot-tit {
  position: absolute;
  left: 0;
  bottom: 3rem;
  width: 100%;
}
.i-hot-wrap .i-hot-tit h3 {
  position: relative;
  z-index: 10;
  width: fit-content;
}
.i-hot-wrap .i-hot-tit h3::after {
  z-index: -1;
}
.i-hot-wrap .i-hot-tit h5 {
  font-style: italic;
  font-size: 3rem;
  position: absolute;
  left: 0px;
  top: 0px;
  width: fit-content;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 1px #ccc19b;
  z-index: -10;
  transition: all 0.3s linear 0.9s;
  opacity: 0;
}
.i-hot-wrap .i-hot-tit h5.animated {
  opacity: 1;
  left: 10px;
  top: -10px;
  z-index: -1;
}
.i-hot-tit h3 {
  font-size: 3rem;
  color: #000;
  font-style: italic;
  position: relative;
}
.i-hot-tit h3 span {
  font-size: 3rem;
  position: absolute;
  left: 0px;
  top: 0px;
  width: fit-content;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 1px #ccc19b;
  z-index: -10;
  transition: all 0.3s linear 0.9s;
}
.i-hot-tit h3.animated span {
  left: 10px;
  top: -10px;
  z-index: -1;
}
.global-more {
  display: block;
  width: fit-content;
  margin-top: 1rem;
  color: #333333;
  font-size: 20px;
  font-weight: 400;
  word-spacing: 15px;
  letter-spacing: 7px;
  font-family: 'Roboto';
}
.global-more span {
  font-family: 'RobotoReg';
  text-decoration: underline;
}
.i-hot-list {
  display: flex;
  flex-flow: row-reverse wrap;
  align-items: flex-end;
}
.hot-pro-item {
  width: 10rem;
  margin-bottom: 10px;
  border: 1px solid #eaeaea;
  height: 10rem;
  margin-left: 1.25rem;
  margin-bottom: 1.25rem;
}
.hot-pro-item:nth-child(2) {
  width: 10rem;
  height: 13rem;
}
.hot-pro-item:nth-child(2) a .img-bg .img-in {
  width: 100%;
  height: 100%;
}
.hot-pro-item:nth-child(1) {
  height: 7.5rem;
  width: 12.75rem;
  position: relative;
  bottom: 1.25rem;
}
.hot-pro-item:nth-child(1) a .img-bg .img-in {
  width: 9.05rem;
  height: 6.225rem;
  width: 100%;
  height: 100%;
}
.hot-pro-item:nth-child(4) {
  height: 8.75rem;
  width: 9.7rem;
  position: relative;
  bottom: 1.25rem;
}
.hot-pro-item:nth-child(4) a .img-bg .img-in {
  margin: 0 auto;
  width: 4.175rem;
  height: 7.075rem;
}
.hot-pro-item:nth-child(5) {
  height: 7.5rem;
  width: 16rem;
  align-self: flex-start;
  position: relative;
  z-index: 8;
  background-color: #fff;
}
.hot-pro-item:nth-child(5) a .img-bg .img-in {
  margin-left: auto;
  width: 6.375rem;
  height: 5.45rem;
}
.hot-pro-item a {
  display: block;
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  height: 100%;
}
.hot-pro-item a .img-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 1.5rem;
}
.hot-pro-item a .img-bg .img-in {
  width: 6.9rem;
  height: 7.975rem;
  -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;
}
.hot-pro-item a .mask {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(27, 27, 27, 0.6);
  transform: scale(0);
  transition: all 0.3s linear;
}
.hot-pro-item a p {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
  opacity: 0;
  transition: all 0.3s linear;
  line-height: 2;
  text-align: center;
}
.hot-pro-item a .line {
  height: 40%;
  width: 1px;
  background-color: #fff;
  opacity: .6;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateY(-100%);
  transition: all 0.3s linear;
}
.hot-pro-item a:hover .mask {
  transform: none;
}
.hot-pro-item a:hover p {
  opacity: 1;
}
.hot-pro-item a:hover .line {
  transform: none;
}
.main-news {
  display: block;
  display: flex;
  flex-flow: row nowrap;
  align-items: baseline;
  align-items: flex-end;
  padding-bottom: 1.75rem;
}
.main-news .date {
  font-family: 'Roboto';
  font-size: 16px;
  color: #333;
}
.main-news .tit {
  flex: 1;
  font-size: 1rem;
  line-height: 1.25rem;
  width: 18.5rem;
  margin-left: 1.125rem;
  height: 2.5rem;
  overflow: hidden;
}
.main-news .news-edit {
  font-family: 'Roboto';
  width: 38%;
  align-self: center;
  margin: 0 8%;
  font-size: 16px;
  line-height: 32px;
  height: 128px;
  overflow: hidden;
}
.news-ul {
  border: 1px solid #e5e5e5;
}
.news-global-items a {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  padding: 0.7rem 1.1rem;
  width: 100%;
  border-bottom: 1px solid #e5e5e5;
  background-color: #fff;
  transition: all 0.2s linear;
}
.news-global-items a:last-child {
  border-bottom: none;
}
.news-global-items a .date {
  font-size: 0.75rem;
  color: #d8d8d8;
  margin-right: 2rem;
}
.news-global-items a .tit {
  font-size: 0.75rem;
  color: #d8d8d8;
  flex: 1;
  width: 100%;
  padding-right: 2.5rem;
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.news-global-items a i {
  justify-self: flex-end;
  font-size: 1.75rem;
  color: #333;
}
.news-global-items a:hover {
  background-color: #1b1b1b;
}
.news-global-items a:hover .date {
  color: #fff;
}
.news-global-items a:hover .tit {
  color: #fff;
}
.news-global-items a:hover i {
  color: #fff;
}
.global-more-wrap {
  width: 100%;
  height: 3.15rem;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  background-color: #eeeeee;
}
.global-more-wrap .global-more {
  margin-top: 0;
}
.pdb130 {
  padding-bottom: 3.25rem;
}
#setwd {
  width: 92%;
}
.index-banner .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet:first-child {
  margin-left: 0;
}
@media screen and (max-width: 1500px) {
  .index-ban-doc .l-doc h3 {
    font-size: 2.8rem;
  }
  .index-ban-doc .l-doc h3:after {
    font-size: 2.8rem;
  }
  .index-ban-doc .l-doc h4 {
    font-size: 2.8rem;
  }
  .index-ban-doc .l-doc h4:after {
    font-size: 2.8rem;
  }
  .index-ban-doc .l-doc h6 {
    font-size: 0.6rem;
  }
  .index-ban-doc .r-pro-img {
    width: 14rem;
  }
  #setwd {
    width: 90%;
  }
  .index-banner .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet:first-child {
    margin-left: 0;
  }
  .childa dd a {
    display: block;
    color: #333;
    text-align: start;
    font-size: 12px;
  }
  .case-list li .case-item-doc {
    font-size: 14px;
  }
}
