﻿@charset "utf-8";

/* CSS Document */

* {
  outline: none;
}

/*主题*/

:root {
  --head_height: 6rem;
  --colour1: #ff4c00;
  --colour2: #00b238;
  --colour3: #ffa811;
  --dark: #262626;
  --title: #262626;
  --text: #333;
  --small_text: #999;
  --tips_text: #ccc;
  --grey_bg: #f7f7f7;
  --grey_bg2: #f6f6f6;
  --text-bg: #ff4c00;
  --border_colour: #ebebeb;
  --shadow: rgb(40, 43, 109, 0.1);
}

body {
  margin: 0px;
  padding: 0px;
  padding-top: var(--head_height);
  background: #fff;
  position: relative;
  overflow-x: hidden;
}

body.modal-open {
  width: 100vw;
  height: 100vh;
  overflow: hidden !important;
}

body.menu-open {
  width: 100vw;
  height: 100vh;
  overflow-y: hidden !important;
}

body,
html {
  font-family: "HelveticaNeueLTPro", "PingFang SC", "Microsoft Yahei", Arial,
    sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.75em;
  letter-spacing: 0.02em;
  color: var(--text);
}

.font-weight-Light {
  font-family: "HelveticaNeueLTPro", "PingFang SC", "Microsoft Yahei", Arial,
    sans-serif;
  font-weight: 300 !important;
}
.font-weight-normal {
  font-family: "HelveticaNeueLTPro", "PingFang SC", "Microsoft Yahei", Arial,
    sans-serif;
  font-weight: 400 !important;
}
.font-weight-bold {
  font-family: "HelveticaNeueLTPro", "PingFang SC", "Microsoft Yahei", Arial,
    sans-serif;
  font-weight: 700 !important;
}

@font-face {
  font-family: "HelveticaNeueLTPro";
  src: local("☺"), url(../font/HelveticaNeueLTPro-Th.otf);
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "HelveticaNeueLTPro";
  src: local("☺"), url(../font/HelveticaNeueLTPro-Lt.otf);
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "HelveticaNeueLTPro";
  src: local("☺"), url(../font/HelveticaNeueLTPro-Roman.otf);
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "HelveticaNeueLTPro";
  src: local("☺"), url(../font/HelveticaNeueLTPro-Md.otf);
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "HelveticaNeueLTPro";
  src: local("☺"), url(../font/HelveticaNeueLTPro-Bd.otf);
  font-weight: 700;
  font-style: normal;
}
a:link {
  color: inherit;
}

/*未访问样式*/

a:hover {
  text-decoration: none;
}

a:focus {
  text-decoration: none;
}

a:hover,
a:focus,
input:hover,
input:focus,
button:focus,
button:hover {
  outline: none;
}
a,
button {
  cursor: pointer;
}

a.text-link:hover {
  text-decoration: underline;
  color: var(--colour1);
}

dd,
dl,
dt,
ul,
li {
  margin: 0;
  padding: 0;
  list-style: none;
}

input {
  margin: 0;
  outline: none;
}

h1,
.h1 {
  font-size: 3.75rem;
}

h2,
.h2 {
  font-size: 3.125rem;
}

h3,
.h3 {
  font-size: 2.75rem;
}

h4,
.h4 {
  font-size: 2.5rem;
}

h5,
.h5 {
  font-size: 1.5rem;
}

h6,
.h6 {
  font-size: 1.25rem;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0.75rem;
  font-weight: 400;
  line-height: 1.4;
}

i {
  font-weight: normal;
}

hr {
  border: none;
  border-top: 1px solid #ebebeb;
  margin: 1.5rem 0px;
}
p {
  margin-bottom: 1.25em;
  font-size: 1rem;
  line-height: 1.5em;
  color: var(--text);
}

p:last-child {
  margin-bottom: 0em;
}

pre {
  display: block;
  border: none;
  background: none;
  font-size: 1rem;
  line-height: 1.75em;
  color: var(--text);
  padding: 0px;
  white-space: pre-wrap;
  font-family: Arial, "微软雅黑", Microsoft YaHei;
}

.title {
  color: var(--title);
}
.subtitle {
  font-weight: 500;
  color: var(--title);
}

.white {
  color: #fff;
}
.red {
  color: red;
}
.colour1 {
  color: var(--colour1);
}

.colour2 {
  color: var(--colour1);
}

.colour-bg1 {
  background-color: var(--colour1);
}

.colour-bg2 {
  background-color: var(--colour1);
}

.colour1-btn {
  color: #fff !important;
  background-color: var(--colour1);
}

.colour1-btn:hover {
  background-color: var(--colour1);
}

.colour-grey-btn {
  color: var(--text) !important;
  background-color: var(--grey_bg);
}

.colour-grey-btn:hover {
  background-color: var(--colour1);
}

.colour-white-btn {
  color: var(--text) !important;
  background-color: #fff;
}

.colour-white-btn:hover {
  background-color: var(--colour1);
}

section {
  position: relative;
  overflow: hidden;
}
img {
  max-width: 100%;
}

/*页面滚动条*/

::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

::-webkit-scrollbar-track {
  background: #ebebeb;
}

::-webkit-scrollbar-thumb {
  background-color: var(--text-bg);
}

/*滚动条背景*/

/*滚动容器滚动条定制*/
/*lenis 不滚动容器*/
[data-lenis-prevent]::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}
/*滚动容器滚动条定制*/

.scroll-box {
  padding-right: 2vw;
  overflow-y: auto;
}

.scroll-box::-webkit-scrollbar-thumb {
  background: #1d1d1d;
}

.scroll-box::-webkit-scrollbar {
  /*背景*/
  width: 10px;
  background-color: #eaeaea;
}

.scroll-box::-webkit-scrollbar-thumb {
  /*滚动条*/
  border: solid 2px #eaeaea;
  width: 6px;
  border-radius: 10px;
  background-color: var(--colour1);
}

.scroll-box::-webkit-scrollbar-corner {
  background-color: #eaeaea;
}

.scroll-box::-webkit-scrollbar {
  height: 10px;
}

/*滚动条设置*/

/*页面选中*/

::selection {
  background: var(--text-bg);
  color: #fff;
}

::-moz-selection {
  background: var(--text-bg);
  color: #fff;
}

::-webkit-selection {
  background: var(--text-bg);
  color: #fff;
}

/*表单*/

form > div {
  margin-bottom: 1rem;
}

form > div:last-child {
  margin-bottom: 0;
}

form div.row {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}

form div.row > div {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

form p {
  margin-bottom: 0.375rem;
  font-size: 85%;
  opacity: 0.8;
}

form input,
form select {
  padding: 0 1rem;
  width: 100%;
  line-height: 3.5em;
  height: 3.5em;
  font-size: 1rem;
  color: var(--text);
  border-radius: 0.5rem;
  border: 1px solid #e0e0e0;
}
form .form-check-label {
  padding-left: 1.25rem;
}
form .form-check-label {
  font-size: 0.875rem;
}
form .form-check-label a {
  color: inherit;
  transition: all 0.4s;
}
form .form-check-label a:hover {
  color: var(--colour1);
  text-decoration: underline;
}
.form-check-input {
  margin-top: 0.375rem;
  width: 0.9375rem;
  height: 0.9375rem;
}

form select {
  color: var(--text);
  padding-right: 2.5rem;
  appearance: none !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  background-image: url(../images/arrow-down.svg);
  background-repeat: no-repeat;
  background-position: calc(100% - 0.75rem) center;
  background-size: 1rem 1rem;
  border-radius: 0.5rem;
}

form select option {
  font-weight: normal;
  display: block;
  min-height: 2em;
  padding: 0px 2px 1px;
  white-space: nowrap;
}

form textarea {
  padding: 1rem;
  width: 100%;
  line-height: 1.5em;
  height: 10em;
  font-size: 1rem;
  color: var(--text);
  border: 1px solid #e0e0e0;
  border-radius: 0.5rem;
}

form button.btn {
  padding: 0 3rem;
  font-size: 1rem;
  line-height: 2.75rem;
  border: none;
  color: #fff;
  background: var(--colour1);
  cursor: pointer;
  border-radius: 0.5rem;
  transition: all 0.4s;
}

form button.btn:hover {
  color: #fff;
  background: var(--colour1);
}

/*input特殊展示效果*/
.input-box {
  position: relative;
}
.input-box label {
  position: absolute;
  z-index: 1;
  left: 0.75rem;
  top: 1.25em;
  font-size: 1rem;
  line-height: 1em;
  margin: 0;
  padding: 0 0.5rem;
  color: #999;
  background: #fff;
  transition: all 0.4s;
  transform-origin: left top;
}
:focus-within ~ label,
.not-empty ~ label {
  transform: scale(0.733) translateY(calc(-2.125em)) translateX(calc(0.25rem));
  user-select: none;
}
/*表格边框样式*/

table,
tbody,
tr,
td {
  border: none;
}

table tr {
  border-right: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
}

table td {
  line-height: 1.5em;
  padding: 0.75rem 1.125rem;
  border-left: 1px solid #e6e6e6;
  border-top: 1px solid #e6e6e6;
}

table td p {
  margin: 0px;
}

/*boostrap遮罩层导致页面抖动*/

.modal-open {
  overflow: scroll !important;
}

/*页面内容宽度*/

.container {
  max-width: 1430px;
  width: 90%;
}
.small-content {
  max-width: 65rem;
  margin: auto;
}
.sticky {
  position: sticky;
  top: 0;
}

/*图片包含*/

.obj-contain {
  -o-object-fit: contain;
  object-fit: contain;
}

/*图片裁切*/

.obj-cover,
.obj-cover img {
  -o-object-fit: cover;
  object-fit: cover;
}

.obj-cover img {
  width: 100%;
  height: 100%;
}

/*图片放大*/

.zoom-img {
  overflow: hidden;
}

.zoom-img img {
  width: 100%;
  transform: scale(1);
  transition: all ease 0.6s;
}

.zoom-img:hover img {
  transform: scale(1.075);
}

/*响应式图片等比居中*/

.img-center {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
}

.img-center img {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

.zoom-img:hover .img-center img,
.zoom-img.img-center:hover img {
  -webkit-transform: translate(-50%, -50%) scale(1.075);
  transform: translate(-50%, -50%) scale(1.075);
}

/*背景裁切*/

.bg-cover {
  background-position: center;
  background-size: cover;
}

.bg-fixed {
  background-attachment: fixed;
}

/*视频相关*/

.video-box {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 0px;
  padding-bottom: 56.25%;
  background: #000;
}

.video-box:before {
  content: "\b20";
  font-family: "iconfont" !important;
  font-weight: normal;
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  width: 3.5rem;
  height: 3.5rem;
  line-height: 3.5rem;
  font-size: 1.5rem;
  text-align: center;
  color: #fff;
  background-color: var(--colour1);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  opacity: 1;
  transition: all 0.4s;
}

.video-box:hover:before {
  content: "\b20";
  background-color: var(--colour1);
}

.video-box.play:before {
  content: "\b20";
  opacity: 0;
}

.video-box video {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  /*object-fit: contain;*/
  /*尺寸不匹配加黑边*/
  object-fit: cover;
  /*内容自适应裁切*/
  overflow-clip-margin: content-box;
  overflow: clip;
  /*元素溢出容器的时候隐藏，同时不会有滚动定位等行为。*/
  opacity: 0.8;
  transition: all 0.4s;
}

.video-box.play video {
  opacity: 1;
}

/*视频列表*/

.video-list {
  display: flex;
  flex-wrap: wrap;
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}

.video-list li {
  padding: 1.25rem 0.75rem;
  width: 33.33%;
}

.video-list li a .img {
  position: relative;
  display: block;
  padding-bottom: 65%;
  overflow: hidden;
}

.video-list li a .img:before {
  content: "";
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  bottom: 0;
  height: 4rem;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 0%,
    var(--colour1) 100%
  );
  transition: all 0.6s;
}

.video-list li a:hover .img:before {
  transform: translate(0%, 100%);
}

.video-list li a .img:after {
  content: "\b88";
  position: absolute;
  z-index: 3;
  left: 1rem;
  bottom: 1rem;
  display: inline-block;
  font-family: "iconfont" !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.5rem;
  line-height: 1.125em;
  color: #fff;
  text-align: center;
  transition: all 0.4s;
}

.video-list li a:hover .img:after {
  content: "\b88";
  opacity: 0;
}

.video-list li a .img img {
  width: 100%;
  height: 100%;
}

.video-list li a .info {
  margin-top: 1rem;
  font-size: 1.125rem;
  line-height: 1.125em;
  font-weight: 500;
  color: var(--title);
  transition: all 0.4s;
}

.video-list li a:hover .info {
  color: var(--colour1);
}

.video-list li a:hover .info:hover {
  color: var(--colour1);
}

/*视频弹出*/
#video-modal {
  z-index: 9999;
}
#video-modal .close {
  position: absolute;
  z-index: 3;
  top: 3%;
  right: 3%;
  opacity: 1;
  overflow: hidden;
}

