:root {
  --yiq-color-main: #188849;
  --yiq-color-main70: rgba(24, 136, 73, .78);
  --yiq-color-main90: rgba(24, 136, 73, .94);
  --yiq-color-active: #12bb30;
  --yiq-color-text: #333333;
  --yiq-color-text-dan: #888888;
  --yiq-color-light: #f5f5f5;
  --yiq-shadow: 0 12px 28px rgba(0, 0, 0, .16);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--yiq-color-text);
  background: #fff;
  font-family: "Microsoft Yahei", Arial, sans-serif;
  line-height: 1.6;
}

a {
  color: inherit;
  text-decoration: none;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

button,
input {
  font: inherit;
}

img {
  display: block;
  max-width: 100%;
}

.CSS_C {
  width: min(1500px, calc(100% - 48px));
  margin: 0 auto;
}

.CSS_Top_C {
  position: fixed;
  inset: 0 0 auto;
  z-index: 100;
  transition: background .3s ease, box-shadow .3s ease;
}

.CSS_Top_C:hover,
.CSS_Top_C.Xia {
  background: #fff;
  box-shadow: 0 1px 12px rgba(0, 0, 0, .08);
}

.CSS_Top {
  height: 80px;
  display: flex;
  align-items: center;
}

.CSS_Top_Logo {
  width: 320px;
  display: grid;
  line-height: 1.1;
  color: #fff;
}

.CSS_Top_C:hover .CSS_Top_Logo,
.CSS_Top_C.Xia .CSS_Top_Logo {
  color: var(--yiq-color-main);
}

.CSS_Top_Logo strong {
  font-size: 28px;
}

.CSS_Top_Logo span {
  font-size: 12px;
  font-weight: 700;
}

.CSS_Top_Menu {
  flex: 1;
}

.CSS_Top_Menu_List {
  display: flex;
  justify-content: flex-end;
}

.CSS_Top_Menu_List > div {
  position: relative;
  min-width: 92px;
  padding: 0 12px;
}

.CSS_Top_Menu_List > div > span > a {
  display: block;
  height: 80px;
  line-height: 80px;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  transition: color .2s ease;
}

.CSS_Top_C:hover .CSS_Top_Menu_List > div > span > a,
.CSS_Top_C.Xia .CSS_Top_Menu_List > div > span > a {
  color: currentColor;
}

.CSS_Top_Menu_List > div:hover > span > a,
.CSS_Top_Menu_List > div > span > a.current {
  color: var(--yiq-color-active) !important;
}

.CSS_Top_Menu_List ul {
  position: absolute;
  left: 50%;
  top: 100%;
  min-width: 150px;
  padding: 10px;
  background: var(--yiq-color-main);
  transform: translateX(-50%) scaleY(0);
  transform-origin: top;
  transition: transform .2s ease;
}

.CSS_Top_Menu_List > div:hover ul {
  transform: translateX(-50%) scaleY(1);
}

.CSS_Top_Menu_List li a {
  display: block;
  height: 38px;
  line-height: 38px;
  color: #fff;
  text-align: center;
  white-space: nowrap;
}

.CSS_Top_Menu_List li a:hover {
  color: var(--yiq-color-active);
}

.Search {
  position: relative;
  width: 34px;
  height: 80px;
  display: flex;
  align-items: center;
  margin-left: 12px;
}

.Search > button {
  width: 30px;
  height: 30px;
  border: 0;
  border-radius: 50%;
  color: var(--yiq-color-main);
  background: #fff;
  cursor: pointer;
}

.CSS_Top_C:hover .Search > button,
.CSS_Top_C.Xia .Search > button {
  color: #fff;
  background: var(--yiq-color-main);
}

.Search div {
  position: absolute;
  right: 0;
  top: 25px;
  width: 0;
  display: flex;
  overflow: hidden;
  border: 3px solid transparent;
  border-radius: 26px;
  transition: width .2s ease, border-color .2s ease;
}

.Search:hover div {
  width: 280px;
  border-color: var(--yiq-color-text);
}

.Search input {
  width: 220px;
  border: 0;
  padding: 0 14px;
  outline: 0;
}

.Search div button {
  width: 54px;
  border: 0;
  color: #fff;
  background: var(--yiq-color-active);
  cursor: pointer;
}

.CSS_Top_Menu_M {
  display: none;
  width: 34px;
  height: 34px;
  border: 0;
  background: transparent;
  padding: 4px;
}

.CSS_Top_Menu_M span {
  display: block;
  border-top: 2px solid #fff;
  margin: 7px 0;
}

.CSS_Top_C:hover .CSS_Top_Menu_M span,
.CSS_Top_C.Xia .CSS_Top_Menu_M span {
  border-color: var(--yiq-color-main);
}

.Flash {
  position: relative;
  min-width: 320px;
  overflow: hidden;
  background: #111;
}

.Flash_Wrapper {
  position: relative;
  height: min(850px, 100vh);
  min-height: 620px;
}

.Flash_Wrapper::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0, 0, 0, .52), rgba(0, 0, 0, .12));
}

