@import url(iconfont/iconfont.css);
@font-face {
  font-family: AlibabaSans;
  src: url(font/AlibabaSans-Regular.ttf);
  font-weight: 400;
}
.AlibabaSans {
  font-family: AlibabaSans;
}
@font-face {
  font-family: AlibabaSans-Medium;
  src: url(font/AlibabaSans-Medium.ttf);
  font-weight: 500;
}
.Medium {
  font-family: AlibabaSans-Medium;
}
@font-face {
  font-family: AlibabaSans-Bold;
  src: url(font/AlibabaSans-Bold.ttf);
  font-weight: 600;
}
.Bold {
  font-family: AlibabaSans-Bold;
}
@font-face {
  font-family: AlibabaSans-Heavy;
  src: url(font/AlibabaSans-Heavy.ttf);
  font-weight: 700;
}
.Heavy {
  font-family: AlibabaSans-Heavy;
}
@font-face {
  font-family: AlibabaSans-Black;
  src: url(font/AlibabaSans-Black.ttf);
  font-weight: 800;
}
.Black {
  font-family: AlibabaSans-Black;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
:root {
  --themeColor: #fd6f00;
  --headerHeight: 1.2rem;
  --container: 16rem;
  --cm: calc((100vw - var(--container)) / 2);
}
.iconfont {
  font-size: 0.16rem;
}
html {
  overflow-x: hidden;
  overflow-y: auto;
}
body {
  -webkit-font-smoothing: antialiased;
  font: 0.16rem/1.7 AlibabaSans-Medium, Microsoft YaHei, "PingFang SC", Heiti SC, tahoma, Hiragino Sans GB, "\5B8B\4F53", sans-serif;
  color: #333;
  width: 100vw;
  min-height: 100vh;
  overscroll-behavior-x: contain;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: AlibabaSans-Medium;
}
em,
i {
  font-style: normal;
}
li {
  list-style: none;
}
img {
  border: 0;
  vertical-align: middle;
}
a {
  text-decoration: none;
  color: #333;
}
/* 表单元素 */
textarea,
select,
button,
input {
  /* "\5B8B\4F53" => 宋体 */
  font-family: Microsoft YaHei, Heiti SC, tahoma, arial, Hiragino Sans GB, "\5B8B\4F53", sans-serif;
  border: none;
  outline: none;
  resize: none;
  background: none;
  font-size: 0.15rem;
  /* 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;
}
/* 单行文本 */
.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;
}
/* 手机 */
.moblie {
  display: none;
}
/* 分页器 */
.pages,
.pagination {
  margin: 0.64rem 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: 0.5rem;
  line-height: 0.5rem;
  text-align: center;
  font-family: AlibabaSans-Medium;
  border-radius: 0.06rem;
  background: #f6f6f6;
}

.pages li + li,
.pagination li + li,
.pages a + a,
.pagination a + a,
.pages span + a,
.pagination span + a,
.pages a + span,
.pagination a + span,
.pages span + span,
.pagination span + span {
  margin-left: 0.08rem;
}
.pages a:hover,
.pagination a:hover,
.pages a.active,
.pagination a.active {
  background: linear-gradient(90deg, #feaa00 0%, #fd6f00 100%);
  color: white;
}
.fs-10 {
  font-size: 0.1rem;
}
.fs-11 {
  font-size: 0.11rem;
}
.fs-12 {
  font-size: 0.12rem;
}
.fs-13 {
  font-size: 0.13rem;
}
.fs-14 {
  font-size: 0.14rem;
}
.fs-15 {
  font-size: 0.15rem;
}
.fs-16 {
  font-size: 0.16rem;
}
.fs-17 {
  font-size: 0.17rem;
}
.fs-18 {
  font-size: 0.18rem;
}
.fs-19 {
  font-size: 0.19rem;
}
.fs-20 {
  font-size: 0.2rem;
}
.fs-21 {
  font-size: 0.21rem;
}
.fs-22 {
  font-size: 0.22rem;
}
.fs-23 {
  font-size: 0.23rem;
}
.fs-24 {
  font-size: 0.24rem;
}
.fs-25 {
  font-size: 0.25rem;
}
.fs-26 {
  font-size: 0.26rem;
}
.fs-27 {
  font-size: 0.27rem;
}
.fs-28 {
  font-size: 0.28rem;
}
.fs-29 {
  font-size: 0.29rem;
}
.fs-30 {
  font-size: 0.3rem;
}
.fs-31 {
  font-size: 0.31rem;
}
.fs-32 {
  font-size: 0.32rem;
}
.fs-33 {
  font-size: 0.33rem;
}
.fs-34 {
  font-size: 0.34rem;
}
.fs-35 {
  font-size: 0.35rem;
}
.fs-36 {
  font-size: 0.36rem;
}
.fs-37 {
  font-size: 0.37rem;
}
.fs-38 {
  font-size: 0.38rem;
}
.fs-39 {
  font-size: 0.39rem;
}
.fs-40 {
  font-size: 0.4rem;
}
.fs-41 {
  font-size: 0.41rem;
}
.fs-42 {
  font-size: 0.42rem;
}
.fs-43 {
  font-size: 0.43rem;
}
.fs-44 {
  font-size: 0.44rem;
}
.fs-45 {
  font-size: 0.45rem;
}
.fs-46 {
  font-size: 0.46rem;
}
.fs-47 {
  font-size: 0.47rem;
}
.fs-48 {
  font-size: 0.48rem;
}
.fs-49 {
  font-size: 0.49rem;
}
.fs-50 {
  font-size: 0.5rem;
}
.fs-51 {
  font-size: 0.51rem;
}
.fs-52 {
  font-size: 0.52rem;
}
.fs-53 {
  font-size: 0.53rem;
}
.fs-54 {
  font-size: 0.54rem;
}
.fs-55 {
  font-size: 0.55rem;
}
.fs-56 {
  font-size: 0.56rem;
}
.fs-57 {
  font-size: 0.57rem;
}
.fs-58 {
  font-size: 0.58rem;
}
.fs-59 {
  font-size: 0.59rem;
}
.fs-60 {
  font-size: 0.6rem;
}
.fs-61 {
  font-size: 0.61rem;
}
.fs-62 {
  font-size: 0.62rem;
}
.fs-63 {
  font-size: 0.63rem;
}
.fs-64 {
  font-size: 0.64rem;
}
.fs-65 {
  font-size: 0.65rem;
}
.fs-66 {
  font-size: 0.66rem;
}
.fs-67 {
  font-size: 0.67rem;
}
.fs-68 {
  font-size: 0.68rem;
}
.fs-69 {
  font-size: 0.69rem;
}
.fs-70 {
  font-size: 0.7rem;
}
.fs-71 {
  font-size: 0.71rem;
}
.fs-72 {
  font-size: 0.72rem;
}
.fs-73 {
  font-size: 0.73rem;
}
.fs-74 {
  font-size: 0.74rem;
}
.fs-75 {
  font-size: 0.75rem;
}
.fs-76 {
  font-size: 0.76rem;
}
.fs-77 {
  font-size: 0.77rem;
}
.fs-78 {
  font-size: 0.78rem;
}
.fs-79 {
  font-size: 0.79rem;
}
.fs-80 {
  font-size: 0.8rem;
}
.fs-81 {
  font-size: 0.81rem;
}
.fs-82 {
  font-size: 0.82rem;
}
.fs-83 {
  font-size: 0.83rem;
}
.fs-84 {
  font-size: 0.84rem;
}
.fs-85 {
  font-size: 0.85rem;
}
.fs-86 {
  font-size: 0.86rem;
}
.fs-87 {
  font-size: 0.87rem;
}
.fs-88 {
  font-size: 0.88rem;
}
.fs-89 {
  font-size: 0.89rem;
}
.fs-90 {
  font-size: 0.9rem;
}
.fs-91 {
  font-size: 0.91rem;
}
.fs-92 {
  font-size: 0.92rem;
}
.fs-93 {
  font-size: 0.93rem;
}
.fs-94 {
  font-size: 0.94rem;
}
.fs-95 {
  font-size: 0.95rem;
}
.fs-96 {
  font-size: 0.96rem;
}
.fs-97 {
  font-size: 0.97rem;
}
.fs-98 {
  font-size: 0.98rem;
}
.fs-99 {
  font-size: 0.99rem;
}
.fs-164 {
  font-size: 1.64rem;
}
/* 遍历动画延迟 */
/* 生成固定比例的图片元素 div.img>img */
.header {
  position: sticky;
  top: 0;
  width: 100vw;
  z-index: 999999999;
  box-shadow: 0 0.1rem 0.1rem rgba(0, 0, 0, 0.05);
  transition: background 0.3s;
  background-color: white;
}
.header > .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: var(--headerHeight);
}
.header > .container .logo {
  width: 1.2rem;
}
.header > .container .logo img {
  width: 100%;
}
.header > .container .menu {
  display: flex;
}
.header > .container .menu li > a {
  display: block;
  transition: all 0.3s, font-size 0s;
  position: relative;
  text-transform: uppercase;
}
.header > .container .menu li > a:hover,
.header > .container .menu li > a.active {
  color: var(--themeColor);
}
.header > .container .menu li + li {
  margin-left: 0.6rem;
}
.header > .container .menu li .childs {
  display: none;
  width: 100vw;
  position: fixed;
  top: var(--headerHeight);
  left: 0;
  border-top: 1px solid rgba(170, 175, 180, 0.3);
  background-color: white;
  box-shadow: 0 0.1rem 0.1rem rgba(170, 175, 180, 0.3);
  padding: 0.3rem 0;
}
.header > .container .menu li .childs .container {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 1rem;
}
.header > .container .menu li .childs .container .item a {
  display: block;
  line-height: 1.2;
  color: #666666;
  font-family: AlibabaSans;
}
.header > .container .menu li .childs .container .item a:first-child {
  margin-bottom: 0.3rem;
  font-family: AlibabaSans-Bold;
  color: #333;
}
.header > .container .menu li .childs .container .item a + a {
  margin-top: 0.14rem;
}
.header > .container .right {
  display: flex;
  align-items: center;
}
.header > .container .right a {
  position: relative;
  line-height: 0.5rem;
  padding: 0 0.15rem;
  border-radius: 0.61rem;
  background-color: white;
}
.header > .container .right a::before {
  content: "";
  position: absolute;
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
  background: linear-gradient(90deg, #feaa00, #fd6f00);
  z-index: -1;
  border-radius: 0.63rem;
  /* 比主元素大2px */
}
.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;
}
.header .search_box {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background-color: white;
  padding: 0.25rem 0;
  display: none;
  border-top: 1px solid rgba(170, 175, 180, 0.3);
}
.header .search_box .container {
  display: flex;
  align-items: center;
  line-height: 0.7rem;
  border-bottom: 1px solid #b8b8b8;
}
.header .search_box .container input {
  flex: 1;
}
.btn {
  width: max-content;
  line-height: 0.6rem;
  background: linear-gradient(90deg, #feaa00 0%, #fd6f00 100%);
  border-radius: 0.05rem 0.6rem 0.6rem 0.05rem;
  color: white;
  display: flex;
  padding: 0 0.3rem;
  text-transform: uppercase;
  font-family: AlibabaSans-Medium;
  cursor: pointer;
}
.btn::before {
  margin-right: 0.1rem;
}
.banner {
  position: relative;
}
.banner .slogen {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  text-transform: uppercase;
  font-family: AlibabaSans;
}
.fixedright {
  position: fixed;
  top: 50%;
  right: 2vw;
  z-index: 999999;
  transform: translateY(-50%);
  border-radius: 0.5rem;
  padding: 0.17rem;
  background-color: white;
  border: 2px solid #feaa00;
}
.fixedright .iconfont {
  color: transparent;
  background: linear-gradient(90deg, #feaa00 0%, #fd6f00 100%);
  -webkit-background-clip: text;
  background-clip: text;
  display: block;
  text-align: center;
  line-height: 0.4rem;
  position: relative;
}
.fixedright .iconfont .box {
  position: absolute;
  top: 50%;
  right: 131%;
  transform: translateY(-50%);
  box-shadow: 0 0 0.3rem rgba(170, 175, 180, 0.7);
  background-color: white;
  padding: 0.1rem;
  border-radius: 0.05rem;
  color: #333;
  line-height: 1.3;
  white-space: nowrap;
  display: none;
}
.fixedright .iconfont .box img {
  width: 1rem;
}
.fixedright .iconfont:hover .box {
  display: block;
}
.fixedright .iconfont + .iconfont {
  margin-top: 0.26rem;
}
.pagebtm {
  display: flex;
}
.pagebtm a {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #e2e2e2;
  padding: 0.45rem 0;
}
.pagebtm a > .iconfont {
  color: #999999;
  margin-right: 0.3rem;
}
.pagebtm a div .iconfont {
  width: max-content;
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
}
.pagebtm a div .iconfont::before {
  margin-left: 0.1rem;
}
.pagebtm a:hover {
  background: linear-gradient(90deg, #feaa00 0%, #fd6f00 100%);
}
.pagebtm a:hover * {
  color: white;
}
.footer {
  background-color: #f7f7f7;
}
.footer .top {
  padding: 0.77rem 0;
  display: flex;
  justify-content: space-between;
}
.footer .top .logo {
  width: 2.8rem;
}
.footer .top .logo img {
  width: 1.2rem;
}
.footer .top .logo p {
  margin-top: 0.2rem;
  opacity: 0.6;
}
.footer .top .center {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  height: calc(1em * 1.7 * 4 + 0.3rem * 4);
}
.footer .top .center a {
  text-transform: uppercase;
  margin-bottom: 0.16rem;
  margin-left: 1rem;
}
.footer .top .right {
  margin-top: 0.3rem;
}
.footer .top .right .ri {
  display: flex;
  align-items: center;
  margin-bottom: 0.2rem;
}
.footer .top .right .ri .its {
  margin-left: 0.1rem;
  cursor: pointer;
  position: relative;
}
.footer .top .right .ri .its img {
  width: 0.4rem;
}
.footer .top .right .ri .its .box {
  position: absolute;
  left: 50%;
  bottom: 131%;
  transform: translateX(-50%);
  box-shadow: 0 0 0.3rem rgba(170, 175, 180, 0.7);
  background-color: white;
  padding: 0.1rem;
  border-radius: 0.05rem;
  color: #333;
  line-height: 1.3;
  white-space: nowrap;
  display: none;
}
.footer .top .right .ri .its .box img {
  width: 1rem;
}
.footer .top .right .ri .its:hover .box {
  display: block;
}
.footer .top .right > a {
  width: max-content;
  display: block;
  position: relative;
  z-index: 2;
  line-height: 0.5rem;
  padding: 0 0.15rem;
  border-radius: 0.61rem;
  background-color: white;
  border: 2px solid #feaa00;
}
.footer .btms {
  display: flex;
  justify-content: center;
  align-items: center;
  border-top: 1px solid #eee;
  line-height: 1;
  padding: 0.25rem 0;
}
.footer .btms p {
  text-align: center;
  font-family: AlibabaSans;
}
.footer .btms p a {
  display: inline-block;
  position: relative;
  transition: color 0.1s;
}
.footer .btms p a::before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: white;
  position: absolute;
  bottom: 0;
  left: 0;
}
.footer .btms p a::after {
  content: "";
  width: 0;
  height: 1px;
  background-color: var(--themeColor);
  position: absolute;
  bottom: 0;
  right: 0;
  transition: width 0.3s;
}
.footer .btms p a:hover {
  color: var(--themeColor);
}
.footer .btms p a:hover::after {
  width: 100%;
  left: 0;
  right: auto;
}
.footer .btms .iconfont {
  cursor: pointer;
  width: 0.5rem;
  line-height: 0.5rem;
  background-color: var(--color);
  text-align: center;
  color: white;
  border-radius: 50%;
}
/* 首页 */
.home .banner {
  position: relative;
}
.home .banner .item {
  position: relative;
}
.home .banner .item .text {
  position: absolute;
  left: var(--cm);
  top: 30%;
}
.home .banner .item .text p {
  color: white;
}
.home .banner .item .text .btn {
  margin-top: 0.6rem;
}
.home .banner .cont {
  width: 6rem;
  position: absolute;
  right: 0;
  bottom: 0;
  background: #f5f5f5;
  padding: 0.2rem 0.4rem;
  padding-right: 0;
}
.home .banner .cont .swiper {
  width: 4.33rem;
  overflow: hidden;
  margin: 0;
}
.home .banner .cont .swiper .swiper-slide {
  height: calc(1em * 1.7 * 3);
  line-clamp: 3;
  -webkit-line-clamp: 3;
}
.home .banner .cont .swiper-pagination {
  width: max-content;
  position: absolute;
  top: 60%;
  transform: translateY(-50%);
  right: 10%;
  left: auto;
  display: flex;
  flex-direction: column;
}
.home .banner .cont .swiper-pagination .swiper-pagination-bullet {
  width: 0.08rem;
  height: 0.08rem;
  background: #999999;
  opacity: 1;
  position: relative;
}
.home .banner .cont .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #000000;
}
.home .banner .cont .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 300%;
  height: 300%;
  border-radius: 50%;
  border: 2px solid #feaa00;
}
.home .banner .cont .swiper-pagination .swiper-pagination-bullet + .swiper-pagination-bullet {
  margin-top: 0.3rem;
}
.home .banner .cont .btns {
  display: flex;
  margin-top: 0.1rem;
}
.home .banner .cont .btns .iconfont {
  cursor: pointer;
}
.home .banner .cont .btns .iconfont + .iconfont {
  margin-left: 0.2rem;
}
.home .bright {
  margin: 1.1rem auto;
}
.home .bright h3 {
  margin-bottom: 0.6rem;
}
.home .bright ul {
  display: flex;
}
.home .bright ul li {
  flex: 1;
  height: 5.82rem;
  position: relative;
  transition: all 0.3s;
}
.home .bright ul li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left;
}
.home .bright ul li .text {
  position: absolute;
  /*top: 0.9rem;*/
  bottom: 0.5rem;
  left: 0.2rem;
  max-height: 30%;
  overflow-y: auto;
  color: white;
}
.home .bright ul li .text p {
  margin-top: 0.07rem;
  width: 80%;
  font-family: AlibabaSans;
  opacity: 0;
  transition: all 0.3s 0.3s;
  display: none;
}
.home .bright ul li a {
  position: absolute;
  left: 0.6rem;
  /*bottom: 0.9rem;*/
  bottom: 0.2rem;
  color: white;
  text-decoration: underline;
  opacity: 0;
  transition: all 0.3s 0.3s;
  display: none;
}
.home .bright ul li.active {
  flex: 5;
}
.home .bright ul li.active .text {
  left: 0.6rem;
}
.home .bright ul li.active .text p {
  opacity: 1;
  display: block;
}
.home .bright ul li.active a {
  opacity: 1;
  display: block;
}
.home .bright ul li + li {
  margin-left: 0.07rem;
}
.home .bright .poadap {
  width: 10rem;
  height: 0.03rem;
  margin: 0.5rem auto;
  background-color: #feaa00;
}
.home .bright .poadap span {
  display: block;
  height: 100%;
  background-color: var(--themeColor);
  transition: all 0.3s;
}
.home .product {
  margin: 1.1rem auto;
}
.home .product > h2 {
  text-align: center;
  margin-bottom: 0.6rem;
  text-transform: uppercase;
}
.home .product .list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid rgba(203, 203, 203, 0.5);
  border-left: 1px solid rgba(203, 203, 203, 0.5);
}
.home .product .list a {
  display: block;
  width: 100%;
  height: auto;
  border-right: 1px solid rgba(203, 203, 203, 0.5);
  border-bottom: 1px solid rgba(203, 203, 203, 0.5);
  padding: 0.26rem;
  transition: all 0.3s;
}
.home .product .list a .img {
  width: 100%;
  height: 1.82rem;
}
.home .product .list a .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}
.home .product .list a p {
  margin: 0.22rem 0 0.1rem;
}
.home .product .list a .iconfont {
  width: 0.45rem;
  height: 0.45rem;
  border-radius: 50%;
  border: 1px solid #eee;
  display: flex;
  justify-content: center;
  align-items: center;
}
.home .product .list a:hover {
  background: #f6f6f6;
}
.home .product .list a:hover .iconfont {
  background: linear-gradient(90deg, #feaa00 0%, #fd6f00 100%);
  border-color: transparent;
  color: white;
}
.home .about {
  margin-left: var(--cm);
  display: flex;
  align-items: center;
}
.home .about .left {
  flex: 1;
  margin-right: 1.55rem;
}
.home .about .left h2 {
  text-transform: uppercase;
}
.home .about .left h4 {
  margin: 0.6rem 0 0;
}
.home .about .left p {
  color: #666666;
  margin-top: 0.6rem;
  margin-bottom: 1.15rem;
  font-family: AlibabaSans;
  white-space: pre-wrap;
}
.home .about .right {
  width: 9.5rem;
  background: #f5f5f5;
  padding: 1.2rem 0.7rem;
  padding-right: 0;
  position: relative;
}
.home .about .right .swiper {
  width: 5.8rem;
  overflow: hidden;
  margin: 0;
}
.home .about .right .swiper-pagination {
  width: max-content;
  position: absolute;
  top: 80%;
  right: 10%;
  left: auto;
  display: flex;
}
.home .about .right .swiper-pagination .swiper-pagination-bullet {
  width: 0.08rem;
  height: 0.08rem;
  background: #999999;
  opacity: 1;
  position: relative;
}
.home .about .right .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #000000;
}
.home .about .right .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 300%;
  height: 300%;
  border-radius: 50%;
  border: 2px solid #feaa00;
}
.home .about .right .swiper-pagination .swiper-pagination-bullet + .swiper-pagination-bullet {
  margin-left: 0.3rem;
}
.home .about .right .btns {
  display: flex;
  margin-top: 0.3rem;
}
.home .about .right .btns .iconfont {
  cursor: pointer;
}
.home .about .right .btns .iconfont + .iconfont {
  margin-left: 0.2rem;
}
.home .about .right .icon-yinhao1 {
  font-size: 0.5rem;
  position: absolute;
  top: 10%;
  right: 13%;
  transform: rotateZ(180deg);
  color: transparent;
  background: linear-gradient(90deg, #feaa00 0%, #fd6f00 100%);
  -webkit-background-clip: text;
  background-clip: text;
}
.home .news {
  margin: 1.1rem 0 0;
  padding: 1.1rem 0;
  background: #f1f1f1;
}
.home .news .container .newtop {
  display: flex;
}
.home .news .container .newtop .left {
  flex: 1;
  border-bottom: 0.02rem solid #dadada;
}
.home .news .container .newtop .left p {
  margin: 1.1rem 0 0.34rem;
  color: #666666;
}
.home .news .container .newtop .left b {
  margin-bottom: 0.8rem;
  display: block;
}
.home .news .container .newtop .right {
  width: 7.85rem;
  margin-left: 1.6rem;
}
.home .news .container .swiperwrap {
  margin-top: 0.6rem;
  position: relative;
}
.home .news .container .swiperwrap .swiper .swiper-slide {
  border-bottom: 0.02rem solid #dadada;
  padding-bottom: 0.1rem;
}
.home .news .container .swiperwrap .swiper .swiper-slide span {
  display: block;
  color: #666666;
  margin-top: 0.05rem;
}
.home .news .container .swiperwrap .swiper .swiper-slide p {
  margin: 0.2rem 0;
}
.home .news .container .swiperwrap .swiper .swiper-slide .iconfont {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row-reverse;
  text-transform: capitalize;
}
.home .news .container .swiperwrap .swiper .swiper-slide .iconfont::before {
  font-size: 0.12rem;
}
.home .news .container .swiperwrap .swiper .swiper-slide:hover {
  border-color: var(--themeColor);
}
.home .news .container .swiperwrap .swiper .swiper-slide:hover .iconfont {
  color: var(--themeColor);
}
.home .news .container .swiperwrap .prev,
.home .news .container .swiperwrap .next {
  position: absolute;
  top: 40%;
  transform: translateY(-50%);
  z-index: 2;
  width: 0.5rem;
  height: 0.5rem;
  background: linear-gradient(90deg, #feaa00 0%, #fd6f00 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  cursor: pointer;
}
.home .news .container .swiperwrap .prev {
  left: -0.25rem;
}
.home .news .container .swiperwrap .next {
  right: -0.25rem;
}
.home .why {
  padding: 1.1rem 0;
  background-image: url(../image/home_why_bg.png);
  background-size: cover;
}
.home .why .container h2 {
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 0.6rem;
}
.home .why .container ul {
  display: flex;
}
.home .why .container ul li {
  flex: 1;
  background: #f9f9f9;
  padding: 0.4rem 0.3rem;
  border-top: 0.05rem solid var(--themeColor);
}
.home .why .container ul li img {
  width: 0.71rem;
}
.home .why .container ul li h5 {
  margin: 0.6rem 0 0.3rem;
}
.home .why .container ul li span {
  font-family: AlibabaSans;
}
.home .why .container ul li + li {
  margin-left: 0.6rem;
}
/* 产品分类 */
.productpage .product {
  margin: 1.1rem auto;
}
.productpage .product > h2 {
  margin-bottom: 0.6rem;
  text-transform: uppercase;
}
.productpage .product .list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid rgba(203, 203, 203, 0.5);
  border-left: 1px solid rgba(203, 203, 203, 0.5);
}
.productpage .product .list a {
  display: block;
  width: 100%;
  height: auto;
  border-right: 1px solid rgba(203, 203, 203, 0.5);
  border-bottom: 1px solid rgba(203, 203, 203, 0.5);
  padding: 0.26rem;
  transition: all 0.3s;
}
.productpage .product .list a .img {
  width: 100%;
  height: 1.82rem;
}
.productpage .product .list a .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}
.productpage .product .list a p {
  margin: 0.22rem 0 0.1rem;
}
.productpage .product .list a .iconfont {
  width: 0.45rem;
  height: 0.45rem;
  border-radius: 50%;
  border: 1px solid #eee;
  display: flex;
  justify-content: center;
  align-items: center;
}
.productpage .product .list a:hover {
  background: #f6f6f6;
}
.productpage .product .list a:hover .iconfont {
  background: linear-gradient(90deg, #feaa00 0%, #fd6f00 100%);
  border-color: transparent;
  color: white;
}
.productpage .about {
  margin-left: var(--cm);
  display: flex;
  align-items: center;
}
.productpage .about .left {
  flex: 1;
  margin-right: 1.55rem;
}
.productpage .about .left h2 {
  text-transform: uppercase;
}
.productpage .about .left h4 {
  margin: 0.6rem 0 0;
}
.productpage .about .left p {
  color: #666666;
  margin-top: 0.6rem;
  margin-bottom: 1.15rem;
  font-family: AlibabaSans;
  white-space: pre-wrap;
}
.productpage .about .right {
  width: 9.5rem;
  background: #f5f5f5;
  padding: 1.2rem 0.7rem;
  padding-right: 0;
  position: relative;
}
.productpage .about .right .swiper {
  width: 5.8rem;
  overflow: hidden;
  margin: 0;
}
.productpage .about .right .swiper-pagination {
  width: max-content;
  position: absolute;
  top: 80%;
  right: 10%;
  left: auto;
  display: flex;
}
.productpage .about .right .swiper-pagination .swiper-pagination-bullet {
  width: 0.08rem;
  height: 0.08rem;
  background: #999999;
  opacity: 1;
  position: relative;
}
.productpage .about .right .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #000000;
}
.productpage .about .right .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 300%;
  height: 300%;
  border-radius: 50%;
  border: 2px solid #feaa00;
}
.productpage .about .right .swiper-pagination .swiper-pagination-bullet + .swiper-pagination-bullet {
  margin-left: 0.3rem;
}
.productpage .about .right .btns {
  display: flex;
  margin-top: 0.3rem;
}
.productpage .about .right .btns .iconfont {
  cursor: pointer;
}
.productpage .about .right .btns .iconfont + .iconfont {
  margin-left: 0.2rem;
}
.productpage .about .right .icon-yinhao1 {
  font-size: 0.5rem;
  position: absolute;
  top: 10%;
  right: 13%;
  transform: rotateZ(180deg);
  color: transparent;
  background: linear-gradient(90deg, #feaa00 0%, #fd6f00 100%);
  -webkit-background-clip: text;
  background-clip: text;
}
/* 产品详情 */
.productinfo .nav {
  background: #f1f1f1;
  box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.05);
  line-height: 1rem;
}
.productinfo .nav .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.productinfo .nav .container .left {
  max-width: 65%;
  font-family: AlibabaSans;
}
.productinfo .nav .container .left a {
  color: #666;
}
.productinfo .nav .container .right {
  display: flex;
  align-items: center;
}
.productinfo .nav .container .right .ms {
  margin: 0 0.3rem;
  display: flex;
  align-items: center;
}
.productinfo .nav .container .right .ms::before {
  font-size: 0.15rem;
  margin: 0 0.1rem;
}
.productinfo .nav .container .right .ms + .ms {
  flex-direction: row-reverse;
}
.productinfo .nav .container .right .back {
  width: 0.6rem;
  height: 0.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #e6e6e6;
  border: 1px solid #d6d6d6;
}
.productinfo .js {
  display: flex;
  align-items: center;
  margin: 1rem 0;
  margin-left: var(--cm);
}
.productinfo .js .left {
  margin-right: 0.8rem;
  flex: 1;
}
.productinfo .js .left h2 {
  font-family: AlibabaSans-Medium;
  text-transform: uppercase;
}
.productinfo .js .left p {
  font-family: AlibabaSans;
  margin-top: 0.4rem;
}
.productinfo .js .right {
  width: 10.81rem;
  background: #f0f0f0;
  padding: 0.53rem;
  padding-right: var(--cm);
  display: flex;
  align-items: center;
}
.productinfo .js .right .big {
  width: 7.32rem;
}
.productinfo .js .right .big img {
  width: 100%;
}
.productinfo .js .right .swiper {
  height: 3.66rem;
  margin-left: 0.2rem;
}
.productinfo .js .right .swiper .swiper-slide {
  cursor: pointer;
}
.productinfo .tables {
  margin-bottom: 1.1rem;
}
.productinfo .tables h2 {
  font-family: AlibabaSans;
  margin-bottom: 0.16rem;
}
.productinfo .tables .table .th,
.productinfo .tables .table .tb {
  display: flex;
  border-bottom: 1px solid #e8e8e8;
  padding-left: 0.56rem;
}
.productinfo .tables .table .th .td,
.productinfo .tables .table .tb .td {
  flex: 1;
  padding: 0.16rem 0;
}
.productinfo .tables .table .th {
  margin-bottom: 0.48rem;
}
.productinfo .tables .table .th .td span {
  display: block;
  width: max-content;
  font-family: AlibabaSans-Bold;
  color: transparent;
  background: linear-gradient(0deg, #feaa00 0%, #fd6f00 100%);
  -webkit-background-clip: text;
  background-clip: text;
  position: relative;
}
.productinfo .tables .table .th .td span::after {
  content: "";
  width: 100%;
  height: 0;
  position: absolute;
  left: 0;
  bottom: -0.16rem;
  border: 0.02rem solid;
  border-image: linear-gradient(90deg, #feaa00, #fd6f00) 2 2;
}
.productinfo .tables .table .tb .td {
  font-family: AlibabaSans;
}
/* 关于我们 */
.about .js {
  margin: 1.1rem auto;
}
.about .js p {
  font-family: AlibabaSans;
  margin-top: 0.32rem;
  white-space: pre-wrap;
}
.about .js-wrap {
  display: flex;
  align-items: center;
  margin-left: var(--cm);
}
.about .js-wrap .js {
  margin-right: 1.1rem;
  flex: 1;
}
.about .js-wrap img {
  width: 6.73rem;
}
.about .aobut_big {
  display: block;
  margin: 1.1rem auto;
}
.about .bgbg {
  position: relative;
}
.about .bgbg .text {
  width: 7.4rem;
  background-color: white;
  padding: 0.6rem;
  position: absolute;
  right: var(--cm);
  bottom: 0;
}
.about .bgbg .text p {
  margin-top: 0.2rem;
  white-space: pre-wrap;
}
.about .yj {
  margin-top: 1.5rem;
}
.about .yj .top {
  display: flex;
  align-items: center;
  margin-bottom: 0.64rem;
}
.about .yj .top .left .iconfont {
  line-height: 1;
  color: transparent;
  background: linear-gradient(90deg, #feaa00 0%, #fd6f00 100%);
  -webkit-background-clip: text;
  background-clip: text;
}
.about .yj .top .left h2 {
  margin-top: 0.4rem;
}
.about .yj .top .right {
  flex: 1;
  margin-left: 0.9rem;
  font-family: AlibabaSans;
}
.about .yj .btm {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.about .yj .btm .left {
  width: 5.65rem;
}
.about .yj .btm .right {
  width: 9.21rem;
}
.about .yj .btm-text {
  text-align: center;
  color: rgba(232, 232, 232, 0.4);
  line-height: 1;
  letter-spacing: 0.09rem;
  text-stroke: 0.05rem rgba(232, 232, 232, 0.4);
  text-align: left;
  font-style: normal;
  text-transform: none;
  -webkit-text-stroke: 0.05rem rgba(232, 232, 232, 0.4);
  transform: translateY(-50%);
  position: relative;
  z-index: -1;
}
.about .jsa {
  padding: 0.8rem 0;
  background: #fafafa;
}
.about .jsa h2 {
  text-transform: uppercase;
  text-align: center;
  line-height: 1.2;
  position: relative;
  z-index: 2;
}
.about .jsa h2 img {
  width: 4.4rem;
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.about .jsa img.container {
  display: block;
  margin-top: 0.54rem;
}
/* 荣誉 */
.honor .topjs {
  display: flex;
  align-items: center;
  margin: 1rem auto;
}
.honor .topjs .left {
  margin-right: 2.7rem;
  flex: 1;
}
.honor .topjs .left p {
  margin-top: 0.2rem;
  white-space: pre-wrap;
  font-family: AlibabaSans;
}
.honor .topjs .right {
  width: 5.72rem;
}
.honor .topjs .right img {
  display: block;
}
.honor .topjs .right img + img {
  margin-top: 0.1rem;
}
.honor .rich-wrap {
  margin: 1rem auto;
}
.honor .rich-wrap h2 {
  margin-top: 0.3rem;
}
.honor .ca {
  margin: 0.5rem auto;
}
.honor .ca h2 {
  margin-bottom: 0.3rem;
}
.honor .ca .rich {
  white-space: pre-wrap;
}
.honor .zs {
  background-image: url(../image/about_za_bg.png);
  background-size: cover;
  padding: 1.14rem 0 2rem;
  padding-left: var(--cm);
}
.honor .zs .tis {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-right: var(--cm);
  margin-bottom: 1.33rem;
}
.honor .zs .tis .da .pagnum {
  display: flex;
  align-items: flex-end;
  line-height: 1;
}
.honor .zs .tis .da .pagnum .fs-13 {
  color: #999999;
}
.honor .zs .tis .da .scrollss {
  width: 4rem;
  height: 0.03rem;
  margin-top: 0.2rem;
  background-color: #d8d9db;
}
.honor .zs .tis .da .scrollss .swiper-scrollbar-drag {
  background-color: var(--themeColor);
}
.honor .zs .mains {
  position: relative;
}
.honor .zs .mains .swiper-slide {
  width: auto;
  height: 4rem;
  position: relative;
}
.honor .zs .mains .swiper-slide img {
  width: auto;
  height: 100%;
}
.honor .zs .mains .swiper-slide::after {
  content: "";
  width: 95%;
  height: 0.05rem;
  background: #d9d9d9;
  filter: blur(0.05rem);
  position: absolute;
  left: 50%;
  bottom: -0.4rem;
  transform: translateX(-50%);
}
.honor .zs .mains::after {
  content: "";
  width: 100vw;
  height: 0.38rem;
  background-color: #000000;
  position: absolute;
  bottom: -0.6rem;
  left: calc(0 - var(--cm));
  right: 0;
}
.honor .information {
  background-image: url(../image/about_za_bg2.png);
  background-size: cover;
  padding: 1rem 0;
}
.honor .information .container > h2 {
  color: white;
  margin-bottom: 0.8rem;
}
.honor .information .container .cont {
  display: flex;
  align-items: center;
}
.honor .information .container .cont .left {
  margin-right: 1rem;
  flex: 1;
}
.honor .information .container .cont .left .item {
  width: max-content;
  color: #636363;
  cursor: pointer;
}
.honor .information .container .cont .left .item.active {
  color: white;
  border-bottom: 0.01rem solid;
  border-image: linear-gradient(90deg, #feaa00, #fd6f00) 1 1;
}
.honor .information .container .cont .left .item + .item {
  margin-top: 0.3rem;
}
.honor .information .container .cont .right {
  width: 10rem;
  position: relative;
}
.honor .information .container .cont .right .item {
  width: 100%;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  opacity: 0;
}
.honor .information .container .cont .right .item .swiper {
  position: relative;
}
.honor .information .container .cont .right .item .swiper .nav {
  width: max-content;
  position: absolute;
  bottom: 0.3rem;
  right: 0.3rem;
  left: auto;
  display: flex;
  z-index: 2;
}
.honor .information .container .cont .right .item .swiper .nav .swiper-pagination-bullet {
  width: 0.08rem;
  height: 0.08rem;
  background: #999999;
  opacity: 1;
  position: relative;
}
.honor .information .container .cont .right .item .swiper .nav .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #000000;
}
.honor .information .container .cont .right .item .swiper .nav .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 300%;
  height: 300%;
  border-radius: 50%;
  border: 2px solid #feaa00;
}
.honor .information .container .cont .right .item .swiper .nav .swiper-pagination-bullet + .swiper-pagination-bullet {
  margin-left: 0.3rem;
}
.honor .information .container .cont .right .item p {
  color: white;
  margin-top: 0.25rem;
}
.honor .information .container .cont .right .item.active {
  position: relative;
  z-index: 2;
  opacity: 1;
}
/* 新闻 */
.news .list {
  margin-top: 1rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 0.45rem;
}
.news .list a {
  border-bottom: 0.02rem solid #dadada;
  padding-bottom: 0.1rem;
}
.news .list a span {
  display: block;
  color: #666666;
  margin-top: 0.05rem;
}
.news .list a p {
  margin: 0.2rem 0;
}
.news .list a .iconfont {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row-reverse;
  text-transform: capitalize;
}
.news .list a .iconfont::before {
  font-size: 0.12rem;
}
.news .list a:hover {
  border-color: var(--themeColor);
}
.news .list a:hover .iconfont {
  color: var(--themeColor);
}
/* 新闻详情 */
.newsinfo .cont {
  max-width: 10.1rem;
  margin: 1rem auto;
}
.newsinfo .cont > h2 {
  margin-bottom: 1rem;
}
.newsinfo .cont .links {
  margin-top: 0.5rem;
  border-top: 1px solid #d9d9d9;
  padding-top: 0.5rem;
}
.newsinfo .cont .links a {
  display: block;
  font-family: AlibabaSans;
}
.newsinfo .cont .links a span {
  color: #999999;
}
/* 联系我们 */
.contact .cont {
  margin: 1rem auto;
}
.contact .cont h2 {
  margin: 1rem 0 0.6rem;
}
.contact .cont h2 span {
  color: var(--themeColor);
}
.contact .cont .maiins {
  display: flex;
}
.contact .cont .maiins .item {
  flex: 1;
  border: 0.01rem solid #e5e5e5;
  padding: 0.4rem;
  height: 3rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.contact .cont .maiins .item .tops {
  display: flex;
  justify-content: space-between;
}
.contact .cont .maiins .item .tops .le {
  color: #666666;
}
.contact .cont .maiins .item .tops .ri {
  width: 1rem;
  height: 1rem;
  background: #f8f8f8;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact .cont .maiins .item .tops .ri img {
  width: 0.58rem;
}
.contact .cont .maiins .item + .item {
  margin-left: 0.3rem;
}
.contact .cona {
  background-image: url(../image/contact_bg.png);
  background-size: cover;
  padding: 1.1rem 0;
}
.contact .cona .container h2 {
  text-align: center;
  margin-bottom: 0.6rem;
}
.contact .cona .container .form {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 0.5rem 0.2rem;
}
.contact .cona .container .form div {
  margin-bottom: 0.1rem;
}
.contact .cona .container .form div[required]::after {
  content: "*";
  color: red;
}
.contact .cona .container .form textarea,
.contact .cona .container .form input {
  width: 100%;
  padding: 0.2rem 0.3rem;
  background-color: white;
  border-radius: 0.05rem;
  border: 0.01rem solid #d9e3ef;
}
.contact .cona .container .form .btn,
.contact .cona .container .form .area {
  grid-column-start: 1;
  grid-column-end: 3;
}
.contact .cona .container .form .btn {
  width: 100%;
  border-radius: 0.05rem;
  justify-content: center;
}
/* 手机 */
@media (max-width: 450px) {
  :root {
    --headerHeight: 60px;
    --container: 92vw;
  }
  body {
    font-size: 15px;
  }
  .moblie {
    display: block;
  }
  .fs-64,
  .fs-60,
  .fs-48 {
    font-size: 30px;
  }
  .fs-42 {
    font-size: 26px;
  }
  .fs-40 {
    font-size: 24px;
  }
  .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-19 {
    font-size: 15px;
  }
  .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 {
    width: 15vw;
  }
  .header > .container .menu {
    position: absolute;
    left: 100vw;
    top: 100%;
    background-color: white;
    width: 100vw;
    height: calc(100vh - var(--headerHeight));
    text-align: center;
    display: block;
    transition: all 0.3s;
  }
  .header > .container .menu.active {
    left: 0;
  }
  .header > .container .menu li + li {
    margin-left: 0;
    border-top: 1px solid #f2f2f2;
  }
  .footer .top .right > a,
  .header > .container .right a {
    line-height: 2;
    padding: 0 15px;
  }
  .header > .container .menu li .childs {
    position: static;
  }
  .header > .container .menu li .childs .container {
    grid-template-columns: repeat(2, 1fr);
  }
  .home .banner .cont {
    position: relative;
    bottom: none;
    right: none;
    width: 100%;
  }
  .home .banner .cont .swiper {
    width: 10rem;
  }
  .home .banner .item .text p {
    font-size: 20px;
  }
  .home .banner .item .text .btn {
    line-height: 2;
  }
  .home .banner .item .text {
    top: 15%;
  }
  .fixedright .iconfont {
    line-height: 1.3;
  }
  .fixedright .iconfont .box img {
    width: 80px;
  }
  .fixedright .iconfont .box {
    padding: 7px 13px;
  }
  .home .bright h3 {
    font-size: 20px;
  }
  .home .bright ul {
    display: block;
  }
  .home .bright ul li .text p {
    opacity: 1;
    display: block;
  }
  .home .bright ul li a {
    display: none;
  }
  .home .bright ul li .text {
    top: 50%;
    transform: translateY(-50%);
    left: 20px;
  }
  .home .bright .poadap {
    display: none;
  }
  .productpage .product .list,
  .home .product .list {
    grid-template-columns: 1fr;
  }
  .productpage .product .list a .img,
  .home .product .list a .img {
    height: auto;
  }
  .productpage .product .list a .iconfont,
  .home .product .list a .iconfont {
    width: 35px;
    height: 35px;
  }
  .home .about {
    display: block;
    margin-right: var(--cm);
  }
  .home .about .left {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .btn {
    line-height: 1.6;
  }
  .home .about .right {
    width: 100%;
  }
  .home .about .right .swiper {
    width: 10rem;
  }
  .home .news .container .newtop {
    display: block;
  }
  .home .news .container .newtop .right {
    margin-left: 0;
    width: 100%;
  }
  .home .news .container .swiperwrap .prev,
  .home .news .container .swiperwrap .next {
    width: 20px;
    height: 20px;
  }
  .home .why .container ul {
    display: block;
  }
  .home .why .container ul li + li {
    margin-left: 0;
    margin-top: 10px;
  }
  .home .why .container ul li img {
    width: 50px;
  }
  .footer .top {
    display: block;
  }
  .footer .btms p {
    line-height: 1.5;
  }
  .footer .top .logo {
    width: 100%;
    margin-bottom: 10px;
  }
  .footer .top .logo img {
    width: 15vw;
  }
  .footer .top .center a {
    margin-left: 0;
  }
  .footer .top .center a:nth-child(n + 5) {
    margin-left: 1rem;
  }
  .footer .top .right .ri .its img {
    width: 20px;
  }
  .banner .slogen {
    font-size: 16px;
  }
  .productpage .about {
    display: block;
    margin-right: var(--cm);
  }
  .productpage .about .left {
    margin-right: 0;
    margin-bottom: 10px;
  }
  .productpage .about .right {
    width: 100%;
  }
  .productpage .about .right .swiper {
    width: 10rem;
  }
  .pagebtm a > .iconfont {
    font-size: 30px;
  }
  .about .js-wrap {
    display: block;
  }
  .about .bgbg .text {
    position: static;
    width: 100%;
  }
  .about .js-wrap img {
    width: 94%;
  }
  .about .yj .top {
    display: block;
  }
  .about .yj .top .right {
    margin-left: 0;
  }
  .about .yj .btm {
    display: block;
  }
  .about .yj .btm .left,
  .about .yj .btm .right {
    width: 100%;
  }
  .honor .topjs {
    display: block;
  }
  .honor .topjs .left {
    margin-right: 0;
  }
  .honor .topjs .right {
    width: 100%;
  }
  .honor .zs .tis {
    display: block;
  }
  .honor .information .container .cont {
    display: block;
  }
  .honor .information .container .cont .right {
    width: 100%;
    margin-top: 15px;
  }
  .news .list {
    grid-template-columns: 1fr;
  }
  .pages a,
  .pagination a,
  .pages span,
  .pagination span {
    width: 20px;
    line-height: 20px;
  }
  .newsinfo .cont {
    max-width: 92vw;
  }
  .contact .cona .container .form .btn {
    font-size: 18px;
  }
  .contact .cont .maiins {
    display: block;
  }
  .contact .cont .maiins .item {
    height: auto;
  }
  .contact .cont .maiins .item + .item {
    margin-left: 0;
    margin-top: 15px;
  }
  .contact .cont .maiins .item .tops .ri {
    width: 25px;
    height: 25px;
  }
  .contact .cona .container .form textarea,
  .contact .cona .container .form input {
    font-size: 14px;
  }
  .contact .cont .maiins .item .btm {
    font-size: 15px;
  }
  .contact .cont h2 {
    font-size: 16px;
  }
}