#video-modal .close span {
  display: inline-block;
  width: 3.75rem;
  height: 3.75rem;
  line-height: 3.75rem;
  font-size: 1.5rem;
  font-weight: normal;
  color: var(--title);
  background: #fff;
  transition: all 0.4s;
}

#video-modal .close:hover span {
  color: #fff;
  background: var(--colour1);
}

#video-modal .modal-dialog {
  position: relative;
  z-index: 1;
  max-width: 100vw;
  min-width: 100vw;
  width: 100vw;
  height: 100vh;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

#video-modal .modal-content {
  width: 100%;
  height: 100%;
  border: none;
  border-radius: 0;
}
#video-modal .modal-body {
  width: 100%;
  height: 100%;
  padding: 0;
  font-size: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--dark);
  overflow: hidden;
}

#video-modal .modal-body video {
  max-width: 100%;
  max-height: 100%;
}

/*边距盒子*/

.padding-box {
  padding-top: 7vw;
  padding-bottom: 7vw;
}

.padding-top {
  padding-top: 7vw;
}

.padding-bottom {
  padding-bottom: 7vw;
}

.small-padding-box {
  padding-top: 4vw;
  padding-bottom: 2vw;
}

.small-padding-top {
  padding-top: 4vw;
}

.small-padding-bottom {
  padding-bottom: 4vw;
}

.main {
  position: relative;
  z-index: 2;
  background: var(--grey_bg);
}

.grey-box {
  background: var(--grey_bg);
}

.grey-box2 {
  background: var(--grey_bg2);
}

.white-box {
  background: #fff;
}

.clear-box:after {
  content: "";
  display: block;
  width: 100%;
  height: 0;
}
/*设置swiper wow*/
.swiper .swiper-wrapper .swiper-slide.wow:nth-of-type(2) {
  animation-delay: 0.3s;
}
.swiper .swiper-wrapper .swiper-slide.wow:nth-of-type(3) {
  animation-delay: 0.5s;
}
/*设置swiper按钮*/
.swiper-button-next:after,
.swiper-button-prev:after {
  font-family: "iconfont" !important;
  font-size: 1.5rem;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 3.5rem;
  height: 3.5rem;
  line-height: 3.5rem;
  text-align: center;
  border-radius: 50%;
  color: var(--colour1);
  background: #fff;
  transition: all 0.4s;
}
.swiper-button-next:hover:after,
.swiper-button-prev:hover:after {
  color: #fff;
  background: var(--colour1);
}
.swiper-button-next:after {
  content: "\b15";
}
.swiper-button-prev:after {
  content: "\b68";
}

/*内页翻页*/

.page-box {
  padding-top: 1.5rem;
}

.page {
  font-size: 0;
  color: #666;
}

.page span {
  display: inline-block;
  padding: 0 14px;
  margin: 0 4px;
  font-size: 14px;
  line-height: 3em;
  color: var(--text);
}

.page a {
  display: inline-block;
  margin: 0 1px;
  padding: 0 18px;
  font-size: 14px;
  line-height: 3em;
  color: #666;
  background: #f7f7f7;
  transition: all 0.4s;
}

.page a:first-of-type {
  border-radius: 4px 0 0 4px;
}

.page a:last-of-type {
  border-radius: 0 4px 4px 0;
}

.page a.active {
  font-weight: bold;
  color: #fff;
  background: var(--colour1);
}

.page input {
  display: inline-block;
  width: 4rem;
  padding: 0px 10px;
  font-size: 14px;
  line-height: 3em;
  height: 3em;
  color: #666;
  border-radius: 4px;
  border: 1px solid var(--grey_bg);
  overflow: hidden;
  transition: all 0.4s;
}

.page button {
  padding: 0 18px;
  margin: 0px;
  border: none;
  border-radius: 4px;
  font-size: 14px;
  line-height: 3em;
  color: #666;
  border: 1px solid var(--border_colour);
  background: var(--grey_bg2);
  cursor: pointer;
  transition: all 0.4s;
}

.page form {
  display: inline-block;
}

.grey-box .page a {
  background: #fff;
}

.grey-box .page a.active {
  color: #fff;
  background: var(--colour1);
}

.page a:hover,
.page button:hover {
  color: #fff;
  background: var(--colour1);
}

@media (max-width: 767.8px) {
  .page {
    font-size: 13px;
    line-height: 2.5em;
  }
  .page a,
  .page span {
    padding: 0 14px;
    font-size: 13px;
    line-height: 2.5em;
  }
  .page input {
    font-size: 13px;
    line-height: 2.5em;
  }
  .page button {
    padding: 0 14px;
    font-size: 13px;
    line-height: 2.5em;
  }
  .page input {
    font-size: 13px;
    line-height: 2.5em;
    height: 2.5em;
  }
}

/*下拉选项*/
.select {
  position: relative;
  z-index: 2;
}

.select > div {
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  top: 100%;
  background: #fff;
  border: 1px solid #ebebeb;
  border-radius: 0.25rem;
  background: var(--grey_bg);
  margin: 0;
  padding: 0.5rem 0;
}

.select > a {
  display: block;
  outline: none;
  width: 100%;
  padding: 0px 1rem;
  font-size: 1rem;
  line-height: 3rem;
  height: 3rem;
  color: #666;
  border: none;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 0.25rem;
  transition: all 0.4s;
}

.select > div a {
  padding: 0.5rem 1rem;
  color: var(--text);
  line-height: 1.5em;
  white-space: pre-wrap;
}

.select > div a.disabled {
  opacity: 0.5;
}

.select > div a:hover {
  color: var(--colour1);
  background: #fff;
}

/* 按钮 */
.layout-btn {
  position: relative;
  display: inline-block;
  width: auto;
  min-width: 10em;
  height: 2.75rem;
  background: var(--colour1);
  transform: translate3d(0px, 0%, 0px);
  text-decoration: none;
  font-weight: 500;
  font-size: 0.875rem;
  letter-spacing: 0.05em;
  transition-delay: 0.6s;
  border-radius: 1.725rem;
  transition: all 0.4s;
  overflow: hidden;
  /*box-shadow: 0 1.375rem 2em -0.5rem rgba(0, 0, 0, 0.1);*/
}

.layout-btn:before {
  content: "";
  position: absolute;
  z-index: 4;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--grey_bg);
  border-radius: 50% 50% 0 0;
  transform: translateY(100%) scaleY(0.5);
  transition: all 0.6s ease;
}

.layout-btn:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--colour1);
  border-radius: 0;
  transform: translateY(0) scaleY(1);
  transition: all 0.6s ease;
}

.layout-btn > div {
  position: relative;
  z-index: 8;
  top: 50%;
  width: 100%;
  height: 1.5rem;
  margin-top: -0.75rem;
  overflow: hidden;
}

.layout-btn > div > span {
  position: absolute;
  z-index: 1;
  left: 0;
  height: 1.5rem;
  line-height: 1.5rem;
  top: 0;
  font-size: 0.75rem;
  font-weight: 600;
  width: 100%;
  text-align: center;
  transition: transform 0.5s ease;
}

.layout-btn > div > span:first-of-type {
  color: #333;
  transform: translateY(1.5rem);
}

.layout-btn > div > span:last-of-type {
  color: #fff;
  transform: translateY(0);
}

.layout-btn:hover {
  background: var(--grey_bg);
  transition: background 0.2s linear;
  transition-delay: 0.6s;
}

.layout-btn:hover:before {
  border-radius: 0;
  transform: translateY(0) scaleY(1);
  transition-delay: 0s;
}

.layout-btn:hover:after {
  border-radius: 0 0 50% 50%;
  transform: translateY(-100%) scaleY(0.5);
  transition-delay: 0s;
}

.layout-btn:hover > div > span:first-of-type {
  transform: translateY(0);
}

.layout-btn:hover > div > span:last-of-type {
  transform: translateY(-1.5rem);
}
.layout-btn.small {
  max-width: 10rem;
  height: 3.25rem;
  font-size: 0.875rem;
  box-shadow: none;
}

.layout-btn.layout-btn2 {
  border: 1px solid var(--border_colour);
  background: #fff;
}
.layout-btn.layout-btn2:hover {
  border: 1px solid var(--colour1);
  background: var(--colour1);
}
.layout-btn.layout-btn2:after {
  background: #fff;
}
.layout-btn.layout-btn2:before {
  background: var(--colour1);
}
.layout-btn.layout-btn2 > div > span:first-of-type {
  color: #fff;
}
.layout-btn.layout-btn2 > div > span:last-of-type {
  color: #333;
}

/*头部*/

#head {
  z-index: 1051;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  border-bottom: hidden;
  transform: translate(0%, 0%);
  background: #fff;
  box-shadow: 0 0 0.25rem var(--shadow);
  transition: all 0.6s;
}

/*头部标志*/
.head-conent {
  position: relative;
  display: flex;
  height: var(--head_height);
  transition: all 0.4s;
}

.navbar-brand {
  flex-shrink: 0;
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
  white-space: normal;
  padding: 0px;
  margin: 0px;
}

.navbar-brand img {
  width: auto;
  height: 55%;
}

.navbar-brand > div {
  padding-left: 1rem;
  border-top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  white-space: normal;
  font-family: "BdCn";
  font-size: 1.5rem;
  color: #fff;
}
.navbar-brand > div span {
  display: inline-block;
  margin-right: 0.25em;
}

/*头部按钮*/

.head-wap-btn {
  display: flex;
  justify-content: flex-end;
  height: 100%;
}

.head-wap-btn {
  display: flex;
  align-items: center;
}
.head-wap-btn .shop-box,
.head-wap-btn .shop-p {
  padding: 0 1.5rem;
  font-size: 1rem;
  line-height: 2.75rem;
  font-weight: bold;
  background: var(--small_text);
  border-radius: 2rem;
  transition: all 0.4s;
}
.head-wap-btn .shop-box:hover,
.head-wap-btn .shop-p:hover {
  background: var(--colour1);
}
.head-wap-btn .shop-box {
  position: relative;
}

