@charset "UTF-8";

.move-contact-us-bot {
  display: none;
}

.move-language {
  display: none;
}

.logo-search-box {
  background: #ffffff;
}

.logo-search-box .logo-search {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0px;
}

.logo-search-box .logo-search .left-logo {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.logo-search-box .logo-search .left-logo .logo {
  height: 60px;
  display: block;
  margin-right: 30px;
}

.logo-search-box .logo-search .left-logo .move-logo {
  display: none;
}

.logo-search-box .logo-search .left-logo .left-tips {
  width: 324px;
  height: 28px;
}

.logo-search-box .logo-search .right-search {
  display: flex;
  align-items: center;
}

.logo-search-box .logo-search .right-search .search-pic-1 {
  width: 153px;
  height: 44px;
}

.logo-search-box .logo-search .right-search .search-pic-2 {
  width: 184px;
  height: 44px;
  margin-left: 20px;
}

.logo-search-box .logo-search .right-search .search-box {
  display: flex;
  align-items: center;
  margin-left: 20px;
  cursor: pointer;
}

.logo-search-box .logo-search .right-search .search-box .search-icon-box {
  width: 26px;
  height: 28px;
  background: #000000;
  padding: 3px 4px;
}

.logo-search-box .logo-search .right-search .search-box .search-icon-box .search-icon {
  width: 100%;
  height: 100%;
}

.logo-search-box .logo-search .right-search .search-box input {
  width: 188px;
  height: 32px;
  border: 1px solid #000000;
  padding-left: 10px;
  font-size: 14px;
  color: #000000;
}

.logo-search-box .logo-search .right-search .search-box input:focus {
  outline: none;
}

.inquiry a {
  font-size: 18px;
  font-weight: bold;
  color: #ffffff;
  line-height: 36px;
  padding: 0px 40px;
  border-radius: 6px;
  background: #ff4b41;
  margin-left: 20px;
}

.inquiry a:hover {
  background: #efa927;
  color: #ffffff;
}

.contact-us {
  width: 100%;
  background: #f5f5f5;
}

.contact-us .contact-box {
  display: flex;
  align-items: stretch;
  padding-top: 100px;
  padding-bottom: 40px;
}

.contact-us .contact-us-bot {
  padding-bottom: 100px;
}

.contact-us .contact-box .left-contact {
  width: 580px;
  height: 430px;
}

.contact-us .contact-box .left-contact .contact-us-pic {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.contact-us .contact-box .right-contact {
  flex: 1;
  margin-left: 35px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.contact-us .contact-box .right-contact .c-info-box .contact-us-title {
  font-size: 24px;
  color: #000000;
  display: flex;
  align-items: center;
}

.contact-us .contact-box .right-contact .c-info-box .contact-us-title img {
  width: 64px;
  height: 64px;
}

.contact-us .contact-box .right-contact .c-info-box .contact-us-title .contact-us-label {
  margin-left: 20px;
  font-size: 50px;
  color: #000000;
  font-weight: bold;
  flex: 1;
  letter-spacing: 5px;
}

.contact-us .contact-box .right-contact .c-info-box .contact-us-title .contact-us-label span {
  color: #ff4b41;
}

.contact-us .contact-box .right-contact .c-info-box .contact-us-title .more {
  font-size: 14px;
  border: 1px solid #2f2f31;
  transition: all 0.5s;
}

.contact-us .contact-box .right-contact .c-info-box .contact-us-title .more a {
  display: flex;
  align-items: center;
  padding: 10px 20px;
  transition: all 0.5s;
}

.contact-us .contact-box .right-contact .c-info-box .contact-us-title .more a .arrow {
  width: 6px;
  height: 10px;
  margin-left: 10px;
  background: url("../images/1_11.png") no-repeat center;
  background-size: 100%;
  transition: all 0.5s;
}

.contact-us .contact-box .right-contact .c-info-box .contact-us-title .more:hover {
  background: #2f2f31;
}

.contact-us .contact-box .right-contact .c-info-box .contact-us-title .more:hover a {
  color: #ffffff;
}

.contact-us .contact-box .right-contact .c-info-box .contact-us-title .more:hover a .arrow {
  background: url("../images/1_31.png") no-repeat center;
  background-size: 100%;
}

.contact-us .contact-box .right-contact .c-info-box .contact-us-desc {
  margin-top: 20px;
  font-size: 16px;
  font-weight: normal;
  line-height: 26px;
  color: #222222;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  overflow: hidden;
}

.contact-us .contact-box .right-contact .c-list {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}

.contact-us .contact-box .right-contact .c-list .c-item {
  flex: 1;
  padding: 20px;
  background: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-right: 20px;
}

.contact-us .contact-box .right-contact .c-list .c-item:last-child {
  margin-right: 0px;
}

.contact-us .contact-box .right-contact .c-list .c-item .item-label {
  font-size: 24px;
  font-weight: bold;
}

.contact-us .contact-box .right-contact .c-list .c-item .item-num {
  font-size: 56px;
  color: #f84f4a;
  font-weight: bold;
}

.contact-us .contact-box .right-contact .c-list .c-item .item-tips {
  font-size: 16px;
  font-weight: bold;
  color: #f84f4a;
}

.product-cate-box {
  width: 100%;
  background: #ffffff;
  padding: 60px 0px;
}

.product-cate-box .product-cate {
  display: flex;
  align-items: center;
  justify-content: center;
}

.product-cate-box .product-cate .title-left {
  display: flex;
  align-items: center;
}

.product-cate-box .product-cate .title-left img {
  width: 64px;
  height: 64px;
}

.product-cate-box .product-cate .title-left .product-cate-label {
  position: relative;
  font-size: 50px;
  color: #000000;
  font-weight: bold;
  padding-bottom: 20px;
}

.product-cate-box .product-cate .more {
  font-size: 14px;
  border: 1px solid #2f2f31;
  transition: all 0.5s;
}

.product-cate-box .product-cate .more a {
  display: flex;
  align-items: center;
  padding: 10px 20px;
  transition: all 0.5s;
}

.product-cate-box .product-cate .more a .arrow {
  width: 6px;
  height: 10px;
  margin-left: 10px;
  background: url("../index/images/1_11.png") no-repeat center;
  background-size: 100%;
  transition: all 0.5s;
}

.product-cate-box .product-cate .more:hover {
  background: #2f2f31;
}

.product-cate-box .product-cate .more:hover a {
  color: #ffffff;
}

.product-cate-box .product-cate .more:hover a .arrow {
  background: url("../index/images/1_11.png") no-repeat center;
  background-size: 100%;
}

.product-cate-box .product-cate-list {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  margin-top: 40px;
}

.product-cate-box .product-cate-list .product-cate-item {
  flex: 1 0 0;
  padding: 10px 20px;
  background: #f1f1f1;
  text-align: center;
  font-size: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 5px;
  line-height: 20px;
  transition: all 0.5s;
}

.product-cate-box .product-cate-list .product-cate-item a {
  color: #000000;
  transition: all 0.3s;
}

.product-cate-box .product-cate-list .product-cate-item:first-child {
  margin: 0 5px 0 0;
}

.product-cate-box .product-cate-list .product-cate-item:last-child {
  margin: 0 0 0 5px;
}

.product-cate-box .product-cate-list .product-cate-item:hover {
  background: #ff4e42;
}

.product-cate-box .product-cate-list .product-cate-item:hover a {
  color: #ffffff;
}

.product-cate-box .page-content {
  display: flex;
  flex-wrap: wrap;
  font-family: var(--font-sans);
  margin-top: 40px;
}

.product-cate-box .page-content .card {
  flex: 1 0 calc(33% - 3rem);
  margin-right: 0.6rem;
  position: relative;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  text-align: center;
  color: whitesmoke;
  background-color: whitesmoke;
  margin-top: 0.6rem;
}

.product-cate-box .page-content .card:nth-child(3n) {
  margin-right: 0;
}

.product-cate-box .page-content .card:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 110%;
  background-size: cover;
  background-position: 0 0;
  transition: transform calc(var(--d) * 1.5) var(--e);
  pointer-events: none;
}

.product-cate-box .page-content .card:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 200%;
  pointer-events: none;
  transform: translateY(-50%);
  transition: transform calc(var(--d) * 2) var(--e);
}

.product-cate-box .page-content .card .card-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: transform var(--d) var(--e);
  /* 添加过渡效果 */
}

