@charset "utf-8";
@font-face {
  font-family: 'Montserrat-Bold';
  src: url('../fonts/MONTSERRAT-MEDIUM-7.OTF');
}
@font-face {
  font-family: 'Montserrat-Regular';
  src: url('../fonts/MONTSERRAT-REGULAR-8.OTF');
}
@font-face {
  font-family: 'Montserrat-light';
  src: url('../fonts/MONTSERRAT-LIGHT-6.OTF');
}
.ones-text {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.twos-text {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.clearfix:after,
.clearfix:before {
  content: '';
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  zoom: 1;
}
.picture {
  /*position: relative;*/
  overflow: hidden;
  /*z-index: 10;*/
  will-change: transform;
  /* 提示浏览器优化渲染 */
  -webkit-backface-visibility: hidden;
  /* 修复渲染问题 */
}
.picture img {
  transition: all 0.55s;
  -moz-transition: all 0.55s;
  -webkit-transition: all 0.55s;
}
.each-item:hover .picture img {
  transform: scale(1.06);
  -moz-transform: scale(1.06);
  -webkit-transform: scale(1.06);
  zoom: 1.06 \9;
}
/*flex 布局*/
.flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.flex-hc {
  -webkit-box-pack: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.flex-zBetween {
  -webkit-box-pack: justify;
  -moz-justify-content: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.flex-zEnd {
  -webkit-box-pack: end;
  -moz-justify-content: flex-end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.flex-zStart {
  -webkit-box-pack: start;
  -moz-justify-content: flex-start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.flex-ac {
  -webkit-box-align: center;
  -moz-align-items: center;
  -webkit-align-items: center;
  align-items: center;
}
.flex-cStart {
  -webkit-box-align: start;
  -moz-align-items: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.flex-cEnd {
  -webkit-box-align: end;
  -moz-align-items: flex-end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
.flex-cBaseline {
  -webkit-box-align: baseline;
  -moz-align-items: baseline;
  -webkit-align-items: baseline;
  align-items: baseline;
}
.flex-cStretch {
  -webkit-box-align: stretch;
  -moz-align-items: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
}
.flex-zTopBottom {
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.flex-zBottomTop {
  -webkit-box-pack: end;
  -webkit-box-direction: reverse;
  -webkit-box-orient: vertical;
  -moz-flex-direction: column-reverse;
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
.flex-zLeftRight {
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
.flex-zRightLeft {
  -webkit-box-pack: end;
  -webkit-box-direction: reverse;
  -webkit-box-orient: horizontal;
  -moz-flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.flex-shrink {
  -webkit-box-flex: 0;
  -moz-flex-shrink: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.flex-center {
  -webkit-align-content: center;
  align-content: center;
}
.flex-start {
  -webkit-align-content: flex-start;
  align-content: flex-start;
}
.flex-end {
  -webkit-align-content: flex-end;
  align-content: flex-end;
}
.flex-between {
  -webkit-align-content: space-between;
  align-content: space-between;
}
.flex-container {
  -webkit-align-content: space-around;
  align-content: space-around;
}
.flex-wrap {
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flex-nowrap {
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  -o-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.flex_bd {
  -prefix-box-flex: 1;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.font-h {
  font-family: 'Montserrat-Bold', 'MicrosoftYaHei', 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
.font-r {
  font-family: 'Montserrat-Regular', 'MicrosoftYaHeiLight', 'MicrosoftYaHei', 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  font-weight: normal;
}
.font-l {
  font-family: 'Montserrat-light', 'MicrosoftYaHeiLight', 'MicrosoftYaHei', 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  font-weight: normal;
}
* {
  padding: 0;
  margin: 0;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: calc(100vw / 19.2);
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  --border-radius: 10px;
  /* COLOR */
  --bg-color: #f9f6f2;
  --white-color: #fff;
  --black-000: #000000;
  --black-222: #222222;
  --black-333: #333333;
  --black-666: #666666;
  --black-999: #999999;
  --black-ccc: #cccccc;
  --black-ddd: #dddddd;
  --font-2B3238: #2B3238;
  --active-color: #5fb6d5;
  --black-primary-color: #061b2c;
  --color-e6e6e6: #e6e6e6;
}
@media (min-width: 1901px) {
  html {
    font-size: 100px;
  }
}
@media (max-width: 1580px) {
  html {
    font-size: 66px;
  }
}
@media (max-width: 767px) {
  html {
    font-size: calc(100vw / 7.5);
  }
}
@media (max-width: 767px) {
  html {
    --border-radius: 6px;
  }
}
body {
  min-height: 100%;
  font-family: 'Montserrat-Regular', 'MicrosoftYaHeiLight', 'MicrosoftYaHei', 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  font-weight: normal;
  font-size: 16px;
  line-height: 1.5;
  color: var(--black-primary-color);
  height: 100vh;
  overflow: hidden;
}
@media (max-width: 1580px) {
  body {
    font-size: 14px;
  }
}
@media (max-width: 1580px) and (max-width: 1580px) {
  body {
    font-size: 13px;
  }
}
@media (max-width: 1580px) and (max-width: 991px) {
  body {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  body {
    font-size: 0.28rem;
  }
}
img {
  max-width: 100%;
  border: 0;
  vertical-align: top;
}
li {
  list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: inherit;
  font-style: inherit;
  font-size: inherit;
  font-weight: normal;
}
a,
a:hover,
a:focus {
  text-decoration: none;
}
input,
button {
  -webkit-appearance: none;
  border-radius: 0;
}
button {
  cursor: pointer;
}
input[type='button'],
input[type='reset'],
input[type='submit'] {
  -webkit-appearance: button;
  cursor: pointer;
}
textarea {
  overflow: auto;
}
input,
button,
textarea,
select {
  border: 0;
  font-family: inherit;
  font-style: inherit;
  font-size: inherit;
  font-weight: normal;
  color: inherit;
  background: transparent;
}
select {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  white-space: nowrap;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
select::-ms-expand {
  display: none;
}
table {
  border-collapse: collapse;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.clear {
  zoom: 1;
}
.clear:after {
  content: '';
  display: block;
  clear: both;
}
.container {
  margin: 0 auto;
  width: 83.5%;
}
@media (max-width: 1260px) {
  .container {
    width: 90%;
  }
}
.font14 {
  font-size: 14px;
}
@media (max-width: 1580px) {
  .font14 {
    font-size: 13px;
  }
}
@media (max-width: 991px) {
  .font14 {
    font-size: 12px;
  }
}
.font16 {
  font-size: 16px;
}
@media (max-width: 1580px) {
  .font16 {
    font-size: 15px;
  }
}
@media (max-width: 991px) {
  .font16 {
    font-size: 14px;
  }
}
.font18 {
  font-size: 16px;
}
@media (max-width: 1580px) {
  .font18 {
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  .font18 {
    font-size: 13px;
  }
}
.font20 {
  font-size: 20px;
}
@media (max-width: 1580px) {
  .font20 {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .font20 {
    font-size: 16px;
  }
}
.font24 {
  font-size: 24px;
}
@media (max-width: 1580px) {
  .font24 {
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  .font24 {
    font-size: 16px;
  }
}
.font26 {
  font-size: 26px;
}
@media (max-width: 1580px) {
  .font26 {
    font-size: 24px;
  }
}
@media (max-width: 991px) {
  .font26 {
    font-size: 16px;
  }
}
.font30 {
  font-size: 30px;
}
@media (max-width: 1580px) {
  .font30 {
    font-size: 26px;
  }
}
@media (max-width: 991px) {
  .font30 {
    font-size: 22px;
  }
}
.font36 {
  font-size: 36px;
}
@media (max-width: 1580px) {
  .font36 {
    font-size: 32px;
  }
}
@media (max-width: 991px) {
  .font36 {
    font-size: 20px;
    padding: 5px 0;
  }
}
.font42 {
  font-size: 42px;
}
@media (max-width: 1580px) {
  .font42 {
    font-size: 0.42rem;
  }
}
@media (max-width: 991px) {
  .font42 {
    font-size: 24px;
  }
}
.font48 {
  font-size: 48px;
}
@media (max-width: 1580px) {
  .font48 {
    font-size: 0.48rem;
  }
}
@media (max-width: 991px) {
  .font48 {
    font-size: 26px;
  }
}
.font60 {
  font-size: 60px;
}
@media (max-width: 1580px) {
  .font60 {
    font-size: 0.6rem;
  }
}
.pc-view {
  display: block;
}
@media (max-width: 991px) {
  .pc-view {
    display: none;
  }
}
.iphone-view {
  display: none;
}
@media (max-width: 991px) {
  .iphone-view {
    display: block;
  }
}
.public-img {
  display: block;
  position: relative;
  z-index: 1;
  overflow: hidden;
  background-color: rgba(154, 154, 154, 0.05);
}
.public-img::before {
  content: '';
  display: block;
  position: relative;
  z-index: 0;
  padding-top: 100%;
}
.public-img > video,
.public-img > img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.public-button {
  display: inline-block;
  line-height: 50px;
  border-radius: 30px;
  position: relative;
  font-size: 14px;
}
@media (max-width: 1580px) {
  .public-button {
    font-size: 13px;
  }
}
@media (max-width: 991px) {
  .public-button {
    font-size: 12px;
  }
}
@media (max-width: 991px) {
  .public-button {
    line-height: 40px;
  }
}
.public-button::before {
  content: '';
  border-radius: 30px;
  padding: 2px;
  inset: 0;
  position: absolute;
  background: linear-gradient(90deg, #5fb5d5, #fcfcfc);
  mask: linear-gradient(#d59c5f 0 0) content-box, linear-gradient(#d59b5f 0 0);
  mask-composite: exclude;
  z-index: 1;
}
.public-button:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  border-radius: 30px;
  background: -moz-linear-gradient(90deg, rgba(95, 181, 213, 0.65), rgba(252, 252, 252, 0.65) 100%);
  background: -webkit-linear-gradient(90deg, rgba(95, 181, 213, 0.65), rgba(252, 252, 252, 0.65) 100%);
  background: -ms-linear-gradient(90deg, rgba(95, 181, 213, 0.65), rgba(252, 252, 252, 0.65) 100%);
  background: linear-gradient(90deg, rgba(95, 181, 213, 0.65), rgba(252, 252, 252, 0.65) 100%);
  opacity: 0;
  transition: all 0.5s;
}
.public-button input,
.public-button .text {
  position: relative;
  z-index: 2;
  color: var(--black-primary-color);
  width: 100%;
  padding: 0 30px;
  border-radius: 30px;
  height: 100%;
  transition: all 0.5s;
}
@media (max-width: 991px) {
  .public-button input,
  .public-button .text {
    padding: 0 20px;
  }
}
.public-button .icon-search {
  position: relative;
  z-index: 2;
}
.public-button .icon-down {
  margin-left: 0.2rem;
  vertical-align: middle;
}
.public-button .icon {
  width: 16px;
  height: 16px;
  margin-right: 0.08rem;
  vertical-align: middle;
  margin-top: -5px;
}
.public-button i {
  display: inline-block;
  width: 6px;
  height: 10px;
  background: url('../images/icon-arrow.svg') center center no-repeat;
  background-size: cover;
  transform: translateX(0.1rem);
  margin-right: 0.1rem;
  transition: all 0.5s;
}
@media (max-width: 991px) {
  .public-button i {
    margin-bottom: -1px;
  }
}
.public-button.public-button1 {
  min-width: 1.6rem;
}
.public-button.public-button1::before {
  background: linear-gradient(90deg, #5fb6d5, rgba(95, 181, 213, 0.12));
}
.public-button.public-button1 i {
  transform: translateX(0.14rem);
}
.public-button.active,
.public-button:hover {
  cursor: pointer;
}
.public-button.active i,
.public-button:hover i {
  transform: translateX(0.14rem);
}
.public-button.active input,
.public-button:hover input {
  transform: scale(0.99);
}
.public-button.active::before,
.public-button:hover::before {
  background: linear-gradient(90deg, rgba(95, 181, 213, 0.65), rgba(252, 252, 252, 0.65));
  mask: linear-gradient(rgba(213, 156, 95, 0.65) 0 0) content-box, linear-gradient(rgba(213, 155, 95, 0.65) 0 0);
}
.public-button.active:after,
.public-button:hover:after {
  opacity: 1;
}
#hi-upgrade {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background: #fff;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
}
#hi-upgrade .hi-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -177px 0 0 -450px;
  width: 900px;
}
#hi-upgrade .hi-wrap .hi-title {
  font-size: 30px;
  line-height: 40px;
  color: #333;
}
#hi-upgrade .hi-wrap .hi-close {
  margin: 10px 0;
  display: inline-block;
  cursor: pointer;
  font-size: 18px;
  color: var(--active-color);
}
#hi-upgrade .hi-wrap .hi-close:hover {
  text-decoration: underline;
}
#hi-upgrade .hi-wrap .hi-text1 {
  color: #666;
}
#hi-upgrade .hi-wrap .hi-text1 span {
  color: var(--active-color);
}
#hi-upgrade .hi-wrap .hi-text2 {
  position: relative;
  margin: 60px 0;
  color: #333;
}
#hi-upgrade .hi-wrap .hi-text2::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
  width: 100%;
  border-top: 1px solid #ddd;
}
#hi-upgrade .hi-wrap .hi-text2 span {
  position: relative;
  z-index: 5;
  padding: 0 30px;
  background: #fff;
}
#hi-upgrade .hi-wrap .hi-list {
  overflow: hidden;
}
#hi-upgrade .hi-wrap .hi-list li {
  display: inline-block;
  width: 16%;
}
#hi-upgrade .hi-wrap .hi-list li div {
  margin: 0 auto 5px;
}
#hi-upgrade .hi-wrap .hi-list li a {
  color: #666;
}
#hi-upgrade .hi-wrap .hi-list li a:hover {
  color: var(--active-color);
}
@keyframes loading {
  0% {
    background-position-y: 0;
  }
  100% {
    background-position-y: 160px;
  }
}
.c-loading-section {
  position: fixed;
  top: 0;
  left: 0;
  background: var(--white-color);
  z-index: 1000;
  width: 100%;
  height: 100vh;
  opacity: 1;
  transition: opacity 0.5s linear;
  display: none;
}
.c-loading-section .bg {
  position: relative;
  width: 48px;
  z-index: 4;
}
.c-loading-section .bg::before {
  content: '';
  display: block;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  background: url('../images/loading.jpg') 0 0 repeat;
  width: 48px;
  background-position: 0 0;
  animation: loading 2s infinite linear;
  position: absolute;
  z-index: 3;
  top: 0;
  left: 1px;
}
@media (max-width: 991px) {
  .c-loading-section .bg::before {
    top: 1px;
  }
}
.c-loading-section .icon-bg {
  background-color: var(--white-color);
  mix-blend-mode: screen;
  position: relative;
  width: 50px;
  margin: auto;
  z-index: 4;
}
@media (max-width: 991px) {
  .c-loading-section .icon-bg {
    padding: 1px;
  }
}
.c-loading-section div.icon {
  width: 48px;
  margin: auto;
}
.c-loading-section div.icon svg {
  width: 100%;
  height: 100%;
}
.c-loading-section.active {
  opacity: 0;
}
.c-loading-section.zIndex {
  z-index: -1;
}
/*顶部*/
.nav_li1 {
  position: fixed;
  top: 100px;
  left: 0;
  background-color: #fff;
  width: 100%;
  z-index: -1;
  padding: 0.8rem 0;
  display: none;
}
@media (max-width: 1580px) {
  .nav_li1 {
    top: 80px;
  }
}
@media (max-width: 991px) {
  .nav_li1 {
    top: 60px;
    display: none !important;
  }
}
.nav_li1 .con-box {
  margin: auto;
  width: 8rem;
  text-align: left;
  line-height: 1;
}
.nav_li1 .hot {
  padding: 0.3rem 0.3rem 0.15rem;
  color: var(--black-primary-color);
}
.nav_li1 .search-hot-text {
  padding: 0 0.3rem;
}
.nav_li1 .search-hot-text a {
  color: var(--black-666);
  margin-right: 0.2rem;
  transition: all 0.5s;
}
.nav_li1 .search-hot-text a:hover {
  color: var(--active-color);
}
.nav_li1 .search-box {
  border: 1px solid #e6e6e6;
  line-height: 60px;
  border-radius: 30px;
}
@media (max-width: 480px) {
  .nav_li1 .search-box {
    width: 100%;
  }
}
.nav_li1 .search-box .icon-search-left {
  width: 20px;
  margin-left: 0.3rem;
}
.nav_li1 .search-box .icon-search-left svg {
  width: 100%;
}
.nav_li1 .search-box .icon-search-left path {
  fill: #c5c5c5 !important;
}
.nav_li1 .search-box .search-input {
  width: calc(100% - 155px);
  padding: 0 0.2rem;
  line-height: 50px;
  height: 50px;
}
.c-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 45;
  width: 100%;
  height: 100px;
  transition: all 0.5s;
}
.c-header.gobottom {
  top: -100px;
}
.c-header.gotop {
  top: 0;
}
@media (max-width: 1580px) {
  .c-header {
    height: 80px;
  }
}
@media (max-width: 991px) {
  .c-header {
    height: 60px;
  }
}
.c-header .container {
  height: 100%;
}
.c-header .c-nav2 {
  position: absolute;
  top: 1rem;
  left: 0;
  width: 100%;
  height: 0;
  line-height: 1.5rem;
  color: #222;
  background: #fff;
  overflow-y: auto;
  transition: 0.3s;
  text-align: left;
}
.c-header .c-nav2 li {
  padding: 0 0.5rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.c-header .c-nav2 li .c-title-box {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -moz-justify-content: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -moz-align-items: center;
  -webkit-align-items: center;
  align-items: center;
}
.c-header .c-nav2 li .c-title-box .arrow {
  width: 10px;
}
.c-header .c-nav2 li .c-title-box .arrow.default {
  transform: rotate(90deg);
}
@media (max-width: 991px) {
  .c-header .c-nav2 li {
    padding: 0;
    margin: 0 0.5rem;
  }
}
.c-header .c-nav2 li .cnt2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.c-header .c-nav2 li .cnt2 a {
  display: block;
}
.c-header .c-nav2 li .cnt2 img,
.c-header .c-nav2 li .cnt2 svg {
  width: 0.3rem;
  height: 0.3rem;
}
.c-header .c-nav2 li .cnt2 img path,
.c-header .c-nav2 li .cnt2 svg path {
  fill: #666;
}
.c-header .c-nav2 li a {
  color: #222;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.c-header .c-nav2 li a:hover,
.c-header .c-nav2 li.on > a {
  color: var(--black-primary-color);
}
.c-header .c-nav2 li ul {
  display: none;
}
.c-header .c-nav2 .cn100 {
  background: rgba(0, 0, 0, 0.02);
}
.c-header .c-nav2 .cn100 a {
  padding: 0 5%;
  box-sizing: border-box;
}
.c-header .c-nav2 .cn100 .cn99 {
  border-top: 0;
  border-bottom: 0;
  padding: 0;
  margin: 0;
  border-bottom: 1px solid var(--color-e6e6e6);
}
.c-header .c-nav2 .cn100 .cn99:last-child {
  border-bottom: 0;
  padding-bottom: 0.4rem;
}
.c-header .c-nav2 .cn100 .cn99 a {
  line-height: 3;
  width: 100%;
  display: block;
  color: #666666;
}
.c-header .c-nav2 .cn100 .cn99 dl {
  padding-bottom: 0.3rem;
}
.c-header .c-nav2 .cn100 .cn99 dl dd a {
  font-size: 14px;
  opacity: 0.6;
  line-height: 2;
}
.c-header .c-nav2 .cn100 .cn99:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
}
.c-header .mb-lan {
  margin-top: 0.3rem;
  padding: 0 0.5rem 1rem;
  line-height: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 12px;
  -webkit-box-align: center;
  -moz-align-items: center;
  -webkit-align-items: center;
  align-items: center;
  color: #dddddd;
}
.c-header .mb-lan img {
  width: 20px;
  margin-right: 10px;
}
.c-header .mb-lan a {
  color: var(--black-primary-color);
  font-size: 15px;
  -webkit-box-align: center;
  -moz-align-items: center;
  -webkit-align-items: center;
  align-items: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  padding: 0 10px;
}
.c-header .mb-lan svg {
  width: 20px;
  height: 20px;
  margin-right: 5px;
  vertical-align: top;
}
.c-header .mb-lan svg path {
  fill: #222222;
}
.c-header .mb-lan .mb-lan2 {
  text-align: center;
  margin-right: 0.2rem;
  width: 1.5rem;
  line-height: 0.8rem;
  border-radius: 0.4rem;
  border: solid 0.02rem #666666;
}
.c-header .mb-lan .mb-lan2.default {
  background-color: var(--black-primary-color);
  border: solid 0.02rem var(--black-primary-color);
  color: #000000;
}
.c-header .c-header-left {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-align-items: center;
  -webkit-align-items: center;
  align-items: center;
}
.c-header .pc-nav-list {
  height: 100vh;
  background-color: var(--white-color);
  width: 100vw;
  position: absolute;
  top: calc(100% + 1px);
  left: 0;
  display: none;
}
@media (max-width: 991px) {
  .c-header .pc-nav-list {
    display: none !important;
  }
}
.c-header .pc-nav-list .one-list {
  width: 400px;
  height: 100%;
  overflow: hidden;
  padding: 1rem 0 1rem 8vw;
  border-right: 1px solid var(--color-e6e6e6);
  position: relative;
  background-color: var(--white-color);
  z-index: 3;
}
@media (max-width: 1580px) {
  .c-header .pc-nav-list .one-list {
    width: 360px;
  }
}
.c-header .pc-nav-list .one-list a {
  position: relative;
}
.c-header .pc-nav-list .one-list a::after {
  content: '';
  height: 2px;
  display: block;
  width: 83%;
  position: absolute;
  bottom: 0;
  transform: scaleX(0);
  transform-origin: 0 0;
  background: -moz-linear-gradient(90deg, rgba(95, 181, 213, 0.65), rgba(222, 240, 247, 0.65) 100%);
  background: -webkit-linear-gradient(90deg, rgba(95, 181, 213, 0.65) 0%, rgba(222, 240, 247, 0.65) 100%);
  background: -ms-linear-gradient(90deg, rgba(95, 181, 213, 0.65) 0%, rgba(222, 240, 247, 0.65) 100%);
  background: linear-gradient(90deg, rgba(95, 181, 213, 0.65) 0%, rgba(222, 240, 247, 0.65) 100%);
}
.c-header .pc-nav-list .two-list {
  z-index: 2;
  left: 400px;
  height: 100%;
  background: var(--white-color);
  border-right: 1px solid var(--color-e6e6e6);
  padding: 1rem 0;
  position: absolute;
  top: 0;
  width: 320px;
}
@media (max-width: 1580px) {
  .c-header .pc-nav-list .two-list {
    width: 280px;
    left: 360px;
  }
}
.c-header .pc-nav-list .two-list li {
  display: none;
}
.c-header .pc-nav-list .two-list li.active {
  display: block;
}
.c-header .pc-nav-list .two-list a {
  display: block;
  line-height: 1.5;
  color: #999999;
  padding: 0 0.3rem;
  transition: all 0.5s;
}
.c-header .pc-nav-list .two-list a:hover {
  color: var(--black-primary-color);
}
.c-header .pc-nav-list .picture-list {
  z-index: 2;
  left: 720px;
  width: calc(100% - 720px);
  height: 100%;
  background: var(--white-color);
  border-right: 1px solid var(--color-e6e6e6);
  position: absolute;
  top: 0;
}
@media (max-width: 1580px) {
  .c-header .pc-nav-list .picture-list {
    left: 630px;
    width: calc(100% - 630px);
  }
}
.c-header .pc-nav-list .picture-list li {
  display: none;
}
.c-header .pc-nav-list .picture-list li.active {
  display: block;
}
.c-header .pc-nav-list .picture-list .public-img::before {
  padding-top: calc(100vh - 100px);
}
@media (max-width: 1580px) {
  .c-header .pc-nav-list .picture-list .public-img::before {
    padding-top: calc(100vh - 80px);
  }
}
.c-header .pc-nav-list a {
  color: var(--black-primary-color);
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-align-items: center;
  -webkit-align-items: center;
  align-items: center;
  padding-right: 0.4rem;
}
.c-header .pc-nav-list a span {
  padding: 0.075rem 0;
  width: calc(100% - 11px);
  display: block;
}
.c-header .pc-nav-list a i.icon {
  display: block;
  width: 8px;
  height: 8px;
  border-left: 1px solid var(--black-primary-color);
  border-top: 1px solid var(--black-primary-color);
  transform: rotate(135deg);
  transition: all 0.5s;
}
.c-header .pc-nav-list a:hover,
.c-header .pc-nav-list a.active {
  color: var(--active-color);
}
.c-header .pc-nav-list a:hover::after,
.c-header .pc-nav-list a.active::after {
  transform: scaleX(1);
  transition: all 0.5s;
}
.c-header .pc-nav-list a:hover i.icon,
.c-header .pc-nav-list a.active i.icon {
  border-color: var(--active-color);
}
.c-header .menu-return,
.c-header .menu {
  margin-top: 4px;
  margin-left: 0.5rem;
  width: 40px;
  cursor: pointer;
}
@media (max-width: 991px) {
  .c-header .menu-return,
  .c-header .menu {
    display: none !important;
  }
}
.c-header .menu-return i,
.c-header .menu i {
  width: 100%;
  height: 1px;
  background: var(--white-color);
  display: block;
  margin-bottom: 5px;
  transition: all 0.5s;
}
.c-header .menu svg {
  width: 18px;
  height: 16px;
  display: block;
  margin: auto;
}
.c-header .menu-return span,
.c-header .menu span {
  transition: all 0.5s;
  line-height: 1;
  color: var(--white-color);
}
.c-header .menu-return {
  /* display: none; */
  position: fixed;
  top: 1.2rem;
  z-index: 100;
  display: block!important;
  text-align: center;
  left: 620px;
  padding: 0!important;
  cursor: pointer;
}
.c-header .menu-return .icon{
  margin-right:0
}
@media (max-width: 1600px) {
.c-header .menu-return {
  left: 35%;
  top: 1.5rem;
}
  
}
.c-header .c-logo {
  display: inline-block;
  width: 115px;
}
.c-header .c-logo img:nth-child(1) {
  display: block;
}
.c-header .c-logo img:nth-child(2) {
  display: none;
}
.c-header .public-button {
  line-height: 40px;
  height: 40px;
  min-width: 40px;
  text-align: center;
}
.c-header .public-button .text {
  color: var(--white-color);
}
.c-header .public-button:hover .text {
  color: var(--black-primary-color);
}
.c-header .public-button:hover .icon-search path {
  fill: var(--black-primary-color) !important;
}
.c-header .icon-button-search {
  margin-left: 0.05rem;
}
@media (max-width: 991px) {
  .c-header .icon-button-search {
    display: none;
  }
}
.c-header .icon-search {
  margin: 9px auto 0;
  width: 15px;
}
.c-header .icon-search path {
  transition: all 0.5s;
  fill: var(--white-color);
}
.c-header .icon-search:hover path {
  fill: var(--black-primary-color);
}
/*顶部导航开关*/
.c-header .c-switch {
  position: relative;
  width: 0.48rem;
  height: 0.4rem;
  cursor: pointer;
}
@media (max-width: 991px) {
  .c-header .c-switch {
    display: block;
  }
}
.c-header .c-switch i {
  position: absolute;
  left: 0;
  height: 2px;
  width: 100%;
  background: #fff;
  transition: all 0.3s;
}
.c-header .c-switch i:nth-child(1) {
  top: 0;
}
.c-header .c-switch i:nth-child(3) {
  bottom: 0;
}
.c-header .c-switch i:nth-child(2) {
  top: 50%;
  margin-top: -1px;
}
.c-open .c-header .c-nav2 {
  height: calc(100vh - 1rem);
}
.c-header.c-active2,
.c-header.c-active1,
.c-header.c-active,
.c-header.c-style2 {
  background-color: var(--white-color);
  border-bottom: 1px solid var(--color-e6e6e6);
}
.c-header.c-active2 .c-switch i,
.c-header.c-active1 .c-switch i,
.c-header.c-active .c-switch i,
.c-header.c-style2 .c-switch i {
  background: var(--black-primary-color);
}
.c-header.c-active2 .icon-search path,
.c-header.c-active1 .icon-search path,
.c-header.c-active .icon-search path,
.c-header.c-style2 .icon-search path {
  fill: var(--black-primary-color);
}
.c-header.c-active2 .public-button .text,
.c-header.c-active1 .public-button .text,
.c-header.c-active .public-button .text,
.c-header.c-style2 .public-button .text {
  color: var(--black-primary-color);
}
.c-header.c-active2 .menu-return i,
.c-header.c-active1 .menu-return i,
.c-header.c-active .menu-return i,
.c-header.c-style2 .menu-return i,
.c-header.c-active2 .menu i,
.c-header.c-active1 .menu i,
.c-header.c-active .menu i,
.c-header.c-style2 .menu i {
  background: var(--black-primary-color);
}
.c-header.c-active2 .menu-return span,
.c-header.c-active1 .menu-return span,
.c-header.c-active .menu-return span,
.c-header.c-style2 .menu-return span,
.c-header.c-active2 .menu span,
.c-header.c-active1 .menu span,
.c-header.c-active .menu span,
.c-header.c-style2 .menu span {
  color: var(--black-primary-color);
}
.c-header.c-active2 .c-logo img:nth-child(2),
.c-header.c-active1 .c-logo img:nth-child(2),
.c-header.c-active .c-logo img:nth-child(2),
.c-header.c-style2 .c-logo img:nth-child(2) {
  display: block;
}
.c-header.c-active2 .c-logo img:nth-child(1),
.c-header.c-active1 .c-logo img:nth-child(1),
.c-header.c-active .c-logo img:nth-child(1),
.c-header.c-style2 .c-logo img:nth-child(1) {
  display: none;
}
@media (max-width: 991px) {
  .search_box {
    width: 90%;
    background: #eee;
    border-radius: 10px;
    height: 40px;
    padding: 4px 0 0 0;
    box-sizing: border-box;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    margin: 10px auto;
  }
  .search_box .submit {
    width: 20px;
    height: 20px;
    border: 0;
    background: url('../images/icon-search.svg') center center no-repeat;
    display: block;
    background-size: 100% 100%;
    margin-left: 10px;
    opacity: 0.6;
    margin-top: -2px;
  }
  .search_box .text {
    display: block;
    width: calc(100% - 50px);
    border: 0;
    background: transparent;
    line-height: 20px;
    height: 20px;
    font-size: 16px;
    color: #222;
    padding: 5px 10px;
    box-sizing: border-box;
  }
  .search_box .cancel {
    color: var(--active-color);
    font-size: 16px;
    font-weight: bold;
    display: none;
    margin-left: 3px;
  }
  .search_box.focus {
    width: 75%;
    position: relative;
    margin-left: 5%;
  }
  .search_box.focus .cancel {
    position: absolute;
    left: 102%;
    width: 100px;
    display: block;
    top: 0;
    line-height: 40px;
  }
  .header_search {
    display: none;
    width: 90%;
    margin: 3vh auto 0;
  }
  .header_search h2 {
    font-size: 13px;
    line-height: 1;
    color: #888888;
  }
  .header_search1 {
    padding-top: 5px;
  }
  .header_search1 a {
    font-size: 15px;
    line-height: 50px;
    color: #222;
    display: block;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
  }
  .header_search1 a:first-child {
    border-top: 0;
  }
  .login_header.opacity {
    opacity: 0;
  }
  .header_search {
    display: none;
  }
  .header_search h2 {
    font-size: 13px;
    line-height: 1;
    color: #888888;
  }
  .header_search1 {
    padding-top: 5px;
  }
  .header_search1 a {
    font-size: 15px;
    line-height: 50px;
    color: #666;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
  }
  .header_search1 a:first-child {
    border-top: 0;
  }
}
/* 占位标签，设置导航样式 */
.c-placeholder {
  height: 100px;
}
@media (max-width: 1580px) {
  .c-placeholder {
    height: 80px;
  }
}
@media (max-width: 991px) {
  .c-placeholder {
    height: 60px;
  }
}
.transition {
  transition: all 0.5s;
}
.public-editor {
  padding: 2rem 0 0;
}
@media (max-width: 991px) {
  .public-editor {
    padding: 30px 0;
  }
}
.public-editor h5,
.public-editor h4,
.public-editor h6,
.public-editor h2,
.public-editor h3,
.public-editor h1,
.public-editor .title {
  color: var(--black-primary-color);
  font-family: 'Montserrat-Regular', 'MicrosoftYaHeiLight', 'MicrosoftYaHei', 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  font-weight: normal;
}
.public-editor .title {
  text-align: center;
}
.public-editor .text-box {
  color: var(--black-666);
  border-bottom: 1px solid #eee;
  text-align: center;
  padding: 0.2rem 0 0.3rem;
  \: left;
}
.public-editor .text-box span {
  display: block;
  max-width: 230px;
  text-align: left;
  margin: auto;
}
.public-editor .article {
  text-align: left;
  font-size: 16px;
  line-height: 1.5;
  color: var(--black-666);
  padding: 0.5rem 0 2rem;
}
@media (max-width: 1580px) {
  .public-editor .article {
    font-size: 15px;
  }
}
@media (max-width: 991px) {
  .public-editor .article {
    font-size: 14px;
  }
}
.public-editor .list {
  margin-top: 0.6rem;
  padding-top: 0.35rem;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -moz-justify-content: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  border-top: 1px solid #eeeeee;
  min-height: 3.8rem;
}
.public-editor .list li {
  padding: 0.35rem 0;
  box-sizing: border-box;
  max-width: 18%;
}
@media (max-width: 991px) {
  .public-editor .list li {
    width: 100%;
    padding-left: 0;
    max-width: 100%;
  }
}
.public-editor .list .tit {
  display: block;
  text-align: left;
}
.public-editor .list .tit span {
  color: var(--black-primary-color);
  display: inline;
  transition: all 0.45s ease-in-out;
}
.public-editor .list .nav-item {
  text-align: left;
  display: block;
  padding-top: 0.2rem;
}
@media (max-width: 991px) {
  .public-editor .list .nav-item {
    width: 100%;
    padding-top: 5px;
  }
}
.public-editor .list .nav-item a {
  display: block;
  line-height: 1.5;
  padding-top: 5px;
}
@media (max-width: 991px) {
  .public-editor .list .nav-item a {
    margin: 0 20px 0 0;
  }
}
.public-editor .list .nav-item a span {
  color: var(--black-666);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 93%, var(--active-color) 0%);
  background-size: 0 100%;
  background-repeat: no-repeat;
  display: inline;
  transition: all 0.45s ease-in-out;
}
.public-editor .list .nav-item a:hover span {
  color: var(--active-color);
  background-size: 100% 100%;
}
.public-title {
  color: var(--black-primary-color);
  text-align: center;
  line-height: 1.05;
  border-bottom: 1px solid #E6E6E6;
  padding: 1rem 0 0.6rem;
}
.public-editor img,
.editor img {
  max-width: 100%;
  border-radius: var(--border-radius);
  overflow: hidden;
}
.public-editor h5,
.editor h5,
.public-editor h4,
.editor h4,
.public-editor h6,
.editor h6,
.public-editor h2,
.editor h2,
.public-editor h3,
.editor h3,
.public-editor h1,
.editor h1,
.public-editor .title,
.editor .title {
  color: var(--black-primary-color);
  font-family: 'Montserrat-Regular', 'MicrosoftYaHeiLight', 'MicrosoftYaHei', 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  font-weight: normal;
}
.public-editor table td,
.editor table td {
  border: 1px solid #eeeeee;
}
.c-switch {
  position: relative;
  display: none;
  width: 24px;
  height: 20px;
  cursor: pointer;
}
@media (max-width: 991px) {
  .c-switch {
    margin-left: 15px;
    margin-top: 5px;
    display: block;
  }
}
.c-switch i:nth-child(1) {
  top: 0;
}
.c-switch i:nth-child(3) {
  bottom: 0;
}
.c-switch i:nth-child(2) {
  top: 50%;
  margin-top: -1px;
}
.c-switch i {
  position: absolute;
  left: 0;
  height: 2px;
  width: 100%;
  background: #000;
  transition: all 0.4s ease-in-out;
}
body.c-open .c-header {
  background-color: #fff;
}
body.c-open .c-switch i {
  background: var(--black-primary-color);
}
body.c-open .c-switch i:nth-child(2) {
  opacity: 0;
}
body.c-open .c-switch i:nth-child(1) {
  top: 50%;
  margin-top: -1px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
body.c-open .c-switch i:nth-child(3) {
  bottom: 50%;
  margin-bottom: -1px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.c-header .c-gn .c-language {
  margin: 0 0.3rem;
  position: relative;
  cursor: pointer;
  height: 100px;
  display: flex;
  align-items: center;
}

@media (max-width: 1580px) {
  .c-header .c-gn .c-language {
    height: 80px;
  }
}

@media (max-width: 991px) {
  .c-header .c-gn .c-language {
    height: 60px;
  }
}



.c-header .c-gn .c-language .c-ico-text {
  display: flex;
  align-items: center;
}
.c-header .c-gn .c-language .c-ico-text span {
  margin: 0 0.05rem;
  transition: all 0.4s;
  color: #fff;
}
.c-header .c-gn .c-language .c-ico-text img,
.c-header .c-gn .c-language .c-ico-text svg {
  width: 20px;
  height: 20px;
  transition: 0.4s ;
  vertical-align: middle;
}
.c-header .c-gn .c-language .c-ico-text img:nth-child(3),
.c-header .c-gn .c-language .c-ico-text svg:nth-child(3) {
  width: 14px;
  height: 14px;
  transform: rotate(90deg);
  color: #fff;
}

.c-header .c-gn .c-language .c-ico-text svg:nth-child(1) path{
  transition: all 0.4s;
}

.c-header .c-gn .c-language .c-ico-text svg:nth-child(3) path{
  fill: #fff;
  transition: all 0.4s;
}

.c-header.c-active .c-gn .c-language .c-ico-text span{
  color: #333;
}

.c-header.c-active .c-gn .c-language .c-ico-text svg path{
  fill: #333;
}

.c-header.c-style2 .c-gn .c-language .c-ico-text span{
  color: #333;
}

.c-header.c-style2 .c-gn .c-language .c-ico-text svg path{
  fill: #333;
}

.c-header .c-gn .c-language .c-box {
  display: none;
  position: absolute;
  top: 100%;
  left: 50%;
  padding: 10px;
  min-width: 100px;
  line-height: 40px;
  background: #fff;
  border-top: 1px solid rgba(51, 51, 51, 0.1);
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  border-radius: 0 0 5px 5px;
}
.c-header .c-gn .c-language .c-box a {
  display: block;
  padding: 0 20px;
  color: #333;
  border-radius: 5px;
}
.c-header .c-gn .c-language .c-box a:hover {
  color: var(--color);
  background: #f8f9fc;
}
.c-header .c-gn .c-language:hover .c-ico-text {
  color: var(--color);
}
.c-header .c-gn .c-language:hover .c-ico-text svg {
  color: var(--color);
}

.page-404-section {
  width: 100%;
  min-height: 73vh;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-align-items: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
  border-bottom: 1px solid #eee;
  padding: 1rem 0;
}
.page-404-section .sec-tips {
  color: var(--black-primary-color);
  padding-bottom: 0.3rem;
}
.page-404-section .sec-tips span {
  color: var(--active-color);
}
.icon-top {
  position: absolute;
  top: 0.48rem;
  right: 0.48rem;
  z-index: 3;
  transition: all 0.5s;
  cursor: pointer;
}
.icon-top:hover {
  opacity: 0.6;
}
.cookies-fixed-section {
  display: none;
}
.cookies-fixed-section .bg {
  position: fixed;
  opacity: 0.5;
  width: 100%;
  height: 100vh;
  background-color: #000;
  z-index: 49;
  top: 0;
  left: 0;
}
.cookies-fixed-section .con-box {
  background-color: var(--white-color);
  position: fixed;
  z-index: 50;
  bottom: 0;
  left: 0;
  border-top: 1px solid rgba(230, 230, 230, 0.4);
  width: 100%;
  padding: 0.4rem 0 0.5rem;
}
.cookies-fixed-section .close {
  width: 18px;
  height: 18px;
  display: block;
  position: absolute;
  top: 30px;
  right: 30px;
  cursor: pointer;
}
@media (max-width: 991px) {
  .cookies-fixed-section .close {
    top: 20px;
    right: 20px;
  }
}
.cookies-fixed-section .close svg {
  width: 100%;
  height: 100%;
}
.cookies-fixed-section .container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-align-items: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -moz-justify-content: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cookies-fixed-section .text-box {
  width: 12rem;
  max-width: calc(100% - 3.2rem);
}
@media (max-width: 991px) {
  .cookies-fixed-section .text-box {
    width: 100%;
    max-width: 100%;
    padding-bottom: 20px;
  }
}
.cookies-fixed-section .title {
  color: var(--black-primary-color);
  margin-bottom: 5px;
}
.cookies-fixed-section .desc {
  font-size: 14px;
  color: var(--black-666);
}
.cookies-fixed-section .desc a{
  color: #5fb5d5;
}
@media (max-width: 1580px) {
  .cookies-fixed-section .desc {
    font-size: 13px;
  }
}
@media (max-width: 991px) {
  .cookies-fixed-section .desc {
    font-size: 12px;
  }
}
.win-down-section {
  display: none;
}
.win-down-section .bg {
  position: fixed;
  opacity: 0.5;
  width: 100%;
  height: 100vh;
  background-color: #000;
  z-index: 49;
  top: 0;
  left: 0;
}
.win-down-section .con-box {
  background-color: var(--white-color);
  position: fixed;
  z-index: 50;
  border-top: 1px solid rgba(230, 230, 230, 0.4);
  width: 640px;
  max-width: 90vw;
  top: 50%;
  left: 50%;
  border-radius: var(--border-radius);
  transform: translate(-50%, -50%);
  padding: 0.5rem;
  color: #061b2c;
}
.win-down-section .con-box h6 {
}
.win-down-section .con-box .desc {
}
.win-down-section .con-box .desc a {
  color: var(--active-color);
}
.win-down-section .con-box .form-box {
  width: 100%;
  max-width: 600px;
  background: #FFFFFF;
  border-radius: 45px;
  margin: auto;
  padding: 5px;
  border: 1px solid #e6e6e6;
  margin: 0.3rem 0;
}
.win-down-section .con-box .form-box .text {
  padding: 0 0.25rem;
  width: calc(100% - 200px);
  line-height: 50px;
  color: var(--black-primary-color);
}
@media (max-width: 991px) {
  .win-down-section .con-box .form-box .text {
    width: calc(100% - 100px);
    line-height: 35px;
  }
}
.win-down-section .close {
  width: 18px;
  height: 18px;
  display: block;
  position: absolute;
  top: 30px;
  right: 30px;
  cursor: pointer;
}
@media (max-width: 991px) {
  .win-down-section .close {
    top: 20px;
    right: 20px;
  }
}
.win-down-section .close svg {
  width: 100%;
  height: 100%;
}
.win-down-section .container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-align-items: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -moz-justify-content: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.c-footer-container {
  background-color: var(--white-color);
  border-top: 1px solid rgba(230, 230, 230, 0.5);
  position: relative;
  z-index: 2;
  font-family: 'Montserrat-light', 'MicrosoftYaHeiLight', 'MicrosoftYaHei', 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  font-weight: normal;
}
.c-footer-container .c-footer-top {
  padding: 40px 0;
  border-bottom: 1px solid var(--color-e6e6e6);
}
.c-footer-container .c-footer-top .left {
  width: 70%;
}
@media (max-width: 991px) {
  .c-footer-container .c-footer-top .left {
    width: 100%;
    padding: 0 0 20px 0;
  }
}
.c-footer-container .c-footer-top .left a {
  color: var(--black-primary-color);
  margin-right: 0.2rem;
  transition: all 0.5s;
}
.c-footer-container .c-footer-top .left a:hover {
  opacity: 0.6;
}
.c-footer-container .c-footer-top .right a {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-align-items: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin-left: 20px;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1px solid var(--color-e6e6e6);
  transition: all 0.5s;
  position: relative;
}
.c-footer-container .c-footer-top .right a:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -moz-linear-gradient(90deg, rgba(95, 181, 213, 0.65), rgba(222, 240, 247, 0.65) 100%);
  background: -webkit-linear-gradient(90deg, rgba(95, 181, 213, 0.65) 0%, rgba(222, 240, 247, 0.65) 100%);
  background: -ms-linear-gradient(90deg, rgba(95, 181, 213, 0.65) 0%, rgba(222, 240, 247, 0.65) 100%);
  background: linear-gradient(90deg, rgba(95, 181, 213, 0.65) 0%, rgba(222, 240, 247, 0.65) 100%);
  border-radius: 50%;
  opacity: 0;
  transition: all 0.5s;
}
@media (max-width: 991px) {
  .c-footer-container .c-footer-top .right a {
    margin: 0 20px 0 0;
    width: 35px;
    height: 35px;
  }
}
.c-footer-container .c-footer-top .right a svg {
  max-height: 40%;
  position: relative;
  z-index: 3;
}
.c-footer-container .c-footer-top .right a path {
  fill: var(--black-primary-color);
  transition: all 0.5s;
  opacity: 0.6;
}
.c-footer-container .c-footer-top .right a:hover {
  border-width: 0;
}
.c-footer-container .c-footer-top .right a:hover:after {
  opacity: 0.8;
}
.c-footer-container .c-footer-top .right a:hover path {
  opacity: 1;
}
.c-footer-container .c-footer-bottom {
  padding: 40px 0;
  color: var(--black-primary-color);
}
.c-footer-container .c-footer-bottom .logo {
  width: 110px;
  display: block;
}
.c-footer-container .c-footer-bottom .right {
  text-align: right;
  width: 70%;
}
@media (max-width: 991px) {
  .c-footer-container .c-footer-bottom .right {
    text-align: left;
    padding: 20px 0 0;
    width: 100%;
  }
}
.c-footer-container .c-footer-bottom a {
  color: var(--black-primary-color);
  transition: all 0.5s;
}
.home-unlock-section {
  position: relative;
  z-index: 8;
  color: var(--white-color);
  padding: 1.1rem 0 1.2rem;
  text-align: center;
}
.home-unlock-section .desc {
  padding: 0.2rem 0 0.4rem;
}
.home-unlock-section .form-box {
  width: 100%;
  max-width: 600px;
  background: #FFFFFF;
  border-radius: 45px;
  margin: auto;
  padding: 5px;
}
.home-unlock-section .form-box .text {
  padding: 0 0.25rem;
  width: calc(100% - 200px);
  line-height: 50px;
  color: var(--black-primary-color);
}
@media (max-width: 991px) {
  .home-unlock-section .form-box .text {
    line-height: 35px;
  }
}
.home-news-section {
  position: relative;
  z-index: 8;
  background-color: var(--white-color);
  padding: 1.1rem 0;
  text-align: center;
}
.home-news-section .title {
  text-align: center;
  padding-bottom: 0.5rem;
}
.home-news-section .public-button {
  margin-top: 0.6rem;
}
.home-news-section .list {
  text-align: left;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.5rem;
}
@media (max-width: 991px) {
  .home-news-section .list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 480px) {
  .home-news-section .list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.home-news-section .list a {
  display: block;
  border: 1px solid #e6e6e6;
  border-radius: var(--border-radius);
  position: relative;
  overflow: hidden;
}
.home-news-section .list a:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  transition: all 0.5s;
  opacity: 0;
  border-radius: var(--border-radius);
  background: -moz-linear-gradient(180deg, var(--activey-color) 50%, #def0f7 100%);
  background: -webkit-linear-gradient(180deg, var(--active-color) 50%, #def0f7 100%);
  background: -ms-linear-gradient(180deg, var(--active-color) 50%, #def0f7 100%);
  background: linear-gradient(180deg, var(--active-color) 50%, #def0f7 100%);
}
.home-news-section .list .text-box {
  position: relative;
  z-index: 2;
  padding: 0.3rem 0.4rem;
}
.home-news-section .list .picture {
  border-radius: var(--border-radius);
  z-index: 2;
}
.home-news-section .list .picture::before {
  padding-top: 56%;
}
.home-news-section .list .time {
  padding-bottom: 0.2rem;
  font-family: 'Montserrat-light', 'MicrosoftYaHeiLight', 'MicrosoftYaHei', 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  font-weight: normal;
  color: var(--black-666);
  font-weight: 400;
  line-height: 20px;
}
.home-news-section .list .time svg {
  width: 20px;
  height: 20px;
  margin-right: 5px;
  vertical-align: top;
}
@media (max-width: 991px) {
  .home-news-section .list .time svg {
    margin-right: 2px;
    width: 16px;
    height: 16px;
  }
}
.home-news-section .list .time svg path {
  fill: var(--black-999);
}
@media (max-width: 991px) {
  .home-news-section .list .time {
    line-height: 16px;
  }
}
.home-news-section .list .tit {
  color: var(--black-primary-color);
  line-height: 1.5;
  -webkit-line-clamp: 3;
  height: 72px;
}
.home-news-section .list .more {
  color: #666;
  padding-top: 0.28rem;
  margin-top: 0.3rem;
  border-top: 1px solid #e6e6e6;
  transition: all 0.5s;
  font-size: 14px;
}
@media (max-width: 1580px) {
  .home-news-section .list .more {
    font-size: 13px;
  }
.home-news-section .list .tit {height: 63px;}
}
@media (max-width: 991px) {
  .home-news-section .list .more {
    font-size: 12px;
  }
.home-news-section .list .tit {height: 57px;}
}
.home-news-section .list .more i {
  display: inline-block;
  transition: all 0.5s;
  width: 6px;
  height: 10px;
  background: url('../images/icon-arrow.svg') center center no-repeat;
  background-size: cover;
  transform: translateX(0.1rem);
  opacity: 0.65;
}
@media (max-width: 991px) {
  .home-news-section .list .more i {
    margin-bottom: -1px;
  }
}
.home-news-section .list a:hover {
  color: var(--black-primary-color) !important;
}
.home-news-section .list a:hover .time {
  color: var(--black-primary-color) !important;
}
.home-news-section .list a:hover .time svg path {
  fill: var(--black-primary-color);
}
.home-news-section .list a:hover:after {
  opacity: 1;
}
.home-news-section .list a:hover .more {
  color: var(--black-primary-color) !important;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.home-news-section .list a:hover .more i {
  transform: translateX(0.14rem);
  opacity: 1;
}
.pin-spacer {
  z-index: 2 !important;
}
.home-banner-section {
  position: sticky;
  top: 0;
  left: 0;
  z-index: 1;
}
.home-banner-section .swiper-slide {
  position: relative;
}
.home-banner-section .swiper-slide::before,
.home-banner-section .swiper-slide::after {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  height: 30%;
  z-index: 5;
}
@media (max-width: 991px) {
  .home-banner-section .swiper-slide::before,
  .home-banner-section .swiper-slide::after {
    height: 60%;
  }
}
.home-banner-section .swiper-slide::before {
  top: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.home-banner-section .swiper-slide::after {
  bottom: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.home-banner-section .swiper-slide .text-box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 6;
  color: #FFFFFF;
  line-height: 1.5;
}
.home-banner-section .swiper-slide .text-box .desc {
  padding: 0.15rem 0 0.6rem;
}
.home-banner-section .public-img::before {
  padding-top: 100vh;
}
@media (max-width: 991px) {
  .home-banner-section{
    position: relative;
  }
.home-banner-section .public-img::before {
  padding-top: 135%;
}
}
.home-banner-section .icon-play{
  width:40px;
  margin:15px 0;
}
.home-banner-section .public-button {
  --black-primary-color: #fff;
}
.home-banner-section .public-button i {
  filter: invert(100%);
}
.home-banner-section .public-button:hover {
  --black-primary-color: #061b2c;
}
.home-banner-section .public-button:hover i {
  filter: invert(0%);
}
.home-banner-section .pagetion-list {
  position: absolute;
  bottom: 0.6rem;
  right: 8.25%;
  z-index: 6;
}
@media (max-width: 991px) {
  .home-banner-section .pagetion-list {
    right: 5%;
  }
}
.home-banner-section .pagetion-list li {
  border-radius: 50%;
  color: #fff;
  margin-left: 0.4rem;
  opacity: 0.22;
  cursor: pointer;
}
@media (max-width: 991px) {
  .home-banner-section .pagetion-list li {
    margin-left: 0.2rem;
  }
}
.home-banner-section .pagetion-list li .line {
  width: 1.7rem;
  height: 0.02rem;
  background: #FFFFFF;
  position: relative;
}
@media (max-width: 991px) {
  .home-banner-section .pagetion-list li .line {
    width: 1rem;
  }
}
.home-banner-section .pagetion-list li .line::before {
  background: linear-gradient(90deg, #5fb6d5, #fcfcfc);
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: scaleX(0);
  transition: transform 8s linear;
  transform-origin: left;
}
.home-banner-section .pagetion-list li .text {
  padding-top: 5px;
  display: block;
  position: relative;
}
.home-banner-section .pagetion-list li.active {
  opacity: 1;
}
.home-banner-section .pagetion-list li.active .line {
  background: rgba(255, 255, 255, 0.22);
}
.home-banner-section .pagetion-list li.active .line::before {
  transform: scaleX(1);
}
.home-solutions-section {
  height: 100vh;
  overflow: hidden;
  isolation: isolate;
  position: relative;
  z-index: -1;
}
.home-solutions-section .banner-section {
  position: relative;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
}
.home-solutions-section .banner-section .swiper-slide {
  position: relative;
}
.home-solutions-section .banner-section .swiper-slide::before,
.home-solutions-section .banner-section .swiper-slide::after {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  height: 30%;
  z-index: 5;
}
@media (max-width: 991px) {
  .home-solutions-section .banner-section .swiper-slide::before,
  .home-solutions-section .banner-section .swiper-slide::after {
    height: 60%;
  }
}
.home-solutions-section .banner-section .swiper-slide::before {
  top: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.home-solutions-section .banner-section .swiper-slide::after {
  bottom: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.home-solutions-section .banner-section .swiper-slide .inner-text-box {
  position: absolute;
  bottom: 0.6rem;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 6;
  color: #FFFFFF;
}
@media (max-width: 991px) {
  .home-solutions-section .banner-section .swiper-slide .inner-text-box {
    bottom: 1rem;
  }
}
.home-solutions-section .banner-section .swiper-slide .inner-text-box .inner-desc {
  padding: 0.15rem 0 0.3rem;
}
@media (max-width: 991px) {
  .home-solutions-section .banner-section .swiper-slide .inner-text-box .inner-desc {
    padding-bottom: 0.5rem;
  }
}
.home-solutions-section .banner-section .public-img::before {
  padding-top: 100vh;
}
.home-solutions-section .banner-section .public-button {
  --black-primary-color: #fff;
}
.home-solutions-section .banner-section .public-button i {
  filter: invert(100%);
}
.home-solutions-section .banner-section .public-button:hover {
  --black-primary-color: #061b2c;
}
.home-solutions-section .banner-section .public-button:hover i {
  filter: invert(0%);
}
.home-solutions-section .banner-section .pagetion-list {
  position: absolute;
  top: 0.6rem;
  left: 8.25%;
  z-index: 6;
  width: 87%;
}
@media (max-width: 991px) {
  .home-solutions-section .banner-section .pagetion-list {
    width: 90%;
    left: 5%;
  }
}
.home-solutions-section .banner-section .pagetion-list ul {
  width: 100%;
}
.home-solutions-section .banner-section .pagetion-list li {
  border-radius: 50%;
  color: #fff;
  margin-left: 0.4rem;
  opacity: 0.22;
  cursor: pointer;
  width: calc(25% - 0.3rem);
}
.home-solutions-section .banner-section .pagetion-list li:nth-child(1) {
  margin-left: 0;
}
@media (max-width: 991px) {
  .home-solutions-section .banner-section .pagetion-list li {
    width: calc(50% - 0.3rem);
    margin-left: 0.6rem;
    padding-bottom: 0.35rem;
  }
  .home-solutions-section .banner-section .pagetion-list li:nth-child(odd) {
    margin-left: 0;
  }
}
.home-solutions-section .banner-section .pagetion-list li .line {
  width: 100%;
  height: 0.02rem;
  background: #FFFFFF;
  position: relative;
}
.home-solutions-section .banner-section .pagetion-list li .line::before {
  background: linear-gradient(90deg, #5fb6d5, #fcfcfc);
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: scaleX(0);
  transition: transform 7s linear;
  transform-origin: left;
}
.home-solutions-section .banner-section .pagetion-list li .text {
  padding-top: 0.1rem;
  display: block;
  position: relative;
  padding-right: 15px;
}
.home-solutions-section .banner-section .pagetion-list li .text .ico {
  position: absolute;
  z-index: 3;
  width: 8px;
  height: 13px;
  background: url('../images/icon-arrow.svg') center center no-repeat;
  background-size: cover;
  display: block;
  filter: invert(100%);
  transition: all 0.5s;
  transform: translateX(-0.05rem);
  top: 47%;
  right: 0;
  opacity: 0;
}
@media (max-width: 991px) {
  .home-solutions-section .banner-section .pagetion-list li .text .ico {
    top: 33%;
  }
}
.home-solutions-section .banner-section .pagetion-list li.active {
  opacity: 1;
}
.home-solutions-section .banner-section .pagetion-list li.active .line {
  background: rgba(255, 255, 255, 0.22);
}
.home-solutions-section .banner-section .pagetion-list li.active .line::before {
  transform: scaleX(1);
}
.home-solutions-section .banner-section .pagetion-list li.active .text .ico {
  opacity: 1;
  transform: translateX(0);
}
.home-solutions-section .top-content-box .title {
  color: var(--black-primary-color);
  width: 46%;
}
@media (max-width: 991px) {
  .home-solutions-section .top-content-box .title {
    width: 100%;
  }
}
.home-solutions-section .top-content-box .desc {
  color: #666666;
  line-height: 1.533;
  width: 46%;
}
@media (max-width: 991px) {
  .home-solutions-section .top-content-box .desc {
    width: 100%;
    padding-top: 10px;
  }
}
.home-solutions-section .public-btn > div {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 0.85rem;
  overflow: hidden;
  opacity: 0;
  width: 6rem;
  height: 3rem;
  border-radius: 0.2rem;
  transform: scale(0);
}
.home-solutions-section .public-btn {
  cursor: pointer;
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: -1;
  transform: translate(-50%, -50%);
  pointer-events: none;
}
.home-solutions-section .public-btn video,
.home-solutions-section .public-btn img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: none;
}
.home-solutions-section .public-btn video.active,
.home-solutions-section .public-btn img.active {
  display: block;
}
.home-solutions-section .public-btn.active {
  pointer-events: none;
}
.home-solutions-section .public-btn.active > div {
  opacity: 1;
  transform: scale(1);
}
.home-solutions-section .text-box {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  padding: 1rem 0;
  z-index: 3;
}
.home-solutions-section .srcoll-module {
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100vh;
  position: relative;
  background-color: var(--white-color);
  mix-blend-mode: screen;
  padding-top: 10vh;
}
.home-solutions-section .srcoll-module div.icon {
  width: 150vh;
  opacity: 0;
  transform: scale(0.1);
  will-change: auto;
}
.home-solutions-section .srcoll-module div.icon svg {
  width: 100%;
  height: 100%;
}
.home-solutions-section.active .list li {
  cursor: pointer;
  color: transparent;
  text-stroke: 1px #dddddd;
  -webkit-text-stroke: 1px #dddddd;
  -moz-text-stroke: 1px #dddddd;
  -o-text-stroke: 1px #dddddd;
}
.home-solutions-section.active li:hover {
  color: var(--active-color);
  text-stroke: 0px;
  -webkit-text-stroke: 0px;
  -moz-text-stroke: 0px;
  -o-text-stroke: 0px;
}
.home-solutions-section .list {
  padding-top: 10vh;
  font-size: 0.8rem;
  position: relative;
}
@media (max-width: 991px) {
  .home-solutions-section .list {
    padding-top: 30vh;
  }
}
@media (max-width: 480px) {
  .home-solutions-section .list {
    padding-top: 20vh;
  }
}
.home-solutions-section .list.no-stop::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  width: 100%;
  height: 100%;
}
.home-solutions-section .list li {
  position: relative;
  z-index: 2;
  color: var(--black-primary-color);
  line-height: 1.5;
  transition: all 0.5s;
  text-align: center;
  will-change: auto;
}
.home-solutions-section .play-modlue {
  background: var(--white-color);
  content: '';
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.home-solutions-section.full-section .title,
.home-solutions-section.full-section .desc,
.home-solutions-section.full-section .list {
  display: none;
}
.home-solutions-section.full-section .public-btn {
  top: 50% !important;
  left: 50% !important;
  z-index: 10;
  pointer-events: auto;
}
.home-solutions-section.full-section .public-btn > div {
  width: 100vw;
  height: 100vh;
  transform: scale(1);
  transition: all .6s linear;
  border-radius: 0;
}
.home-solutions-section.full-section.full-section1 .play-modlue {
  position: fixed;
  z-index: 5 !important;
}
.home-driving-section {
  position: relative;
  width: 100%;
  height: 100vh;
  background: var(--white-color);
  text-align: center;
  z-index: 3;
  top: 0;
}
@media (max-width: 991px) {
  .home-driving-section {
    height: auto;
    position: relative;
    padding: 100px 0;
  }
}
.home-driving-section .title {
  line-height: 1.5;
  font-size: 0.6rem;
}
@media (max-width: 991px) {
  .home-driving-section .title {
    font-size: 0.4rem;
  }
}
.home-driving-section .title span {
  width: 0.8rem;
  display: inline-block;
}
@media (max-width: 991px) {
  .home-driving-section .title span {
    display: none;
  }
}
.home-driving-section .title p {
  color: var(--active-color);
  background: #ccc -webkit-linear-gradient(left, var(--active-color), var(--active-color)) no-repeat 0 0;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-size: 0 100%;
  transition: none;
}
.home-driving-section .title p.active {
  background-size: 100% 100%;
  transition: background-size 0.75s ease-in-out;
}
.home-driving-section .text-box {
  position: relative;
}
.home-driving-section .text-box .icon {
  width: 0.8rem;
  position: absolute;
  top: 0.1rem;
  left: 58%;
  z-index: -1;
}
@media (max-width: 1580px) {
  .home-driving-section .text-box .icon {
    width: 0.7rem;
    left: 57%;
  }
}
@media (max-width: 1260px) {
  .home-driving-section .text-box .icon {
    left: 59%;
  }
}
@media (max-width: 991px) {
  .home-driving-section .text-box .icon {
    display: none;
  }
}
.home-driving-section .text-box .icon .white-bg {
  background-color: var(--white-color);
  mix-blend-mode: screen;
}
.home-driving-section .public-button {
  margin: 10vh auto 0;
}
@media (max-width: 991px) {
  .home-driving-section .public-button {
    margin-top: 5vh;
  }
}
.home-video-section {
  position: relative;
  z-index: 4;
  width: 100%;
  height: 100vh;
  background: center center no-repeat;
  background-size: cover;
}
.home-video-section .pc-video{
  width: 100%;
  height: 100vh;
  object-fit: cover;
}
.home-video-section .icon-play {
  width: 100px;
  height: 100px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1.05);
  z-index: 2;
  cursor: pointer;
}
@media (max-width: 991px) {
  .home-video-section .icon-play {
    width: 50px;
    height: 50px;
  }
}
.home-video-section .white-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 110%;
  background: #f9f9f9;
  z-index: -1;
  opacity: 0;
  mix-blend-mode: screen;
  padding-bottom: 2.5rem;
  overflow: hidden;
}
@media (max-width: 991px) {
  .home-video-section .white-bg {
    padding-bottom: 4rem;
  }
}
.home-video-section .white-bg svg {
  width: 100%;
  height: 100%;
}
@media (max-width: 991px) {
  .home-video-section .white-bg svg {
    width: 200%;
    height: 200%;
    margin-left: -50%;
  }
}
.home-video-section .white-bg svg path {
  fill: #0a0a0a;
}
.home-video-section .white-bg .icon {
  width: 250rem;
  transform: scale(1);
}
.home-video-section .text-box {
  line-height: 1.54;
  text-align: center;
  position: absolute;
  top: 80%;
  left: 50%;
  transform: translate(-50%, -60%);
  z-index: 1;
  color: var(--black-primary-color);
  max-width: 12rem;
  width: 90%;
}
@media (max-width: 991px) {
  .home-video-section .text-box {
    top: 70%;
  }
}
.home-video-section .text-box .title {
  opacity: 0;
}
.home-video-section .text-box .desc {
  opacity: 0;
  padding: 0.15rem 0;
  color: #666666;
}
.public-banner-section {
  position: relative;
}
.public-banner-section .swiper-pagination-bullets {
  width: 100%;
  left: 0;
  bottom: 0.2rem;
}
.public-banner-section .swiper-pagination-bullets .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  margin: 0 5px;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.4);
  opacity: 1;
}
@media (max-width: 991px) {
  .public-banner-section .swiper-pagination-bullets .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
  }
}
.public-banner-section .swiper-pagination-bullets .swiper-pagination-bullet-active {
  background: var(--active-color);
  border: 1px solid var(--active-color);
}
.public-banner-section::after {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  height: 30%;
  z-index: 5;
}
@media (max-width: 991px) {
  .public-banner-section::after {
    height: 60%;
  }
}
.public-banner-section::after {
  top: 0;
  background: linear-gradient(to bottom, rgba(72, 138, 162, 0.65), rgba(0, 0, 0, 0));
}
.public-banner-section .public-img::before {
  padding-top: 6.6rem;
}
.public-banner-section .text-box {
  position: absolute;
  top: 57%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 6;
  color: var(--white-color);
  line-height: 1.5;
}
.public-banner-section .desc,
.public-banner-section .title {
  line-height: 1.5;
  max-width: 800px;
  margin-bottom: 0.1rem;
}
.public-banner-section .icon-play{
  width:40px;
  height:40px;
  margin: 20px 0;
}
.public-banner-section.energy-banner-section .public-img::before {
  padding-top: 100vh;
}
.public-banner-section.energy-banner-section::after {
  top: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0));
}
.public-banner-section.energy-banner-section::before {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  height: 30%;
  z-index: 5;
  bottom: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0));
}
.public-banner-section.energy-banner-section .text-box {
  top: 50%;
}
.public-banner-section.about-banner-section .public-img::before {
  padding-top: 100vh;
}
.public-banner-section.about-banner-section .text-box {
  top: 50%;
}
.inner-main {
  background: var(--white-color);
  position: relative;
  z-index: 2;
  border-bottom: 1px solid #eee;
}
.contact-info-section {
  text-align: center;
  padding: 1rem 0 0;
}
.contact-info-section .title {
  padding-bottom: 0.5rem;
}
.contact-info-section .list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.5rem;
}
@media (max-width: 991px) {
  .contact-info-section .list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 480px) {
  .contact-info-section .list {
    grid-template-columns: 1fr;
  }
}
.contact-info-section .list .icon-bg {
  width: 1.2rem;
  height: 1.2rem;
  border-radius: 50%;
  background-color: #f5f5f5;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-align-items: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin: auto;
  transition: all 0.5s;
}
.contact-info-section .list .icon-bg svg {
  width: 0.5rem;
}
.contact-info-section .list .icon-bg svg:nth-child(1) {
  display: block;
}
.contact-info-section .list .icon-bg svg:nth-child(2) {
  display: none;
}
.contact-info-section .list .t1 {
  color: #666666;
  padding: 0.3rem 0 0.15rem;
}
.contact-info-section .list .t2 {
  line-height: 1.5;
}
.contact-info-section .list .info-card {
  border-radius: var(--border-radius);
  border: 1px solid #e6e6e6;
  line-height: 1.5;
  padding: 0.5rem 0.45rem;
}
.contact-info-section .list .info-card:hover .icon-bg {
  background-color: var(--active-color);
}
.contact-info-section .list .info-card:hover .icon-bg svg:nth-child(1) {
  display: none;
}
.contact-info-section .list .info-card:hover .icon-bg svg:nth-child(2) {
  display: block;
}
.contact-form-section {
  text-align: center;
  padding: 1.1rem 0 1.2rem;
}
.contact-form-section .title {
  padding-bottom: 0.4rem;
}
.contact-form-section .form-group {
  width: calc(33.3% - (1rem / 3));
  margin-bottom: 0.25rem;
  text-align: left;
}
.contact-form-section .form-group:nth-child(3n - 1) {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
@media (max-width: 991px) {
  .contact-form-section .form-group {
    width: 100%;
  }
  .contact-form-section .form-group:nth-child(3n - 1) {
    margin-left: 0;
    margin-right: 0;
  }
}
.contact-form-section .form-group label {
  color: #666;
  display: block;
  padding-bottom: 0.1rem;
}
.contact-form-section .form-group label span {
  color: var(--active-color);
}
.contact-form-section .form-group input[type="email"],
.contact-form-section .form-group input[type="text"] {
  height: 50px;
  border: 1px solid #e6e6e6;
  display: block;
  width: 100%;
  border-radius: var(--border-radius);
  padding: 0 0.2rem;
  font-size: 14px;
}
@media (max-width: 1580px) {
  .contact-form-section .form-group input[type="email"],
  .contact-form-section .form-group input[type="text"] {
    font-size: 13px;
  }
}
@media (max-width: 991px) {
  .contact-form-section .form-group input[type="email"],
  .contact-form-section .form-group input[type="text"] {
    font-size: 12px;
  }
}
.contact-form-section .form-group .public-select-box {
  height: 50px;
  border: 1px solid #e6e6e6;
  display: block;
  width: 100%;
  border-radius: var(--border-radius);
  font-size: 14px;
  position: relative;
}
@media (max-width: 1580px) {
  .contact-form-section .form-group .public-select-box {
    font-size: 13px;
  }
}
@media (max-width: 991px) {
  .contact-form-section .form-group .public-select-box {
    font-size: 12px;
  }
}
.contact-form-section .form-group .public-select-box select {
  background: transparent;
  padding: 0 0.2rem;
  height: 100%;
  width: 100%;
}
.contact-form-section .form-group .public-select-box i.icon {
  display: block;
  position: absolute;
  top: 35%;
  right: 0.15rem;
  pointer-events: none;
  width: 9px;
  height: 9px;
  border-left: 1px solid var(--black-primary-color);
  border-top: 1px solid var(--black-primary-color);
  transform: rotate(-135deg);
}
.contact-form-section .form-group textarea {
  width: 100%;
  padding: 0.2rem;
  border: 1px solid #e6e6e6;
  height: 150px;
  resize: none;
  border-radius: var(--border-radius);
  font-size: 14px;
}
@media (max-width: 1580px) {
  .contact-form-section .form-group textarea {
    font-size: 13px;
  }
}
@media (max-width: 991px) {
  .contact-form-section .form-group textarea {
    font-size: 12px;
  }
}
.contact-form-section .form-group1 {
  width: 100%;
}
.resource-section .resource-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.5rem;
  padding: 0.6rem 0;
}
@media (max-width: 991px) {
  .resource-section .resource-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 480px) {
  .resource-section .resource-list {
    grid-template-columns: 1fr;
  }
}
.resource-section .resource-list .item a {
  display: flex;
  padding: 30px;
  border-radius: var(--border-radius);
  border: 1px solid #e6e6e6;
  height: 100%;
  -webkit-box-pack: justify;
  -moz-justify-content: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .resource-section .resource-list .item a {
    padding: 20px;
  }
}
.resource-section .resource-list .item .icon {
  border: 1px solid #e6e6e6;
  border-radius: 50%;
  /* margin-top: 20px; */
  width: 48px;
  height: 48px;
  background: linear-gradient(90deg, #5fb6d5, rgba(95, 181, 213, 0.15));
  padding: 0;
}
@media (max-width: 991px) {
  .resource-section .resource-list .item .icon {
    width: 40px;
    height: 40px;
    /* margin-top: 15px; */
  }
  .resource-section .resource-list .item .icon svg {
    width: 13px;
  }
}
.resource-section .resource-list .item .border {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-align-items: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #fff;
}
.resource-section .resource-list .item .text {
  color: var(--black-primary-color);
  line-height: 1.5;
  width: calc(100% - 60px);
  height: 48px;
}
@media (max-width: 1580px) {
  .resource-section .resource-list .item .text {
    /* height: 41px; */
  }
}
@media (max-width: 991px) {
  .resource-section .resource-list .item .text {
    height: 36px;
  }
}
.resource-section .resource-list .item a:hover .icon {
  padding: 2px;
  border-width: 0;
}
.resource-section .resource-list .item a:hover .text {
  color: var(--active-color);
}
.public-search-section {
  padding: 0.6rem 0 0;
}
.public-search-section .tabs-list {
  width: calc(100% - 6rem);
}
@media (max-width: 991px) {
  .public-search-section .tabs-list {
    width: 100%;
  }
}
.public-search-section .tabs-list a {
  margin-right: 0.15rem;
  display: inline-block;
  border: 1px solid #e6e6e6;
  line-height: 50px;
  border-radius: 30px;
  padding: 0 0.3rem;
  position: relative;
  transition: all 0.5s;
  cursor: pointer;
  color: var(--black-primary-color);
}
.public-search-section .tabs-list a::before {
  content: '';
  border-radius: 30px;
  padding: 0;
  inset: 0;
  position: absolute;
  background: linear-gradient(90deg, #5fb6d5, rgba(95, 181, 213, 0.2));
  mask: linear-gradient(#D59B5F 0 0) content-box, linear-gradient(#d59b5f 0 0);
  mask-composite: exclude;
  z-index: 1;
}
.public-search-section .tabs-list a:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  border-radius: 30px;
  background: -moz-linear-gradient(90deg, rgba(95, 181, 213, 0.765), rgba(252, 252, 252, 0.65) 100%);
  background: -webkit-linear-gradient(90deg, rgba(95, 181, 213, 0.765), rgba(252, 252, 252, 0.65) 100%);
  background: -ms-linear-gradient(90deg, rgba(95, 181, 213, 0.765), rgba(252, 252, 252, 0.65) 100%);
  background: linear-gradient(90deg, rgba(95, 181, 213, 0.765), rgba(252, 252, 252, 0.65) 100%);
  opacity: 0;
  transition: all 0.5s;
}
@media (max-width: 991px) {
  .public-search-section .tabs-list a {
    line-height: 38px;
    padding: 0 10px;
    margin-right: 7px;
    margin-bottom: 10px;
  }
}
.public-search-section .tabs-list a.active,
.public-search-section .tabs-list a:hover {
  border-color: transparent;
}
.public-search-section .tabs-list a.active:before,
.public-search-section .tabs-list a:hover:before {
  padding: 2px;
}
.public-search-section .search-box {
  width: 5rem;
  border: 1px solid #e6e6e6;
  line-height: 50px;
  border-radius: 30px;
}
@media (max-width: 480px) {
  .public-search-section .search-box {
    width: 100%;
  }
}
.public-search-section .search-box .search-input {
  width: calc(100% - 50px);
  padding: 0 0.2rem;
}
.public-search-section .search-box .search-submit {
  width: 50px;
  height: 50px;
  background: url('../images/icon-search.svg') 10px center no-repeat;
  background-size: 35% 35%;
  transition: all 0.5s;
}
.public-search-section .search-box .search-submit:hover {
  opacity: 0.37;
}
.public-pagetion {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-align-items: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0.1rem 0 1.3rem;
}
.public-pagetion a {
  min-width: 0.5rem;
  height: 0.5rem;
  background: #fff;
  border-radius: 50%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-align-items: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  justify-content: center;
  font-weight: 500;
  color: #000000;
  padding: 0 0.1rem !important;
  text-align: center;
  margin: 0.06rem;
  transition: all 0.5s;
  border: 1px solid #E6E6E6;
  position: relative;
}
@media (max-width: 480px) {
  .public-pagetion a {
    min-width: 0.55rem;
    height: 0.55rem;
  }
}
.public-pagetion a i {
  display: inline-block;
  width: 6px;
  height: 10px;
  background: url('../images/icon-arrow.svg') center center no-repeat;
  background-size: cover;
  transition: all 0.5s;
}
@media (max-width: 480px) {
  .public-pagetion a i {
    width: 0.12rem;
    height: 0.12rem;
  }
}
.public-pagetion a.prev i {
  transform: rotate(180deg);
  margin-right: 0.03rem;
}
.public-pagetion a.next i {
  margin-right: 0.03rem;
}
.public-pagetion a::before {
  content: '';
  border-radius: 30px;
  padding: 0;
  inset: 0;
  position: absolute;
  background: linear-gradient(90deg, #5fb6d5, rgba(95, 181, 213, 0.2));
  mask: linear-gradient(#D59B5F 0 0) content-box, linear-gradient(#d59b5f 0 0);
  mask-composite: exclude;
  z-index: 1;
}
.public-pagetion a:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  border-radius: 30px;
  background: -moz-linear-gradient(90deg, rgba(95, 181, 213, 0.765), rgba(252, 252, 252, 0.65) 100%);
  background: -webkit-linear-gradient(90deg, rgba(95, 181, 213, 0.765), rgba(252, 252, 252, 0.65) 100%);
  background: -ms-linear-gradient(90deg, rgba(95, 181, 213, 0.765), rgba(252, 252, 252, 0.65) 100%);
  background: linear-gradient(90deg, rgba(95, 181, 213, 0.765), rgba(252, 252, 252, 0.65) 100%);
  opacity: 0;
  transition: all 0.5s;
}
@media (max-width: 991px) {
  .public-pagetion a {
    line-height: 45px;
  }
}
.public-pagetion a.active,
.public-pagetion a:hover {
  cursor: pointer;
  border-color: transparent;
}
.public-pagetion a.active:before,
.public-pagetion a:hover:before {
  padding: 2px;
}
.news-list {
  text-align: left;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.5rem;
  margin-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .news-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 480px) {
  .news-list {
    grid-template-columns: 1fr;
  }
}
.news-list a {
  display: block;
  border: 1px solid #e6e6e6;
  height: 100%;
  border-radius: var(--border-radius);
  position: relative;
  cursor: pointer;
}
.news-list a:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  transition: all 0.5s;
  opacity: 0;
  border-radius: var(--border-radius);
  background: -moz-linear-gradient(180deg, var(--activey-color) 50%, #def0f7 100%);
  background: -webkit-linear-gradient(180deg, var(--active-color) 50%, #def0f7 100%);
  background: -ms-linear-gradient(180deg, var(--active-color) 50%, #def0f7 100%);
  background: linear-gradient(180deg, var(--active-color) 50%, #def0f7 100%);
}
.news-list .text-box {
  position: relative;
  z-index: 2;
  padding: 0.3rem 0.4rem;
}
.news-list .picture {
  border-radius: var(--border-radius);
  z-index: 2;
}
.news-list .picture::before {
  padding-top: 56%;
}
.news-list .time {
  padding-bottom: 0.2rem;
  font-family: 'Montserrat-light', 'MicrosoftYaHeiLight', 'MicrosoftYaHei', 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  font-weight: normal;
  color: var(--black-666);
  font-weight: 400;
  line-height: 20px;
}
.news-list .time svg {
  width: 20px;
  height: 20px;
  margin-right: 5px;
  display: inline-block;
  vertical-align: top;
}
@media (max-width: 991px) {
  .news-list .time svg {
    margin-right: 2px;
    width: 16px;
    height: 16px;
  }
}
.news-list .time svg path {
  fill: var(--black-999);
}
@media (max-width: 991px) {
  .news-list .time {
    line-height: 16px;
  }
}
.news-list .tit {
  color: var(--black-primary-color);
  line-height: 1.5;
  height: 50px;
  font-size: 18px;
}
@media (max-width: 1580px) {
  .news-list .tit {
    height: 50px;
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .news-list .tit {
    height: 42px;
    font-size: 14px;
  }
}
.news-list .more {
  color: #666;
  padding-top: 0.28rem;
  margin-top: 0.3rem;
  border-top: 1px solid #e6e6e6;
  transition: all 0.5s;
  font-size: 14px;
}
@media (max-width: 1580px) {
  .news-list .more {
    font-size: 13px;
  }
}
@media (max-width: 991px) {
  .news-list .more {
    font-size: 12px;
  }
}
.news-list .more i {
  display: inline-block;
  width: 6px;
  height: 10px;
  background: url('../images/icon-arrow.svg') center center no-repeat;
  background-size: cover;
  transform: translateX(0.1rem);
  transition: all 0.5s;
  opacity: 0.65;
}
@media (max-width: 991px) {
  .news-list .more i {
    margin-bottom: -1px;
  }
}
.news-list a:hover {
  color: var(--black-primary-color) !important;
}
.news-list a:hover .time {
  color: var(--black-primary-color) !important;
}
.news-list a:hover .time svg path {
  fill: var(--black-primary-color);
}
.news-list a:hover:after {
  opacity: 1;
}
.news-list a:hover .more {
  color: var(--black-primary-color) !important;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.news-list a:hover .more i {
  transform: translateX(0.14rem);
  opacity: 1;
}
.search-section .search-text {
  color: #666;
  padding: 0.5rem 0 0.22rem;
}
.news-bottom-section .public-search-section {
  border-top: 1px solid var(--color-e6e6e6);
  padding-bottom: 0.6rem;
}
.news-top-section {
  position: relative;
  padding: 1.1rem 0 2rem;
}
.news-top-section .swiper-pagination-bullets {
  width: 100%;
  left: 0;
  bottom: 1.2rem;
}
.news-top-section .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
  background: var(--color-e6e6e6);
  opacity: 1;
}
.news-top-section .swiper-pagination-bullets .swiper-pagination-bullet-active {
  background: var(--active-color);
}
.news-top-section .title {
  text-align: center;
  padding-bottom: 0.6rem;
}
.news-top-section .swiper-wrapper {
  padding-bottom: 2px;
}
.news-top-section a {
  border: 1px solid #e6e6e6;
  border-radius: var(--border-radius);
  position: relative;
  width: 100%;
  cursor: pointer;
}
.news-top-section a:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  transition: all 0.5s;
  opacity: 0;
  border-radius: var(--border-radius);
  background: -moz-linear-gradient(180deg, var(--activey-color) 50%, #def0f7 100%);
  background: -webkit-linear-gradient(180deg, var(--active-color) 50%, #def0f7 100%);
  background: -ms-linear-gradient(180deg, var(--active-color) 50%, #def0f7 100%);
  background: linear-gradient(180deg, var(--active-color) 50%, #def0f7 100%);
}
.news-top-section .text-box {
  position: relative;
  z-index: 2;
  padding: 0.4rem 0.55rem;
  width: 50%;
}
@media (max-width: 991px) {
  .news-top-section .text-box {
    width: 100%;
    padding: 25px;
  }
}
.news-top-section .picture {
  border-radius: var(--border-radius);
  z-index: 2;
  width: 50%;
}
@media (max-width: 991px) {
  .news-top-section .picture {
    width: 100%;
  }
}
.news-top-section .picture::before {
  padding-top: 56%;
}
.news-top-section .time {
  padding-bottom: 0.2rem;
  font-family: 'Montserrat-light', 'MicrosoftYaHeiLight', 'MicrosoftYaHei', 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  font-weight: normal;
  color: var(--black-666);
  font-weight: 400;
  line-height: 20px;
}
.news-top-section .time svg {
  width: 20px;
  height: 20px;
  margin-right: 5px;
  display: inline-block;
  vertical-align: top;
}
@media (max-width: 991px) {
  .news-top-section .time svg {
    margin-right: 2px;
    width: 16px;
    height: 16px;
  }
}
.news-top-section .time svg path {
  fill: var(--black-999);
}
@media (max-width: 991px) {
  .news-top-section .time {
    line-height: 16px;
  }
}
.news-top-section .tit {
  color: var(--black-primary-color);
  line-height: 1.5;
  -webkit-line-clamp: 4;
  margin-bottom: 0.2rem;
}
.news-top-section .more {
  color: #666;
  padding-top: 0.33rem;
  margin-top: 0.3rem;
  border-top: 1px solid #e6e6e6;
  transition: all 0.5s;
  font-size: 14px;
}
@media (max-width: 1580px) {
  .news-top-section .more {
    font-size: 13px;
  }
}
@media (max-width: 991px) {
  .news-top-section .more {
    font-size: 12px;
  }
}
.news-top-section .more i {
  display: inline-block;
  width: 6px;
  height: 10px;
  background: url('../images/icon-arrow.svg') center center no-repeat;
  background-size: cover;
  transform: translateX(0.1rem);
  transition: all 0.5s;
  opacity: 0.65;
}
@media (max-width: 991px) {
  .news-top-section .more i {
    margin-bottom: -1px;
  }
}
.news-top-section a:hover {
  color: var(--black-primary-color) !important;
}
.news-top-section a:hover .time {
  color: var(--black-primary-color) !important;
}
.news-top-section a:hover .time svg path {
  fill: var(--black-primary-color);
}
.news-top-section a:hover:after {
  opacity: 1;
}
.news-top-section a:hover .more {
  color: var(--black-primary-color) !important;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.news-top-section a:hover .more i {
  opacity: 1;
  transform: translateX(0.14rem);
}
.news-info-section {
  padding: 1.15rem 0 0.5rem;
}
.news-info-section .left {
  width: 6rem;
  padding-top: 0.08rem;
  position: sticky;
  top: 100px;
  left: 0;
  line-height: 1.5;
  padding-right: 1rem;
}
@media (max-width: 991px) {
  .news-info-section .left {
    width: 100%;
    padding: 0 0 0.65rem 0;
    position: static;
  }
}
.news-info-section .left .time {
  font-family: 'Montserrat-light', 'MicrosoftYaHeiLight', 'MicrosoftYaHei', 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  font-weight: normal;
  padding-bottom: 0.2rem;
  color: var(--black-666);
  font-weight: 400;
  line-height: 20px;
}
.news-info-section .left .time svg {
  width: 20px;
  height: 20px;
  margin-right: 5px;
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 991px) {
  .news-info-section .left .time svg {
    margin-right: 2px;
    width: 16px;
    height: 16px;
  }
}
.news-info-section .left .time svg path {
  fill: var(--black-999);
}
@media (max-width: 991px) {
  .news-info-section .left .time {
    line-height: 16px;
  }
}
.news-info-section .left .line {
  margin-top: 0.4rem;
  width: 100%;
  height: 2px;
  background: -moz-linear-gradient(90deg, rgba(95, 181, 213, 0.65), rgba(222, 240, 247, 0.65) 100%);
  background: -webkit-linear-gradient(90deg, rgba(95, 181, 213, 0.65) 0%, rgba(222, 240, 247, 0.65) 100%);
  background: -ms-linear-gradient(90deg, rgba(95, 181, 213, 0.65) 0%, rgba(222, 240, 247, 0.65) 100%);
  background: linear-gradient(90deg, rgba(95, 181, 213, 0.65) 0%, rgba(222, 240, 247, 0.65) 100%);
}
.news-info-section .right {
  width: calc(100% - 6rem);
}
@media (max-width: 991px) {
  .news-info-section .right {
    width: 100%;
  }
}
.news-info-section .right .editor {
  color: #666666;
  line-height: 1.53;
  padding: 0 0 0.6rem 0;
  margin: 0;
}
.news-info-section .right .share {
  width: 100%;
  border-top: 1px solid #E6E6E6;
  border-bottom: 1px solid #E6E6E6;
  padding: 0.6rem 0;
  color: var(--black-primary-color);
  text-align: center;
}
.news-info-section .right .share .list {
  width: 100%;
  margin-top: 0.3rem;
}
.news-info-section .right .share a {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-align-items: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin-left: 20px;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1px solid var(--color-e6e6e6);
  transition: all 0.5s;
  position: relative;
}
.news-info-section .right .share a:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -moz-linear-gradient(90deg, rgba(95, 181, 213, 0.65), rgba(222, 240, 247, 0.65) 100%);
  background: -webkit-linear-gradient(90deg, rgba(95, 181, 213, 0.65) 0%, rgba(222, 240, 247, 0.65) 100%);
  background: -ms-linear-gradient(90deg, rgba(95, 181, 213, 0.65) 0%, rgba(222, 240, 247, 0.65) 100%);
  background: linear-gradient(90deg, rgba(95, 181, 213, 0.65) 0%, rgba(222, 240, 247, 0.65) 100%);
  border-radius: 50%;
  opacity: 0;
  transition: all 0.5s;
}
@media (max-width: 991px) {
  .news-info-section .right .share a {
    margin: 0 20px 0 0;
    width: 35px;
    height: 35px;
  }
}
.news-info-section .right .share a svg {
  max-height: 40%;
  position: relative;
  z-index: 3;
}
.news-info-section .right .share a path {
  fill: var(--black-primary-color);
  transition: all 0.5s;
  opacity: 0.9;
}
.news-info-section .right .share a:hover {
  border-width: 0;
}
.news-info-section .right .share a:hover:after {
  opacity: 0.8;
}
.news-info-section .right .share a:hover path {
  opacity: 1;
}
.news-info-section .right .pagetion {
  padding-top: 0.6rem;
}
.news-info-section .right .pagetion .left-page {
  width: 57%;
}
@media (max-width: 991px) {
  .news-info-section .right .pagetion .left-page {
    width: 100%;
    margin-bottom: 0.4rem;
  }
}
.news-info-section .right .pagetion .left-page a {
  color: var(--black-primary-color);
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: all 0.5s;
  line-height: 1.778;
}
.news-info-section .right .pagetion .left-page a:hover {
  color: #666;
}
.news-info-other-section {
  padding-top: 1.2rem;
}
.news-info-other-section .container {
  border-top: 1px solid #e6e6e6;
  padding: 1rem 0 0;
}
.news-info-other-section .title {
  padding-bottom: 0.6rem;
  text-align: center;
}
.news-info-other-section .news-list {
  position: relative;
  display: block;
}
.news-info-other-section .news-list .swiper-pagination {
  display: none;
}
@media (max-width: 991px) {
  .news-info-other-section .news-list .swiper-pagination {
    display: block;
  }
}
.news-info-other-section .news-list .swiper-pagination-bullets {
  width: 100%;
  left: 0;
  bottom: -0.6rem;
}
.news-info-other-section .news-list .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
  background: var(--color-e6e6e6);
  opacity: 1;
}
.news-info-other-section .news-list .swiper-pagination-bullets .swiper-pagination-bullet-active {
  background: var(--active-color);
}
.news-info-other-section .news-list .button {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-align-items: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  justify-content: center;
  border: 1px solid var(--color-e6e6e6);
  top: calc(50% - 24px);
  padding: 17px;
  position: absolute;
  cursor: pointer;
  border: 1px solid #e6e6e6;
  border-radius: 50%;
  margin-top: 20px;
  width: 48px;
  height: 48px;
  background: linear-gradient(90deg, #5fb6d5, rgba(95, 181, 213, 0.15));
  padding: 0;
}
.news-info-other-section .news-list .button svg {
  width: 100%;
  height: 100%;
  padding: 15px;
  background-color: #fff;
  border-radius: 50%;
  display: block;
  position: relative;
  z-index: 3;
}
.news-info-other-section .news-list .button.swiper-button-disabled {
  display: none;
}
.news-info-other-section .news-list .button.next {
  right: -60px;
}
.news-info-other-section .news-list .button.prev {
  left: -60px;
}
.news-info-other-section .news-list .button.prev svg {
  transform: rotate(180deg);
}
@media (max-width: 991px) {
  .news-info-other-section .news-list .button {
    display: none;
    width: 35px;
    height: 35px;
    top: calc(50% - 17px);
  }
  .news-info-other-section .news-list .button.next {
    right: -45px;
  }
  .news-info-other-section .news-list .button.prev {
    left: -45px;
  }
}
.news-info-other-section .news-list .button path {
  fill: var(--black-primary-color);
  transition: all 0.5s;
  opacity: 0.9;
}
.news-info-other-section .news-list .button:hover {
  padding: 2px;
  border-width: 0;
}
.news-info-other-section .news-list .button:hover svg {
  padding: 14px;
}
.news-info-other-section .news-list .button:hover path {
  opacity: 1;
}
.product-list-section {
  padding: 1rem 0 0;
  margin-bottom: -0.15rem;
}
.product-list-section .container {
  -webkit-box-align: start;
  -moz-align-items: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.product-list-section .right {
  padding-top: 0.15rem;
  width: calc(100% - 4.1rem);
}
@media (max-width: 991px) {
  .product-list-section .right {
    width: 100%;
  }
}
.product-list-section .right .list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.4rem;
  margin-bottom: 0.4rem;
}
@media (max-width: 991px) {
  .product-list-section .right .list {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    margin-bottom: 15px;
  }
}
@media (max-width: 480px) {
  .product-list-section .right .list {
    /* grid-template-columns: repeat(1, 1fr); */
  }
}
.product-list-section .right .list li {
  border-radius: var(--border-radius);
  border: 1px solid #E6E6E6;
}
.product-list-section .right .list a {
  height: 100%;
  position: relative;
  width: 100%;
  display: block;
}
.product-list-section .right .list a:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  border-radius: var(--border-radius);
  background: -moz-linear-gradient(180deg, rgba(95, 181, 213, 0.65), rgba(252, 252, 252, 0.65) 100%);
  background: -webkit-linear-gradient(180deg, rgba(95, 181, 213, 0.65), rgba(252, 252, 252, 0.65) 100%);
  background: -ms-linear-gradient(180deg, rgba(95, 181, 213, 0.65), rgba(252, 252, 252, 0.65) 100%);
  background: linear-gradient(180deg, rgba(95, 181, 213, 0.65), rgba(252, 252, 252, 0.65) 100%);
  opacity: 0;
  transition: all 0.5s;
}
.product-list-section .right .list a .picture {
  width: 92%;
  position: relative;
  z-index: 3;
  margin: auto;
  background: transparent;
}
.product-list-section .right .list a .picture>img{
  width: 80%;
  height: 80%;
  left: 10%;
}
.product-list-section .right .list a .text {
  width: 90%;
  position: absolute;
  bottom: 0.15rem;
  left: 5%;
  text-align: center;
  z-index: 3;
}
.product-list-section .right .list a .text {
  transition: all 0.5s;
  color: var(--black-primary-color);
}
.product-list-section .right .list a:hover::after {
  opacity: 0.5;
}
.product-list-section .right .list a:hover .text {
  color: var(--active-color);
}
.product-list-section .left {
  width: 3.7rem;
  position: sticky;
  top: 100px;
  left: 0;
  z-index: 2;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .product-list-section .left {
    position: static;
    width: 100%;
    padding-bottom: 0.5rem;
  }
}
.product-list-section .left .title {
  color: var(--black-primary-color);
}
.product-list-section .left .desc {
  color: #666;
  line-height: 1.5;
  padding: 0 0 0.2rem 0;
}
.product-list-section .left .search-box {
  width: 100%;
  border: 1px solid #e6e6e6;
  line-height: 50px;
  border-radius: 30px;
}
@media (max-width: 480px) {
  .product-list-section .left .search-box {
    width: 100%;
  }
}
.product-list-section .left .search-box .search-input {
  width: calc(100% - 50px);
  padding: 0 0.2rem;
}
.product-list-section .left .search-box .search-submit {
  width: 50px;
  height: 50px;
  background: url('../images/icon-search.svg') 10px center no-repeat;
  background-size: 35% 35%;
  transition: all 0.5s;
}
.product-list-section .left .search-box .search-submit:hover {
  opacity: 0.37;
}
.product-list-section .left .nav-list {
  padding-top: 10px;
}
.product-list-section .left .nav-list li {
  margin-top: 10px;
  border: 1px solid #e6e6e6;
  border-radius: var(--border-radius);
  overflow: hidden;
  transition: all 0.5s;
}
.product-list-section .left .nav-list span {
  width: calc(100% - 11px);
  display: block;
}
.product-list-section .left .nav-list i.icon {
  display: block;
  width: 6px;
  height: 10px;
  background: url('../images/icon-arrow.svg') center center no-repeat;
  background-size: cover;
  transition: all 0.5s;
  opacity: 0.65;
}
@media (max-width: 991px) {
  .product-list-section .left .nav-list i.icon {
    margin-bottom: -1px;
  }
  .product-list-section .left .nav-list .bottom span {
    font-size:12px;
    padding:2px 0
  }
}
.product-list-section .left .nav-list .top {
  cursor: pointer;
  padding: 0.15rem 0.3rem;
  line-height: 1.5;
  border-radius: 0 0 var(--border-radius) var(--border-radius);
  transition: all 0.5s;
}
@media (max-width: 991px) {
  .product-list-section .left .nav-list .top {
    padding: 15px;
  }
}
.product-list-section .left .nav-list .top i.icon {
  transform: rotate(90deg);
}
.product-list-section .left .nav-list .bottom {
  padding: 0.15rem 0;
  display: none;
  max-height: 40vh;
  overflow: auto;
}
.product-list-section .left .nav-list a {
  line-height: 1.5;
  padding: 0.1rem 0.3rem;
  cursor: pointer;
  width: 100%;
  transition: all 0.5s;
  color: var(--black-primary-color);
}
.product-list-section .left .nav-list a:hover {
  color: var(--active-color);
}
.product-list-section .left .nav-list a:hover i.icon {
  background: url('../images/icon-arrow-active.svg') center center no-repeat;
  background-size: cover;
  transform: translateX(4px);
}
.product-list-section .left .nav-list li.active,
.product-list-section .left .nav-list li:hover {
  border-top-color: var(--active-color);
}
.product-list-section .left .nav-list li.active .top,
.product-list-section .left .nav-list li:hover .top {
  background: var(--active-color);
  color: var(--white-color);
}
.product-list-section .left .nav-list li.active .top i.icon,
.product-list-section .left .nav-list li:hover .top i.icon {
  border-color: var(--white-color);
  filter: invert(100%);
  transform: translateY(-2px) rotate(-90deg);
}
.product-info2-section {
  padding-top: 1.1rem;
}
.product-info2-section .title {
  text-align: center;
  color: var(--black-primary-color);
  padding-bottom: 0.6rem;
}
.product-info2-section .list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.4rem;
}
@media (max-width: 991px) {
  .product-info2-section .list {
    grid-template-columns: repeat(2, 1fr);
  }
}
.product-info2-section .list .icon-bg {
  width: 1.2rem;
  height: 1.2rem;
  border-radius: 50%;
  background-color: #f5f5f5;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-align-items: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin: auto;
  transition: all 0.5s;
}
.product-info2-section .list .icon-bg svg {
  width: 0.5rem;
}
.product-info2-section .list .icon-bg svg:nth-child(1) {
  display: block;
}
.product-info2-section .list .icon-bg svg:nth-child(2) {
  display: none;
}
.product-info2-section .list .t1 {
  color: var(--black-primary-color);
  padding: 0.2rem 0 0;
}
.product-info2-section .list .info-card {
  text-align: center;
  border-radius: var(--border-radius);
  border: 1px solid #e6e6e6;
  line-height: 1.5;
  padding: 0.8rem 0.45rem 0.75rem;
}
@media (max-width: 991px) {
  .product-info2-section .list .info-card {
    padding: 0.45rem;
  }
}
.product-info2-section .list .info-card:hover .icon-bg {
  background-color: var(--active-color);
}
.product-info2-section .list .info-card:hover .icon-bg svg:nth-child(2) {
  display: block;
}
.product-info2-section .list .info-card:hover .icon-bg svg:nth-child(1) {
  display: none;
}
.product-info3-section {
  padding: 1.1rem 0;
  text-align: center;
}
.product-info3-section .title {
  text-align: center;
  color: var(--black-primary-color);
  padding-bottom: 0.6rem;
}
.product-info3-section .table-con {
  text-align: left;
  overflow-x: auto;
  margin-bottom: 0.6rem;
}
.product-info3-section .table-con table {
  width: 100%;
}
@media (max-width: 1260px) {
  .product-info3-section .table-con table {
    min-width: 1000px;
  }
}
.product-info3-section .table-con table th,
.product-info3-section .table-con table td {
  color: var(--black-666);
  padding: 0.15rem 0.3rem;
  border: 1px solid #E6E6E6;
}
.product-info3-section .table-con table .td-bg,
.product-info3-section .table-con table th {
  color: var(--black-primary-color);
  background: #f5f5f5;
  text-align: left;
}

.product-info3-section .public-button{
  margin: 0 10px 10px;
}


.product-info1-section {
  /* background: url('../images/banner-product-info.jpg') 0 0 no-repeat; */
  min-height: 8.6rem;
  position: relative;
  height: 90vh;
}
.product-info1-section .container {
  padding: 1rem;
}
.product-info1-section  .swiper-pagination{
  position:absolute;
  z-index: 10;
  width: 100%;
  bottom: .5rem;
  left: 0;
}
.product-info1-section  .swiper-pagination .swiper-pagination-bullet{
  margin: 3px;
}
.product-info1-section  .swiper-pagination .swiper-pagination-bullet-active{
  background: var(--active-color);
}
@media (max-width: 991px) {
  .product-info1-section .container {
    padding: 1rem 0;
  }
}
.product-info1-section .text-box {
  padding-left: 1rem;
  width: 50%;
  position: relative;
  z-index: 4;
}
@media (max-width: 991px) {
  .product-info1-section .text-box {
    padding: 35px 0 40vh;
    width: 100%;
  }
}
.product-info1-section .picture-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}
@media (max-width: 991px) {
  .product-info1-section .picture-box {
    width: 100%;
  }
}
.product-info1-section .picture-box .bg {
  width: 100%;
  mix-blend-mode: color-burn;
  position: absolute;
  height: 100%;
  z-index: 1;
  background: url(../images/logo2@1.5x.png) 35% center no-repeat;
  background-size: 2.5rem auto;
  opacity: 0.7;
  display: none;
}
.product-info1-section .picture-box .public-img::before {
  /* background: transparent; */
  padding-top: 90vh;
}
.product-info1-section .picture-box .swiper-pagination-bullets {
  width: 100%;
  left: 0;
  bottom: 0.2rem;
  padding-left: 0.5rem;
}
.product-info1-section .picture-box .swiper-pagination-bullets .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  margin: 0 5px;
  background: #c5cdd2;
  opacity: 1;
}
.product-info1-section .picture-box .swiper-pagination-bullets .swiper-pagination-bullet-active {
  background: var(--active-color);
}
.product-info1-section .title {
  color: var(--black-primary-color);
}
.product-info1-section .desc {
  color: rgba(6, 27, 44, 0.702);
  line-height: 1.667;
  padding: 0.1rem 0;
}
.why-distributor-section {
  text-align: center;
  padding-top: 1.15rem;
}
.why-distributor-section .title {
  line-height: 1.1;
  padding-bottom: 0.4rem;
}
@media (max-width: 991px) {
  .why-distributor-section .content > li {
    border-radius: var(--border-radius);
    border: 1px solid #e6e6e6;
    overflow: hidden;
  }
}
.why-distributor-section .content .picture {
  width: calc(50% + 0.5rem);
  margin-right: -0.5rem;
  border-radius: var(--border-radius);
}
.why-distributor-section .content .picture::before {
  padding-top: 56%;
}
@media (max-width: 991px) {
  .why-distributor-section .content .picture {
    width: 100%;
    border-radius: 0;
    margin: 0 !important;
  }
}
.why-distributor-section .content .text-box {
  padding: 1rem;
  text-align: left;
  position: relative;
  z-index: 2;
  width: 50%;
  border-radius: var(--border-radius);
  border: 1px solid #e6e6e6;
  -webkit-backdrop-filter: saturate(180%) blur(14px);
  backdrop-filter: saturate(180%) blur(14px);
  background: -moz-linear-gradient(180deg, rgba(95, 181, 213, 0.05) 0%, rgba(255, 255, 255, 0.95) 100%);
  background: -webkit-linear-gradient(180deg, rgba(95, 181, 213, 0.05) 0%, rgba(255, 255, 255, 0.95) 100%);
  background: -ms-linear-gradient(180deg, rgba(95, 181, 213, 0.05) 0%, rgba(255, 255, 255, 0.95) 100%);
  box-shadow: inset 0px 3px 10px 0px rgba(255, 255, 255, 0.004);
}
@media (max-width: 991px) {
  .why-distributor-section .content .text-box {
    width: 100%;
    padding: 25px;
    border: 0;
    border-radius: 0;
  }
}
.why-distributor-section .content .subtitle {
  color: var(--black-primary-color);
}
.why-distributor-section .content .desc {
  color: var(--black-666);
  line-height: 1.5;
  padding-top: 0.1rem;
}
.why-distributor-section .content li {
  margin-bottom: 0.6rem;
}
.why-distributor-section .content li:nth-child(even) {
  -webkit-box-pack: end;
  -webkit-box-direction: reverse;
  -webkit-box-orient: horizontal;
  -moz-flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.why-distributor-section .content li:nth-child(even) .picture {
  margin-right: 0;
  margin-left: -0.5rem;
}
.why-distributor-section .content li:nth-child(even) .text-box {
  background: -moz-linear-gradient(0deg, rgba(95, 181, 213, 0.05) 0%, rgba(255, 255, 255, 0.95) 100%);
  background: -webkit-linear-gradient(0deg, rgba(95, 181, 213, 0.05) 0%, rgba(255, 255, 255, 0.95) 100%);
  background: -ms-linear-gradient(0deg, rgba(95, 181, 213, 0.05) 0%, rgba(255, 255, 255, 0.95) 100%);
}
.dealer-success-section {
  padding: 0.5rem 0 1.2rem;
  text-align: center;
}
@media (max-width: 991px) {
  .dealer-success-section {
    padding: 0.7rem 0;
  }
}
.dealer-success-section .title {
  line-height: 1.1;
  padding-bottom: 0.4rem;
  text-align: center;
  color: var(--black-primary-color);
}
.dealer-success-section .swiper-container {
  border-radius: var(--border-radius);
  border: 1px solid var(--color-e6e6e6);
}
.dealer-success-section .swiper-slide {
  padding: 1rem;
}
@media (max-width: 991px) {
  .dealer-success-section .swiper-slide {
    padding: 25px;
  }
}
.dealer-success-section .picture {
  width: 3rem;
  border-radius: var(--border-radius);
}
@media (max-width: 991px) {
  .dealer-success-section .picture {
    width: 100%;
    margin-bottom: 30px;
  }
}
.dealer-success-section .picture::before {
  padding-top: 113%;
}
.dealer-success-section .text-box {
  width: calc(100% - 3.6rem);
  text-align: left;
}
@media (max-width: 991px) {
  .dealer-success-section .text-box {
    width: 100%;
  }
}
.dealer-success-section .avatar-list {
  padding-bottom: 0.45rem;
  background: url('../images/line2.jpg') bottom left no-repeat;
  background-size: 100% auto;
}
.dealer-success-section .avatar {
  width: 75px;
  border: 1px solid var(--color-e6e6e6);
  border-radius: 50%;
}
.dealer-success-section .avatar-text-box {
  line-height: 1.5;
  width: calc(100% - 100px);
  color: var(--black-primary-color);
}
.dealer-success-section .avatar-text-box .role {
  padding-top: 5px;
  opacity: 0.7;
}
.dealer-success-section .tit {
  color: var(--black-primary-color);
  padding: 0.25rem 0;
}
.dealer-success-section .desc {
  color: var(--black-primary-color);
  opacity: 0.7;
}
.dealer-success-section .btn-box {
  width: 100%;
  height: 48px;
  position: relative;
  margin-top: 0.6rem;
}
.dealer-success-section .swiper-pagination {
  width: calc(100% - 130px);
  height: 2px;
  background: var(--color-e6e6e6);
  position: static;
}
.dealer-success-section .swiper-pagination.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--active-color);
}
.dealer-success-section .button {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-align-items: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1px solid var(--color-e6e6e6);
  transition: all 0.5s;
  padding: 17px;
  cursor: pointer;
  position: relative;
}
.dealer-success-section .button.prev svg {
  transform: rotate(180deg);
}
.dealer-success-section .button::before {
  opacity: 0;
}
@media (max-width: 991px) {
.dealer-success-section .swiper-pagination {
  width: calc(100% - 110px);
}
  .dealer-success-section .button {
    width: 35px;
    height: 35px;
    top: calc(50% - 17px);
    padding: 10px;
  }
  .dealer-success-section .button.next {
    right: 0;
    top: calc(50% - 25px);
  }
  .dealer-success-section .button.prev {
    left: 10px;
    top: calc(50% - 25px);
  }
}
.dealer-success-section .button svg {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 3;
}
.dealer-success-section .button path {
  fill: var(--black-primary-color);
  transition: all 0.5s;
  opacity: 0.9;
}
.dealer-success-section .button:hover:after {
  opacity: 0;
}
.dealer-success-section .button:hover::before {
  opacity: 1;
  background: linear-gradient(90deg, #5fb5d5, #fcfcfc);
  mask: linear-gradient(#d59c5f 0 0) content-box, linear-gradient(#d59b5f 0 0);
  mask-composite: exclude;
}
.dealer-success-section .button:hover path {
  opacity: 1;
}
.our-distributors-section {
  background: #f5f5f5;
  padding: 1rem 0;
}
.our-distributors-section .title {
  line-height: 1.1;
  padding-bottom: 0.4rem;
  text-align: center;
  color: var(--black-primary-color);
}
.our-distributors-section .buttons {
  margin-top: 0.5rem;
}
.our-distributors-section .tabs-list a {
  margin: 0 0.1rem;
  display: inline-block;
  border: 1px solid #e6e6e6;
  line-height: 50px;
  border-radius: 30px;
  padding: 0 0.3rem;
  position: relative;
  transition: all 0.5s;
  cursor: pointer;
}
.our-distributors-section .tabs-list a i {
  display: inline-block;
  width: 6px;
  height: 10px;
  background: url('../images/icon-arrow.svg') center center no-repeat;
  background-size: cover;
  transform: translateX(0.1rem);
  margin-right: 0.1rem;
  transition: all 0.5s;
}
@media (max-width: 991px) {
  .our-distributors-section .tabs-list a i {
    margin-bottom: -1px;
  }
}
.our-distributors-section .tabs-list a::before {
  content: '';
  border-radius: 30px;
  padding: 0;
  inset: 0;
  position: absolute;
  background: linear-gradient(90deg, #5fb6d5, rgba(95, 181, 213, 0.2));
  mask: linear-gradient(#D59B5F 0 0) content-box, linear-gradient(#d59b5f 0 0);
  mask-composite: exclude;
  z-index: 1;
}
.our-distributors-section .tabs-list a:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  border-radius: 30px;
  background: -moz-linear-gradient(90deg, rgba(95, 181, 213, 0.765), rgba(252, 252, 252, 0.65) 100%);
  background: -webkit-linear-gradient(90deg, rgba(95, 181, 213, 0.765), rgba(252, 252, 252, 0.65) 100%);
  background: -ms-linear-gradient(90deg, rgba(95, 181, 213, 0.765), rgba(252, 252, 252, 0.65) 100%);
  background: linear-gradient(90deg, rgba(95, 181, 213, 0.765), rgba(252, 252, 252, 0.65) 100%);
  opacity: 0;
  transition: all 0.5s;
}
@media (max-width: 991px) {
  .our-distributors-section .tabs-list a {
    line-height: 38px;
    padding: 0 10px;
    margin-right: 7px;
    margin-bottom: 10px;
  }
}
.our-distributors-section .tabs-list a.active,
.our-distributors-section .tabs-list a:hover {
  border-color: transparent;
}
.our-distributors-section .tabs-list a.active:before,
.our-distributors-section .tabs-list a:hover:before {
  padding: 2px;
}
.our-distributors-section .distributor-list {
  margin: 0.6rem 0 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.5rem;
}
@media (max-width: 991px) {
  .our-distributors-section .distributor-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 480px) {
  .our-distributors-section .distributor-list {
    grid-template-columns: 1fr;
  }
}
.our-distributors-section .distributor-list .distributor-card {
  padding: 0 0.4rem;
  border: 1px solid var(--color-e6e6e6);
  background: var(--white-color);
  border-radius: var(--border-radius);
}
.our-distributors-section .distributor-list .name {
  color: var(--black-primary-color);
  font-weight: normal;
  padding: 0.25rem 0;
  transition: all 0.5s;
}
.our-distributors-section .distributor-list .address,
.our-distributors-section .distributor-list .phone {
  color: var(--black-666);
  line-height: 1.5;
  padding-bottom: 10px;
}
.our-distributors-section .distributor-list .visit-link {
  margin-top: 0.2rem;
  border-top: 1px solid var(--color-e6e6e6);
  color: var(--black-666);
  padding: 0.25rem 0;
  transition: all 0.5s;
}
.our-distributors-section .distributor-list .visit-link svg {
  width: 12px;
  height: 12px;
}
.our-distributors-section .distributor-list .visit-link svg path {
  transition: all 0.5s;
  fill: var(--black-666);
}
.our-distributors-section .distributor-list .visit-link span {
  margin-left: 5px;
}
.our-distributors-section .distributor-list a:hover .name, .our-distributors-section .distributor-list a:hover .visit-link {
  color: var(--active-color);
}
.our-distributors-section .distributor-list:hover .name path,
.our-distributors-section .distributor-list:hover .visit-link path {
  transition: all 0.5s;
  fill: var(--active-color);
}
.energy-storage-section {
  position: relative;
  padding: 0.5rem 0 1.2rem;
}
.energy-storage-section .container {
  position: relative;
}
@media (max-width: 991px) {
  .energy-storage-section .container {
    position: static;
  }
}
.energy-storage-section .container .button {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-align-items: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1px solid var(--color-e6e6e6);
  transition: all 0.5s;
  top: calc(50% - 24px);
  padding: 17px;
  position: absolute;
  cursor: pointer;
}
.energy-storage-section .container .button.swiper-button-disabled {
  display: none;
}
@media (max-width: 991px) {
  .energy-storage-section .container .button {
    display: none;
  }
}
.energy-storage-section .container .button.next {
  right: -60px;
}
.energy-storage-section .container .button.prev {
  left: -60px;
}
.energy-storage-section .container .button.prev svg {
  transform: rotate(180deg);
}
.energy-storage-section .container .button:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -moz-linear-gradient(90deg, rgba(95, 181, 213, 0.65), rgba(222, 240, 247, 0.65) 100%);
  background: -webkit-linear-gradient(90deg, rgba(95, 181, 213, 0.65) 0%, rgba(222, 240, 247, 0.65) 100%);
  background: -ms-linear-gradient(90deg, rgba(95, 181, 213, 0.65) 0%, rgba(222, 240, 247, 0.65) 100%);
  background: linear-gradient(90deg, rgba(95, 181, 213, 0.65) 0%, rgba(222, 240, 247, 0.65) 100%);
  border-radius: 50%;
  opacity: 0;
  transition: all 0.5s;
}
@media (max-width: 991px) {
  .energy-storage-section .container .button {
    width: 35px;
    height: 35px;
    top: calc(50% - 17px);
  }
  .energy-storage-section .container .button.next {
    right: -45px;
  }
  .energy-storage-section .container .button.prev {
    left: -45px;
  }
}
.energy-storage-section .container .button svg {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 3;
}
.energy-storage-section .container .button path {
  fill: var(--black-primary-color);
  transition: all 0.5s;
  opacity: 0.9;
}
.energy-storage-section .container .button:hover {
  border-color: transparent;
}
.energy-storage-section .container .button:hover:after {
  opacity: 0.8;
}
.energy-storage-section .container .button:hover path {
  opacity: 1;
}
.energy-storage-section .swiper-pagination-bullets {
  width: 100%;
  left: 0;
  bottom: 0.2rem;
  display: none;
}
@media (max-width: 991px) {
  .energy-storage-section .swiper-pagination-bullets {
    display: block;
  }
}
.energy-storage-section .swiper-pagination-bullets .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  margin: 0 5px;
  background: transparent;
  border: 1px solid rgba(0, 0, 0, 0.2);
  opacity: 1;
}
@media (max-width: 991px) {
  .energy-storage-section .swiper-pagination-bullets .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
  }
}
.energy-storage-section .swiper-pagination-bullets .swiper-pagination-bullet-active {
  background: var(--active-color);
  border: 1px solid var(--active-color);
}
.energy-storage-section .list {
  text-align: center;
}
.energy-storage-section .list .icon-bg {
  width: 1.2rem;
  height: 1.2rem;
  border-radius: 50%;
  background-color: #f5f5f5;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-align-items: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin: auto;
  transition: all 0.5s;
}
.energy-storage-section .list .icon-bg svg {
  width: 0.5rem;
}
.energy-storage-section .list .icon-bg svg:nth-child(1) {
  display: block;
}
.energy-storage-section .list .icon-bg svg:nth-child(2) {
  display: none;
}
.energy-storage-section .list .t1 {
  color: var(--black-primary-color);
  padding: 0.3rem 0 0.15rem;
  font-weight: 600;
}
.energy-storage-section .list .t2 {
  color: var(--black-666);
  line-height: 1.5;
}
.energy-storage-section .list .info-card {
  border-radius: var(--border-radius);
  border: 1px solid #e6e6e6;
  line-height: 1.5;
  padding: 0.5rem 0.45rem;
}
.energy-storage-section .list .info-card:hover .icon-bg {
  background-color: var(--active-color);
}
.energy-storage-section .list .info-card:hover .icon-bg svg:nth-child(1) {
  display: none;
}
.energy-storage-section .list .info-card:hover .icon-bg svg:nth-child(2) {
  display: block;
}
.related-cases-section {
  padding: 1.1rem 0 1.8rem;
}
.related-cases-section .swiper-pagination-bullets {
  bottom: 1.2rem;
}
.related-cases-section .title {
  padding-bottom: 0.45rem;
}
.related-cases-section .line {
  width: 100%;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.1);
  margin: 0.22rem 0 0.3rem;
}
.related-cases-section .desc {
  color: #666;
  -webkit-line-clamp: 6;
}
.related-cases-section a {
  margin-bottom: -2px;
}
.related-cases-section a::after {
  display: none;
}
.related-cases-section .swiper-container {
  border-radius: var(--border-radius);
  border: 1px solid var(--color-e6e6e6);
}
.related-products-section {
  background: #f5f5f5;
  position: relative;
  padding: 1.2rem 0;
}
.related-products-section .title {
  text-align: center;
  padding-bottom: 0.4rem;
}
.related-products-section a {
  border-radius: var(--border-radius);
  border: 1px solid #E6E6E6;
  height: 100%;
  position: relative;
  width: 100%;
  overflow: hidden;
}
.related-products-section a:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  border-radius: var(--border-radius);
  background: -moz-linear-gradient(180deg, rgba(95, 181, 213, 0.65), #fcfcfc, #fcfcfc 100%);
  background: -webkit-linear-gradient(180deg, rgba(95, 181, 213, 0.65), #fcfcfc, #fcfcfc 100%);
  background: -ms-linear-gradient(180deg, rgba(95, 181, 213, 0.65), #fcfcfc, #fcfcfc 100%);
  background: linear-gradient(180deg, rgba(95, 181, 213, 0.65), #fcfcfc, #fcfcfc 100%);
  opacity: 0;
  transition: all 0.5s;
}
.related-products-section a .picture {
  width: 92%;
  position: relative;
  z-index: 3;
  margin: auto;
  background: transparent;
}
.related-products-section a .text {
  width: 90%;
  position: absolute;
  bottom: 0.15rem;
  left: 5%;
  text-align: center;
  z-index: 3;
}
.related-products-section a .text {
  transition: all 0.5s;
  color: var(--black-primary-color);
}
.related-products-section a:hover::after {
  opacity: 0.5;
}
.related-products-section a:hover .text {
  color: var(--active-color);
}
.related-products-section .swiper-pagination-bullets {
  width: 100%;
  left: 0;
  bottom: 0.5rem;
}
.related-products-section .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
  background: var(--color-e6e6e6);
  opacity: 1;
}
.related-products-section .swiper-pagination-bullets .swiper-pagination-bullet-active {
  background: var(--active-color);
}
.role-positioning-section {
  position: relative;
  padding: 1.2rem 0;
  background: #f5f5f5;
}
@media (max-width: 991px) {
  .role-positioning-section {
    padding-bottom: 2rem;
  }
}
.role-positioning-section .swiper-pagination-bullets {
  width: 100%;
  left: 0;
  bottom: 1rem;
  display: none;
}
@media (max-width: 991px) {
  .role-positioning-section .swiper-pagination-bullets {
    display: block;
  }
}
.role-positioning-section .swiper-pagination-bullets .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  margin: 0 5px;
  background: transparent;
  border: 1px solid rgba(0, 0, 0, 0.2);
  opacity: 1;
}
@media (max-width: 991px) {
  .role-positioning-section .swiper-pagination-bullets .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
  }
}
.role-positioning-section .swiper-pagination-bullets .swiper-pagination-bullet-active {
  background: var(--active-color);
  border: 1px solid var(--active-color);
}
.role-positioning-section .swiper-slide {
  width: 2.5rem !important;
}
.role-positioning-section .title {
  text-align: center;
  padding-bottom: 0.4rem;
}
.role-positioning-section .list {
  text-align: left;
}
.role-positioning-section .list .icon-bg {
  width: 1.2rem;
  height: 1.2rem;
  border-radius: 50%;
  background-color: #f5f5f5;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-align-items: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  justify-content: center;
  transition: all 0.5s;
}
.role-positioning-section .list .icon-bg svg {
  width: 0.5rem;
}
.role-positioning-section .list .icon-bg svg:nth-child(1) {
  display: block;
}
.role-positioning-section .list .icon-bg svg:nth-child(2) {
  display: none;
}
.role-positioning-section .list .t1 {
  color: var(--black-primary-color);
  padding: 0.3rem 0 0.15rem;
  font-weight: 600;
}
.role-positioning-section .list .t2 {
  color: var(--black-666);
  line-height: 1.5;
}
.role-positioning-section .list .info-card {
  border-radius: var(--border-radius);
  line-height: 1.5;
  padding: 0.5rem;
  background-color: var(--white-color);
  min-height: 420px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -moz-justify-content: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  min-width: calc((100% - 5.6rem - 50px) / 4);
}
@media (max-width: 1580px) {
  .role-positioning-section .list .info-card {
    min-height: 360px;
  }
}
.role-positioning-section .list .info-card .after {
  opacity: 0;
  height: 0;
  overflow: hidden;
  width: 4.6rem;
  transform: translateY(0.2rem);
  transition: opacity 0.2s ease-in-out, transform 0.55s ease-in-out;
}
.role-positioning-section .list .info-card .before {
  opacity: 1;
  min-width: 160px;
  overflow: hidden;
  transform: translateY(0.2rem);
  transition: opacity 0.2s ease-in-out, transform 0.55s ease-in-out;
}
@media (max-width: 1260px) {
  .role-positioning-section .list .info-card {
    width: 5.6rem !important;
    margin-right: 20px;
    min-height: 340px;
  }
  .role-positioning-section .list .info-card .before {
    opacity: 0;
    height: 0;
    transform: translateY(0);
  }
  .role-positioning-section .list .info-card .after {
    transform: translateY(0);
    opacity: 1;
    height: auto;
  }
  .role-positioning-section .list .info-card .icon-bg {
    background-color: var(--active-color);
  }
  .role-positioning-section .list .info-card .icon-bg svg:nth-child(1) {
    display: none;
  }
  .role-positioning-section .list .info-card .icon-bg svg:nth-child(2) {
    display: block;
  }
}
.role-positioning-section .list .info-card.active {
  width: 5.6rem !important;
}
.role-positioning-section .list .info-card.active .before {
  opacity: 0;
  height: 0;
  transform: translateY(0);
}
.role-positioning-section .list .info-card.active .after {
  transform: translateY(0);
  opacity: 1;
  height: auto;
}
.role-positioning-section .list .info-card.active .icon-bg {
  background-color: var(--active-color);
}
.role-positioning-section .list .info-card.active .icon-bg svg:nth-child(1) {
  display: none;
}
.role-positioning-section .list .info-card.active .icon-bg svg:nth-child(2) {
  display: block;
}
.public-energy-section {
  position: sticky;
  top: 0;
  left: 0;
  z-index: 15;
  background: #fff;
  border-bottom: 1px solid var(--color-e6e6e6);
}
.public-energy-section .container{
  display:flex;
  -webkit-box-pack: justify;
  -moz-justify-content: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.public-energy-section .swiper-slide {
  position: relative;
  width: auto !important;
  padding: 0.35rem 0.5rem 0.35rem 0;
  transition: all 0.5s;
  color: #051b2c;
}
.public-energy-section .swiper-slide::after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  width: 0%;
  left: calc(50% - 0.25rem);
  height: 1px;
  background-color: var(--active-color);
  transition: all 0.5s;
}
.public-energy-section .swiper-slide:hover,
.public-energy-section .swiper-slide.active {
  color: var(--active-color);
}
.public-energy-section .swiper-slide:hover::after,
.public-energy-section .swiper-slide.active::after {
  left: 0;
  width: calc(100% - 0.5rem);
}
.status-number-list {
  padding: 0.6rem 0 1.2rem;
}
.status-number-list .icon-bg {
  width: 1.2rem;
  height: 1.2rem;
  border-radius: 50%;
  background-color: #f5f5f5;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-align-items: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin: auto;
  transition: all 0.5s;
}
.status-number-list .icon-bg svg {
  width: 0.5rem;
}
.status-number-list .icon-bg svg:nth-child(1) {
  display: block;
}
.status-number-list .icon-bg svg:nth-child(2) {
  display: none;
}
@media (max-width: 480px) {
  .status-number-list .stats-list {
    width: 110%;
    margin-left: -5%;
  }
}
.status-number-list .stat-item {
  width: 25%;
  text-align: center;
  border-left: 1px solid var(--color-e6e6e6);
}
.status-number-list .stat-item:first-child {
  border-left: 0;
}
@media (max-width: 991px) {
  .status-number-list .stat-item {
    width: 50%;
    padding: 40px 5% 0;
  }
  .status-number-list .stat-item:nth-child(odd) {
    border-left: 0;
  }
  .status-number-list .stat-item:nth-child(1),
  .status-number-list .stat-item:nth-child(2) {
    padding-top: 0;
  }
}
.status-number-list .stat-item:hover .icon-bg {
  background-color: var(--active-color);
}
.status-number-list .stat-item:hover .icon-bg svg:nth-child(1) {
  display: none;
}
.status-number-list .stat-item:hover .icon-bg svg:nth-child(2) {
  display: block;
}
.status-number-list .number {
  margin-top: 0.1rem;
  width: 100%;
  color: var(--active-color);
}
.status-number-list .c-num-move {
  font-family: 'Montserrat-Bold', 'MicrosoftYaHei', 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
.status-number-list .desc {
  line-height: 1.5;
  color: #666666;
}
@keyframes clipReveal {
  0% {
    clip-path: polygon(100% 100%, 100% 100%, 100% 100%);
  }
  100% {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
}
@keyframes shadow {
  0% {
    box-shadow: 0 0 0 0 rgba(95, 181, 213, 0.4);
  }
  100% {
    box-shadow: 0 0 0 0.1rem rgba(95, 181, 213, 0.2);
  }
}
.business-coverage-section {
  padding: 1.1rem 0;
  background-color: #f5f5f5;
}
@media (max-width: 650px) {
  .business-coverage-section {
    padding: 0.7rem 0 0;
    text-align: center;
    overflow: hidden;
  }
}
.business-coverage-section .title {
  text-align: center;
}
.business-coverage-section .map-box {
  position: relative;
  max-width: 1315px;
  margin: 1.2rem auto 0;
  color: #000000;
}
@media (max-width: 1260px) {
  .business-coverage-section .map-box {
    transform: scale(0.8);
    margin: 0 auto;
  }
}
@media (max-width: 650px) {
  .business-coverage-section .map-box {
    width: 800px;
    transform: scale(0.45) translateX(50%);
    transform-origin: top center;
    margin: 0.5rem 0 -100px -410px;
    display: inline-block;
  }
}
.business-coverage-section .map-box img {
  width: 100%;
}
.business-coverage-section .map-box .line {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
  top: 0;
  left: 0;
  clip-path: polygon(100% 200%, 100% 0, 100% 100%, 0 100%);
  transition: all 2s ease-in-out;
}
.business-coverage-section .map-box .dots-list {
  opacity: 0;
  transition: opacity 1s ease-in-out 1s;
}
.business-coverage-section .map-box .dots-list .item-wrapper {
  position: relative;
}
.business-coverage-section .map-box .dots-list .item-dots .name {
  color: var(--black-primary-color);
  padding: 5px 0.1rem;
  text-shadow: 0 0 4px rgba(255, 255, 255, 0.1);
}
@media (max-width: 650px) {
  .business-coverage-section .map-box .dots-list .item-dots .name {
    padding: 0 0.1rem;
    font-size: 17px !important;
  }
}
.business-coverage-section .map-box .dots-list .item-dots .dots {
  width: 0.12rem;
  height: 0.12rem;
  border-radius: 50%;
  background-color: var(--white-color);
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-align-items: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin: auto;
  animation: shadow 1s linear alternate infinite;
}
.business-coverage-section .map-box .dots-list .item-dots .dots span {
  display: block;
  border-radius: 50%;
  width: 0.08rem;
  height: 0.08rem;
  background: var(--active-color);
}
.business-coverage-section .map-box .dots-list .item {
  cursor: pointer;
  position: absolute;
  transform: translate(-50%, -50%);
  z-index: 3;
}
.business-coverage-section .map-box .dots-list .item.australia {
  top: 83%;
  left: 83.5%;
}
.business-coverage-section .map-box .dots-list .item.mexico {
  top: 56.5%;
  left: 16%;
}
.business-coverage-section .map-box .dots-list .item.Brazil {
  top: 63%;
  left: 36%;
}
.business-coverage-section .map-box .dots-list .item.Morocco {
  top: 34%;
  left: 44%;
}
.business-coverage-section .map-box .dots-list .item.Poland {
  top: 19%;
  left: 49%;
}
.business-coverage-section .map-box .dots-list .item.Emirates {
  top: 37%;
  left: 64%;
}
.business-coverage-section .map-box .dots-list .item.Kazakhstan {
  top: 30%;
  left: 71%;
}
.business-coverage-section .map-box .dots-list .item.Russia {
  top: 20%;
  left: 75%;
}
.business-coverage-section .map-box .dots-list .item.China {
  top: 41%;
  left: 82%;
}
.business-coverage-section .map-box .dots-list .item.Taiwan {
  top: 54%;
  left: 85.7%;
  width: 2rem;
  text-align: center;
}
.business-coverage-section .map-box .dots-list .item.Japan {
  top: 44%;
  left: 90.5%;
}
.business-coverage-section .map-box .dots-list .item.Thailand {
  top: 46.5%;
  left: 77.5%;
}
.business-coverage-section .map-box .dots-list .item.Malaysia {
  top: 65%;
  left: 79%;
}
.business-coverage-section .map-box .dots-list .item.Vietnam {
  top: 56%;
  left: 76%;
}
.business-coverage-section .map-box .dots-list .item.Vietnam .item-dots {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-align-items: center;
  -webkit-align-items: center;
  align-items: center;
}
.business-coverage-section .map-box.animated .dots-list {
  opacity: 1;
}
.business-coverage-section .map-box.animated .line {
  clip-path: polygon(0% 0%, 100% 0, 100% 100%, 0 100%);
}
.content-story-section {
  background: center center no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding: 1.1rem 0;
  min-height: 90vh;
  line-height: 1.53;
}
@media (max-width: 991px) {
  .content-story-section {
    min-height: 50vh;
    background-attachment: scroll;
  }
}
.content-story-section .title {
  text-align: center;
  color: var(--white-color);
  padding-bottom: 0.25rem;
}
.content-story-section .desc {
  max-width: 1200px;
  margin: auto;
  color: var(--white-color);
  /* text-align: center; */
}
.vision-mission-value-section {
  padding: 1.2rem 0;
}
.vision-mission-value-section .container {
  position: relative;
  border-radius: var(--border-radius);
  overflow: hidden;
}
.vision-mission-value-section .container::before {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  height: 30%;
  z-index: 1;
  bottom: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0));
}
@media (max-width: 991px) {
  .vision-mission-value-section .container::before {
    height: 100%;
  }
}
.vision-mission-value-section .container .vwv-picture-list li {
  display: none;
}
.vision-mission-value-section .container .vwv-picture-list li.active {
  display: block;
}
.vision-mission-value-section .container img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 7.2rem;
  object-fit: cover;
  object-position: center;
}
@media (max-width: 991px) {
  .vision-mission-value-section .container img {
    height: 9rem;
  }
}
.vision-mission-value-section .container .desc {
  margin-top: 0.1rem;
  /* visibility: hidden; */
  /* height: 0; */
  /* overflow: hidden; */
  transform: translateY(-0.1rem);
  transition: transform 0.4s ease-in-out;
  min-height: 54px;
}
@media (max-width: 1580px) {
.vision-mission-value-section .container .desc {
  min-height: 68px;
}
}
@media (max-width: 991px) {
.vision-mission-value-section .container .desc {
  /* min-height: 42px; */
}
}
.vision-mission-value-section .container .text-box {
  text-align: center;
  color: var(--white-color);
  padding: 0.4rem 0.7rem;
  transform: translateY(0.1rem);
  transition: transform 0.4s ease-in-out;
}
.vision-mission-value-section .container .vmv-item {
  height: 7.2rem;
  position: relative;
  z-index: 2;
  border-right: 1px solid rgba(255, 255, 255, 0.25);
}
@media (max-width: 991px) {
  .vision-mission-value-section .container .vmv-item {
    border: 0;
    height: 3rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  }
}
.vision-mission-value-section .container .vmv-item:last-child {
  border-right: 0;
}
@media (max-width: 991px) {
  .vision-mission-value-section .container .vmv-item:last-child {
    border: 0;
  }
}
.vision-mission-value-section .container .vmv-item.active .text-box {
  transform: translateY(0);
}
.vision-mission-value-section .container .vmv-item.active .desc {
  visibility: visible;
  transform: translateY(0);
  height: auto;
}
.vision-mission-value-section .container .vmv-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 991px) {
  .vision-mission-value-section .container .vmv-list {
    grid-template-columns: 1fr;
  }
}
.cooperative-partner-section {
  text-align: center;
  background: #f5f5f5;
  padding: 1rem 0 1.1rem;
}
.cooperative-partner-section .title {
  color: var(--black-primary-color);
  padding-bottom: 0.3rem;
}
.cooperative-partner-section .swiper-wrapper {
  transition-timing-function: linear;
}
.cooperative-partner-section .swiper-slide {
  width: auto !important;
  padding: 0.2rem;
}
@media (max-width: 991px) {
  .cooperative-partner-section .swiper-slide {
    padding: 0;
  }
}
.cooperative-partner-section .swiper-slide img {
  width: 100%;
  height: 100px;
  object-fit: contain;
  filter: grayscale(100%);
  transition: all 0.5s;
  opacity: 0.8;
}
@media (max-width: 991px) {
  .cooperative-partner-section .swiper-slide img {
    height: 65px;
  }
}
.cooperative-partner-section .swiper-slide:hover img {
  filter: grayscale(0%);
  opacity: 1;
}
.leadership-team-section {
  background: #f5f5f5;
  padding: 1.1rem 0;
}
.leadership-team-section .title {
  text-align: center;
  color: var(--black-primary-color);
  padding-bottom: 0.6rem;
}
.leadership-team-section .button {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-align-items: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  justify-content: center;
  border: 1px solid var(--color-e6e6e6);
  top: calc(50% - 24px);
  position: absolute;
  cursor: pointer;
  border: 1px solid #e6e6e6;
  border-radius: 50%;
  margin-top: 20px;
  width: 48px;
  height: 48px;
  background: linear-gradient(90deg, #5fb6d5, rgba(95, 181, 213, 0.15));
  padding: 0;
}
.leadership-team-section .button svg {
  width: 100%;
  height: 100%;
  padding: 17px;
  background-color: #fff;
  border-radius: 50%;
  display: block;
  position: relative;
  z-index: 3;
}
.leadership-team-section .button.swiper-button-disabled {
  display: none;
}
.leadership-team-section .button.next {
  right: -60px;
}
.leadership-team-section .button.prev {
  left: -60px;
}
.leadership-team-section .button.prev svg {
  transform: rotate(180deg);
}
@media (max-width: 991px) {
  .leadership-team-section .button {
    display: none;
    width: 35px;
    height: 35px;
    top: calc(50% - 17px);
  }
  .leadership-team-section .button.next {
    right: -45px;
  }
  .leadership-team-section .button.prev {
    left: -45px;
  }
}
.leadership-team-section .button path {
  fill: var(--black-primary-color);
  transition: all 0.5s;
  opacity: 0.9;
}
.leadership-team-section .button:hover {
  padding: 2px;
  border-width: 0;
}
.leadership-team-section .button:hover svg {
  padding: 16px;
}
.leadership-team-section .button:hover path {
  opacity: 1;
}
.leadership-team-section .ting-list {
  background: #FFFFFF;
  border: 1px solid #E6E6E6;
  border-radius: var(--border-radius);
  position: relative;
  z-index: 3;
  padding: 0.55rem 0.55rem 0;
  margin-top: 0.45rem;
  display: none;
}
@media (max-width: 480px) {
  .leadership-team-section .ting-list {
    display: block !important;
  }
}
.leadership-team-section .ting-list .arrows {
  width: 16px;
  height: 16px;
  background: url(../images/arrows1_03.png) no-repeat center center;
  background-size: 100% 100%;
  display: block;
  position: absolute;
  bottom: 100%;
  transform: translateX(16px) translateY(5px);
}
.leadership-team-section .ting-list .t1 {
  color: var(--black-primary-color);
  padding-bottom: 0.1rem;
}
.leadership-team-section .ting-list .ting-desc {
  color: #666;
  padding-bottom: 0.5rem;
}
.leadership-team-section .ting-list .icon {
  width: 100%;
  border-top: 1px solid #E6E6E6;
  padding: 0.2rem 0 0.3rem;
  cursor: pointer;
}
@media (max-width: 480px) {
  .leadership-team-section .ting-list .icon {
    display: none;
  }
}
.leadership-team-section .ting-list .icon svg {
  display: block;
  width: 10px;
  transform: rotate(-90deg);
}
.leadership-team-section .ting-list .icon span {
  margin-left: 10px;
}
.leadership-team-section .team-list {
  position: relative;
  width: calc(100% + 0.4rem);
  margin-left: -0.2rem;
}
@media (max-width: 480px) {
  .leadership-team-section .team-list {
    width: 100%;
    margin: auto;
  }
}
.leadership-team-section .team-list .picture {
  width: 1.5rem;
  border-radius: 50%;
  margin: auto;
  position: relative;
  z-index: 3;
}
.leadership-team-section .team-list .name {
  color: var(--black-primary-color);
  padding: 0.2rem 0 0.1rem;
  position: relative;
  z-index: 3;
}
.leadership-team-section .team-list .role {
  color: var(--black-666);
  position: relative;
  z-index: 3;
}
.leadership-team-section .team-list .text-box {
  display: none;
}
.leadership-team-section .team-list .swiper-slide .each-item {
  width: calc(100% - 0.4rem);
  cursor: pointer;
  background-color: #fff;
  text-align: center;
  border-radius: var(--border-radius);
  border: 1px solid #e6e6e6;
  line-height: 1.5;
  padding: 0.8rem 0.4rem 0.75rem;
  position: relative;
  box-sizing: border-box;
}
@media (max-width: 1260px) {
  .leadership-team-section .team-list .swiper-slide .each-item {
    padding: 25px;
  }
}
@media (max-width: 480px) {
  .leadership-team-section .team-list .swiper-slide .each-item {
    width: 100%;
  }
}
.leadership-team-section .team-list .swiper-slide .each-item:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  border-radius: var(--border-radius);
  background: -moz-linear-gradient(180deg, rgba(95, 181, 213, 0.65), rgba(252, 252, 252, 0.65) 100%);
  background: -webkit-linear-gradient(180deg, rgba(95, 181, 213, 0.65), rgba(252, 252, 252, 0.65) 100%);
  background: -ms-linear-gradient(180deg, rgba(95, 181, 213, 0.65), rgba(252, 252, 252, 0.65) 100%);
  background: linear-gradient(180deg, rgba(95, 181, 213, 0.65), rgba(252, 252, 252, 0.65) 100%);
  opacity: 0;
  transition: all 0.5s;
}
@media (max-width: 480px) {
  .leadership-team-section .team-list .swiper-slide .each-item:after {
    opacity: 1 !important;
  }
}
.leadership-team-section .team-list .swiper-slide.active .each-item::after,
.leadership-team-section .team-list .swiper-slide:hover .each-item::after {
  opacity: 1;
}
.leadership-team-section .swiper-pagination-bullets {
  width: 100%;
  left: 0;
  display: none;
  bottom: 0.2rem;
}
@media (max-width: 991px) {
  .leadership-team-section .swiper-pagination-bullets {
    display: block;
  }
}
.leadership-team-section .swiper-pagination-bullets .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  margin: 0 5px;
  background: transparent;
  border: 1px solid rgba(0, 0, 0, 0.2);
  opacity: 1;
}
@media (max-width: 991px) {
  .leadership-team-section .swiper-pagination-bullets .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
  }
}
.leadership-team-section .swiper-pagination-bullets .swiper-pagination-bullet-active {
  background: var(--active-color);
  border: 1px solid var(--active-color);
}
.brand-story-section {
  padding: 1rem 0;
}
.brand-story-section .btn-box {
  position: absolute;
  top: 6%;
  left: 5rem;
  width: 100%;
  z-index: 10;
}
.brand-story-section .btn-box .wrap {
  position: relative;
}
@media (max-width: 1260px) {
  .brand-story-section .btn-box {
    top: auto;
    bottom: 0;
    left: auto;
    right: 0;
    width: auto;
  }
  .brand-story-section .btn-box .wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
}
.brand-story-section .button {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-align-items: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  justify-content: center;
  border: 1px solid var(--color-e6e6e6);
  cursor: pointer;
  margin: 0 0 0.2rem 0;
  border: 1px solid #e6e6e6;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  background: linear-gradient(90deg, #5fb6d5, rgba(95, 181, 213, 0.15));
  padding: 0;
}
.brand-story-section .button svg {
  width: 100%;
  height: 100%;
  padding: 17px;
  background-color: #fff;
  border-radius: 50%;
  display: block;
  position: relative;
  z-index: 3;
}
.brand-story-section .button.swiper-button-disabled {
  opacity: 0;
  cursor: no-drop;
}
.brand-story-section .button.next svg {
  transform: rotate(90deg);
}
@media (max-width: 1260px) {
  .brand-story-section .button.next svg {
    transform: rotate(0deg);
  }
}
.brand-story-section .button.prev svg {
  transform: rotate(-90deg);
}
@media (max-width: 1260px) {
  .brand-story-section .button.prev svg {
    transform: rotate(180deg);
  }
}
@media (max-width: 1260px) {
  .brand-story-section .button {
    width: 35px;
    height: 35px;
    margin: 2px;
  }
  .brand-story-section .button svg {
    padding: 12px;
  }
}
.brand-story-section .button path {
  fill: var(--black-primary-color);
  transition: all 0.5s;
  opacity: 0.9;
}
.brand-story-section .button:hover {
  padding: 2px;
  border-width: 0;
}
.brand-story-section .button:hover svg {
  padding: 16px;
}
@media (max-width: 1260px) {
  .brand-story-section .button:hover svg {
    padding: 10px;
  }
}
.brand-story-section .button:hover path {
  opacity: 1;
}
.brand-story-section .con-box {
  position: relative;
  margin-top: 0.15rem;
}
@media (max-width: 1260px) {
  .brand-story-section .con-box {
    padding-bottom: 40px;
  }
}
.brand-story-section .content-box {
  width: 100%;
}
.brand-story-section .timeline {
  font-family: 'Montserrat-Bold', 'MicrosoftYaHei', 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  color: var(--black-primary-color);
  height: 6.4rem;
  width: 50%;
  overflow: hidden;
}
@media (max-width: 1260px) {
  .brand-story-section .timeline {
    width: 100%;
    height: auto;
  }
}
.brand-story-section .timeline .swiper-slide {
  font-size: 1.8rem;
  line-height: 2.6rem;
  height: 2.3rem;
  color: transparent;
  transition: all 0.5s;
  cursor: pointer;
}
@media (max-width: 1260px) {
  .brand-story-section .timeline .swiper-slide {
    font-size: 1rem;
    width: auto !important;
    padding-right: 1rem;
    color: #e6e6e6;
  }
}
.brand-story-section .timeline .swiper-slide span {
  color: #e6e6e6;
}
.brand-story-section .timeline .swiper-slide.swiper-slide-active {
  color: var(--black-primary-color);
}
.brand-story-section .timeline .swiper-slide.swiper-slide-active span {
  color: var(--active-color);
}
.brand-story-section .event {
  padding-top: 0.6rem;
  width: 50%;
}
@media (max-width: 1260px) {
  .brand-story-section .event {
    width: 100%;
    padding-top: 0;
  }
}
.brand-story-section .event .text {
  padding: 10px 0;
  line-height: 1.5;
}
.brand-story-section .event .public-img {
  border-radius: var(--border-radius);
}
.brand-story-section .event .public-img::before {
  padding-top: 50%;
}
.facebook,
.tiktok,
.twitter,
.linkedin,
.instagram {
  cursor: pointer;
}
.no-data{
  padding: 1.2rem 0;
  opacity: .5;
  text-align: center;
}
.slick-dots{
width: 100%;
text-align: center;
}
.slick-dots li{
width: 8px;
height: 8px;
margin: 3px!important;
padding: 0!important;
border-radius: 50%;
display: inline-block;
background-color: rgba(0, 0, 0, 0.2);
}
.slick-dots .slick-active{
background: var(--active-color);
}
.slick-dots button{
  display: none;
}

.public-energy-section .menu-return{
  margin-top: .15rem;
  cursor: pointer;
  width: 50px;
  display: block;
  color: #333;
}
.public-energy-section .menu-return svg {
  width: 18px;
  height: 16px;
  display: block;
  margin: .1rem auto;
}
.public-energy-section .menu-return span {
  transition: all 0.5s;
  line-height: 1;
}
.public-energy-section .swiper-container{
  margin:0
}/* 阻止整个容器的滚动 */
.swiper-container {
    overflow: hidden;
}

/* 允许 Swiper 内部滑动 */
.swiper-wrapper {
    touch-action: pan-y;
}