.head-wap-btn .shop-p {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  white-space: nowrap;
}

.head-wap-btn .shop-box > span,
.head-wap-btn .shop-p > span {
  font-size: inherit;
  line-height: inherit;
  vertical-align: middle;
  color: #fff;
}
.head-wap-btn .shop-p .shop-list {
  display: inline-block;
  max-width: 0;
  white-space: nowrap;
  vertical-align: middle;
  overflow: hidden;
  transition: all 1s;
}
.head-wap-btn .shop-p:hover .shop-list {
  max-width: 10rem;
}
.head-wap-btn .shop-p .shop-list a {
  margin: 0 0.25rem;
}
.head-wap-btn .shop-p .shop-list a:first-of-type {
  margin-left: 0.5rem;
}
.head-wap-btn .shop-p .shop-list a .icon {
  color: #fff;
  font-size: 1.5rem;
  line-height: inherit;
  font-weight: normal;
}
.head-wap-btn .shop-p .shop-list a:hover .icon {
  opacity: 0.7;
}
.wap-menu-btn {
  width: var(--head_height);
  height: var(--head_height);
  color: var(--text);
  border-radius: 0;
  border: none;
  color: var(--text);
  border-left: 1px solid var(--border_colour) !important;
  transition: all 0.4s;
}
.wap-menu-btn:hover {
  color: #fff;
}

.wap-menu-btn span {
  width: 1.25rem;
  height: 0.125rem;
  background-color: var(--text);
  display: block;
  margin: 0.25rem auto;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.wap-menu-btn:hover {
  cursor: pointer;
}

.wap-menu-btn span:nth-child(1) {
  transform: translateY(0.375rem) rotate(45deg);
}

.wap-menu-btn span:nth-child(2) {
  opacity: 0;
}

.wap-menu-btn span:nth-child(3) {
  transform: translateY(-0.375rem) rotate(-45deg);
}

.wap-menu-btn.collapsed span {
  opacity: 1;
  transform: translateY(0) rotate(0);
}

/*头部导航*/
#head .navbar-collapse,
#head .navbar-nav,
#head .navbar-nav > li,
#head .navbar-nav > li > a {
  height: var(--head_height);
}
#head .navbar-collapse {
  flex-grow: 0;
}
#head .navbar-nav {
  gap: calc(2vw * 0.875);
}
#head .navbar-nav > li > a {
  display: inline-block;
  padding: 0 calc(1vw * 0.875);
  line-height: var(--head_height);
  font-weight: bold;
  color: var(--small_text);
  transition: all 0.4s;
}
#head .navbar-nav > li:hover > a,
#head .navbar-nav > li > a:hover {
  color: var(--title);
}
#head .navbar-nav > li > .dropdown-menu {
  margin: 0;
  border: none;
  border-radius: 0 0 0.25rem 0.25rem;
  box-shadow: 0 0 0.25rem var(--shadow);
}
#head .navbar-nav > li > .dropdown-menu > div > a {
  display: block;
  padding: 0 1.5rem;
  font-size: 0.875rem;
  line-height: 3em;
  color: var(--small_text);
  transition: all 0.4s;
}
#head .navbar-nav > li > .dropdown-menu > div > a:hover {
  color: var(--title);
  background: var(--grey_bg);
}
#head .navbar-nav > li.head-pNav .dropdown-menu {
  position: fixed;
  top: var(--head_height);
  left: 0;
  right: 0;
}
#head .navbar-nav > li.head-pNav .dropdown-menu .container {
  display: flex;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
#head .navbar-nav > li.head-pNav .dropdown-menu .pNav-tab {
  display: block !important;
  width: 12.5rem;
  border-right: 1px solid var(--border_colour);
}
#head .navbar-nav > li.head-pNav .dropdown-menu .pNav-tab li {
  width: 100%;
  margin-bottom: 2rem;
}
#head .navbar-nav > li.head-pNav .dropdown-menu .pNav-tab li a.nav-link {
  padding: 0 0 0 1rem;
  line-height: 1em;
  color: var(--text);
  border-left: 0.25rem solid rgba(255, 255, 255, 0);
}
#head .navbar-nav > li.head-pNav .dropdown-menu .pNav-tab li a.active,
#head .navbar-nav > li.head-pNav .dropdown-menu .pNav-tab li a.nav-link:hover {
  font-weight: bold;
  color: var(--title);
  border-left: 0.25rem solid var(--colour1);
}
#head .navbar-nav > li.head-pNav .dropdown-menu .pNav-tab li a.btn {
  display: inline-block;
  padding: 0 1.5em;
  font-size: 1rem;
  line-height: 2.5rem;
  font-weight: bold;
  color: #fff;
  border-radius: 2.25rem;
  background: var(--colour1);
}
#head .navbar-nav > li.head-pNav .dropdown-menu .tab-content {
  width: calc(100% - 12.5rem);
  padding-left: 3rem;
}
#head .navbar-nav > li.head-pNav .dropdown-menu .tab-content ul {
  display: flex;
  flex-wrap: wrap;

  gap: 1rem;
}
#head .navbar-nav > li.head-pNav .dropdown-menu .tab-content ul li {
  width: calc(25% - 0.75rem);
  text-align: center;
}

#head .navbar-nav > li.head-pNav .dropdown-menu .tab-content ul li a {
  position: relative;
  display: block;
  padding: 0.5rem 1.5rem 1.5rem;
  border-radius: 0.5rem;
  transition: all 0.4s;
}
#head .navbar-nav > li.head-pNav .dropdown-menu .tab-content ul li a:hover {
  background: var(--grey_bg);
}
#head .navbar-nav > li.head-pNav .dropdown-menu .tab-content ul li a img {
  mix-blend-mode: multiply;
}

#head .navbar-nav > li.head-pNav .dropdown-menu .tab-content ul li .tag {
  text-align: left;
  margin: 0.75rem 0;
  font-size: 1.125rem;
  color: var(--small_text);
}
#head
  .navbar-nav
  > li.head-pNav
  .dropdown-menu
  .tab-content
  ul
  li
  a:hover
  .tag {
  color: var(--colour1);
}
#head .navbar-nav > li.head-pNav .dropdown-menu .tab-content ul li .title {
  margin-top: 1rem;
  color: var(--text);
}
#head
  .navbar-nav
  > li.head-pNav
  .dropdown-menu
  .tab-content
  ul
  li
  a:hover
  .title {
  color: var(--colour1);
}
/*头部搜索*/

#search-modal .modal-dialog {
  margin: 0;
  width: 100vw;
  max-width: none;
}

#search-modal .modal-content {
  border-radius: 0;
  border: none;
}

#search-modal .modal-header {
  padding: 2vw;
}

#search-modal .modal-header form {
  display: flex;
  width: 100%;
}

#search-modal .modal-header input,
#search-modal .modal-header button {
  border: none;
  border-radius: 0;
  background: none;
}

#search-modal .modal-header input {
  font-size: 1.5rem;
  font-weight: 500;
}

#search-modal .modal-header button {
  cursor: pointer;
  padding: 0 1rem;
}

#search-modal .modal-header button span {
  color: #999;
  transition: all 0.4s;
}

#search-modal .modal-header button:hover span {
  color: var(--colour1);
}

#search-modal .modal-body {
  padding: 2vw;
}

#search-modal .modal-header button span {
  font-size: 1.5rem;
}

#search-modal .modal-body a {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 2em;
  color: var(--dark);
  transition: all 0.4s;
}

#search-modal .modal-body a:hover {
  color: var(--colour1);
}

/*手机菜单*/
#menu-modal {
  top: var(--head_height);
}
#menu-modal .modal-dialog {
  max-width: none;
  margin: 0;
}

#menu-modal.fade .modal-dialog {
  transform: none;
}
#menu-modal.show .modal-dialog {
  transform: none;
}

#menu-modal.fade .modal-content {
  border: none;
  border-radius: 0;
  height: 0;
  transition: all 0.4s;
  overflow: hidden;
}
#menu-modal.show .modal-content {
  height: 100vh;
  transition-delay: 0.1s;
}
#menu-modal .modal-header {
  position: relative;
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 0;
  height: var(--head_height);
  background: #fff;
  border-radius: 0 !important;
}
#menu-modal .modal-header .navbar-brand {
  display: flex;
  align-items: center;
  height: inherit;
}
#menu-modal .modal-header .navbar-brand img {
  height: 61.8%;
}
#menu-modal .modal-header .close {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: var(--head_height);
  height: var(--head_height);
  background: var(--grey_bg);
  opacity: 1;
  margin: 0;
}
#menu-modal .modal-header .close .icon {
  font-size: 1.5rem;
}

#menu-modal .modal-body {
  height: calc(100vh - var(--head_height));
  overflow-y: auto;
}
.menu-nav ul li {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid var(--border_colour);
}
.menu-nav ul li > a {
  flex-grow: 1;
  display: block;
  font-size: 1rem;
  line-height: 3.5em;
  font-weight: 600;
  color: var(--title);
}
.menu-nav ul li > a.menu-down {
  flex-grow: 0;
  width: 2.5em;
  font-size: 0.875rem;
  text-align: center;
}
.menu-nav ul li > a.menu-down .icon {
  display: inline-block;
  font-size: inherit;
  transform: rotate(-45deg);
  transition: all 0.4s;
}

.menu-nav ul li > a.menu-down:not(.collapsed) .icon {
  transform: rotate(0deg);
  opacity: 0.5;
}
.menu-nav ul li .subnav {
  width: 100%;
}
.menu-nav ul li .subnav > div {
  padding: 0 1rem 1.5rem;
}
.menu-nav ul li .subnav > div a {
  display: block;
  line-height: 2.5em;
  font-weight: 500;
  color: var(--text);
}
.menu-nav ul li .subnav > div.wap-p-nav {
  padding: 0;
}
.wap-p-nav ul {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-bottom: 1.5rem;
}
.wap-p-nav ul li {
  width: calc(50% - 0.5rem);
  max-width: 15rem;
  border-bottom: none;
}
.wap-p-nav ul li .img,
.wap-p-nav ul li .title {
  padding: 0.5rem 1rem;
  background: var(--grey_bg);
  border-radius: 0.25rem 0.25rem 0 0;
}
.wap-p-nav ul li .tag {
  font-size: 0.875rem;
  color: var(--small_text);
}
.wap-p-nav ul li .title {
  text-align: center;
}

/*head end*/

/*banner*/

.swiper-btn > div {
  cursor: pointer;
}
.banner {
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  overflow: hidden;
}

.banner .bigimg .swiper-slide {
  width: 100%;
  overflow: hidden;
}
.banner .bigimg .swiper-slide .picimg {
  width: 100%;
  height: 100vh;
  object-fit: cover;
}

.banner .bigimg .swiper-slide .slide-inner picture,
.banner .bigimg .swiper-slide .slide-inner img {
  width: 100%;
}
.banner .bigimg .swiper-slide .text {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-items: center;
  align-items: center;
  text-align: center;
}