.product-cate-box .page-content .card:hover .card-bg {
  transform: scale(1.1);
  /* 悬停时放大图片到110% */
}

.product-cate-box .page-content .card .content {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 1rem 1rem 3rem 1rem;
  transition: transform var(--d) var(--e);
  z-index: 1;
}

.product-cate-box .page-content .card .content>*+* {
  margin-top: 1rem;
}

.product-cate-box .page-content .card .content .title {
  font-size: 2rem;
  font-weight: bold;
  margin: 0rem;
}

.product-cate-box .page-content .card:hover .content .copy {
  height: 80px;
}

.product-cate-box .page-content .card .content .copy {
  /*font-family: var(--font-serif);*/
  font-size: 1rem;
  /* min-height: 280px; */
  height: 0;
  transition: height var(--d) var(--e);
}

.product-cate-box .page-content .card .content .copy .cate-item {
  line-height: 28px;
}

.product-cate-box .page-content .card .content .copy .cate-item a {
  color: #ffffff;
  transition: all 0.3s;
}

.product-cate-box .page-content .card .content .copy .cate-item a:hover {
  color: #ff4b41;
}

/*.product-cate-box .page-content .card .content .copy .cate-item:hover a {
  color: #ffffff;
}*/
.product-cate-box .page-content .card .content .more {
  font-size: 14px;
  border: 1px solid #ffffff;
  transition: all 0.5s;
}

