@import url(//at.alicdn.com/t/c/font_5065693_6va96ikftya.css);
/* 定义可过渡的颜色属性 */
@property --arrow-left-color {
  syntax: "<color>";
  initial-value: #fff;
  inherits: false;
}
@property --arrow-right-color {
  syntax: "<color>";
  initial-value: #fff;
  inherits: false;
}
/* 阿里巴巴普惠体字体定义 */
@font-face {
  font-family: "AlibabaPuHuiTi";
  src: url("https://oss.qixinsz.com/maigerui/web/style/font/AlibabaPuHuiTi-3-35-Thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "AlibabaPuHuiTi";
  src: url("https://oss.qixinsz.com/maigerui/web/style/font/AlibabaPuHuiTi-3-45-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "AlibabaPuHuiTi";
  src: url("https://oss.qixinsz.com/maigerui/web/style/font/AlibabaPuHuiTi-3-55-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "AlibabaPuHuiTi";
  src: url("https://oss.qixinsz.com/maigerui/web/style/font/AlibabaPuHuiTi-3-65-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "AlibabaPuHuiTi";
  src: url("https://oss.qixinsz.com/maigerui/web/style/font/AlibabaPuHuiTi-3-75-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "AlibabaPuHuiTi";
  src: url("https://oss.qixinsz.com/maigerui/web/style/font/AlibabaPuHuiTi-3-85-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "AlibabaPuHuiTi";
  src: url("https://oss.qixinsz.com/maigerui/web/style/font/AlibabaPuHuiTi-3-95-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "AlibabaPuHuiTi";
  src: url("https://oss.qixinsz.com/maigerui/web/style/font/AlibabaPuHuiTi-3-105-Heavy.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "AlibabaPuHuiTi";
  src: url("https://oss.qixinsz.com/maigerui/web/style/font/AlibabaPuHuiTi-3-115-Black.ttf") format("truetype");
  font-weight: 950;
  font-style: normal;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
:root {
  --themeColor: #00215d;
  --themeColor2: #003e92;
  --headerHeight: 10rem;
  --container: 132rem;
  --cm: calc((100vw - var(--container)) / 2);
}
html {
  font-size: calc(100vw / 192);
}
.iconfont {
  font-size: 1.6rem;
}
body {
  -webkit-font-smoothing: antialiased;
  font: 400 1.6rem/1.73 "AlibabaPuHuiTi", Microsoft YaHei, "PingFang SC", Heiti SC, tahoma, Hiragino Sans GB, "\5B8B\4F53", sans-serif;
  color: #3e3a39;
  width: 100vw;
  min-height: 100vh;
  overflow-x: hidden;
  padding-top: 0.1rem;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "AlibabaPuHuiTi";
  font-weight: 700;
}
em,
i {
  font-style: normal;
}
li {
  list-style: none;
}
img {
  border: 0;
  vertical-align: middle;
}
a {
  text-decoration: none;
  color: #3e3a39;
  transition: color 0.3s ease;
}
a:hover {
  color: var(--themeColor);
}
/* 表单元素 */
textarea,
select,
button,
input {
  /* "\5B8B\4F53" => 宋体 */
  font-family: AlibabaSans, Microsoft YaHei, "PingFang SC", Heiti SC, tahoma, arial, Hiragino Sans GB, "\5B8B\4F53", sans-serif;
  border: none;
  outline: none;
  resize: none;
  background: none;
  font-size: 1.6rem;
  /* chrome */
  /* 火狐浏览器 */
}
textarea::-webkit-outer-spin-button,
select::-webkit-outer-spin-button,
button::-webkit-outer-spin-button,
input::-webkit-outer-spin-button,
textarea::-webkit-inner-spin-button,
select::-webkit-inner-spin-button,
button::-webkit-inner-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
textarea[type="number"],
select[type="number"],
button[type="number"],
input[type="number"] {
  appearance: textfield;
  -moz-appearance: textfield;
}
textarea::placeholder,
select::placeholder,
button::placeholder,
input::placeholder {
  color: #cdcdcd;
}
/* 版芯 */
.container {
  width: var(--container);
  margin: 0 auto;
}
@media (min-width: 450px) {
   
    /*    .esg-info .mian .cont .left .cates {*/
    /*    background-color: rgba(255,255,255,1) !important;*/
    /*}*/
  /* 整屏滚动 */
  html:has(.scrollSnap) {
    overflow-y: hidden;
  }
  .scrollSnap {
    width: 100vw;
    height: 100vh;
    overflow-x: hidden;
    overflow-y: auto !important;
    scroll-snap-type: y mandatory;
  }
  .scrollSnap > div,
  .scrollSnap footer {
    scroll-snap-align: end;
    scroll-snap-stop: always;
  }
}
/* swiper切换按钮禁用状态 */
.swiper-button-disabled {
  opacity: 0.5;
  cursor: not-allowed !important;
  pointer-events: none;
}
/* 单行文本 */
.dh_text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
/* 多行文本省略 */
.dh_text2 {
  display: -webkit-box;
  display: -moz-box;
  word-wrap: break-word;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal !important;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.dh_text3 {
  display: -webkit-box;
  display: -moz-box;
  word-wrap: break-word;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal !important;
  line-clamp: 3;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.dh_text4 {
  display: -webkit-box;
  display: -moz-box;
  word-wrap: break-word;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal !important;
  line-clamp: 4;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.dh_text5 {
  display: -webkit-box;
  display: -moz-box;
  word-wrap: break-word;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal !important;
  line-clamp: 5;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}
/* 富文本 */
.rich img,
.rich video {
  max-width: 100% !important;
  height: auto !important;
}
.rich * {
  text-wrap: wrap !important;
  white-space: wrap !important;
}
/* 分页器 */
.pages,
.pagination {
  margin: 6.4rem auto;
  display: flex;
  justify-content: center;
}
.pages li a,
.pagination li a,
.pages li span,
.pagination li span,
.pages a,
.pagination a,
.pages span,
.pagination span {
  display: block;
  width: 2.4rem;
  line-height: 2.4rem;
  text-align: center;
  border-radius: 0.3rem;
  transition: all 0.3s;
  border: 1px solid transparent;
}
.pages li a + a,
.pagination li a + a,
.pages li span + a,
.pagination li span + a,
.pages a + a,
.pagination a + a,
.pages span + a,
.pagination span + a,
.pages li a + span,
.pagination li a + span,
.pages li span + span,
.pagination li span + span,
.pages a + span,
.pagination a + span,
.pages span + span,
.pagination span + span {
  margin-left: 0.8rem;
}
.pages li a.iconfont,
.pagination li a.iconfont,
.pages li span.iconfont,
.pagination li span.iconfont,
.pages a.iconfont,
.pagination a.iconfont,
.pages span.iconfont,
.pagination span.iconfont {
  width: auto;
  font-size: 1rem;
}
.pages li a.iconfont:hover,
.pagination li a.iconfont:hover,
.pages li span.iconfont:hover,
.pagination li span.iconfont:hover,
.pages a.iconfont:hover,
.pagination a.iconfont:hover,
.pages span.iconfont:hover,
.pagination span.iconfont:hover {
  border: 1px solid transparent;
}
.pages a:hover,
.pagination a:hover,
.pages a.active,
.pagination a.active,
.pages li a:hover,
.pagination li a:hover,
.pages li a.active,
.pagination li a.active {
  border: 1px solid var(--themeColor);
}
.pages li + li,
.pagination li + li {
  margin-left: 0.8rem;
}
/* 手机 */
.moblie {
  display: none;
}
.fs-10 {
  font-size: 1rem;
}
.fs-11 {
  font-size: 1.1rem;
}
.fs-12 {
  font-size: 1.2rem;
}
.fs-13 {
  font-size: 1.3rem;
}
.fs-14 {
  font-size: 1.4rem;
}
.fs-15 {
  font-size: 1.5rem;
}
.fs-16 {
  font-size: 1.6rem;
}
.fs-17 {
  font-size: 1.7rem;
}
.fs-18 {
  font-size: 1.8rem;
}
.fs-19 {
  font-size: 1.9rem;
}
.fs-20 {
  font-size: 2rem;
}
.fs-21 {
  font-size: 2.1rem;
}
.fs-22 {
  font-size: 2.2rem;
}
.fs-23 {
  font-size: 2.3rem;
}
.fs-24 {
  font-size: 2.4rem;
}
.fs-25 {
  font-size: 2.5rem;
}
.fs-26 {
  font-size: 2.6rem;
}
.fs-27 {
  font-size: 2.7rem;
}
.fs-28 {
  font-size: 2.8rem;
}
.fs-29 {
  font-size: 2.9rem;
}
.fs-30 {
  font-size: 3rem;
}
.fs-31 {
  font-size: 3.1rem;
}
.fs-32 {
  font-size: 3.2rem;
}
.fs-33 {
  font-size: 3.3rem;
}
.fs-34 {
  font-size: 3.4rem;
}
.fs-35 {
  font-size: 3.5rem;
}
.fs-36 {
  font-size: 3.6rem;
}
.fs-37 {
  font-size: 3.7rem;
}
.fs-38 {
  font-size: 3.8rem;
}
.fs-39 {
  font-size: 3.9rem;
}
.fs-40 {
  font-size: 4rem;
}
.fs-41 {
  font-size: 4.1rem;
}
.fs-42 {
  font-size: 4.2rem;
}
.fs-43 {
  font-size: 4.3rem;
}
.fs-44 {
  font-size: 4.4rem;
}
.fs-45 {
  font-size: 4.5rem;
}
.fs-46 {
  font-size: 4.6rem;
}
.fs-47 {
  font-size: 4.7rem;
}
.fs-48 {
  font-size: 4.8rem;
}
.fs-49 {
  font-size: 4.9rem;
}
.fs-50 {
  font-size: 5rem;
}
.fs-51 {
  font-size: 5.1rem;
}
.fs-52 {
  font-size: 5.2rem;
}
.fs-53 {
  font-size: 5.3rem;
}
.fs-54 {
  font-size: 5.4rem;
}
.fs-55 {
  font-size: 5.5rem;
}
.fs-56 {
  font-size: 5.6rem;
}
.fs-57 {
  font-size: 5.7rem;
}
.fs-58 {
  font-size: 5.8rem;
}
.fs-59 {
  font-size: 5.9rem;
}
.fs-60 {
  font-size: 6rem;
}
.fs-61 {
  font-size: 6.1rem;
}
.fs-62 {
  font-size: 6.2rem;
}
.fs-63 {
  font-size: 6.3rem;
}
.fs-64 {
  font-size: 6.4rem;
}
.fs-65 {
  font-size: 6.5rem;
}
.fs-66 {
  font-size: 6.6rem;
}
.fs-67 {
  font-size: 6.7rem;
}
.fs-68 {
  font-size: 6.8rem;
}
.fs-69 {
  font-size: 6.9rem;
}
.fs-70 {
  font-size: 7rem;
}
.fs-71 {
  font-size: 7.1rem;
}
.fs-72 {
  font-size: 7.2rem;
}
.fs-73 {
  font-size: 7.3rem;
}
.fs-74 {
  font-size: 7.4rem;
}
.fs-75 {
  font-size: 7.5rem;
}
.fs-76 {
  font-size: 7.6rem;
}
.fs-77 {
  font-size: 7.7rem;
}
.fs-78 {
  font-size: 7.8rem;
}
.fs-79 {
  font-size: 7.9rem;
}
.fs-80 {
  font-size: 8rem;
}
.fs-81 {
  font-size: 8.1rem;
}
.fs-82 {
  font-size: 8.2rem;
}
.fs-83 {
  font-size: 8.3rem;
}
.fs-84 {
  font-size: 8.4rem;
}
.fs-85 {
  font-size: 8.5rem;
}
.fs-86 {
  font-size: 8.6rem;
}
.fs-87 {
  font-size: 8.7rem;
}
.fs-88 {
  font-size: 8.8rem;
}
.fs-89 {
  font-size: 8.9rem;
}
.fs-90 {
  font-size: 9rem;
}
.fs-91 {
  font-size: 9.1rem;
}
.fs-92 {
  font-size: 9.2rem;
}
.fs-93 {
  font-size: 9.3rem;
}
.fs-94 {
  font-size: 9.4rem;
}
.fs-95 {
  font-size: 9.5rem;
}
.fs-96 {
  font-size: 9.6rem;
}
.fs-97 {
  font-size: 9.7rem;
}
.fs-98 {
  font-size: 9.8rem;
}
.fs-99 {
  font-size: 9.9rem;
}
.fs-100 {
  font-size: 10rem;
}
.fs-101 {
  font-size: 10.1rem;
}
.fs-102 {
  font-size: 10.2rem;
}
.fs-103 {
  font-size: 10.3rem;
}
.fs-104 {
  font-size: 10.4rem;
}
.fs-105 {
  font-size: 10.5rem;
}
.fs-106 {
  font-size: 10.6rem;
}
.fs-107 {
  font-size: 10.7rem;
}
.fs-108 {
  font-size: 10.8rem;
}
.fs-109 {
  font-size: 10.9rem;
}
.fs-110 {
  font-size: 11rem;
}
.fs-111 {
  font-size: 11.1rem;
}
.fs-112 {
  font-size: 11.2rem;
}
.fs-113 {
  font-size: 11.3rem;
}
.fs-114 {
  font-size: 11.4rem;
}
.fs-115 {
  font-size: 11.5rem;
}
.fs-116 {
  font-size: 11.6rem;
}
.fs-117 {
  font-size: 11.7rem;
}
.fs-118 {
  font-size: 11.8rem;
}
.fs-119 {
  font-size: 11.9rem;
}
.fs-120 {
  font-size: 12rem;
}
/* 遍历动画延迟 */
/* 生成固定比例的图片元素 div.img>img */
/* 顶部 */
.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100vw;
  z-index: 100;
  background: #fff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  line-height: var(--headerHeight);
}


.header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header .container .logo {
  height: 5rem;
}
.header .container .logo img {
  display: block;
  width: auto;
  height: 100%;
}
.header .container .menu {
  display: flex;
  align-items: center;
}
.header .container .menu .item a {
  display: block;
  position: relative;
  transition: color 0.3s ease;
}
.header .container .menu .item a::after {
  content: "";
  width: 0;
  height: 0.2rem;
  background-color: var(--themeColor);
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  transition: width 0.3s ease;
}
.header .container .menu .item.active > a,
.header .container .menu .item:hover > a {
  color: var(--themeColor);
}
.header .container .menu .item.active > a::after,
.header .container .menu .item:hover > a::after {
  width: 1.5em;
}
.header .container .menu .item {
    display: block !important;
}
.header .container .menu .item + .item {
  margin-left: 4rem;
  display: block !important;
}
.header .container .child {
  position: fixed;
  top: var(--headerHeight);
  left: 0;
  right: 0;
  display: none;
}
.header .container .child .box {
  width: 100vw;
  box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.1);
  z-index: 100;
  background-color: white;
  padding: 6.7rem 0;
  overflow: hidden;
  transition: all 0.3s;
}
.header .container .child .box .left {
  display: flex;
  align-items: center;
}
.header .container .child .box .left .text h3 {
  font-weight: 900;
  line-height: 1.7;
  margin-bottom: 2rem;
}
.header .container .child .box .left .text p {
  width: 43rem;
  line-height: 1.7;
}
.header .container .child .box .left .ms {
  margin-left: 7rem;
  position: relative;
}
.header .container .child .box .left .ms a {
  display: block;
  line-height: 1.7;
  transition: all 0.3s ease;
}
.header .container .child .box .left .ms a:hover {
  color: var(--themeColor);
  padding-left: 1rem;
}
.header .container .child .box .left .ms a + a {
  margin-top: 1rem;
}
.header .container .child .box .left .ms::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -3.5rem;
  width: 1px;
  height: 12rem;
  background-color: #d9d9d9;
}
.header .container .child .box .right {
  width: 33rem;
  border-radius: 10px;
  overflow: hidden;
}
.header .container .right {
  display: flex;
  align-items: center;
}
.header .container .right .search {
  position: relative;
}
.header .container .right .search > .iconfont {
  background-color: white;
  border-radius: 1rem;
  line-height: 4.4rem;
  padding: 0 1rem;
  display: flex;
  align-items: center;
  cursor: pointer;
  transition: all 0.3s ease;
}
.header .container .right .search > .iconfont::before {
  font-size: 2rem;
  margin-right: 1rem;
}
.header .container .right .search .box {
  display: none;
  position: absolute;
  top: 130%;
  right: 0;
  background-color: white;
  border-radius: 0.5rem;
  background: #ffffff;
  box-shadow: 0 0.9rem 4.4rem rgba(0, 0, 0, 0.5);
  padding: 3rem;
}
.header .container .right .search .box::after {
  content: "";
  position: absolute;
  bottom: 100%;
  right: 2rem;
  width: 0;
  height: 0;
  border-left: 0.8rem solid transparent;
  border-right: 0.8rem solid transparent;
  border-bottom: 0.8rem solid #ffffff;
}
.header .container .right .search .box .conts {
  display: flex;
  align-items: center;
  line-height: 5rem;
  border-radius: 6rem;
  padding: 0 2rem;
  border: 1px solid #272343;
}
.header .container .right .search .box .conts input {
  width: 28rem;
}
.header .container .right .menu_btn {
  width: 50px;
  height: 50px;
  transform: scale(0.7) translateX(50%);
}
.header .container .right .menu_btn span,
.header .container .right .menu_btn::after,
.header .container .right .menu_btn::before {
  content: "";
  display: block;
  width: 70%;
  height: 3px;
  border-radius: 2px;
  background: #444;
  position: absolute;
  left: 0;
  transition: all 0.3s;
}
.header .container .right .menu_btn::after {
  transform-origin: right center;
  top: 25%;
}
.header .container .right .menu_btn::before {
  transform-origin: right center;
  top: 75%;
}
.header .container .right .menu_btn span {
  top: 50%;
}
.header .container .right .menu_btn.active span {
  opacity: 0;
}
.header .container .right .menu_btn.active::after {
  transform: rotate(-46deg);
}
.header .container .right .menu_btn.active::before {
  transform: rotate(46deg);
}
.header .container .right .menu_btn.active + ul {
  left: 0;
}
/* 底部 */
.footer {
    
  background: #161c2d;
}
.footer .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 4rem 0;
}
.footer .container .left {
  color: #fff;
  font-weight: 800;
}
.footer .container .right {
  display: flex;
}
.footer .container .right a {
  color: #fff;
  display: flex;
  align-items: center;
  font-weight: 600;
}
.footer .container .right a::before {
  font-size: 2.3rem;
  margin-right: 0.5rem;
}
.footer .container .right a:hover {
  color: #717182;
}
.footer .container .right a + a {
  margin-left: 6rem;
}
.footer .copyright {
  text-align: center;
  padding: 2rem 0;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #717182;
}
.footer .copyright a {
  margin-right: 1rem;
  color: #717182;
}
.footer .copyright a:hover {
  color: #fff;
}
.block_title {
  font-weight: 900;
  line-height: 1;
  position: relative;
  z-index: 9;
}
.block_title::after {
  content: "";
  width: 12rem;
  height: 1rem;
  background: linear-gradient(90deg, #e02b24 0%, rgba(224, 43, 36, 0) 100%);
  border-radius: 10rem;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}
/* 首页 */
.home {
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  position: relative;
}
.home .swiper {
  width: 100vw;
  height: 100vh;
  position: relative;
  overflow: hidden;
}
.home .swiper .swiper-wrapper {
  width: 100%;
  height: 100%;
}
.home .swiper .swiper-wrapper .swiper-slide {
  width: 100%;
  height: 100%;
}
.home .swiper .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 1.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.home .swiper .swiper-wrapper .swiper-slide .animate_item {
  opacity: 0;
  transform: translate3d(0, 50px, 0);
}
.home .swiper .swiper-wrapper .swiper-slide.center-mode .text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: white;
}
.home .swiper .swiper-wrapper .swiper-slide.center-mode .text h1 {
  line-height: 1;
}
.home .swiper .swiper-wrapper .swiper-slide.center-mode .text p {
  letter-spacing: 0.2rem;
  margin-bottom: 4rem;
}
.home .swiper .swiper-wrapper .swiper-slide.center-mode .text .links {
  display: flex;
}
.home .swiper .swiper-wrapper .swiper-slide.center-mode .text .links a {
  display: flex;
  align-items: center;
  color: white;
  line-height: 8rem;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 2rem;
  border: 0.1rem solid #ffffff;
  padding: 0 2rem;
  font-weight: 600;
  transition: all 0.3s ease;
}
.home .swiper .swiper-wrapper .swiper-slide.center-mode .text .links a:hover {
  background: rgba(255, 255, 255, 0.3);
  transform: translateY(-0.3rem);
  box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.3);
}
.home .swiper .swiper-wrapper .swiper-slide.center-mode .text .links a:hover .iconfont {
  transform: translateX(0.5rem);
}
.home .swiper .swiper-wrapper .swiper-slide.center-mode .text .links a img {
  width: 3.9rem;
  height: 3.9rem;
  object-fit: contain;
  margin-right: 1.5rem;
  transition: transform 0.3s ease;
}
.home .swiper .swiper-wrapper .swiper-slide.center-mode .text .links a:hover img {
  transform: scale(1.1);
}
.home .swiper .swiper-wrapper .swiper-slide.center-mode .text .links a .iconfont {
  margin-left: 1.5rem;
  font-size: 2rem;
  transition: transform 0.3s ease;
}
.home .swiper .swiper-wrapper .swiper-slide.center-mode .text .links a + a {
  margin-left: 3rem;
}
.home .swiper .swiper-wrapper .swiper-slide.right-mode .text {
  position: absolute;
  top: 50%;
  right: calc(var(--cm) / 2);
  transform: translateY(-50%);
  display: flex;
  align-items: center;
}
.home .swiper .swiper-wrapper .swiper-slide.right-mode .text > div {
  background: linear-gradient(69deg, #1559a4 0%, rgba(8, 34, 62, 0) 100%);
}
.home .swiper .swiper-wrapper .swiper-slide.right-mode .text > div * {
  color: white;
}
.home .swiper .swiper-wrapper .swiper-slide.right-mode .text .first {
  padding: 12rem;
  clip-path: polygon(21.79% 0%, 99.89% 10.89%, 99.89% 93.22%, 0% 99.82%);
}
.home .swiper .swiper-wrapper .swiper-slide.right-mode .text .first div {
  display: flex;
  align-items: flex-end;
  line-height: 1;
}
.home .swiper .swiper-wrapper .swiper-slide.right-mode .text .first div span {
  line-height: 0.8;
  font-weight: 800;
  margin-right: 0.5rem;
  position: relative;
}
.home .swiper .swiper-wrapper .swiper-slide.right-mode .text .first div span::before {
  content: "+";
  position: absolute;
  top: 0;
  left: 100%;
  font-size: 3rem;
  font-weight: 400;
}
.home .swiper .swiper-wrapper .swiper-slide.right-mode .text .first div + div {
  margin-top: 4rem;
}
.home .swiper .swiper-wrapper .swiper-slide.right-mode .text .first div:first-child {
  margin-left: 3rem;
}
.home .swiper .swiper-wrapper .swiper-slide.right-mode .text .last {
  margin-left: -14rem;
  padding: 12rem 14rem;
  clip-path: polygon(17.32% 0%, 99.91% 15.17%, 99.91% 92.79%, 0% 99.82%);
}
.home .swiper .swiper-wrapper .swiper-slide.right-mode .text .last .item {
  max-width: 41rem;
  margin-bottom: 5rem;
}
.home .swiper .swiper-wrapper .swiper-slide.right-mode .text .last .item p {
  font-weight: 600;
}
.home .swiper .swiper-wrapper .swiper-slide.right-mode .text .last a {
  width: max-content;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  transition: all 0.3s ease;
}
.home .swiper .swiper-wrapper .swiper-slide.right-mode .text .last a:hover {
  transform: translateX(-0.5rem);
  color: var(--themeColor);
}
.home .swiper .swiper-wrapper .swiper-slide.right-mode .text .last a:hover::before {
  transform: translateX(0.5rem);
}
.home .swiper .swiper-wrapper .swiper-slide.right-mode .text .last a::before {
  font-size: 1rem;
  margin-left: 0.5rem;
  margin-top: -0.5rem;
  transition: transform 0.3s ease;
}
.home .swiper .swiper-wrapper .swiper-slide.list-mode .text {
  width: 80rem;
  position: absolute;
  top: 50%;
  right: calc(var(--cm) * 1.1);
  transform: translateY(-50%);
  color: white;
}
.home .swiper .swiper-wrapper .swiper-slide.list-mode .text h2 {
  line-height: 1.5;
}
.home .swiper .swiper-wrapper .swiper-slide.list-mode .text > p {
  line-height: 1.5;
  margin-top: 1rem;
  margin-bottom: 4rem;
}
.home .swiper .swiper-wrapper .swiper-slide.list-mode .text ul li {
  font-weight: 500;
  display: flex;
  justify-content: space-between;
  border-radius: 2rem;
  padding: 2rem 4rem;
  height: 18rem;
  background: linear-gradient(180deg, #ffffff55 41%, rgba(255, 255, 255, 0) 83%);
}
.home .swiper .swiper-wrapper .swiper-slide.list-mode .text ul li + li {
  margin-top: -10rem;
}
.home .swiper .swiper-wrapper .swiper-slide.list-mode .text a {
  width: max-content;
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  color: white;
  margin-left: 80%;
  margin-top: -5rem;
  font-weight: 500;
  transition: all 0.3s ease;
}
.home .swiper .swiper-wrapper .swiper-slide.list-mode .text a:hover {
  transform: translateX(-1rem);
  color: var(--themeColor);
}
.home .swiper .swiper-wrapper .swiper-slide.list-mode .text a:hover::before {
  transform: translateX(0.5rem);
}
.home .swiper .swiper-wrapper .swiper-slide.list-mode .text a::before {
  font-size: 1rem;
  margin-left: 0.5rem;
  margin-top: -0.5rem;
  transition: transform 0.3s ease;
}
.home .swiper .swiper-wrapper .swiper-slide.number-mode .text {
  position: absolute;
  left: var(--cm);
  top: 50%;
  transform: translateY(-50%);
}
.home .swiper .swiper-wrapper .swiper-slide.number-mode .text .item {
  background: rgba(255, 255, 255, 0.5);
  display: flex;
  align-items: center;
  border-radius: 1rem;
  padding: 1.5rem 2rem;
  backdrop-filter: blur(1rem);
}
.home .swiper .swiper-wrapper .swiper-slide.number-mode .text .item li {
  width: 100%;
  display: flex;
  align-items: center;
  color: var(--themeColor2);
}
.home .swiper .swiper-wrapper .swiper-slide.number-mode .text .item li img {
  width: 5.5rem;
}
.home .swiper .swiper-wrapper .swiper-slide.number-mode .text .item li b {
  position: relative;
}
.home .swiper .swiper-wrapper .swiper-slide.number-mode .text .item li b::after {
  content: attr(str);
  font-size: 2rem;
  position: absolute;
  left: calc(100% + 0.5rem);
  bottom: 45%;
}
.home .swiper .swiper-wrapper .swiper-slide.number-mode .text .item li span {
  font-weight: 500;
  white-space: nowrap;
  margin-top: 2.5rem;
  margin-left: 0.5rem;
}
.home .swiper .swiper-wrapper .swiper-slide.number-mode .text .item li + li {
  margin-left: 5.5rem;
}
.home .swiper .swiper-wrapper .swiper-slide.number-mode .text .item + .item {
  margin-top: 5rem;
}
.home .swiper > .iconfont {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 4rem;
  z-index: 9;
  cursor: pointer;
}
.home .swiper > .iconfont.icon-icon_arrow_left {
  --arrow-left-color: #fff;
  left: 11rem;
  background: linear-gradient(to left, transparent 10%, var(--arrow-left-color));
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: --arrow-left-color 0.3s;
}
.home .swiper > .iconfont.icon-icon_arrow_left:hover {
  --arrow-left-color: var(--themeColor);
}
.home .swiper > .iconfont.icon-icon_arrow_right {
  --arrow-right-color: #fff;
  right: 11rem;
  background: linear-gradient(to right, transparent 10%, var(--arrow-right-color));
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: --arrow-right-color 0.3s;
}
.home .swiper > .iconfont.icon-icon_arrow_right:hover {
  --arrow-right-color: var(--themeColor);
}
.home .poas {
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
  position: fixed;
  right: var(--cm);
  bottom: calc(8rem + 4.2rem * 1.73);
  transform: translateY(50%);
  z-index: 2;
}

/*.weixinewmbox {*/
/*    position: relative;*/
/*    z-index: 999 !important;*/
/*}*/

.home .poas .swiper-pagination-bullet,
.home .poas .item {
  width: auto;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  line-height: 3.5rem;
  padding: 0 2rem;
  position: relative;
  transition: all 0.3s;
  cursor: pointer;
  opacity: 1;
  border-radius: 0;
  background: none;
  border: 0.1rem solid white;
  border-radius: 0.3rem;
}
.home .poas .swiper-pagination-bullet:hover,
.home .poas .item:hover {
  background-color: rgba(255, 255, 255, 0.2);
  transform: scale(1.1);
}
.home .poas .swiper-pagination-bullet span::after,
.home .poas .item span::after,
.home .poas .swiper-pagination-bullet span::before,
.home .poas .item span::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  border: 0.1rem solid white;
  width: 0.6rem;
  height: 0.6rem;
  transition: all 0.3s;
}
.home .poas .swiper-pagination-bullet span::after,
.home .poas .item span::after {
  left: 0;
  transform: translateY(-50%) translateX(-50%) rotate(45deg);
  background-color: var(--left-bg, transparent);
}
.home .poas .swiper-pagination-bullet span::before,
.home .poas .item span::before {
  right: 0;
  transform: translateY(-50%) translateX(50%) rotate(45deg);
  background-color: var(--right-bg, transparent);
}
.home .poas .swiper-pagination-bullet + .swiper-pagination-bullet,
.home .poas .item + .swiper-pagination-bullet,
.home .poas .swiper-pagination-bullet + .item,
.home .poas .item + .item {
  margin-left: 7rem;
}
.home .poas .swiper-pagination-bullet.swiper-pagination-bullet-active,
.home .poas .item.swiper-pagination-bullet-active,
.home .poas .swiper-pagination-bullet.active,
.home .poas .item.active {
  background-color: rgba(0, 0, 0, 0.5);
}
.home .poas .swiper-pagination-bullet.swiper-pagination-bullet-active span::after,
.home .poas .item.swiper-pagination-bullet-active span::after,
.home .poas .swiper-pagination-bullet.active span::after,
.home .poas .item.active span::after {
  transform: translateY(-50%) translateX(-50%) rotate(45deg) scale(1.3);
  background-color: #e02b24;
}
.home .poas .swiper-pagination-bullet.swiper-pagination-bullet-active span::before,
.home .poas .item.swiper-pagination-bullet-active span::before,
.home .poas .swiper-pagination-bullet.active span::before,
.home .poas .item.active span::before {
  transform: translateY(-50%) translateX(50%) rotate(45deg) scale(1.3);
  background-color: #e02b24;
}
.home .footer {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  background: none;
}
.home .footer::before {
  content: "";
  border-top: 0.1rem solid #ffffff;
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: -1;
  mask-image: var(--mask-image);
  mask-position: var(--mask-position);
  mask-size: var(--mask-size);
  mask-repeat: no-repeat;
  mask-composite: exclude;
  -webkit-mask-image: var(--mask-image);
  -webkit-mask-position: var(--mask-position);
  -webkit-mask-size: var(--mask-size);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-composite: xor;
}
.home .footer .copyright {
    /*margin: -50px auto 0 auto;*/
    position: fixed;
    bottom: 10px;
    left: 50%;
     transform: translate(-50%, 15px);
  display: block;
  color: #fff !important;
}

.footer .copyright a {
    color: #fff !important;
}

.footer .copyright a:hover {
    color: #717182 !important;
      transition: all 0.6s;
}

.footer .copyright {
    color: #fff !important;
}

/*.footer .copyright:hover {*/
/*     color: #717182 !important;*/
/*      transition: all 0.6s;*/
/*}*/
/* 关于我们 */
.about {
  /* 公司简介 */
  /* 全屏视频播放器 */
  /* 发展历史 */
  /* 合作伙伴 */
  /* 企业文化 */
  /* 企业分布 */
}
.about #js {
  min-height: 100vh;
}
.about #js .container {
  padding-top: 20rem;
  padding-bottom: 10rem;
  padding-left: 6rem;
}
.about #js .container .cont h2 {
  font-weight: 900;
  line-height: 1;
  position: relative;
  z-index: 9;
}
.about #js .container .cont h2::after {
  content: "";
  width: 12rem;
  height: 1rem;
  background: linear-gradient(90deg, #e02b24 0%, rgba(224, 43, 36, 0) 100%);
  border-radius: 10rem;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}
.about #js .container .cont b {
  font-weight: 700;
  margin-top: 1rem;
  display: block;
}
.about #js .container .cont p {
  margin: 2rem auto;
  color: #222222;
  line-height: 2;
}
.about #js .container .cont .video-wrap {
  width: 77rem;
  margin: auto;
  overflow: hidden;
  border-radius: 2rem;
  position: relative;
  cursor: pointer;
}
.about #js .container .cont .video-wrap .icon-bofanganniu {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
  padding: 1.5rem;
  cursor: pointer;
  transition: all 0.3s;
}
.about #js .container .cont .video-wrap .icon-bofanganniu:hover {
  background: rgba(255, 255, 255, 0.8);
  transform: translate(-50%, -50%) scale(1.1);
}
.about #js .container .cont .video-wrap .icon-bofanganniu::before {
  display: block;
  width: 9rem;
  line-height: 9rem;
  text-align: center;
  background-color: white;
  border-radius: 50%;
  color: #e02b24;
}
.about #js .container .cont > *:nth-child(1) {
  animation-delay: 0.13s;
}
.about #js .container .cont > *:nth-child(2) {
  animation-delay: 0.26s;
}
.about #js .container .cont > *:nth-child(3) {
  animation-delay: 0.39s;
}
.about #js .container .cont > *:nth-child(4) {
  animation-delay: 0.52s;
}
.about #js .container .cont > *:nth-child(5) {
  animation-delay: 0.65s;
}
.about #js .container .cont > *:nth-child(6) {
  animation-delay: 0.78s;
}
.about #js .container .cont > *:nth-child(7) {
  animation-delay: 0.91s;
}
.about #js .container .cont > *:nth-child(8) {
  animation-delay: 1.04s;
}
.about #js .container .cont > *:nth-child(9) {
  animation-delay: 1.17s;
}
.about #js .container .cont > *:nth-child(10) {
  animation-delay: 1.3s;
}
.about #js .container .cont > *:nth-child(11) {
  animation-delay: 1.43s;
}
.about #js .container .cont > *:nth-child(12) {
  animation-delay: 1.56s;
}
.about #js .container .cont > *:nth-child(13) {
  animation-delay: 1.69s;
}
.about #js .container .cont > *:nth-child(14) {
  animation-delay: 1.82s;
}
.about #js .container .cont > *:nth-child(15) {
  animation-delay: 1.95s;
}
.about #js .container .cont > *:nth-child(16) {
  animation-delay: 2.08s;
}
.about #js .container .cont > *:nth-child(17) {
  animation-delay: 2.21s;
}
.about #js .container .cont > *:nth-child(18) {
  animation-delay: 2.34s;
}
.about #js .container .cont > *:nth-child(19) {
  animation-delay: 2.47s;
}
.about #js .container .cont > *:nth-child(20) {
  animation-delay: 2.6s;
}
.about #js .container .cont > *:nth-child(21) {
  animation-delay: 2.73s;
}
.about #js .container .cont > *:nth-child(22) {
  animation-delay: 2.86s;
}
.about #js .container .cont > *:nth-child(23) {
  animation-delay: 2.99s;
}
.about #js .container .cont > *:nth-child(24) {
  animation-delay: 3.12s;
}
.about #js .container .cont > *:nth-child(25) {
  animation-delay: 3.25s;
}
.about #js .container .cont > *:nth-child(26) {
  animation-delay: 3.38s;
}
.about #js .container .cont > *:nth-child(27) {
  animation-delay: 3.51s;
}
.about #js .container .cont > *:nth-child(28) {
  animation-delay: 3.64s;
}
.about #js .container .cont > *:nth-child(29) {
  animation-delay: 3.77s;
}
.about .video-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 10000;
  display: flex;
  align-items: center;
  justify-content: center;
}
.about .video-modal .video-modal-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.95);
  cursor: pointer;
}
.about .video-modal .video-modal-content {
  position: relative;
  width: 100vw;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10001;
  padding: 2rem;
}
.about .video-modal .video-modal-content #fullscreenVideo {
  width: 100%;
  height: 100%;
  object-fit: contain;
  background: #000;
}
.about .video-modal .video-modal-content .video-modal-close {
  position: absolute;
  top: 2rem;
  right: 2rem;
  width: 5rem;
  height: 5rem;
  border: none;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  color: #fff;
  font-size: 2.4rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
  z-index: 10002;
}
.about .video-modal .video-modal-content .video-modal-close:hover {
  background: rgba(255, 255, 255, 0.3);
  transform: rotate(90deg) scale(1.1);
}
.about .video-modal .video-modal-content .video-modal-close .iconfont {
  font-size: 2.4rem;
}
.about #lc {
  background-image: url(https://oss.qixinsz.com/maigerui/web/image/his_bg.png);
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
  overflow: hidden;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.about #lc .his-wrap {
  width: 100%;
  background: rgba(255, 255, 255, 0.4);
  position: relative;
}
.about #lc .his-wrap .swiper .swiper-slide {
  position: relative;
}
.about #lc .his-wrap .swiper .swiper-slide .year {
  width: 100%;
  font-weight: 800;
  line-height: 10rem;
  color: white;
}
.about #lc .his-wrap .swiper .swiper-slide .text {
  width: 170%;
  padding: 3rem;
  color: white;
  position: absolute;
  top: 100%;
  left: 0;
  border-left: 0.1rem solid white;
}
.about #lc .his-wrap .swiper .swiper-slide .text ul {
  padding-left: 2rem;
}
.about #lc .his-wrap .swiper .swiper-slide .text ul li {
  list-style: disc;
}
.about #lc .his-wrap .swiper .swiper-slide .text .images {
  margin-top: 3rem;
  width: max-content;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}