.banner .bigimg .swiper-slide .text > div {
  width: 100%;
}
.banner .bigimg .swiper-slide .text .title {
  opacity: 0;
  margin-bottom: 0;
  text-shadow: 0 0 1rem var(--shadow);
}
.banner .bigimg .swiper-slide.swiper-slide-active .text .title {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

.banner .bigimg .swiper-slide .text .subtitle {
  opacity: 0;
  margin: 1rem 0 0;
  font-weight: 400;
  text-shadow: 0 0 1rem var(--shadow);
}
.banner .bigimg .swiper-slide.swiper-slide-active .text .subtitle {
  -webkit-animation-duration: 1.25s;
  animation-duration: 1.25s;
  -webkit-animation-delay: 0.75s;
  animation-delay: 0.75s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

.banner .bigimg .swiper-slide .text .layout-btn {
  opacity: 0;
  margin-top: 2.5rem;
  max-width: 10rem;
  height: 3.25em;
  font-size: 1rem;
  background: none;
  box-shadow: none;
}
.banner .bigimg .swiper-slide.swiper-slide-active .text .layout-btn {
  -webkit-animation-duration: 1.25s;
  animation-duration: 1.25s;
  -webkit-animation-delay: 0.85s;
  animation-delay: 0.85s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
.banner .bigimg .swiper-slide .text .layout-btn.layout-btn2:after {
  background: none;
}
.banner .bigimg .swiper-slide .text .layout-btn > div > span {
  font-size: 0.875rem;
}

.banner
  .bigimg
  .swiper-slide
  .text
  .layout-btn.layout-btn2
  > div
  > span:last-of-type {
  color: #fff;
}

.banner .bigimg .swiper-slide .pos {
  position: absolute;
  left: 0;
  top: 42%;
  transform: translateY(-50%);
  z-index: 2;
  width: 100%;
}
.banner .bigimg .swiper-slide .pos img {
  width: 350px;
}
.banner .bigimg .swiper-slide .video_ves {
  position: relative;
  width: 100%;
  height: 100%;
}
.banner .bigimg .swiper-slide .video_ves video {
  position: absolute;
  top: 0%;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner .bigimg .swiper-slide .bac {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.4;
}
.banner .swiper-pagination {
  left: 50%;
  bottom: 2rem;
  transform: translateX(-50%);
  width: auto;
  display: flex;
}
.banner .swiper-pagination span {
  position: relative;
  display: block;
  margin: 0 0.5rem !important;
  width: 3rem;
  height: 0.1875rem;
  background: initial;
  background: rgba(233, 242, 245, 0.7);
  border-radius: 0;
  opacity: 1;
}
.banner .swiper-pagination span:before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0px;
  left: 0%;
  width: 0%;
  height: 100%;
  background-color: #fff;
  transition: all 0s ease;
}

@-webkit-keyframes spanWidth {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}

@keyframes spanWidth {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}

.banner .swiper-pagination span.swiper-pagination-bullet-active:before {
  -webkit-animation-name: spanWidth;
  animation-name: spanWidth;
  -webkit-animation-duration: 6s;
  animation-duration: 6s;
}

.banner .pos_but {
  position: absolute;
  z-index: 3;
  left: 0;
  bottom: 0;
  width: 100%;
  font-size: 0;
}
.banner .pos_but .container {
  position: relative;
}
.banner .pos_but .swiper-button-next,
.banner .pos_but .swiper-button-prev {
  position: relative;
  left: auto;
  right: auto;
  display: inline-block;
  margin: 0;
  width: 5rem;
  height: 5rem;
  line-height: 5rem;
  color: var(--colour1);
  font-size: 1.5rem;
  font-weight: normal;
  text-align: center;
  background: #fff;
  opacity: 1 !important;
  transition: all 0.5s;
}
.banner .pos_but .swiper-button-prev {
  border-radius: 0.5rem 0 0 0;
  border-right: 1px solid var(--border_colour);
}
.banner .pos_but .swiper-button-next {
  border-radius: 0 0.5rem 0 0;
}
.banner .pos_but .swiper-button-prev:hover,
.banner .pos_but .swiper-button-next:hover {
  color: #fff;
  background: var(--colour1);
}
.banner .pos_but .swiper-button-disabled {
  color: #ccc !important;
  background: #fff !important;
}

/*公共*/
.nav-title {
  color: var(--title);
}
.hover-btn {
  display: inline-block;
  position: relative;
  padding: 0 2.25em;
  font-size: 0.875rem;
  line-height: 3.25em;
  color: #fff !important;
  border: 1px solid var(--colour1);
  border-radius: 1.725rem;
  overflow: hidden;
  transition: all 0.4s;
}

.hover-btn:hover {
  color: var(--colour1) !important;
}

.hover-btn span {
  position: relative;
  z-index: 3;
  color: inherit;
  vertical-align: middle;
}

.hover-btn:before {
  transition: all 0.6s;
  transform: scale(0);
  position: absolute;
  left: 0%;
  bottom: 0%;
  z-index: 2;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  background: #fff;
  content: "";
}

.hover-btn:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: var(--colour1);
  content: "";
}

.hover-btn:hover:before {
  transition: all 0.6s;
  transform: scale(13);
}

/*wow 图片遮罩*/
.wow-img {
  position: relative;
}
.wow-img:after {
  content: "";
  position: absolute;
  z-index: 10;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  transition: transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
  transform: scaleX(1);
  transform-origin: 100%;
}

.wow-img.animated:after {
  transform: scaleX(0);
  transform-origin: 0%;
}

/*wow递减延迟*/
.wowlist .wow:nth-of-type(2) {
  animation-delay: 0.3s;
}
.wowlist .wow:nth-of-type(3) {
  animation-delay: 0.5s;
}
.wowlist .wow:nth-of-type(4) {
  animation-delay: 0.6s;
}
.wowlist .wow:nth-of-type(5) {
  animation-delay: 0.7s;
}
.wowlist .wow:nth-of-type(6) {
  animation-delay: 0.8s;
}
.wowlist .wow:nth-of-type(7) {
  animation-delay: 0.9s;
}
.wowlist .wow:nth-of-type(8) {
  animation-delay: 1s;
}

/*首页系列*/
.index-p-hot {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}
.index-p-hot li {
  width: calc(25% - 1.5rem);
}
.index-p-hot li a {
  display: inline-block;
  padding: 1.5rem;
  border-radius: 1rem;
  border: 1px solid var(--grey_bg);
  background: var(--grey_bg);
  text-align: center;
  transition: all 0.4s;
}
.index-p-hot li a:hover {
  box-shadow: 0 0 1rem -0.25rem var(--shadow);
  border: 1px solid var(--colour1);
  background: #fff;
  transition: all 0.4s;
}
.index-p-hot li a img {
  margin-bottom: 1rem;
}
.index-p-hot li a:hover .title {
  color: var(--colour1);
}

/*首页产品列表*/
.index-p-list {
  margin-top: 2rem;
  overflow: visible;
}
.index-p-list .swiper-pagination {
  margin-top: 1rem;
  position: static;
}
.index-p-list a {
  display: block;
  padding: 1.5rem;
  border-radius: 1rem;
  color: var(--small_text);
  background: #fff;
  border: 1px solid #fff;
  transition: all 0.4s;
}
.index-p-list a:hover {
  border: 1px solid var(--colour1);
}
.index-p-list a .img {
  padding: 5%;
  margin-bottom: 1rem;
}
.index-p-list a .title {
  margin-bottom: 0;
  transition: all 0.4s;
}
.index-p-list a:hover .title {
  color: var(--colour1);
}
/*首页产品*/
.index-p {
  margin-top: 2rem;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.index-p .item {
  position: relative;
  width: calc(50% - 0.5rem);
  min-height: 25rem;
  max-height: 60vw;
  border-radius: 1rem;
  overflow: hidden;
}
.index-p .item .img,
.index-p .item img {
  width: 100%;
  height: 100%;
}
.index-p .item:first-of-type {
  width: 100%;
}
.index-p .item .info {
  position: absolute;
  top: 0%;
  left: 0;
  padding: 2rem;
  height: 100%;
  display: flex;
  align-items: center;
}
.index-p .item .info,
.index-p .item .info .title,
.index-p .item .info p {
  color: #fff;
}
.index-p .item .info span {
  display: inline-block;
  margin-top: 1rem;
  padding: 0 1.25em;
  font-size: 0.9375rem;
  line-height: 2.75em;
  color: #fff;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 2em;
  transition: all 0.4s;
}
.index-p .item .info span:hover {
  padding: 0 1.5em;
  background: var(--colour1);
}

.index-p-recommend li {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 4rem;
}
.index-p-recommend li .img {
  width: 65%;
}
.index-p-recommend li .img img {
  width: 100%;
}
.index-p-recommend li .info {
  width: 35%;
}
.index-p-recommend li .info .subtitle {
  font-size: 2.25rem;
  line-height: 1.25em;
  margin-bottom: 3rem;
  font-weight: 600;
}
.index-p-recommend li .info .img-small img {
  width: 61.8%;
}
.index-p-recommend li .info .layout-btn {
  margin-top: 3rem;
}

/*首页关于*/
.index-a-video {
  position: relative;
  display: block;
  width: 100%;
  height: calc(100vh - var(--head_height));
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.index-a-video .info {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.index-a-video .info .icon {
  display: inline-block;
  margin-bottom: 2rem;
  width: 4rem;
  height: 4rem;
  line-height: 4rem;
  font-size: 2rem;
  text-align: center;
  color: #fff;
  border: 0.125rem solid #fff;
  border-radius: 50%;
}
/*首页优势*/
.index-adv-box .h1 {
  margin-top: 1rem;
  margin-bottom: 2rem;
}
.index-adv {
  display: flex;
  flex-wrap: wrap;
}
.index-adv .info,
.index-adv .img,
.index-adv .img img {
  height: 45rem;
}
.index-adv .info {
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  width: 25rem;
  padding: 4rem 0 4rem 4rem;
  background: var(--grey_bg2);
}
.index-adv .info .line {
  width: 4rem;
  height: 0.375rem;
  margin: 3rem 0 1rem;
  background: var(--title);
}
.index-adv .info .title {
  margin-bottom: 1em;
}
.index-adv .adv-btn div {
  display: inline-block;
  margin-right: 1rem;
}
.index-adv .adv-btn div .icon {
  display: block;
  width: 3rem;
  height: 3rem;
  line-height: 2.75rem;
  font-size: 1.5rem;
  text-align: center;
  color: var(--small_text);
  border: 2px solid var(--border_colour);
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.4s;
}
.index-adv .adv-btn div:hover .icon {
  color: var(--colour1);
  border: 2px solid var(--colour1);
}
.index-adv .img {
  width: calc(100% - 25rem);
}
.index-adv .img img {
  width: 100%;
}
/*首页为什么*/
.index-way {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 3rem;
  margin: 4rem 0 2rem;
}
.index-way li {
  width: calc(25% - 4rem);
}
.index-way img {
  width: auto;
  height: 5rem;
  margin-bottom: 2rem;
}
/*首页经销商*/
.index-dealer {
  display: flex;
  flex-wrap: wrap;
}
.index-dealer > div {
  width: 50%;
}
.index-dealer .img img {
  width: 100%;
  min-height: 100%;
  max-height: calc(100vh - var(--head_height));
}
.index-dealer .info {
  padding: 8vw;
  display: flex;
  align-items: center;
}
.index-dealer .info .layout-btn.layout-btn2 {
  margin-top: 2rem;
}

/*首页合作伙伴*/
.index-logo {
  margin-top: 3rem;
  overflow: hidden;
  width: 100%;
}
.index-logo .swiper-wrapper {
  transition-timing-function: linear !important; /* 强制匀速动画 */
  display: flex; /* 横向排列Slide */
}
.index-logo .swiper-slide {
  flex-shrink: 0; /* 禁止Slide压缩 */
  text-align: center;
}
.index-logo .swiper-slide img {
  mix-blend-mode: multiply;
}
/*首页媒体*/
.index-media {
  margin-top: 3rem;
}
.index-media .swiper-slide {
  position: relative;
  background: var(--dark);
  border-radius: 0.75rem;
  overflow: hidden;
}
.index-media .swiper-pagination {
  position: static;
  margin-top: 1rem;
}
.index-media .swiper-slide .img {
  padding-bottom: 112.5%;
  transition: all 0.4s;
}
.index-media .swiper-slide:hover .img {
  opacity: 0.6;
}
.index-media .swiper-slide .img img {
  width: 100%;
  height: 100%;
}
.index-media .swiper-slide img.icon {
  position: absolute;
  left: 50%;
  top: 45%;
  z-index: 2;
  width: 4rem;
  transform: translate(-50%, -50%);
}
.index-media .swiper-slide .info {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 4rem 1.5rem 1.5rem;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.8) 100%
  );
}
.index-media .swiper-slide .info .title {
  font-size: 1rem;
  line-height: 1.375em;
  margin-bottom: 0.75rem;
}
.index-media .swiper-slide .info span {
  display: inline-block;
  font-size: 0.875rem;
  line-height: 1.25em;
}
/*首页新闻*/

.index-news .swiper-button-next,
.index-news .swiper-button-prev {
  z-index: 999;
  background: #000;
}
.index-news .swiper-slide {
  position: relative;
  border-radius: 1rem;
  overflow: hidden;
}
.index-news .swiper-pagination {
  position: static;
  margin-top: 1rem;
}
.index-news .img {
  display: block;
  padding-bottom: 55%;
}
.index-news .img img {
  width: 100%;
  height: 100%;
}
.index-news .info {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  width: 80%;
  display: flex;
  align-items: center;
  padding: 1.5rem 2rem;
}
.index-news .info .title,
.index-news .info p {
  color: #fff;
}
.index-news .info p {
  font-size: 0.875rem;
}
.index-news .info a {
  margin-top: 1rem;
}
/*首页博客*/
.index-blog .swiper-slide {
  height: auto;
  background: var(--grey_bg2);
}
.index-blog .info {
  padding: 2.25rem;
}
.index-blog .info p {
  margin-top: 1rem;
}
.index-blog .swiper-pagination {
  margin-top: 1.5rem;
  position: static;
}
/*手机订阅*/
.subscribe {
  display: flex;
  flex-wrap: wrap;
  border-radius: 1rem;
  overflow: hidden;
}
.subscribe .info {
  width: 55%;
  padding: 4rem 5rem 4rem 3rem;
}
.subscribe .info form {
  margin-top: 1.5rem;
  display: flex;
  border-radius: 0.5rem;
  overflow: hidden;
}
.subscribe .info form input {
  border-radius: 0.5rem 0 0 0.5rem;
}
.subscribe .info form button {
  display: block;
  padding: 0 1.5em;
  flex-shrink: 0;
  background: var(--dark);
  font-size: 0.9375rem;
  border: nonr;
  color: #fff;
}
.subscribe .info .label {
  margin-top: 1rem;
  padding-left: 1.5rem;
  font-size: 0.875rem;
}
.subscribe .img {
  width: 45%;
}
.subscribe .img img {
  width: 100%;
  min-height: 100%;
}

/*手机端页面粘性按钮*/
.page-sticky,
body.top .page-sticky {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  z-index: 1000;
  bottom: 8vh;
  right: 4vw;
}
.page-sticky a {
  display: block;
  width: 2.5rem;
  height: 2.5rem;
  margin: 0 0 0.75rem;
  line-height: 2.5rem;
  font-size: 1.375rem;
  color: var(--title);
  text-align: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0 0 0.5rem -0.25 var(--shadow);
}
.page-sticky a:last-of-type {
  margin-bottom: 0;
}
.page-sticky a .icon {
  color: inherit;
  font-size: inherit;
}
/*页脚*/
#foot {
  background: var(--grey_bg);
}
#foot .container {
  display: flex;
  justify-content: space-between;
}
#foot .container .left {
  width: 15rem;
}
#foot .container .left img {
  width: 12rem;
  mix-blend-mode: multiply;
}
#foot .container .right {
  width: calc(100% - 18rem);
}
#foot .foot-nav {
  display: flex;
  gap: 2rem;
  justify-content: space-between;
}
#foot .foot-nav a {
  display: block;
  font-size: 1.25rem;
  line-height: 2.25em;
  color: var(--title);
}
#foot .foot-nav li > a {
  font-weight: bold;
  color: var(--title);
}
#foot .foot-nav a:hover {
  color: var(--colour1);
}
#foot .foot-nav li .btn {
  display: inline-block;
  padding: 0 1.5em;
  margin-top: 1.5rem;
  font-size: 1.125rem;
  color: #fff;
  background: var(--small_text);
  border-radius: 2rem;
}
#foot .foot-nav li .btn:hover {
  background: var(--colour1);
}
#foot .foot-nav button {
  display: none;
  width: 100%;
  padding: 0;
  border: none;
  background: none;
  text-align: left;
}
#foot .foot-code {
  width: 8rem;
  text-align: center;
}
.foot-bottom {
  display: flex;
  justify-content: space-between;
}
.foot-text p {
  margin-bottom: 0.5rem;
}
.foot-media {
  flex-shrink: 0;
  white-space: nowrap;
}
.foot-media > div {
  display: inline-block;
  margin-left: 1rem;
}
.foot-media .icon {
  font-size: 1.5rem;
  color: var(--title);
}
.foot-media > div:hover .icon {
  color: var(--colour1);
}
.foot-media .dropdown-menu {
  min-width: 9rem;
  left: 50%;
  padding: 0;
  margin-bottom: 0.5rem;
  border: none;
  box-shadow: 0 0 0.25rem var(--shadow);
  transform: translate(-50%, 0%);
}
.foot-media .dropdown-menu img {
  width: 100%;
}
/*内页公共*/

