@charset "utf-8";
/*初始化样式*/
*,
::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
/*设置平滑*/
body {
  font: 14px HONORSansCN-Regular, '微软雅黑', "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
  color: #000;
  overflow-x: hidden;
  line-height: 1.8;
}
/*字体引入*/
@font-face {
  font-family: HONORSansCN-Regular;
  src: url("../webfonts/HONORSansCN-Regular.ttf") format('truetype');
}
@font-face {
  font-family: HONORSansCN-Light;
  src: url("../webfonts/HONORSansCN-Light.ttf") format('truetype');
}
@font-face {
  font-family: BebasNeue;
  src: url("../webfonts/BebasNeue.otf") format('truetype');
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}
ol,
ul {
  padding-left: 20px;
}
li::marker {
  color: var(--dominant-color);
}
img {
  vertical-align: top;
  border: 0;
}
input,
select,
textarea,
button {
  vertical-align: middle;
  font-family: '微软雅黑';
}
textarea,
input {
  text-indent: 10px;
}
/*表单元素默认有20像素的缩进*/
input[type='submit'],
input[type='button'],
button {
  text-indent: 0;
  text-align: center;
  cursor: pointer;
}
label,
button,
a {
  cursor: pointer;
}
ins,
em,
b,
i {
  text-decoration: none;
  font-style: normal;
}
/* 去掉浏览器激活样式 */
select:focus,
textarea:focus,
input:focus,
button {
  outline: none;
  border: none;
}
/* 提示文字的初始样式 */
input::-webkit-input-placeholder,
input::-moz-input-placeholder,
textarea::-webkit-textarea-placeholder,
textarea::-moz-textarea-placeholder {
  color: #999;
  transition: color 0.5s;
}
/* 提示文字的激活样式 */
input:focus::-webkit-input-placeholder,
input:focus::-moz-input-placeholder,
input:hover::-webkit-input-placeholder,
input:hover::-moz-input-placeholder,
textarea:focus::-webkit-input-placeholder,
textarea:focus::-moz-input-placeholder,
textarea:hover::-webkit-input-placeholder,
textarea:hover::-moz-input-placeholder {
  color: #c2c2c2;
}
/* table */
table {
  border-collapse: collapse;
  border-spacing: 0;
  font: inherit;
}
/* a_link */
a {
  color: inherit;
  text-decoration: none;
}
a[href] {
  cursor: pointer;
}
a:hover {
  text-decoration: none;
  cursor: pointer;
}
a:focus {
  background-color: transparent;
}
li {
  max-width: 100%;
}
p {
  white-space: normal;
  max-width: 100%;
}
audio,
canvas,
progress,
video {
  vertical-align: baseline;
}
/*用来解决在安卓上的点击出现篮框问题*/
body {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
/*解决ios上去除微信点击蓝色边框 */
a:focus,
input:focus,
p:focus,
div:focus {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
img[src=""],
img:not([src]) {
  opacity: 0;
}
font {
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
  font-family: inherit;
  font-style: inherit;
  text-transform: inherit;
}
/*默认input样式*/
.input {
  border: 1px solid #e5e5e5;
  width: 100%;
  height: 40px;
  color: #666;
}
input[type=checkbox] {
  appearance: none;
  width: 14px;
  height: 14px;
  border: 1px solid #333;
  position: relative;
  text-indent: 0;
}
input[type=checkbox]:checked {
  background: var(--dominant-color);
}
input[type=checkbox]:checked::after {
  content: '✔';
  color: #fff;
  position: absolute;
  top: -2px;
  left: 0;
  margin: auto;
  width: 14px;
  height: 14px;
}
input[type=radio] {
  border: 1px solid #e5e5e5;
  width: 14px;
  height: 14px;
}
textarea {
  resize: none;
  border: 1px solid #e5e5e5;
  width: 100%;
  min-height: 100px;
  padding: 10px 0;
}
select {
  height: 40px;
  width: 100%;
  padding: 0 20px;
  border: 1px solid #e5e5e5;
  border-radius: 3px;
  color: #666;
  background-size: 11px;
}
.pc {
  display: block;
}
.phone {
  display: none;
}
/*滚动条样式*/
::-webkit-scrollbar {
  width: 6px;
  background-color: #eaeaea;
}
::-webkit-scrollbar-thumb {
  width: 5px;
  border-radius: 10px;
  background-color: var(--dominant-color);
}
::-webkit-scrollbar-corner {
  background-color: #eaeaea;
  height: 10px;
}
::-webkit-scrollbar:horizontal {
  height: 5px;
}
::-webkit-selection {
  background: var(--dominant-color);
  color: #fff;
}
::-moz-selection {
  background: var(--dominant-color);
  color: #fff;
}
/*限制行数*/
.clamp1,
.clamp2,
.clamp3,
.clamp4,
.clamp5,
.clamp6 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.clamp1 {
  -webkit-line-clamp: 1;
}
.clamp2 {
  -webkit-line-clamp: 2;
}
.clamp3 {
  -webkit-line-clamp: 3;
}
.clamp4 {
  -webkit-line-clamp: 4;
}
.clamp5 {
  -webkit-line-clamp: 5;
}
.clamp6 {
  -webkit-line-clamp: 6;
}
/*swiper样式设置*/
body .swiper-button-prev:focus,
body .swiper-button-next:focus,
body .swiper-pagination-bullet:focus {
  outline: none;
}
/*swiper默认样式*/
body .swiper-button-prev,
body .swiper-button-next {
  color: #000;
  width: 64px;
  height: 64px;
  flex-direction: row;
  transition: all 0.5s;
  background: #fff;
  border-radius: 50%;
  border: 1px solid #666;
}
@media screen and (max-width: 1600px) {
  body .swiper-button-prev,
  body .swiper-button-next {
    width: 50px;
    height: 50px;
  }
}
@media screen and (max-width: 768px) {
  body .swiper-button-prev,
  body .swiper-button-next {
    width: 30px;
    height: 30px;
  }
}
body .swiper-button-prev:hover,
body .swiper-button-next:hover {
  background: var(--dominant-color);
  border-color: var(--dominant-color);
}
body .swiper-button-prev:hover::after,
body .swiper-button-next:hover::after {
  color: #fff;
}
body .swiper-button-prev {
  left: 0;
}
body .swiper-button-next {
  right: 0;
}
body .swiper-button-prev::after,
body .swiper-button-next::after {
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  body .swiper-button-prev::after,
  body .swiper-button-next::after {
    font-size: 12px;
  }
}
/*默认弹窗样式*/
.pop-up {
  position: fixed;
  z-index: 99;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: none;
}
.pop-up .mask {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
}
.pop-up .pop-up-box {
  width: 90%;
  margin-left: 5%;
  height: 100%;
  max-height: 80vh;
  margin-top: 10vh;
}
.pop-up .pop-up-box .loading-box {
  position: relative;
  z-index: 2;
  max-width: 90%;
  max-height: 90%;
}
.pop-up .pop-up-box video {
  height: auto;
  width: 100%;
  object-fit: contain;
}
.pop-up .pop-up-box .pop-close {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  z-index: 10;
  cursor: pointer;
  transition: 0.5s;
}
.pop-up .pop-up-box .pop-close i {
  font-size: 36px;
  color: #fff;
}
.form-susses {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  font-size: 18px;
  box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.05);
  padding: 40px 50px;
  border-radius: 10px;
  height: fit-content;
  z-index: 999;
  background: #fff;
  width: fit-content;
  display: none;
  align-items: center;
}
.form-susses i {
  color: var(--dominant-color);
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
  input::placeholder,
  textarea::placeholder {
    font-size: 12px !important;
  }
  .pc {
    display: none;
  }
  .phone {
    display: block;
  }
}
/*-----默认配置------*/
.section {
  width: 90%;
  max-width: 1440px;
  margin: auto;

  @media screen and (min-width: 1921px) {
    max-width: 100vw;
  }
}
img {
  vertical-align: middle;
  max-width: 100%;
}
.imgBox {
  overflow: hidden;
  position: relative;
  height: 0;
  padding-bottom: 100%;
}
.imgBox img {
  width: 100%;
  max-width: 100%;
  transition: all 0.5s;
  height: 100%;
  object-fit: cover;
  position: absolute;
}
.imgBox video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
}
.imgBox-hover:hover img {
  transition: all 0.5s;
  transform: scale(1.1);
}
/*头部样式*/
header {
  width: 100%;
  z-index: 10;
  transition: all 0.5s;
  position: sticky;
  top: 0;
  height: 80px;
  background: #fff;
  box-shadow: 0 5px 10px 5px rgba(0, 0, 0, 0.03);
  /*搜索*/
  /*搜索*/
  /*语言*/
  /*语言*/
}
@media screen and (max-width: 1024px) {
  header {
    height: 60px;
  }
}
header.z-active {
  z-index: 99;
}
@media screen and (max-width: 1024px) {
  header {
    position: relative;
  }
}
header .header-phone-click {
  cursor: pointer;
  width: 22px;
  height: 16px;
  align-items: center;
  position: relative;
  right: 5%;
  margin-right: 0;
  margin-left: auto;
}
@media screen and (max-width: 1024px) {
  header .header-phone-click {
    display: flex;
    order: 3;
    margin-left: 0;
  }
}
header .header-phone-click .phone-click-line {
  height: 2px;
  background: #000;
  width: 100%;
  transition: all 0.5s;
  overflow: hidden;
}
header .header-phone-click .phone-click-line::before,
header .header-phone-click .phone-click-line::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  background: #000;
  transition: all 0.5s;
}
header .header-phone-click .phone-click-line::before {
  top: 0;
  transition: all 0.5s;
}
header .header-phone-click .phone-click-line::after {
  bottom: 0;
  transition: all 0.5s;
}
header .header-phone-click.active .phone-click-line {
  background: transparent;
  transition: all 0.5s;
}
header .header-phone-click.active .phone-click-line::before {
  margin: auto;
  transition: all 0.5s;
  transform: translateY(7px) rotate(45deg);
}
header .header-phone-click.active .phone-click-line::after {
  margin: auto;
  transition: all 0.5s;
  transform: translateY(-7px) rotate(-45deg);
}
header .header-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  max-width: 1830px;
  width: 100%;
  padding-left: 40px;
  padding-right: 40px;
  /*logo*/
  /*logo*/
}
@media screen and (max-width: 1024px) {
  header .header-box {
    width: 100%;
    max-width: 100%;
    padding: 0;
  }
}
@media screen and (min-width: 1921px) {
  header .header-box {
    max-width: 100vw;
  }
}
header .header-box .logo {
  max-width: 235px;
}
@media screen and (max-width: 1024px) {
  header .header-box .logo {
    width: 100%;
    margin-left: 5%;
    justify-content: flex-start;
    max-width: 150px;
    display: block;
  }
  header .header-box .logo.pc {
    display: none;
  }
}
header .header-box .logo img {
  max-width: inherit;
  max-height: 100%;
  object-fit: contain;
  width: 100%;
}
header .header-box .header-menu {
  flex: 1;
  height: 100%;
  /*导航*/
  /*导航*/
}
@media screen and (max-width: 1024px) {
  header .header-box .header-menu {
    width: 100%;
    position: absolute;
    background: #fff;
    top: 60px;
    height: 100vh;
    z-index: 10;
    left: 0;
    margin-left: 0;
    padding: 30px 5% 30px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: none;
    overflow: auto;
  }
}
header .header-box .header-menu nav {
  width: 100%;
  color: #fff;
  display: flex;
  align-items: center;
  height: 100%;
  justify-content: flex-end;
}
@media screen and (max-width: 1366px) {
  header .header-box .header-menu nav {
    margin-left: auto;
    margin-right: 40px;
  }
}
@media screen and (max-width: 1024px) {
  header .header-box .header-menu nav {
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    height: auto;
  }
}
header .header-box .header-menu nav .first-item {
  transition: all 0.2s;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  height: 100%;
  margin-right: 60px;
}
@media screen and (max-width: 1600px) {
  header .header-box .header-menu nav .first-item {
    margin-right: 30px;
  }
}
@media screen and (max-width: 1280px) {
  header .header-box .header-menu nav .first-item {
    margin-right: 15px;
  }
}
@media screen and (max-width: 1024px) {
  header .header-box .header-menu nav .first-item {
    height: auto;
    width: 100%;
    margin-right: 0;
    justify-content: flex-start;
    position: relative;
    flex-direction: column;
    align-items: flex-start;
    margin-left: 0;
  }
}
header .header-box .header-menu nav .first-item .first-box {
  position: relative;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  header .header-box .header-menu nav .first-item .first-box {
    border-bottom: 1px solid #eee;
  }
}
header .header-box .header-menu nav .first-item.active .first-box::after,
header .header-box .header-menu nav .first-item:hover .first-box::after {
  opacity: 1;
}
header .header-box .header-menu nav .first-item.active .first-item-title,
header .header-box .header-menu nav .first-item:hover .first-item-title {
  color: var(--dominant-color);
}
header .header-box .header-menu nav .first-item.active .first-item-title::after,
header .header-box .header-menu nav .first-item:hover .first-item-title::after {
  opacity: 1;
}
header .header-box .header-menu nav .first-item .first-item-title {
  font-size: 18px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  color: #000000;
  transition: all 0.5s;
  width: 100%;
}
@media screen and (max-width: 1600px) {
  header .header-box .header-menu nav .first-item .first-item-title {
    font-size: 16px;
  }
}
@media screen and (max-width: 1280px) {
  header .header-box .header-menu nav .first-item .first-item-title {
    font-size: 14px;
  }
}
@media screen and (max-width: 1024px) {
  header .header-box .header-menu nav .first-item .first-item-title {
    height: 50px;
    width: 100%;
    justify-content: flex-start;
  }
}
header .header-box .header-menu nav .first-item .first-item-title::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 0;
  height: 0;
  opacity: 0;
  border-width: 10px;
  border-style: solid;
  transition: all 0.5s;
  border-color: transparent transparent var(--dominant-color);
}
@media screen and (max-width: 1024px) {
  header .header-box .header-menu nav .first-item .first-item-title::after {
    display: none;
  }
}
header .header-box .header-menu nav .first-item i {
  display: none;
  width: 50px;
  height: 50px;
  position: absolute;
  right: -10px;
  top: 0;
  bottom: 0;
  margin: auto;
  cursor: pointer;
  transition: all 0.5s;
}
@media screen and (max-width: 768px) {
  header .header-box .header-menu nav .first-item i {
    display: block;
  }
}
header .header-box .header-menu nav .first-item i::before,
header .header-box .header-menu nav .first-item i::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background: #000;
}
header .header-box .header-menu nav .first-item i::before {
  width: 14px;
  height: 2px;
}
header .header-box .header-menu nav .first-item i::after {
  height: 14px;
  width: 2px;
}
header .header-box .header-menu nav .first-item i.active {
  transform: rotate(45deg);
}
header .header-box .header-menu nav .first-item .second-box {
  position: absolute;
  top: 90px;
  -webkit-box-shadow: 0 10px 50px rgba(54, 56, 79, 0.11);
  box-shadow: 0 10px 50px rgba(54, 56, 79, 0.11);
  width: 140px;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
  background: #ffffff;
  justify-content: center;
  align-items: center;
  pointer-events: none;
  padding: 20px 0;
  border-radius: 10px;
  /*特殊*/
}
@media screen and (max-width: 768px) {
  header .header-box .header-menu nav .first-item .second-box {
    width: 100%;
    position: relative;
    top: 0;
    background: none;
    opacity: 1;
    visibility: visible;
    transform: translate(0);
    padding: 0;
    box-shadow: none;
    border: none;
    display: none;
    transition: all 0s;
    pointer-events: auto;
    left: 0;
  }
}
header .header-box .header-menu nav .first-item .second-box::before {
  content: '';
  position: absolute;
  height: 10px;
  left: 0;
  top: -10px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  header .header-box .header-menu nav .first-item .second-box::before {
    display: none;
  }
}
header .header-box .header-menu nav .first-item .second-box::after {
  position: absolute;
  left: 0;
  right: 0;
  top: -20px;
  margin: auto;
  width: 0;
  height: 0;
  border-width: 10px;
  border-style: solid;
  border-color: #eee transparent transparent;
}
@media screen and (max-width: 768px) {
  header .header-box .header-menu nav .first-item .second-box::after {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  header .header-box .header-menu nav .first-item .second-box .second-item {
    position: relative;
  }
}
header .header-box .header-menu nav .first-item .second-box .second-item i {
  bottom: auto;
  height: 40px;
}
header .header-box .header-menu nav .first-item .second-box .second-item .second-item-title {
  color: #666;
  display: block;
  font-size: 16px;
  transition: all 0.2s;
  padding: 10px 10px;
  line-height: 1.4;
  text-align: center;
}
@media screen and (max-width: 1440px) {
  header .header-box .header-menu nav .first-item .second-box .second-item .second-item-title {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  header .header-box .header-menu nav .first-item .second-box .second-item .second-item-title {
    color: #000;
    text-align: left;
    padding: 10px;
    border-bottom: 1px solid #eee;
  }
}
@media screen and (min-width: 769px) {
  header .header-box .header-menu nav .first-item .second-box .second-item .second-item-title:hover {
    color: var(--dominant-color);
  }
}
header .header-box .header-menu nav .first-item .second-box .second-item .second-item-title:hover {
  color: var(--dominant-color);
}
header .header-box .header-menu nav .first-item .second-box .second-item:hover .three-box {
  opacity: 1;
  pointer-events: auto;
}
header .header-box .header-menu nav .first-item .second-box .three-box {
  width: 170px;
  padding: 30px 20px;
  position: absolute;
  left: 100%;
  top: 0;
  background: #fff;
  border-radius: 10px;
  opacity: 0;
  pointer-events: none;
  height: 100%;
  border-left: 1px solid #eee;
}
@media screen and (max-width: 768px) {
  header .header-box .header-menu nav .first-item .second-box .three-box {
    padding: 0;
    pointer-events: auto;
    position: initial;
    opacity: 1;
    display: none;
  }
}
header .header-box .header-menu nav .first-item .second-box .three-box.active {
  display: block;
}
header .header-box .header-menu nav .first-item .second-box .three-box .three-item-title {
  margin-bottom: 10px;
  display: block;
  color: #8a8a8a;
  font-size: 16px;
}
@media screen and (max-width: 1440px) {
  header .header-box .header-menu nav .first-item .second-box .three-box .three-item-title {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  header .header-box .header-menu nav .first-item .second-box .three-box .three-item-title {
    font-size: 12px;
    margin-bottom: 0;
    padding: 10px 20px;
  }
}
header .header-box .header-menu nav .first-item .second-box .three-box .three-item-title:hover {
  color: var(--dominant-color);
}
header .header-box .header-menu nav .first-item .second-box .three-box::after {
  content: '';
  width: 20px;
  height: 100%;
  left: -10px;
  position: absolute;
  top: 0;
  background: #fff;
  z-index: -1;
}
header .header-box .header-menu nav .first-item .second-box.second-product {
  width: 580px;
  min-height: 338px;
  display: flex;
  align-items: stretch;
  padding: 0;
  background: url('../images/img55.jpg') no-repeat center right / cover;
}
@media screen and (max-width: 768px) {
  header .header-box .header-menu nav .first-item .second-box.second-product {
    display: none;
  }
}
header .header-box .header-menu nav .first-item .second-box.second-product .left {
  flex-basis: 300px;
  background: #fff;
  border-radius: 10px 0 0 10px;
  font-size: 16px;
  padding: 50px;
}
header .header-box .header-menu nav .first-item .second-box.second-product .left a {
  color: rgba(0, 0, 0, 0.6);
  margin-bottom: 20px;
  width: 100%;
}
header .header-box .header-menu nav .first-item .second-box.second-product .left a:hover,
header .header-box .header-menu nav .first-item .second-box.second-product .left a.active {
  color: var(--dominant-color);
}
header .header-box .header-menu nav .first-item .second-box.second-product .right {
  flex: 1;
  border-radius: 0 10px 10px 0;
}
header .header-box .header-menu nav .first-item .second-box.second-product .second-item {
  flex-basis: 20%;
  margin: 0;
}
@media screen and (max-width: 768px) {
  header .header-box .header-menu nav .first-item .second-box.second-product .second-item {
    flex-basis: 100%;
  }
}
header .header-box .header-menu nav .first-item .second-box.second-product .second-item:nth-child(n + 6) {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  header .header-box .header-menu nav .first-item .second-box.second-product .second-item:nth-child(n + 6) {
    margin-top: 0;
  }
}
header .header-box .header-menu nav .first-item .second-box.second-product .second-item .img {
  height: 40px;
  position: relative;
  display: block;
}
@media screen and (max-width: 768px) {
  header .header-box .header-menu nav .first-item .second-box.second-product .second-item .img {
    display: none;
  }
}
header .header-box .header-menu nav .first-item .second-box.second-product .second-item .img img {
  height: auto;
  max-height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}
header .header-box .header-menu nav .first-item .second-box.second-product .second-item .second-item-title {
  color: #222;
  text-align: left;
  padding: 0;
  transition: all 0.5s;
  margin-top: 10px;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  header .header-box .header-menu nav .first-item .second-box.second-product .second-item .second-item-title {
    margin-top: 10px;
    padding: 0 10px;
    position: relative;
    width: 100%;
  }
}
header .header-box .header-menu nav .first-item .second-box.second-product .second-item .second-item-title:hover {
  color: var(--dominant-color);
}
header .header-box .header-menu nav .first-item .second-box.second-product .second-item .three-box {
  margin-top: 10px;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  header .header-box .header-menu nav .first-item .second-box.second-product .second-item .three-box {
    margin-top: 0;
    display: none;
    padding-left: 30px;
    margin-bottom: 10px;
  }
}
header .header-box .header-menu nav .first-item .second-box.second-product .second-item .three-box .three-item-title {
  display: block;
  transition: all 0.5s;
  font-size: 12px;
  color: #999;
  width: fit-content;
}
header .header-box .header-menu nav .first-item .second-box.second-product .second-item .three-box .three-item-title:hover {
  color: var(--dominant-color);
}
header .header-box .header-menu nav .first-item .second-box.second-product .second-item .three-box .three-item-title.news {
  color: var(--dominant-color);
  font-size: 12px;
}
header .header-box .header-menu nav .first-item .second-box.second-product .second-item:hover .three-box {
  opacity: 1;
  visibility: visible;
}
header .header-box .header-menu nav .first-item .second-box.product {
  background: #ffffff;
}
@media screen and (min-width: 1025px) {
  header .header-box .header-menu nav .first-item:hover .second-box {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
}
header .header-box .header-menu nav .first-item:hover a {
  color: var(--dominant-color);
}
header .header-box .header-menu nav .logo {
  margin-left: auto;
  margin-right: auto;
}
header .header-box .header-menu nav .logo ~ .first-item {
  margin-left: 60px;
  margin-right: 0;
}
@media screen and (max-width: 1600px) {
  header .header-box .header-menu nav .logo ~ .first-item {
    margin-left: 30px;
  }
}
@media screen and (max-width: 1280px) {
  header .header-box .header-menu nav .logo ~ .first-item {
    margin-left: 15px;
  }
}
@media screen and (max-width: 768px) {
  header .header-box .header-menu nav .logo ~ .first-item {
    margin-left: 0;
  }
}
header .header-box .header-menu nav .shop {
  margin-left: 60px;
  background: #1e1e1e;
  border-radius: 25px;
  width: 120px;
  height: 50px;
  color: rgba(255, 255, 255, 0.6);
  font-size: 18px;
}
@media screen and (max-width: 1600px) {
  header .header-box .header-menu nav .shop {
    margin-left: 30px;
  }
}
@media screen and (max-width: 1280px) {
  header .header-box .header-menu nav .shop {
    margin-left: 15px;
  }
}
@media screen and (max-width: 768px) {
  header .header-box .header-menu nav .shop {
    margin-left: 0;
    margin-top: 30px;
    height: 40px;
    font-size: 14px;
    width: 100%;
  }
}
header .header-box .header-menu nav .shop img {
  width: 19px;
  height: 19px;
  margin-right: 10px;
}
header .search {
  background: var(--dominant-color);
  width: 46px;
  height: 46px;
  border-radius: 50%;
  margin: 0 10px 0 30px;
  position: relative;
  cursor: pointer;
  transition: all 0.5s;
}
@media screen and (max-width: 1024px) {
  header .search {
    margin-top: 30px;
  }
}
@media screen and (max-width: 1024px) {
  header .search {
    margin-left: 0;
  }
}
header .search .a {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
}
header .search img {
  width: 18px;
}
header .search:hover {
  background: var(--dominant-color);
}
header .search:hover .language-show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0) translateX(-50%);
  pointer-events: auto;
}
header .language {
  color: #fff;
  position: relative;
  cursor: pointer;
  width: 46px;
  height: 46px;
  background: var(--dominant-color);
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  header .language {
    display: none;
  }
}
header .language .language-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #333333;
  font-size: 16px;
  cursor: pointer;
  border-radius: 20px;
}
@media screen and (max-width: 768px) {
  header .language .language-title {
    color: #000;
    font-size: 14px;
    justify-content: flex-start;
  }
}
header .language .language-title i {
  margin-left: 20px;
  font-size: 14px;
  transform: translateY(1px);
}
header .language .language-title .language-icon {
  font-size: 22px;
  transition: all 0s;
}
header .language .language-title .language-icon:hover {
  transform: scale(1.05);
}
header .language .language-title .language-text {
  margin-left: 6px;
}
@media screen and (max-width: 768px) {
  header .language .language-title .language-text {
    display: block;
  }
}
header .language .language-title img {
  width: 19px;
}
header .language .language-show {
  position: absolute;
  top: 20px;
  padding-top: 50px;
  color: #333;
  left: 50%;
  margin: auto;
  width: 120px;
  transition: all 0.5s;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px) translateX(-50%);
  pointer-events: none;
}
header .language .language-show .language-show-box {
  background: var(--dominant-color);
}
header .language .language-show .language-show-item {
  padding: 10px 0;
  background: #fff;
  overflow: hidden;
  -webkit-box-shadow: 0 10px 50px rgba(54, 56, 79, 0.11);
  box-shadow: 0 10px 50px rgba(54, 56, 79, 0.11);
  display: block;
  text-align: center;
  transition: all 0.5s;
}
header .language .language-show .language-show-item:hover {
  background: var(--dominant-color);
  color: #fff;
}
header .language:hover .language-show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0) translateX(-50%);
  pointer-events: auto;
}
header .phone-num {
  margin-left: 50px;
  font-size: 20px;
  font-weight: 600;
  color: var(--dominant-color);
}
@media screen and (max-width: 1024px) {
  header .phone-num {
    display: none;
  }
}
header .phone-num img {
  margin-right: 20px;
  width: 20px;
}
header .header-search-box {
  display: none;
}
header .header-search {
  position: fixed;
  top: 80px;
  left: 0;
  width: 100%;
  background: var(--dominant-color);
  height: 100px;
  z-index: 99;
}
header .header-search label {
  max-width: 600px;
  margin-right: 0;
  margin-left: auto;
  display: block;
  width: 100%;
  position: relative;
}
header .header-search label input {
  width: 100%;
  height: 50px;
  border: none;
  border-bottom: 1px solid #eee;
  background: none;
  color: #fff;
}
header .header-search label input::placeholder {
  color: #fff;
}
header .header-search label button {
  width: 50px;
  height: 50px;
  background: none;
  color: #fff;
  font-size: 16px;
  position: absolute;
  right: 0;
  top: 0;
}
header .header-search label button img {
  width: 18px;
}
header .header-search label i {
  position: absolute;
  font-size: 20px;
  right: -50px;
  top: 0;
  bottom: 0;
  margin: auto;
  height: fit-content;
}
@media screen and (min-width: 1025px) {
  .index header .logo {
    filter: none;
  }
  .index header .header-box .header-menu nav .first-item .first-item-title {
    color: rgba(255, 255, 255, 0.6);
  }
  .index header .header-box .header-menu nav .first-item:hover .first-item-title,
  .index header .header-box .header-menu nav .first-item.active .first-item-title {
    color: #fff;
  }
}
/*底部样式*/
.footer {
  z-index: 4;
  position: relative;
  background: url('../images/img3.jpg') no-repeat center / cover;
}
.footer .footer-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 80px 0 0;
}
@media screen and (max-width: 768px) {
  .footer .footer-box {
    padding: 50px 0;
    flex-direction: column;
  }
}
.footer .footer-box .left {
  flex-basis: 600px;
}
@media screen and (max-width: 1600px) {
  .footer .footer-box .left {
    flex-basis: 300px;
  }
}
@media screen and (max-width: 768px) {
  .footer .footer-box .left {
    flex-basis: auto;
  }
}
.footer .footer-box .right {
  flex: 1;
  max-width: 870px;
}
.footer .footer-menu {
  display: flex;
  justify-content: space-between;
  flex-basis: 100%;
  grid-gap: 30px;
}
@media screen and (max-width: 768px) {
  .footer .footer-menu {
    flex-direction: column;
    grid-gap: 0;
  }
}
.footer .footer-menu .item {
  position: relative;
  padding-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .footer .footer-menu .item {
    padding-bottom: 0;
  }
}
.footer .footer-menu .item::after {
  content: '';
  background: url('../images/img4.png') no-repeat left top;
  position: absolute;
  top: 0;
  left: -60px;
  height: 100%;
  width: 31px;
}
.footer .footer-menu .first-item {
  display: block;
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  position: relative;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .footer .footer-menu .first-item {
    pointer-events: auto;
    height: 64px;
    line-height: 64px;
    font-size: 14px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
  .footer .footer-menu .first-item i {
    width: 26px;
    height: 64px;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    cursor: pointer;
    transition: all 0.5s;
    display: block;
  }
  .footer .footer-menu .first-item i::before,
  .footer .footer-menu .first-item i::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    background: #fff;
    transition: all 0.5s;
  }
  .footer .footer-menu .first-item i::before {
    width: 12px;
    height: 2px;
  }
  .footer .footer-menu .first-item i::after {
    height: 12px;
    width: 2px;
  }
  .footer .footer-menu .first-item i.active::after {
    transform: rotate(90deg);
  }
}
.footer .footer-menu .first-summary {
  border-bottom: 1px solid #eee;
  font-size: 16px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  color: #fff;
  margin-top: 20px;
}
.footer .footer-menu .bottom .b-item {
  display: flex;
  align-items: center;
  color: #fff;
  margin-bottom: 10px;
}
.footer .footer-menu .bottom .b-item .icon {
  margin-right: 20px;
}
.footer .footer-menu .second-box {
  margin-top: 20px;
  min-width: 120px;
}
@media screen and (max-width: 1600px) {
  .footer .footer-menu .second-box {
    min-width: auto;
  }
}
.footer .footer-menu .second-box img {
  max-width: 120px;
}
@media screen and (max-width: 768px) {
  .footer .footer-menu .second-box {
    margin-top: 20px;
    line-height: 1.6;
    border-top: none;
    padding-top: 0;
    display: none;
  }
}
.footer .footer-menu .second-box a,
.footer .footer-menu .second-box span {
  display: block;
  color: rgba(255, 255, 255, 0.4);
  font-size: 16px;
  transition: all 0.5s;
  position: relative;
  width: fit-content;
  margin-bottom: 6px;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .footer .footer-menu .second-box a,
  .footer .footer-menu .second-box span {
    width: 100%;
  }
}
.footer .footer-menu .second-box a::after {
  width: 0;
  background: var(--dominant-color);
  height: 1px;
  bottom: 0;
  left: 0;
  position: absolute;
  transition: all 0.5s;
}
.footer .footer-menu .second-box a:hover {
  color: #fff;
}
.footer .footer-menu .second-box a:hover::after {
  width: 100%;
}
.footer .footer-right {
  flex-basis: 350px;
  display: flex;
  align-items: center;
  color: #fff;
  margin-left: auto;
  justify-content: space-between;
}
@media screen and (max-width: 1280px) {
  .footer .footer-right {
    display: none;
  }
}
.footer .footer-right .tel {
  font-size: 32px;
}
@media screen and (max-width: 768px) {
  .footer .footer-right .tel {
    font-size: 14px;
  }
}
.footer .footer-text {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  flex-basis: 100%;
}
@media screen and (max-width: 768px) {
  .footer .footer-text {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 0;
  }
}
.footer .footer-text .footer-logo {
  filter: grayscale(1) brightness(100);
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .footer .footer-text .footer-logo {
    margin-bottom: 30px;
  }
}
.footer .footer-text .footer-logo img {
  max-width: 235px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .footer .footer-text .footer-logo img {
    max-width: 150px;
  }
}
.footer .footer-text .list {
  display: flex;
  flex-wrap: wrap;
}
.footer .footer-text .list .item {
  width: 100%;
  display: flex;
  align-items: baseline;
  margin-bottom: 30px;
  flex-direction: column;
  color: #fff;
}
@media screen and (max-width: 1600px) {
  .footer .footer-text .list .item {
    flex-basis: 100%;
    margin-bottom: 10px;
  }
}
.footer .footer-text .list .item .sup {
  font-size: 16px;
  opacity: 0.2;
  margin-bottom: 6px;
}
.footer .footer-text .list .item .text {
  font-size: 20px;
}
@media screen and (max-width: 1600px) {
  .footer .footer-text .list .item .text {
    font-size: 16px;
  }
}
.footer .footer-text .footer-code {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-right: 0;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .footer .footer-text .footer-code {
    margin-left: 0;
    margin-right: auto;
  }
}
.footer .footer-text .footer-code .item {
  border-radius: 50%;
  width: 30px;
  height: 30px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  background: #c7c7c7;
  margin-right: 15px;
  transition: all 0.5s;
}
@media screen and (max-width: 768px) {
  .footer .footer-text .footer-code .item {
    width: 24px;
    height: 24px;
    margin-right: 10px;
  }
}
.footer .footer-text .footer-code .item .show {
  position: absolute;
  width: 100px;
  bottom: 40px;
  left: 50%;
  margin-left: -50px;
  opacity: 0;
  transition: all 0.5s;
  transform: translateY(10px);
  visibility: hidden;
}
.footer .footer-text .footer-code .item:last-child {
  margin-right: 0;
  padding-right: 0;
}
.footer .footer-text .footer-code .item .fab {
  color: #fff;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .footer .footer-text .footer-code .item .fab {
    font-size: 12px;
  }
}
.footer .footer-text .footer-code .item:hover {
  background: var(--dominant-color);
}
.footer .footer-text .footer-code .item:hover .show {
  transform: translateY(0);
  visibility: visible;
  opacity: 1;
}
.footer .footer-text .footer-copyright {
  padding: 30px 0 ;
  flex-basis: 100%;
  color: rgba(255, 255, 255, 0.3);
  display: flex;
  align-items: center;
  justify-content: space-between;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .footer .footer-text .footer-copyright {
    margin-top: 0;
    padding-top: 0;
    border: none;
    font-size: 12px;
    flex-direction: column-reverse;
  }
}
@media screen and (max-width: 768px) {
  .footer .footer-text .footer-copyright .c-div {
    width: 100%;
    text-align: center;
  }
}
.footer .footer-text .footer-copyright .c-div a {
  color: rgba(255, 255, 255, 0.3);
  transition: all 0.5s;
}
.footer .footer-text .footer-copyright .c-div a:hover {
  color: var(--dominant-color);
  text-decoration: underline;
}
.footer .footer-messages {
  flex-basis: 50%;
}
@media screen and (max-width: 768px) {
  .footer .footer-messages {
    width: 100%;
    margin-bottom: 30px;
    margin-top: 30px;
  }
}
.footer .footer-messages label {
  display: block;
  background: #414041;
  position: relative;
}
.footer .footer-messages label input {
  height: 50px;
  width: 100%;
  background: #414041;
  border: none;
  color: #fff;
}
.footer .footer-messages label button {
  position: absolute;
  right: 0;
  top: 0;
  height: 50px;
  width: 120px;
  background: #009de1;
  color: #fff;
}
.footer .footer-bottom {
  color: rgba(255, 255, 255, 0.6);
  padding-bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .footer .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
  }
}
.footer .footer-bottom .link {
  display: flex;
  align-items: center;
  grid-gap: 20px;
}
@media screen and (max-width: 768px) {
  .footer .footer-bottom .link {
    margin-bottom: 20px;
  }
}
.footer .footer-bottom .link .item {
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: relative;
  transition: all 0.5s;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.footer .footer-bottom .link .item i {
  font-size: 18px;
  color: #fff;
  opacity: 0.6;
}
.footer .footer-bottom .link .item .show {
  position: absolute;
  bottom: 60px;
  left: 50%;
  transform: translateX(-50%);
  width: 120px;
  display: none;
}
.footer .footer-bottom .link .item:hover {
  background: var(--dominant-color);
}
.footer .footer-bottom .link .item:hover .show {
  display: block;
}
.footer .footer-link {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  color: #fff;
  padding: 30px 0;
}
@media screen and (max-width: 768px) {
  .footer .footer-link {
    padding: 20px 0;
    border-top: none;
  }
}
@media screen and (max-width: 768px) {
  .footer .footer-link .footer-link-box {
    flex-direction: column;
    align-items: flex-start;
  }
}
.footer .footer-link .left {
  opacity: 0.6;
  line-height: 1.6;
}
.footer .footer-link .right {
  opacity: 0.6;
}
@media screen and (max-width: 768px) {
  .footer .footer-link .right {
    margin-top: 10px;
  }
}

.footer  .link {
  display: flex;
  align-items: center;
  grid-gap: 20px;
  justify-content: flex-end;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .footer .link {
    margin-bottom: 20px;
    justify-content: flex-start;
  }
}
.footer .link .item {
  border-radius: 50%;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: relative;
  transition: all 0.5s;
  /*filter: grayscale(1);*/
  opacity: 0.8;
}
.footer .link .item i {
  font-size: 18px;
  color: #12568f;
}
.footer  .link .item .show {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  width: 120px;
  display: none;
}
.footer  .link .item:hover {
  opacity: 1;
  filter: none;
}
.footer .link .item:hover i {
  color: var(--dominant-color-hover);
}
.footer .link .item:hover .show {
  display: block;
}

.go-top {
  width: 140px;
  height: 50px;
  z-index: 1;
  font-size: 16px;
  border-radius: 25px;
  transition: all 0.5s;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.1);
  cursor: pointer;
}
.go-top img {
  width: 16px;
  margin-left: 20px;
}
.go-top i {
  transition: all 0.5s;
}
.go-top:hover {
  background: var(--dominant-color) !important;
}
.go-top:hover i {
  color: #fff;
}
/*底部样式*/
/*根元素代码*/
:root {
  /*--dominant-color:#3a93bd;*/
  --dominant-color: #046965;
  /*--linear-color:linear-gradient(to right ,#3a93bd 14%,#0079b2);*/
  --linear-color: linear-gradient(223deg, rgba(99, 229, 242, 0.2), rgba(58, 174, 239, 0.8));
}
/*--------------------------------------------------------*/
/*通用*/
.index-padding {
  padding: 120px 0;
}
@media screen and (max-width: 1600px) {
  .index-padding {
    padding: 80px 0;
  }
}
@media screen and (max-width: 768px) {
  .index-padding {
    padding: 50px 0;
  }
}
.index-title {
  color: #9b9b9b;
}
.index-title .sup {
  color: var(--dominant-color);
  font-size: 16px;
}
.index-title .title {
  font-weight: 600;
  font-size: 40px;
  line-height: 1.3;
  color: var(--dominant-color);
}
@media screen and (max-width: 1600px) {
  .index-title .title {
    font-size: 32px;
  }
}
@media screen and (max-width: 1440px) {
  .index-title .title {
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  .index-title .title {
    font-size: 20px;
  }
}
.index-title .title span {
  color: #9b9b9b;
}
.index-title .tip {
  font-weight: 600;
  margin-bottom: 16px;
  color: var(--dominant-color);
  font-size: 20px;
}
@media screen and (max-width: 1440px) {
  .index-title .tip {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .index-title .tip {
    font-size: 14px;
    margin-bottom: 6px;
  }
}
.index-title .summary {
  margin-top: 10px;
  font-size: 16px;
  line-height: 1.6;
}
@media screen and (max-width: 1440px) {
  .index-title .summary {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .index-title .summary {
    font-size: 14px;
  }
}
.index-title .summary span {
  color: #000;
}
.index-title .summary2 {
  font-size: 18px;
  color: #666666;
  margin: 30px 0 40px;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .index-title .summary2 {
    font-size: 14px;
  }
}
.index-title .summary3 {
  font-size: 16px;
  color: #666666;
  margin: 30px 0 40px;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .index-title .summary3 {
    font-size: 14px;
  }
}
.index-title .summary3 a {
  color: var(--dominant-color);
}
.f-more {
  font-size: 18px;
  color: #000;
  line-height: 1;
  text-align: center;
  border-radius: 25px;
  transition: all 0.5s;
  padding: 16px 29px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  background: #fff;
  min-width: 160px;
}
.f-more::after {
  content: '→';
  margin-left: 10px;
  transition: all 0.5s;
}
@media screen and (max-width: 1600px) {
  .f-more {
    font-size: 14px;
  }
}
.f-more.black {
  background: #000;
  color: #fff;
}
.f-more:hover {
  opacity: 0.6;
}
.f-more-show {
  font-size: 16px;
  color: var(--dominant-color);
  line-height: 1;
  padding: 15px 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  margin: auto;
  cursor: pointer;
}
.zhan-wei {
  height: 220px;
}
@media screen and (max-width: 1024px) {
  .zhan-wei {
    height: 80px;
  }
}
@media screen and (max-width: 768px) {
  .zhan-wei {
    display: none;
  }
}
.zhan-wei2 {
  height: 100px;
}
@media screen and (max-width: 1024px) {
  .zhan-wei2 {
    height: 80px;
  }
}
@media screen and (max-width: 1024px) {
  .zhan-wei2 {
    display: none;
  }
}
/*--------------------------------------------------------*/
/*--------------------------------------------------------*/
/*首页*/
/*轮播*/
.banner {
  width: 100%;
}
.banner .img {
  height: 100%;
}
.banner .img img,
.banner .img video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-height: 970px;
}
@media screen and (max-width: 768px) {
  .banner .img img,
  .banner .img video {
    height: 450px;
  }
}
.banner .swiper-banner {
  height: 100%;
}
.banner .swiper-banner .text {
  margin: auto;
  position: absolute;
  right: 0;
  left: 0;
  bottom: 20%;
  top: 0;
  color: #fff;
  text-align: left;
  height: fit-content;
}
@media screen and (max-width: 1366px) {
  .banner .swiper-banner .text {
    flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  .banner .swiper-banner .text {
    top: auto;
    bottom: 100px;
  }
}
.banner .swiper-banner .text .img {
  transition: all 1s;
  transform: translateY(100px);
  opacity: 0;
}
.banner .swiper-banner .text .img img {
  max-width: 724px;
  width: 37.708vw;
}
.banner .swiper-banner .text .sup {
  transition: all 1s;
  transform: translateY(100px);
  opacity: 0;
  font-size: 20px;
  color: #000;
}
@media screen and (max-width: 1600px) {
  .banner .swiper-banner .text .sup {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .banner .swiper-banner .text .sup {
    font-size: 14px;
  }
}
.banner .swiper-banner .text .title {
  font-size: 40px;
  transition: all 1s;
  transform: translateY(100px);
  opacity: 0;
  width: 100%;
  line-height: 1.1;
  color: #fff;
  font-weight: 600;
}
@media screen and (max-width: 1600px) {
  .banner .swiper-banner .text .title {
    font-size: 38px;
  }
}
@media screen and (max-width: 1366px) {
  .banner .swiper-banner .text .title {
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  .banner .swiper-banner .text .title {
    font-size: 20px;
  }
}
.banner .swiper-banner .text .summary {
  margin-top: 20px;
  font-size: 20px;
  transition: all 1s;
  transform: translateY(100px);
  opacity: 0;
  width: 100%;
  margin-bottom: 40px;
  color: rgba(255, 255, 255, 0.6);
}
@media screen and (max-width: 1600px) {
  .banner .swiper-banner .text .summary {
    font-size: 22px;
  }
}
@media screen and (max-width: 1366px) {
  .banner .swiper-banner .text .summary {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .banner .swiper-banner .text .summary {
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
.banner .swiper-banner .text .banner-more {
  transition: all 1s;
  transform: translateY(100px);
  opacity: 0;
  text-align: left;
  margin-top: 40px;
}
.banner .swiper-banner .text .banner-more .more {
  font-size: 20px;
  width: 200px;
  height: 60px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-right: none;
  padding-left: 30px;
  transition: all 0.5s;
  position: relative;
}
@media screen and (max-width: 1600px) {
  .banner .swiper-banner .text .banner-more .more {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .banner .swiper-banner .text .banner-more .more {
    width: 160px;
    height: 50px;
    font-size: 14px;
  }
}
.banner .swiper-banner .text .banner-more .more::after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 0;
  height: 100%;
  transition: all 0.5s;
  z-index: -1;
  background: var(--dominant-color);
}
@media screen and (max-width: 768px) {
  .banner .swiper-banner .text .banner-more .more img {
    height: 50px;
  }
}
.banner .swiper-banner .text .banner-more .more:hover {
  border-color: var(--dominant-color);
}
.banner .swiper-banner .text .banner-more .more:hover::after {
  width: 100%;
}
.banner .swiper-banner .swiper-slide-active .img {
  transform: translateY(0);
  opacity: 1;
  transition-delay: 0.3s;
}
.banner .swiper-banner .swiper-slide-active .sup {
  transform: translateY(0);
  opacity: 1;
  transition-delay: 0.3s;
}
.banner .swiper-banner .swiper-slide-active .title {
  transform: translateY(0);
  opacity: 1;
  transition-delay: 0.5s;
}
.banner .swiper-banner .swiper-slide-active .summary {
  transform: translateY(0);
  opacity: 1;
  transition-delay: 0.7s;
}
.banner .swiper-banner .swiper-slide-active .numbers {
  transform: translateY(0);
  opacity: 1;
  transition-delay: 0.7s;
}
.banner .swiper-banner .swiper-slide-active .tip {
  transform: translateY(0);
  opacity: 1;
  transition-delay: 0.9s;
}
.banner .swiper-banner .swiper-slide-active .banner-more {
  transform: translateY(0);
  opacity: 1;
  transition-delay: 0.9s;
}
.banner .swiper-banner .swiper-horizontal > .swiper-pagination-bullets,
.banner .swiper-banner .swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 60px;
  width: 90%;
  max-width: 1720px;
  margin: auto;
  left: 0;
  right: 0;
}
@media screen and (max-width: 768px) {
  .banner .swiper-banner .swiper-horizontal > .swiper-pagination-bullets,
  .banner .swiper-banner .swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: 30px;
  }
}
.banner .swiper-banner .swiper-pagination-bullet {
  --swiper-pagination-bullet-inactive-color: #fff;
  opacity: 0.2;
  --swiper-pagination-bullet-width: 16px;
  --swiper-pagination-bullet-height: 16px;
  --swiper-pagination-bullet-horizontal-gap: 5px;
  position: relative;
  border-radius: 50%;
}
.banner .swiper-banner .swiper-pagination-bullet::after {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background: #fff;
  opacity: 0.8;
}
.banner .swiper-banner .swiper-pagination-bullet.swiper-pagination-bullet-active {
  --swiper-pagination-color: #fff;
  opacity: 1;
}
.banner .swiper-banner .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
  background: var(--dominant-color);
}
.banner .swiper-banner .swiper-pager {
  display: flex;
  position: absolute;
  bottom: 10%;
  left: 0;
  right: 0;
  z-index: 1;
  width: 90%;
  max-width: 1740px;
  margin: auto;
  align-items: center;
  color: #fff;
}
.banner .swiper-banner .swiper-pagination-progressbar {
  position: initial;
  max-width: 700px;
  margin: 0 20px;
}
@media screen and (max-width: 768px) {
  .banner .swiper-banner .swiper-pagination-progressbar {
    max-width: 50%;
  }
}
.banner .swiper-banner .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #fff;
}
.banner .swiper-banner .swiper-pagination-progressbar.swiper-pagination-horizontal {
  height: 2px;
}
.new-product {
  position: relative;
}
.new-product .img img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .new-product .img img {
    height: 500px;
    object-fit: cover;
  }
}
.new-product .text {
  position: absolute;
  top: 15%;
  text-align: center;
  left: 0;
  right: 0;
  margin: auto;
}
.new-product .text .summary {
  font-size: 24px;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .new-product .text .summary {
    font-size: 16px;
  }
}
.new-product .text .more {
  color: #fff;
  margin-top: 30px;
  text-align: center;
}
.index1 {
  overflow: hidden;
}
.index1 .index1-mid {
  margin-top: 40px;
}
.index1 .index1-mid .swiper-pagination {
  position: initial;
}
.index1 .index1-mid .number {
  font-size: 18px;
  color: #666;
}
@media screen and (max-width: 768px) {
  .index1 .index1-mid .number {
    font-size: 14px;
  }
}
.index1 .index1-mid .button {
  flex-basis: 100px;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .index1 .index1-mid .button {
    flex-basis: 60px;
  }
}
.index1 .index1-mid .button i {
  font-size: 32px;
}
@media screen and (max-width: 768px) {
  .index1 .index1-mid .button i {
    font-size: 20px;
  }
}
.index1 .index1-mid .button .swiper-prev,
.index1 .index1-mid .button .swiper-next {
  color: var(--dominant-color);
}
.index1 .index1-mid .button .swiper-prev.swiper-button-disabled,
.index1 .index1-mid .button .swiper-next.swiper-button-disabled {
  opacity: 0.2;
}
.index1 .index1-box {
  position: relative;
}
.index1 .index1-box .swiper-button-prev,
.index1 .index1-box .swiper-button-next {
  width: 60px;
  height: 60px;
  background: #eaeaea;
  border: none;
  color: var(--dominant-color);
}
.index1 .index1-box .swiper-button-prev::after,
.index1 .index1-box .swiper-button-next::after {
  font-size: 14px;
}
.index1 .index1-box .swiper-button-prev:hover,
.index1 .index1-box .swiper-button-next:hover {
  background: var(--dominant-color);
}
@media screen and (max-width: 768px) {
  .index1 .swiper-button-prev,
  .index1 .swiper-button-next {
    display: none;
  }
}
.index1 .index1-box {
  margin: 30px auto 0;
  z-index: 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .index1 .index1-box {
    margin-top: 20px;
  }
}
.index1 .index1-box .swiper-slide {
  position: relative;
  transition: all 0.5s;
  display: flex;
  grid-gap: 10px;
}
@media screen and (max-width: 768px) {
  .index1 .index1-box .swiper-slide {
    flex-wrap: wrap;
  }
}
.index1 .index1-box .swiper-slide .item {
  position: relative;
  transition: all 0.5s;
  flex: 1;
  background: #f6f6f6;
  height: 500px;
}
@media screen and (max-width: 768px) {
  .index1 .index1-box .swiper-slide .item {
    flex-basis: calc(50% - 10px);
    height: auto;
  }
}
@media screen and (min-width: 769px) {
  .index1 .index1-box .swiper-slide .item:hover {
    flex-basis: 15%;
  }
  .index1 .index1-box .swiper-slide .item:hover .show {
    opacity: 1;
  }
  .index1 .index1-box .swiper-slide .item:hover .title {
    color: #fff;
  }
  .index1 .index1-box .swiper-slide .item:hover .sup {
    color: rgba(255, 255, 255, 0.6);
  }
}
.index1 .index1-box .swiper-slide .show {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 0.5s;
}
.index1 .index1-box .swiper-slide .show img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.index1 .index1-box .swiper-slide .text {
  padding: 40px 25px;
  width: 100%;
  color: #fff;
  transition: all 0.5s;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .index1 .index1-box .swiper-slide .text {
    bottom: 0;
  }
}
.index1 .index1-box .swiper-slide .text .sup {
  color: #666;
  margin-bottom: 10px;
  font-size: 16px;
  transition: all 0.5s;
}
.index1 .index1-box .swiper-slide .text .title {
  font-size: 20px;
  color: var(--dominant-color);
  font-weight: 600;
  transition: all 0.5s;
}
@media screen and (max-width: 768px) {
  .index1 .index1-box .swiper-slide .text .title {
    font-size: 14px;
  }
}
.index1 .index1-box .swiper-slide .text .more {
  margin-top: 20px;
}
.index1 .index1-box .swiper-slide .img {
  width: 180px;
  margin: 50px auto 0;
}
@media screen and (max-width: 768px) {
  .index1 .index1-box .swiper-slide .img {
    width: 50%;
    margin: 0 auto 50px;
  }
}
.index1 .index1-box .swiper-slide .img .imgBox img {
  object-fit: contain;
}
.index1 .index1-box .swiper-slide:hover .text {
  bottom: 0;
}
.index1 .index1-box .swiper-pagination {
  position: initial;
  margin-top: 20px;
}
.index1 .index1-box .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--dominant-color);
}
.index2 {
  position: relative;
  padding-top: 180px;
  padding-bottom: 300px;
}
@media screen and (max-width: 1600px) {
  .index2 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 768px) {
  .index2 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.index2 .index2-box .text {
  z-index: 2;
  position: relative;
  margin: auto;
}
@media screen and (max-width: 1600px) {
  .index2 .index2-box .text {
    /*top: 100px;*/
  }
}
.index2 .index2-box .text .index-title {
  width: 45%;
}
@media screen and (max-width: 768px) {
  .index2 .index2-box .text .index-title {
    width: 100%;
  }
}
.index2 .index2-box .text .summary {
  margin-top: 40px;
  line-height: 2;
}
.index2 .index2-box .text .more {
  margin-top: 80px;
  font-size: 20px;
  width: 200px;
  height: 60px;
  border: 1px solid rgba(4, 105, 101, 0.2);
  border-right: none;
  padding-left: 30px;
  transition: all 0.5s;
  color: var(--dominant-color);
  position: relative;
}
@media screen and (max-width: 1600px) {
  .index2 .index2-box .text .more {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .index2 .index2-box .text .more {
    width: 160px;
    height: 50px;
    font-size: 14px;
    margin-top: 30px;
  }
}
.index2 .index2-box .text .more::after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 0;
  height: 100%;
  transition: all 0.5s;
  z-index: -1;
  background: var(--dominant-color);
}
@media screen and (max-width: 768px) {
  .index2 .index2-box .text .more img {
    height: 50px;
  }
}
.index2 .index2-box .text .more:hover {
  color: #fff;
  border-color: var(--dominant-color);
}
.index2 .index2-box .text .more:hover::after {
  width: 100%;
}
.index2 .index2-box .img {
  max-width: 1920px;
  position: absolute;
  top: 180px;
  left: 0;
  right: 0;
  text-align: right;
  width: 100%;
  margin: auto;
}
@media screen and (max-width: 1600px) {
  .index2 .index2-box .img {
    top: 100px;
  }
}
@media screen and (max-width: 768px) {
  .index2 .index2-box .img {
    position: initial;
    margin-top: 40px;
    width: 80%;
  }
}
.index2 .index2-box .img img {
  width: 46%;
}
@media screen and (max-width: 768px) {
  .index2 .index2-box .img img {
    width: 100%;
  }
}
.index3 .index3-box {
  margin-top: 50px;
  overflow: initial;
}
@media screen and (max-width: 768px) {
  .index3 .index3-box {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 20px;
    margin-top: 20px;
    overflow: hidden;
  }
}
.index3 .index3-box .item {
  position: relative;
  box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.06);
}
.index3 .index3-box .item .img .imgBox {
  padding-bottom: 90%;
}
@media screen and (max-width: 768px) {
  .index3 .index3-box .item .img .imgBox {
    padding-bottom: 50%;
  }
}
.index3 .index3-box .item .text {
  color: #666;
  padding: 30px;
}
@media screen and (max-width: 768px) {
  .index3 .index3-box .item .text {
    padding: 20px;
  }
}
.index3 .index3-box .item .text .title {
  color: #000;
  transition: all 0.5s;
  font-size: 20px;
  min-height: 52px;
  font-weight: 600;
}
@media screen and (max-width: 1600px) {
  .index3 .index3-box .item .text .title {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .index3 .index3-box .item .text .title {
    font-size: 16px;
    min-height: auto;
  }
}
.index3 .index3-box .item .bottom {
  margin-top: 20px;
}
.index3 .index3-box .item .bottom .more {
  color: var(--dominant-color);
}
.index3 .index3-box .item .bottom .more img {
  width: 13px;
}
.index3 .index3-box .item .bottom .time {
  color: #aaaaaa;
  transition: all 0.5s;
}
.index3 .index3-box .item:hover {
  background: #fff;
  box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.06);
}
.index3 .index3-box .item:hover .title {
  color: var(--dominant-color);
}
.index4 .index4-box {
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .index4 .index4-box {
    flex-direction: column;
  }
}
.index4 .index4-box .left {
  flex-basis: 35%;
  margin-right: 100px;
}
@media screen and (max-width: 768px) {
  .index4 .index4-box .left {
    margin-right: 0;
  }
}
.index4 .index4-box .right {
  max-width: 800px;
  flex: 1;
}
.index4 .index4-box .right form input {
  border-radius: 0;
  text-indent: 0;
  padding-left: 0;
  border-bottom: 1px solid #dbdbdb;
  background: none;
  color: var(--dominant-color);
}
.index4 .index4-box .right form input::placeholder {
  color: var(--dominant-color);
}
.index4 .index4-box .right form textarea {
  background: none;
  border-bottom: 1px solid #dbdbdb;
  height: 50px;
  border-radius: 0;
  color: var(--dominant-color);
  padding-left: 0;
}
.index4 .index4-box .right form textarea::placeholder {
  color: var(--dominant-color);
}
.index4 .index4-box .right form button {
  width: 140px;
  height: 50px;
  margin-left: 0;
  margin-right: auto;
}
.form {
  display: flex;
  grid-gap: 30px;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .form {
    grid-gap: 10px;
  }
}
.form label {
  display: block;
  flex-basis: calc(50% - 15px);
}
@media screen and (max-width: 768px) {
  .form label {
    flex-basis: 100%;
  }
}
.form label.w100 {
  flex-basis: 100%;
}
.form select {
  height: 58px;
  padding-left: 20px;
  background: #f1f1f1;
  border: none;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .form select {
    font-size: 12px;
  }
}
.form input {
  width: 100%;
  height: 58px;
  border-radius: 10px;
  background: #f1f1f1;
  border: none;
  padding: 0 20px;
  text-indent: 0;
  font-size: 16px;
}
.form textarea {
  border-radius: 10px;
  height: 154px;
  background: #f1f1f1;
  border: none;
  padding: 20px;
  text-indent: 0;
  font-size: 16px;
}
.form .a,
.form button {
  width: 100%;
  margin: auto;
  height: 58px;
  background: var(--dominant-color);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .form .a,
  .form button {
    font-size: 16px;
  }
}
.f-button {
  display: flex;
  width: 200px;
  height: 50px;
  background: #00abf1;
  border-radius: 4px;
  color: #fff;
  justify-content: center;
  align-items: center;
  font-size: 16px;
}
.goTop {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  position: absolute;
  transition: all 0.5s;
  z-index: 1000;
  top: -70px;
  left: 0;
  right: 0;
  margin: auto;
}
.goTop:hover .button span {
  transform: translateY(-10px);
}
@media screen and (max-width: 768px) {
  .goTop {
    transform: scale(0.5);
  }
}
.goTop .lazy {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  background-size: cover;
  -webkit-animation-name: spin;
  animation-name: spin;
  -webkit-animation-duration: 4s;
  animation-duration: 4s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}
.goTop .button {
  width: 80px;
  height: 80px;
  color: var(--dominant-color);
  background: #fff;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  font-size: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.goTop .button span {
  transition: all 0.5s;
}
.goTop svg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: calc(100% - 55px);
  height: calc(100% - 55px);
}
.goTop svg.cm {
  transition: none;
  opacity: 1;
}
.goTop svg .p1 {
  animation: circleRotate 4s linear infinite;
  transform-origin: 50% 50%;
}
.goTop svg circle {
  fill: #fff;
  stroke: transparent;
}
.goTop svg .p2 {
  animation: circleRotateReverse 4s linear infinite;
}
.goTop.button-div {
  display: block;
  width: 60px;
  height: 60px;
  top: 0;
  margin-left: 0;
  transform-origin: 0;
  transform: scale(1);
}
.goTop.button-div .button {
  width: 30px;
  height: 30px;
}
.goTop.button-div .button span {
  font-size: 14px;
  transform: translateY(0) !important;
}
/*--------------------------------------------------------*/
/*内页*/
/*内页通用*/
.page-title {
  text-align: left;
  position: relative;
}
.page-title.textC {
  text-align: center;
}
.page-title.colorW {
  color: #fff;
}
.page-title .title {
  line-height: 1;
  font-size: 30px;
  color: var(--dominant-color);
  display: inline-block;
  position: relative;
  font-weight: 600;
}
@media screen and (max-width: 1600px) {
  .page-title .title {
    font-size: 26px;
  }
}
@media screen and (max-width: 768px) {
  .page-title .title {
    font-size: 20px;
  }
}
.page-title .summary {
  margin-top: 10px;
  color: #666;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .page-title .summary {
    font-size: 12px;
  }
}
.page-color-title {
  margin-top: 310px;
  font-size: 200px;
  background: linear-gradient(to top, white 55%, black 45%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1600px) {
  .page-color-title {
    margin-top: 130px;
    font-size: 120px;
  }
}
@media screen and (max-width: 1440px) {
  .page-color-title {
    margin-top: 130px;
    font-size: 80px;
  }
}
@media screen and (max-width: 1024px) {
  .page-color-title {
    margin-top: 0;
    font-size: 60px;
  }
}
@media screen and (max-width: 768px) {
  .page-color-title {
    display: none;
  }
}
/*内页大图*/
.pageBanner {
  transition: all 0.5s;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  color: #fff;
  height: 420px;
}
@media screen and (max-width: 768px) {
  .pageBanner {
    height: 200px;
  }
}
.pageBanner.productBanner {
  height: 230px;
  border-bottom: 2px solid #eee;
}
@media screen and (max-width: 768px) {
  .pageBanner.productBanner {
    height: 150px;
  }
}
.pageBanner.productBanner::after {
  display: none;
}
.pageBanner.productBanner .banner-box .banner-title {
  color: var(--dominant-color);
}
.pageBanner.productDetailBanner {
  height: 520px;
}
@media screen and (max-width: 768px) {
  .pageBanner.productDetailBanner {
    height: 300px;
  }
}
.pageBanner.productDetailBanner .banner-box {
  height: 300px;
}
@media screen and (max-width: 768px) {
  .pageBanner.productDetailBanner .banner-box {
    height: 100px;
  }
}
.pageBanner.productDetailBanner .banner-title {
  color: #fff !important;
}
.pageBanner::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: url('../images/img1.png') no-repeat center / cover;
  top: 0;
  left: 0;
}
.pageBanner .img {
  width: 100%;
  height: 100%;
}
.pageBanner .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.pageBanner .banner-box {
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 2;
  height: fit-content;
}
.pageBanner .banner-box .banner-title {
  color: #fff;
  font-size: 40px;
  font-weight: 600;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .pageBanner .banner-box .banner-title {
    font-size: 20px;
  }
}
.pageBanner .banner-box .banner-summary {
  font-size: 18px;
  line-height: 1.6;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .pageBanner .banner-box .banner-summary {
    font-size: 14px;
  }
}
.pageBanner .banner-box .index-title {
  color: #fff;
}
.pageBanner .banner-box .index-title .title {
  color: #fff;
}
.pageBanner .banner-box .index-title .summary {
  opacity: 0.6;
}
@media screen and (max-width: 768px) {
  .pageBanner .banner-box .index-title .summary {
    display: none;
  }
}
.pageBanner .swiper {
  width: 100%;
  height: 100%;
}
.pageBanner .swiper .swiper-pagination {
  bottom: 30px;
  top: auto;
  width: 80px;
  height: 3px;
  text-align: center;
  left: 0;
  right: 0;
  margin: auto;
  border-radius: 12px;
  overflow: hidden;
  --swiper-theme-color: #fff;
}
.aboutBanner {
  height: 100vh;
  position: sticky;
  top: 0;
}
.aboutBanner .banner-box .banner-title {
  text-align: left;
}
@media screen and (max-width: 768px) {
  .aboutBanner .banner-box .banner-title {
    font-size: 24px;
  }
}
.aboutBanner video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@keyframes sizing {
  0%,
  100% {
    transform: scale3d(1, 1, 1);
  }
  50% {
    transform: scale3d(1.05, 1.05, 1.05);
  }
}
/*内页侧边栏*/
/*内页导航*/
.page-menu {
  width: 100%;
}
.page-menu .page-phone-click {
  display: none;
}
@media screen and (max-width: 768px) {
  .page-menu .page-phone-click {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    background: var(--dominant-color);
    color: #fff;
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .page-menu {
    width: 100%;
  }
}
.page-menu .menu-box {
  display: flex;
  align-items: center;
  overflow: hidden;
  height: auto;
  justify-content: center;
  grid-gap: 70px;
}
@media screen and (max-width: 1600px) {
  .page-menu .menu-box {
    grid-gap: 30px;
  }
}
@media screen and (max-width: 768px) {
  .page-menu .menu-box {
    grid-gap: 10px;
  }
}
.page-menu .menu-box a {
  opacity: 0.6;
  font-size: 30px;
  transition: all 0.5s;
  position: relative;
}
@media screen and (max-width: 1600px) {
  .page-menu .menu-box a {
    font-size: 24px;
  }
}
@media screen and (max-width: 1440px) {
  .page-menu .menu-box a {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .page-menu .menu-box a {
    font-size: 16px;
  }
}
.page-menu .menu-box a.active,
.page-menu .menu-box a:hover {
  opacity: 1;
}
.page-menu .menu-box a.active::after,
.page-menu .menu-box a:hover::after {
  width: 100%;
}
.page-menu .menu-box a::after {
  content: '';
  width: 0;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #000;
  height: 1px;
  transition: all 0.5s;
}
@media screen and (max-width: 768px) {
  .page-menu {
    flex-direction: column;
    font-size: 14px;
    height: auto;
    margin-bottom: 20px;
  }
}
.page-menu .first-menu {
  width: 100%;
  position: relative;
  background: #fff;
  margin-bottom: 10px;
}
.page-menu .first-menu.active span {
  background: #15808f;
}
.page-menu .first-menu.active span .f-title {
  color: #fff;
}
.page-menu .first-menu.active span i::before,
.page-menu .first-menu.active span i::after {
  background: #fff;
}
.page-menu .first-menu span {
  position: relative;
  width: 100%;
}
.page-menu .first-menu span i {
  position: absolute;
  top: 0;
  bottom: 0;
  font-size: 12px;
  transition: all 0.5s;
  border-radius: 50%;
  width: 50px;
  height: 100%;
  display: flex;
  right: 0;
  margin: auto;
}
.page-menu .first-menu span i::before,
.page-menu .first-menu span i::after {
  content: '';
  position: absolute;
  background: #000;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.page-menu .first-menu span i::before {
  width: 14px;
  height: 2px;
}
.page-menu .first-menu span i::after {
  height: 14px;
  width: 2px;
}
.page-menu .first-menu span:hover i::before,
.page-menu .first-menu span:hover i::after {
  background: #fff;
}
.page-menu .first-menu span:hover .f-title {
  background: #ed941e;
  color: #fff;
}
.page-menu .first-menu .f-title {
  font-size: 16px;
  position: relative;
  color: #000;
  text-align: left;
  justify-content: flex-start;
  display: flex;
  align-items: center;
  padding: 15px 30px;
  border: 1px solid #ddd;
  line-height: 1.4;
  transition: all 0.5s;
}
@media screen and (max-width: 1280px) {
  .page-menu .first-menu .f-title {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .page-menu .first-menu .f-title {
    padding: 0;
    height: 40px;
    line-height: 40px;
    text-align: center;
    justify-content: center;
  }
}
.page-menu .first-menu .f-title.active,
.page-menu .first-menu .f-title:hover {
  background: #ed941e;
  color: #fff;
}
.page-menu .first-menu .f-title.active::after,
.page-menu .first-menu .f-title:hover::after {
  width: 100%;
}
.page-menu .first-menu .s-box {
  display: none;
}
.page-menu .first-menu .s-box a {
  font-size: 16px;
  text-align: left;
  justify-content: flex-start;
  background: #fff;
  border: 1px solid #ddd;
  width: 100%;
  padding: 15px 40px;
  display: block;
}
.page-menu .first-menu .s-box a::after {
  display: none;
}
.page-menu .first-menu .s-box a:hover {
  background: #ed941e;
  color: #fff;
}
@media screen and (max-width: 1600px) {
  .page-menu .first-menu .s-box a {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .page-menu .first-menu .s-box a {
    font-size: 12px;
    height: 40px;
    text-align: center;
    justify-content: center;
    line-height: 40px;
    padding: 0;
  }
}
/*面包屑*/
.location {
  display: flex;
  align-items: center;
  color: #999999;
  flex-wrap: wrap;
  padding: 30px 0;
}
.location i {
  color: #9e9e9e;
}
.location span {
  color: var(--dominant-color);
}
.location a {
  color: #666;
  font-size: 16px;
}
.location a i {
  color: var(--dominant-color);
  margin-right: 4px;
}
@media screen and (max-width: 768px) {
  .location a {
    font-size: 12px;
  }
}
.location a:hover {
  text-decoration: underline;
}
/*分页*/
.pager {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 4.167vw;
}
.pager a {
  width: 48px;
  height: 48px;
  margin: 0 6px;
  border: 1px solid #ddd;
  color: #6e6e6e;
  transition: all 0.5s;
  background: #fff;
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  .pager a {
    width: 30px;
    height: 30px;
    font-size: 12px;
    margin: 0 4px;
  }
}
.pager a:hover,
.pager a.active {
  background: var(--dominant-color);
  border-color: var(--dominant-color);
  color: #fff;
}
.pager2 {
  margin-top: 140px;
}
@media screen and (max-width: 768px) {
  .pager2 {
    margin-top: 50px;
    flex-direction: column-reverse;
  }
}
.pager2 .left .prev,
.pager2 .left .next {
  border-radius: 50%;
  width: 60px;
  height: 60px;
  color: #000;
  transition: all 0.5s;
  box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.04);
  margin-right: 20px;
  cursor: pointer;
}
.pager2 .left .prev:hover,
.pager2 .left .next:hover {
  background: #000;
  color: #fff;
}
.pager2 .right {
  flex-basis: calc(100% - 220px);
  color: #d5d5d5;
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .pager2 .right {
    margin-bottom: 20px;
  }
}
.pager2 .right .line1 {
  height: 1px;
  flex: 1;
  background: #d5d5d5;
}
@media screen and (max-width: 768px) {
  .pager2 .right .line1 {
    display: none;
  }
}
.pager2 .right .number {
  flex-basis: 145px;
}
.pager2 .right .number .num {
  color: #000;
  margin-right: 6px;
}
.pager2 .right .number .max {
  margin-left: 6px;
}
.pager2 .right .line2 {
  height: 1px;
  flex-basis: 270px;
  background: #d5d5d5;
}
@media screen and (max-width: 768px) {
  .pager2 .right .line2 {
    display: none;
  }
}
/*内页左右结构*/
.page-box {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .page-box {
    flex-direction: column;
  }
}
.page-box .left {
  flex-basis: 300px;
  position: relative;
}
@media screen and (max-width: 1440px) {
  .page-box .left {
    flex-basis: 200px;
  }
}
@media screen and (max-width: 768px) {
  .page-box .left {
    width: 100%;
    flex-basis: 100%;
  }
}
.page-box .right {
  flex: 1;
  margin-left: 50px;
}
@media screen and (max-width: 768px) {
  .page-box .right {
    margin-left: 0;
  }
}
@media screen and (max-width: 768px) {
  .page-box .right .right-content {
    padding: 10px;
  }
}
.pages {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  margin-bottom: 30px;
  border-top: 1px solid #eee;
  padding-top: 50px;
}
.pages .prev,
.pages .next {
  flex-basis: 100%;
  transition: all 0.5s;
  font-size: 20px;
  color: var(--dominant-color);
  margin-bottom: 20px;
  display: inline-block;
}
.pages .prev:hover,
.pages .next:hover {
  text-decoration: underline;
}
/*新闻资讯*/
.news .news-box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 30px;
}
@media screen and (max-width: 768px) {
  .news .news-box {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 20px;
  }
}
.news .news-box .item {
  transition: all 0.5s;
  border: 1px solid #eee;
  border-radius: 10px;
  padding: 35px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .news .news-box .item {
    padding: 20px;
  }
}
.news .news-box .item .img .imgBox {
  padding-bottom: 50%;
}
.news .news-box .item .text {
  color: #666;
}
.news .news-box .item .text .title {
  color: #000;
  transition: all 0.5s;
  font-size: 20px;
  min-height: 52px;
  font-weight: 600;
}
@media screen and (max-width: 1600px) {
  .news .news-box .item .text .title {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .news .news-box .item .text .title {
    font-size: 16px;
    min-height: auto;
  }
}
.news .news-box .item .text .summary {
  margin: 10px 0 20px;
  font-size: 16px;
  line-height: 1.6;
  transition: all 0.5s;
  color: #666;
  min-height: 52px;
}
@media screen and (max-width: 768px) {
  .news .news-box .item .text .summary {
    font-size: 12px;
    margin: 10px 0;
    min-height: auto;
  }
}
.news .news-box .item .bottom {
  margin-top: 10px;
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
}
.news .news-box .item .bottom .icon {
  margin-left: 10px;
  background: var(--dominant-color);
  width: 25px;
  height: 25px;
  border-radius: 50%;
  transition: all 0.5s;
}
.news .news-box .item .bottom .icon img {
  width: 13px;
}
.news .news-box .item .bottom .time {
  color: #aaaaaa;
  transition: all 0.5s;
}
.news .news-box .item .fade {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 60px;
  height: 60px;
  border-radius: 10px 0 10px 0;
  background: #fff;
  opacity: 0;
  transition: all 0.5s;
}
.news .news-box .item .fade::after {
  content: '';
  width: 80%;
  height: 80%;
  background: var(--dominant-color);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  border-radius: 10px 0 10px 0;
}
.news .news-box .item .fade img {
  width: 21px;
  position: relative;
  z-index: 2;
}
.news .news-box .item:hover {
  background: #fff;
  box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.06);
}
.news .news-box .item:hover .title {
  color: var(--dominant-color);
}
.news .news-box .item:hover .fade {
  opacity: 1;
}
.news .news-box .item:hover .icon {
  background: var(--dominant-color-hover);
}
/*新闻详情*/
.news-detail {
  box-shadow: 0 0 10px 10px rgba(0, 0, 0, 0.01);
  background: #fff;
  margin-top: 50px;
  padding: 80px 0;
}
@media screen and (max-width: 768px) {
  .news-detail {
    margin-top: 0;
    padding: 30px 0;
  }
}
.news-detail .title {
  font-size: 40px;
  line-height: 1.1;
  text-align: center;
  margin: 0 auto 20px;
  max-width: 1000px;
  color: var(--dominant-color);
}
@media screen and (max-width: 1366px) {
  .news-detail .title {
    font-size: 26px;
  }
}
@media screen and (max-width: 768px) {
  .news-detail .title {
    font-size: 20px;
  }
}
.news-detail .mid {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #999;
}
.news-detail .mid .item {
  display: flex;
  align-items: center;
  margin: 0 20px;
  color: #999;
}
.news-detail .mid .item .icon {
  width: 24px;
  height: 20px;
  margin-right: 10px;
}
.news-detail .mid .item .icon img {
  object-fit: contain;
  height: 100%;
}
.news-detail .details {
  width: 90%;
  max-width: 1000px;
  font-size: 16px;
  margin: 30px auto 0;
  color: rgba(0, 0, 0, 0.6);
  line-height: 1.8;
  min-height: 300px;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  padding: 40px 0;
}
@media screen and (max-width: 768px) {
  .news-detail .details {
    font-size: 14px;
  }
  .news-detail .details img {
    max-width: 100% !important;
    height: auto !important;
  }
}
.news-detail .detail-pager {
  margin-top: 40px;
  max-width: 1000px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .news-detail .detail-pager {
    flex-direction: column;
    flex-wrap: wrap;
    align-items: flex-start;
  }
}
.news-detail .detail-pager a {
  font-size: 16px;
  transition: all 0.5s;
  flex-basis: calc((100% - 300px) / 2);
}
@media screen and (max-width: 768px) {
  .news-detail .detail-pager a {
    flex-basis: 100%;
    font-size: 14px;
    margin-bottom: 10px;
  }
}
.news-detail .detail-pager a img {
  transition: all 0.5s;
}
.news-detail .detail-pager a:nth-child(2) img {
  transform: rotate(180deg);
}
.news-detail .detail-pager a:hover {
  text-decoration: underline;
}
.news-detail .detail-pager a:hover img {
  filter: brightness(10);
}
.news-detail .detail-pager .back {
  flex-basis: 140px;
  height: 50px;
  border-radius: 6px;
  background: var(--dominant-color);
  color: #fff;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .news-detail .detail-pager .back {
    order: 4;
    font-size: 14px;
    text-align: left !important;
    flex-basis: 100%;
    margin-top: 30px;
    width: 100%;
    padding: 10px;
  }
}
.news-detail .detail-pager .next {
  text-align: right;
}
/*联系我们*/
.contact .contact1 {
  position: relative;
}
.contact .contact1 .bottom {
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .contact .contact1 .bottom {
    margin-top: 20px;
  }
}
.contact .contact1 .bottom img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  .contact .contact1 {
    flex-direction: column;
  }
}
.contact .contact1 .fade-box {
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .contact .contact1 .fade-box {
    position: initial;
    margin-top: 30px;
  }
}
.contact .contact1 .fade {
  position: absolute;
  right: 0;
  top: 0;
  background: #fff;
  padding: 50px;
  width: 650px;
  box-shadow: 0 0 10px 10px rgba(0, 0, 0, 0.05);
}
@media screen and (max-width: 1600px) {
  .contact .contact1 .fade {
    width: 450px;
  }
}
@media screen and (max-width: 768px) {
  .contact .contact1 .fade {
    position: initial;
    width: 100%;
    padding: 20px;
  }
}
.contact .contact1 .fade .item {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #eee;
}
@media screen and (max-width: 768px) {
  .contact .contact1 .fade .item {
    position: initial;
    width: 100%;
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
}
.contact .contact1 .fade .item .icon {
  border-radius: 50%;
  width: 38px;
  height: 38px;
  background: var(--dominant-color);
  margin-right: 30px;
}
@media screen and (max-width: 768px) {
  .contact .contact1 .fade .item .icon {
    width: 28px;
    height: 28px;
    margin-right: 10px;
  }
}
.contact .contact1 .fade .item .icon img {
  width: 50%;
}
.contact .contact1 .fade .item .text {
  flex: 1;
}
.contact .contact1 .fade .item .text .key {
  font-size: 14px;
  opacity: 0.6;
  margin-bottom: 4px;
}
.contact .contact1 .fade .item .text .value {
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .contact .contact1 .fade .item .text .value {
    font-size: 16px;
  }
}
.contact .contact2 {
  padding-bottom: 0;
}
.contact .contact2 .contact2-box {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .contact .contact2 .contact2-box {
    margin-top: 10px;
  }
}
.contact .contact2 .contact2-box .form {
  grid-gap: 20px;
}
.contact .contact2 .contact2-box .form label {
  position: relative;
  flex-basis: calc((100% - 40px) / 3);
}
@media screen and (max-width: 768px) {
  .contact .contact2 .contact2-box .form label {
    flex-basis: 100% !important;
  }
}
.contact .contact2 .contact2-box .form label span {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 150px;
  color: #000;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .contact .contact2 .contact2-box .form label span {
    font-size: 14px;
  }
}
.contact .contact2 .contact2-box .form label.w66 {
  flex-basis: calc(((100% - 40px) / 3 * 2) + 20px);
}
.contact .contact2 .contact2-box .form label.w100 {
  flex-basis: 100%;
}
.contact .contact2 .contact2-box .form label input,
.contact .contact2 .contact2-box .form label select {
  background: none;
  border: 1px solid #eee;
  text-indent: 0;
  font-size: 16px;
  border-radius: 0;
  padding-left: 20px;
}
@media screen and (max-width: 768px) {
  .contact .contact2 .contact2-box .form label input,
  .contact .contact2 .contact2-box .form label select {
    font-size: 12px;
  }
}
.contact .contact2 .contact2-box .form label textarea {
  background: none;
  border: 1px solid #eee;
  padding: 20px;
  font-size: 16px;
  height: 220px;
  border-radius: 0;
  font-family: '微软雅黑';
}
@media screen and (max-width: 768px) {
  .contact .contact2 .contact2-box .form label textarea {
    height: 100px;
  }
}
.contact .contact2 .contact2-box .form label img {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
.contact .contact2 .contact2-box .form label .check-box {
  width: 18px;
  height: 18px;
  margin-right: 6px;
}
.contact .contact2 .contact2-box .form button {
  width: 140px;
  height: 50px;
  border-radius: 6px;
  margin: 45px auto 0;
  transition: all 0.5s;
}
@media screen and (max-width: 768px) {
  .contact .contact2 .contact2-box .form button {
    margin-top: 10px;
  }
}
.contact .contact2 .contact2-box .form button:hover {
  opacity: 0.6;
}
.contact .contact3 .contact3-box {
  margin-top: 30px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 15px;
}
@media screen and (max-width: 768px) {
  .contact .contact3 .contact3-box {
    grid-template-columns: repeat(1, 1fr);
  }
}
.contact .contact3 .contact3-box .item {
  box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.05);
  padding: 50px 30px;
}
@media screen and (max-width: 768px) {
  .contact .contact3 .contact3-box .item {
    padding: 20px;
  }
}
.contact .contact3 .contact3-box .item .title {
  font-size: 20px;
  color: var(--dominant-color);
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .contact .contact3 .contact3-box .item .title {
    font-size: 16px;
  }
}
.contact .contact3 .contact3-box .item .summary {
  color: #333;
  opacity: 0.6;
  font-size: 16px;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .contact .contact3 .contact3-box .item .summary {
    font-size: 14px;
  }
}
/*人才招聘*/
.recruitment .recruitment-box .item {
  margin-bottom: 30px;
  border-bottom: 1px solid #eee;
  padding-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .recruitment .recruitment-box .item {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
}
.recruitment .recruitment-box .item:first-child {
  border-top: 1px solid #eee;
  padding-top: 30px;
}
@media screen and (max-width: 768px) {
  .recruitment .recruitment-box .item:first-child {
    padding-top: 20px;
  }
}
.recruitment .recruitment-box .item .top {
  font-size: 24px;
  cursor: pointer;
  transition: all 0.5s;
}
@media screen and (max-width: 1600px) {
  .recruitment .recruitment-box .item .top {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .recruitment .recruitment-box .item .top {
    font-size: 16px;
  }
}
.recruitment .recruitment-box .item .top .title {
  color: var(--dominant-color);
  margin-bottom: 10px;
  font-weight: 600;
}
.recruitment .recruitment-box .item .top .summary-box {
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .recruitment .recruitment-box .item .top .summary-box {
    font-size: 12px;
  }
}
.recruitment .recruitment-box .item .top .summary-box .time {
  opacity: 0.6;
}
.recruitment .recruitment-box .item .bottom {
  margin-top: 30px;
  padding: 40px;
  display: none;
  background: #fafafa;
}
@media screen and (max-width: 768px) {
  .recruitment .recruitment-box .item .bottom {
    padding: 20px;
  }
}
.recruitment .recruitment-box .item .bottom .b-item {
  margin-bottom: 40px;
}
.recruitment .recruitment-box .item .bottom .b-item .key {
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .recruitment .recruitment-box .item .bottom .b-item .key {
    font-size: 16px;
  }
}
.recruitment .recruitment-box .item .bottom .b-item .value {
  margin-top: 20px;
  font-size: 16px;
  opacity: 0.6;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .recruitment .recruitment-box .item .bottom .b-item .value {
    font-size: 14px;
  }
}
.recruitment .recruitment-box .item .b-link {
  font-size: 20px;
  color: var(--dominant-color);
}
@media screen and (max-width: 768px) {
  .recruitment .recruitment-box .item .b-link {
    font-size: 14px;
  }
}
.recruitment .recruitment-box .item .b-link a:hover {
  text-decoration: underline;
}
/*服务支持*/
@media screen and (max-width: 768px) {
  .support .top {
    flex-direction: column;
  }
}
.support .top .left {
  flex-basis: 400px;
}
@media screen and (max-width: 768px) {
  .support .top .left {
    flex-basis: auto;
    width: 100%;
  }
}
.support .top .left label {
  display: block;
  position: relative;
}
.support .top .left label input {
  width: 100%;
  height: 50px;
  border-radius: 6px;
  border: 1px solid #eee;
}
.support .top .left label button {
  position: absolute;
  top: 0;
  right: 0;
  height: 50px;
  width: 80px;
  background: none;
}
.support .top .left label button img {
  width: 18px;
}
.support .top .right {
  flex: 1;
  margin-left: 50px;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .support .top .right {
    margin-left: 0;
    margin-top: 30px;
    width: 100%;
  }
}
.support .top .right form {
  display: flex;
  grid-gap: 30px;
  flex-wrap: wrap;
}
.support .bottom {
  margin-top: 30px;
}
.support .bottom .item {
  padding: 30px 40px;
  font-size: 16px;
  border-bottom: 1px solid #eee;
}
@media screen and (max-width: 768px) {
  .support .bottom .item {
    padding: 20px 0;
    flex-wrap: wrap;
  }
}
.support .bottom .item .title {
  flex: 1;
  margin-right: 30px;
}
@media screen and (max-width: 768px) {
  .support .bottom .item .title {
    flex-basis: 100%;
    margin-bottom: 6px;
  }
}
.support .bottom .item .type,
.support .bottom .item .time {
  flex-basis: 300px;
}
@media screen and (max-width: 1600px) {
  .support .bottom .item .type,
  .support .bottom .item .time {
    flex-basis: 200px;
  }
}
@media screen and (max-width: 768px) {
  .support .bottom .item .type,
  .support .bottom .item .time {
    flex-basis: 80px;
    font-size: 12px;
  }
}
.support .bottom .item .download {
  flex-basis: 100px;
  background: none;
}
@media screen and (max-width: 768px) {
  .support .bottom .item .download {
    margin-right: 0;
    margin-left: auto;
  }
}
.support .bottom .item .download img {
  width: 19px;
}
.support .bottom .item-top {
  background: var(--dominant-color);
  color: #fff;
}
@media screen and (max-width: 768px) {
  .support .bottom .item-top {
    display: none;
  }
}
/*产品中心*/
.product {
  width: 100%;
  margin-bottom: 200px;
  align-items: stretch !important;
}
@media screen and (max-width: 768px) {
  .product {
    margin-top: 0;
  }
}
.product .product-line {
  position: fixed;
  width: 30px;
  height: 100px;
  background: var(--dominant-color);
  top: 30%;
  left: 0;
  z-index: 5;
  color: #fff;
  cursor: pointer;
}
.product .product-line .product-line-click {
  height: 100%;
}
.product .left {
  flex-basis: 320px;
  border-right: 1px solid #eee;
  padding-top: 60px;
  border-left: 1px solid #eee;
  z-index: 5;
}
@media screen and (max-width: 768px) {
  .product .left {
    position: fixed;
    background: #fff;
    width: 100%;
    top: 0;
    z-index: 99;
    height: 100vh;
    overflow: auto;
    left: -100vw;
    transition: all 0.5s;
  }
}
.product .left.active {
  left: 0;
}
.product .left .product-close {
  position: absolute;
  right: 20px;
  top: 20px;
  font-size: 20px;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .product .left .product-menu-box {
    overflow: auto;
  }
}
.product .left .product-menu {
  position: sticky;
  top: 100px;
}
@media screen and (max-width: 768px) {
  .product .left .product-menu {
    position: initial;
    width: 100%;
  }
}
.product .left .product-menu .title {
  font-weight: 600;
  font-size: 24px;
  color: var(--dominant-color);
  padding-left: 40px;
  margin-bottom: 20px;
}
@media screen and (max-width: 1600px) {
  .product .left .product-menu .title {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .product .left .product-menu .title {
    font-size: 16px;
  }
}
.product .left .product-menu .first-item {
  border-bottom: 1px solid #eee;
}
.product .left .product-menu .first-item:first-child {
  border-top: 1px solid #eee;
}
.product .left .product-menu .first-item .first-item-title {
  font-size: 20px;
  height: 70px;
  padding-left: 60px;
  border-bottom: 1px solid #eee;
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
  transition: all 0.5s;
}
@media screen and (max-width: 1600px) {
  .product .left .product-menu .first-item .first-item-title {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .product .left .product-menu .first-item .first-item-title {
    height: 50px;
    font-size: 14px;
  }
}
.product .left .product-menu .first-item .first-item-title::after {
  content: '';
  width: 10px;
  height: 7px;
  background: url('../images/img35.png') no-repeat center / contain;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  right: calc(100% - 50px);
  filter: brightness(0);
  transform: rotate(-90deg);
  transition: all 0.5s;
}
.product .left .product-menu .first-item .first-item-title.active {
  color: var(--dominant-color);
}
.product .left .product-menu .first-item .first-item-title.active::after {
  filter: none;
  transform: rotate(0deg);
}
.product .left .product-menu .first-item .second-box {
  background: #f5f5f5;
  display: none;
}
.product .left .product-menu .first-item .second-item-title {
  font-size: 16px;
  height: 60px;
  border-bottom: 1px solid #eee;
  padding-left: 60px;
  display: flex;
  align-items: center;
  cursor: pointer;
  transition: all 0.5s;
}
@media screen and (max-width: 1600px) {
  .product .left .product-menu .first-item .second-item-title {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .product .left .product-menu .first-item .second-item-title {
    height: 40px;
    font-size: 12px;
  }
}
.product .left .product-menu .first-item .second-item-title.active {
  color: var(--dominant-color);
}
.product .left .product-menu .first-item .second-item-title.active i {
  transform: rotate(0);
  filter: none ;
}
.product .left .product-menu .first-item .second-item-title i {
  margin-right: 10px;
  width: 10px;
  height: 7px;
  transition: all 0.5s;
  background: url(../images/img35.png) no-repeat center / contain;
  transform: rotate(-90deg);
  filter: brightness(0);
}
.product .left .product-menu .first-item .three-box {
  display: none;
}
.product .left .product-menu .first-item .three-item-title {
  font-size: 14px;
  height: 50px;
  border-bottom: 1px solid #eee;
  padding-left: 80px;
  display: flex;
  align-items: center;
  cursor: pointer;
  transition: all 0.5s;
}
@media screen and (max-width: 1600px) {
  .product .left .product-menu .first-item .three-item-title {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .product .left .product-menu .first-item .three-item-title {
    height: 40px;
    font-size: 12px;
  }
}
.product .left .product-menu .first-item .three-item-title.active {
  color: var(--dominant-color);
}
.product .right {
  width: calc(100% - 320px);
  padding: 40px;
}
@media screen and (max-width: 768px) {
  .product .right {
    width: 100%;
    padding: 20px;
    overflow: hidden;
  }
}
.product .right .top {
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 768px) {
  .product .right .top {
    flex-direction: column;
  }
}
.product .right .top .t-left {
  flex-basis: 400px;
}
@media screen and (max-width: 768px) {
  .product .right .top .t-left {
    flex-basis: auto;
    width: 100%;
  }
}
.product .right .top .t-left label {
  display: block;
  width: 100%;
  position: relative;
}
.product .right .top .t-left label input {
  width: 100%;
  border: 1px solid #eee;
  height: 50px;
  font-size: 16px;
  border-radius: 6px;
}
.product .right .top .t-left label button {
  background: none;
  height: 50px;
  width: 80px;
  position: absolute;
  top: 0;
  right: 0;
}
.product .right .top .t-left label button img {
  width: 18px;
}
.product .right .top .t-right {
  flex: 1;
  margin-left: 40px;
}
@media screen and (max-width: 768px) {
  .product .right .top .t-right {
    margin-left: 0;
    width: 100%;
    margin-top: 10px;
  }
}
.product .right .top .t-right .number {
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .product .right .top .t-right .number {
    font-size: 12px;
  }
}
.product .right .top .t-right .number span {
  color: var(--dominant-color);
}
.product .right .top .t-right .share-box {
  flex-basis: 160px;
  font-size: 16px;
  color: var(--dominant-color);
}
@media screen and (max-width: 768px) {
  .product .right .top .t-right .share-box {
    font-size: 12px;
    justify-content: flex-end;
  }
}
.product .right .top .t-right .share-box a:hover {
  text-decoration: underline;
}
.product .right .top .t-right .share-box .share {
  position: relative;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .product .right .top .t-right .share-box .share {
    display: none;
  }
}
.product .right .top .t-right .share-box .share .share-container {
  opacity: 0;
  pointer-events: none;
  position: absolute;
  width: 150px;
  height: 50px;
  top: 20px;
  transition: all 0.5s;
}
.product .right .top .t-right .share-box .share .share-container .srln_pop_bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.product .right .top .t-right .share-box .share .share-container .ys_share {
  display: flex;
  padding: 14px 10px 8px;
  position: relative;
  z-index: 2;
  grid-gap: 10px;
}
.product .right .top .t-right .share-box .share:hover .share-container {
  opacity: 1;
  pointer-events: auto;
}
.product .right .bottom {
  margin-top: 30px;
}
.product .right .bottom .sticky {
  position: sticky;
  top: 80px;
  z-index: 3;
}
@media screen and (max-width: 768px) {
  .product .right .bottom .sticky {
    top: 0;
  }
}
.product .right .bottom .sticky::before {
  content: '';
  width: 100%;
  height: 100%;
  left: -100%;
  background: #fff;
  top: 0;
  position: absolute;
  z-index: 4;
}
.product .right .bottom .sticky::after {
  content: '';
  width: 100%;
  height: 100%;
  right: -100%;
  background: #fff;
  top: 0;
  position: absolute;
  z-index: 4;
}
.product .right .bottom .b-top-overflow {
  overflow: hidden;
}
.product .right .bottom .b-top {
  background: #f5f5f5;
  border-bottom: none;
  position: relative;
  z-index: 2;
}
.product .right .bottom .b-top .select-click {
  cursor: pointer;
}
.product .right .bottom .b-top .select-click.on {
  background: var(--dominant-color);
}
.product .right .bottom .b-top .select-click.on img {
  filter: brightness(100);
}

.product .right .bottom .b-top .select-click img {
  width: 19px;
  filter: brightness(0);
  transition: all 0.5s;
}
.product .right .bottom .b-top .select-click:hover img {
  filter: none;
}
.product .right .bottom .b-top .select-click .show {
  display: none;
  width: 200px;
  z-index: 2;
  top: 0;
  left: 0;
  border: 1px solid #DADADA;
  background: #f4f4f4;
  position: absolute;
}
.product .right .bottom .b-top .select-click .show .show-top {
  height: 40px;
  background: #DADADA;
  font-size: 20px;
  padding-right: 20px;
}
.product .right .bottom .b-top .select-click .show .show-top i {
  cursor: pointer;
}
.product .right .bottom .b-top .select-click .show .show-bottom {
  padding: 20px;
  max-height: 50vh;
  overflow: auto;
}
.product .right .bottom .b-top .select-click .show .show-bottom label {
  display: block;
  margin-bottom: 10px;
}
.product .right .bottom .b-top .select-click .show .show-bottom .reset {
  margin-top: 30px;
}
.product .right .bottom .b-top .select-click .show .show-bottom .reset:hover {
  text-decoration: underline;
}
.product .right .bottom .b-top .item {
  background: #f5f5f5;
}
.product .right .bottom .b-top .items:first-child .item {
  border-top: 1px solid #e5e5e5;
  cursor: pointer;
}
.product .right .bottom .b-top .items:first-child .item::before {
  content: "";
  position: absolute;
  right: 5px;
  top: 28px;
  width: calc(64px / 4);
  height: calc(47px / 4);
  background: url('../images/svg/jianrg.svg') center / cover no-repeat;
  transform: rotate(90deg);
  opacity: 0;
}
.product .right .bottom .b-top .items:first-child .item::after {
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 50%;
  position: absolute;
  top: 10px;
  right: 10px;
  background: var(--dominant-color);
  transition: al 0.5s;
  opacity: 0;
}
.product .right .bottom .b-top .items:first-child .item.active::after {
  opacity: 1;
}
.product .right .bottom .b-top .items:first-child .item.act1::before {
  opacity: 1;
}
.product .right .bottom .b-top .items:first-child .item.act2::before {
  opacity: 1;
  transform: rotate(270deg);
}
.product .right .bottom .b-top .items:first-child .item:hover {
  background: #f1f1f1;
}
.product .right .bottom .mid-scroll {
  overflow: scroll;
}
.product .right .bottom .mid-line {
  width: 1600px;
  height: 1px;
}
.product .right .bottom .b-bottom-overflow {
  overflow: hidden;
}
.product .right .bottom .b-bottom {
  margin-top: 10px;
  border-bottom: none;
}
@media screen and (max-width: 768px) {
  .product .right .bottom .b-bottom {
    overflow: auto;
  }
}
.product .right .bottom .b-bottom .item {
  background: #fff;
}
.product .right .bottom .b-bottom .items:first-child .item {
  border-top: 1px solid #e5e5e5;
}
.product .right .bottom .b-bottom .items .item:first-child label {
  margin-right: 5px;
}
.product .right .bottom .b-bottom .items:hover .item {
  background: #f1f1f1;
}
.product .right .items {
  display: flex;
  position: relative;
  padding-left: 180px;
}
@media screen and (max-width: 768px) {
  .product .right .items {
    padding-left: 0;
  }
}
.product .right .items .item {
  flex-shrink: 0;
  padding: 15px;
  width: 140px;
  display: flex;
  align-items: center;
  font-size: 16px;
  border-bottom: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
  position: relative;
}
@media screen and (max-width: 768px) {
  .product .right .items .item {
    font-size: 12px;
  }
}
.product .right .items .item:first-child {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  z-index: 2;
  width: 180px;
}
@media screen and (max-width: 768px) {
  .product .right .items .item:first-child {
    position: initial;
    height: auto;
  }
}
.product .right .items .item img {
  width: 47px;
  object-fit: contain;
}
.product-detail {
  margin-top: -220px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .product-detail {
    margin-top: -100px;
  }
}
.product-detail .product-detail-top {
  padding: 80px;
  background: #fff url('../images/img49.jpg') no-repeat bottom right;
  box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.03);
}
@media screen and (max-width: 768px) {
  .product-detail .product-detail-top {
    padding: 20px;
    flex-direction: column;
  }
}
.product-detail .product-detail-top .img {
  width: 360px;
  background: #f5f5f5;
}
@media screen and (max-width: 768px) {
  .product-detail .product-detail-top .img {
    width: 100%;
  }
}
.product-detail .product-detail-top .img img {
  object-fit: contain;
}
.product-detail .product-detail-top .text {
  flex: 1;
  margin-left: 70px;
}
@media screen and (max-width: 768px) {
  .product-detail .product-detail-top .text {
    margin-top: 30px;
    margin-left: 0;
  }
}
.product-detail .product-detail-top .text .title {
  font-size: 24px;
  font-weight: 600;
  color: var(--dominant-color);
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .product-detail .product-detail-top .text .title {
    font-size: 16px;
  }
}
.product-detail .product-detail-top .text .summary {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.6);
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .product-detail .product-detail-top .text .summary {
    font-size: 14px;
  }
}
.product-detail .product-detail-top .text .button-box {
  margin-top: 30px;
  grid-gap: 20px;
}
@media screen and (max-width: 768px) {
  .product-detail .product-detail-top .text .button-box {
    flex-direction: column;
  }
}
.product-detail .product-detail-top .text .button-box .item {
  padding: 15px 20px;
  border: 1px solid rgba(4, 105, 101, 0.2);
  border-radius: 6px;
  font-size: 16px;
  color: var(--dominant-color);
  transition: all 0.5s;
}
@media screen and (max-width: 768px) {
  .product-detail .product-detail-top .text .button-box .item {
    width: 100%;
  }
}
.product-detail .product-detail-top .text .button-box .item img {
  width: 20px;
  margin-right: 10px;
}
.product-detail .product-detail-top .text .button-box .item:hover {
  background: var(--dominant-color);
  color: #fff;
}
.product-detail .product-detail-top .text .button-box .item:hover img {
  filter: brightness(100);
}
.product-detail .product-detail-bottom .b-top {
  font-size: 30px;
  color: rgba(0, 0, 0, 0.4);
  grid-gap: 60px;
  border-bottom: 1px solid #eee;
  margin-bottom: 45px;
}
@media screen and (max-width: 1600px) {
  .product-detail .product-detail-bottom .b-top {
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  .product-detail .product-detail-bottom .b-top {
    font-size: 16px;
    grid-gap: 20px;
    margin-bottom: 20px;
  }
}
.product-detail .product-detail-bottom .b-top .item {
  position: relative;
  padding-bottom: 10px;
  font-weight: 600;
  cursor: pointer;
}
.product-detail .product-detail-bottom .b-top .item::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 4px;
  background: var(--dominant-color);
  transition: all 0.5s;
}
.product-detail .product-detail-bottom .b-top .item.active {
  color: var(--dominant-color);
}
.product-detail .product-detail-bottom .b-top .item.active::after {
  width: 100%;
}
.product-detail .product-detail-bottom .b-bottom .item {
  display: none;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.6);
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .product-detail .product-detail-bottom .b-bottom .item {
    font-size: 14px;
  }
}
.product-detail .product-detail-bottom .b-bottom .item.active {
  display: block;
}
.product-detail .product-detail-bottom .b-bottom .item table {
  /*width: 100% !important;*/
  border-top: 1px solid #eee;
  border-left: 1px solid #eee;
  /*height: auto !important;*/
}
.product-detail .product-detail-bottom .b-bottom .item table tr {
  /*display: flex;*/
  /*width: auto !important;*/
  /*height: auto !important;*/
}
.product-detail .product-detail-bottom .b-bottom .item table td {
  /*flex: 1;*/
  padding: 20px;
  border-right: 1px solid #eee;
  border-bottom: 1px solid #eee;
  /*width: auto !important;*/
  /*height: auto !important;*/
}
@media screen and (max-width: 768px) {
  .product-detail .product-detail-bottom .b-bottom .item table td {
    padding: 10px;
  }
}
.product-detail .product-detail-contact {
  border: 1px solid #eee;
  margin-bottom: 200px;
  align-items: stretch;
}
@media screen and (max-width: 768px) {
  .product-detail .product-detail-contact {
    flex-direction: column;
    margin-bottom: 50px;
  }
}
.product-detail .product-detail-contact .left {
  flex-basis: 32%;
  position: relative;
}
.product-detail .product-detail-contact .left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  .product-detail .product-detail-contact .left img {
    height: 200px;
  }
}
.product-detail .product-detail-contact .left .text {
  position: absolute;
  top: 0;
  left: 0;
  padding: 40px;
}
.product-detail .product-detail-contact .right {
  flex: 1;
  padding: 60px;
}
@media screen and (max-width: 1600px) {
  .product-detail .product-detail-contact .right {
    padding: 50px;
  }
}
@media screen and (max-width: 1366px) {
  .product-detail .product-detail-contact .right {
    padding: 40px;
  }
}
@media screen and (max-width: 768px) {
  .product-detail .product-detail-contact .right {
    padding: 20px;
  }
}
.product-detail .product-detail-contact .right input,
.product-detail .product-detail-contact .right textarea {
  background: none;
  border: 1px solid #eee;
  border-radius: 0;
}
.product-detail .product-detail-contact .right button {
  width: 140px;
  margin-left: 0;
  margin-right: auto;
  height: 50px;
}
/*关于我们*/
.about {
  overflow: hidden;
}
.about .about01 {
  position: relative;
}
.about .about01 .bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .about .about01 .bottom {
    flex-direction: column;
  }
}
.about .about01 .bottom .right {
  flex-basis: 48%;
  margin-left: 120px;
}
.about .about01 .bottom .right img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .about .about01 .bottom .right {
    margin-left: 0;
  }
}
.about .about01 .bottom .left {
  flex: 1;
  max-width: 1100px;
}
.about .about01 .bottom .left .summary {
  margin-top: 20px;
  line-height: 2;
}
.about .about02 {
  height: 180px;
  background: linear-gradient(to right, #0ab496, #046965);
}
@media screen and (max-width: 768px) {
  .about .about02 {
    height: auto;
    padding: 30px 0;
  }
}
.about .about02 .number {
  height: fit-content;
  max-width: 960px;
  color: #fff;
  grid-gap: 220px;
}
@media screen and (max-width: 1440px) {
  .about .about02 .number {
    flex-wrap: wrap;
    grid-gap: 150px;
  }
}
@media screen and (max-width: 768px) {
  .about .about02 .number {
    grid-gap: 40px;
  }
}
.about .about02 .number .text {
  align-items: baseline;
}
.about .about02 .number .text .title {
  position: relative;
  font-size: 16px;
}
.about .about02 .number .text .title span {
  font-family: BebasNeue;
  font-size: 40px;
}
@media screen and (max-width: 1440px) {
  .about .about02 .number .text .title span {
    font-size: 30px;
  }
}
@media screen and (max-width: 768px) {
  .about .about02 .number .text .title span {
    font-size: 24px;
  }
}
.about .about02 .number .text .summary {
  font-size: 16px;
  opacity: 0.6;
}
@media screen and (max-width: 768px) {
  .about .about02 .number .text .summary {
    font-size: 12px;
  }
}
.about .about03 {
  padding: 150px 0;
}
@media screen and (max-width: 1600px) {
  .about .about03 {
    padding: 80px 0;
  }
}
@media screen and (max-width: 768px) {
  .about .about03 {
    padding: 50px 0;
  }
}
.about .about03 .about03-box {
  background: #fff;
  display: flex;
  height: 300px;
}
@media screen and (max-width: 768px) {
  .about .about03 .about03-box {
    height: auto;
    flex-direction: column;
  }
}
.about .about03 .about03-box .left {
  flex-basis: 28%;
}
.about .about03 .about03-box .left .title {
  font-size: 30px;
  margin-top: 50px;
  margin-left: 40px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .about .about03 .about03-box .left .title {
    font-size: 20px;
    margin-top: 20px;
    margin-left: 20px;
    margin-bottom: 20px;
  }
}
.about .about03 .about03-box .right {
  flex: 1;
  padding-left: 100px;
  padding-right: 100px;
  grid-gap: 80px;
}
@media screen and (max-width: 1600px) {
  .about .about03 .about03-box .right {
    padding-left: 70px;
    padding-right: 70px;
    grid-gap: 60px;
  }
}
@media screen and (max-width: 1366px) {
  .about .about03 .about03-box .right {
    padding-left: 40px;
    padding-right: 40px;
    grid-gap: 30px;
  }
}
@media screen and (max-width: 768px) {
  .about .about03 .about03-box .right {
    flex-direction: column;
    padding: 20px;
    align-items: flex-start;
  }
}
.about .about03 .about03-box .right .item {
  align-items: center;
}
.about .about03 .about03-box .right .item .icon {
  margin-right: 30px;
  width: 68px;
  height: 68px;
  border: 2px solid #1da5a0;
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  .about .about03 .about03-box .right .item .icon {
    width: 40px;
    height: 40px;
  }
}
.about .about03 .about03-box .right .item .icon img {
  width: 50%;
}
.about .about03 .about03-box .right .item .text {
  flex: 1;
}
.about .about03 .about03-box .right .item .text .key {
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .about .about03 .about03-box .right .item .text .key {
    font-size: 16px;
  }
}
.about .about03 .about03-box .right .item .text .value {
  font-size: 16px;
  opacity: 0.6;
  margin-top: 6px;
}
@media screen and (max-width: 768px) {
  .about .about03 .about03-box .right .item .text .value {
    font-size: 14px;
  }
}
.about .about03 .about03-box .right .item:nth-child(1) {
  flex-basis: 50%;
}
.about .about03 .about03-box .right .item:nth-child(1) {
  flex-basis: 50%;
}
.about .about04 {
  padding: 130px 0 150px;
  text-align: center;
}
.about .about04 img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .about .about04 {
    padding: 50px 0;
  }
}
.about .about04 img {
  max-width: 1200px;
  width: 90%;
}