.Flash_Wrapper > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.Flash_AD {
  position: absolute;
  left: 50%;
  bottom: 14%;
  z-index: 2;
  color: #fff;
  text-shadow: 0 1px 1px rgba(0, 0, 0, .8);
  transform: translateX(-50%);
}

.Flash_AD b,
.Flash_AD span,
.Flash_AD font {
  display: block;
}

.Flash_AD b {
  max-width: 760px;
  font-size: clamp(38px, 6vw, 78px);
  line-height: 1.08;
}

.Flash_AD span {
  margin-top: 12px;
  font-size: clamp(22px, 3vw, 42px);
}

.Flash_AD font {
  margin-top: 10px;
  font-size: 18px;
}

.MyLine {
  width: 100%;
  padding: 72px 0;
}

.MT3 {
  padding-top: 86px;
}

.MT1 {
  margin-top: 26px;
}

.H_Title {
  text-align: center;
}

.H_Title.left {
  text-align: left;
}

.H_Title span {
  display: block;
  color: var(--yiq-color-main);
  font-size: clamp(30px, 4vw, 54px);
  font-weight: 700;
  line-height: 1.2;
}

.H_Title div {
  margin-top: 8px;
  color: var(--yiq-color-text-dan);
}

.Img_G {
  position: relative;
  display: block;
  overflow: hidden;
  background: #eee;
}

.Img_G::before {
  content: "";
  display: block;
  padding-top: 100%;
}

.Img_G32::before {
  padding-top: 66.66%;
}

.Img_G img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .35s ease;
}

.H_Product_Class_user_160,
.H_Product_user_161 {
  display: grid;
  gap: 24px;
}

.H_Product_Class_user_160 {
  grid-template-columns: repeat(3, 1fr);
}

.H_Product_user_161 {
  grid-template-columns: repeat(4, 1fr);
}

.H_Product_Class_user_160 a,
.H_Product_user_161 a {
  display: block;
}

.H_Product_Class_user_160 a:hover img,
.H_Product_user_161 a:hover img,
.News_user_163 li:hover img {
  transform: scale(1.14);
}

.H_Product_Class_user_160 font,
.H_Product_user_161 font {
  display: block;
  height: 50px;
  line-height: 50px;
  overflow: hidden;
  margin-top: 4px;
  background: #efefef;
  text-align: center;
  transition: background .2s ease, color .2s ease;
}

.H_Product_Class_user_160 a:hover font,
.H_Product_user_161 a:hover font {
  color: #fff;
  background: var(--yiq-color-main);
}

.Number_Bg {
  color: #fff;
  background:
    linear-gradient(rgba(24, 136, 73, .78), rgba(24, 136, 73, .78)),
    url("assets/storage-series.jpg") center / cover fixed;
}