.inside-banner {
  position: relative;
  width: var(--shadow);
}
.inside-banner:before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0px;
  left: 0%;
  width: 100%;
  height: 100%;
  background-color: rgb(0, 0, 0, 0.3);
}

.inside-banner picture,
.inside-banner img {
  min-height: 25rem;
}

.inside-banner .info {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  color: #fff;
}
.inside-banner .info .container {
  transform: translate(0%, -25%);
}
.inside-banner .info .title-en {
  line-height: 1em;
  text-transform: Uppercase;
  opacity: 0.2;
}
.inside-banner .info .title {
  margin-top: -0.75em;
  line-height: 1.25em;
  color: #fff;
}
.inside-banner.no-shadow:before {
  color: var(--title);
  background-color: rgb(0, 0, 0, 0);
}
.inside-banner.no-shadow .info,
.inside-banner.no-shadow .info .title {
  color: var(--title);
}
.inside-subnav {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  margin-top: 2rem;
}
.inside-subnav a {
  display: block;
  position: relative;
  font-size: 1.25rem;
  line-height: 2em;
  color: #fff;
  transition: all 0.4s;
}
.inside-subnav a:not(.active):hover {
  opacity: 0.7;
}
.inside-subnav a.active:before {
  content: "";
  position: absolute;
  z-index: 1;
  top: calc(100% + 0.25rem);
  left: 0%;
  width: 100%;
  height: 0.1875rem;
  background-color: var(--colour1);
}