@media screen and (min-width: 1921px) {
  .about .about04 img {
    max-width: 62.5vw;
  }
}

/*搜索结果*/
.search .page-title {
  border-bottom: 1px solid #eee;
  margin-bottom: 20px;

}
.search .search-box {
  grid-template-columns: repeat(4, 1fr);
    display: grid;
  margin-top: 40px;
    grid-gap: 30px;
  .img {
      border: 1px solid #eee;
    }

    .text {
      margin-top: 10px;

      .title {
        font-size: 16px;
      }

      .summary {
        font-size: 14px;
        color: #666;
      }
    }
  @media screen and (max-width: 768px) {
      grid-template-columns: repeat(2, 1fr);
      grid-gap: 20px;
    }
}
.search .search-box .download-box .item .time {
  flex-basis: 180px;
}
@media screen and (max-width: 768px) {
  .search .search-box .download-box .item .time {
    flex-basis: 70px;
  }
}
.search .search-box .type {
  flex-basis: 180px;
}
@media screen and (max-width: 768px) {
  .search .search-box .type {
    flex-basis: 60px;
  }
}
.solution .items {
  padding: 120px 0;
  margin-bottom: 35px;
  position: relative;
}
@media screen and (max-width: 1440px) {
  .solution .items {
    padding: 100px 0;
  }
}
@media screen and (max-width: 768px) {
  .solution .items {
    padding: 40px 0;
  }
}
.solution .items::after {
  content: '';
  width: 50%;
  height: 100%;
  position: absolute;
  background: linear-gradient(to right, rgba(255, 255, 255, 0), #ffffff);
  top: 0;
  right: 0;
}
@media screen and (max-width: 768px) {
  .solution .items::after {
    background: #fff;
    width: 100%;
    opacity: 0.7;
  }
}
.solution .items .text {
  width: 100%;
  max-width: 520px;
  margin-right: 0;
  margin-left: auto;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .solution .items .text {
    max-width: 90%;
    margin-right: auto !important;
    margin-left: auto !important;
  }
}
.solution .items .text .t-title {
  color: var(--dominant-color);
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 10px;
}
@media screen and (max-width: 1600px) {
  .solution .items .text .t-title {
    font-size: 24px;
  }
}
@media screen and (max-width: 1440px) {
  .solution .items .text .t-title {
    font-size: 20px;
  }
}
.solution .items .text .lists .list {
  background: #f7f7f7;
  padding: 20px;
  margin-top: 2px;
  transition: all 0.5s;
  font-size: 20px;
}
@media screen and (max-width: 1600px) {
  .solution .items .text .lists .list {
    font-size: 18px;
  }
}
@media screen and (max-width: 1440px) {
  .solution .items .text .lists .list {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .solution .items .text .lists .list {
    font-size: 12px;
    padding: 10px;
  }
}
.solution .items .text .lists .list i {
  opacity: 0;
  transition: opacity 0.5s;
  margin-left: 30px;
}
.solution .items .text .lists .list:hover {
  background: var(--dominant-color);
  color: #fff;
}
.solution .items .text .lists .list:hover i {
  opacity: 1;
}
.solution .items:nth-child(even) .text {
  margin-left: 0;
  margin-right: auto;
}
.solution .items:nth-child(even)::after {
  background: linear-gradient(to left, rgba(255, 255, 255, 0), #ffffff);
  left: 0;
}
.solution-detail .items {
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .solution-detail .items {
    margin-bottom: 40px;
  }
}
.solution-detail .items .i-top {
  border-bottom: 1px solid #eee;
  margin-bottom: 30px;
  padding-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .solution-detail .items .i-top {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
}
.solution-detail .items .i-top .icon {
  flex-basis: 50px;
}
@media screen and (max-width: 768px) {
  .solution-detail .items .i-top .icon {
    flex-basis: 30px;
  }
}
.solution-detail .items .i-top .icon img {
  height: 28px;
}
@media screen and (max-width: 768px) {
  .solution-detail .items .i-top .icon img {
    height: 20px;
  }
}
.solution-detail .items .i-top .title {
  transform: translateY(3px);
  line-height: 1;
  font-weight: 600;
  flex: 1;
  font-size: 30px;
  color: var(--dominant-color);
}
@media screen and (max-width: 1600px) {
  .solution-detail .items .i-top .title {
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  .solution-detail .items .i-top .title {
    font-size: 18px;
  }
}
.solution-detail .items .i-bottom {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.6);
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .solution-detail .items .i-bottom {
    font-size: 14px;
  }
}
.solution-detail .items .i-bottom .item {
  margin-bottom: 2px;
}
.solution-detail .items .i-bottom .item .b-top {
  background: #f7f7f7;
  height: 70px;
  padding: 0 35px;
  cursor: pointer;
  color: #333333;
}
@media screen and (max-width: 768px) {
  .solution-detail .items .i-bottom .item .b-top {
    padding: 0 20px;
    height: 50px;
  }
}
.solution-detail .items .i-bottom .item .b-top .title {
  font-size: 20px;
  transition: all 0.5s;
}
@media screen and (max-width: 768px) {
  .solution-detail .items .i-bottom .item .b-top .title {
    font-size: 16px;
  }
}
.solution-detail .items .i-bottom .item .b-top .fa-angle-down {
  transition: all 0.5s;
}
.solution-detail .items .i-bottom .item .b-top.active {
  color: var(--dominant-color);
}
.solution-detail .items .i-bottom .item .b-top.active .fa-angle-down {
  transform: rotate(180deg);
}
.solution-detail .items .i-bottom .item .b-bottom {
  padding: 35px;
  display: none;
}
@media screen and (max-width: 768px) {
  .solution-detail .items .i-bottom .item .b-bottom {
    padding: 20px;
  }
}
.solution-detail .items .i-bottom .item .b-bottom li {
  border-bottom: 1px solid #eee;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .solution-detail .items .i-bottom .item .b-bottom li {
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
}
/*网格布局*/
.grid-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.grid-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.grid-4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.grid-5 {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}
.grid-6 {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
}
.grid-gap-10 {
  grid-gap: 0.521vw;
}
.grid-gap-20 {
  grid-gap: 1.042vw;
}
.grid-gap-30 {
  grid-gap: 1.5625vw;
}
.grid-gap-40 {
  grid-gap: 2.083vw;
}
@media screen and (max-width: 1600px) {
  .grid-1600-1 {
    grid-template-columns: repeat(1, 1fr);
  }
  .grid-1600-2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .grid-1600-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .grid-1600-4 {
    grid-template-columns: repeat(4, 1fr);
  }
  .grid-1600-5 {
    grid-template-columns: repeat(5, 1fr);
  }
}
@media screen and (max-width: 1280px) {
  .grid-1280-1 {
    grid-template-columns: repeat(1, 1fr);
  }
  .grid-1280-2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .grid-1280-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .grid-1280-4 {
    grid-template-columns: repeat(4, 1fr);
  }
  .grid-1280-5 {
    grid-template-columns: repeat(5, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .grid-768-1 {
    grid-template-columns: repeat(1, 1fr);
  }
  .grid-768-2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .grid-768-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .grid-768-4 {
    grid-template-columns: repeat(4, 1fr);
  }
  .grid-768-5 {
    grid-template-columns: repeat(5, 1fr);
  }
}
/*弹性布局*/
.flex-center,
.flex-left,
.flex-right,
.flex-between {
  display: flex;
}
.flex-center {
  align-items: center;
  justify-content: center;
}
.flex-left {
  align-items: center;
  justify-content: flex-start;
}
.flex-right {
  align-items: center;
  justify-content: flex-end;
}
.flex-between {
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .flex-phone-direction-column {
    flex-direction: column;
  }
  .flex-phone-direction-column-r {
    flex-direction: column-reverse;
  }
  .flex-phone-direction-row {
    flex-direction: row;
  }
  .flex-phone-direction-row-r {
    flex-direction: row-reverse;
  }
}

.form input.min{
  width: 50% !important;
}
.code_pic{
  margin-left: 10px;
  height: 50px;
  position: relative;
}

.form label img.code_pic{

  position: relative !important;
}