.Number_user_152 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  text-align: center;
}

.Number_user_152 b {
  display: block;
  font-family: Arial, sans-serif;
  font-size: clamp(48px, 6vw, 86px);
  line-height: 1;
}

.Number_user_152 span {
  display: block;
  margin-top: 12px;
}

.About_Bg {
  background: #f5f5f5;
}

.H_About_K_user_151 {
  display: grid;
  grid-template-columns: 45% 45%;
  justify-content: space-between;
  align-items: center;
}

.H_About_L_user_151 {
  overflow: hidden;
}

.H_About_L_user_151 img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 8px;
}

.H_About_R_Txt_user_151 {
  margin-top: 26px;
  color: var(--yiq-color-text-dan);
  text-align: left;
}

.H_More {
  display: inline-block;
  margin-top: 28px;
  color: #fff;
  background: var(--yiq-color-main);
  border-radius: 5px;
  padding: 8px 28px;
  font-weight: 700;
  transition: background .2s ease, padding .2s ease;
}

.H_More:hover {
  padding-inline: 36px;
  background: var(--yiq-color-active);
}

.H_About_R_Attr_user_151 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 30px;
}

.H_About_R_Attr_user_151 div span {
  display: block;
}

.H_About_R_Attr_user_151 div span:first-child {
  font-weight: 700;
}

.H_About_R_Attr_user_151 div span:nth-child(2) {
  color: var(--yiq-color-text-dan);
}

.News_user_163 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4%;
  margin-top: 42px;
}

.News_user_163 li {
  position: relative;
  padding-bottom: 88px;
}

.News_user_163 li > span {
  position: absolute;
  left: 5%;
  right: 5%;
  bottom: 0;
  display: block;
  padding: 22px;
  background: rgba(255, 255, 255, .96);
  text-align: left;
  transition: box-shadow .3s ease;
}

.News_user_163 li:hover > span {
  box-shadow: 0 0 16px rgba(0, 0, 0, .22);
}

.News_user_163 span a,
.News_user_163 span font {
  display: block;
  overflow: hidden;
}

.News_user_163 span a {
  height: 26px;
  line-height: 26px;
  font-size: 18px;
}

.News_user_163 span font {
  height: 50px;
  line-height: 25px;
  color: #999;
  font-size: 13px;
}

.News_user_163 span p {
  height: 0;
  overflow: hidden;
  margin: 0;
  opacity: 0;
  color: #999;
  text-align: right;
  transition: height .3s ease, opacity .3s ease, margin .3s ease, padding .3s ease;
}

.News_user_163 span p i {
  float: left;
  font-style: normal;
}

.News_user_163 li:hover span p {
  height: 42px;
  opacity: 1;
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px solid #f0f0f0;
}

.Bottom_C {
  color: rgba(255, 255, 255, .86);
  background: var(--yiq-color-main90);
}

.Bottom {
  display: grid;
  grid-template-columns: 200px 1fr 1fr 260px;
  gap: 34px;
  padding: 48px 0;
}

.Bottom_L {
  display: grid;
  align-content: center;
}

.Bottom_L strong {
  color: #fff;
  font-size: 26px;
}

.Bottom_L span {
  font-size: 12px;
}

.Bottom_Menu {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 26px;
}

.Bottom_Menu li,
.Bottom_Contact li {
  margin-bottom: 8px;
}

.Bottom_Menu li:first-child {
  color: #fff;
  font-weight: 700;
}

.Bottom_Ma {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  text-align: center;
}

.qr {
  min-height: 118px;
  display: grid;
  place-items: center;
  color: var(--yiq-color-main);
  background: #fff;
}

.Bottom_B {
  padding: 12px;
  background: var(--yiq-color-main);
  filter: brightness(.9);
  text-align: center;
}

