<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.user-select {
  -moz-user-select: none;
  /*mozilar*/
  -webkit-user-select: none;
  /*webkit*/
  -ms-user-select: none;
  /*IE*/
  user-select: none;
}
.text-dot {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.tsformcommon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.tsformY {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.tsformX {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.bs-row-margin {
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.bs-row-margin-top {
  margin-top: calc(-1 * var(--bs-gutter-x));
}
.bs-row-margin-bottom {
  margin-bottom: calc(-1 * var(--bs-gutter-x));
}
.bs-col-padding {
  padding-right: calc(0.5 * var(--bs-gutter-x));
  padding-left: calc(0.5 * var(--bs-gutter-x));
}
.bs-col-padding-top {
  padding-top: calc(1 * var(--bs-gutter-x));
}
.bs-col-padding-bottom {
  padding-bottom: calc(1 * var(--bs-gutter-x));
}
.banner {
  position: relative;
  overflow: hidden;
  width: 100%;
  font-size: 0;
}
.banner .swiper-container .swiper-slide {
  overflow: hidden;
}
.banner .swiper-container .slide-inner {
  display: block;
  position: relative;
  overflow: hidden;
}
.banner .swiper-container .slide-inner img {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  display: block;
  width: 100%;
}
.banner .swiper-pagination {
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  display: inline-block;
  width: auto;
  padding: 7px 4px;
  border-radius: 12px;
  background-color: rgba(34, 34, 34, 0.2);
}
@media screen and (max-width: 1199px) {
  .banner .swiper-pagination {
    bottom: 15px;
  }
}
@media screen and (max-width: 767px) {
  .banner .swiper-pagination {
    bottom: 5px;
  }
}
.banner .swiper-pagination span.swiper-pagination-bullet {
  position: relative;
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  border-radius: 50%;
  background-color: #fff;
  opacity: 1;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .banner .swiper-pagination span.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    margin: 0 5px;
  }
}
.banner .swiper-pagination span.swiper-pagination-bullet-active {
  background-color: var(--color);
}
.index-product {
  overflow: hidden;
  background: no-repeat center;
  background-size: cover;
}
.index-product .prod-slick {
  position: relative;
}
.index-product .prod-slick .slick-arrow {
  position: absolute;
  top: 50%;
  left: -100px;
  transform: translate(-100%, -50%);
  z-index: 5;
  width: 56px;
  height: 56px;
  border-radius: 4px;
  border: 1px solid var(--color);
  font-size: 0;
  background-color: transparent;
  transition: all 0.35s;
  -webkit-transition: all 0.35s;
}
@media screen and (max-width: 1399px) {
  .index-product .prod-slick .slick-arrow {
    left: 0;
    transform: translate(0, -50%);
    width: 50px;
    height: 50px;
  }
}
@media screen and (max-width: 1199px) {
  .index-product .prod-slick .slick-arrow {
    width: 45px;
    height: 45px;
  }
}
@media screen and (max-width: 767px) {
  .index-product .prod-slick .slick-arrow {
    width: 40px;
    height: 40px;
  }
}
@media screen and (min-width: 1200px) {
  .index-product .prod-slick .slick-arrow:hover {
    background-color: var(--color);
  }
  .index-product .prod-slick .slick-arrow:hover::before {
    color: #fff;
  }
}
.index-product .prod-slick .slick-arrow::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: "iconfont" !important;
  font-size: 20px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\ed21';
  color: var(--color);
  transition: all 0.35s;
  -webkit-transition: all 0.35s;
}
@media screen and (max-width: 1399px) {
  .index-product .prod-slick .slick-arrow::before {
    font-size: 18px;
  }
}
@media screen and (max-width: 1199px) {
  .index-product .prod-slick .slick-arrow::before {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .index-product .prod-slick .slick-arrow::before {
    font-size: 14px;
  }
}
.index-product .prod-slick .slick-next {
  left: auto;
  right: -100px;
  transform: translate(100%, -50%);
}
@media screen and (max-width: 1399px) {
  .index-product .prod-slick .slick-next {
    right: 0;
    transform: translate(0, -50%);
  }
}
.index-product .prod-slick .slick-next::before {
  content: '\e64e';
}
.index-product .prod-slick .slick-list {
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.index-product .prod-slick .slick-list .slick-slide {
  padding-right: calc(0.5 * var(--bs-gutter-x));
  padding-left: calc(0.5 * var(--bs-gutter-x));
  font-size: 0;
}
.index-product .prod-slick .item {
  display: block;
  border-radius: 4px;
  border: 1px solid #e6e6e6;
  padding: 9px;
  background-color: #fcfcfc;
  transition: all 0.35s;
  -webkit-transition: all 0.35s;
}
@media screen and (min-width: 1200px) {
  .index-product .prod-slick .item:hover {
    border-color: var(--color);
  }
  .index-product .prod-slick .item:hover .pic img {
    transform: scale(1.05);
  }
  .index-product .prod-slick .item:hover .info .more {
    color: var(--color);
    text-decoration: underline;
  }
}
.index-product .prod-slick .item .pic img {
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.index-product .prod-slick .item .info {
  padding: 35px 17px 17px;
  text-align: center;
}
@media screen and (max-width: 1399px) {
  .index-product .prod-slick .item .info {
    padding: 25px 15px 15px;
  }
}
@media screen and (max-width: 767px) {
  .index-product .prod-slick .item .info {
    padding: 20px 10px 10px;
  }
}
.index-product .prod-slick .item .info .pname {
  margin: 0;
  font-size: 18px;
  line-height: 1.66666667;
  color: #222222;
  font-weight: 400;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
@media screen and (max-width: 1399px) {
  .index-product .prod-slick .item .info .pname {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .index-product .prod-slick .item .info .pname {
    font-size: 14px;
  }
}
.index-product .prod-slick .item .info .more {
  display: inline-block;
  margin-top: 18px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #666666;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
@media screen and (max-width: 1399px) {
  .index-product .prod-slick .item .info .more {
    margin-top: 15px;
    font-size: 13px;
  }
}
@media screen and (max-width: 767px) {
  .index-product .prod-slick .item .info .more {
    margin-top: 10px;
    font-size: 12px;
  }
}
.index-product .more-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 50px auto 0;
  width: 170px;
  height: 52px;
  border-radius: 4px;
  font-size: 14px;
  color: #ffffff;
  background-color: var(--color);
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
@media screen and (max-width: 1399px) {
  .index-product .more-btn {
    width: 165px;
    height: 50px;
  }
}
@media screen and (max-width: 1199px) {
  .index-product .more-btn {
    margin-top: 30px;
    width: 155px;
    height: 45px;
    font-size: 13px;
  }
}
@media screen and (max-width: 767px) {
  .index-product .more-btn {
    width: 145px;
    height: 40px;
    font-size: 12px;
  }
}
@media screen and (min-width: 1200px) {
  .index-product .more-btn:hover {
    box-shadow: -3px 3px 5px rgba(0, 0, 0, 0.4) inset;
  }
}
.index-product .more-btn::after {
  margin-left: 10px;
  font-family: "iconfont" !important;
  font-size: 18px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e64e';
  color: #fff;
}
@media screen and (max-width: 1199px) {
  .index-product .more-btn::after {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .index-product .more-btn::after {
    font-size: 14px;
  }
}
.index-about {
  overflow: hidden;
  position: relative;
  z-index: 1;
  background: no-repeat center;
  background-size: cover;
}
.index-about::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: rgba(26, 26, 26, 0.8);
}
.index-about .left-intro {
  float: left;
  width: 46.09929078%;
}
@media screen and (max-width: 991px) {
  .index-about .left-intro {
    float: none;
    width: 100%;
  }
}
.index-about .left-intro .common-title {
  margin-top: 15px;
  text-align: left;
}
.index-about .left-intro .common-title h6,
.index-about .left-intro .common-title h2 {
  color: #fff;
}
.index-about .left-intro .txt {
  font-size: 16px;
  line-height: 2.25;
  color: #ffffff;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 7;
  overflow: hidden;
}
@media screen and (max-width: 1199px) {
  .index-about .left-intro .txt {
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  .index-about .left-intro .txt {
    font-size: 14px;
  }
}
.index-about .left-intro .btns {
  display: flex;
  margin-top: 125px;
}
@media screen and (max-width: 1399px) {
  .index-about .left-intro .btns {
    margin-top: 60px;
  }
}
@media screen and (max-width: 1199px) {
  .index-about .left-intro .btns {
    margin-top: 40px;
  }
}
@media screen and (max-width: 991px) {
  .index-about .left-intro .btns {
    margin-top: 20px;
  }
}
.index-about .left-intro .btns a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 52px;
  margin-right: 30px;
  border-radius: 4px;
  border: 1px solid #fff;
  font-size: 14px;
  color: #ffffff;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
@media screen and (max-width: 1199px) {
  .index-about .left-intro .btns a {
    width: 145px;
    height: 45px;
    font-size: 13px;
  }
}
@media screen and (max-width: 767px) {
  .index-about .left-intro .btns a {
    width: 140px;
    height: 40px;
    font-size: 12px;
  }
}
@media screen and (min-width: 1200px) {
  .index-about .left-intro .btns a:hover {
    border-color: var(--color);
    background-color: var(--color);
  }
  .index-about .left-intro .btns a:hover::after {
    color: #fff;
  }
}
.index-about .left-intro .btns a::after {
  margin-left: 10px;
  font-family: "iconfont" !important;
  font-size: 18px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #fff;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
@media screen and (max-width: 1199px) {
  .index-about .left-intro .btns a::after {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .index-about .left-intro .btns a::after {
    font-size: 14px;
  }
}
.index-about .left-intro .btns a:last-child {
  margin-right: 0;
}
.index-about .left-intro .btns .more-btn::after {
  content: '\e64e';
}
.index-about .left-intro .btns .video-btn::after {
  content: '\e706';
}
.index-about .right-pic {
  float: right;
  width: 48.93617021%;
}
@media screen and (max-width: 991px) {
  .index-about .right-pic {
    float: none;
    width: 100%;
    margin-top: 20px;
  }
}
.index-about .right-pic .img-box {
  padding-bottom: 75.36231884%;
}
.index-advantage {
  overflow: hidden;
  position: relative;
  z-index: 1;
  background: no-repeat center;
  background-size: cover;
}
.index-advantage::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.9);
}
.index-advantage .advantage-list {
  margin-bottom: calc(-1 * var(--bs-gutter-x));
}
@media screen and (min-width: 1400px) {
  .index-advantage .advantage-list {
    margin-bottom: -40px;
  }
}
.index-advantage .advantage-list li {
  padding-bottom: calc(1 * var(--bs-gutter-x));
}
@media screen and (min-width: 1400px) {
  .index-advantage .advantage-list li {
    padding-bottom: 40px;
  }
}
.index-advantage .advantage-list .item {
  position: relative;
  z-index: 1;
  overflow: hidden;
  display: flex;
  min-height: 100%;
  border-radius: 4px;
  padding: 40px;
  background-color: #fff;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}
@media screen and (max-width: 1399px) {
  .index-advantage .advantage-list .item {
    padding: 30px;
  }
}
@media screen and (max-width: 991px) {
  .index-advantage .advantage-list .item {
    padding: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .index-advantage .advantage-list .item:hover {
    background-color: var(--color);
  }
  .index-advantage .advantage-list .item:hover::before {
    transform: translateX(-4px);
  }
  .index-advantage .advantage-list .item:hover .iconfont::before {
    color: #fff;
  }
  .index-advantage .advantage-list .item:hover .info .title {
    color: #fff;
  }
  .index-advantage .advantage-list .item:hover .info .txt {
    color: #fff;
  }
  .index-advantage .advantage-list .item:hover .info .num {
    color: #d72626;
  }
}
.index-advantage .advantage-list .item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 4px;
  transform: translateX(-100%);
  z-index: -3;
  width: 100%;
  height: 100%;
  background-color: var(--color);
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}
.index-advantage .advantage-list .item .iconfont {
  position: relative;
  display: block;
  width: 70px;
  height: 70px;
  margin-right: 30px;
}
@media screen and (max-width: 1399px) {
  .index-advantage .advantage-list .item .iconfont {
    width: 60px;
    height: 60px;
    margin-right: 25px;
  }
}
@media screen and (max-width: 991px) {
  .index-advantage .advantage-list .item .iconfont {
    width: 50px;
    height: 50px;
  }
}
.index-advantage .advantage-list .item .iconfont::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 55px;
  color: var(--color);
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
@media screen and (max-width: 1399px) {
  .index-advantage .advantage-list .item .iconfont::before {
    font-size: 45px;
  }
}
@media screen and (max-width: 991px) {
  .index-advantage .advantage-list .item .iconfont::before {
    font-size: 35px;
  }
}
.index-advantage .advantage-list .item .title {
  margin: 0;
  font-size: 22px;
  line-height: 1.36363636;
  color: #222222;
  font-weight: 700;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
@media screen and (max-width: 991px) {
  .index-advantage .advantage-list .item .title {
    font-size: 20px;
  }
}
.index-advantage .advantage-list .item .txt {
  margin-top: 12px;
  font-size: 15px;
  line-height: 1.6;
  color: #666666;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
@media screen and (max-width: 991px) {
  .index-advantage .advantage-list .item .txt {
    margin-top: 10px;
    font-size: 14px;
  }
}
.index-advantage .advantage-list .item .num {
  position: absolute;
  top: 48px;
  right: 45px;
  z-index: -1;
  font-size: 60px;
  line-height: 0.83333333;
  color: #faf5f5;
  font-weight: 700;
  font-family: var(--fontPoppins);
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
@media screen and (max-width: 1399px) {
  .index-advantage .advantage-list .item .num {
    top: 30px;
    right: 20px;
    font-size: 55px;
  }
}
@media screen and (max-width: 991px) {
  .index-advantage .advantage-list .item .num {
    top: 20px;
    font-size: 40px;
  }
}
.index-new {
  overflow: hidden;
}
.index-new .nname {
  margin: 0;
  font-size: 20px;
  line-height: 1.5;
  color: #222222;
  font-weight: 700;
  transition: all 0.25s;
  -webkit-transition: all 0.25s;
}
@media screen and (max-width: 1199px) {
  .index-new .nname {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .index-new .nname {
    font-size: 16px;
  }
}
.index-new .txt {
  font-size: 14px;
  line-height: 2;
  color: #666666;
  transition: all 0.25s;
  -webkit-transition: all 0.25s;
}
@media screen and (max-width: 1199px) {
  .index-new .txt {
    font-size: 13px;
  }
}
@media screen and (max-width: 767px) {
  .index-new .txt {
    font-size: 12px;
  }
}
.index-new .new-slick {
  position: relative;
}
.index-new .new-slick .slick-list .slick-slide {
  font-size: 0;
}
.index-new .new-slick .slick-list .inner {
  position: relative;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .index-new .new-slick .slick-list .inner {
    display: block;
  }
}
@media screen and (min-width: 1200px) {
  .index-new .new-slick .slick-list .inner:hover .pic img {
    transform: scale(1.05);
  }
  .index-new .new-slick .slick-list .inner:hover .info .nname {
    color: var(--color);
  }
}
.index-new .new-slick .slick-list .inner .pic {
  flex-shrink: 0;
  display: block;
  width: 450px;
}
@media screen and (max-width: 1199px) {
  .index-new .new-slick .slick-list .inner .pic {
    width: 370px;
  }
}
@media screen and (max-width: 991px) {
  .index-new .new-slick .slick-list .inner .pic {
    width: 300px;
  }
}
@media screen and (max-width: 767px) {
  .index-new .new-slick .slick-list .inner .pic {
    width: 100%;
  }
}
.index-new .new-slick .slick-list .inner .pic .img-box {
  border-radius: 4px;
  padding-bottom: 66.66666667%;
}
.index-new .new-slick .slick-list .inner .pic img {
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.index-new .new-slick .slick-list .inner .info {
  flex: 1;
  padding-left: 60px;
}
@media screen and (max-width: 1199px) {
  .index-new .new-slick .slick-list .inner .info {
    padding-left: 40px;
  }
}
@media screen and (max-width: 767px) {
  .index-new .new-slick .slick-list .inner .info {
    padding-left: 0;
  }
}
.index-new .new-slick .slick-list .inner .info .nname {
  margin-top: 20px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
@media screen and (max-width: 1199px) {
  .index-new .new-slick .slick-list .inner .info .nname {
    margin-top: 15px;
  }
}
.index-new .new-slick .slick-list .inner .info .txt {
  margin-top: 25px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
@media screen and (max-width: 1199px) {
  .index-new .new-slick .slick-list .inner .info .txt {
    margin-top: 15px;
  }
}
@media screen and (max-width: 767px) {
  .index-new .new-slick .slick-list .inner .info .txt {
    margin-top: 5px;
  }
}
.index-new .new-slick .slick-arrow {
  position: absolute;
  bottom: 25px;
  left: 510px;
  width: 48px;
  height: 48px;
  z-index: 5;
  border-radius: 4px;
  border: 1px solid var(--color);
  font-size: 0;
  background-color: transparent;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
@media screen and (max-width: 1199px) {
  .index-new .new-slick .slick-arrow {
    left: 410px;
    width: 45px;
    height: 45px;
  }
}
@media screen and (max-width: 991px) {
  .index-new .new-slick .slick-arrow {
    bottom: 0;
    left: 340px;
    width: 40px;
    height: 40px;
  }
}
@media screen and (max-width: 767px) {
  .index-new .new-slick .slick-arrow {
    bottom: 50%;
    left: 0;
    transform: translateY(50%);
    background-color: var(--color);
  }
}
@media screen and (min-width: 1200px) {
  .index-new .new-slick .slick-arrow:hover {
    background-color: var(--color);
  }
  .index-new .new-slick .slick-arrow:hover::before {
    color: #fff;
  }
}
.index-new .new-slick .slick-arrow::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: '\ed21';
  font-family: "iconfont" !important;
  font-size: 20px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: var(--color);
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
@media screen and (max-width: 1199px) {
  .index-new .new-slick .slick-arrow::before {
    font-size: 18px;
  }
}
@media screen and (max-width: 991px) {
  .index-new .new-slick .slick-arrow::before {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .index-new .new-slick .slick-arrow::before {
    color: #fff;
  }
}
.index-new .new-slick .slick-next {
  transform: translateX(72px);
}
@media screen and (max-width: 1199px) {
  .index-new .new-slick .slick-next {
    transform: translateX(65px);
  }
}
@media screen and (max-width: 767px) {
  .index-new .new-slick .slick-next {
    left: auto;
    right: 0;
    transform: translateY(50%);
  }
}
.index-new .new-slick .slick-next::before {
  content: '\e64e';
}
.index-new .new-list {
  margin-top: 40px;
  border-top: 1px solid #e6e6e6;
  padding-top: 35px;
}
@media screen and (max-width: 1199px) {
  .index-new .new-list {
    margin-top: 30px;
    padding-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .index-new .new-list {
    margin-top: 20px;
    padding-top: 20px;
  }
}
.index-new .new-list .row {
  margin-bottom: calc(-1 * var(--bs-gutter-x));
}
.index-new .new-list .row li {
  padding-bottom: calc(1 * var(--bs-gutter-x));
}
.index-new .new-list .item .nname a {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
@media screen and (min-width: 1200px) {
  .index-new .new-list .item .nname a:hover {
    color: var(--color);
    text-decoration: underline;
  }
}
.index-new .new-list .item .txt {
  margin-top: 20px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
@media screen and (max-width: 1199px) {
  .index-new .new-list .item .txt {
    margin-top: 10px;
  }
}
.index-new .new-list .item .date {
  margin-top: 30px;
  display: inline-block;
  font-size: 14px;
  line-height: 1.42857143;
  color: #666666;
}
@media screen and (max-width: 1199px) {
  .index-new .new-list .item .date {
    margin-top: 20px;
    font-size: 13px;
  }
}
@media screen and (max-width: 767px) {
  .index-new .new-list .item .date {
    margin-top: 10px;
    font-size: 12px;
  }
}
.about-page {
  overflow: hidden;
}
.about-page .info {
  overflow: hidden;
}
.about-page .info .left-video {
  float: left;
  width: 48.93617021%;
  position: relative;
  z-index: 1;
  cursor: pointer;
}
@media screen and (max-width: 991px) {
  .about-page .info .left-video {
    float: left;
    width: 100%;
  }
}
@media screen and (min-width: 1200px) {
  .about-page .info .left-video:hover::before {
    border-color: var(--color);
    background-color: var(--color);
  }
  .about-page .info .left-video:hover::after {
    border-color: var(--color);
  }
  .about-page .info .left-video:hover img {
    transform: scale(1.05);
  }
}
.about-page .info .left-video::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border: 2px solid #fff;
  font-family: "iconfont" !important;
  font-size: 35px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e706';
  color: #fff;
  background-color: rgba(255, 255, 255, 0.2);
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
@media screen and (max-width: 1199px) {
  .about-page .info .left-video::before {
    width: 70px;
    height: 70px;
    font-size: 30px;
  }
}
@media screen and (max-width: 575px) {
  .about-page .info .left-video::before {
    width: 60px;
    height: 60px;
    font-size: 25px;
  }
}
.about-page .info .left-video::after {
  content: '';
  position: absolute;
  top: 15px;
  left: -15px;
  z-index: -1;
  width: 100%;
  height: 100%;
  border-radius: 4px;
  border: 1px solid #f9e5e5;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.about-page .info .left-video .img-box {
  border-radius: 4px;
  padding-bottom: 75.36231884%;
}
.about-page .info .left-video .img-box img {
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.about-page .info .right-intro {
  float: right;
  width: 46.45390071%;
}
@media screen and (max-width: 991px) {
  .about-page .info .right-intro {
    float: left;
    width: 100%;
    margin-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  .about-page .info .right-intro {
    margin-top: 30px;
  }
}
.about-page .info .right-intro .title {
  position: relative;
  margin-top: 70px;
  margin-bottom: 37px;
  border-bottom: 1px solid #cccccc;
  padding-bottom: 17px;
}
@media screen and (max-width: 1399px) {
  .about-page .info .right-intro .title {
    margin-top: 30px;
  }
}
@media screen and (max-width: 1199px) {
  .about-page .info .right-intro .title {
    margin-top: 0;
    margin-bottom: 20px;
    padding-bottom: 15px;
  }
}
@media screen and (max-width: 767px) {
  .about-page .info .right-intro .title {
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
}
.about-page .info .right-intro .title::before {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 120px;
  height: 4px;
  background-color: var(--color);
}
@media screen and (max-width: 1199px) {
  .about-page .info .right-intro .title::before {
    width: 100px;
    height: 3px;
  }
}
@media screen and (max-width: 767px) {
  .about-page .info .right-intro .title::before {
    width: 80px;
    height: 2px;
  }
}
.about-page .info .right-intro .title .page-title {
  margin-bottom: 0;
  text-align: left;
}
.about-page .info .right-intro .title .page-title h6 {
  left: 0;
  transform: translateX(0);
}
.about-page .info .right-intro .txt {
  font-size: 16px;
  line-height: 2.25;
  color: #666666;
}
@media screen and (max-width: 1199px) {
  .about-page .info .right-intro .txt {
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  .about-page .info .right-intro .txt {
    font-size: 14px;
  }
}
.about-page .advantage {
  overflow: hidden;
  background-color: #f7f7f7;
}
.about-page .advantage .large-container {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 991px) {
  .about-page .advantage .large-container {
    display: block;
    max-width: 696px;
  }
}
@media screen and (max-width: 767px) {
  .about-page .advantage .large-container {
    max-width: 519px;
  }
}
@media screen and (max-width: 575px) {
  .about-page .advantage .large-container {
    max-width: 100%;
    padding: 0 15px;
  }
}
.about-page .advantage .left-intro {
  width: 49.21875%;
}
@media screen and (max-width: 991px) {
  .about-page .advantage .left-intro {
    width: 100%;
  }
}
.about-page .advantage .left-intro .page-title {
  text-align: left;
}
.about-page .advantage .left-intro .page-title h6 {
  left: 0;
  transform: translateX(0);
  color: #f0f0f0;
}
.about-page .advantage .left-intro .inner {
  width: 690px;
  margin-left: auto;
  margin-right: 0;
  padding-right: 50px;
}
@media screen and (max-width: 1399px) {
  .about-page .advantage .left-intro .inner {
    width: 540px;
  }
}
@media screen and (max-width: 1199px) {
  .about-page .advantage .left-intro .inner {
    width: 455px;
  }
}
@media screen and (max-width: 991px) {
  .about-page .advantage .left-intro .inner {
    width: 100%;
    padding-right: 0;
  }
}
.about-page .advantage .left-intro .advantage-list li {
  margin-bottom: 40px;
}
@media screen and (max-width: 1399px) {
  .about-page .advantage .left-intro .advantage-list li {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .about-page .advantage .left-intro .advantage-list li {
    margin-bottom: 20px;
  }
}
.about-page .advantage .left-intro .advantage-list li:last-child {
  margin-bottom: 0;
}
.about-page .advantage .left-intro .advantage-list .item {
  display: flex;
}
@media screen and (min-width: 1200px) {
  .about-page .advantage .left-intro .advantage-list .item:hover .iconfont {
    background-color: var(--color);
  }
  .about-page .advantage .left-intro .advantage-list .item:hover .iconfont::before {
    color: #fff;
  }
}
.about-page .advantage .left-intro .advantage-list .item .iconfont {
  position: relative;
  display: block;
  width: 64px;
  height: 64px;
  margin-right: 25px;
  border-radius: 50%;
  border: 1px solid var(--color);
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
@media screen and (max-width: 1199px) {
  .about-page .advantage .left-intro .advantage-list .item .iconfont {
    width: 55px;
    height: 55px;
    margin-right: 20px;
  }
}
@media screen and (max-width: 767px) {
  .about-page .advantage .left-intro .advantage-list .item .iconfont {
    width: 45px;
    height: 45px;
  }
}
@media screen and (min-width: 1200px) {
  .about-page .advantage .left-intro .advantage-list .item .iconfont:hover {
    background-color: var(--color);
  }
  .about-page .advantage .left-intro .advantage-list .item .iconfont:hover::before {
    color: #fff;
  }
}
.about-page .advantage .left-intro .advantage-list .item .iconfont::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 32px;
  color: var(--color);
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
@media screen and (max-width: 1199px) {
  .about-page .advantage .left-intro .advantage-list .item .iconfont::before {
    font-size: 25px;
  }
}
@media screen and (max-width: 767px) {
  .about-page .advantage .left-intro .advantage-list .item .iconfont::before {
    font-size: 20px;
  }
}
.about-page .advantage .left-intro .advantage-list .item .info {
  flex: 1;
}
.about-page .advantage .left-intro .advantage-list .item .info .title {
  margin: 0;
  font-size: 20px;
  line-height: 1.5;
  color: #222222;
  font-weight: 700;
}
@media screen and (max-width: 1199px) {
  .about-page .advantage .left-intro .advantage-list .item .info .title {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .about-page .advantage .left-intro .advantage-list .item .info .title {
    font-size: 16px;
  }
}
.about-page .advantage .left-intro .advantage-list .item .info .txt {
  margin-top: 8px;
  font-size: 15px;
  line-height: 1.33333333;
  color: #666666;
}
@media screen and (max-width: 1199px) {
  .about-page .advantage .left-intro .advantage-list .item .info .txt {
    margin-top: 5px;
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .about-page .advantage .left-intro .advantage-list .item .info .txt {
    font-size: 13px;
  }
}
.about-page .advantage .right-pic {
  width: 50.78125%;
}
@media screen and (max-width: 991px) {
  .about-page .advantage .right-pic {
    width: 100%;
    margin-bottom: 30px;
  }
}
.about-page .advantage .right-pic .img-box {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
  padding-bottom: 66.66666667%;
}
@media screen and (max-width: 991px) {
  .about-page .advantage .right-pic .img-box {
    border-radius: 10px;
  }
}
.about-page .honor-certificate {
  overflow: hidden;
}
.about-page .honor-certificate .honor-slick {
  position: relative;
}
.about-page .honor-certificate .honor-slick .slick-list {
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.about-page .honor-certificate .honor-slick .slick-list .slick-slide {
  padding-right: calc(0.5 * var(--bs-gutter-x));
  padding-left: calc(0.5 * var(--bs-gutter-x));
  font-size: 0;
}
.about-page .honor-certificate .honor-slick .slick-arrow {
  position: absolute;
  top: 50%;
  left: -100px;
  transform: translate(-100%, -50%);
  z-index: 5;
  width: 56px;
  height: 56px;
  border-radius: 4px;
  border: 1px solid var(--color);
  font-size: 0;
  background-color: transparent;
  transition: all 0.35s;
  -webkit-transition: all 0.35s;
}
@media screen and (max-width: 1399px) {
  .about-page .honor-certificate .honor-slick .slick-arrow {
    left: 0;
    transform: translate(0, -50%);
    width: 50px;
    height: 50px;
  }
}
@media screen and (max-width: 1199px) {
  .about-page .honor-certificate .honor-slick .slick-arrow {
    width: 45px;
    height: 45px;
  }
}
@media screen and (max-width: 767px) {
  .about-page .honor-certificate .honor-slick .slick-arrow {
    width: 40px;
    height: 40px;
  }
}
@media screen and (min-width: 1200px) {
  .about-page .honor-certificate .honor-slick .slick-arrow:hover {
    background-color: var(--color);
  }
  .about-page .honor-certificate .honor-slick .slick-arrow:hover::before {
    color: #fff;
  }
}
.about-page .honor-certificate .honor-slick .slick-arrow::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: "iconfont" !important;
  font-size: 20px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\ed21';
  color: var(--color);
  transition: all 0.35s;
  -webkit-transition: all 0.35s;
}
@media screen and (max-width: 1399px) {
  .about-page .honor-certificate .honor-slick .slick-arrow::before {
    font-size: 18px;
  }
}
@media screen and (max-width: 1199px) {
  .about-page .honor-certificate .honor-slick .slick-arrow::before {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .about-page .honor-certificate .honor-slick .slick-arrow::before {
    font-size: 14px;
  }
}
.about-page .honor-certificate .honor-slick .slick-next {
  left: auto;
  right: -100px;
  transform: translate(100%, -50%);
}
@media screen and (max-width: 1399px) {
  .about-page .honor-certificate .honor-slick .slick-next {
    right: 0;
    transform: translate(0, -50%);
  }
}
.about-page .honor-certificate .honor-slick .slick-next::before {
  content: '\e64e';
}
.about-page .honor-certificate .honor-slick .item {
  position: relative;
  overflow: hidden;
  display: block;
  border-radius: 4px;
  border: 1px solid #e6e6e6;
}
@media screen and (min-width: 1200px) {
  .about-page .honor-certificate .honor-slick .item:hover::before {
    opacity: 1;
  }
  .about-page .honor-certificate .honor-slick .item:hover img {
    transform: scale(1.05);
  }
}
.about-page .honor-certificate .honor-slick .item::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-family: "iconfont" !important;
  font-size: 43px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e646';
  color: #fff;
  background-color: rgba(196, 0, 0, 0.8);
  opacity: 0;
  transition: all 0.35s;
  -webkit-transition: all 0.35s;
}
.about-page .honor-certificate .honor-slick .item img {
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.product-page {
  overflow: hidden;
}
.product-page .p-list {
  overflow: hidden;
  padding-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .product-page .p-list {
    padding-bottom: 10px;
  }
}
.product-page .p-list li {
  padding-bottom: calc(1 * var(--bs-gutter-x));
}
@media screen and (max-width: 400px) {
  .product-page .p-list li {
    width: 100%;
  }
}
.product-page .p-list .item {
  display: block;
}
@media screen and (min-width: 1200px) {
  .product-page .p-list .item:hover .img-box {
    border-color: var(--color);
  }
  .product-page .p-list .item:hover .img-box img {
    transform: scale(1.05);
  }
  .product-page .p-list .item:hover .txt {
    background-color: var(--color);
  }
  .product-page .p-list .item:hover .txt::before {
    border-color: var(--color);
    color: var(--color);
    background-color: #fff;
  }
  .product-page .p-list .item:hover .txt .pname {
    color: #fff;
  }
}
.product-page .p-list .item .img-box {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border: 1px solid #e6e6e6;
  border-bottom: none;
  transition: all 0.35s;
  -webkit-transition: all 0.35s;
}
.product-page .p-list .item .img-box img {
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.product-page .p-list .item .txt {
  position: relative;
  padding: 20px 25px;
  padding-right: 75px;
  background-color: #f5f5f5;
  transition: all 0.25s;
  -webkit-transition: all 0.25s;
}
@media screen and (max-width: 1399px) {
  .product-page .p-list .item .txt {
    padding: 15px;
    padding-right: 60px;
  }
}
@media screen and (max-width: 767px) {
  .product-page .p-list .item .txt {
    padding: 10px;
    padding-right: 45px;
  }
}
.product-page .p-list .item .txt::before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #9b9b9b;
  font-family: "iconfont" !important;
  font-size: 18px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e64e';
  color: #9b9b9b;
  transition: all 0.35s;
  -webkit-transition: all 0.35s;
}
@media screen and (max-width: 1399px) {
  .product-page .p-list .item .txt::before {
    right: 20px;
    width: 35px;
    height: 35px;
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .product-page .p-list .item .txt::before {
    right: 15px;
    width: 30px;
    height: 30px;
    font-size: 14px;
  }
}
.product-page .p-list .item .txt .pname {
  margin: 0;
  font-size: 18px;
  line-height: 1.66666667;
  color: #686868;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  transition: all 0.25s;
  -webkit-transition: all 0.25s;
}
@media screen and (max-width: 1399px) {
  .product-page .p-list .item .txt .pname {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .product-page .p-list .item .txt .pname {
    font-size: 13px;
  }
}
.product-page .notfound-bar {
  padding-bottom: 20px;
}
.product-page .notfound-bar h2 {
  margin: 0;
  font-size: 30px;
  line-height: 1;
  color: var(--color);
  font-weight: 700;
  text-transform: uppercase;
}
@media screen and (max-width: 1199px) {
  .product-page .notfound-bar h2 {
    font-size: 25px;
  }
}
@media screen and (max-width: 767px) {
  .product-page .notfound-bar h2 {
    font-size: 20px;
  }
}
.product-page .notfound-bar .txt {
  padding-top: 15px;
  font-size: 18px;
  line-height: 1.33333333;
  color: #757575;
}
@media screen and (max-width: 1199px) {
  .product-page .notfound-bar .txt {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .product-page .notfound-bar .txt {
    font-size: 14px;
  }
}
.product-page .notfound-bar .tip {
  position: relative;
  margin-top: 20px;
  padding: 15px 20px;
  padding-left: 35px;
  font-size: 18px;
  line-height: 1.33333333;
  color: #fff;
  background-color: var(--color);
}
@media screen and (max-width: 1199px) {
  .product-page .notfound-bar .tip {
    padding: 10px 15px;
    padding-left: 25px;
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .product-page .notfound-bar .tip {
    font-size: 14px;
  }
}
.product-page .notfound-bar .tip::before {
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e64c';
  color: #fff;
}
@media screen and (max-width: 1199px) {
  .product-page .notfound-bar .tip::before {
    font-size: 15px;
    left: 5px;
  }
}
.product-details-page {
  overflow: hidden;
}
.product-details-page .p-info .left-pic {
  float: left;
  width: 43.61702128%;
}
@media screen and (max-width: 991px) {
  .product-details-page .p-info .left-pic {
    float: none;
    width: 100%;
  }
}
.product-details-page .p-info .left-pic .item {
  overflow: hidden;
  position: relative;
  display: block;
  border-radius: 4px;
  border: 1px solid #e6e6e6;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.product-details-page .p-info .left-pic .slider-for {
  float: left;
  width: 78.04878049%;
}
@media screen and (max-width: 767px) {
  .product-details-page .p-info .left-pic .slider-for {
    float: none;
    width: 100%;
  }
}
.product-details-page .p-info .left-pic .slider-for .slick-list {
  margin: 0 -10px;
}
.product-details-page .p-info .left-pic .slider-for .slick-list .slick-slide {
  padding: 0 10px;
  font-size: 0;
}
.product-details-page .p-info .left-pic .slider-nav {
  float: right;
  width: 19.51219512%;
  position: relative;
  padding: 45px 0;
}
@media screen and (max-width: 1399px) {
  .product-details-page .p-info .left-pic .slider-nav {
    padding: 40px 0;
  }
}
@media screen and (max-width: 1199px) {
  .product-details-page .p-info .left-pic .slider-nav {
    padding: 35px 0;
  }
}
@media screen and (max-width: 767px) {
  .product-details-page .p-info .left-pic .slider-nav {
    float: none;
    width: 100%;
    margin-top: 15px;
    padding: 0 35px;
  }
}
.product-details-page .p-info .left-pic .slider-nav .slick-current .item {
  border-color: var(--color);
}
.product-details-page .p-info .left-pic .slider-nav .slick-list {
  margin: -6px 0;
}
@media screen and (max-width: 1399px) {
  .product-details-page .p-info .left-pic .slider-nav .slick-list {
    margin: -3px 0;
  }
}
@media screen and (max-width: 767px) {
  .product-details-page .p-info .left-pic .slider-nav .slick-list {
    margin: 0 -5px;
  }
}
.product-details-page .p-info .left-pic .slider-nav .slick-list .slick-slide {
  padding: 6px 0;
  font-size: 0;
}
@media screen and (max-width: 1399px) {
  .product-details-page .p-info .left-pic .slider-nav .slick-list .slick-slide {
    padding: 3px 0;
  }
}
@media screen and (max-width: 767px) {
  .product-details-page .p-info .left-pic .slider-nav .slick-list .slick-slide {
    padding: 0 5px;
  }
}
.product-details-page .p-info .left-pic .slider-nav .slick-arrow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 32px;
  border-radius: 4px;
  font-size: 0;
  background-color: #f5f5f5;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
@media screen and (max-width: 1199px) {
  .product-details-page .p-info .left-pic .slider-nav .slick-arrow {
    height: 25px;
  }
}
@media screen and (max-width: 767px) {
  .product-details-page .p-info .left-pic .slider-nav .slick-arrow {
    width: 25px;
    height: 100%;
  }
}
@media screen and (min-width: 1200px) {
  .product-details-page .p-info .left-pic .slider-nav .slick-arrow:hover {
    background-color: var(--color);
  }
  .product-details-page .p-info .left-pic .slider-nav .slick-arrow:hover::before {
    color: #fff;
  }
}
.product-details-page .p-info .left-pic .slider-nav .slick-arrow::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: "iconfont" !important;
  font-size: 22px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\eb9c';
  color: #686868;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
@media screen and (max-width: 1199px) {
  .product-details-page .p-info .left-pic .slider-nav .slick-arrow::before {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .product-details-page .p-info .left-pic .slider-nav .slick-arrow::before {
    transform: translate(-50%, -50%) rotateZ(-90deg);
  }
}
.product-details-page .p-info .left-pic .slider-nav .slick-next {
  top: auto;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .product-details-page .p-info .left-pic .slider-nav .slick-next {
    left: auto;
    right: 0;
  }
}
.product-details-page .p-info .left-pic .slider-nav .slick-next::before {
  content: '\ed22';
}
.product-details-page .p-info .right-information {
  float: right;
  width: 51.06382979%;
}
@media screen and (max-width: 991px) {
  .product-details-page .p-info .right-information {
    float: none;
    width: 100%;
  }
}
.product-details-page .p-info .right-information .pname {
  margin-top: 30px;
}
@media screen and (max-width: 1199px) {
  .product-details-page .p-info .right-information .pname {
    margin-top: 20px;
  }
}
.product-details-page .p-info .right-information .intro {
  margin-top: 30px;
}
@media screen and (max-width: 1199px) {
  .product-details-page .p-info .right-information .intro {
    margin-top: 20px;
  }
}
@media screen and (max-width: 991px) {
  .product-details-page .p-info .right-information .intro {
    margin-top: 15px;
  }
}
.product-details-page .p-info .right-information .intro &gt; h6 {
  margin: 0;
  font-size: 20px;
  line-height: 1.5;
  color: #222222;
  font-weight: 700;
}
@media screen and (max-width: 1199px) {
  .product-details-page .p-info .right-information .intro &gt; h6 {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .product-details-page .p-info .right-information .intro &gt; h6 {
    font-size: 16px;
  }
}
.product-details-page .p-info .right-information .intro .txt {
  margin-top: 10px;
}
.product-details-page .p-info .right-information .btns {
  display: flex;
  justify-content: space-between;
  margin-top: 165px;
}
@media screen and (max-width: 1399px) {
  .product-details-page .p-info .right-information .btns {
    margin-top: 80px;
  }
}
@media screen and (max-width: 1199px) {
  .product-details-page .p-info .right-information .btns {
    margin-top: 50px;
  }
}
@media screen and (max-width: 991px) {
  .product-details-page .p-info .right-information .btns {
    margin-top: 20px;
  }
}
@media screen and (max-width: 575px) {
  .product-details-page .p-info .right-information .btns {
    display: block;
  }
}
.product-details-page .p-info .right-information .btns .goinquire {
  display: block;
  width: 160px;
  height: 52px;
  border-radius: 4px;
  font-size: 14px;
  color: #ffffff;
  background-color: var(--color);
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
@media screen and (max-width: 1199px) {
  .product-details-page .p-info .right-information .btns .goinquire {
    width: 150px;
    height: 45px;
    font-size: 13px;
  }
}
@media screen and (min-width: 1200px) {
  .product-details-page .p-info .right-information .btns .goinquire:hover {
    box-shadow: -3px 3px 5px rgba(0, 0, 0, 0.4) inset;
  }
}
.product-details-page .p-info .right-information .btns .goinquire::before {
  margin-right: 10px;
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e7f0';
  color: #fff;
}
.product-details-page .p-info .right-information .btns .links {
  display: flex;
}
@media screen and (max-width: 575px) {
  .product-details-page .p-info .right-information .btns .links {
    margin-top: 15px;
  }
}
.product-details-page .p-info .right-information .btns .links a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 140px;
  height: 52px;
  border-radius: 4px;
  border: 1px solid var(--color);
  font-size: 14px;
  color: var(--color);
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
@media screen and (max-width: 1199px) {
  .product-details-page .p-info .right-information .btns .links a {
    width: 130px;
    height: 45px;
    font-size: 13px;
  }
}
@media screen and (min-width: 1200px) {
  .product-details-page .p-info .right-information .btns .links a:hover {
    color: #fff;
    background-color: var(--color);
  }
  .product-details-page .p-info .right-information .btns .links a:hover::before,
  .product-details-page .p-info .right-information .btns .links a:hover::after {
    color: #fff;
  }
}
.product-details-page .p-info .right-information .btns .links a:last-child {
  margin-left: 24px;
}
.product-details-page .p-info .right-information .btns .links a::before,
.product-details-page .p-info .right-information .btns .links a::after {
  font-family: "iconfont" !important;
  font-size: 20px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1;
  color: var(--color);
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.product-details-page .p-info .right-information .btns .links .prev::before {
  content: '\ed21';
  margin-right: 10px;
}
.product-details-page .p-info .right-information .btns .links .next::after {
  content: '\e64e';
  margin-left: 10px;
}
.product-details-page .p-title {
  margin-bottom: 20px;
}
@media screen and (max-width: 1199px) {
  .product-details-page .p-title {
    margin-bottom: 15px;
  }
}
.product-details-page .p-title h2 {
  margin: 0;
  font-size: 30px;
  line-height: 1.5;
  font-weight: 700;
  color: #222222;
  text-transform: uppercase;
}
@media screen and (max-width: 1199px) {
  .product-details-page .p-title h2 {
    font-size: 25px;
  }
}
@media screen and (max-width: 767px) {
  .product-details-page .p-title h2 {
    font-size: 20px;
  }
}
.product-details-page .p-title p {
  margin-top: 5px;
  font-size: 16px;
  line-height: 2;
  color: #666666;
}
@media screen and (max-width: 1199px) {
  .product-details-page .p-title p {
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  .product-details-page .p-title p {
    margin-top: 2px;
    font-size: 14px;
  }
}
.product-details-page .padd {
  padding: 60px 0;
}
@media screen and (max-width: 1199px) {
  .product-details-page .padd {
    padding: 50px 0;
  }
}
@media screen and (max-width: 767px) {
  .product-details-page .padd {
    padding: 30px 0;
  }
}
.product-details-page .padd-top {
  padding-top: 60px;
}
@media screen and (max-width: 1199px) {
  .product-details-page .padd-top {
    padding-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  .product-details-page .padd-top {
    padding-top: 30px;
  }
}
.product-details-page .padd-bottom {
  padding-bottom: 60px;
}
@media screen and (max-width: 1199px) {
  .product-details-page .padd-bottom {
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  .product-details-page .padd-bottom {
    padding-bottom: 30px;
  }
}
.product-details-page .p-inquire form {
  display: flex;
  flex-wrap: wrap;
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.product-details-page .p-inquire form fieldset {
  display: block;
  width: 100%;
  padding-right: calc(0.5 * var(--bs-gutter-x));
  padding-left: calc(0.5 * var(--bs-gutter-x));
  margin-bottom: 20px;
}
.product-details-page .p-inquire form fieldset:nth-child(-n+4) {
  width: 25%;
}
@media screen and (max-width: 991px) {
  .product-details-page .p-inquire form fieldset:nth-child(-n+4) {
    width: 50%;
  }
}
.product-details-page .p-inquire form fieldset:nth-last-child(1) {
  margin-bottom: 0;
}
.product-details-page .p-inquire form fieldset:nth-last-child(2) {
  margin-bottom: 30px;
}
.product-details-page .p-inquire form input,
.product-details-page .p-inquire form textarea {
  display: block;
  width: 100%;
  border-radius: 4px;
  padding: 14px 20px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #666666;
  background-color: #fff;
}
@media screen and (max-width: 1199px) {
  .product-details-page .p-inquire form input,
  .product-details-page .p-inquire form textarea {
    padding: 12px 15px;
  }
}
.product-details-page .p-inquire form input::-webkit-input-placeholder,
.product-details-page .p-inquire form textarea::-webkit-input-placeholder {
  color: #666666;
}
.product-details-page .p-inquire form input:-o-placeholder,
.product-details-page .p-inquire form textarea:-o-placeholder {
  color: #666666;
}
.product-details-page .p-inquire form input::-moz-placeholder,
.product-details-page .p-inquire form textarea::-moz-placeholder {
  color: #666666;
}
.product-details-page .p-inquire form input:-ms-input-placeholder,
.product-details-page .p-inquire form textarea:-ms-input-placeholder {
  color: #666666;
}
.product-details-page .p-inquire form input:focus::-webkit-input-placeholder,
.product-details-page .p-inquire form textarea:focus::-webkit-input-placeholder {
  color: #d1d1d1;
}
.product-details-page .p-inquire form input:focus::-o-placeholder,
.product-details-page .p-inquire form textarea:focus::-o-placeholder {
  color: #d1d1d1;
}
.product-details-page .p-inquire form input:focus::-moz-placeholder,
.product-details-page .p-inquire form textarea:focus::-moz-placeholder {
  color: #d1d1d1;
}
.product-details-page .p-inquire form input:focus::-ms-input-placeholder,
.product-details-page .p-inquire form textarea:focus::-ms-input-placeholder {
  color: #d1d1d1;
}
.product-details-page .p-inquire form textarea {
  height: 160px;
}
.product-details-page .p-inquire form button {
  width: 130px;
  height: 52px;
  border-radius: 4px;
  font-size: 14px;
  color: #ffffff;
  background-color: var(--color);
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
@media screen and (max-width: 1199px) {
  .product-details-page .p-inquire form button {
    width: 110px;
    height: 45px;
    font-size: 13px;
  }
}
@media screen and (min-width: 1200px) {
  .product-details-page .p-inquire form button:hover {
    box-shadow: -3px 3px 5px rgba(0, 0, 0, 0.4) inset;
  }
}
.product-details-page .p-inquire form button::before {
  margin-right: 10px;
  font-family: "iconfont" !important;
  font-size: 19px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e67d';
  color: #fff;
}
@media screen and (max-width: 1199px) {
  .product-details-page .p-inquire form button::before {
    margin-right: 5px;
    font-size: 17px;
  }
}
.product-details-page .p-recommend .recommend-slick .slick-list {
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.product-details-page .p-recommend .recommend-slick .slick-list .slick-slide {
  padding-right: calc(0.5 * var(--bs-gutter-x));
  padding-left: calc(0.5 * var(--bs-gutter-x));
  font-size: 0;
}
.product-details-page .p-recommend .recommend-slick .item {
  display: block;
}
@media screen and (min-width: 1200px) {
  .product-details-page .p-recommend .recommend-slick .item:hover .img-box {
    border-color: var(--color);
  }
  .product-details-page .p-recommend .recommend-slick .item:hover .img-box img {
    transform: scale(1.05);
  }
  .product-details-page .p-recommend .recommend-slick .item:hover .txt {
    background-color: var(--color);
  }
  .product-details-page .p-recommend .recommend-slick .item:hover .txt::before {
    border-color: var(--color);
    color: var(--color);
    background-color: #fff;
  }
  .product-details-page .p-recommend .recommend-slick .item:hover .txt .pname {
    color: #fff;
  }
}
.product-details-page .p-recommend .recommend-slick .item .img-box {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border: 1px solid #e6e6e6;
  border-bottom: none;
  transition: all 0.35s;
  -webkit-transition: all 0.35s;
}
.product-details-page .p-recommend .recommend-slick .item .img-box img {
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.product-details-page .p-recommend .recommend-slick .item .txt {
  position: relative;
  padding: 20px 25px;
  padding-right: 75px;
  background-color: #f5f5f5;
  transition: all 0.25s;
  -webkit-transition: all 0.25s;
}
@media screen and (max-width: 1399px) {
  .product-details-page .p-recommend .recommend-slick .item .txt {
    padding: 15px;
    padding-right: 60px;
  }
}
@media screen and (max-width: 767px) {
  .product-details-page .p-recommend .recommend-slick .item .txt {
    padding: 10px;
    padding-right: 45px;
  }
}
.product-details-page .p-recommend .recommend-slick .item .txt::before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #9b9b9b;
  font-family: "iconfont" !important;
  font-size: 18px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e64e';
  color: #9b9b9b;
  transition: all 0.35s;
  -webkit-transition: all 0.35s;
}
@media screen and (max-width: 1399px) {
  .product-details-page .p-recommend .recommend-slick .item .txt::before {
    right: 20px;
    width: 35px;
    height: 35px;
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .product-details-page .p-recommend .recommend-slick .item .txt::before {
    right: 15px;
    width: 30px;
    height: 30px;
    font-size: 14px;
  }
}
.product-details-page .p-recommend .recommend-slick .item .txt .pname {
  margin: 0;
  font-size: 18px;
  line-height: 1.66666667;
  color: #686868;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  transition: all 0.25s;
  -webkit-transition: all 0.25s;
}
@media screen and (max-width: 1399px) {
  .product-details-page .p-recommend .recommend-slick .item .txt .pname {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .product-details-page .p-recommend .recommend-slick .item .txt .pname {
    font-size: 13px;
  }
}
.euopment-page {
  overflow: hidden;
}
.euopment-page .equ-list {
  padding-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .euopment-page .equ-list {
    padding-bottom: 10px;
  }
}
.euopment-page .equ-list li {
  padding-bottom: calc(1 * var(--bs-gutter-x));
}
.euopment-page .equ-list .item {
  display: block;
}
@media screen and (min-width: 1200px) {
  .euopment-page .equ-list .item:hover img {
    transform: scale(1.05);
  }
}
.euopment-page .equ-list .item .img-box {
  border-radius: 4px;
  padding-bottom: 66.66666667%;
}
.euopment-page .equ-list .item .img-box img {
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.new-page {
  overflow: hidden;
}
.new-page .new-list {
  padding-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .new-page .new-list {
    padding-bottom: 30px;
  }
}
.new-page .new-list li {
  border-top: 1px solid #e6e6e6;
  padding: 40px 0;
}
@media screen and (max-width: 1199px) {
  .new-page .new-list li {
    padding: 30px 0;
  }
}
@media screen and (max-width: 767px) {
  .new-page .new-list li {
    padding: 20px 0;
  }
}
.new-page .new-list li:last-child {
  border-bottom: 1px solid #e6e6e6;
}
.new-page .new-list .item {
  display: flex;
  padding: 0 40px;
}
@media screen and (max-width: 1199px) {
  .new-page .new-list .item {
    padding: 0;
  }
}
@media screen and (min-width: 1200px) {
  .new-page .new-list .item:hover .left-date .more {
    background-color: var(--color);
  }
  .new-page .new-list .item:hover .left-date .more::before {
    color: #fff;
  }
  .new-page .new-list .item:hover .right-info .nname a {
    color: var(--color);
  }
}
.new-page .new-list .item .left-date {
  width: 185px;
}
@media screen and (max-width: 1199px) {
  .new-page .new-list .item .left-date {
    width: 160px;
  }
}
@media screen and (max-width: 991px) {
  .new-page .new-list .item .left-date {
    width: 130px;
  }
}
@media screen and (max-width: 767px) {
  .new-page .new-list .item .left-date {
    width: 85px;
  }
}
.new-page .new-list .item .left-date .date {
  display: block;
  font-size: 36px;
  line-height: 0.97222222;
  color: #222222;
  font-weight: 700;
  font-family: var(--fontPoppins);
}
@media screen and (max-width: 1199px) {
  .new-page .new-list .item .left-date .date {
    font-size: 30px;
  }
}
@media screen and (max-width: 991px) {
  .new-page .new-list .item .left-date .date {
    font-size: 25px;
  }
}
@media screen and (max-width: 767px) {
  .new-page .new-list .item .left-date .date {
    font-size: 20px;
  }
}
.new-page .new-list .item .left-date .more {
  position: relative;
  display: block;
  width: 32px;
  height: 32px;
  margin-top: 33px;
  background-color: #f5f5f5;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
@media screen and (max-width: 1199px) {
  .new-page .new-list .item .left-date .more {
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .new-page .new-list .item .left-date .more {
    margin-top: 15px;
    width: 30px;
    height: 30px;
  }
}
.new-page .new-list .item .left-date .more::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: "iconfont" !important;
  font-size: 13px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e64e';
  color: #666666;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.new-page .new-list .item .right-info {
  flex: 1;
}
.new-page .new-list .item .right-info .nname a {
  font-size: 22px;
  line-height: 1.59090909;
  color: #222222;
  font-weight: 700;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
@media screen and (max-width: 1199px) {
  .new-page .new-list .item .right-info .nname a {
    font-size: 20px;
  }
}
@media screen and (max-width: 991px) {
  .new-page .new-list .item .right-info .nname a {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .new-page .new-list .item .right-info .nname a {
    font-size: 16px;
  }
}
.new-page .new-list .item .right-info .txt {
  margin-top: 17px;
  font-size: 14px;
  line-height: 2;
  color: #666666;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
@media screen and (max-width: 1199px) {
  .new-page .new-list .item .right-info .txt {
    margin-top: 15px;
    font-size: 13px;
  }
}
@media screen and (max-width: 767px) {
  .new-page .new-list .item .right-info .txt {
    margin-top: 10px;
    font-size: 12px;
  }
}
.page-details {
  overflow: hidden;
}
.page-details .page-details-title {
  padding-bottom: 25px;
}
@media screen and (max-width: 1199px) {
  .page-details .page-details-title {
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .page-details .page-details-title {
    padding-bottom: 15px;
  }
}
.page-details .page-details-title h1 {
  margin: 0;
  text-transform: none;
}
.page-details .page-details-title .date {
  margin-top: 13px;
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  color: var(--color);
}
@media screen and (max-width: 1199px) {
  .page-details .page-details-title .date {
    font-size: 18px;
  }
}
@media screen and (max-width: 991px) {
  .page-details .page-details-title .date {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .page-details .page-details-title .date {
    font-size: 14px;
  }
}
.page-details .page-details-title .date::before {
  font-family: "iconfont" !important;
  font-size: 21px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding-right: 10px;
  content: '\e675';
}
@media screen and (max-width: 1199px) {
  .page-details .page-details-title .date::before {
    font-size: 18px;
    padding-right: 8px;
  }
}
@media screen and (max-width: 991px) {
  .page-details .page-details-title .date::before {
    font-size: 16px;
    padding-right: 5px;
  }
}
@media screen and (max-width: 767px) {
  .page-details .page-details-title .date::before {
    font-size: 14px;
  }
}
.page-details .page-details-content {
  padding: 30px 0 60px;
  border-top: 1px solid #c6ccca;
}
@media screen and (max-width: 1199px) {
  .page-details .page-details-content {
    padding-top: 25px;
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 991px) {
  .page-details .page-details-content {
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .page-details .page-details-content {
    padding-top: 15px;
    padding-bottom: 30px;
  }
}
.page-details .page-details-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .page-details .page-details-link {
    display: block;
  }
}
.page-details .page-details-link .link-left {
  width: calc(100% - 180px);
}
@media screen and (max-width: 767px) {
  .page-details .page-details-link .link-left {
    padding-bottom: 10px;
    width: 100%;
  }
}
.page-details .page-details-link .link-right {
  flex-shrink: 0;
  width: 180px;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .page-details .page-details-link .link-right {
    text-align: left;
  }
}
.page-details .page-details-link .link-right a {
  font-size: 16px;
  line-height: 1.5;
  color: #222;
  font-weight: 700;
  text-decoration: underline;
}
@media screen and (max-width: 1199px) {
  .page-details .page-details-link .link-right a {
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  .page-details .page-details-link .link-right a {
    font-size: 14px;
  }
}
@media screen and (min-width: 1200px) {
  .page-details .page-details-link .link-right a:hover {
    color: var(--color);
    text-decoration: underline;
  }
}
.page-details .page-details-link p {
  max-width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 16px;
  line-height: 1.5;
  color: #222;
  font-weight: 700;
}
@media screen and (max-width: 1199px) {
  .page-details .page-details-link p {
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  .page-details .page-details-link p {
    font-size: 14px;
  }
}
@media screen and (min-width: 1200px) {
  .page-details .page-details-link p a:hover {
    color: var(--color);
    text-decoration: underline;
  }
}
.page-details .page-details-link p:nth-child(2) {
  margin-top: 10px;
}
.contact-page {
  overflow: hidden;
}
.contact-page .info {
  overflow: hidden;
}
.contact-page .info .page-title {
  text-align: left;
}
.contact-page .info .page-title h6 {
  left: 0;
  transform: translateX(0);
}
.contact-page .info .left-message form {
  display: flex;
  flex-wrap: wrap;
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.contact-page .info .left-message form fieldset {
  display: block;
  width: 100%;
  padding-right: calc(0.5 * var(--bs-gutter-x));
  padding-left: calc(0.5 * var(--bs-gutter-x));
  margin-bottom: 20px;
}
.contact-page .info .left-message form fieldset:nth-child(-n+4) {
  width: 50%;
}
.contact-page .info .left-message form fieldset:nth-last-child(1) {
  margin-bottom: 0;
}
.contact-page .info .left-message form fieldset:nth-last-child(2) {
  margin-bottom: 30px;
}
.contact-page .info .left-message form input,
.contact-page .info .left-message form textarea {
  display: block;
  width: 100%;
  border-radius: 4px;
  border: 1px solid #e6e6e6;
  padding: 13px 20px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #666666;
  background-color: transparent;
}
@media screen and (max-width: 1199px) {
  .contact-page .info .left-message form input,
  .contact-page .info .left-message form textarea {
    padding: 12px 15px;
  }
}
.contact-page .info .left-message form input::-webkit-input-placeholder,
.contact-page .info .left-message form textarea::-webkit-input-placeholder {
  color: #666666;
}
.contact-page .info .left-message form input:-o-placeholder,
.contact-page .info .left-message form textarea:-o-placeholder {
  color: #666666;
}
.contact-page .info .left-message form input::-moz-placeholder,
.contact-page .info .left-message form textarea::-moz-placeholder {
  color: #666666;
}
.contact-page .info .left-message form input:-ms-input-placeholder,
.contact-page .info .left-message form textarea:-ms-input-placeholder {
  color: #666666;
}
.contact-page .info .left-message form input:focus::-webkit-input-placeholder,
.contact-page .info .left-message form textarea:focus::-webkit-input-placeholder {
  color: #d1d1d1;
}
.contact-page .info .left-message form input:focus::-o-placeholder,
.contact-page .info .left-message form textarea:focus::-o-placeholder {
  color: #d1d1d1;
}
.contact-page .info .left-message form input:focus::-moz-placeholder,
.contact-page .info .left-message form textarea:focus::-moz-placeholder {
  color: #d1d1d1;
}
.contact-page .info .left-message form input:focus::-ms-input-placeholder,
.contact-page .info .left-message form textarea:focus::-ms-input-placeholder {
  color: #d1d1d1;
}
.contact-page .info .left-message form textarea {
  height: 160px;
}
.contact-page .info .left-message form button {
  width: 130px;
  height: 52px;
  border-radius: 4px;
  font-size: 14px;
  color: #ffffff;
  background-color: var(--color);
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
@media screen and (max-width: 1199px) {
  .contact-page .info .left-message form button {
    width: 110px;
    height: 45px;
    font-size: 13px;
  }
}
@media screen and (min-width: 1200px) {
  .contact-page .info .left-message form button:hover {
    box-shadow: -3px 3px 5px rgba(0, 0, 0, 0.4) inset;
  }
}
.contact-page .info .left-message form button::before {
  margin-right: 10px;
  font-family: "iconfont" !important;
  font-size: 19px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e67d';
  color: #fff;
}
@media screen and (max-width: 1199px) {
  .contact-page .info .left-message form button::before {
    margin-right: 5px;
    font-size: 17px;
  }
}
@media screen and (max-width: 991px) {
  .contact-page .info .right-way {
    margin-top: 30px;
  }
}
.contact-page .info .right-way .list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px -20px;
}
.contact-page .info .right-way .list li {
  width: 50%;
  padding: 0 10px 20px;
}
.contact-page .info .right-way .list .item {
  display: block;
  min-height: 100%;
  border-radius: 4px;
  border: 1px solid #cccccc;
  padding: 27px 20px 20px;
  text-align: center;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}
@media screen and (max-width: 1199px) {
  .contact-page .info .right-way .list .item {
    padding: 15px;
  }
}
@media screen and (max-width: 575px) {
  .contact-page .info .right-way .list .item {
    padding: 10px;
  }
}
@media screen and (min-width: 1200px) {
  .contact-page .info .right-way .list .item:hover {
    border-color: var(--color);
    background-color: var(--color);
  }
  .contact-page .info .right-way .list .item:hover .iconfont::before {
    color: #fff;
  }
  .contact-page .info .right-way .list .item:hover h6 {
    color: #fff;
  }
  .contact-page .info .right-way .list .item:hover p {
    color: #fff;
  }
}
.contact-page .info .right-way .list .item .iconfont {
  position: relative;
  display: block;
  margin: 0 auto;
  width: 40px;
  height: 40px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
@media screen and (max-width: 1199px) {
  .contact-page .info .right-way .list .item .iconfont {
    width: 35px;
    height: 35px;
  }
}
@media screen and (max-width: 575px) {
  .contact-page .info .right-way .list .item .iconfont {
    width: 30px;
    height: 30px;
  }
}
.contact-page .info .right-way .list .item .iconfont::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 30px;
  color: #666666;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
@media screen and (max-width: 1199px) {
  .contact-page .info .right-way .list .item .iconfont::before {
    font-size: 25px;
  }
}
@media screen and (max-width: 575px) {
  .contact-page .info .right-way .list .item .iconfont::before {
    font-size: 20px;
  }
}
.contact-page .info .right-way .list .item h6 {
  margin: 10px 0 0;
  font-size: 18px;
  line-height: 1.66666667;
  color: #222222;
  font-weight: 700;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
@media screen and (max-width: 1199px) {
  .contact-page .info .right-way .list .item h6 {
    margin-top: 5px;
    font-size: 16px;
  }
}
@media screen and (max-width: 575px) {
  .contact-page .info .right-way .list .item h6 {
    font-size: 14px;
  }
}
.contact-page .info .right-way .list .item p {
  margin-top: 7px;
  font-size: 14px;
  line-height: 1.85714286;
  color: #666666;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
@media screen and (max-width: 1199px) {
  .contact-page .info .right-way .list .item p {
    margin-top: 5px;
    font-size: 13px;
  }
}
@media screen and (max-width: 575px) {
  .contact-page .info .right-way .list .item p {
    font-size: 12px;
  }
}
@media screen and (min-width: 1200px) {
  .contact-page .info .right-way .list .item p a:hover {
    text-decoration: underline;
  }
}
.contact-page .map {
  overflow: hidden;
  height: 450px;
}
@media screen and (max-width: 1199px) {
  .contact-page .map {
    height: 400px;
  }
}
@media screen and (max-width: 767px) {
  .contact-page .map {
    height: 350px;
  }
}
.contact-page .map .map-content {
  height: 100%;
}
.site-page {
  overflow: hidden;
  background-color: #f9f9f9;
}
.site-page .content h2 {
  padding-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .site-page .content h2 {
    text-align: center;
  }
}
.site-page .content .site-map1 &gt; li {
  margin-bottom: 20px;
}
.site-page .content .site-map1 &gt; li &gt; a {
  overflow: hidden;
  position: relative;
  z-index: 1;
  display: block;
  max-width: 240px;
  padding: 10px 30px;
  font-size: 18px;
  line-height: 1.66666667;
  color: #fff;
  font-weight: 700;
  text-transform: capitalize;
  background-color: var(--color);
  transition: all 0.35s;
  -webkit-transition: all 0.35s;
}
@media screen and (max-width: 767px) {
  .site-page .content .site-map1 &gt; li &gt; a {
    width: 100%;
    max-width: 100%;
    padding: 5px 10px;
    text-align: center;
  }
}
@media screen and (min-width: 1200px) {
  .site-page .content .site-map1 &gt; li &gt; a:hover {
    opacity: 0.85;
  }
}
.site-page .content .site-map1 &gt; li:last-child {
  margin-bottom: 0;
}
.site-page .content .site-map1 .site-map2 {
  margin-top: 20px;
  padding: 0 30px;
}
@media screen and (max-width: 767px) {
  .site-page .content .site-map1 .site-map2 {
    padding: 0;
    text-align: center;
  }
}
.site-page .content .site-map1 .site-map2 &gt; li {
  display: inline-block;
  margin-bottom: 10px;
  margin-right: 60px;
}
@media screen and (max-width: 767px) {
  .site-page .content .site-map1 .site-map2 &gt; li {
    margin-right: 40px;
    text-align: center;
  }
}
.site-page .content .site-map1 .site-map2 &gt; li &gt; a {
  font-size: 16px;
  line-height: 1.875;
  color: #666666;
  white-space: nowrap;
  font-weight: 600;
  text-transform: capitalize;
}
@media screen and (max-width: 767px) {
  .site-page .content .site-map1 .site-map2 &gt; li &gt; a {
    white-space: normal;
  }
}
@media screen and (min-width: 1200px) {
  .site-page .content .site-map1 .site-map2 &gt; li a:hover {
    color: var(--color);
    text-decoration: underline;
  }
}
.site-page .content .site-map1 .site-map2 &gt; li:last-child {
  margin-bottom: 0;
}
</pre></body></html>