/*关于*/
.about ul {
  display: flex;
  flex-wrap: wrap;

  gap: 6rem;
}
.about ul li {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.about .info {
  width: 44%;
}
.about .info p {
  font-size: 1.25em;
}
.about .img {
  width: 44%;
}
.inside-title {
  position: relative;
}
.inside-title .title-en {
  margin: 0;
  line-height: 1em;
  color: #000;
  opacity: 0.05;
}
.inside-title .title {
  margin-bottom: 0;
  margin-top: -0.5em;
}

/*历程*/

.history-time .swiper-slide div {
  font-size: 2rem;
  line-height: 2em;
  text-align: center;
  font-weight: bold;
  color: var(--title);
  border-radius: 1.5em;
  cursor: pointer;
  transition: all 0.4s;
}
.history-time .swiper-slide.swiper-slide-active div {
  color: #fff;
  background: var(--colour1);
}

.history-time-next,
.history-time-prev {
  width: 2.5rem;
  height: 3.5rem;
  line-height: 3.5rem;
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
  color: var(--dark);
  border-radius: 0.5rem;
  cursor: pointer;
  transition: all 0.4s;
}

.history-time-next:hover,
.history-time-prev:hover {
  color: #fff;
  background: var(--colour1);
}
.history-time-next.swiper-button-disabled,
.history-time-prev.swiper-button-disabled {
  color: var(--small_text);
  background: none;
}

.history-time-next {
  right: auto;
  left: 100%;
}
.history-time-prev {
  left: auto;
  right: 100%;
}
.history-time-next span.icon,
.history-time-prev span.icon {
  font-size: inherit;
  line-height: inherit;
  color: inherit;
}

.history {
  margin-top: 3rem;
}
.history .swiper-pagination {
  position: static;
  text-align: right;
}
.history .swiper-slide {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.history .img {
  width: 40%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition: all 0.4s;
}
.history .img img {
  opacity: 0;
}
.history .info {
  width: 50%;
}
.history .info p {
  position: relative;
  font-size: 1.25rem;
  color: var(--small_text);
  cursor: pointer;
  transition: all 0.4s;
}
.history .info p.active:after {
  content: "·";
  font-size: 3.5rem;
  color: #000;
  position: absolute;
  left: -20px;
  top: 50%;
  transform: translateY(-50%);
}
.history .info p.active {
  color: var(--text);
}
/*文化*/
.culture .info {
  padding-top: 6rem;
}
/*可持续发展*/
.esg-bg {
  position: relative;
  height: calc(100vh - var(--head_height));
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.esg-bg img {
  width: 100%;
  height: 100%;
}
.esg-bg .info {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.esg-bg .info > div {
  width: 100%;
}
.esg-bg .info,
.esg-bg .info .title,
.esg-bg .info p {
  color: #fff;
}
.esg-bg .info p {
  font-size: 1.25rem;
}
/*社会责任*/
.responsibility li {
  position: relative;
}
.responsibility li .bg {
  width: 100%;
  height: calc(100vh - var(--head_height));
  background-position: center;
  background-size: cover;
}
.responsibility li .info {
  position: absolute;
  top: 40%;
  z-index: 2;
  width: 30rem;
  padding: 3rem;
  background: rgba(255, 255, 255, 0.9);
  transform: translate(0%, -50%);
}
.responsibility li:nth-of-type(Odd) .info {
  right: 10%;
}
.responsibility li:nth-of-type(even) .info {
  left: 10%;
}
/*文本单页*/
.info-box {
  padding: 3.5vw 5vw;
  background: #fff;
  line-height: 1.5rem;
}
.info-box .h4,
.info-box .h5,
.info-box .h6 {
  line-height: 1.75em;
}

/**/
.inside-head {
  padding: 4rem 0;
}
/*产品*/
.dark-bg {
  background: #000;
}
.dark-bg p {
  color: #fff;
}
.product-video-btn {
  display: block;
  position: relative;
  overflow: hidden;
}
.product-video-btn .info {
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  bottom: 8%;
  text-align: center;
}
.product-video-btn .info div {
  display: inline-block;
  padding: 0 0.5em;
  font-size: 1.125rem;
  color: #fff;
  padding-bottom: 0.5rem;
  border-bottom: 0.125rem solid #fff;
}

.text-gradient {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(100deg, #af8056 0, #f1d6b6 100%);
  background-position-x: 100%;
  background-clip: text;
  -webkit-background-clip: text;
  background-size: 100% auto;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}

/*产品优势*/
.product-adv {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  mix-blend-mode: multiply;
}
.product-adv-img {
  position: relative;
}
.product-adv-img img {
  max-width: 70vw;
  max-height: 70vh;
}
.product-adv-content .tab-pane {
  text-align: center;
}
.product-adv-point .item {
  position: absolute;
  z-index: 2;
  transform: translate(-50%, -50%);
  transition: all 0.4s;
}
.product-adv-point .item.active {
  transform: translate(-50%, -50%);
}
.product-adv-point .item .point {
  position: relative;
  z-index: 3;
  transform: rotate(-45deg);
  transition: all 0.4s;
}
.product-adv-point .item.active .point {
  transform: rotate(0deg);
}
.product-adv-point .item .point .icon {
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
  font-size: 0.875rem;
  text-align: center;
  color: var(--text);
  border-radius: 50%;
  background: #fff;
  border: 1px solid var(--border_colour);
}
.product-adv-point .item.active .point .icon {
  display: block;
  border: 1px solid var(--text);
}
.product-adv-point .item:before {
  content: "";
  position: absolute;
  z-index: 2;
  display: block;
  width: 0;
  height: 1px;
  background: var(--dark);
  transition: all 0.4s;
}
.product-adv-point .item:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 0.75rem;
  width: 1px;
  height: 0%;
  background: var(--dark);
  transition: all 0.4s;
}

.product-adv-point .item .info {
  position: absolute;
  z-index: 2;
  top: 0;
  width: 23.75rem;
  padding: 2rem 0;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
}
.product-adv-point .item.active .info {
  opacity: 1;
  visibility: visible;
  transition-delay: 0.4s;
}
.product-adv-point .item .info .title {
  margin-bottom: 1.25rem;
}
.product-adv-point .item .info p {
  font-size: 1.125rem;
  line-height: 1.75em;
  margin-bottom: 0;
}
.product-adv-point .item .info p:last-of-type {
  margin-bottom: 1.25rem;
}
.product-adv-point .item.left:before {
  right: 1.5rem;
  top: 0.75rem;
}
.product-adv-point .item.active.left:before {
  width: 25rem;
}
.product-adv-point .item.active.left.top:before,
.product-adv-point .item.active.left.bottom:before {
  width: 20rem;
}
.product-adv-point .item.active.right:before {
  width: 28rem;
}
.product-adv-point .item.active.right.top:before,
.product-adv-point .item.active.right.bottom:before {
  width: 20rem;
}
.product-adv-point .item.active.left.top:after,
.product-adv-point .item.active.left.bottom:after,
.product-adv-point .item.active.right.top:after,
.product-adv-point .item.active.right.bottom:after {
  height: 4rem;
}

.product-adv-point .item.left .info {
  left: -25rem;
}
.product-adv-point .item.left.top .info,
.product-adv-point .item.left.bottom .info {
  left: -19rem;
}
.product-adv-point .item.left.top:before {
  right: 0.75rem;
  top: -2.5rem;
}
.product-adv-point .item.active.left.top:before,
.product-adv-point .item.active.right.top:before {
  transition-delay: 0.4s;
}
.product-adv-point .item.left.top:after {
  bottom: 0;
  transition-delay: 0.4s;
}
.product-adv-point .item.active.left.top:after {
  height: 4rem;
  transition-delay: 0s;
}
.product-adv-point .item.left.top .info,
.product-adv-point .item.right.top .info {
  top: auto;
  bottom: 2rem;
}
.product-adv-point .item.active.left.top .info {
  transition-delay: 0.4s;
}
.product-adv-point .item.left.bottom:before {
  right: 0.75rem;
  top: auto;
  bottom: -2.5rem;
  transition-delay: 0s;
}
.product-adv-point .item.active.left.bottom:before,
.product-adv-point .item.active.right.bottom:before {
  transition-delay: 0.4s;
}
.product-adv-point .item.left.bottom:after,
.product-adv-point .item.right.bottom:after {
  top: 0;
  bottom: auto;
  transition-delay: 0.4s;
}
.product-adv-point .item.active.left.bottom:after,
.product-adv-point .item.active.right.bottom:after {
  transition-delay: 0s;
}
.product-adv-point .item.left.bottom .info,
.product-adv-point .item.right.bottom .info {
  top: 3.5rem;
}
.product-adv-point .item.right:before {
  left: 1.5rem;
  top: 0.75rem;
}
.product-adv-point .item.right.top:before {
  left: 0.75rem;
  top: -2.5rem;
  transition-delay: 0s;
}
.product-adv-point .item.right.top:after {
  bottom: 0;
}
.product-adv-point .item.right.bottom:before {
  left: 0.75rem;
  top: auto;
  bottom: -2.5rem;
  transition-delay: 0s;
}

.product-adv-point .item.right .info {
  left: 10rem;
}
.product-adv-point .item.right.top .info,
.product-adv-point .item.right.bottom .info {
  left: 2rem;
}

/*颜色*/
.product-adv-colour {
  width: 100%;
  justify-content: center;
  border: none;
}
.product-adv-colour .nav-link {
  padding: 0 1.25rem 1.5rem;
  background: none !important;
  border: none !important;
}
.product-adv-colour .colour {
  position: relative;
  width: 1.875rem;
  height: 1.875rem;
  margin: 0 auto 1rem;
  border-radius: 50%;
}
.product-adv-colour .colour:before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 32%;
  left: 55%;
  width: 1rem;
  height: 0.5rem;
  border-left: 0.125rem solid #fff;
  border-bottom: 0.125rem solid #fff;
  transform: rotate(-30deg) translate(-50%, -50%);
  opacity: 0;
  transition: all 0.4s;
}
.product-adv-colour .active .colour:before {
  opacity: 1;
}
.product-adv-colour span {
  color: var(--small_text) !important;
}
.product-adv-colour .active span {
  color: var(--title) !important;
}
.product-adv-point-info {
  display: none;
  margin-bottom: 1rem;
}
.product-adv-point-info .item {
  display: none;
  text-align: center;
}
.product-adv-point-info .item.active {
  display: block;
}
.product-adv-point-info .item p {
  margin: 0;
  line-height: 1.75em;
}
/*产品参数详情*/
.product-d {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.product-d .list {
  width: calc(50% - 3rem);
}
.product-d .list li {
  padding: 1.125rem 0;
  display: flex;
  gap: 1rem;
  font-size: 1.25rem;
  color: var(--small_text);
}
.product-d .list li :first-of-type {
  flex-shrink: 0;
  width: 8rem;
  font-weight: bold;
  color: var(--title);
}
.product-d .other {
  display: flex;
  justify-content: space-between;
  align-content: flex-start;
  width: 50%;
}
.product-d .other div {
  width: 48%;
}
.product-d .other div a {
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden;
}
.product-d .other a .img {
  width: 100%;
  padding-bottom: 110%;
}
.product-d .other a img {
  width: 100%;
  height: 100%;
}
.product-d .other a .info {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  color: #fff;
  background: rgba(0, 0, 0, 0.3);
}
.product-d .other a .info .icon {
  display: inline-block;
  margin-bottom: 0.5rem;
  width: 3rem;
  height: 3rem;
  line-height: 2.75rem;
  font-size: 1.5rem;
  text-align: center;
  border-radius: 50%;
  border: 0.125rem solid var(--border_colour);
}
.product-d .other a .info > div {
  width: 100%;
  text-align: center;
}
.product-d a.text-link {
  margin-top: 1rem;
  color: var(--small_text);
  text-decoration: underline;
  text-underline-offset: 0.25rem;
}
.product-d a.text-link:hover {
  color: var(--colour1);
}
/*产品对比*/
.contrast-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem 5vw;
  margin-bottom: 4rem;
  border-bottom: 1px solid var(--border_colour);
}
.contrast-nav a {
  margin-bottom: -1px;
  display: inline-block;
  font-size: 2rem;
  color: var(--title);
  line-height: 1em;
  padding-bottom: 1em;
  border-bottom: 0.1875rem solid transparent;
}
.contrast-nav a.active {
  color: var(--colour1);
  border-bottom: 0.1875rem solid var(--colour1);
}

.contrast .head {
  position: sticky;
  z-index: 3;
  top: var(--head_height);
  display: flex;
  justify-content: space-between;
  gap: 0 1.5rem;
  overflow: hidden;
}
.contrast .head > div,
.contrast .body .item > div {
  width: 28%;
  text-align: center;
}
.contrast .head > div:first-of-type,
.contrast .body .item > div:first-of-type {
  width: 16%;
}
.contrast .head select {
  margin: auto;
  width: 80%;
  border-radius: 0.5rem;
  line-height: 3em;
  height: 3em;
  color: var(--text);
  background-color: #fff;
}

.contrast .body {
  min-height: 100vh;
  overflow: hidden;
}
.contrast .body .item {
  display: flex;
  justify-content: space-between;
  gap: 0 1.5rem;
}

.contrast .body .item .product-show {
  margin: 1rem 0;
}
.contrast .body .img {
  width: 80%;
  padding-bottom: 80%;
  margin: auto;
}
.contrast .body .colour div {
  position: relative;
  display: inline-block;
  margin: 0 0.5rem;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
}
.contrast .body .colour div:before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 30%;
  left: 55%;
  width: 0.875rem;
  height: 0.375rem;
  border-left: 0.125rem solid #fff;
  border-bottom: 0.125rem solid #fff;
  transform: rotate(-30deg) translate(-50%, -50%);
  opacity: 0;
  transition: all 0.4s;
}
.contrast .body .colour a.active div:before {
  opacity: 1;
}
.contrast .body .layout-btn {
  margin-top: 1.5rem;
}
.contrast .body .item.item-data {
  align-items: center;

  padding: 5rem 0 2.5rem;
  font-size: 1.5rem;
  border-bottom: 1px solid var(--border_colour);
}
.contrast .body .item.item-data > div:first-of-type {
  font-weight: bold;
  text-align: left;
}
.contrast-tips {
  margin-top: 4rem;
  padding: 3rem;
  border-radius: 1rem;
}
.contrast-tips p {
  margin-bottom: 0.5rem;
  font-size: 0.875rem;
  color: var(--small_text);
}

/*产品定制*/
/*产品1 板块1*/
.border-img,
.border-img picture,
.border-img img {
  border-radius: 1rem;
}
.product1-1 {
  margin-top: 3rem;
  display: flex;
  justify-content: space-between;
}
.product-tab-nav {
  align-content: flex-start;
  width: 40%;
  border: none;
}
.product-tab-nav .nav-item {
  width: 100%;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}
.product-tab-nav .nav-item:first-of-type {
  width: 100%;
  border-top: none !important;
}
.product-tab-nav .nav-item a.nav-link {
  display: block;
  padding: 0;
  border: none;
  background: none;
}
.product-tab-nav .nav-item a.nav-link .title {
  margin: 2rem 0;
  font-size: 2.25rem;
  line-height: 1.25em;
  font-weight: bold;
  transition: all 0.4s;
}
.product-tab-nav .nav-item a.nav-link.active .title {
  margin: 3rem 0;
  font-size: 3.125rem;
}
.product-tab-nav .nav-item a.nav-link .summary {
  max-height: 0;
  margin: 0;
  font-size: 1.125rem;
  transition: all 0.6s;
  overflow: hidden;
}
.product-tab-nav .nav-item a.nav-link.active .summary {
  max-height: 7.5em;
  margin: 0 0 1.5rem;
}
.product-tab-img {
  width: 50%;
}
.product1-1-wap {
  margin-top: 2rem;
  display: none;
  color: #fff;
  text-align: center;
}
.product1-1-wap .item {
  margin-top: 2rem;
}
.product1-1-wap .title {
  margin-top: 1.5rem;
  font-size: 1.5rem;
  font-weight: bold;
  color: #fff;
}
.product1-1-wap .summary {
  padding-top: 2rem;
  padding-bottom: 1rem;
  font-size: 1rem;
}
.product-tab-nav.product-tab-nav1 .nav-item {
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}
@media screen and (max-width: 1599.98px) {
  .product-tab-nav .nav-item a.nav-link .title {
    font-size: 1.875rem;
  }
  .product-tab-nav .nav-item a.nav-link.active .title {
    margin: 3rem 0;
    font-size: 2.5rem;
  }
  .product-tab-nav .nav-item a.nav-link .summary {
    font-size: 1rem;
  }
}

@media screen and (max-width: 991.98px) {
  .product1-1 {
    display: none;
  }
  .product1-1-wap {
    display: block;
  }
}
/*产品1 板块2*/
.product1-2 {
  margin-top: 4rem;
  overflow: hidden;
}
/*产品1 板块3*/
.product1-3 {
  height: 250vh;
}
.product1-3 .sticky {
  position: sticky;
  top: var(--head_height);
  width: 100%;
  height: calc(100vh - var(--head_height));
  overflow: hidden;
}
.product1-3 .sticky img {
  width: 100%;
  height: 100%;
}
.product1-3 .sticky .info {
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  background: rgba(0, 0, 0, 0.8);
}
.product1-3 .sticky .info div {
  padding-bottom: 8vh;
}

/*产品1 板块4*/
.product1-4 {
  position: relative;
}
.product1-4 .content {
  position: absolute;
  z-index: 3;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.product1-4 .img {
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 0;
  width: 70%;
}
.product1-4 .img img {
  width: 100%;
}
.product1-4 .content .container {
  position: relative;
  display: flex;
  align-items: flex-end;
  height: 100%;
}
.product1-4 .content .container .info {
  position: absolute;
  z-index: 3;
  left: 0;
  bottom: 5rem;
}
.product1-4 .content .container .info p {
  font-size: 1.25rem;
}
@media screen and (max-width: 991.98px) {
  .product1-4 .bg {
    height: 130vw;
    object-fit: cover; /* 填充容器并裁剪 */
    object-position: -90vw 0; /* 从右上角开始显示 */
  }
  .product1-4 .img {
    position: static;
    width: 100%;
    margin-top: -110vw;
    display: flex;
    justify-content: center;
  }
  .product1-4 .img img {
    position: static;
    margin-left: -20%;
    width: 170%;
    max-width: 170%;
  }
  .product1-4 .content,
  .product1-4 .content .container .info {
    position: sticky;
    position: static;
  }
  .product1-4 .content .container .info {
    padding: 2rem 8% 3rem;
  }
  .product1-4 .content .container .info p {
    font-size: 1rem;
  }
}
/*产品1 板块6*/
.product1-6 .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 8rem 5rem;
}
.product1-6 .container .content {
  width: calc(50% - 2.5rem);
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  gap: 2rem 0;
}
.product1-6 .container .content .title {
  margin-bottom: 0;
  line-height: 1em;
}
.product1-6 .container .content .img {
  overflow: hidden;
}
.product1-6 .container .content2 .img {
  overflow: hidden;
}
.product1-6 .container .content2 .info {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  text-align: right;
}
.product1-6 .container .content p,
.product1-6 .container .content2 p {
  font-size: 1.25rem;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 991.98px) {
  .product1-6 .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 3rem 3rem;
  }
  .product1-6 .container .content {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    gap: 2rem 0;
  }
  .product1-6 .container .content .img {
    order: 0;
  }
  .product1-6 .container .content .info {
    order: 1;
  }
  .product1-6 .container .content p,
  .product1-6 .container .content2 p {
    font-size: 1rem;
    margin-bottom: 0.5rem;
  }
  .product1-6 .container .content2 .info {
    text-align: left;
  }
}

/*产品1 板块7*/
.product1-7 {
  position: relative;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.product1-7 .content {
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: 10vh;
  width: 100%;
  display: flex;
  justify-content: center;
}
.product1-7 .data-list {
  margin-top: 4rem;
  display: flex;
  justify-content: space-between;
}
.product1-7 .data-list .txt {
  margin-bottom: 2rem;
  font-size: 1.375rem;
}
.product1-7 .data-list .num {
  font-size: 1.375rem;
}
.product1-7 .data-list .data {
  display: inline-block;
  vertical-align: bottom;
  font-size: 3rem;
  height: 0.75em;
  line-height: 0.75em;
  margin-right: 0.25rem;
}
@media screen and (max-width: 991.98px) {
  .product1-7 .content {
    position: static;
    z-index: 4;
  }
  .product1-7 .data-list {
    margin-top: 2rem;
  }
  .product1-7 .data-list .txt,
  .product1-7 .data-list .num {
    font-size: 1rem;
  }
  .product1-7 .data-list .txt {
    margin-bottom: 1rem;
  }
  .product1-7 .data-list .data {
    font-size: 2rem;
  }
  form input,
  form select {
    line-height: 3em;
    height: 3em;
    font-size: 0.9375rem;
  }
  .input-box label {
    top: 1rem;
    font-size: 0.9375rem;
  }
}
@media screen and (max-width: 767.98px) {
  .product1-7 .content {
    position: static;
    z-index: 4;
  }
  .product1-7 .data-list {
    flex-wrap: wrap;
    gap: 2rem 0;
    margin-top: 2rem;
  }
  .product1-7 .data-list .item {
    width: 48%;
  }
  .product1-7 .bg {
    max-width: 150%;
  }
}

/*产品1 板块8*/
.product1-8 .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.product1-8-list {
  display: none;
  margin: auto;
  width: 86vw;
  overflow: inherit;
}
.product1-8-list .img {
  margin-bottom: 4rem;
  overflow: hidden;
}
.product1-8-list .img img {
  width: 100%;
  height: 100%;
}
.product1-8-list .swiper-pagination {
  top: calc(86vw + 1rem);
  bottom: auto;
}
.product1-8-list .swiper-pagination-bullet {
  width: 0.75rem;
  height: 0.75rem;
}
.product1-8-list .swiper-pagination-bullet-active {
  background: #ce995a;
}
@media screen and (max-width: 991.98px) {
  .product1-8 .product-tab-img,
  .product1-8 .product-tab-nav {
    display: none;
  }
  .product1-8-list {
    display: block;
  }
}

/*产品2 板块2*/
@media (min-width: 992px) {
  .product2-2 p {
    font-size: 1.125rem;
  }
}

/*产品2 板块3*/
.product2-3 img,
.product2-3 picture {
  width: 100%;
}
@media (min-width: 992px) {
  .product2-3 p {
    font-size: 1.125rem;
  }
} /*产品2 板块4*/
.product2-4 li {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin: 4rem 0;
}
.product2-4 li .img {
  width: 50%;
}
.product2-4 li .info {
  width: 40%;
}
.product2-4 li .info p {
  font-size: 1.125rem;
}
@media (min-width: 992px) {
  .product2-4 li > div:nth-of-type(Odd) {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
  }
  .product2-4 li > div:nth-of-type(even) {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
  }
  .product2-4 li:nth-of-type(Odd) .img,
  .product2-4 li:nth-of-type(even) .info {
    order: 0;
  }
  .product2-4 li:nth-of-type(even) .img,
  .product2-4 li:nth-of-type(Odd) .info {
    order: 1;
  }
}
@media screen and (max-width: 991.98px) {
  .product2-4 li .img,
  .product2-4 li .info {
    width: 100%;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
  }
  .product2-4 li .img {
    order: 0;
  }
  .product2-4 li .info {
    margin-top: 2rem;
    order: 1;
  }
}
/*产品3*/
/*产品3 半屏图文*/
.product-info1 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 6rem;
}
.product-info1 li {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  width: calc(50% - 3rem);
}
.product-info1 li .info {
  width: 100%;
}
.product-info1 li .img {
  width: 100%;
}
.product-info1 li .img img {
  width: 100%;
}
@media (min-width: 992px) {
  .product-info1 li:nth-of-type(Odd) {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
  }
  .product-info1 li:nth-of-type(even) {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
  }
  .product-info1 li:nth-of-type(Odd) .img,
  .product-info1 li:nth-of-type(even) .info {
    order: 0;
  }
  .product-info1 li:nth-of-type(even) .img,
  .product-info1 li:nth-of-type(Odd) .info {
    order: 1;
  }
  .product-info1 li .info .title {
    margin-bottom: 1.5rem;
  }
  .product-info1 li .info,
  .product-info1 li .info p {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 991.98px) {
  .product-info1 li {
    width: 100%;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
  }
  .product-info1 li .img {
    order: 0;
  }
  .product-info1 li .info {
    margin-top: 2rem;
    order: 1;
  }
}
/*产品4*/
.product4-1 {
  position: relative;
}
.product4-1 .bg,
.product4-1 .bg picture,
.product4-1 .bg img {
  width: 100%;
}
.product4-1 .info {
  position: absolute;
  top: 0;
  z-index: 2;
  padding: 10vh 0;
  display: flex;
  width: 100%;
  height: 100%;
}
.product4-1 .info.top {
  align-items: flex-start;
}
.product4-1 .info.center {
  align-items: center;
}
.product4-1 .info.bottom {
  align-items: flex-end;
}
.product4-1 .container {
  max-width: 100%;
  width: 100%;
  padding-left: 6%;
  padding-right: 6%;
}
.product4-1 .info .h2 {
  margin-bottom: 2rem;
}
.product4-1 .info p {
  color: #fff;
}
@media screen and (max-width: 991.98px) {
  .product4-1 .info .h2 {
    margin-bottom: 1rem;
  }
}
/*分享*/
.share {
  margin-top: 1.5rem;
}
.share a {
  margin-right: 0.375rem;
}
.share a .icon {
  font-size: 1.25rem;
  color: var(--title);
  transition: all 0.4s;
}
.share a:hover .icon {
  color: var(--colour1);
}

/*支持*/
.solution-item {
  padding-bottom: 1.75rem;
}

.solution-item .img-center {
  padding-bottom: 55%;
  overflow: hidden;
}
.solution-item .img-center img {
  width: 100%;
  height: 100%;
}
.solution-item .info {
  padding: calc(3vw * 0.7);
  transition: all 0.4s;
}
.solution-item a:hover .info {
  background: var(--grey_bg);
}
.solution-item .info .title {
  transition: all 0.4s;
}
.solution-item a:hover .info .title {
  color: var(--colour1);
}
.solution-item .info p {
  font-size: 0.875rem;
  color: var(--small_text);
  transition: all 0.4s;
}
.solution-item a:hover .info p {
  color: var(--text);
}
/*服务*/

.service-list {
  padding: 0 1rem;
}
.service-list li {
  margin-top: 1rem;
  margin-bottom: 6rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-around;
}
.service-list li:last-of-type {
  margin: 0;
}
.service-list li .img {
  width: 40%;
}
.service-list li .info {
  width: 35%;
  text-align: center;
}

.adv img {
  width: 4rem;
  margin-bottom: 1rem;
}
.inquiring {
  padding: 1rem;
  max-width: 30rem;
  margin: auto;
}
form .layout-btn {
  max-width: none;
  width: 100%;
}
.faq-box {
  overflow: visible;
}
.faq-box .container {
  position: relative;
}
.faq-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}
.faq-nav > ul {
  position: sticky;
  top: calc(var(--head_height) + 1rem);
  border-left: 1px solid var(--border_colour);
  transition: all 0.4s;
}
body.up .faq-nav > ul {
  position: sticky;
  top: 6rem;
}
.faq-nav a {
  position: relative;
  display: block;
  padding: 1rem !important;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.25em;
  width: 12rem;
  color: var(--text);
}
.faq-nav a.active {
  color: var(--colour1);
}
.faq-nav a:after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0%;
  width: 0.125rem;
  height: 0%;
  background: var(--colour1);
  transition: all 0.4s;
}