.Fu_R {
  position: fixed;
  right: 0;
  top: 80px;
  z-index: 99;
  transform: scale(.78);
  transform-origin: right top;
  transition: transform .2s ease;
}

.Fu_R:hover {
  transform: scale(1);
}

.Fu_R li {
  position: relative;
  width: 42px;
  height: 42px;
  border-bottom: 1px solid rgba(255, 255, 255, .5);
  background: var(--yiq-color-main70);
}

.Fu_R li:hover {
  background: var(--yiq-color-active);
}

.Fu_R button,
.Fu_R li > a {
  width: 100%;
  height: 100%;
  display: grid;
  place-items: center;
  border: 0;
  color: #fff;
  background: transparent;
  cursor: pointer;
}

.Fu_R li div {
  position: absolute;
  right: 100%;
  top: 0;
  width: 210px;
  height: 42px;
  line-height: 42px;
  display: none;
  background: var(--yiq-color-main70);
  text-align: center;
}

.Fu_R li:hover div {
  display: block;
}

.Fu_R li div a {
  color: #fff;
}

.Menu_Mobile {
  display: none;
}

@media (max-width: 1200px) {
  .CSS_Top_Logo {
    width: 230px;
  }

  .CSS_Top_Menu_List > div {
    min-width: auto;
    padding: 0 8px;
  }

  .H_Product_Class_user_160 {
    grid-template-columns: repeat(3, 1fr);
  }

  .Bottom {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 850px) {
  body {
    padding-bottom: 64px;
  }

  .CSS_C {
    width: calc(100% - 28px);
  }

  .CSS_Top {
    height: 62px;
  }

  .CSS_Top_Logo {
    width: auto;
  }

  .CSS_Top_Logo strong {
    font-size: 22px;
  }

  .CSS_Top_Menu_M {
    display: block;
    margin-left: auto;
  }

  .Search,
  .Fu_R,
  .Bottom_C {
    display: none;
  }

  .CSS_Top_Menu {
    position: fixed;
    left: 0;
    right: 0;
    top: 62px;
    display: none;
    background: var(--yiq-color-main);
  }

  .CSS_Top_Menu.open {
    display: block;
  }

  .CSS_Top_Menu_List {
    display: block;
  }

  .CSS_Top_Menu_List > div {
    padding: 0;
  }

  .CSS_Top_Menu_List > div > span > a {
    height: 48px;
    line-height: 48px;
    color: #fff !important;
    border-top: 1px solid rgba(255, 255, 255, .18);
  }

  .CSS_Top_Menu_List ul {
    display: none;
  }

  .Flash_Wrapper {
    min-height: 560px;
  }

  .Flash_AD {
    bottom: 18%;
  }

  .H_Product_user_161,
  .News_user_163,
  .H_About_K_user_151 {
    grid-template-columns: 1fr;
  }

  .Number_user_152 {
    grid-template-columns: repeat(2, 1fr);
    gap: 28px 0;
  }

  .H_About_R_Attr_user_151 {
    grid-template-columns: 1fr;
  }

  .Menu_Mobile {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    background: var(--yiq-color-active);
  }

  .Menu_Mobile a {
    min-height: 58px;
    display: grid;
    place-items: center;
    color: #fff;
    font-weight: 700;
  }
}

@media (max-width: 560px) {
  .MyLine {
    padding: 54px 0;
  }

  .H_Product_Class_user_160,
  .H_Product_user_161 {
    grid-template-columns: 1fr;
  }

  .Flash_AD b {
    font-size: 36px;
  }

  .Flash_AD span {
    font-size: 24px;
  }
}
.List_page{text-align:center;margin-bottom:20px; margin-top:20px;}
.List_page a{background:#fff;margin:0px 1px;padding:4px 6px;border:1px solid #ccc;color:#A0A0A0;}
.List_page span{background:#119c0a;color:#fff;margin:0px 1px;padding:4px 6px;border:1px solid #119c0a;}

.red { color:#f00;}