.about #lc .his-wrap .swiper .swiper-slide .text .images img {
  width: 15rem;
  height: 4rem;
  object-fit: contain;
  padding: 0.5rem;
  background-color: white;
  border-radius: 0.5rem;
}
.about #lc .his-wrap .swiper .swiper-slide:nth-child(even) .text {
  top: auto;
  bottom: 100%;
}
.about #lc .his-wrap > .iconfont {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 4rem;
  z-index: 9;
  cursor: pointer;
}
.about #lc .his-wrap > .iconfont.icon-icon_arrow_left {
  --arrow-left-color: #fff;
  left: 11rem;
  background: linear-gradient(to left, transparent 10%, var(--arrow-left-color));
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: --arrow-left-color 0.3s;
}
.about #lc .his-wrap > .iconfont.icon-icon_arrow_left:hover {
  --arrow-left-color: var(--themeColor);
}
.about #lc .his-wrap > .iconfont.icon-icon_arrow_right {
  --arrow-right-color: #fff;
  right: 11rem;
  background: linear-gradient(to right, transparent 10%, var(--arrow-right-color));
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: --arrow-right-color 0.3s;
}
.about #lc .his-wrap > .iconfont.icon-icon_arrow_right:hover {
  --arrow-right-color: var(--themeColor);
}
.about #hz {
  background-color: #f7f7f7;
  background-image: url(https://oss.qixinsz.com/maigerui/web/image/diqiu.png);
  background-position: center 70% !important;
  background-size: 40vw auto;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 100vh;
  padding: 20rem 0 10rem 0;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  overflow: hidden;
}
.about #hz .swiper {
  width: 100%;
}
.about #hz .swiper .swiper-wrapper {
  transition-timing-function: linear;
}
.about #hz .swiper .swiper-wrapper .swiper-slide {
  width: 22rem;
  height: 9rem;
  object-fit: contain;
  padding: 2rem;
  background-color: white;
  border-radius: 0.7rem;
  transition: all 0.3s ease;
  cursor: pointer;
}
.about #hz .swiper .swiper-wrapper .swiper-slide:hover {
  transform: translateY(-0.5rem) scale(1.05);
  box-shadow: 0 0.5rem 2rem rgba(0, 0, 0, 0.15);
}
.about #hz .swiper .swiper-wrapper .swiper-slide img {
  transition: transform 0.3s ease;
}
.about #hz .swiper .swiper-wrapper .swiper-slide:hover img {
  transform: scale(1.1);
}
.about #hz .swiper + .swiper {
  margin-top: 4rem;
}
.about #hz h3 {
  color: var(--themeColor2);
  position: absolute;
  top: 49.8%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9;
  /*line-height: 9rem;*/
  /*1-20新增*/
  line-height: 1.4;
  font-size: 2.4rem;
  letter-spacing: 0.5rem;
  padding: .3rem .2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 9.5rem !important;
  background-color: #f7f7f7;
  /*backdrop-filter: blur(5px);*/
  background-image: url(https://oss.qixinsz.com/maigerui/web/image/diqiu.png);
  background-size: 40vw auto;
  background-position: center !important;
  background-repeat: no-repeat;
  border-radius: 20px;
  /*-webkit-clip-path: polygon(0 33%, 25% 33%, 25% 0, 75% 0, 75% 33%, 100% 33%, 100% 66%, 75% 66%, 75% 100%, 25% 100%, 25% 66%, 0 66%);*/
  /*clip-path: polygon(0 33%, 25% 33%, 25% 0, 75% 0, 75% 33%, 100% 33%, 100% 66%, 75% 66%, 75% 100%, 25% 100%, 25% 66%, 0 66%);*/
}
.about #wh {
  min-height: 100vh;
  background-image: url(https://oss.qixinsz.com/maigerui/web/image/wh_bg.webp);
  background-position: bottom center;
  display: flex;
}
.about #wh .container {
  margin: auto;
  display: flex;
  align-items: center;
}
.about #wh .container .left {
  width: 62rem;
}
.about #wh .container .left img {
  width: 100%;
}
.about #wh .container .right {
  margin-left: 8rem;
  flex: 1;
}
.about #wh .container .right h2 {
  font-weight: 900;
  line-height: 1;
  position: relative;
  z-index: 9;
  margin-bottom: 9rem;
}
.about #wh .container .right h2::after {
  content: "";
  width: 12rem;
  height: 1rem;
  background: linear-gradient(90deg, #e02b24 0%, rgba(224, 43, 36, 0) 100%);
  border-radius: 10rem;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}