.faq-nav a.active:after {
  height: 100%;
}

.faq {
  position: relative;
  width: 50vw;
  max-width: 40rem;
  margin: auto;
  border: none;
}

.faq .card-header {
  border-bottom: none;
  font-weight: bold;
  padding: 1rem 1.25rem;
}
.faq ul li {
  border-bottom: 1px solid var(--border_colour);
}
.faq ul li:last-child {
  border-bottom: none;
}
.faq ul li > a {
  position: relative;
  display: block;
  width: 100%;
  padding: 1.25rem 2rem 1.25rem 1.25rem;
  font-weight: 600;
  color: var(--title) !important;
  background: none !important;
}
.faq ul li > a .icon {
  position: absolute;
  right: 1rem;
  font-size: 0.875rem;
  font-weight: bold;
  transform: rotate(45deg);
  transition: all 0.4s;
}
.faq ul li > a:not(.collapsed) .icon {
  transform: rotate(0deg);
}
.faq ul li .info {
  padding: 0 1.25rem 2rem;
}
.faq ul li .info a {
  text-decoration: underline;
  text-underline-offset: 2px;
  text-decoration-color: rgba(0, 0, 0, 0.3);
}
.faq ul li .info a:hover {
  color: var(--colour1);
  text-decoration-color: var(--colour1);
}
/*oem*/

