@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;
}
.index-about {
  position: relative;
  height: 16.0rem;
  padding-top: 4.125rem;
}
.index-about .index-about-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  background: url(../images/about.jpg) no-repeat center center;
  background-size: cover;
  height: 100%;
}
.index-about-main {
  position: relative;
  z-index: 6;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.94);
  width: 86%;
  max-width: 1280px;
}
.index-about-main .about-inner {
  display: flex;
  flex-flow: row nowrap;
  align-items: flex-start;
}
.about-doc-edit {
  font-size: 16px;
  line-height: 2;
  width: 630px;
  color: #666666;
  margin-top: 0.5rem;
}
.about-his-list {
  margin-left: 3.5rem;
}
.his-item {
  display: flex;
  flex-flow: row nowrap;
  align-items: baseline;
  margin-bottom: 0.75rem;
}
.his-item h3 {
  font-size: 1.5rem;
  font-family: gilroy;
  font-weight: lighter;
  color: #635f4e;
}
.his-item span {
  font-size: 0.55rem;
  color: #635f4e;
}
.his-item p {
  color: #635f4e;
  margin-left: 0.5rem;
}
@media screen and (max-width: 1500px) {
  .about-doc-edit {
    font-size: 14px;
    line-height: 2.1;
    width: 630px;
    color: #666666;
    margin-top: 0.5rem;
  }
}
.product-wrap {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 1.05rem;
}
.pop-pro {
  width: 33.2%;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
}
.pop-pro p {
  display: flex;
  flex-flow: row nowrap;
  align-items: baseline;
}
.pop-pro p i {
  color: #ba000d;
  font-size: 24px;
}
.pop-pro p span {
  color: #333333;
  margin-left: 0.4rem;
}
.product-wrap-ul {
  width: 62.78%;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
}
.product-wrap-ul:after {
  content: "";
  width: 32.5%;
}
.hot-pro-item {
  width: 32.5%;
  margin-bottom: 10px;
  border: 1px solid #eaeaea;
}
.hot-pro-item a {
  display: block;
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  padding: 1.125rem 0;
  overflow: hidden;
}
.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;
}
.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;
}
.index-case-main {
  padding-bottom: 20px;
  background: url(../images/casebg.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;
  position: relative;
}
.index-case-swiper {
  position: relative;
  margin-top: 100px;
  bottom: 60px;
}
.index-case-swiper .swiper-slide {
  position: relative;
}
.index-case-swiper .swiper-slide .case-doc {
  position: absolute;
  right: 64px;
  top: 64px;
  color: #666666;
}
.index-case-main .swiper-pagination {
  right: 0;
  left: 0;
  bottom: 35px;
}
.bgeee {
  background-color: #eeeeee;
}
.news-list {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
}
.global-news-item {
  padding: 1.125rem 1.375rem;
  background-color: #fff;
  width: 49%;
  margin-bottom: 1.05rem;
}
.global-news-item h3 {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.global-news-item .doc {
  line-height: 32px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #999999;
  margin-top: 12px;
}
.global-news-item .news-bot {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  margin-top: 30px;
  color: #666666;
}
.global-news-item .news-bot i {
  font-weight: bold;
  margin-left: 10px;
  color: #000;
  position: relative;
  left: 0;
  transition: all 0.3s linear;
}
.global-news-item .news-bot b {
  font-weight: normal;
}
.global-news-item:hover h3 {
  color: #e3d9b3;
}
.global-news-item:hover i {
  left: 8px;
}
@media screen and (max-width: 768px) {
  .global-news-item {
    padding: 0.45rem 0.55rem;
    background-color: #fff;
    width: 100%;
    margin-bottom: 0.42rem;
  }
  .l-tit-category .line {
    width: 0.5rem;
    height: 1px;
    background-color: #e3d9b3;
    margin-right: 0.2rem;
    display: none;
  }
  .l-tit-category {
    align-items: baseline;
  }
  .tit-viewmore {
    display: block;
    width: 80px;
    height: 30px;
    position: relative;
    border: 1px solid #bfbfbf;
  }
  .tit-viewmore span {
    width: 100%;
    text-align: center;
    font-size: 12px;
  }
  .global-tit-wrap {
    padding-left: 5%;
  }
  .tit-24 {
    font-size: 12px;
  }
  .tit-30 {
    font-size: 20px;
  }
  .index-case-swiper .swiper-slide .case-doc {
    position: absolute;
    right: 0.32rem;
    top: .32rem;
    color: #666666;
    font-size: 14px;
  }
  .index-case-swiper {
    position: relative;
    margin-top: 45px;
    bottom: 20px;
  }
  .index-case-main .swiper-pagination {
    right: 0;
    left: 0;
    bottom: 12px;
  }
  .product-wrap {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
  }
  .pop-pro {
    width: 100%;
  }
  .product-wrap-ul {
    width: 100%;
    margin-top: 30px;
  }
  .hot-pro-item a {
    padding: 0.45rem 0;
  }
  .hot-pro-item {
    width: 48.5%;
    margin-bottom: 10px;
    border: 1px solid #eaeaea;
  }
  .hot-pro-item img {
    width: 56%;
  }
  .index-about {
    position: relative;
    height: 6.4rem;
    padding-top: 1.65rem;
  }
  .index-about-main {
    width: 100%;
  }
  #index-about-main {
    position: relative;
  }
  #index-about-main .about-inner {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
    padding-right: 5%;
  }
  #index-about-main .about-his-list {
    margin-top: 20px;
    margin-left: 0rem;
    width: 100%;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
  }
  #index-about-main .his-item {
    margin-bottom: 0.3rem;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
  }
  #index-about-main .his-item .t {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
  }
  #index-about-main .his-item h3 {
    font-size: 0.6rem;
  }
  #index-about-main .his-item span {
    font-size: 0.22rem;
  }
  #index-about-main .his-item p {
    margin-left: 0.2rem;
  }
  #index-about-main .global-tit-wrap {
    padding-right: 0;
  }
  .about-doc-edit {
    font-size: 14px;
    line-height: 2;
    width: 100%;
    color: #666666;
    margin-top: 0.2rem;
  }
  .index-product-section .pro-btn {
    display: block;
  }
}




.category-list{
  min-height: 90px
}