.about #wh .container .right .item {
  display: flex;
  align-items: center;
  color: #161c2d;
  transition: all 0.3s ease;
  cursor: pointer;
}
.about #wh .container .right .item:hover {
  color: var(--themeColor);
  transform: translateX(1rem);
}
.about #wh .container .right .item:hover .icon {
  transform: scale(1.1);
}
.about #wh .container .right .item .icon {
  margin-right: 1rem;
  transition: transform 0.3s ease;
}
.about #wh .container .right .item .icon img {
    min-width: 40px;
    min-height: 40px;
}
.about #wh .container .right .item .text p {
  /*letter-spacing: 0.5rem;*/
  color: #222;
  /*min-height: 50px;*/
  max-height: 50px;
  display: -webkit-box;
 -webkit-box-orient: vertical;
 -webkit-line-clamp: 2;
 overflow: hidden;
}
.about #wh .container .right .item + .item {
  margin-top: 5rem;
}
.about #wh .container .right .item + .item .icon {
  position: relative;
}
.about #wh .container .right .item + .item .icon::after {
  content: "";
  width: 0;
  height: 6rem;
  border-left: 0.1rem dashed #e02b24;
  position: absolute;
  bottom: 125%;
  left: 50%;
}
.about #fb {
  /*background-image: url(https://oss.qixinsz.com/maigerui/web/image/map_bg.png);*/
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
  padding: 4.5rem 0 3.5rem 0;
}
.about #fb .container h2 {
  font-weight: 900;
  line-height: 1;
  position: relative;
  z-index: 9;
  margin-bottom: 3rem;
}
.about #fb .container h2::after {
  content: "";
  width: 12rem;
  height: 1rem;
  background: linear-gradient(90deg, #e02b24 0%, rgba(224, 43, 36, 0) 100%);
  border-radius: 10rem;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}