.app {
  overflow: visible;
}
.app .swiper-slide {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  opacity: 0.5;
  background: var(--grey_bg);
}
.app .swiper-slide.swiper-slide-active {
  opacity: 1;
}
.app .swiper-slide .img {
  display: flex;
  align-items: center;
  width: 50%;
}
.app .swiper-slide .img img {
  width: 100%;
}
.app .swiper-slide .info {
  width: 50%;
  padding: 5%;
}
.app .swiper-pagination {
  margin-top: 2rem;
  position: static;
  width: 100%;
  display: flex;
  background: var(--grey_bg);
}
.app .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--dark);
}
.app .swiper-button-prev {
  top: auto;
  bottom: 50%;
  left: auto;
  right: 0;
  margin: 0 !important;
}
.app .swiper-button-next {
  top: calc(50% - 1px);
  bottom: auto;
  left: auto;
  right: 0;
  margin: 0 !important;
}

/*新闻列表*/
.news-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.news-list li {
  position: relative;
  width: 45%;
  display: flex;
  flex-wrap: wrap;
}
.news-list li .img {
  display: block;
  width: 100%;
  padding-bottom: 50%;
  overflow: hidden;
}
.news-list li .img img {
  width: 100%;
  height: 100%;
}
.news-list li .time {
  position: absolute;
  left: 1.5rem;
  top: 1.5rem;
  z-index: 2;
  padding: 1.5rem;
  line-height: 1.75em;
  text-align: center;
  background: #fff;
}
.news-list li .time div {
  font-size: 2rem;
  font-weight: bold;
  color: var(--title);
}
.news-list li .time span {
  font-size: 0.875rem;
  color: var(--small_text);
}
.news-list li .info {
  padding: 1.5rem 0;
  width: 100%;
}
.news-list li .info .title {
  display: block;
  padding-bottom: 1rem;
  margin-bottom: 1.25rem;
  border-bottom: 1px solid var(--border_colour);
}
.news-list li .info .summary {
  font-size: 1rem;
  color: var(--small_text);
}
.news-list li .info .layout-btn {
  margin-top: 2rem;
}
.news-list2 {
  display: flex;
  flex-wrap: wrap;
  gap: 3rem;
}
.news-list2 li {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.news-list2 li .info {
  width: 40%;
}
.news-list2 li .title {
  display: block;
  transition: all 0.4s;
}
.news-list2 li .title:hover {
  color: var(--colour1);
}
.news-list2 li .time {
  display: inline-block;
  margin-bottom: 1rem;
  font-size: 0.875rem;
  color: var(--small_text);
}
.news-list2 li .layout-btn {
  margin-top: 2rem;
}
.news-list2 li .img {
  width: 50%;
  display: block;
  overflow: hidden;
}
.news-list2 li .img a {
  display: block;
  padding-bottom: 61.8%;
}
.news-list2 li .img img {
  width: 100%;
  height: 100%;
}
/*文章详情*/

.article {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.article .article-head {
  padding: 2rem 0 2.5rem;
}

.article .article-head .title {
  margin: 0 0 0.5rem;
  font-size: 2rem;
}

.article .article-head .time {
  display: flex;
  align-items: center;
  font-size: 1rem;
  color: var(--small_text);
}
.article .article-head .time a {
  color: var(--small_text);
}
.article .article-head .time a:hover {
  color: var(--colour1);
}
.article-body,
.article-body p {
  font-size: 1.25rem;
  line-height: 1.75em;
}
.article-body img {
  display: block;
}
.article-body iframe {
  max-width: 100% !important;
}

.article-page {
  margin-top: 3rem;
  padding-top: 1rem;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border-top: 1px solid var(--border_colour);
}
.article-page a {
  display: inline-block;
  font-size: 0.9375rem;
  width: 4rem;
  color: var(--text);
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
}
.article-page a:hover {
  color: var(--colour1);
  text-decoration: underline;
  text-underline-offset: 0.125rem;
}
.article-page a:not([href]) {
  color: var(--small_text);
}
.article-page a:first-of-type {
  width: calc(50% - 3rem);
}
.article-page a:last-of-type {
  text-align: right;
  width: calc(50% - 3rem);
}

/*合作*/
.cooperatio-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem;
}
.cooperatio-list li {
  width: calc(25% - 1.5rem);
}

.cooperatio-list li img {
  max-width: 33.33%;
  margin-bottom: 2rem;
}

.dealer .bottom {
  width: 100%;
  padding-top: 5rem;
  border-top: 1px solid var(--border_colour);
}
.dealer .bottom .small-content {
  margin: auto;
}
.input-box {
  margin-bottom: 1.5rem;
}

/*红人*/
.media-list {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem 1rem;
}
.media-list .item {
  width: calc(25% - 0.75rem);
  position: relative;
  background: var(--dark);
  border-radius: 1rem;
  overflow: hidden;
}
.media-list .item .img {
  padding-bottom: 112.5%;
  transition: all 0.4s;
}
.media-list .item:hover .img {
  opacity: 0.6;
}
.media-list .item .img img {
  width: 100%;
  height: 100%;
}
.media-list .item img.icon {
  position: absolute;
  left: 50%;
  top: 45%;
  z-index: 2;
  width: 4rem;
  transform: translate(-50%, -50%);
}
.media-list .item .info {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 4rem 1.5rem 1.5rem;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.8) 100%
  );
}
.media-list .item .title {
  font-size: 1rem;
  line-height: 1.375em;
  margin-bottom: 0.75rem;
}
.media-list .item .info span {
  display: inline-block;
  font-size: 0.875rem;
  line-height: 1.25em;
}

.star-nav {
  padding-bottom: 2rem;
  margin-bottom: 3rem;
  justify-content: center;
  border-bottom: 1px solid var(--border_colour);
}
.star-nav .nav-link {
  padding: 0.75rem 2em;
  font-size: 1.25rem;
  border-radius: 2em;
  border: none !important;
}
.star-nav .nav-link.active {
  font-size: 1.25rem;
  color: #fff;
  background: var(--colour1);
}
.star-tab {
  margin-bottom: 2rem;
}
.star-tab ul {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  width: 100%;
}
.star-tab ul li {
  width: calc(33.33% - 1.5rem);
}
.star-tab ul li img {
  width: 100%;
  margin-bottom: 1rem;
}
.star-tab ul li div {
  font-size: 1.5rem;
  line-height: 1.5em;
}
.star-tab ul li div.desc {
  font-size: 1.375rem;
}
/*联系*/

.contact .map {
  width: 100%;
  display: block;
}
.map iframe,
#map-canvas {
  width: 100% !important;
  height: 50vh;
}

.contact-box p {
  margin-right: 2rem;
}
.contact-box p.icon {
  position: relative;
  font-size: 1rem;
  line-height: 1.5rem;
  padding-left: 1.75rem;
}
.contact-box p.icon:before {
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  font-size: 1.125rem;
  line-height: inherit;
  color: var(--colour1);
}
.contact-box p a {
  color: inherit;
}
.contact-box p a:hover {
  color: var(--colour1);
  text-decoration: underline;
}

.feedback-box form .col-12 {
  margin-bottom: 1.5rem;
}
/*地图*/

#map-canvas {
  position: sticky;
  left: 0;
  top: var(--head_height);
  width: 55%;
  padding: 0px;
  color: #666;
}

.content-window-card {
  position: relative;
  box-shadow: none;
  bottom: 0;
  left: 0;
  width: auto;
  padding: 0;
}

.content-window-card p {
  height: 2rem;
}

.amap-icon img,
.amap-marker-content img {
  width: 25px;
  height: 34px;
}

.custom-info {
  border: solid 1px none;
  background: var(--colour1);
  border-radius: 3rem;
  overflow: hidden;
}

div.info-top {
  display: none;
  position: relative;
  background: none repeat scroll 0 0 #f9f9f9;
  border-bottom: 1px solid #ccc;
  border-radius: 5px 5px 0 0;
}

div.info-top div {
  display: inline-block;
  color: #333333;
  font-size: 14px;
  font-weight: bold;
  line-height: 31px;
  padding: 0 10px;
}

div.info-top img {
  position: absolute;
  top: 10px;
  right: 10px;
  transition-duration: 0.25s;
}

div.info-top img:hover {
  box-shadow: 0px 0px 5px #000;
}

div.info-middle {
  font-size: 12px;
  padding: 10px 15px;
  line-height: 20px;
  color: #fff;
  background: var(--colour1) !important;
  overflow: hidden;
}

div.info-bottom {
  display: none;
  height: 0px;
  width: 100%;
  clear: both;
  text-align: center;
}

div.info-bottom img {
  position: relative;
  z-index: 104;
}

.custom-info span {
  margin-left: 5px;
  font-size: 11px;
}

.info-middle img {
  float: left;
  margin-right: 6px;
}

/*地图*/