.product-cate-box .page-content .card .content .more a {
  display: flex;
  align-items: center;
  padding: 10px 20px;
  transition: all 0.5s;
  color: #ffffff;
}

.product-cate-box .page-content .card .content .more a .arrow {
  width: 16px;
  height: 16px;
  margin-left: 10px;
  background: url("../images/1_31.png") no-repeat center;
  background-size: 100%;
  transition: all 0.3s;
}

.product-cate-box .page-content .card .content .more:hover {
  background: #ffffff;
}

.product-cate-box .page-content .card .content .more:hover a {
  color: #000000;
}

.product-cate-box .page-content .card .content .more:hover a .arrow {
  background: url("../images/1_11.png") no-repeat center;
  background-size: 100%;
}

.chouse-us-box {
  background: url("../images/1_22.jpg") no-repeat center;
  background-size: 100%;
  color: #ffffff;
  padding: 115px 0;
}

.chouse-us-box .chouse-us .chouse-us-title {
  font-size: 70px;
  font-weight: bold;
  margin-bottom: 10px;
  letter-spacing: 5px;
}

.chouse-us-box .chouse-us .chouse-us-info {
  display: flex;
  align-items: stretch;
}

.chouse-us-box .chouse-us .chouse-us-info .left-info {
  display: flex;
  align-items: center;
  padding: 0 30px;
  flex: 1;
  background: rgba(0, 0, 0, 0.6);
}

.chouse-us-box .chouse-us .chouse-us-info .left-info .info-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex: 1 0 0;
  text-align: center;
}

.chouse-us-box .chouse-us .chouse-us-info .left-info .info-item img {
  width: 116px;
  height: 116px;
  transition: all 0.6s;
}

.chouse-us-box .chouse-us .chouse-us-info .left-info .info-item img:hover {
  transform: rotate(-360deg);
}

.chouse-us-box .chouse-us .chouse-us-info .left-info .info-item .info-msg {
  font-size: 20px;
  font-weight: bold;
  margin-top: 20px;
  line-height: 30px;
}

.chouse-us-box .chouse-us .chouse-us-info .right-pic {
  width: 462px;
  height: 304px;
}

.chouse-us-box .chouse-us .chouse-us-info .right-pic img {
  width: 100%;
  height: 100%;
  transition: all 0.6s;
}

.chouse-us-box .chouse-us .chouse-us-info .right-pic img:hover {
  transform: scale(1.1);
}

.case-box {
  width: 100%;
  background: #f8f8f8;
  padding: 75px 0;
}

.case-box .case {
  display: flex;
  align-items: center;
  justify-content: center;
}

.case-box .case .title-left {
  display: flex;
  align-items: center;
}