.about #fb .container p {
  width: 65%;
}
.about #fb .container img {
  width: 100%;
}
.about #fb .container > *:nth-child(1) {
  animation-delay: 0.13s;
}
.about #fb .container > *:nth-child(2) {
  animation-delay: 0.26s;
}
.about #fb .container > *:nth-child(3) {
  animation-delay: 0.39s;
}
.about #fb .container > *:nth-child(4) {
  animation-delay: 0.52s;
}
.about #fb .container > *:nth-child(5) {
  animation-delay: 0.65s;
}
.about #fb .container > *:nth-child(6) {
  animation-delay: 0.78s;
}
.about #fb .container > *:nth-child(7) {
  animation-delay: 0.91s;
}
.about #fb .container > *:nth-child(8) {
  animation-delay: 1.04s;
}
.about #fb .container > *:nth-child(9) {
  animation-delay: 1.17s;
}
.about #fb .container > *:nth-child(10) {
  animation-delay: 1.3s;
}
.about #fb .container > *:nth-child(11) {
  animation-delay: 1.43s;
}
.about #fb .container > *:nth-child(12) {
  animation-delay: 1.56s;
}
.about #fb .container > *:nth-child(13) {
  animation-delay: 1.69s;
}
.about #fb .container > *:nth-child(14) {
  animation-delay: 1.82s;
}
.about #fb .container > *:nth-child(15) {
  animation-delay: 1.95s;
}
.about #fb .container > *:nth-child(16) {
  animation-delay: 2.08s;
}
.about #fb .container > *:nth-child(17) {
  animation-delay: 2.21s;
}
.about #fb .container > *:nth-child(18) {
  animation-delay: 2.34s;
}
.about #fb .container > *:nth-child(19) {
  animation-delay: 2.47s;
}
.about #fb .container > *:nth-child(20) {
  animation-delay: 2.6s;
}
.about #fb .container > *:nth-child(21) {
  animation-delay: 2.73s;
}
.about #fb .container > *:nth-child(22) {
  animation-delay: 2.86s;
}
.about #fb .container > *:nth-child(23) {
  animation-delay: 2.99s;
}
.about #fb .container > *:nth-child(24) {
  animation-delay: 3.12s;
}
.about #fb .container > *:nth-child(25) {
  animation-delay: 3.25s;
}
.about #fb .container > *:nth-child(26) {
  animation-delay: 3.38s;
}
.about #fb .container > *:nth-child(27) {
  animation-delay: 3.51s;
}
.about #fb .container > *:nth-child(28) {
  animation-delay: 3.64s;
}
.about #fb .container > *:nth-child(29) {
  animation-delay: 3.77s;
}
.about.scrollSnap #wh .container {
  margin-top: calc(var(--headerHeight) + 3rem);
}
.about.scrollSnap #fb {
  padding-top: calc(var(--headerHeight) + 3rem);
}
.about.scrollSnap #fb .container img {
  width: 77%;
  display: block;
  margin: auto;
}
/* 产品中心 */
.product {
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  position: relative;
  background-color: black;
}
.product .swiper {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.product .swiper .swiper-wrapper {
  width: 100%;
  height: 100%;
}
.product .swiper .swiper-wrapper .swiper-slide {
  width: 100%;
  height: 100%;
  background-color: black;
}
.product .swiper .swiper-wrapper .swiper-slide img {
  opacity: 0.7;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product .swiper > .iconfont {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 4rem;
  z-index: 9;
  cursor: pointer;
}
.product .swiper > .iconfont.icon-icon_arrow_left {
  --arrow-left-color: #fff;
  left: 11rem;
  background: linear-gradient(to left, transparent 10%, var(--arrow-left-color));
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: --arrow-left-color 0.3s;
}
.product .swiper > .iconfont.icon-icon_arrow_left:hover {
  --arrow-left-color: var(--themeColor);
}
.product .swiper > .iconfont.icon-icon_arrow_right {
  --arrow-right-color: #fff;
  right: 11rem;
  background: linear-gradient(to right, transparent 10%, var(--arrow-right-color));
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: --arrow-right-color 0.3s;
}
.product .swiper > .iconfont.icon-icon_arrow_right:hover {
  --arrow-right-color: var(--themeColor);
}
.product .links {
  position: absolute;
  top: 50%;
  left: var(--cm);
  transform: translateY(-50%);
  z-index: 9;
}
.product .links .item {
  color: white;
  font-weight: 600;
  cursor: pointer;
  display: block;
  transition: all 0.3s ease;
}
.product .links .item img {
  margin-right: 1rem;
  width: 4rem;
  height: 4rem;
  object-fit: contain;
  transition: transform 0.3s ease;
}
.product .links .item:hover {
  transform: translateX(1rem);
  color: var(--themeColor);
}
.product .links .item:hover img {
  transform: scale(1.1) rotate(5deg);
}
.product .links .item:hover::after {
  width: 10rem;
}
.product .links .item + .item {
  margin-top: 5rem;
}
.product .links .item::after {
  content: "";
  position: absolute;
  left: 5rem;
  bottom: 0;
  width: 0;
  height: 0.3rem;
  background: white;
  transition: width 0.3s ease;
}
.product .links .item.active {
  position: relative;
}
.product .links .item.active::before {
  content: "";
  position: absolute;
  left: 5rem;
  bottom: 0;
  width: 10rem;
  height: 0.3rem;
  background: rgba(255, 255, 255, 0.5);
}
.product .links .item.active::after {
  width: 10rem;
  transition: width 5000ms 800ms;
}
.product .links > *:nth-child(1) {
  animation-delay: 0.13s;
}
.product .links > *:nth-child(2) {
  animation-delay: 0.26s;
}
.product .links > *:nth-child(3) {
  animation-delay: 0.39s;
}
.product .links > *:nth-child(4) {
  animation-delay: 0.52s;
}
.product .links > *:nth-child(5) {
  animation-delay: 0.65s;
}
.product .links > *:nth-child(6) {
  animation-delay: 0.78s;
}
.product .links > *:nth-child(7) {
  animation-delay: 0.91s;
}
.product .links > *:nth-child(8) {
  animation-delay: 1.04s;
}
.product .links > *:nth-child(9) {
  animation-delay: 1.17s;
}
.product .links > *:nth-child(10) {
  animation-delay: 1.3s;
}
.product .links > *:nth-child(11) {
  animation-delay: 1.43s;
}
.product .links > *:nth-child(12) {
  animation-delay: 1.56s;
}
.product .links > *:nth-child(13) {
  animation-delay: 1.69s;
}
.product .links > *:nth-child(14) {
  animation-delay: 1.82s;
}
.product .links > *:nth-child(15) {
  animation-delay: 1.95s;
}
.product .links > *:nth-child(16) {
  animation-delay: 2.08s;
}
.product .links > *:nth-child(17) {
  animation-delay: 2.21s;
}
.product .links > *:nth-child(18) {
  animation-delay: 2.34s;
}
.product .links > *:nth-child(19) {
  animation-delay: 2.47s;
}
.product .links > *:nth-child(20) {
  animation-delay: 2.6s;
}
.product .links > *:nth-child(21) {
  animation-delay: 2.73s;
}
.product .links > *:nth-child(22) {
  animation-delay: 2.86s;
}
.product .links > *:nth-child(23) {
  animation-delay: 2.99s;
}
.product .links > *:nth-child(24) {
  animation-delay: 3.12s;
}
.product .links > *:nth-child(25) {
  animation-delay: 3.25s;
}
.product .links > *:nth-child(26) {
  animation-delay: 3.38s;
}
.product .links > *:nth-child(27) {
  animation-delay: 3.51s;
}
.product .links > *:nth-child(28) {
  animation-delay: 3.64s;
}
.product .links > *:nth-child(29) {
  animation-delay: 3.77s;
}
.product .footer {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9;
}
.product .footer .container {
  padding: 1rem 0;
}

.mian {
    min-height: 100vh;
}
/* 产品详情 */
.product-info .mian {
  margin: 17rem auto 8rem;
  display: flex;
  align-items: flex-start;
}
.product-info .mian > .left {
  position: sticky;
  top: calc(var(--headerHeight) + 2rem);
  flex: 1;
}
.product-info .mian > .left .cates {
  margin-top: 4.4rem;
}
.product-info .mian > .left .cates .item {
  display: block;
  transition: all 0.3s ease;
  cursor: pointer;
}
.product-info .mian > .left .cates .item:hover .lable {
  color: var(--themeColor);
  transform: translateX(0.5rem);
}
.product-info .mian > .left .cates .item .lable {
  display: flex;
  align-items: center;
  color: rgba(184, 187, 196, 0.8);
  transition: all 0.3s ease;
}
.product-info .mian > .left .cates .item .lable span {
  font-weight: 900;
  line-height: 1;
}
.product-info .mian > .left .cates .item .lable div {
  font-weight: 600;
  margin-left: 2rem;
}
.product-info .mian > .left .cates .item .text {
  display: none;
  white-space: pre-wrap;
  position: relative;
  margin-left: 7.8rem;
}
.product-info .mian > .left .cates .item .text::after {
  content: "";
  position: absolute;
  left: -3.5rem;
  bottom: 0;
  top: 0;
  width: 0.1rem;
  height: 100%;
  background: rgba(184, 187, 196, 0.8);
}
.product-info .mian > .left .cates .item.active .lable {
  color: #161c2d;
}
.product-info .mian > .left .cates .item.active .text {
  display: block;
}
.product-info .mian > .left .cates .item + .item {
  margin-top: 3rem;
}
.product-info .mian .right {
  position: sticky;
  top: calc(var(--headerHeight) + 2rem);
  width: 80rem;
}
.product-info .mian .right .item {
  display: flex;
  border: 0.1rem solid #d9d9d9;
  overflow: hidden;
  height: 9rem;
  transition: all 0.3s ease;
  cursor: pointer;
}
.product-info .mian .right .item:hover {
  border-color: var(--themeColor);
  box-shadow: 0 0.5rem 1.5rem rgba(0, 33, 93, 0.1);
  transform: translateY(-0.2rem);
}
.product-info .mian .right .item .left {
  width: 32rem;
  position: relative;
  opacity: 0;
  transition: all 0.3s;
  background-color: #f0f0f0 !important;
}
.product-info .mian .right .item .left img.big {
    display: block;
  width: 100%;
  min-height: 345px;
  max-height: 345px;
  object-fit: contain;
  background-color: #f0f0f0;
}
.product-info .mian .right .item .left .imgs {
  position: absolute;
  bottom: 2rem;
  right: 2rem;
  display: flex;
}
.product-info .mian .right .item .left .imgs img {
  width: 5rem;
  height: 5rem;
  object-fit: contain;
  background: #d9d9d9;
  border-radius: 50%;
  border: 1px solid #a4aabc;
  cursor: pointer;
}
.product-info .mian .right .item .left .imgs img + img {
  margin-left: 1rem;
}
.product-info .mian .right .item .ri {
  flex: 1;
  padding: 2rem;
  position: relative;
}
.product-info .mian .right .item .ri span {
  width: 2rem;
  height: 2rem;
  position: absolute;
  top: 3.3rem;
  right: 2rem;
  cursor: pointer;
}
.product-info .mian .right .item .ri span::after,
.product-info .mian .right .item .ri span::before {
  content: "";
  position: absolute;
  left: 0;
  top: calc(50% - 0.15rem);
  width: 100%;
  height: 0.3rem;
  background: #2e2f35;
}
.product-info .mian .right .item .ri span::after {
  transform: rotate(90deg);
  transition: all 0.3s;
}
.product-info .mian .right .item .ri h3 {
  transform: translateX(-31rem);
  transition: all 0.3s;
}
.product-info .mian .right .item .ri .tab {
  margin-top: 6rem;
  margin-bottom: 2rem;
  display: flex;
  color: #b8bbc4;
  border-bottom: 0.1rem solid #a4aabc;
}
.product-info .mian .right .item .ri .tab p {
  cursor: pointer;
  position: relative;
  font-weight: 600;
}
.product-info .mian .right .item .ri .tab p.active {
  color: #222222;
}
.product-info .mian .right .item .ri .tab p.active::before {
  content: "";
  background: #2e2f35;
  width: 100%;
  height: 0.1rem;
  position: absolute;
  bottom: 0;
  left: 0;
}
.product-info .mian .right .item .ri .tab p + p {
  margin-left: 4rem;
}
.product-info .mian .right .item .ri ul li {
  display: none;
  min-height: 20rem;
  color: #222222;
}
.product-info .mian .right .item .ri ul li.active {
  display: block;
}
.product-info .mian .right .item.active {
  height: auto;
}
.product-info .mian .right .item.active span::after {
  transform: none;
}
.product-info .mian .right .item.active .left {
  opacity: 1;
  transition-delay: 0.2s;
}
.product-info .mian .right .item.active .ri h3 {
  transform: none;
}
.product-info .mian .right .item + .item {
  border-top: none;
}
/* 研发创新 */
.rd .first {
  padding-top: calc(var(--headerHeight) * 1.5);
  min-height: 100vh;
  background: #f7f7f7;
  background-image: url(/web/image/Group.svg);
  background-size: cover;
    background-position: 100% 200%;
    background-repeat: no-repeat;
  background-size: 80% 80%;
    /*background-repeat: no-repeat;*/
  /*background-size: cover;*/
  /* 关键：按比例铺满容器，不变形 */
  /*background-position: center center;*/
  /* 居中显示，裁剪时保留中间核心区域 */
  /*background-attachment: fixed;*/
  /* 如需固定背景，保留（注意：fixed会基于视口定位，容器小的话可能显示不全） */
  /*perspective: 9.96rem;*/
}
.rd .first .container .cont {
  margin-top: 10rem;
  display: flex;
}
.rd .first .container .cont .left {
  width: 63rem;
}
.rd .first .container .cont .right {
  flex: 1;
  margin-left: 10rem;
}
.rd .first .container .cont .right ul {
  margin-top: 7rem;
}
.rd .first .container .cont .right ul li {
  border-bottom: 1px solid var(--themeColor2);
}
.rd .first .container .cont .right ul li .la {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--themeColor2);
  cursor: pointer;
}
.rd .first .container .cont .right ul li .la .le {
  font-weight: 900;
  position: relative;
  line-height: 0.6;
}
.rd .first .container .cont .right ul li .la .le::after {
  content: attr(str);
  position: absolute;
  left: 100%;
  bottom: 100%;
  font-size: 1.4rem;
}
.rd .first .container .cont .right ul li .la span {
  font-weight: 600;
  line-height: 9rem;
}
.rd .first .container .cont .right ul li p {
  display: none;
  padding-bottom: 2rem;
}
.rd .quality {
  display: flex;
  height: 100vh;
}
.rd .quality .left {
  flex: 1;
  padding-left: var(--cm);
  margin-top: 10rem;
  position: relative;
}
.rd .quality .left .block_title {
    margin-top: 10rem;
  margin-bottom: 8rem;
}
.rd .quality .left p {
  width: 52rem;
}
.rd .quality .left .swiper {
  width: 111%;
  overflow: hidden;
  position: absolute;
  left: 0;
  bottom: 10%;
}
.rd .quality .left .swiper .swiper-slide {
    display: block;
    height: 24rem !important;
    min-height: 24rem !important;
}
.rd .quality .right {
  width: 76rem;
}
.rd .honor {
  padding-top: 10rem;
  min-height: 100vh;
  background-image: url(https://oss.qixinsz.com/maigerui/web/image/ryryry.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.rd .honor .swiper {
  overflow: hidden;
  margin-top: 25rem;
}
.rd .honor .swiper .swiper-slide img {
  width: 100%;
  aspect-ratio: 2 / 1.3;
  object-fit: contain;
}
.rd .honor .swiper .swiper-slide p {
  text-align: center;
  font-weight: 500;
  margin-top: 1rem;
}
.rd .honor .container {
  position: relative;
}
.rd .honor .container > .iconfont {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 4rem;
  z-index: 9;
  cursor: pointer;
}
.rd .honor .container > .iconfont.icon-icon_arrow_left {
  --arrow-left-color: var(--themeColor);
  left: -11rem;
  background: linear-gradient(to left, transparent 10%, var(--arrow-left-color));
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: --arrow-left-color 0.3s;
}
.rd .honor .container > .iconfont.icon-icon_arrow_left:hover {
  --arrow-left-color: var(--themeColor);
}
.rd .honor .container > .iconfont.icon-icon_arrow_right {
  --arrow-right-color: var(--themeColor);
  right: -11rem;
  background: linear-gradient(to right, transparent 10%, var(--arrow-right-color));
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: --arrow-right-color 0.3s;
}
.rd .honor .container > .iconfont.icon-icon_arrow_right:hover {
  --arrow-right-color: var(--themeColor);
}
.rd.scrollSnap .quality .left {
  margin-top: calc(var(--headerHeight) + 3rem);
}
.rd.scrollSnap .honor {
  padding-top: calc(var(--headerHeight) + 3rem);
}
/* esg */
.esg .banner {
  background-color: black;
  position: relative;
}
.esg .banner img {
  opacity: 0.8;
}
.esg .banner .text {
  position: absolute;
  top: 40%;
  right: 21%;
}
.esg .banner .text .item {
  background-image: url(https://oss.qixinsz.com/maigerui/web/image/kechixu1.svg);
  background-position: center right;
  background-size: auto 100%;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  color: white;
  padding: 1rem 10rem;
}
.esg .banner .text .item h2 {
  margin-right: 1rem;
}
.esg .banner .text .item p {
  font-weight: 500;
  line-height: 1.3;
}
.esg .banner .text .item + .item {
  background-image: url(https://oss.qixinsz.com/maigerui/web/image/kechixu2.svg);
  background-position: center left;
  justify-content: flex-start;
}
.esg .banner .text .item + .item h2 {
  margin-right: 0;
  margin-left: 1rem;
}
.esg .women {
  padding-top: 16rem;
  min-height: 100vh;
}
.esg .women .block_title {
    /*margin-top: 10rem;*/
  margin-bottom: 7.5rem;
}
.esg .women ul {
  display: flex;
}
.esg .women ul li {
  position: relative;
  flex: 1;
  transition: all 0.5s;
  overflow: hidden;
  cursor: pointer;
}
.esg .women ul li:hover {
  flex: 1.2;
}
.esg .women ul li:hover img {
  transform: scale(1.1);
}
.esg .women ul li:hover .text {
  transform: translateY(-1rem);
}
.esg .women ul li img {
  width: 100%;
  height: 49rem;
  object-fit: cover;
  object-position: left;
  transition: transform 0.5s ease;
}
.esg .women ul li .text {
  position: absolute;
  top: 4rem;
  left: 4rem;
  color: white;
  transition: all 0.5s;
}
.esg .women ul li .text h3 {
  width: 1em;
  line-height: 1.1;
  transition: all 0.5s;
  white-space: wrap;
   writing-mode: vertical-rl; /* 垂直书写，从右到左（推荐） */
}
.esg .women ul li.active .text h3 {
    writing-mode: horizontal-tb;
}
.esg .women ul li .text p {
  width: 43rem;
  opacity: 0;
  margin-top: 4rem;
  transition: all 0.5s;
}
.esg .women ul li:nth-child(2) {
  margin-top: -2rem;
}
.esg .women ul li:nth-child(3) {
  margin-top: -4rem;
}
.esg .women ul li:nth-child(5) {
  margin-top: 2rem;
}
.esg .women ul li + li {
  margin-left: 1rem;
}
.esg .women ul li.active {
  flex: 9.5;
}
.esg .women ul li.active .text {
  left: 11rem;
  top: 6rem;
}
.esg .women ul li.active .text h3 {
  width: auto;
}
.esg .women ul li.active .text p {
  opacity: 1;
}
.esg .women ul > *:nth-child(1) {
  animation-delay: 0.13s;
}
.esg .women ul > *:nth-child(2) {
  animation-delay: 0.26s;
}
.esg .women ul > *:nth-child(3) {
  animation-delay: 0.39s;
}
.esg .women ul > *:nth-child(4) {
  animation-delay: 0.52s;
}
.esg .women ul > *:nth-child(5) {
  animation-delay: 0.65s;
}
.esg .women ul > *:nth-child(6) {
  animation-delay: 0.78s;
}
.esg .women ul > *:nth-child(7) {
  animation-delay: 0.91s;
}
.esg .women ul > *:nth-child(8) {
  animation-delay: 1.04s;
}
.esg .women ul > *:nth-child(9) {
  animation-delay: 1.17s;
}
.esg .women ul > *:nth-child(10) {
  animation-delay: 1.3s;
}
.esg .women ul > *:nth-child(11) {
  animation-delay: 1.43s;
}
.esg .women ul > *:nth-child(12) {
  animation-delay: 1.56s;
}
.esg .women ul > *:nth-child(13) {
  animation-delay: 1.69s;
}
.esg .women ul > *:nth-child(14) {
  animation-delay: 1.82s;
}
.esg .women ul > *:nth-child(15) {
  animation-delay: 1.95s;
}
.esg .women ul > *:nth-child(16) {
  animation-delay: 2.08s;
}
.esg .women ul > *:nth-child(17) {
  animation-delay: 2.21s;
}
.esg .women ul > *:nth-child(18) {
  animation-delay: 2.34s;
}
.esg .women ul > *:nth-child(19) {
  animation-delay: 2.47s;
}
.esg .women ul > *:nth-child(20) {
  animation-delay: 2.6s;
}
.esg .women ul > *:nth-child(21) {
  animation-delay: 2.73s;
}
.esg .women ul > *:nth-child(22) {
  animation-delay: 2.86s;
}
.esg .women ul > *:nth-child(23) {
  animation-delay: 2.99s;
}
.esg .women ul > *:nth-child(24) {
  animation-delay: 3.12s;
}
.esg .women ul > *:nth-child(25) {
  animation-delay: 3.25s;
}
.esg .women ul > *:nth-child(26) {
  animation-delay: 3.38s;
}
.esg .women ul > *:nth-child(27) {
  animation-delay: 3.51s;
}
.esg .women ul > *:nth-child(28) {
  animation-delay: 3.64s;
}
.esg .women ul > *:nth-child(29) {
  animation-delay: 3.77s;
}
.esg .bg {
  background: #f9f9f9;
  padding: 10rem 0 0 0;
  /*min-height: 100vh;*/
}
.esg .bg .cont {
  display: flex;
  justify-content: center;
  margin-top: 12rem;
}
.esg .bg .cont a {
  width: 55rem;
  position: relative;
}
.esg .bg .cont a h4 {
  position: absolute;
  left: 3rem;
  top: 3.4rem;
}
.esg .bg .cont a .iconfont {
  position: absolute;
  left: 3rem;
  bottom: 2rem;
  font-size: 2rem;
  color: var(--themeColor2);
  transition: all 0.3s;
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
}
.esg .bg .cont a .iconfont::before {
  font-size: 2.5rem;
}
.esg .bg .cont a + a .iconfont {
  color: white;
}
.esg .bg .cont a + a {
  margin-left: 10rem;
}
.esg .bg .cont > *:nth-child(1) {
  animation-delay: 0.13s;
}
.esg .bg .cont > *:nth-child(2) {
  animation-delay: 0.26s;
}
.esg .bg .cont > *:nth-child(3) {
  animation-delay: 0.39s;
}
.esg .bg .cont > *:nth-child(4) {
  animation-delay: 0.52s;
}
.esg .bg .cont > *:nth-child(5) {
  animation-delay: 0.65s;
}
.esg .bg .cont > *:nth-child(6) {
  animation-delay: 0.78s;
}
.esg .bg .cont > *:nth-child(7) {
  animation-delay: 0.91s;
}
.esg .bg .cont > *:nth-child(8) {
  animation-delay: 1.04s;
}
.esg .bg .cont > *:nth-child(9) {
  animation-delay: 1.17s;
}
.esg .bg .cont > *:nth-child(10) {
  animation-delay: 1.3s;
}
.esg .bg .cont > *:nth-child(11) {
  animation-delay: 1.43s;
}
.esg .bg .cont > *:nth-child(12) {
  animation-delay: 1.56s;
}
.esg .bg .cont > *:nth-child(13) {
  animation-delay: 1.69s;
}
.esg .bg .cont > *:nth-child(14) {
  animation-delay: 1.82s;
}
.esg .bg .cont > *:nth-child(15) {
  animation-delay: 1.95s;
}
.esg .bg .cont > *:nth-child(16) {
  animation-delay: 2.08s;
}
.esg .bg .cont > *:nth-child(17) {
  animation-delay: 2.21s;
}
.esg .bg .cont > *:nth-child(18) {
  animation-delay: 2.34s;
}
.esg .bg .cont > *:nth-child(19) {
  animation-delay: 2.47s;
}
.esg .bg .cont > *:nth-child(20) {
  animation-delay: 2.6s;
}
.esg .bg .cont > *:nth-child(21) {
  animation-delay: 2.73s;
}
.esg .bg .cont > *:nth-child(22) {
  animation-delay: 2.86s;
}
.esg .bg .cont > *:nth-child(23) {
  animation-delay: 2.99s;
}
.esg .bg .cont > *:nth-child(24) {
  animation-delay: 3.12s;
}
.esg .bg .cont > *:nth-child(25) {
  animation-delay: 3.25s;
}
.esg .bg .cont > *:nth-child(26) {
  animation-delay: 3.38s;
}
.esg .bg .cont > *:nth-child(27) {
  animation-delay: 3.51s;
}
.esg .bg .cont > *:nth-child(28) {
  animation-delay: 3.64s;
}
.esg .bg .cont > *:nth-child(29) {
  animation-delay: 3.77s;
}
.esg.scrollSnap .bg {
  padding-top: calc(var(--headerHeight) + 3rem);
}
.esg.scrollSnap .bg .cont {
  margin-top: 12rem;
  margin-bottom: 10rem;
}
/* esg-info */
.esg-info .mian {
  margin: 17rem auto 8rem;
  min-height: 100vh;
}
.esg-info .mian .cont {
  display: flex;
  align-items: flex-start;
}
.esg-info .mian .cont .left {
  flex: 1;
  position: sticky;
  top: var(--headerHeight);
}
.esg-info .mian .cont .left .cates {
  margin-top: 4.4rem;
}
.esg-info .mian .cont .left .cates .item {
  display: block;
  transition: all 0.3s ease;
  cursor: pointer;
}
.esg-info .mian .cont .left .cates .item:hover .lable {
  color: var(--themeColor);
  transform: translateX(0.5rem);
}
.esg-info .mian .cont .left .cates .item .lable {
  display: flex;
  align-items: center;
  color: rgba(184, 187, 196, 0.8);
  transition: all 0.3s ease;
}
.esg-info .mian .cont .left .cates .item .lable span {
  font-weight: 900;
  line-height: 1;
}
.esg-info .mian .cont .left .cates .item .lable div {
  font-weight: 600;
  margin-left: 2rem;
}
.esg-info .mian .cont .left .cates .item .text {
  display: none;
  position: relative;
  margin-left: 6.8rem;
}
.esg-info .mian .cont .left .cates .item .text a {
  display: block;
  margin-bottom: 1rem;
  line-height: 4rem;
  color: #b8bbc4;
  font-weight: 600;
}
.esg-info .mian .cont .left .cates .item .text a.active {
  color: #0f1937;
  position: relative;
}
.esg-info .mian .cont .left .cates .item .text a.active::before {
  content: "";
  width: 0.3rem;
  height: 100%;
  background: var(--themeColor);
  position: absolute;
  left: -2.5rem;
  top: 0;
  bottom: 0;
  margin: auto;
}
.esg-info .mian .cont .left .cates .item .text::after {
  content: "";
  position: absolute;
  left: -2.5rem;
  bottom: 0;
  top: 0;
  width: 0.1rem;
  height: 100%;
  background: rgba(184, 187, 196, 0.8);
}
.esg-info .mian .cont .left .cates .item.active .lable {
  color: #161c2d;
}
.esg-info .mian .cont .left .cates .item.active .text {
  display: block;
}
.esg-info .mian .cont .left .cates .item + .item {
  margin-top: 3rem;
}
.esg-info .mian .cont .right {
  width: 88rem;
  position: sticky;
  top: var(--headerHeight);
}
.esg-info .mian .cont .right .item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  line-height: 9rem;
  border-bottom: 1px solid #d9d9d9;
}
.esg-info .mian .cont .right .item .dh_text {
  font-weight: 600;
  color: #0f1937;
  max-width: 75%;
}
.esg-info .mian .cont .right .item .iconfont.icon-a-xiazai1 {
  font-size: 2.5rem;
  color: var(--themeColor);
}
/* 新闻资讯 */
.news .mian {
  --container: 127.5rem;
  margin: 17rem auto 8rem;
}
.news .mian .cates {
  display: flex;
  align-items: center;
}
.news .mian .cates a {
  font-weight: 900;
}
.news .mian .cates * + * {
  margin-left: 3.7rem;
}
.news .mian .list .top {
  margin: 6rem auto;
  display: flex;
  align-items: center;
  border-radius: 2rem;
  border: 0.1rem solid #d9d9d9;
  padding: 3rem;
  transition: all 0.3s ease;
}
.news .mian .list .top:hover {
  border-color: var(--themeColor);
  box-shadow: 0 0.5rem 2rem rgba(0, 33, 93, 0.1);
  transform: translateY(-0.2rem);
}
.news .mian .list .top:hover .left h3 {
  color: var(--themeColor);
}
.news .mian .list .top:hover .right img {
  transform: scale(1.05);
}
.news .mian .list .top .left {
  flex: 1;
}
.news .mian .list .top .left span {
  color: #686e7e;
}
.news .mian .list .top .left h3 {
  width: 100%;
  color: #161c2d;
  transition: color 0.3s ease;
}
.news .mian .list .top .left p {
  width: 100%;
  color: #222222;
  margin: 2.5rem auto 4rem;
}
.news .mian .list .top .right {
  width: 66rem;
  margin-left: 2.3rem;
  overflow: hidden;
  border-radius: 1rem;
}
.news .mian .list .top .right img {
  transition: transform 0.3s ease;
  height: 35.5rem;
}
@media (max-width: 450px) {
    .news .mian .list .top .right img {
      transition: transform 0.3s ease;
      height: 87rem;
    }
}
.news .mian .list .item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 0.1rem solid #d9d9d9;
  padding-bottom: 4rem;
  transition: all 0.3s ease;
}
.news .mian .list .item:hover {
  border-color: var(--themeColor);
  padding-left: 1rem;
}
.news .mian .list .item:hover .left h4 {
  color: var(--themeColor);
}
.news .mian .list .item:hover .left .iconfont {
  transform: translateX(0.5rem);
}
.news .mian .list .item .left {
  width: 75%;
}
.news .mian .list .item .left h4,
.news .mian .list .item .left p {
  width: 100%;
}
.news .mian .list .item .left h4 {
  transition: color 0.3s ease;
}
.news .mian .list .item .left p {
  margin: 1rem auto 3.5rem;
}
.news .mian .list .item .left .iconfont {
  transition: transform 0.3s ease;
}
.news .mian .list .item .right {
  text-align: center;
  line-height: 1.1;
}
.news .mian .list .item .right .date {
  font-weight: 600;
  color: #161c2d;
}
.news .mian .list .item .right .year {
  color: #b8bbc4;
}
.news .mian .list .item + .item {
  margin-top: 4rem;
}
/* 新闻详情 */
.news-info .mian {
    min-height: 100vh;
  --container: 121.5rem;
  margin: calc(var(--headerHeight) * 1.5) auto 8rem;
}
.news-info .mian .back {
  display: flex;
  align-items: center;
  margin-bottom: 3rem;
}
.news-info .mian .back::before {
  font-size: 1rem;
  margin-right: 1rem;
}
.news-info .mian .date {
  color: #686e7e;
  display: flex;
  margin-top: 2rem;
}
.news-info .mian .date span {
  margin-left: 2.5rem;
}
.news-info .mian .rich {
  margin: 5rem auto;
}
.news-info .mian .hots h4 {
  margin-bottom: 3rem;
}
.news-info .mian .hots .list {
  display: flex;
}
.news-info .mian .hots .list.swiper {
  display: block;
  overflow: hidden;
}
.news-info .mian .hots .list a {
  flex: 1;
}
.news-info .mian .hots .list a.swiper-slide {
  flex: none;
  width: auto;
  height: auto;
}
.news-info .mian .hots .list a .date {
  display: flex;
  align-items: center;
}
.news-info .mian .hots .list a .date::after {
  content: "";
  flex: 1;
  border-top: 0.1rem solid #6d6e76;
  margin-left: 1rem;
}
.news-info .mian .hots .list a.swiper-slide + .news-info .mian .hots .list a.swiper-slide {
  margin-left: 0;
}
.news-info .mian .hots .list > *:nth-child(1) {
  animation-delay: 0.13s;
}
.news-info .mian .hots .list > *:nth-child(2) {
  animation-delay: 0.26s;
}
.news-info .mian .hots .list > *:nth-child(3) {
  animation-delay: 0.39s;
}
.news-info .mian .hots .list > *:nth-child(4) {
  animation-delay: 0.52s;
}
.news-info .mian .hots .list > *:nth-child(5) {
  animation-delay: 0.65s;
}
.news-info .mian .hots .list > *:nth-child(6) {
  animation-delay: 0.78s;
}
.news-info .mian .hots .list > *:nth-child(7) {
  animation-delay: 0.91s;
}
.news-info .mian .hots .list > *:nth-child(8) {
  animation-delay: 1.04s;
}
.news-info .mian .hots .list > *:nth-child(9) {
  animation-delay: 1.17s;
}
.news-info .mian .hots .list > *:nth-child(10) {
  animation-delay: 1.3s;
}
.news-info .mian .hots .list > *:nth-child(11) {
  animation-delay: 1.43s;
}
.news-info .mian .hots .list > *:nth-child(12) {
  animation-delay: 1.56s;
}
.news-info .mian .hots .list > *:nth-child(13) {
  animation-delay: 1.69s;
}
.news-info .mian .hots .list > *:nth-child(14) {
  animation-delay: 1.82s;
}
.news-info .mian .hots .list > *:nth-child(15) {
  animation-delay: 1.95s;
}
.news-info .mian .hots .list > *:nth-child(16) {
  animation-delay: 2.08s;
}
.news-info .mian .hots .list > *:nth-child(17) {
  animation-delay: 2.21s;
}
.news-info .mian .hots .list > *:nth-child(18) {
  animation-delay: 2.34s;
}
.news-info .mian .hots .list > *:nth-child(19) {
  animation-delay: 2.47s;
}
.news-info .mian .hots .list > *:nth-child(20) {
  animation-delay: 2.6s;
}
.news-info .mian .hots .list > *:nth-child(21) {
  animation-delay: 2.73s;
}
.news-info .mian .hots .list > *:nth-child(22) {
  animation-delay: 2.86s;
}
.news-info .mian .hots .list > *:nth-child(23) {
  animation-delay: 2.99s;
}
.news-info .mian .hots .list > *:nth-child(24) {
  animation-delay: 3.12s;
}
.news-info .mian .hots .list > *:nth-child(25) {
  animation-delay: 3.25s;
}
.news-info .mian .hots .list > *:nth-child(26) {
  animation-delay: 3.38s;
}
.news-info .mian .hots .list > *:nth-child(27) {
  animation-delay: 3.51s;
}
.news-info .mian .hots .list > *:nth-child(28) {
  animation-delay: 3.64s;
}
.news-info .mian .hots .list > *:nth-child(29) {
  animation-delay: 3.77s;
}
/* 加入我们 */

.join .cont a img {
    display: block;
    /*width: 100% !important;*/
    max-width: 20rem !important;
    min-width: 20rem !important;
}

.join .mian {
  margin: calc(var(--headerHeight) * 1.5) auto 8rem;
}
.join .mian > *:nth-child(1) {
  animation-delay: 0.13s;
}
.join .mian > *:nth-child(2) {
  animation-delay: 0.26s;
}
.join .mian > *:nth-child(3) {
  animation-delay: 0.39s;
}
.join .mian > *:nth-child(4) {
  animation-delay: 0.52s;
}
.join .mian > *:nth-child(5) {
  animation-delay: 0.65s;
}
.join .mian > *:nth-child(6) {
  animation-delay: 0.78s;
}
.join .mian > *:nth-child(7) {
  animation-delay: 0.91s;
}
.join .mian > *:nth-child(8) {
  animation-delay: 1.04s;
}
.join .mian > *:nth-child(9) {
  animation-delay: 1.17s;
}
.join .mian > *:nth-child(10) {
  animation-delay: 1.3s;
}
.join .mian > *:nth-child(11) {
  animation-delay: 1.43s;
}
.join .mian > *:nth-child(12) {
  animation-delay: 1.56s;
}
.join .mian > *:nth-child(13) {
  animation-delay: 1.69s;
}
.join .mian > *:nth-child(14) {
  animation-delay: 1.82s;
}
.join .mian > *:nth-child(15) {
  animation-delay: 1.95s;
}
.join .mian > *:nth-child(16) {
  animation-delay: 2.08s;
}
.join .mian > *:nth-child(17) {
  animation-delay: 2.21s;
}
.join .mian > *:nth-child(18) {
  animation-delay: 2.34s;
}
.join .mian > *:nth-child(19) {
  animation-delay: 2.47s;
}
.join .mian > *:nth-child(20) {
  animation-delay: 2.6s;
}
.join .mian > *:nth-child(21) {
  animation-delay: 2.73s;
}
.join .mian > *:nth-child(22) {
  animation-delay: 2.86s;
}
.join .mian > *:nth-child(23) {
  animation-delay: 2.99s;
}
.join .mian > *:nth-child(24) {
  animation-delay: 3.12s;
}
.join .mian > *:nth-child(25) {
  animation-delay: 3.25s;
}
.join .mian > *:nth-child(26) {
  animation-delay: 3.38s;
}
.join .mian > *:nth-child(27) {
  animation-delay: 3.51s;
}
.join .mian > *:nth-child(28) {
  animation-delay: 3.64s;
}
.join .mian > *:nth-child(29) {
  animation-delay: 3.77s;
}
.join .mian .block_title {
  margin-bottom: 3rem;
}
.join .mian .cont {
  margin: 5rem auto 15rem;
  padding: 3rem 0;
  background-image: url(https://oss.qixinsz.com/maigerui/web/image/join_bg.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  display: flex;
  justify-content: center;
}
.join .mian .cont a + a {
  margin-left: 3rem;
}
.join .mian .cont > *:nth-child(1) {
  animation-delay: 0.13s;
}
.join .mian .cont > *:nth-child(2) {
  animation-delay: 0.26s;
}
.join .mian .cont > *:nth-child(3) {
  animation-delay: 0.39s;
}
.join .mian .cont > *:nth-child(4) {
  animation-delay: 0.52s;
}
.join .mian .cont > *:nth-child(5) {
  animation-delay: 0.65s;
}
.join .mian .cont > *:nth-child(6) {
  animation-delay: 0.78s;
}
.join .mian .cont > *:nth-child(7) {
  animation-delay: 0.91s;
}
.join .mian .cont > *:nth-child(8) {
  animation-delay: 1.04s;
}
.join .mian .cont > *:nth-child(9) {
  animation-delay: 1.17s;
}
.join .mian .cont > *:nth-child(10) {
  animation-delay: 1.3s;
}
.join .mian .cont > *:nth-child(11) {
  animation-delay: 1.43s;
}
.join .mian .cont > *:nth-child(12) {
  animation-delay: 1.56s;
}
.join .mian .cont > *:nth-child(13) {
  animation-delay: 1.69s;
}
.join .mian .cont > *:nth-child(14) {
  animation-delay: 1.82s;
}
.join .mian .cont > *:nth-child(15) {
  animation-delay: 1.95s;
}
.join .mian .cont > *:nth-child(16) {
  animation-delay: 2.08s;
}
.join .mian .cont > *:nth-child(17) {
  animation-delay: 2.21s;
}
.join .mian .cont > *:nth-child(18) {
  animation-delay: 2.34s;
}
.join .mian .cont > *:nth-child(19) {
  animation-delay: 2.47s;
}
.join .mian .cont > *:nth-child(20) {
  animation-delay: 2.6s;
}
.join .mian .cont > *:nth-child(21) {
  animation-delay: 2.73s;
}
.join .mian .cont > *:nth-child(22) {
  animation-delay: 2.86s;
}
.join .mian .cont > *:nth-child(23) {
  animation-delay: 2.99s;
}
.join .mian .cont > *:nth-child(24) {
  animation-delay: 3.12s;
}
.join .mian .cont > *:nth-child(25) {
  animation-delay: 3.25s;
}
.join .mian .cont > *:nth-child(26) {
  animation-delay: 3.38s;
}
.join .mian .cont > *:nth-child(27) {
  animation-delay: 3.51s;
}
.join .mian .cont > *:nth-child(28) {
  animation-delay: 3.64s;
}
.join .mian .cont > *:nth-child(29) {
  animation-delay: 3.77s;
}
.join .footer {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9;
}
.join .footer .container {
  padding: 1rem 0;
}
/* 联系我们 */
.contact .mian {
  margin: calc(var(--headerHeight) * 1.5) auto 8rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.contact .mian b {
  display: flex;
  align-items: center;
  color: #161c2d;
}
.contact .mian b::before,
.contact .mian b::after {
  content: "";
  width: 3.6rem;
  height: 0.4rem;
  border-radius: 10rem;
}
.contact .mian b::before {
  background: linear-gradient(270deg, #e02b24 0%, rgba(224, 43, 36, 0) 100%);
  margin-right: 1rem;
}
.contact .mian b::after {
  background: linear-gradient(90deg, #e02b24 0%, rgba(224, 43, 36, 0) 100%);
  margin-left: 1rem;
}
.contact .mian h1 {
  color: #161c2d;
}
.contact .mian p {
  margin: 2rem auto 4rem;
  color: #222222;
}
.contact .mian #map {
    position: relative;
  width: 100%;
  aspect-ratio: 3 / 1;
  z-index: 1;
}
.contact .mian #map img {
    display: block;
    width: 100%;
}
.contact .mian > *:nth-child(1) {
  animation-delay: 0.13s;
}
.contact .mian > *:nth-child(2) {
  animation-delay: 0.26s;
}
.contact .mian > *:nth-child(3) {
  animation-delay: 0.39s;
}
.contact .mian > *:nth-child(4) {
  animation-delay: 0.52s;
}
.contact .mian > *:nth-child(5) {
  animation-delay: 0.65s;
}
.contact .mian > *:nth-child(6) {
  animation-delay: 0.78s;
}
.contact .mian > *:nth-child(7) {
  animation-delay: 0.91s;
}
.contact .mian > *:nth-child(8) {
  animation-delay: 1.04s;
}
.contact .mian > *:nth-child(9) {
  animation-delay: 1.17s;
}
.contact .mian > *:nth-child(10) {
  animation-delay: 1.3s;
}
.contact .mian > *:nth-child(11) {
  animation-delay: 1.43s;
}
.contact .mian > *:nth-child(12) {
  animation-delay: 1.56s;
}
.contact .mian > *:nth-child(13) {
  animation-delay: 1.69s;
}
.contact .mian > *:nth-child(14) {
  animation-delay: 1.82s;
}
.contact .mian > *:nth-child(15) {
  animation-delay: 1.95s;
}
.contact .mian > *:nth-child(16) {
  animation-delay: 2.08s;
}
.contact .mian > *:nth-child(17) {
  animation-delay: 2.21s;
}
.contact .mian > *:nth-child(18) {
  animation-delay: 2.34s;
}
.contact .mian > *:nth-child(19) {
  animation-delay: 2.47s;
}
.contact .mian > *:nth-child(20) {
  animation-delay: 2.6s;
}
.contact .mian > *:nth-child(21) {
  animation-delay: 2.73s;
}
.contact .mian > *:nth-child(22) {
  animation-delay: 2.86s;
}
.contact .mian > *:nth-child(23) {
  animation-delay: 2.99s;
}
.contact .mian > *:nth-child(24) {
  animation-delay: 3.12s;
}
.contact .mian > *:nth-child(25) {
  animation-delay: 3.25s;
}
.contact .mian > *:nth-child(26) {
  animation-delay: 3.38s;
}
.contact .mian > *:nth-child(27) {
  animation-delay: 3.51s;
}
.contact .mian > *:nth-child(28) {
  animation-delay: 3.64s;
}
.contact .mian > *:nth-child(29) {
  animation-delay: 3.77s;
}
/* 搜索结果 */
.search .mian {
  --container: 127.5rem;
  margin: 17rem auto;
}
.search .mian .search-header {
  margin-bottom: 6rem;
}
.search .mian .search-header h2 {
  margin-bottom: 3rem;
}
.search .mian .search-header .search-info {
  margin-top: 3rem;
}
.search .mian .search-header .search-info p {
  color: #686e7e;
  line-height: 2;
}
.search .mian .search-header .search-info p + p {
  margin-top: 1rem;
}
.search .mian .search-header .search-info p .keyword {
  color: var(--themeColor);
  font-weight: 600;
  margin: 0 0.5rem;
}
.search .mian .search-header .search-info p #resultCount {
  color: var(--themeColor);
  font-weight: 600;
  margin: 0 0.5rem;
}
.search .mian .list .top {
  margin: 6rem auto;
  display: flex;
  align-items: center;
  border-radius: 2rem;
  border: 0.1rem solid #d9d9d9;
  padding: 3rem;
  transition: all 0.3s;
}
.search .mian .list .top:hover {
  border-color: var(--themeColor);
  box-shadow: 0 0.5rem 2rem rgba(0, 33, 93, 0.1);
}
.search .mian .list .top .left {
  flex: 1;
}
.search .mian .list .top .left span {
  color: #686e7e;
}
.search .mian .list .top .left h3 {
  width: 100%;
  color: #161c2d;
}
.search .mian .list .top .left p {
  width: 100%;
  color: #222222;
  margin: 2.5rem auto 4rem;
}
.search .mian .list .top .right {
  width: 66rem;
  margin-left: 2.3rem;
}
.search .mian .list .item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 0.1rem solid #d9d9d9;
  padding-bottom: 4rem;
  transition: all 0.3s;
}
.search .mian .list .item:hover {
  border-color: var(--themeColor);
}
.search .mian .list .item .left {
  width: 75%;
}
.search .mian .list .item .left h4,
.search .mian .list .item .left p {
  width: 100%;
}
.search .mian .list .item .left p {
  margin: 1rem auto 3.5rem;
}
.search .mian .list .item .right {
  text-align: center;
  line-height: 1.1;
}
.search .mian .list .item .right .date {
  font-weight: 600;
  color: #161c2d;
}
.search .mian .list .item .right .year {
  color: #b8bbc4;
}
.search .mian .list .item + .item {
  margin-top: 4rem;
}
.search .mian .list .no-results {
  text-align: center;
  padding: 8rem 0;
}
.search .mian .list .no-results p {
  color: #999;
  line-height: 2;
}
.search .mian .list .no-results p:first-child {
  font-size: 2.4rem;
  margin-bottom: 2rem;
}
.search .mian .list .pagination {
  margin-top: 6rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.search .mian .list .pagination a {
  display: block;
  width: 2.4rem;
  line-height: 2.4rem;
  text-align: center;
  border-radius: 0.3rem;
  transition: all 0.3s;
  border: 1px solid transparent;
  color: #3e3a39;
}
.search .mian .list .pagination a + a,
.search .mian .list .pagination a + span {
  margin-left: 0.8rem;
}
.search .mian .list .pagination a.iconfont {
  width: auto;
  font-size: 1rem;
}
.search .mian .list .pagination a.iconfont:hover {
  border: 1px solid transparent;
}
.search .mian .list .pagination a:hover,
.search .mian .list .pagination a.active {
  border: 1px solid var(--themeColor);
}
.search .mian .list .pagination span {
  color: #686e7e;
  margin: 0 0.8rem;
}
/* 手机 */
@media (max-width: 450px) {
     .tarrowsbox {
        display: none !important;
    }
    
    .join .cont a img {
    display: block;
    max-width: 100% !important;
    min-width: 100% !important;
}
 
    
    .esg .women ul li .text h3 {
    writing-mode: horizontal-tb !important;
}

.rd .quality .left .swiper .swiper-slide {
    min-height: 120px !important;
}
    
    .esg-info {
        position: relative;
        padding: 0 0 200px 0 !important;
    }
    
    .esg-info .footer {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
    }
    /*.footer {*/
    /*    position: fixed;*/
    /*    left: 0;*/
    /*    bottom: 0;*/
    /*    width: 100%;*/
    /*}*/
    
    /*.footer::before {*/
    /*    content: " ";*/
    /*    display: block;*/
    /*    width: 1px;*/
    /*    height: 1px;*/
    /*    margin-bottom: 200px !important;*/
    /*}*/
    
    .esg-info .mian .cont {
        flex-wrap: wrap;
    }
    
    .esg-info .mian .cont .left,
    .esg-info .mian .cont .right {
        width: 100% !important;
    }
    
    .esg-info .mian .cont .left .cates .item .text a {
        line-height: 1.5;
    }
    

    
    .esg-info .mian .cont .left .cates .item .text a {
        margin: 5px 0;
    }
    
    .esg-info .mian .cont .right .item {
        margin: 10px 0;
    }
    
    .esg-info .mian {
    margin: 35rem auto 8rem;
}
    
    .product .swiper > .iconfont {
        z-index: 998 !important;
    }
    
  :root {
    --headerHeight: 60px;
    --container: 92vw;
  }
  textarea,
  select,
  button,
  input,
  body {
    font-size: 15px;
  }
  .iconfont,
  .iconfont::before {
    font-size: 16px !important;
  }
  .moblie {
    display: block;
  }
  .fs-64,
  .fs-60,
  .fs-48 {
    font-size: 30px;
  }
  .fs-46 {
    font-size: 29px;
  }
  .fs-44 {
    font-size: 28px;
  }
  .fs-42 {
    font-size: 26px;
  }
  .fs-40 {
    font-size: 24px;
  }
  .fs-38,
  .fs-36 {
    font-size: 22px;
  }
  .fs-32 {
    font-size: 21px;
  }
  .fs-28,
  .fs-30 {
    font-size: 20px;
  }
  .fs-26,
  .fs-27 {
    font-size: 19px;
  }
  .fs-24 {
    font-size: 18px;
  }
  .fs-22 {
    font-size: 17px;
  }
  .fs-20 {
    font-size: 16px;
  }
  .fs-18 {
    font-size: 14px;
  }
  .fs-16,
  .fs-15,
  .fs-14 {
    font-size: 13px;
  }
  .fs-13,
  .fs-12 {
    font-size: 12px;
  }
  .iconfont {
    font-size: 16px;
  }
  .header .container .logo {
    height: 25px;
  }
  .header .container .menu {
    height: calc(100vh - var(--headerHeight));
    position: fixed;
    top: var(--headerHeight);
    left: 100vw;
    width: 100%;
    background-color: #fff;
    z-index: 999;
    padding: 1rem 0;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    border-radius: 1rem;
    overflow: hidden;
    display: block;
    transition: all 0.3s;
  }
  .header .container .menu .item {
    border-bottom: 1px solid #d9d9d9;
  }
  .header .container .menu .item a {
    display: block !important;
    text-align: center;
  }
  .header .container .menu .item a::after {
    display: none;
  }
  .header .container .menu .item + .item {
    margin-left: 0;
  }
  .header .container .menu.active {
    left: 0;
  }
  .header .container .right .search > .iconfont::before {
    font-size: 20px !important;
    line-height: 2;
    margin-right: 5px;
  }
  .header .container .right .lang {
    font-size: 18px;
  }
  .header .container .right .search .box::after {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #ffffff;
  }
  .header .container .right .search .box .conts {
    padding: 0 10px;
  }
  .header .container .right .search .box .conts input {
    width: 150px;
    font-size: 13px;
    line-height: 1.7;
  }
  .home .swiper > .iconfont {
    display: none;
  }
  .home .swiper .swiper-wrapper .swiper-slide.center-mode .text h1 {
    font-size: 35px;
    white-space: wrap;
  }
  .home .swiper .swiper-wrapper .swiper-slide.center-mode .text p {
    font-size: 14px;
    margin-bottom: 40px;
    letter-spacing: 1px;
  }
  .home .swiper .swiper-wrapper .swiper-slide.center-mode .text .links {
    display: block;
  }
  .home .swiper .swiper-wrapper .swiper-slide.center-mode .text .links a {
    display: flex;
    line-height: 47px;
    border-radius: 10px;
    padding: 0 20px;
    position: relative;
  }
  .home .swiper .swiper-wrapper .swiper-slide.center-mode .text .links a img {
    width: 25px;
    height: 25px;
    object-fit: contain;
    margin-right: 10px;
  }
  .home .swiper .swiper-wrapper .swiper-slide.center-mode .text .links a .iconfont {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 5px;
  }
  
  .home .swiper .swiper-wrapper .swiper-slide.center-mode .text .links a + a {
    margin-left: 0;
    margin-top: 20px;
  }
  .home .swiper .swiper-wrapper .swiper-slide.number-mode .text {
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .home .swiper .swiper-wrapper .swiper-slide.number-mode .text .item {
    border-radius: 10px;
    padding: 10px;
    flex-direction: column;
  }
  .home .swiper .swiper-wrapper .swiper-slide.number-mode .text .item li {
      margin: 10px 0;
  }
  .home .swiper .swiper-wrapper .swiper-slide.number-mode .text .item li img {
    width: 30px;
    height: 30px;
    object-fit: contain;
    margin-right: 5px;
  }
  .home .swiper .swiper-wrapper .swiper-slide.number-mode .text .item li + li {
    margin-left: 0;
  }
  .home .swiper .swiper-wrapper .swiper-slide.list-mode .text {
    width: calc(var(--container) * 0.8);
    right: auto;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .home .swiper .swiper-wrapper .swiper-slide.list-mode .text h2 {
    font-size: 24px;
  }
  .home .swiper .swiper-wrapper .swiper-slide.list-mode .text ul li {
    height: 80px;
    border-radius: 10px;
    padding: 5px 10px;
  }
  .home .swiper .swiper-wrapper .swiper-slide.list-mode .text ul li + li {
    margin-top: -35px;
  }
  .home .swiper .swiper-wrapper .swiper-slide.list-mode .text a {
    margin-left: 10px;
    margin-top: -20px;
  }
  .home .swiper .swiper-wrapper .swiper-slide.list-mode .text a::before {
    font-size: 8px !important;
  }
  .join .footer .container,
  .footer .container {
    padding: 40px 0 30px;
  }
  .footer .container .right {
    flex-direction: column;
  }
  .footer .container .right a::before {
    margin-right: 5px;
  }
  .footer .container .right a + a {
    margin-left: 0;
  }
  .home .poas {
      margin-left: 20px;
    bottom: calc(70px + 16px * 1.73 * 2);
  }
  .home .poas .swiper-pagination-bullet,
  .home .poas .item {
    line-height: 1.8;
  }
  .home .swiper .swiper-wrapper .swiper-slide.number-mode .text .item li b {
      margin: 0 15px 0 5px;
  }
  .esg .women ul li.active .text {
      left: 0 !important;
      top: 0 !important;
  }
  .home .swiper .swiper-wrapper .swiper-slide.number-mode .text .item li span {
      margin: 10px 0 0 0 !important;
      margin-top: 10px !important;
  }
  .home .poas .swiper-pagination-bullet,
  .home .poas .item {
    padding: 0 10px;
    text-align: center;
  }
  .home .poas .swiper-pagination-bullet + .swiper-pagination-bullet,
  .home .poas .item + .swiper-pagination-bullet,
  .home .poas .swiper-pagination-bullet + .item,
  .home .poas .item + .item {
      margin-left: 20px !important;
  }
  .home .poas .swiper-pagination-bullet span::after,
  .home .poas .item span::after,
  .home .poas .swiper-pagination-bullet span::before,
  .home .poas .item span::before {
    width: 4px;
    height: 4px;
  }
  .about #wh,
  .about #hz,
  .about #lc,
  .about #js {
    min-height: auto;
  }
  .block_title {
    font-size: 23px;
  }
  .block_title::after {
    width: 2em !important;
    height: 5px !important;
  }
  .about #fb .container p {
    width: 100%;
  }
  .about #js .container {
    margin-top: calc(var(--headerHeight) * 1.5);
    padding-left: 0;
    padding-top: 0;
  }
  .about #js .container .cont .video-wrap {
    width: 100%;
  }
  .about #js .container .cont .video-wrap .icon-bofanganniu {
    padding: 5px;
  }
  .about #js .container .cont .video-wrap .icon-bofanganniu::before {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
  .about #lc .his-wrap {
    padding: 30px 0;
  }
  .about #lc .his-wrap .swiper .swiper-slide .text {
    position: static;
  }
  .about #lc .his-wrap .swiper .swiper-slide .text ul {
    padding-left: 20px;
  }
  .about #lc .his-wrap .swiper .swiper-slide .text {
      margin: 0 auto;
    width: 80%;
    border-left: none;
  }
  .about #lc .his-wrap .swiper .swiper-slide .text .images {
    width: 100%;
    gap: 10px;
  }
  .about #lc .his-wrap .swiper .swiper-slide .text .images img {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
    padding: 10px;
    border-radius: 5px;
  }
  .about #hz h3 {
    position: static;
    clip-path: none;
    background: none;
    transform: none;
    line-height: 1.7;
    padding: 0;
    margin-bottom: 20px;
    font-size: 14px !important;
  }
  .about #hz .swiper .swiper-wrapper .swiper-slide {
    aspect-ratio: 16 / 9;
    height: auto;
    padding: 1px;
    border-radius: 5px;
  }
  .about #hz .swiper .swiper-wrapper .swiper-slide img {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
    object-fit: contain;
  }
  .about.scrollSnap #wh .container {
    margin-top: 20px;
    margin-bottom: 20px;
    flex-direction: column-reverse;
  }
  .about.scrollSnap #wh .container .right {
    margin-left: 0;
  }
  .about #wh .container .left {
    width: 100%;
    margin-top: 10px;
  }
  .about #wh .container .right .item .icon {
    width: 40px;
    margin-right: 10px;
  }
  .about #wh .container .right .item .text {
    flex: 1;
  }
  .about.scrollSnap #fb {
    padding-top: 20px;
  }
  .footer .container.copyright {
    display: block !important;
    padding: 0 0 10px;
  }
  .about .video-modal .video-modal-content .video-modal-close {
    top: 10px;
    right: 10px;
    width: 20px;
    height: 20px;
  }
  .rd .first .container .cont .left {
    width: 100%;
  }
  .rd .first .container .cont {
    display: block;
  }
  .rd .first .container .cont .right {
    margin-left: 0;
  }
  .rd .first .container .cont .right ul li .la span {
    line-height: 3;
  }
  .rd .first .container .cont .right ul li .la .le::after {
    font-size: 10px;
  }
  .rd .first {
    min-height: auto;
    padding-bottom: 20px;
  }
  .rd .honor {
    min-height: auto;
  }
  .rd .quality {
    display: block;
  }
  .rd.scrollSnap .quality .left {
    width: 100%;
    padding-right: var(--cm);
  }
  .rd.scrollSnap .quality .left p {
    width: 100%;
  }
  .rd .quality .left .swiper {
    width: 100%;
    position: static;
  }
  .rd .quality .right {
    width: 100%;
    margin-top: 10px;
  }
  .rd.scrollSnap .quality .left {
    margin-top: 20px;
  }
  .rd.scrollSnap .honor {
    padding: 15px 0;
  }
  .product .links .item img {
    width: 20px;
    height: 20px;
    margin-right: 5px;
  }
  .home .footer .copyright {
    display: none !important;
  }
  .rd .honor .container > .iconfont {
    z-index: 9;
  }
  .rd .honor .container > .iconfont.icon-icon_arrow_right {
    right: -10px;
  }
  .rd .honor .container > .iconfont.icon-icon_arrow_left {
    left: -10px;
  }
  .product .links {
    left: 15vw;
  }
  .product-info .mian {
    display: block;
    margin-top: calc(var(--headerHeight) * 1.5);
    min-height: 80vh;
  }
  .product-info .mian .left {
    width: 100%;
    position: static;
  }
  .product-info .mian .right {
    width: 100%;
    position: static;
    margin-top: 25px;
  }
  .product-info .mian .right .item {
    flex-direction: column-reverse;
    justify-content: flex-end;
    align-items: flex-end;
    height: 40px;
  }
  .product-info .mian .right .item .left {
    width: 100%;
    opacity: 1;
  }
  .product-info .mian .right .item .left .imgs img {
    width: 40px;
    height: 40px;
  }
  .product-info .mian .right .item .left .imgs img + img {
    margin-left: 10px;
  }
  .product-info .mian .right .item .ri {
    padding: 10px;
    padding-top: 0;
    width: 100%;
  }
  .product-info .mian .right .item .ri h3 {
      margin: 0 30px 0 0;
    transform: none;
  }
  .product-info .mian .right .item .ri span {
    width: 15px;
    height: 15px;
    top: 10px;
    right: 10px;
  }
  .product-info .mian .right .item .ri span::after,
  .product-info .mian .right .item .ri span::before {
    width: 100%;
    height: 2px;
  }
  .esg {
    min-height: 100vh;
  }
  .esg .women,
  .esg .bg {
      margin-top: 60px 0 0 0 !important;
    min-height: auto;
  }
  .esg .banner img {
    height: 100vw;
    object-fit: cover;
  }
  .esg .banner .text .item p {
    font-size: 13px;
    line-height: 1.1;
  }
  .esg .banner .text .item h2 {
    font-size: 22px;
  }
  .esg .women ul {
    display: block;
  }
  .esg .women ul li {
    flex: none;
    margin-top: 10px !important;
    background-color: #000;
  }
  .esg .women ul li img {
    opacity: 0.6;
  }
  .esg .women ul li .text {
    left: 0px !important;
    top: 0px !important;
    padding: 10px;
    box-sizing: border-box;
    height: 100%;
  }
  .esg .banner img {
      margin: 60px 0 0 0 !important;
      display: block;
      width: 100% !important;
      height: auto !important;
  }
  .esg .women ul li .text p {
 /*     display: -webkit-box;*/
 /*-webkit-box-orient: vertical;*/
 /*-webkit-line-clamp: 6;*/
 /*overflow: hidden;*/
 max-height: 80%;
 overflow-x: scroll;
  }
  .esg .women ul li .text h3 {
    width: auto;
  }
  .esg .women ul li .text p {
    opacity: 1;
    width: 100%;
  }
  .esg .women ul li img {
    height: auto;
  }
  .esg .bg .cont {
    display: block;
  }
  .esg .bg .cont a {
    width: 100%;
    display: block;
    margin-left: 0 !important;
  }
  .esg .bg .cont a + a {
    margin-top: 10px;
  }
  .esg .bg .cont a h4,
  .esg .bg .cont a .iconfont {
    left: 10px;
  }
  .esg .bg .cont a h4 {
    top: 10px;
  }
  .esg .bg .cont a .iconfont {
    bottom: 10px;
  }
  .news .mian {
    --container: 92vw;
    min-height: 100vh;
    margin-top: calc(var(--headerHeight) * 1.5);
  }
  .news .mian .list .top {
    flex-direction: column-reverse;
  }
  .news .mian .list .top .right {
    width: 100%;
    margin-left: 0;
  }
  .news .mian .list a .iconfont,
  .news .mian .list a .iconfont::before {
    font-size: 10px !important;
  }
  .news .mian .list .item {
    flex-direction: column-reverse;
  }
  .news .mian .list .item .left {
    width: 100%;
  }
  .news .mian .list .item .right {
    width: 100%;
    display: flex;
  }
  .news .mian .list .item .right .year {
    margin-left: 10px;
  }
  .pages li a,
  .pagination li a,
  .pages li span,
  .pagination li span,
  .pages a,
  .pagination a,
  .pages span,
  .pagination span {
    width: 20px;
    line-height: 20px;
  }
  .pages li a.iconfont::before,
  .pagination li a.iconfont::before,
  .pages li span.iconfont::before,
  .pagination li span.iconfont::before,
  .pages a.iconfont::before,
  .pagination a.iconfont::before,
  .pages span.iconfont::before,
  .pagination span.iconfont::before {
    font-size: 10px !important;
  }
  .news-info .mian {
    --container: 92vw;
    margin-top: calc(var(--headerHeight) * 1.5);
  }
  .news-info .mian > h1 {
    line-height: 1.1;
  }
  .news-info .mian .back::before {
    font-size: 7px !important;
  }
  .news-info .mian .rich {
    margin: 20px auto;
    min-height: 50vh;
  }
  .search .mian {
    --container: 92vw;
    min-height: 100vh;
    margin-top: calc(var(--headerHeight) * 1.5);
  }
  .search .mian .list .item {
    flex-direction: column-reverse;
  }
  .search .mian .list .item .left {
    width: 100%;
  }
  .search .mian .list .item .right {
    width: 100%;
    display: flex;
  }
  .search .mian .list .item .right .year {
    margin-left: 10px;
  }
  .search .mian .list a .iconfont,
  .search .mian .list a .iconfont::before {
    font-size: 10px !important;
  }
  .join .mian .cont {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    padding: 30px 0;
  }
  .join .footer {
    position: static;
  }
  .join .mian .cont a + a {
    margin-left: 0;
  }
  .contact .mian {
    min-height: 68vh;
  }
  .contact .mian #map {
      width: 100%;
    aspect-ratio: 1 / 1;
  }
  
     .home .footer .copyright {
        display: block !important;
        font-size: 8px !important;
    }
}
@media (max-width: 768px) {
  .video-modal .video-modal-content {
    padding: 1rem;
  }
  .video-modal .video-modal-content .video-modal-close {
    top: 1rem;
    right: 1rem;
    width: 4rem;
    height: 4rem;
    font-size: 2rem;
  }
  .video-modal .video-modal-content .video-modal-close .iconfont {
    font-size: 2rem;
  }
}

/*1-20新增*/
.pagination li {
    border: 1px solid rgba(0,0,0,0.2);
    border-radius: 5px;
}

.pagination .active {
    color: #00215D !important;
    border: 1px solid #00215D !important;
}

.home .swiper .swiper-wrapper .swiper-slide.center-mode .text .links a {
    line-height: 1.5;
    padding: 1rem 10px;
}

.home .swiper .swiper-wrapper .swiper-slide.number-mode .text .item li span {
    white-space: wrap !important;
    margin-top: 0 !important;
}

.home .swiper .swiper-wrapper .swiper-slide.number-mode .text .item li b::after {
    bottom: 55%;
}

@media (max-width: 374px) {
    .home .poas .swiper-pagination-bullet, .home .poas .item {
        font-size: 12px !important;
    }
}