.case-box .case .title-left img {
  width: 64px;
  height: 64px;
}

.case-box .case .title-left .product-cate-label {
  position: relative;
  font-size: 50px;
  color: #000000;
  font-weight: bold;
  padding-bottom: 20px;
}

.case-box .case .more {
  font-size: 14px;
  border: 1px solid #2f2f31;
  transition: all 0.5s;
}

.case-box .case .more a {
  display: flex;
  align-items: center;
  padding: 10px 20px;
  transition: all 0.5s;
}

.case-box .case .more a .arrow {
  width: 6px;
  height: 10px;
  margin-left: 10px;
  background: url("../images/1_11.png") no-repeat center;
  background-size: 100%;
  transition: all 0.5s;
}

.case-box .case .more:hover {
  background: #2f2f31;
}

.case-box .case .more:hover a {
  color: #ffffff;
}

.case-box .case .more:hover a .arrow {
  background: url("../images/1_31.png") no-repeat center;
  background-size: 100%;
}

.case-box .case-list {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  margin-top: 40px;
}

.case-box .case-list .case-item {
  flex: 1 0 0;
  margin-right: 30px;
  background: #ffffff;
  display: flex;
  flex-direction: column;
  transition: all 0.5s;
}

.case-box .case-list .case-item:last-child {
  margin-right: 0;
}

.case-box .case-list .case-item:hover {
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
}

.case-box .case-list .case-item img {
  width: 100%;
  height: 400px;
}

.case-box .case-list .case-item .case-item-info {
  margin: 20px 30px;
  width: calc(100% - 60px);
  line-height: 1.4em;
  /*min-height: 3em;*/
  font-size: 20px;
  word-break: break-all;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  text-overflow: ellipsis;
  overflow: hidden;
  position: relative;
}

.case-box .case-list .case-item .case-item-info::before {
  /* 使用div实际内容的高度来设置伪元素的高度 */
  content: "";
  display: block;
  height: 3em;
  /* 两行文字的高度 */
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  /* 确保伪元素覆盖整个div */
  z-index: -1;
}

.case-box .case-list .case-item .more {
  font-size: 14px;
  border: 1px solid #2f2f31;
  transition: all 0.5s;
  width: 170px;
  margin: 0 30px 30px;
}

.case-box .case-list .case-item .more a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 14px 20px;
  transition: all 0.5s;
}

.case-box .case-list .case-item .more a .arrow {
  width: 6px;
  height: 10px;
  margin-left: 10px;
  background: url("../images/1_11.png") no-repeat center;
  background-size: 100%;
  transition: all 0.5s;
}

.case-box .case-list .case-item .more:hover {
  background: #efa927;
}

.case-box .case-list .case-item .more:hover a {
  color: #ffffff;
}

.case-box .case-list .case-item .more:hover a .arrow {
  background: url("../images/1_31.png") no-repeat center;
  background-size: 100%;
}

.last-contact-us-box {
  background: url("../images/1_32.jpg") no-repeat center;
}

.last-contact-us-box .last-contact-us {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 40px 0;
}

.last-contact-us-box .last-contact-us .left p {
  font-size: 34px;
  color: #ffffff;
  line-height: 1.5em;
  font-weight: bold;
  letter-spacing: 1px;
}

.last-contact-us-box .last-contact-us .left p span {
  color: #efa927;
  font-weight: bold;
}

.last-contact-us-box .last-contact-us .right {
  font-size: 18px;
  border: 1px solid #f5f5f5;
  transition: all 0.5s;
}

.last-contact-us-box .last-contact-us .right a {
  display: flex;
  align-items: center;
  padding: 14px 50px 12px 50px;
  transition: all 0.5s;
  color: #f5f5f5;
}

.last-contact-us-box .last-contact-us .right a .arrow {
  width: 6px;
  height: 10px;
  margin-left: 10px;
  background: url("../images/1_31.png") no-repeat center;
  background-size: 100%;
  transition: all 0.5s;
}

.last-contact-us-box .last-contact-us .right:hover {
  background: #ffffff;
}

.last-contact-us-box .last-contact-us .right:hover a {
  color: #000000;
}

.last-contact-us-box .last-contact-us .right:hover a .arrow {
  background: url("../images/1_11.png") no-repeat center;
  background-size: 100%;
}

.footer-box {
  background: url("../images/footer_bg.jpg") repeat top left;
}

.footer-box .footer {
  padding: 40px 0;
  display: flex;
  align-items: stretch;
}

.footer-box .footer .footer-info-item {
  /*flex: 1 0 0;*/
  width: 25%;
  padding-right: 2%;
}

.footer-box .footer .footer-info-item:nth-child(1) {
  width: 40%;
}

.footer-box .footer .footer-info-item .footer-logo {
  height: 50px;
  margin-bottom: 14px;
}

.footer-box .footer .footer-info-item .footer-info-item-desc {
  font-size: 15px;
  display: flex;
  align-items: flex-start;
  color: #a2a6a9;
  margin-top: 20px;
}

.footer-box .footer .footer-info-item .footer-info-item-desc img {
  width: 20px;
  height: 20px;
}

.footer-box .footer .footer-info-item .footer-info-item-desc span {
  line-height: 20px;
  margin-left: 10px;
}

.footer-box .footer .footer-info-item .cate-name {
  font-size: 20px;
  line-height: 46px;
  color: #ffffff;
  font-weight: bold;
  margin-bottom: 20px;
}

.footer-box .footer .footer-info-item .cate-item {
  margin-top: 10px;
}

.footer-box .footer .footer-info-item .cate-item a {
  font-size: 15px;
  color: #a2a6a9;
  transition: all 0.5s;
}

.footer-box .footer .footer-info-item .cate-item a:hover {
  color: #ffffff;
}

.footer-box .copy-right {
  border-top: 1px solid #464749;
  padding: 17px 0;
  text-align: center;
  color: #a2a6a9;
  font-size: 15px;
}

:root {
  --d: 700ms;
  --e: cubic-bezier(0.19, 1, 0.22, 1);
  --font-sans: "Rubik", sans-serif;
  --font-serif: "Cardo", serif;
}

@media (min-width: 600px) {
  .page-content {
    grid-template-columns: repeat(2, 1fr);
  }

  .page-content .card {
    height: 360px;
  }
}

@media (min-width: 800px) {
  .page-content {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (hover: hover) and (min-width: 600px) {
  .card:after {
    transform: translateY(0);
  }

  /*.content {
    transform: translateY(calc(100% - 4.5rem));
  }*/
  .content {
    transform: translateY(0);
  }

  .content>*:not(.title) {
    opacity: 0;
    transform: translateY(1rem);
    transition: transform var(--d) var(--e), opacity var(--d) var(--e);
  }

  .card:hover,
  .card:focus-within {
    align-items: center;
  }

  .card:hover:before,
  .card:focus-within:before {
    transform: translateY(-4%);
  }

  .card:hover:after,
  .card:focus-within:after {
    transform: translateY(-50%);
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.009) 11.7%, rgba(0, 0, 0, 0.034) 22.1%, rgba(0, 0, 0, 0.072) 31.2%, rgba(0, 0, 0, 0.123) 39.4%, rgba(0, 0, 0, 0.182) 46.6%, rgba(0, 0, 0, 0.249) 53.1%, rgba(0, 0, 0, 0.32) 58.9%, rgba(0, 0, 0, 0.394) 64.3%, rgba(0, 0, 0, 0.468) 69.3%, rgba(0, 0, 0, 0.54) 74.1%, rgba(0, 0, 0, 0.607) 78.8%, rgba(0, 0, 0, 0.668) 83.6%, rgba(0, 0, 0, 0.721) 88.7%, rgba(0, 0, 0, 0.762) 94.1%, rgba(0, 0, 0, 0.79) 100%);
  }

  .card:hover .content,
  .card:focus-within .content {
    transform: translateY(0);
  }

  .card:hover .content>*:not(.title),
  .card:focus-within .content>*:not(.title) {
    opacity: 1;
    transform: translateY(0);
    transition-delay: calc(var(--d) / 8);
  }

  .card:focus-within:before,
  .card:focus-within:after,
  .card:focus-within .content,
  .card:focus-within .content>*:not(.title) {
    transition-duration: 0s;
  }
}

/*# sourceMappingURL=index.css.map */