@charset "utf-8";
:root {
  --color: #00c08b;
  --vh: 100vh;
}
/*字体*/
/* @font-face {
	font-family: "Fontke";
	src: url("Fontke.woff2") format("woff2"),
		 url("Fontke.woff") format("woff"),
		 url("Fontke.ttf") format("truetype"),
		 url("Fontke.eot") format("embedded-opentype"),
		 url("Fontke.svg") format("svg"),
		 url("Fontke.otf") format("opentype");
} */
@font-face {
  font-family: "Rany";
  src: url("../fonts/Rany.ttf") format("truetype");
}
@font-face {
  font-family: "RanyL";
  src: url("../fonts/Rany-Light.ttf") format("truetype");
}
@font-face {
  font-family: "RanyB";
  src: url("../fonts/Rany-Bold.ttf") format("truetype");
}
.fontL {
  font-family: "RanyL";
}
* {
  padding: 0;
  margin: 0;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
* ::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 5px;
  /*高宽分别对应横竖滚动条的尺寸*/
  height: 5px;
}
* ::-webkit-scrollbar-thumb {
  /*滚动条-滑块*/
  border-radius: 3px;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: var(--color);
}
* ::-webkit-scrollbar-track {
  /*滚动条-背景*/
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  background: #ededed;
}
html {
  font-size: calc(100vw/19.2);
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (min-width: 1901px) {
  html {
    font-size: 100px;
  }
}
@media (max-width: 1580px) {
  html {
    font-size: 66px;
  }
}
@media (max-width: 767px) {
  html {
    font-size: 50px;
  }
}
body {
  min-height: 100%;
  font-family: 'Rany', 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  font-size: 16px;
  line-height: 1.5;
  color: #333;
  background: #fff;
}
@media (max-width: 1580px) {
  body {
    font-size: 14px;
  }
}
.font-title {
  font-family: "Arvo";
}
img {
  max-width: 100%;
  border: 0;
  vertical-align: top;
}
video,
video:focus {
  display: block;
  font-size: 0;
  border: 0;
  outline: none;
}
li {
  list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: inherit;
  font-style: inherit;
  font-size: inherit;
  font-weight: normal;
}
a {
  color: inherit;
}
a,
a:hover,
a:focus {
  text-decoration: none;
}
input,
button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
}
button {
  cursor: pointer;
}
input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  appearance: button;
  cursor: pointer;
}
textarea {
  resize: none;
  overflow: auto;
}
input,
button,
textarea,
select {
  border: 0;
  font-family: inherit;
  font-style: inherit;
  font-size: inherit;
  font-weight: normal;
  color: inherit;
  background: transparent;
}
select {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  white-space: nowrap;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
select::-ms-expand {
  display: none;
}
table {
  border-collapse: collapse;
}
svg path,
svg circle {
  fill: currentColor !important;
  opacity: 1 !important;
}
picture,
section,
main {
  display: block;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.clear {
  zoom: 1;
}
.clear:after {
  content: '';
  display: block;
  clear: both;
}
.container {
  margin: 0 auto;
  width: 85%;
  max-width: 1600px;
}
@media (max-width: 1260px) {
  .container {
    width: 90%;
  }
}
.bg-color1 {
  background-color: #fff;
}
.ptb100 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (max-width: 767px) {
  .ptb100 {
    padding-top: 1.2rem;
    padding-bottom: 1.2em;
  }
}
.pt100 {
  padding-top: 1rem;
}
@media (max-width: 767px) {
  .pt100 {
    padding-top: 1.2rem;
  }
}
.pb100 {
  padding-bottom: 1rem;
}
@media (max-width: 767px) {
  .pb100 {
    padding-bottom: 1.2rem;
  }
}
.font12 {
  font-size: 12px;
}
.font14 {
  font-size: 14px;
}
.font16 {
  font-size: 16px;
}
.font18 {
  font-size: 18px;
}
.font20 {
  font-size: 20px;
}
.font22 {
  font-size: 22px;
}
.font24 {
  font-size: 24px;
}
.font26 {
  font-size: 26px;
}
.font28 {
  font-size: 28px;
}
.font30 {
  font-size: 30px;
}
.font32 {
  font-size: 32px;
}
.font34 {
  font-size: 34px;
}
.font36 {
  font-size: 36px;
}
.font38 {
  font-size: 38px;
}
.font40 {
  font-size: 40px;
}
.font42 {
  font-size: 42px;
}
.font44 {
  font-size: 44px;
}
.font46 {
  font-size: 46px;
}
.font48 {
  font-size: 48px;
}
.font50 {
  font-size: 50px;
}
.font52 {
  font-size: 52px;
}
.font54 {
  font-size: 54px;
}
.font56 {
  font-size: 56px;
}
.font60 {
  font-size: 60px;
}
.font62 {
  font-size: 62px;
}
.font64 {
  font-size: 64px;
}
.font72 {
  font-size: 72px;
}
.font80 {
  font-size: 80px;
}
@media (max-width: 1600px) {
  .font16 {
    font-size: 14px;
  }
  .font18 {
    font-size: 16px;
  }
  .font20 {
    font-size: 18px;
  }
  .font22 {
    font-size: 20px;
  }
  .font24 {
    font-size: 22px;
  }
  .font26 {
    font-size: 24px;
  }
  .font28 {
    font-size: 26px;
  }
  .font30 {
    font-size: 28px;
  }
  .font32 {
    font-size: 30px;
  }
  .font34 {
    font-size: 32px;
  }
  .font36 {
    font-size: 34px;
  }
  .font38 {
    font-size: 36px;
  }
  .font40 {
    font-size: 38px;
  }
  .font42,
  .font44 {
    font-size: 40px;
  }
  .font46 {
    font-size: 42px;
  }
  .font48 {
    font-size: 44px;
  }
  .font50 {
    font-size: 46px;
  }
  .font52 {
    font-size: 48px;
  }
  .font54 {
    font-size: 48px;
  }
  .font56 {
    font-size: 48px;
  }
  .font60,
  .font62,
  .font64,
  .font72,
  .font80 {
    font-size: 48px;
  }
}
@media (max-width: 1260px) {
  .font16 {
    font-size: 14px;
  }
  .font18 {
    font-size: 14px;
  }
  .font20 {
    font-size: 16px;
  }
  .font22 {
    font-size: 18px;
  }
  .font24 {
    font-size: 20px;
  }
  .font26 {
    font-size: 22px;
  }
  .font28 {
    font-size: 24px;
  }
  .font30 {
    font-size: 26px;
  }
  .font32 {
    font-size: 28px;
  }
  .font34,
  .font36,
  .font38,
  .font40 {
    font-size: 28px;
  }
  .font42,
  .font44 {
    font-size: 32px;
  }
  .font46 {
    font-size: 36px;
  }
  .font48,
  .font50 {
    font-size: 38px;
  }
  .font52,
  .font54,
  .font56,
  .font60,
  .font62,
  .font64,
  .font72,
  .font80 {
    font-size: 44px;
  }
}
@media (max-width: 991px) {
  .font16,
  .font18 {
    font-size: 0.24rem;
  }
  .font20 {
    font-size: 0.26rem;
  }
  .font22,
  .font24,
  .font26,
  .font27 {
    font-size: 0.28rem;
  }
  .font28,
  .font30,
  .font32 {
    font-size: 0.28rem;
  }
  .font34,
  .font36,
  .font38 {
    font-size: 0.32rem;
  }
  .font40,
  .font42,
  .font44,
  .font46,
  .font48,
  .font50 {
    font-size: 0.36rem;
  }
  .font52,
  .font54,
  .font56,
  .font60,
  .font62,
  .font64,
  .font72,
  .font80 {
    font-size: 0.48rem;
  }
}
.public-btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.public-btn a,
.public-btn .a {
  height: 36px;
  display: flex;
  align-items: center;
  color: #fff;
  transition: all 0.4s;
  padding: 0 0.18rem;
  border: 1px solid #fff;
  border-radius: 18px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
@media (max-width: 767px) {
  .public-btn a,
  .public-btn .a {
    height: 32px;
  }
}
.public-btn a::before,
.public-btn .a::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background: linear-gradient(to right bottom, #a78869, #eabb8a, #ac8d6c);
  transition: all 0.4s;
  opacity: 0;
}
.public-btn a span,
.public-btn .a span {
  line-height: calc(22/16);
  position: relative;
  z-index: 2;
  font-family: "RanyL";
}
.public-btn a i,
.public-btn .a i {
  width: 10px;
  height: 10px;
  display: flex;
  align-items: center;
  margin-left: 0.15rem;
  position: relative;
  z-index: 2;
}
.public-btn a i svg,
.public-btn .a i svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.public-btn a:hover,
.public-btn .a:hover {
  border: 1px solid var(--color);
  color: var(--color);
}
.public-btn.on a,
.public-btn.on .a {
  border: none;
}
.public-btn.on a::before,
.public-btn.on .a::before {
  opacity: 1;
}
.public-btn.btn-h a,
.public-btn.btn-h .a {
  border: 1px solid #000;
  color: #000;
}
.public-btn.btn-h a:hover,
.public-btn.btn-h .a:hover {
  border: 1px solid var(--color);
  color: var(--color);
}
.public-img {
  display: block;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.public-img::before {
  content: "";
  display: block;
  position: relative;
  z-index: 0;
  padding-top: 100%;
}
.public-img > img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.8s;
}
.public-content {
  color: #666;
  line-height: 1.8;
}
.public-content h1,
.public-content h2,
.public-content h3,
.public-content h4,
.public-content h5,
.public-content h6 {
  font-size: 1.5em;
  font-weight: bold;
  color: #000;
}
.public-content h1 {
  font-size: 2em;
}
.public-content h3 {
  font-size: 1.2em;
}
.public-content h4 {
  font-size: 1em;
}
.public-content h5 {
  font-size: 0.8em;
}
.public-content h6 {
  font-size: 0.7em;
}
.public-content a {
  color: #666;
}
.public-content table {
  max-width: 100%;
}
.public-content table td,
.public-content table th {
  padding: 10px 15px;
  border: 1px solid #dbf1ed;
}
.public-content li {
  margin-left: 15px;
  list-style: disc;
}
.public-content ol {
  margin-left: 15px;
  list-style: decimal;
}
.public-content img,
.public-content video {
  max-width: 100%;
  height: auto !important;
}
@keyframes width100 {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@keyframes width0 {
  0% {
    width: 100%;
  }
  100% {
    width: 0%;
  }
}
@keyframes arrow {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(250%);
  }
  51% {
    transform: translateX(-250%);
  }
  100% {
    transform: translateX(0);
  }
}
/* 占位标签，设置导航样式 */
#c-placeholder {
  height: 70px;
}
@media (max-width: 991px) {
  #c-placeholder {
    height: 70px;
  }
}
body.loding {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.c-open .header .c-switch i:nth-child(2) {
  opacity: 0;
}
.c-open .header .c-switch i:nth-child(1) {
  top: 50%;
  margin-top: -1px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.c-open .header .c-switch i:nth-child(3) {
  bottom: 50%;
  margin-bottom: -1px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.header {
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99;
  background: #fff;
  transition: all 0.4s;
}
.header.c-style2 {
  box-shadow: 0 0 0.1rem 0 rgba(0, 0, 0, 0.1);
}
.header .head-tips {
  width: 100%;
  background: #000;
  padding: 0.14rem 0 0.1rem;
  position: relative;
  z-index: 9;
}
.header .head-tips .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header .head-tips .container .txt {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .header .head-tips .container .txt {
    align-items: flex-start;
  }
}
.header .head-tips .container .txt i {
  width: 16px;
  height: 16px;
  display: flex;
  align-items: center;
  margin-right: 0.08rem;
}
@media (max-width: 767px) {
  .header .head-tips .container .txt i {
    margin-top: 2px;
  }
}
.header .head-tips .container .txt span {
  color: #fff;
}
.header .head-tips .container .close {
  width: 20px;
  height: 20px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}
.header .head-tips .container .close svg {
  width: 12px;
  height: 12px;
  color: #fff;
}
.header > .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 991px) {
  .header > .container {
    height: 60px;
  }
}
.header > .container .logo {
  display: flex;
  justify-content: flex-start;
  flex-shrink: 0;
  position: relative;
  z-index: 9;
}
.header > .container .logo a {
  display: flex;
}
.header > .container .logo a img,
.header > .container .logo a svg {
  height: 32px;
}
@media (max-width: 767px) {
  .header > .container .logo a img,
  .header > .container .logo a svg {
    height: 24px;
  }
}
.header > .container .c-switch {
  position: relative;
  right: 0;
  z-index: 9;
  display: none;
  width: 28px;
  height: 20px;
  cursor: pointer;
}
@media (max-width: 991px) {
  .header > .container .c-switch {
    display: block;
  }
}
.header > .container .c-switch i {
  position: absolute;
  left: 0;
  height: 2px;
  width: 100%;
  background: #000;
  transition: all 0.4s;
}
.header > .container .c-switch i:nth-child(1) {
  top: 0;
  transform-origin: top left;
}
.header > .container .c-switch i:nth-child(3) {
  bottom: 0;
  transform-origin: bottom left;
}
.header > .container .c-switch i:nth-child(2) {
  top: 50%;
  margin-top: -1px;
}
.header > .container .right {
  width: 100%;
  margin-left: 2.55rem;
}
@media (min-width: 992px) {
  .header > .container .right {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
@media (max-width: 1025px) {
  .header > .container .right {
    margin-left: 1rem;
  }
}
@media (max-width: 991px) {
  .header > .container .right {
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    margin-left: 0;
    z-index: 2;
    background: #fff;
    padding: 100px 5% 1rem;
    overflow-y: auto;
    display: none;
  }
}
@media (max-width: 767px) {
  .header > .container .right {
    padding: 120px 5% 1rem;
  }
}
@media (max-width: 991px) {
  .header > .container .right .menu {
    width: 100%;
  }
}
.header > .container .right .menu ul {
  display: flex;
  flex-wrap: wrap;
}
.header > .container .right .menu ul li {
  margin-right: 0.75rem;
}
.header > .container .right .menu ul li:nth-child(n + 2) {
  position: relative;
  z-index: 1;
}
.header > .container .right .menu ul li:last-child {
  margin-right: 0;
}
@media (max-width: 1580px) {
  .header > .container .right .menu ul li {
    margin-right: 0.45rem;
  }
}
@media (max-width: 1260px) {
  .header > .container .right .menu ul li {
    margin-right: 0.3rem;
  }
}
@media (max-width: 991px) {
  .header > .container .right .menu ul li {
    width: 100%;
    margin-right: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
}
.header > .container .right .menu ul li .link {
  height: 0.88rem;
  font-family: "RanyL";
  color: #000;
  transition: all 0.4s;
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .header > .container .right .menu ul li .link {
    width: 100%;
    justify-content: space-between;
  }
}
.header > .container .right .menu ul li .link a {
  display: flex;
  align-items: center;
}
.header > .container .right .menu ul li .link a i {
  width: 15px;
  display: flex;
  align-items: center;
  margin-right: 0.1rem;
}
.header > .container .right .menu ul li .link > i {
  display: none;
}
@media (max-width: 991px) {
  .header > .container .right .menu ul li .link > i {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 1rem;
    height: 1rem;
  }
  .header > .container .right .menu ul li .link > i svg {
    width: 15px;
    height: 15px;
    transition: all 0.4s;
  }
}
.header > .container .right .menu ul li .link.on {
  color: var(--color);
}
.header > .container .right .menu ul li .link.on > i svg {
  transform: rotateZ(90deg);
}
.header > .container .right .menu ul li .p-menus {
  width: 100vw;
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  box-shadow: 0 0.05rem 0.1rem 0 rgba(150, 182, 173, 0.32);
  padding: 0.25rem 0 0.6rem;
  z-index: 2;
  display: none;
}
@media (max-width: 991px) {
  .header > .container .right .menu ul li .p-menus {
    width: 100%;
    position: relative;
    z-index: 1;
    top: initial;
    left: initial;
    box-shadow: none;
    padding: 0 0.3rem 0.3rem;
  }
}
.header > .container .right .menu ul li .p-menus .container {
  display: block;
}
@media (max-width: 991px) {
  .header > .container .right .menu ul li .p-menus .container {
    width: 100%;
    margin: 0;
  }
}
.header > .container .right .menu ul li .p-menus .container .item {
  width: 100%;
  margin-bottom: 0.3rem;
}
.header > .container .right .menu ul li .p-menus .container .item:last-child {
  margin-bottom: 0;
}
.header > .container .right .menu ul li .p-menus .container .item .t1 {
  line-height: calc(30/20);
  color: #333;
  transition: all 0.4s;
}
.header > .container .right .menu ul li .p-menus .container .item .tbs {
  width: 100%;
  padding-left: 0.2rem;
  margin-bottom: 0.1rem;
}
.header > .container .right .menu ul li .p-menus .container .item .tbs .txt1 {
  padding-left: 0.1rem;
  border-left: 2px solid #00c08b;
  line-height: 1;
  margin-top: 0.32rem;
}
.header > .container .right .menu ul li .p-menus .container .item .tbs .tb {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding-left: 0.1rem;
  margin-top: 0.2rem;
}
.header > .container .right .menu ul li .p-menus .container .item .tbs .tb .bs {
  width: 3.6rem;
  height: 1.2rem;
  background: #f4f4f4;
  border-radius: 8px;
  border: 1px solid #f4f4f4;
  padding: 0.1rem;
  margin: 0 0.2rem 0.25rem 0;
  transition: all 0.4s;
}
@media (max-width: 991px) {
  .header > .container .right .menu ul li .p-menus .container .item .tbs .tb .bs {
    width: calc(50% - 0.2rem);
    margin: 0 0.2rem 0.2rem 0;
  }
}
@media (max-width: 767px) {
  .header > .container .right .menu ul li .p-menus .container .item .tbs .tb .bs {
    width: 100%;
    margin: 0 0 0.2rem;
  }
}
.header > .container .right .menu ul li .p-menus .container .item .tbs .tb .bs a {
  display: flex;
  align-items: center;
}
.header > .container .right .menu ul li .p-menus .container .item .tbs .tb .bs a .img {
  width: 1rem;
  height: 1rem;
  flex-shrink: 0;
  margin-right: 5px;
}
.header > .container .right .menu ul li .p-menus .container .item .tbs .tb .bs a .img img,
.header > .container .right .menu ul li .p-menus .container .item .tbs .tb .bs a .img svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.header > .container .right .menu ul li .p-menus .container .item .tbs .tb .bs a .ts .s1 {
  color: #000;
  line-height: calc(30/20);
  transition: all 0.4s;
}
.header > .container .right .menu ul li .p-menus .container .item .tbs .tb .bs a .ts .s2 {
  line-height: calc(22/16);
  color: rgba(51, 51, 51, 0.9);
}
.header > .container .right .menu ul li .p-menus .container .item .tbs .tb .bs a:hover .ts .s1 {
  color: var(--color);
}
.header > .container .right .menu ul li .p-menus .container .item .tbs .tb .bs:hover {
  background: #fff;
  border: 1px solid #00c08b;
}
.header > .container .right .menu ul li .p-menus .container .item:hover .t1 {
  color: var(--color);
}
.header > .container .right .menu ul li .s-menu {
  min-width: 2.6rem;
  position: absolute;
  top: 100%;
  left: -0.5rem;
  z-index: 2;
  background: #fff;
  padding: 0.3rem 0.3rem 0.25rem;
  box-shadow: 0 0.05rem 0.1rem 0 rgba(150, 182, 173, 0.32);
  display: none;
}
@media (max-width: 991px) {
  .header > .container .right .menu ul li .s-menu {
    position: relative;
    z-index: 1;
    min-width: initial;
    width: 100%;
    top: initial;
    left: initial;
    box-shadow: none;
    padding: 0 0.3rem 0.3rem;
  }
}
.header > .container .right .menu ul li .s-menu .s-link {
  padding-bottom: 0.2rem;
  border-left: 1px solid #e5e5e5;
  display: flex;
}
.header > .container .right .menu ul li .s-menu .s-link:last-child {
  padding-bottom: 0;
}
.header > .container .right .menu ul li .s-menu .s-link a {
  color: #222;
  line-height: calc(24/18);
  transition: all 0.4s;
  padding-left: 0.12rem;
  border-left: 2px solid transparent;
  margin-left: -1px;
  font-family: "RanyL";
  white-space: nowrap;
}
.header > .container .right .menu ul li .s-menu .s-link:hover a {
  color: var(--color);
  border-left: 2px solid var(--color);
}
@media (min-width: 992px) {
  .header > .container .right .menu ul li:hover .link {
    color: var(--color);
  }
  .header > .container .right .menu ul li:hover .p-menus {
    display: block;
  }
  .header > .container .right .menu ul li:hover .s-menu {
    display: block;
  }
}
.header > .container .right .other {
  display: flex;
}
@media (max-width: 991px) {
  .header > .container .right .other {
    width: 100%;
    margin-top: 0.3rem;
  }
}
.header > .container .right .other .search {
  width: 36px;
  height: 36px;
  border: 1px solid #bfbfbf;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.4s;
  flex-shrink: 0;
}
.header > .container .right .other .search svg {
  width: 15px;
  height: 15px;
  color: #000;
  transition: all 0.4s;
}
.header > .container .right .other .search:hover {
  background: var(--color);
  border: 1px solid var(--color);
}
.header > .container .right .other .search:hover svg {
  color: #fff;
}
.header > .container .right .other .btn {
  display: flex;
  margin-left: 0.1rem;
}
.header > .container .right .other .btn a {
  height: 36px;
  border: 1px solid var(--color);
  border-radius: 18px;
  padding: 0 0.15rem;
  display: flex;
  align-items: center;
  color: var(--color);
  transition: all 0.4s;
  white-space: nowrap;
}
.banner {
  width: 100%;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.banner .swiper-container {
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.banner .swiper-container .swiper-slide {
  width: 100%;
  position: relative;
  z-index: 1;
}
.banner .swiper-container .swiper-slide .img {
  width: 100%;
  height: 8rem;
  display: flex;
  justify-content: center;
  overflow: hidden;
}
.banner .swiper-container .swiper-slide .img img {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .banner .swiper-container .swiper-slide .img .pc {
    display: none;
  }
}
.banner .swiper-container .swiper-slide .img .mb {
  display: none;
}
@media (max-width: 991px) {
  .banner .swiper-container .swiper-slide .img .mb {
    display: block;
  }
}
.banner .swiper-container .swiper-slide .tbox {
  width: 85%;
  max-width: 1600px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  padding-top: 1.45rem;
}
@media (max-width: 1260px) {
  .banner .swiper-container .swiper-slide .tbox {
    width: 90%;
  }
}
.banner .swiper-container .swiper-slide .tbox .title {
  text-align: center;
  color: #fff;
  line-height: 1;
}
.banner .swiper-container .swiper-slide .tbox .txt {
  font-family: "RanyL";
  line-height: calc(34/24);
  color: #fff;
  margin-top: 3px;
  text-align: center;
}
.banner .swiper-container .swiper-slide .tbox .ck {
  display: flex;
  justify-content: center;
  margin-top: 0.13rem;
}
.banner .swiper-container .swiper-slide .tbox .ck .public-btn {
  margin-right: 0.2rem;
}
.banner .swiper-container .swiper-slide .tbox .ck .public-btn:last-child {
  margin-right: 0;
}
.banner .swiper-container .swiper-slide .tbox.t-left {
  padding-top: 3rem;
}
.banner .swiper-container .swiper-slide .tbox.t-left .title {
  text-align: left;
}
.banner .swiper-container .swiper-slide .tbox.t-left .txt {
  text-align: left;
}
.banner .swiper-container .swiper-slide .tbox.t-left .ck {
  justify-content: flex-start;
}
.banner .swiper-prev,
.banner .swiper-next {
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  cursor: pointer;
}
.banner .swiper-prev svg,
.banner .swiper-next svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
  color: rgba(255, 255, 255, 0.7);
  transition: all 0.4s;
}
.banner .swiper-prev:hover svg,
.banner .swiper-next:hover svg {
  color: #fff;
}
.banner .swiper-prev {
  left: 0.2rem;
}
.banner .swiper-prev svg {
  transform: rotateZ(180deg);
}
.banner .swiper-next {
  right: 0.2rem;
}
.banner .swiper-pagination {
  width: 100%;
  left: 0;
  font-size: 0;
  bottom: 0.3rem;
}
.banner .swiper-pagination .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  background: #fff;
  opacity: 1;
  border-radius: 3px;
  margin: 0 4px;
  transition: all 0.4s;
}
.banner .swiper-pagination .swiper-pagination-bullet-active {
  width: 1.2rem;
  background: var(--color);
}
.index-box1 {
  width: 100%;
  padding: 20px 20px 0;
  margin: 0 auto;
}
@media (min-width: 1921px) {
  .index-box1 {
    padding: 30px 30px 0;
  }
}
.index-box1 .box {
  width: 100%;
  position: relative;
  z-index: 1;
}
.index-box1 .box .img {
  width: 100%;
  height: 7.8rem;
  display: flex;
  justify-content: center;
  overflow: hidden;
  border-radius: 0.2rem;
}
.index-box1 .box .img img {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .index-box1 .box .img .pc {
    display: none;
  }
}
.index-box1 .box .img .mb {
  display: none;
}
@media (max-width: 991px) {
  .index-box1 .box .img .mb {
    display: block;
  }
}
.index-box1 .box .tbox {
  width: 85%;
  max-width: 1600px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  padding-top: 0.8rem;
}
@media (max-width: 1260px) {
  .index-box1 .box .tbox {
    width: 90%;
  }
}
.index-box1 .box .tbox .title {
  color: #000;
  line-height: 1;
  text-align: center;
}
.index-box1 .box .tbox .txt {
  color: #333;
  line-height: calc(34/24);
  text-align: center;
  font-family: "RanyL";
}
.index-box1 .box .tbox .btn {
  display: flex;
  justify-content: center;
  margin-top: 0.15rem;
}
.index-box1 .box .tbox .list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 0.4rem;
}
.index-box1 .box .tbox .list .item {
  width: 2.24rem;
  border-right: 1px solid rgba(51, 51, 51, 0.2);
}
@media (max-width: 991px) {
  .index-box1 .box .tbox .list .item {
    width: 25%;
    margin-bottom: 0.3rem;
  }
  .index-box1 .box .tbox .list .item:nth-child(4n) {
    border-right: none;
  }
}
@media (max-width: 767px) {
  .index-box1 .box .tbox .list .item {
    width: 50%;
  }
  .index-box1 .box .tbox .list .item:nth-child(2n) {
    border-right: none;
  }
}
.index-box1 .box .tbox .list .item:last-child {
  border-right: none;
}
.index-box1 .box .tbox .list .item .icons {
  width: 33px;
  height: 33px;
  margin: 0 auto;
}
.index-box1 .box .tbox .list .item .icons img,
.index-box1 .box .tbox .list .item .icons svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
  color: #333;
}
.index-box1 .box .tbox .list .item .txts {
  text-align: center;
  color: #333;
  line-height: calc(20/16);
  font-family: "RanyL";
  margin-top: 0.13rem;
}
.index-box1 .box .tbox.t-left {
  top: 50%;
  transform: translate(-50%, -50%);
  padding-top: 0;
}
.index-box1 .box .tbox.t-left .title {
  text-align: left;
}
.index-box1 .box .tbox.t-left .txt {
  text-align: left;
}
.index-box1 .box .tbox.t-left .btn {
  justify-content: flex-start;
}
.index-box1 .box .tbox.t-left .list {
  justify-content: flex-start;
}
.index-box2 {
  width: 100%;
  margin-top: 1.63rem;
}
.index-box2 .container {
  padding: 0 30px;
  position: relative;
  z-index: 1;
}
@media (max-width: 991px) {
  .index-box2 .container {
    padding: 0;
  }
}
.index-box2 .container .swiper-container {
  width: 100%;
  height: 4.65rem;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
@media (max-width: 1900px) {
  .index-box2 .container .swiper-container {
    height: 6rem;
  }
}
@media (max-width: 1025px) {
  .index-box2 .container .swiper-container {
    height: 6.6rem;
  }
}
@media (max-width: 991px) {
  .index-box2 .container .swiper-container {
    height: auto;
  }
}
.index-box2 .container .swiper-container .swiper-slide {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .index-box2 .container .swiper-container .swiper-slide {
    height: auto;
  }
}
.index-box2 .container .swiper-container .swiper-slide .public-img {
  width: calc(607/1540*100%);
  height: 100%;
  border-radius: 0.24rem;
}
@media (max-width: 991px) {
  .index-box2 .container .swiper-container .swiper-slide .public-img {
    width: 100%;
    height: auto;
    border-radius: 0.24rem 0.24rem 0 0;
  }
}
@media (max-width: 991px) {
  .index-box2 .container .swiper-container .swiper-slide .public-img::before {
    padding-top: calc(462/607*100%);
  }
}
.index-box2 .container .swiper-container .swiper-slide .tbox {
  width: calc(916/1540*100%);
  background: #f5f5f5;
  border-radius: 0.24rem;
  padding: 0.8rem 0.7rem 0.5rem;
}
@media (max-width: 991px) {
  .index-box2 .container .swiper-container .swiper-slide .tbox {
    width: 100%;
    padding: 0.5rem 0.3rem;
    border-radius: 0 0 0.24rem 0.24rem;
  }
}
.index-box2 .container .swiper-container .swiper-slide .tbox .t1 {
  line-height: 1;
  color: #000;
}
.index-box2 .container .swiper-container .swiper-slide .tbox .t2 {
  margin-top: 0.24rem;
  color: #333;
  line-height: calc(30/18);
}
.index-box2 .container .swiper-container .swiper-slide .tbox .list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 0.35rem;
}
.index-box2 .container .swiper-container .swiper-slide .tbox .list .item {
  width: 1.7rem;
  display: flex;
  align-items: center;
  margin-right: 0.3rem;
  margin-bottom: 0.1rem;
}
@media (max-width: 767px) {
  .index-box2 .container .swiper-container .swiper-slide .tbox .list .item {
    width: 50%;
    margin-right: 0;
    margin-bottom: 0.2rem;
  }
}
.index-box2 .container .swiper-container .swiper-slide .tbox .list .item:last-child {
  margin-right: 0;
}
.index-box2 .container .swiper-container .swiper-slide .tbox .list .item .icons {
  width: 56px;
  height: 56px;
  border: 1px solid #999;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
}
@media (max-width: 1900px) {
  .index-box2 .container .swiper-container .swiper-slide .tbox .list .item .icons {
    width: 46px;
    height: 46px;
  }
}
@media (max-width: 1260px) {
  .index-box2 .container .swiper-container .swiper-slide .tbox .list .item .icons {
    width: 36px;
    height: 36px;
  }
}
.index-box2 .container .swiper-container .swiper-slide .tbox .list .item .icons img,
.index-box2 .container .swiper-container .swiper-slide .tbox .list .item .icons svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.index-box2 .container .swiper-container .swiper-slide .tbox .list .item .txt {
  color: #333;
  line-height: calc(20/16);
  font-family: "RanyL";
  margin-left: 0.1rem;
}
.index-box2 .container .swiper-container .swiper-slide .tbox .public-btn {
  margin-top: 0.3rem;
}
.index-box2 .container .ck-box {
  width: 20px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  padding: 0.2rem 0;
}
@media (max-width: 991px) {
  .index-box2 .container .ck-box {
    width: 100%;
    height: auto;
    position: relative;
    right: initial;
    top: initial;
    padding: 0;
    margin-top: 0.3rem;
    justify-content: space-between;
    align-items: center;
  }
}
.index-box2 .container .ck-box .swiper-prev,
.index-box2 .container .ck-box .swiper-next {
  width: 20px;
  height: 20px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.index-box2 .container .ck-box .swiper-prev svg,
.index-box2 .container .ck-box .swiper-next svg {
  height: 14px;
  color: #a5a5a5;
  transition: all 0.4s;
}
.index-box2 .container .ck-box .swiper-prev:hover svg,
.index-box2 .container .ck-box .swiper-next:hover svg {
  color: var(--color);
}
.index-box2 .container .ck-box .swiper-prev svg {
  transform: rotateZ(-90deg);
}
@media (max-width: 991px) {
  .index-box2 .container .ck-box .swiper-prev svg {
    transform: rotateZ(180deg);
  }
}
.index-box2 .container .ck-box .swiper-next svg {
  transform: rotateZ(90deg);
}
@media (max-width: 991px) {
  .index-box2 .container .ck-box .swiper-next svg {
    transform: rotateZ(0);
  }
}
.index-box2 .container .ck-box .swiper-scrollbar {
  width: 2px;
  height: 1.2rem;
  opacity: 1 !important;
  margin-left: 8px;
}
@media (max-width: 991px) {
  .index-box2 .container .ck-box .swiper-scrollbar {
    width: calc(100% - 80px);
    height: 2px;
    margin: 0;
  }
}
.index-box2 .container .ck-box .swiper-scrollbar .swiper-scrollbar-drag {
  background: var(--color);
}
.index-box3 {
  width: 100%;
  padding: 1.5rem 0 1.32rem;
  background: linear-gradient(to top, #dedddd, rgba(222, 221, 221, 0));
}
.index-box3 .container .title {
  line-height: calc(60/48);
  text-align: center;
  color: #000;
}
.index-box3 .container .map {
  margin: 0.33rem auto 0;
  position: relative;
  z-index: 1;
  width: 1000px;
  max-width: 100%;
}
.index-box3 .container .map .img {
  width: 100%;
}
.index-box3 .container .map .img img {
  width: 100%;
}
.index-box3 .container .map .dian {
  position: absolute;
  top: calc(196/553*100%);
  right: calc(172/1006*100%);
  z-index: 2;
  width: 0.2rem;
  background: url(../images/index-box3-icon1.png) center bottom no-repeat;
  background-size: 100%;
}
.index-box3 .container .map .dian img {
  width: 100%;
  animation: dianRun 2s forwards infinite linear;
}
.index-box3 .container .list {
  width: 100%;
  margin-top: -0.53rem;
  display: flex;
  justify-content: center;
}
.index-box3 .container .list ul {
  display: flex;
  flex-wrap: wrap;
}
.index-box3 .container .list ul li {
  width: 4.2rem;
}
@media (max-width: 991px) {
  .index-box3 .container .list ul li {
    width: 33.33%;
  }
}
.index-box3 .container .list ul li .icon {
  width: 0.8rem;
  height: 0.8rem;
  margin: 0 auto;
}
.index-box3 .container .list ul li .icon img {
  object-fit: contain;
}
.index-box3 .container .list ul li .t1 {
  color: #333;
  text-align: center;
  line-height: calc(30/24);
  margin-top: 0.14rem;
}
.index-box3 .container .list ul li .t2 {
  color: #333;
  line-height: calc(24/16);
  text-align: center;
  font-family: "RanyL";
  margin-top: 0.1rem;
}
@keyframes dianRun {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0);
  }
}
.index-box4 {
  width: 100%;
  padding: 1.15rem 0 1.4rem;
}
.index-box4 .container .title {
  text-align: center;
  line-height: calc(60/48);
  color: #333;
}
.index-box4 .container .txt {
  width: 980px;
  max-width: 100%;
  line-height: calc(30/24);
  margin: 0.1rem auto 0;
  color: #333;
  font-family: "RanyL";
  text-align: center;
}
.index-box4 .container .img {
  width: 100%;
  margin-top: 0.65rem;
}
.index-box5 {
  width: 100%;
  padding: 0.2rem;
  position: relative;
  z-index: 1;
}
.index-box5 .bg {
  width: 100%;
  height: 100%;
  border-radius: 0.24rem;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.index-box5 .bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index-box5 .container {
  padding: 0.73rem 0 0.65rem;
  top: 0.2rem;
  position: relative;
  z-index: 2;
}
.index-box5 .container .title {
  line-height: calc(60/48);
  text-align: center;
  color: #fff;
}
.index-box5 .container .txt {
  width: 777px;
  max-width: 100%;
  color: #fff;
  text-align: center;
  margin: 0.1rem auto 0;
  font-family: "RanyL";
}
.index-box5 .container .more {
  display: flex;
  justify-content: center;
  margin-top: 0.33rem;
}
.index-box5 .container .list {
  margin-top: 0.35rem;
  position: relative;
  z-index: 1;
}
@media (max-width: 991px) {
  .index-box5 .container .list {
    overflow-x: auto;
  }
}
.index-box5 .container .list::after {
  content: '';
  width: 100%;
  height: 1px;
  background: linear-gradient(to right, rgba(255, 255, 255, 0), #ffffff, rgba(255, 255, 255, 0));
  position: absolute;
  bottom: 10px;
  left: 0;
  z-index: 1;
}
.index-box5 .container .list ul {
  width: 100%;
  display: flex;
  overflow-x: auto;
  padding-bottom: 10px;
  position: relative;
  z-index: 2;
}
.index-box5 .container .list ul li {
  width: calc(100% / 7);
  display: flex;
  align-content: flex-end;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
}
@media (max-width: 991px) {
  .index-box5 .container .list ul li {
    width: 200px;
    flex-shrink: 0;
  }
}
.index-box5 .container .list ul li::after {
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -5px;
  z-index: 2;
  width: 11px;
  height: 11px;
  background: var(--color);
  border-radius: 50%;
}
.index-box5 .container .list ul li .num {
  width: 48px;
  height: 48px;
  color: rgba(255, 255, 255, 0.6);
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "RanyL";
  flex-shrink: 0;
  margin: 0 auto;
}
.index-box5 .container .list ul li .txts {
  width: 100%;
  color: rgba(255, 255, 255, 0.7);
  line-height: calc(22/16);
  text-align: center;
  font-family: "RanyL";
  margin-top: 0.16rem;
}
.index-box5 .container .list ul li .txt2 {
  width: 100%;
  display: grid;
  grid-template-rows: 0fr;
  transition: all 0.4s;
}
.index-box5 .container .list ul li .txt2 span {
  width: 100%;
  overflow: hidden;
  color: rgba(255, 255, 255, 0.7);
  line-height: calc(22/16);
  text-align: center;
  font-family: "RanyL";
  display: block;
  transition: all 0.4s;
}
.index-box5 .container .list ul li .line {
  width: 1px;
  background: rgba(255, 255, 255, 0.7);
  margin: 0.12rem auto 0;
}
.index-box5 .container .list ul li:hover .txt2 {
  margin-top: 0.16rem;
  grid-template-rows: 1fr;
}
.index-box6 {
  width: 100%;
  padding: 1.2rem 0 0;
}
.index-box6 .container {
  position: relative;
  z-index: 1;
}
.index-box6 .container .title {
  line-height: 1;
  color: #333;
}
.index-box6 .container .list {
  width: 100%;
  margin-top: 0.5rem;
}
.index-box6 .container .list ul {
  width: calc(100% + 0.64rem);
  margin: 0 -0.32rem;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .index-box6 .container .list ul {
    width: calc(100% + 0.4rem);
    margin: 0 -0.2rem;
  }
}
.index-box6 .container .list ul li {
  width: calc(25% - 0.64rem);
  margin: 0 0.32rem;
}
@media (max-width: 991px) {
  .index-box6 .container .list ul li {
    width: calc(50% - 0.4rem);
    margin: 0 0.2rem 0.4rem;
  }
}
@media (max-width: 767px) {
  .index-box6 .container .list ul li {
    width: calc(100% - 0.4rem);
  }
}
.index-box6 .container .list ul li a {
  width: 100%;
  display: block;
}
.index-box6 .container .list ul li a .public-img {
  width: 100%;
  border-radius: 0.24rem;
}
.index-box6 .container .list ul li a .public-img::before {
  padding-top: calc(466/350*100%);
}
.index-box6 .container .list ul li a .time {
  color: #999;
  line-height: calc(22/14);
  margin-top: 0.28rem;
  font-family: "RanyL";
}
.index-box6 .container .list ul li a .t1 {
  margin-top: 7px;
  color: #333;
  line-height: calc(30/20);
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: calc(30/20*2em);
  transition: all 0.4s;
}
.index-box6 .container .list ul li a .more {
  font-family: "RanyL";
  margin-top: 0.27rem;
  display: flex;
  align-items: center;
  color: #000;
  transition: all 0.4s;
}
.index-box6 .container .list ul li a .more span {
  margin-right: 5px;
}
.index-box6 .container .list ul li a .more i {
  width: 12px;
  height: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.index-box6 .container .list ul li a .more i svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.index-box6 .container .list ul li a:hover .public-img img {
  transform: scale(1.05);
}
.index-box6 .container .list ul li a:hover .t1 {
  color: var(--color);
}
.index-box6 .container .list ul li a:hover .more {
  color: var(--color);
}
.index-box6 .container .list ul li a:hover .more span {
  text-decoration: underline;
}
.index-box6 .container .mores {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}
.index-bottom {
  width: 100%;
  height: 1.5rem;
}
.footer {
  width: 100%;
}
.footer .container {
  width: 1760px;
  max-width: 90%;
  border-top: 1px solid #000;
  padding-top: 0.4rem;
}
.footer .container .top {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .footer .container .top .left {
    width: 100%;
  }
}
.footer .container .top .left .logo {
  display: flex;
  justify-content: flex-start;
}
@media (max-width: 767px) {
  .footer .container .top .left .logo {
    justify-content: center;
  }
}
.footer .container .top .left .logo a {
  height: 40px;
}
.footer .container .top .left .logo a a {
  height: 100%;
  object-fit: contain;
}
.footer .container .top .left .share {
  display: flex;
  flex-wrap: wrap;
  margin-top: 0.42rem;
}
@media (max-width: 767px) {
  .footer .container .top .left .share {
    justify-content: center;
  }
}
.footer .container .top .left .share .icons {
  position: relative;
  z-index: 1;
}
.footer .container .top .left .share .icons .ewm {
  width: 100px;
  height: 100px;
  background: #fff;
  border-radius: 5px;
  padding: 5px;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  display: none;
  box-shadow: 0 0 0.1rem 0 rgba(0, 0, 0, 0.1);
}
.footer .container .top .left .share .icons .ewm img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.footer .container .top .left .share .icons a {
  width: 30px;
  height: 30px;
  display: flex;
  border-radius: 50%;
  overflow: hidden;
  border: 1px solid #000;
  color: #000;
  transition: all 0.4s;
  margin-right: 7px;
}
.footer .container .top .left .share .icons a svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.footer .container .top .left .share .icons:hover a {
  background: var(--color);
  border: 1px solid var(--color);
  color: #fff;
}
.footer .container .top .left .share .icons:hover .ewm {
  display: block;
}
.footer .container .top .right {
  width: calc(1220/1760*100%);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .footer .container .top .right {
    display: none;
  }
}
@media (max-width: 1025px) {
  .footer .container .top .right .menu {
    width: 100%;
  }
}
.footer .container .top .right .menu ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.footer .container .top .right .menu ul li {
  margin-right: 1.7rem;
}
@media (max-width: 1580px) {
  .footer .container .top .right .menu ul li {
    margin-right: 1.4rem;
  }
}
@media (max-width: 1260px) {
  .footer .container .top .right .menu ul li {
    margin-right: 1rem;
  }
}
@media (max-width: 1025px) {
  .footer .container .top .right .menu ul li {
    width: 33.33%;
    margin-right: 0;
  }
}
.footer .container .top .right .menu ul li .t1 {
  line-height: calc(28/18);
  color: #000;
  transition: all 0.4s;
  position: relative;
  z-index: 1;
  display: block;
  margin-bottom: 0.15rem;
}
.footer .container .top .right .menu ul li .t1::before {
  content: '';
  width: 1px;
  height: 16px;
  background: #000;
  position: absolute;
  left: -0.1rem;
  top: 3px;
  z-index: 1;
}
.footer .container .top .right .menu ul li .t2 {
  color: #666;
  line-height: calc(26/16);
  transition: all 0.4s;
  display: block;
  margin-bottom: 0.1rem;
}
.footer .container .top .right .menu ul li .t2:hover {
  color: var(--color);
}
.footer .container .top .right .why {
  flex-shrink: 0;
}
.footer .container .top .right .why .t1 {
  line-height: calc(28/18);
  color: #000;
  transition: all 0.4s;
  position: relative;
  z-index: 1;
  display: flex;
  margin-bottom: 0.2rem;
}
.footer .container .top .right .why .t1:hover {
  color: var(--color);
}
.footer .container .top .right .why .t1 i {
  width: 13px;
  height: 13px;
  background: var(--color);
  color: #fff;
  border-radius: 3px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 0.1rem;
}
.footer .container .top .right .why .t1 i svg {
  width: 10px;
  height: 10px;
  object-fit: contain;
  transform: rotateZ(-45deg);
}
.footer .container .center {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 0.38rem;
  padding-bottom: 0.5rem;
}
.footer .container .center .left {
  width: 410px;
}
@media (max-width: 991px) {
  .footer .container .center .left {
    width: 100%;
  }
}
.footer .container .center .left .ts {
  display: flex;
  align-items: flex-start;
  margin-bottom: 0.24rem;
}
.footer .container .center .left .ts:last-child {
  margin-bottom: 0;
}
.footer .container .center .left .ts i {
  width: 16px;
  height: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: calc(24/16*0.5em - 8px);
  margin-right: 0.1rem;
  flex-shrink: 0;
}
.footer .container .center .left .ts i svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.footer .container .center .left .ts span {
  line-height: calc(24/16);
  color: #333;
}
.footer .container .center .form {
  width: 500px;
  max-width: 40%;
  border-bottom: 1px solid #000;
  padding-left: 0.35rem;
  background: url(../images/footer-icon4.svg) left center no-repeat;
  background-size: 22px;
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .footer .container .center .form {
    max-width: 100%;
    margin-top: 0.3rem;
  }
}
@media (max-width: 767px) {
  .footer .container .center .form {
    background-size: 16px;
    padding-left: 24px;
  }
}
.footer .container .center .form .txt {
  width: 100%;
  height: 54px;
  color: #000;
}
.footer .container .center .form .txt::placeholder {
  color: rgba(34, 34, 34, 0.6);
}
.footer .container .center .form .sub {
  flex-shrink: 0;
  height: 54px;
  display: flex;
  align-items: center;
  color: #1b2d37;
  transition: all 0.4s;
}
.footer .container .center .form .sub svg {
  width: 17px;
  height: 15px;
  object-fit: contain;
  margin-left: 5px;
}
.footer .container .center .form .sub:hover {
  color: var(--color);
}
.footer .container .down {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding: 0.35rem 0 0.27rem;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .footer .container .down {
    font-size: 12px;
  }
}
.footer .container .down::before {
  content: '';
  width: 1100px;
  max-width: 100%;
  height: 2.1rem;
  background: url(../images/foot-bg.png) right bottom no-repeat;
  background-size: auto 100%;
  position: absolute;
  bottom: 100%;
  right: 2.2rem;
  z-index: 1;
  pointer-events: none;
}
@media (max-width: 991px) {
  .footer .container .down::before {
    right: 0;
  }
}
@media (max-width: 767px) {
  .footer .container .down::before {
    background-size: 100% auto;
  }
}
.footer .container .down .copyright {
  color: #000;
  line-height: calc(24/14);
}
@media (max-width: 767px) {
  .footer .container .down .copyright {
    width: 100%;
    text-align: center;
  }
}
.footer .container .down .link {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .footer .container .down .link {
    width: 100%;
    justify-content: center;
  }
}
.footer .container .down .link a {
  color: #000;
  line-height: calc(24/14);
  margin-right: 0.44rem;
  position: relative;
  z-index: 1;
  transition: all 0.4s;
}
.footer .container .down .link a::after {
  content: '';
  width: 1px;
  height: 14px;
  background: #666;
  position: absolute;
  right: -0.22rem;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
.footer .container .down .link a:last-child {
  margin-right: 0;
}
.footer .container .down .link a:last-child::after {
  display: none;
}
.footer .container .down .link a:hover {
  color: var(--color);
}
.page-loding {
  width: 100%;
  height: 100%;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.page-loding img {
  animation: lodings 2s forwards linear;
}
@keyframes lodings {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  70% {
    transform: scale(1.2);
    opacity: 1;
  }
  85% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}
.noPage {
  width: 100%;
}
.noPage .container {
  min-height: 8rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.noPage .container .tbox {
  width: 100%;
}
.noPage .container .tbox .title {
  color: #040000;
  text-align: center;
  line-height: calc(72/60);
}
.noPage .container .tbox .txt {
  width: 450px;
  max-width: 100%;
  line-height: calc(24/20);
  text-align: center;
  color: #333;
  font-family: "RanyL";
  margin: 0.27rem auto 0;
}
.noPage .container .tbox .more {
  margin-top: 0.34rem;
  display: flex;
  justify-content: center;
}
.cookies {
  width: 100%;
  padding: 1.1rem 0 1.6rem;
}
.cookies .container .box {
  width: 1200px;
  max-width: 100%;
  margin: 0 auto;
}
.cookies .container .box .title {
  text-align: center;
  line-height: calc(72/60);
  color: #040000;
}
.cookies .container .box .times {
  display: flex;
  justify-content: center;
  font-family: "RanyL";
  color: #666;
  line-height: calc(22/18);
  margin-top: 0.3rem;
}
.cookies .container .box .times span {
  margin-right: 0.3rem;
}
.cookies .container .box .times span:last-child {
  margin-right: 0;
}
.cookies .container .box .public-content {
  border-top: 1px solid #e5e5e5;
  margin-top: 0.37rem;
  color: #333;
  line-height: calc(24/18);
  font-family: "RanyL";
  padding-top: 0.4rem;
}
.cookies .container .box .public-content a {
  color: var(--color);
  text-decoration: underline;
}
.sitemap {
  width: 100%;
  padding: 1.1rem 0 1.9rem;
}
.sitemap .container .title {
  text-align: center;
  line-height: calc(72/60);
  color: #040000;
}
.sitemap .container .list {
  width: 100%;
  margin-top: 0.66rem;
}
.sitemap .container .list ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .sitemap .container .list ul {
    justify-content: flex-start;
  }
}
@media (max-width: 991px) {
  .sitemap .container .list ul li {
    width: 33.33%;
    margin-bottom: 0.5rem;
  }
}
@media (max-width: 767px) {
  .sitemap .container .list ul li {
    width: 100%;
  }
}
.sitemap .container .list ul li .t1 a {
  line-height: calc(28/18);
  color: #000;
  transition: all 0.4s;
}
.sitemap .container .list ul li .t1 a:hover {
  color: var(--color);
}
.sitemap .container .list ul li .t2 {
  margin-top: 0.16rem;
}
.sitemap .container .list ul li .t2 a {
  line-height: calc(24/16);
  display: block;
  color: #666;
  transition: all 0.4s;
  margin-bottom: 8px;
}
.sitemap .container .list ul li .t2 a:last-child {
  margin-bottom: 0;
}
.sitemap .container .list ul li .t2 a:hover {
  color: var(--color);
}
@media (max-width: 991px) {
  .pc {
    display: none;
  }
}
.mb {
  display: none;
}
@media (max-width: 991px) {
  .mb {
    display: block;
  }
}
.info-banner {
  width: 100%;
  position: relative;
  z-index: 1;
}
.info-banner .img {
  width: 100%;
  height: 4rem;
  display: flex;
  justify-content: center;
  overflow: hidden;
}
.info-banner .img img {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .info-banner .img .pc {
    display: none;
  }
}
.info-banner .img .mb {
  display: none;
}
@media (max-width: 991px) {
  .info-banner .img .mb {
    display: block;
  }
}
.info-banner .container {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.info-banner .container .tbox .title {
  color: #040000;
  line-height: calc(72/60);
}
.product {
  width: 100%;
  padding: 0.66rem 0 1.6rem;
}
.product .container .top {
  display: flex;
  justify-content: center;
}
.product .container .top ul {
  display: flex;
}
.product .container .top ul li a {
  line-height: calc(38/28);
  font-family: "RanyL";
  padding: 0 0.18rem;
  border-bottom: 2px solid transparent;
  color: #040000;
  transition: all 0.4s;
}
.product .container .top ul li:hover a {
  color: var(--color);
}
.product .container .top ul li.on a {
  color: var(--color);
  border-bottom: 2px solid var(--color);
}
.product .container .menu {
  width: 100%;
  margin-top: 0.36rem;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  display: flex;
  justify-content: center;
  padding: 0.18rem 0;
}
.product .container .menu ul {
  display: flex;
}
.product .container .menu ul li {
  margin-right: 0.6rem;
}
.product .container .menu ul li:last-child {
  margin-right: 0;
}
.product .container .menu ul li a {
  color: #000;
  font-family: "RanyL";
  line-height: calc(30/20);
  transition: all 0.4s;
}
.product .container .menu ul li.on a {
  font-family: "Rany";
  text-decoration: underline;
}
.product .container .product-box1 {
  width: 100%;
  position: relative;
  z-index: 1;
  margin-top: 0.4rem;
}
.product .container .product-box1 .img {
  width: 100%;
  height: 6.6rem;
  border-radius: 0.24rem;
  display: flex;
  justify-content: center;
  overflow: hidden;
}
.product .container .product-box1 .img img {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .product .container .product-box1 .img .pc {
    display: none;
  }
}
.product .container .product-box1 .img .mb {
  display: none;
}
@media (max-width: 991px) {
  .product .container .product-box1 .img .mb {
    display: block;
  }
}
.product .container .product-box1 .tbox {
  position: absolute;
  z-index: 2;
}
.product .container .product-box1 .tbox.tboxl {
  left: 1.6rem;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 1580px) {
  .product .container .product-box1 .tbox.tboxl {
    left: 1rem;
  }
}
@media (max-width: 1260px) {
  .product .container .product-box1 .tbox.tboxl {
    left: 0.5rem;
  }
}
@media (max-width: 991px) {
  .product .container .product-box1 .tbox.tboxl {
    width: 90%;
    top: 0.8rem;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
  }
  .product .container .product-box1 .tbox.tboxl .list ul {
    justify-content: flex-start;
  }
}
.product .container .product-box1 .tbox.tboxr {
  width: 480px;
  max-width: 100%;
  right: 1.6rem;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 1580px) {
  .product .container .product-box1 .tbox.tboxr {
    right: 1rem;
  }
}
@media (max-width: 1260px) {
  .product .container .product-box1 .tbox.tboxr {
    right: 0.5rem;
  }
}
@media (max-width: 991px) {
  .product .container .product-box1 .tbox.tboxr {
    width: 90%;
    top: 0.8rem;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
  }
  .product .container .product-box1 .tbox.tboxr .list ul {
    justify-content: flex-start;
  }
}
.product .container .product-box1 .tbox.tboxc {
  width: 90%;
  top: 0.8rem;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}
.product .container .product-box1 .tbox.tboxc .list ul {
  justify-content: center;
}
@media (max-width: 767px) {
  .product .container .product-box1 .tbox.tboxc .list ul {
    justify-content: flex-start;
  }
}
.product .container .product-box1 .tbox .tag {
  display: flex;
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  .product .container .product-box1 .tbox .tag {
    justify-content: center;
  }
}
.product .container .product-box1 .tbox .tag span {
  padding: 0 10px;
  height: 24px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  background: #000;
  color: #fff;
  text-transform: uppercase;
}
.product .container .product-box1 .tbox .title {
  color: #000;
  line-height: calc(52/48);
}
.product .container .product-box1 .tbox .txt {
  line-height: calc(34/24);
  color: #333;
  font-family: "RanyL";
}
.product .container .product-box1 .tbox .list {
  margin-top: 0.4rem;
}
.product .container .product-box1 .tbox .list ul {
  display: flex;
  flex-wrap: wrap;
}
.product .container .product-box1 .tbox .list ul li {
  display: flex;
  align-items: center;
  margin-right: 0.6rem;
}
@media (max-width: 991px) {
  .product .container .product-box1 .tbox .list ul li {
    margin-right: 0.3rem;
  }
}
@media (max-width: 767px) {
  .product .container .product-box1 .tbox .list ul li {
    width: 50%;
    margin-right: 0;
    margin-bottom: 0.1rem;
  }
}
.product .container .product-box1 .tbox .list ul li:last-child {
  margin-right: 0;
}
.product .container .product-box1 .tbox .list ul li i {
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  margin-right: 0.1rem;
}
.product .container .product-box1 .tbox .list ul li i img,
.product .container .product-box1 .tbox .list ul li i svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.product .container .product-box1 .tbox .list ul li span {
  color: #333;
  font-family: "RanyL";
  line-height: calc(20/16);
}
.product .container .product-box1 .tbox .more {
  margin-top: 0.84rem;
}
@media (max-width: 767px) {
  .product .container .product-box1 .tbox .more {
    margin-top: 0.3rem;
  }
}
.product .container .product-list {
  margin-top: 0.32rem;
}
.product .container .page-list {
  margin-top: 0.66rem;
}
.product-list {
  width: 100%;
}
.product-list ul {
  width: calc(100% + 16px);
  margin: 0 -8px;
  display: flex;
  flex-wrap: wrap;
}
.product-list ul li {
  width: calc(33.33% - 16px);
  margin: 0 8px 16px;
  position: relative;
  z-index: 1;
}
@media (max-width: 991px) {
  .product-list ul li {
    width: calc(50% - 16px);
  }
}
@media (max-width: 767px) {
  .product-list ul li {
    width: calc(100% - 16px);
  }
}
.product-list ul li a {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  padding: 0.33rem;
  display: block;
}
.product-list ul li a .tops {
  display: block;
  position: relative;
  z-index: 1;
}
.product-list ul li a .t1 {
  width: 100%;
  line-height: calc(34/24);
  display: flex;
  align-items: center;
  color: #000;
}
.product-list ul li a .t1 .tag {
  padding: 0 10px;
  height: 24px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  background: #000;
  color: #fff;
  text-transform: uppercase;
  margin-left: 0.1rem;
}
.product-list ul li a .t2 {
  color: #333;
  font-family: "RanyL";
  line-height: calc(22/16);
}
.product-list ul li a .arrow {
  width: 40px;
  height: 40px;
  border: 1px solid #dcdcdc;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.4s;
  color: #000;
  position: absolute;
  right: 0;
  bottom: 5px;
  z-index: 2;
  flex-shrink: 0;
}
@media (max-width: 991px) {
  .product-list ul li a .arrow {
    width: 30px;
    height: 30px;
  }
}
.product-list ul li a .arrow img,
.product-list ul li a .arrow svg {
  width: 12px;
  height: 12px;
  object-fit: contain;
}
.product-list ul li a .arrow:hover {
  background: var(--color);
  border: 1px solid var(--color);
  color: #fff;
}
.product-list ul li .img-box {
  width: 100%;
  background: #f5f5f7;
  border-radius: 0.24rem;
}
.product-list ul li .img-box .item {
  width: 100%;
  border-radius: 0.24rem;
  display: none;
}
.product-list ul li .img-box .item::before {
  padding-top: calc(500/524*100%);
}
.product-list ul li .img-box .item.on {
  display: block;
}
.product-list ul li .dian-box {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0.6rem;
  z-index: 2;
  display: flex;
  justify-content: center;
}
.product-list ul li .dian-box span {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  margin: 0 5px;
  cursor: pointer;
  position: relative;
  z-index: 1;
}
.product-list ul li .dian-box span::before {
  content: '';
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid #e1e1e1;
  opacity: 0;
  transition: all 0.4s;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.product-list ul li .dian-box span.on::before {
  opacity: 1;
}
.product-list ul li .dian-box .color1 {
  background: #fff;
}
.product-list ul li .dian-box .color2 {
  background: #525252;
}
.product-list ul li .dian-box .color3 {
  background: #4cc3e2;
}
.product-list ul li .dian-box .color4 {
  background: #d044ce;
}
.page-list {
  width: 100%;
  display: flex;
  justify-content: center;
}
.page-list a {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin: 0 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #0c0408;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .page-list a {
    width: 30px;
    height: 30px;
    margin: 0 5px;
  }
}
.page-list a:hover {
  color: var(--color);
}
.page-list a.on {
  color: var(--color);
  text-decoration: underline;
}
.page-list.more:hover {
  color: #0c0408;
}
.page-list.more.on {
  color: #0c0408;
}
.page-list .prev,
.page-list .next {
  border: 1px solid #000;
}
.page-list .prev svg,
.page-list .next svg {
  width: 12px;
  height: 12px;
  color: #000;
}
.page-list .prev:hover,
.page-list .next:hover {
  background: #000;
}
.page-list .prev:hover svg,
.page-list .next:hover svg {
  color: #fff;
}
.page-list .prev svg {
  transform: rotateZ(180deg);
}
.product-lists {
  width: 100%;
  padding: 0.64rem 0 1.6rem;
}
.product-lists .container .menu {
  display: flex;
  justify-content: center;
}
.product-lists .container .menu ul {
  display: flex;
}
.product-lists .container .menu ul li {
  margin-right: 0.84rem;
}
.product-lists .container .menu ul li:last-child {
  margin-right: 0;
}
.product-lists .container .menu ul li a {
  min-width: 1.2rem;
  padding: 0 0.1rem;
  line-height: calc(38/28);
  color: #000;
  font-family: "RanyL";
  transition: all 0.4s;
  border-bottom: 2px solid transparent;
  display: block;
  text-align: center;
}
.product-lists .container .menu ul li:hover a {
  color: var(--color);
}
.product-lists .container .menu ul li.on a {
  color: var(--color);
  border-bottom: 2px solid var(--color);
}
.product-lists .container .list {
  width: 100%;
  margin-top: 0.5rem;
}
.product-lists .container .list .l1 {
  width: 100%;
}
.product-lists .container .list .l1 ul {
  display: flex;
}
@media (max-width: 991px) {
  .product-lists .container .list .l1 ul {
    flex-wrap: wrap;
  }
}
.product-lists .container .list .l1 ul li {
  width: 50%;
  height: 5rem;
  margin: 0 8px 16px;
  border: 1px solid #e5e5e5;
  border-radius: 0.24rem;
  overflow: hidden;
  transition: all 0.4s;
  flex: 1 1 auto;
  background: #f5f5f7;
}
@media (max-width: 991px) {
  .product-lists .container .list .l1 ul li {
    width: calc(50% - 16px);
    flex: auto;
  }
}
@media (max-width: 767px) {
  .product-lists .container .list .l1 ul li {
    width: calc(100% - 16px);
  }
}
.product-lists .container .list .l1 ul li a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
}
.product-lists .container .list .l1 ul li a .tag {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
}
.product-lists .container .list .l1 ul li a .tag span {
  width: 0.88rem;
  height: 32px;
  color: #fff;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0 0 0.12rem 0.12rem;
  font-family: "RanyL";
  background: rgba(0, 0, 0, 0.1);
}
.product-lists .container .list .l1 ul li a .public-img {
  width: 100%;
  max-width: 3.4rem;
  margin: 0 auto;
}
.product-lists .container .list .l1 ul li a .public-img img:nth-child(2) {
  opacity: 0;
}
.product-lists .container .list .l1 ul li a .tbox {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  padding: 0 calc(0.4rem + 40px) 0.33rem 0.4rem;
  opacity: 0;
}
@media (max-width: 991px) {
  .product-lists .container .list .l1 ul li a .tbox {
    opacity: 1;
  }
}
.product-lists .container .list .l1 ul li a .tbox .t1 {
  color: #000;
  line-height: calc(32/28);
}
.product-lists .container .list .l1 ul li a .tbox .t2 {
  width: 400px;
  max-width: 100%;
  line-height: calc(22/16);
  font-family: "RanyL";
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.product-lists .container .list .l1 ul li a .tbox i {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #e5e5e5;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 0.4rem;
  bottom: 0.4rem;
}
@media (max-width: 767px) {
  .product-lists .container .list .l1 ul li a .tbox i {
    width: 30px;
    height: 30px;
  }
}
.product-lists .container .list .l1 ul li a .tbox i svg {
  width: 12px;
  height: 12px;
  color: #000;
}
.product-lists .container .list .l1 ul li:hover {
  width: calc(793/1600*100%);
  flex-shrink: 0;
}
@media (max-width: 991px) {
  .product-lists .container .list .l1 ul li:hover {
    width: calc(50% - 16px);
    flex: auto;
  }
}
@media (max-width: 767px) {
  .product-lists .container .list .l1 ul li:hover {
    width: calc(100% - 16px);
  }
}
.product-lists .container .list .l1 ul li:hover a .public-img {
  width: 3.4rem;
  margin: 0 auto;
}
.product-lists .container .list .l1 ul li:hover a .public-img img:nth-child(1) {
  opacity: 0;
}
.product-lists .container .list .l1 ul li:hover a .public-img img:nth-child(2) {
  opacity: 1;
}
.product-lists .container .list .l1 ul li:hover a .tbox {
  opacity: 1;
}
.product-lists .container .list .l2 {
  width: 100%;
}
.product-lists .container .list .l2 ul {
  display: flex;
}
@media (max-width: 767px) {
  .product-lists .container .list .l2 ul {
    flex-wrap: wrap;
  }
}
.product-lists .container .list .l2 ul li {
  width: 50%;
  height: 5rem;
  margin: 0 8px 16px;
  border: 1px solid #e5e5e5;
  border-radius: 0.24rem;
  overflow: hidden;
  transition: all 0.4s;
  flex: 1 1 auto;
  background: #f5f5f7;
}
@media (max-width: 767px) {
  .product-lists .container .list .l2 ul li {
    width: calc(100% - 16px);
    flex: auto;
  }
}
.product-lists .container .list .l2 ul li a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
}
.product-lists .container .list .l2 ul li a .tag {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
}
.product-lists .container .list .l2 ul li a .tag span {
  width: 0.88rem;
  height: 32px;
  color: #fff;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0 0 0.12rem 0.12rem;
  font-family: "RanyL";
}
.product-lists .container .list .l2 ul li a .public-img {
  width: 100%;
  max-width: 3.4rem;
  margin: 0 auto;
}
.product-lists .container .list .l2 ul li a .public-img img:nth-child(2) {
  opacity: 0;
}
.product-lists .container .list .l2 ul li a .tbox {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  padding: 0 calc(0.4rem + 40px) 0.33rem 0.4rem;
  opacity: 0;
}
@media (max-width: 991px) {
  .product-lists .container .list .l2 ul li a .tbox {
    opacity: 1;
  }
}
.product-lists .container .list .l2 ul li a .tbox .t1 {
  color: #000;
  line-height: calc(32/28);
}
.product-lists .container .list .l2 ul li a .tbox .t2 {
  width: 400px;
  max-width: 100%;
  line-height: calc(22/16);
  font-family: "RanyL";
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.product-lists .container .list .l2 ul li a .tbox i {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #e5e5e5;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 0.4rem;
  bottom: 0.4rem;
}
@media (max-width: 767px) {
  .product-lists .container .list .l2 ul li a .tbox i {
    width: 30px;
    height: 30px;
  }
}
.product-lists .container .list .l2 ul li a .tbox i svg {
  width: 12px;
  height: 12px;
  color: #000;
}
.product-lists .container .list .l2 ul li:hover {
  width: calc(793/1600*100%);
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .product-lists .container .list .l2 ul li:hover {
    width: calc(100% - 16px);
  }
}
.product-lists .container .list .l2 ul li:hover a .public-img {
  width: 3.4rem;
  margin: 0 auto;
}
.product-lists .container .list .l2 ul li:hover a .public-img img:nth-child(1) {
  opacity: 0;
}
.product-lists .container .list .l2 ul li:hover a .public-img img:nth-child(2) {
  opacity: 1;
}
.product-lists .container .list .l2 ul li:hover a .tbox {
  opacity: 1;
}
.product-lists .container .page-list {
  margin-top: 0.6rem;
}
.product-info-banner {
  width: 100%;
  position: relative;
  z-index: 1;
}
.product-info-banner .img {
  width: 100%;
  height: 8rem;
  display: flex;
  justify-content: center;
  overflow: hidden;
}
.product-info-banner .img img {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .product-info-banner .img .pc {
    display: none;
  }
}
.product-info-banner .img .mb {
  display: none;
}
@media (max-width: 991px) {
  .product-info-banner .img .mb {
    display: block;
  }
}
.product-info-banner .container {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.product-info-banner .container .tbox {
  width: 100%;
}
.product-info-banner .container .tbox .title {
  color: #000;
  line-height: 1;
}
.product-info-banner .container .tbox .txt {
  width: 465px;
  max-width: 100%;
  font-family: "RanyL";
  line-height: calc(30/24);
  margin-top: 8px;
  color: #000;
}
.product-info-banner .container .tbox .list {
  margin-top: 0.24rem;
}
.product-info-banner .container .tbox .list ul {
  display: flex;
  flex-wrap: wrap;
}
.product-info-banner .container .tbox .list ul li {
  min-width: 142px;
  border: 1px solid #7d7d7d;
  border-radius: 0.12rem;
  padding: 0.23rem 0.2rem 0.2rem;
  margin-right: 0.2rem;
}
@media (max-width: 767px) {
  .product-info-banner .container .tbox .list ul li {
    margin-bottom: 0.2rem;
  }
}
.product-info-banner .container .tbox .list ul li .icons {
  width: 30px;
  height: 30px;
  margin: 0 auto;
}
.product-info-banner .container .tbox .list ul li .icons img,
.product-info-banner .container .tbox .list ul li .icons svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.product-info-banner .container .tbox .list ul li .txts {
  color: #333;
  line-height: calc(20/16);
  text-align: center;
  font-family: "RanyL";
  margin-top: 0.14rem;
}
.product-info-banner .container .tbox2 {
  width: 100%;
}
.product-info-banner .container .tbox2 .title {
  color: #000;
  line-height: calc(70/60);
}
.product-info-banner .container .tbox2 .txt {
  width: 50%;
  font-family: "RanyL";
  line-height: calc(30/20);
  margin-top: 0.24rem;
  color: #000;
}
@media (max-width: 991px) {
  .product-info-banner .container .tbox2 .txt {
    width: 100%;
  }
}
.product-info-banner .container .tbox2 .list {
  display: flex;
  margin-top: 0.6rem;
}
.product-info-banner .container .tbox2 .list .item {
  min-width: 1.5rem;
  text-align: center;
  margin-right: 1.2rem;
}
.product-info-banner .container .tbox2 .list .item:last-child {
  margin-right: 0;
}
.product-info-banner .container .tbox2 .list .item .num {
  color: #29ca9e;
  line-height: 1;
}
.product-info-banner .container .tbox2 .list .item .txts {
  color: #333;
  line-height: calc(30/24);
  font-family: "RanyL";
  margin-top: 0.18rem;
}
.product-info-banner.t-top .container {
  top: 0;
  transform: translateX(-50%);
  padding-top: 1rem;
}
.product-info-banner.t-top .container .tbox .title {
  text-align: center;
}
.product-info-banner.t-top .container .tbox .txt {
  width: 100%;
  text-align: center;
}
.product-info-banner.t-top .container .tbox .list {
  display: flex;
  justify-content: center;
}
.product-info-banner.t-top .container .tbox2 .title {
  text-align: center;
}
.product-info-banner.t-top .container .tbox2 .txt {
  width: 100%;
  text-align: center;
}
.product-info-banner.t-top .container .tbox2 .list {
  display: flex;
  justify-content: center;
}
.product-info-box1 {
  width: 100%;
  padding: 1.2rem 0 0.9rem;
}
.product-info-box1 .container .list ul {
  width: calc(100% + 0.3rem);
  margin: 0 -0.15rem;
  display: flex;
  flex-wrap: wrap;
}
.product-info-box1 .container .list ul li {
  width: calc(25% - 0.3rem);
  border: 1px solid #f1f1f1;
  position: relative;
  z-index: 1;
  border-radius: 0.24rem;
  overflow: hidden;
  margin: 0 0.15rem 0.3rem;
}
@media (max-width: 991px) {
  .product-info-box1 .container .list ul li {
    width: calc(50% - 0.3rem);
  }
}
@media (max-width: 767px) {
  .product-info-box1 .container .list ul li {
    width: calc(100% - 0.3rem);
  }
}
.product-info-box1 .container .list ul li.w50 {
  width: calc(50% - 0.3rem);
}
@media (max-width: 991px) {
  .product-info-box1 .container .list ul li.w50 {
    width: calc(100% - 0.3rem);
  }
}
.product-info-box1 .container .list ul li .img {
  width: 100%;
  height: 3.8rem;
}
.product-info-box1 .container .list ul li .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product-info-box1 .container .list ul li .tbox {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  padding: 0.5rem 0 0 0.4rem;
}
.product-info-box1 .container .list ul li .tbox .t1 {
  color: #333;
  line-height: calc(30/28);
}
.product-info-box1 .container .list ul li .tbox .t2 {
  width: 490px;
  max-width: 100%;
  color: #333;
  line-height: calc(24/18);
  font-family: "RanyL";
  margin-top: 0.2rem;
}
.product-info-box2 {
  width: 100%;
  position: relative;
  z-index: 1;
}
.product-info-box2 .bg {
  width: 100%;
  height: 8rem;
  display: flex;
  justify-content: center;
  overflow: hidden;
}
.product-info-box2 .bg img {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .product-info-box2 .bg .pc {
    display: none;
  }
}
.product-info-box2 .bg .mb {
  display: none;
}
@media (max-width: 991px) {
  .product-info-box2 .bg .mb {
    display: block;
  }
}
.product-info-box2 .container {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  padding-top: 1.4rem;
}
.product-info-box2 .container .title {
  color: #000;
  text-align: center;
  line-height: calc(50/40);
}
.product-info-box2 .container .txt {
  color: #333;
  line-height: calc(30/20);
  text-align: center;
  font-family: "RanyL";
  margin-top: 0.2rem;
}
.product-info-box3 {
  width: 100%;
  padding: 1.2rem 0 0.7rem;
}
.product-info-box3 .container .title {
  color: #000;
  text-align: center;
  line-height: calc(50/40);
}
.product-info-box3 .container .txt {
  color: #333;
  line-height: calc(30/20);
  text-align: center;
  font-family: "RanyL";
  margin-top: 0.2rem;
}
.product-info-box3 .container .list {
  width: 100%;
  border: 1px solid #e5e5e5;
  border-radius: 0.24rem;
  display: flex;
  flex-wrap: wrap;
  margin-top: 0.75rem;
  padding: 0.15rem 0 0.68rem;
}
.product-info-box3 .container .list .item {
  width: 50%;
  position: relative;
  z-index: 1;
}
@media (max-width: 991px) {
  .product-info-box3 .container .list .item {
    width: 100%;
    margin-bottom: 0.5rem;
  }
  .product-info-box3 .container .list .item:last-child {
    margin-bottom: 0;
  }
}
.product-info-box3 .container .list .item::after {
  content: '';
  width: 1px;
  height: calc(100% - 0.45rem);
  background: #e5e5e5;
  position: absolute;
  left: 100%;
  bottom: 0;
  z-index: 1;
}
@media (max-width: 991px) {
  .product-info-box3 .container .list .item::after {
    display: none;
  }
}
.product-info-box3 .container .list .item:nth-child(2n)::after {
  display: none;
}
.product-info-box3 .container .list .item .public-img {
  width: 700px;
  max-width: 90%;
  margin: 0 auto;
}
.product-info-box3 .container .list .item .public-img::before {
  padding-top: calc(500/700*100%);
}
.product-info-box3 .container .list .item .t1 {
  margin-top: 0.4rem;
  text-align: center;
  color: #333;
  line-height: calc(30/24);
}
.product-info-box3 .container .list .item .t2 {
  width: 610px;
  max-width: 90%;
  color: #333;
  line-height: calc(24/18);
  text-align: center;
  font-family: "RanyL";
  margin: 0.2rem auto 0;
}
.product-info-box4 {
  width: 100%;
  padding: 0.7rem 0 0.7rem;
}
.product-info-box4 .container .title {
  color: #000;
  text-align: center;
  line-height: calc(50/40);
}
.product-info-box4 .container .txt {
  color: #333;
  line-height: calc(30/20);
  text-align: center;
  font-family: "RanyL";
  margin-top: 0.2rem;
}
.product-info-box4 .container .list {
  width: 100%;
  margin-top: 0.55rem;
}
.product-info-box4 .container .list ul {
  width: calc(100% + 0.4rem);
  margin: 0 -0.2rem;
  display: flex;
  flex-wrap: wrap;
}
.product-info-box4 .container .list ul li {
  width: calc(50% - 0.4rem);
  margin: 0 0.2rem;
}
@media (max-width: 991px) {
  .product-info-box4 .container .list ul li {
    width: calc(100% - 0.4rem);
    margin: 0 0.2rem 0.6rem;
  }
  .product-info-box4 .container .list ul li:last-child {
    margin-bottom: 0;
  }
}
.product-info-box4 .container .list ul li .public-img {
  width: 100%;
  border-radius: 0.24rem;
}
.product-info-box4 .container .list ul li .public-img::before {
  padding-top: calc(585/780*100%);
}
.product-info-box4 .container .list ul li .public-img video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
}
.product-info-box4 .container .list ul li .t1 {
  text-align: center;
  margin-top: 0.4rem;
  color: #333;
  line-height: calc(30/24);
}
.product-info-box4 .container .list ul li .t2 {
  color: #333;
  line-height: calc(24/18);
  text-align: center;
  margin-top: 0.2rem;
  font-family: "RanyL";
}
.product-info-box5 {
  width: 100%;
  padding: 1rem 0;
}
.product-info-box5 .container ul li {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 1rem;
}
@media (max-width: 991px) {
  .product-info-box5 .container ul li {
    margin-bottom: 0.5rem;
  }
}
.product-info-box5 .container ul li:last-child {
  margin-bottom: 0;
}
.product-info-box5 .container ul li:nth-child(2n - 1) .tbox {
  order: -1;
}
@media (max-width: 991px) {
  .product-info-box5 .container ul li:nth-child(2n - 1) .tbox {
    order: 1;
  }
}
.product-info-box5 .container ul li .public-img {
  width: calc(780/1600*100%);
  border-radius: 0.24rem;
}
@media (max-width: 991px) {
  .product-info-box5 .container ul li .public-img {
    width: 100%;
  }
}
.product-info-box5 .container ul li .public-img::before {
  padding-top: calc(585/780*100%);
}
.product-info-box5 .container ul li .tbox {
  width: calc(500/1600*100%);
}
@media (max-width: 1260px) {
  .product-info-box5 .container ul li .tbox {
    width: calc(680/1600*100%);
  }
}
@media (max-width: 991px) {
  .product-info-box5 .container ul li .tbox {
    width: 100%;
    margin-top: 0.3rem;
  }
}
.product-info-box5 .container ul li .tbox .t1 {
  color: #000;
  line-height: calc(50/40);
}
.product-info-box5 .container ul li .tbox .t2 {
  margin-top: 0.2rem;
  line-height: calc(30/20);
  color: #666;
  font-family: "RanyL";
}
.product-info-box6 {
  width: 100%;
  padding: 1rem 0 0.6rem;
}
.product-info-box6 .container .title {
  color: #000;
  text-align: center;
  line-height: calc(60/40);
}
.product-info-box6 .container .img {
  width: 100%;
  height: 7.8rem;
  border-radius: 0.24rem;
  overflow: hidden;
  position: relative;
  z-index: 1;
  margin-top: 0.6rem;
}
.product-info-box6 .container .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .product-info-box6 .container .img .pc {
    display: none;
  }
}
.product-info-box6 .container .img .mb {
  display: none;
}
@media (max-width: 991px) {
  .product-info-box6 .container .img .mb {
    display: block;
  }
}
.product-info-box6 .container .img video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
}
.product-info-box6 .container .img .video-play {
  width: 0.65rem;
  height: 0.65rem;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 4;
  cursor: pointer;
  color: #fff;
}
.product-info-box6 .container .img .video-play svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.product-info-box7 {
  width: 100%;
  position: relative;
  z-index: 1;
  margin-top: 0.4rem;
}
.product-info-box7 .img {
  width: 100%;
  height: 8rem;
  display: flex;
  justify-content: center;
  overflow: hidden;
}
.product-info-box7 .img img {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .product-info-box7 .img .pc {
    display: none;
  }
}
.product-info-box7 .img .mb {
  display: none;
}
@media (max-width: 991px) {
  .product-info-box7 .img .mb {
    display: block;
  }
}
.product-info-box7 .container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.product-info-box7 .container .tbox {
  width: calc(640/1600*100%);
}
@media (max-width: 991px) {
  .product-info-box7 .container .tbox {
    width: 450px;
  }
}
@media (max-width: 767px) {
  .product-info-box7 .container .tbox {
    width: 100%;
  }
}
.product-info-box7 .container .tbox .title {
  color: #000;
  line-height: calc(56/40);
}
.product-info-box7 .container .tbox .txt {
  width: 450px;
  max-width: 100%;
  color: #666;
  line-height: calc(30/20);
  font-family: "RanyL";
  margin-top: 0.2rem;
}
.product-info-box7 .container.box2 {
  display: flex;
  justify-content: flex-end;
}
.product-info-box7 .container.box2 .container .tbox {
  width: calc(640/1510*100%);
}
.product-info-box8 {
  width: 100%;
  padding: 1rem 0 0;
}
.product-info-box8 .container ul li {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 1px solid #e5e5e5;
  border-radius: 0.24rem;
}
@media (max-width: 991px) {
  .product-info-box8 .container ul li {
    margin-bottom: 0.5rem;
    padding: 0.3rem;
  }
}
@media (max-width: 767px) {
  .product-info-box8 .container ul li {
    margin-bottom: 0.3rem;
  }
}
.product-info-box8 .container ul li:last-child {
  margin-bottom: 0;
}
.product-info-box8 .container ul li:nth-child(2n - 1) .tbox {
  order: -1;
  margin: 0;
  margin-left: 0.4rem;
}
@media (max-width: 1260px) {
  .product-info-box8 .container ul li:nth-child(2n - 1) .tbox {
    margin-left: 0;
  }
}
@media (max-width: 991px) {
  .product-info-box8 .container ul li:nth-child(2n - 1) .tbox {
    order: 1;
    margin-top: 0.3rem;
  }
}
.product-info-box8 .container ul li .public-img {
  width: calc(780/1500*100%);
  border-radius: 0.24rem;
}
@media (max-width: 991px) {
  .product-info-box8 .container ul li .public-img {
    width: 100%;
  }
}
.product-info-box8 .container ul li .public-img::before {
  padding-top: calc(585/780*100%);
}
.product-info-box8 .container ul li .tbox {
  width: calc(500/1500*100%);
  margin-right: 0.4rem;
}
@media (max-width: 1260px) {
  .product-info-box8 .container ul li .tbox {
    width: calc(680/1600*100%);
    margin-right: 0;
  }
}
@media (max-width: 991px) {
  .product-info-box8 .container ul li .tbox {
    width: 100%;
    margin-top: 0.3rem;
  }
}
.product-info-box8 .container ul li .tbox .t1 {
  color: #000;
  line-height: calc(50/40);
}
.product-info-box8 .container ul li .tbox .t2 {
  margin-top: 0.2rem;
  line-height: calc(30/20);
  color: #666;
  font-family: "RanyL";
}
.product-info-box9 {
  width: 100%;
  padding: 1.2rem 0 0.6rem;
}
.product-info-box9 .container {
  position: relative;
  z-index: 1;
}
.product-info-box9 .container .title {
  line-height: calc(50/40);
  text-align: center;
  color: #000;
}
.product-info-box9 .container .list {
  width: 100%;
  overflow: hidden;
  margin-top: 0.53rem;
  position: relative;
  z-index: 1;
}
.product-info-box9 .container .list ul li {
  display: none;
}
.product-info-box9 .container .list ul li.on {
  display: block;
}
.product-info-box9 .container .list ul li .swiper-container {
  width: 100%;
  position: relative;
  z-index: 1;
}
.product-info-box9 .container .list ul li .swiper-container .swiper-slide .public-img {
  width: 100%;
}
.product-info-box9 .container .list ul li .color {
  display: flex;
  justify-content: center;
  margin-top: 0.93rem;
}
.product-info-box9 .container .list ul li .color span {
  min-width: 120px;
  height: 44px;
  border-radius: 22px;
  border: 1px solid #474747;
  padding: 0 0.2rem;
  color: #000;
  text-transform: capitalize;
  display: flex;
  justify-content: center;
  align-items: center;
}
.product-info-box9 .container .menu {
  position: absolute;
  bottom: 66px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
}
.product-info-box9 .container .menu ul {
  display: flex;
}
.product-info-box9 .container .menu ul li {
  margin-right: 0.14rem;
  display: flex;
  position: relative;
  z-index: 1;
}
@media (max-width: 991px) {
  .product-info-box9 .container .menu ul li {
    margin-right: 10px;
  }
}
.product-info-box9 .container .menu ul li:last-child {
  margin-right: 0;
}
.product-info-box9 .container .menu ul li span {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  border: 1px solid #e1e1e1;
  cursor: pointer;
  position: relative;
  z-index: 2;
}
@media (max-width: 991px) {
  .product-info-box9 .container .menu ul li span {
    width: 18px;
    height: 18px;
  }
}
.product-info-box9 .container .menu ul li.on::before {
  content: '';
  width: 30px;
  height: 30px;
  background: rgba(4, 0, 0, 0.16);
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
@media (max-width: 991px) {
  .product-info-box9 .container .menu ul li.on::before {
    width: 24px;
    height: 24px;
  }
}
.product-info-box10 {
  width: 100%;
  padding: 0.6rem 0 0;
}
.product-info-box10 .container .title {
  line-height: calc(50/40);
  text-align: center;
  color: #000;
}
.product-info-box10 .container .list {
  width: 100%;
  margin-top: 0.58rem;
}
.product-info-box10 .container .list ul {
  width: calc(100% + 0.4rem);
  margin: 0 -0.2rem;
  display: flex;
  flex-wrap: wrap;
}
.product-info-box10 .container .list ul li {
  width: calc(25% - 0.4rem);
  margin: 0 0.2rem 0.4rem;
  position: relative;
  z-index: 1;
}
@media (max-width: 991px) {
  .product-info-box10 .container .list ul li {
    width: calc(50% - 0.4rem);
    margin: 0 0.2rem 0.4rem;
  }
}
@media (max-width: 767px) {
  .product-info-box10 .container .list ul li {
    width: calc(100% - 0.4rem);
  }
}
.product-info-box10 .container .list ul li .public-img {
  width: 100%;
  border: 1px solid #e5e5e5;
  border-radius: 0.24rem;
}
.product-info-box10 .container .list ul li .public-img::before {
  padding-top: calc(494/370*100%);
}
.product-info-box10 .container .list ul li .public-img::after {
  content: '';
  width: 100%;
  height: 50%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  background: linear-gradient(to top, #ffffff, rgba(255, 255, 255, 0));
}
.product-info-box10 .container .list ul li .txt {
  width: 100%;
  color: #0c0408;
  text-align: center;
  position: absolute;
  left: 0;
  bottom: 0.22rem;
  z-index: 2;
  font-family: "RanyL";
}
.product-info-box11 {
  width: 100%;
  padding: 1.1rem 0 0;
}
.product-info-box11 .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.product-info-box11 .container .tbox {
  width: calc(850/1600*100%);
  padding-top: 0.46rem;
}
@media (max-width: 991px) {
  .product-info-box11 .container .tbox {
    width: 100%;
  }
}
.product-info-box11 .container .tbox .title {
  color: #000;
  line-height: calc(50/40);
  padding-left: 0.4rem;
}
.product-info-box11 .container .tbox .list {
  margin-top: 1.38rem;
}
.product-info-box11 .container .tbox .list ul {
  display: flex;
  flex-wrap: wrap;
}
.product-info-box11 .container .tbox .list ul li {
  width: calc(33.33%);
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 0.8rem;
}
.product-info-box11 .container .tbox .list ul li:nth-child(3n) {
  border-right: none;
}
@media (max-width: 767px) {
  .product-info-box11 .container .tbox .list ul li:nth-child(3n) {
    border-right: 1px solid rgba(0, 0, 0, 0.1);
  }
}
@media (max-width: 767px) {
  .product-info-box11 .container .tbox .list ul li {
    width: 50%;
  }
  .product-info-box11 .container .tbox .list ul li:nth-child(2n) {
    border-right: none;
  }
}
.product-info-box11 .container .tbox .list ul li .icons {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}
.product-info-box11 .container .tbox .list ul li .t1 {
  line-height: calc(22/16);
  text-align: center;
  color: #666;
  margin-top: 0.16rem;
}
.product-info-box11 .container .tbox .list ul li .t2 {
  color: #0c0408;
  text-align: center;
  line-height: calc(30/20);
  margin-top: 7px;
}
.product-info-box11 .container .img {
  width: calc(700/1600*100%);
}
@media (max-width: 991px) {
  .product-info-box11 .container .img {
    width: 100%;
  }
}
.product-info-box12 {
  width: 100%;
  padding: 0.95rem 0;
}
.product-info-box12 .container {
  border: 1px solid #e5e5e5;
  border-radius: 0.24rem;
  padding: 0.93rem 0 0;
}
.product-info-box12 .container .title {
  line-height: calc(58/48);
  text-align: center;
  color: #000;
}
.product-info-box12 .container .list {
  width: 100%;
  padding: 0.35rem 0.4rem 0.2rem;
}
.product-info-box12 .container .list .swiper-container {
  overflow: hidden;
}
.product-info-box12 .container .list .swiper-container .swiper-slide .public-img {
  width: 100%;
}
.product-info-box12 .container .list .swiper-container .swiper-slide .public-img::before {
  padding-top: calc(350/300*100%);
}
.product-info-box12 .container .list .swiper-container .swiper-slide .num {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background: #00c08b;
  position: relative;
  z-index: 2;
  margin: -0.45rem auto 0;
}
.product-info-box12 .container .list .swiper-container .swiper-slide .txt {
  margin-top: 0.25rem;
  line-height: calc(24/20);
  text-align: center;
  color: #333;
  font-family: "RanyL";
}
.product-info-box12 .container .list .ck-box {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 0.55rem;
}
.product-info-box12 .container .list .ck-box .swiper-pagination {
  width: 100%;
  height: 1px;
  margin-right: 0.3rem;
  position: relative;
  z-index: 1;
  bottom: initial;
  background: rgba(229, 229, 229, 0.6);
}
.product-info-box12 .container .list .ck-box .swiper-pagination .swiper-pagination-progressbar-fill {
  height: 3px;
  margin-top: -1px;
}
.product-info-box12 .container .list .ck-box .ck {
  display: flex;
  flex-shrink: 0;
}
.product-info-box12 .container .list .ck-box .ck .swiper-prev,
.product-info-box12 .container .list .ck-box .ck .swiper-next {
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.product-info-box12 .container .list .ck-box .ck .swiper-prev svg,
.product-info-box12 .container .list .ck-box .ck .swiper-next svg {
  width: 17px;
  height: auto;
  color: #333;
  transition: all 0.4s;
}
.product-info-box12 .container .list .ck-box .ck .swiper-prev:hover svg,
.product-info-box12 .container .list .ck-box .ck .swiper-next:hover svg {
  color: var(--color);
}
.product-info-box12 .container .list .ck-box .ck .swiper-prev {
  margin-right: 0.12rem;
}
.product-info-box12 .container .list .ck-box .ck .swiper-prev svg {
  transform: rotateZ(180deg);
}
.product-info-box13 {
  width: 100%;
  padding: 1.35rem 0;
}
.product-info-box13 .container .title {
  color: #000;
  line-height: calc(58/48);
  text-align: center;
}
.product-info-box13 .container .list {
  width: 100%;
  margin-top: 0.48rem;
}
.product-info-box13 .container .list .swiper-container {
  width: 100%;
  overflow: hidden;
}
.product-info-box13 .container .list .swiper-container .swiper-slide a {
  display: block;
}
.product-info-box13 .container .list .swiper-container .swiper-slide a .public-img {
  width: 100%;
}
.product-info-box13 .container .list .swiper-container .swiper-slide a .public-img::before {
  padding-top: calc(320/360*100%);
}
.product-info-box13 .container .list .swiper-container .swiper-slide a .txt {
  text-align: center;
  line-height: calc(30/20);
  margin-top: 0.12rem;
  font-family: "RanyL";
}
.product-info-box13 .container .list .swiper-container .swiper-slide a:hover .public-img img {
  transform: scale(1.05);
}
.product-info-box13 .container .list .swiper-container .swiper-slide a:hover .txt {
  color: var(--color);
}
.product-info-box13 .container .list .swiper-pagination {
  width: 100%;
  position: relative;
  z-index: 1;
  bottom: initial;
  margin-top: 0.3rem;
}
.product-sticks-box1 {
  width: 100%;
  padding: 1.2rem 0 0;
}
.product-sticks-box1 .container .list {
  width: 100%;
  border: 1px solid #e5e5e5;
  border-radius: 0.24rem;
}
.product-sticks-box1 .container .list ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.product-sticks-box1 .container .list ul li {
  width: calc(33.33%);
  padding: 0.8rem 0;
}
@media (max-width: 767px) {
  .product-sticks-box1 .container .list ul li {
    width: 100%;
  }
}
.product-sticks-box1 .container .list ul li .icons {
  width: 0.8rem;
  height: 0.8rem;
  display: flex;
  align-items: center;
  margin: 0 auto;
}
.product-sticks-box1 .container .list ul li .icons img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.product-sticks-box1 .container .list ul li .t1 {
  text-align: center;
  color: #333;
  line-height: calc(30/24);
  margin-top: 0.15rem;
}
.product-sticks-box1 .container .list ul li .t2 {
  text-align: center;
  color: #666;
  line-height: calc(24/16);
  margin-top: 0.1rem;
  font-family: "RanyL";
}
.product-sticks-box2 {
  width: 100%;
  padding: 1.2rem 0 1.5rem;
}
.product-sticks-box2 .container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.product-sticks-box2 .container .tbox {
  width: calc(780/1600*100%);
  border-bottom: 1px solid #c9c9c9;
}
@media (max-width: 991px) {
  .product-sticks-box2 .container .tbox {
    width: 100%;
    margin-top: 0.5rem;
  }
}
.product-sticks-box2 .container .tbox ul li {
  padding: 0;
  padding: 0.35rem 0;
  border-top: 1px solid #c9c9c9;
  transition: all 0.4s;
}
@media (max-width: 1025px) {
  .product-sticks-box2 .container .tbox ul li {
    padding: 0.2rem 0;
  }
}
.product-sticks-box2 .container .tbox ul li::after {
  content: '';
  width: 0;
  height: 1px;
  background: var(--color);
  position: absolute;
  left: 0;
  top: -1px;
  z-index: 2;
  transition: all 0.4s;
}
.product-sticks-box2 .container .tbox ul li .t1 {
  width: 100%;
  display: flex;
  align-items: baseline;
  cursor: pointer;
}
.product-sticks-box2 .container .tbox ul li .t1 .num {
  width: 50px;
  flex-shrink: 0;
  color: #000;
  line-height: calc(22/18);
  font-family: "RanyL";
  transition: all 0.4s;
  opacity: 0;
}
@media (max-width: 767px) {
  .product-sticks-box2 .container .tbox ul li .t1 .num {
    width: 30px;
  }
}
.product-sticks-box2 .container .tbox ul li .t1 .txt {
  line-height: calc(42/32);
  color: #666;
  transition: all 0.4s;
}
.product-sticks-box2 .container .tbox ul li .t2 {
  width: 690px;
  max-width: 100%;
  height: 2.05rem;
  color: #666;
  line-height: calc(30/18);
  font-family: "RanyL";
  padding-left: 50px;
  display: none;
}
@media (max-width: 1580px) {
  .product-sticks-box2 .container .tbox ul li .t2 {
    height: 1.85rem;
  }
}
@media (max-width: 1260px) {
  .product-sticks-box2 .container .tbox ul li .t2 {
    height: 1.55rem;
  }
}
@media (max-width: 1025px) {
  .product-sticks-box2 .container .tbox ul li .t2 {
    height: 1.2rem;
  }
}
@media (max-width: 767px) {
  .product-sticks-box2 .container .tbox ul li .t2 {
    padding-left: 30px;
  }
}
.product-sticks-box2 .container .tbox ul li:hover::before {
  width: 100%;
}
.product-sticks-box2 .container .tbox ul li:hover .t1 .txt {
  color: #000;
}
.product-sticks-box2 .container .tbox ul li.on {
  padding: 0.45rem 0;
}
@media (max-width: 1025px) {
  .product-sticks-box2 .container .tbox ul li.on {
    padding: 0.2rem 0;
  }
}
.product-sticks-box2 .container .tbox ul li.on .t1 .num {
  opacity: 1;
}
.product-sticks-box2 .container .tbox ul li.on .t1 .txt {
  color: #000;
}
.product-sticks-box2 .container .tbox ul li.on .t2 {
  margin-top: 0.2rem;
}
@media (max-width: 1025px) {
  .product-sticks-box2 .container .tbox ul li.on .t2 {
    margin-top: 0.1rem;
  }
}
.product-sticks-box2 .container .imgbox {
  width: calc(780/1600*100%);
}
@media (max-width: 991px) {
  .product-sticks-box2 .container .imgbox {
    width: 100%;
    order: -1;
  }
}
.product-sticks-box2 .container .imgbox ul li {
  width: 100%;
  display: none;
}
.product-sticks-box2 .container .imgbox ul li.on {
  display: block;
}
.product-sticks-box2 .container .imgbox ul li .public-img {
  width: 100%;
  border-radius: 0.24rem;
}
.product-sticks-box2 .container .imgbox ul li .public-img::before {
  padding-top: calc(585/780*100%);
}
.product-sticks-box3 {
  width: 100%;
  padding: 1.3rem 0 1.15rem;
  background: linear-gradient(to right, #f5f5f5, #fff);
}
.product-sticks-box3 .container .title {
  line-height: calc(50/40);
  text-align: center;
  color: #000;
}
.product-sticks-box3 .container .box {
  width: 1000px;
  max-width: 100%;
  margin: 0.45rem auto 0;
  border-bottom: 1px solid #e5e5e5;
}
.product-sticks-box3 .container .box .box1 {
  width: 78%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .product-sticks-box3 .container .box .box1 {
    width: 100%;
  }
}
.product-sticks-box3 .container .box .box1 .item1 {
  width: 50%;
  background: #fff;
  position: relative;
  z-index: 1;
  border: 1px solid #e5e5e5;
  border-bottom: none;
}
.product-sticks-box3 .container .box .box1 .item1 .public-img {
  width: 100%;
  position: relative;
  z-index: 2;
}
.product-sticks-box3 .container .box .box1 .item1 .public-img::before {
  padding-top: calc(465/380*100%);
}
.product-sticks-box3 .container .box .box1 .item1 .txts {
  width: 100%;
  line-height: calc(72/60);
  font-weight: bold;
  color: rgba(12, 4, 8, 0.1);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  z-index: 1;
  text-align: center;
}
.product-sticks-box3 .container .box .box1 .item2 {
  width: 50%;
  position: relative;
  z-index: 1;
  transition: all 0.4s 0.4s;
  opacity: 0;
}
.product-sticks-box3 .container .box .box1 .item2 .public-img {
  width: 100%;
  position: relative;
  z-index: 2;
}
.product-sticks-box3 .container .box .box1 .item2 .public-img::before {
  padding-top: calc(465/380*100%);
}
.product-sticks-box3 .container .box .box1 .item2 .icons {
  width: 100%;
  height: 1.34rem;
  padding-right: 0.25rem;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  background: #3aaf91;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.product-sticks-box3 .container .box .box1 .item2 .icons img {
  height: 32px;
}
.product-sticks-box3 .container .box .line {
  width: 100%;
  height: 30px;
  margin-top: 0.2rem;
  position: relative;
  z-index: 1;
  background: url(../images/product-sticks-box3-icon2-1.png) left top repeat-x;
}
.product-sticks-box3 .container .box .line .ls {
  width: 100%;
  height: 100%;
  background: url(../images/product-sticks-box3-icon2.png) left top repeat-x;
  position: relative;
  z-index: 2;
  transition: all 0.8s 0.8s;
}
.product-sticks-box3 .container .box .line .ls span {
  position: absolute;
  top: calc(100% + 0.14rem);
  right: 0;
  z-index: 2;
  color: #00c08b;
  opacity: 0;
  transition: all 0.4s 1.6s;
}
.product-sticks-box3 .container .box .line .ls span::after {
  content: '';
  width: 8px;
  height: 11px;
  background: url(../images/product-sticks-box3-icon3.png) center center no-repeat;
  background-size: contain;
  position: absolute;
  top: 3px;
  left: 110%;
}
.product-sticks-box3 .container .box.on .box1 .item1 {
  opacity: 1;
}
.product-sticks-box3 .container .box.on .box1 .item2 {
  opacity: 1;
}
.product-sticks-box3 .container .box.on .line .ls {
  width: 4.5%;
}
.product-sticks-box3 .container .box.on .line .ls span {
  opacity: 1;
}
.product-sticks-box3 .container .txt {
  width: 1060px;
  max-width: 100%;
  margin: 0.7rem auto 0;
  line-height: calc(24/18);
  color: #333;
  text-align: center;
}
.product-sticks-box4 {
  width: 100%;
  padding: 1.25rem 0 1.6rem;
}
.product-sticks-box4 .container .title {
  line-height: calc(50/40);
  text-align: center;
  color: #000;
}
.product-sticks-box4 .container .box {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 0.45rem;
}
.product-sticks-box4 .container .box .r-box {
  width: calc(970/1600*100%);
  display: flex;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .product-sticks-box4 .container .box .r-box {
    width: 100%;
  }
}
.product-sticks-box4 .container .box .r-box .left {
  width: calc(620/970*100%);
}
@media (max-width: 767px) {
  .product-sticks-box4 .container .box .r-box .left {
    width: 100%;
  }
}
.product-sticks-box4 .container .box .r-box .left .imgl1 {
  width: 100%;
}
.product-sticks-box4 .container .box .r-box .left .imgl1 ul li {
  width: 100%;
  display: none;
}
.product-sticks-box4 .container .box .r-box .left .imgl1 ul li .public-img {
  width: 100%;
  background: #f5f5f7;
  border-radius: 0.24rem;
}
.product-sticks-box4 .container .box .r-box .left .imgl1 ul li .public-img::before {
  padding-top: calc(380/620*100%);
}
.product-sticks-box4 .container .box .r-box .left .imgl1 ul li.on {
  display: block;
}
.product-sticks-box4 .container .box .r-box .left .tbox {
  width: 100%;
  border: 1px solid currentColor;
  border-radius: 0.24rem;
  padding: 0.6rem 0.33rem 0.45rem;
  margin-top: 0.1rem;
}
@media (max-width: 767px) {
  .product-sticks-box4 .container .box .r-box .left .tbox {
    flex-wrap: wrap;
    padding: 0.3rem;
  }
}
.product-sticks-box4 .container .box .r-box .left .tbox .tbs {
  width: 100%;
  display: none;
}
.product-sticks-box4 .container .box .r-box .left .tbox .tbs.on {
  display: flex;
  justify-content: space-between;
}
.product-sticks-box4 .container .box .r-box .left .tbox .txt {
  width: 250px;
  color: #333;
  line-height: calc(22/18);
  font-family: "RanyL";
}
@media (max-width: 767px) {
  .product-sticks-box4 .container .box .r-box .left .tbox .txt {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .product-sticks-box4 .container .box .r-box .left .tbox .txt2 {
    width: 100%;
    margin-top: 0.2rem;
  }
}
.product-sticks-box4 .container .box .r-box .left .tbox .txt2 .ts {
  display: flex;
  align-items: center;
  margin-bottom: 0.1rem;
}
.product-sticks-box4 .container .box .r-box .left .tbox .txt2 .ts span {
  width: 80px;
  flex-shrink: 0;
  color: #333;
  line-height: calc(22/18);
}
.product-sticks-box4 .container .box .r-box .left .tbox .txt2 .ts i {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 1px solid currentColor;
  transition: all 0.4s;
  margin-right: 3px;
}
.product-sticks-box4 .container .box .r-box .left .tbox .txt2 .ts i.on {
  background: currentColor;
}
.product-sticks-box4 .container .box .r-box .right {
  width: calc(340/970*100%);
}
@media (max-width: 767px) {
  .product-sticks-box4 .container .box .r-box .right {
    display: none;
  }
}
.product-sticks-box4 .container .box .r-box .right ul li {
  width: 100%;
  display: none;
}
.product-sticks-box4 .container .box .r-box .right ul li .public-img {
  width: 100%;
  background: #f5f5f7;
  border-radius: 0.24rem;
}
.product-sticks-box4 .container .box .r-box .right ul li .public-img::before {
  padding-top: calc(590/340*100%);
}
.product-sticks-box4 .container .box .r-box .right ul li.on {
  display: block;
}
.product-sticks-box4 .container .box .l-box {
  width: 410px;
  order: -1;
}
@media (max-width: 991px) {
  .product-sticks-box4 .container .box .l-box {
    width: 100%;
    margin-top: 0.5rem;
    order: 2;
  }
}
.product-sticks-box4 .container .box .l-box .tb .ts {
  display: none;
}
.product-sticks-box4 .container .box .l-box .tb .ts.on {
  display: block;
}
.product-sticks-box4 .container .box .l-box .t1 {
  color: #333;
  line-height: calc(42/32);
}
.product-sticks-box4 .container .box .l-box .t2 {
  line-height: calc(22/18);
  color: #333;
  margin-top: 0.16rem;
}
.product-sticks-box4 .container .box .l-box .color {
  width: 100%;
  margin-top: 0.76rem;
}
.product-sticks-box4 .container .box .l-box .color ul {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .product-sticks-box4 .container .box .l-box .color ul {
    justify-content: center;
  }
}
.product-sticks-box4 .container .box .l-box .color ul li {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  position: relative;
  z-index: 1;
  transition: all 0.4s;
  border: 1px solid transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
@media (max-width: 1260px) {
  .product-sticks-box4 .container .box .l-box .color ul li {
    width: 32px;
    height: 32px;
  }
}
.product-sticks-box4 .container .box .l-box .color ul li span {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: currentColor;
  transition: all 0.4s;
}
@media (max-width: 1260px) {
  .product-sticks-box4 .container .box .l-box .color ul li span {
    width: 15px;
    height: 15px;
  }
}
.product-sticks-box4 .container .box .l-box .color ul li.on {
  border: 1px solid #dcdcdc;
  background: #fff;
}
.product-sticks-box4 .container .box .l-box .color ul li.on span {
  width: 32px;
  height: 32px;
}
@media (max-width: 1260px) {
  .product-sticks-box4 .container .box .l-box .color ul li.on span {
    width: 22px;
    height: 22px;
  }
}
.product-sticks-box5 {
  width: 100%;
  background: #f7f7f7;
  padding: 1.2rem 0;
}
.product-sticks-box5 .container .title {
  text-align: center;
  line-height: calc(50/40);
  color: #000;
}
.product-sticks-box5 .container .img {
  width: 100%;
  margin-top: 0.6rem;
}
.product-sticks-box5 .container .img img {
  width: 100%;
}
@media (max-width: 991px) {
  .product-sticks-box5 .container .img .pc {
    display: none;
  }
}
.product-sticks-box5 .container .img .mb {
  display: none;
}
@media (max-width: 991px) {
  .product-sticks-box5 .container .img .mb {
    display: block;
  }
}
.product-info-mb-box1 {
  width: 100%;
  position: relative;
  z-index: 1;
}
.product-info-mb-box1 .img {
  width: 100%;
  height: 8rem;
  display: flex;
  justify-content: center;
  overflow: hidden;
}
.product-info-mb-box1 .img img {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .product-info-mb-box1 .img .pc {
    display: none;
  }
}
.product-info-mb-box1 .img .mb {
  display: none;
}
@media (max-width: 991px) {
  .product-info-mb-box1 .img .mb {
    display: block;
  }
}
.product-info-mb-box1 .container {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  padding: 1.2rem 0 0;
}
@media (max-width: 991px) {
  .product-info-mb-box1 .container {
    padding: 0.8rem 0 0;
  }
}
@media (max-width: 767px) {
  .product-info-mb-box1 .container {
    padding: 0.6rem 0 0;
  }
}
.product-info-mb-box1 .container .title {
  line-height: calc(1);
  text-align: center;
  color: #000;
}
.product-info-mb-box1 .container .txt {
  color: #333;
  line-height: calc(30/24);
  font-family: "RanyL";
  text-align: center;
  margin-top: 4px;
}
.product-info-mb-box1 .container .tag {
  display: flex;
  justify-content: center;
  margin-top: 0.25rem;
}
.product-info-mb-box1 .container .tag a {
  height: 40px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  border: 1px solid #333;
  color: #333;
  font-family: "RanyL";
  padding: 0 0.24rem;
  margin-right: 0.1rem;
  transition: all 0.4s;
}
.product-info-mb-box1 .container .tag a:last-child {
  margin-right: 0;
}
.product-info-mb-box1 .container .tag a:hover {
  border: 1px solid var(--color);
  color: var(--color);
}
.product-info-mb-box2 {
  width: 100%;
  padding: 1.3rem 0;
}
@media (max-width: 767px) {
  .product-info-mb-box2 {
    padding: 1.2rem 0;
  }
}
.product-info-mb-box2 .container .list {
  width: calc(100% + 0.2rem);
  margin: 0 -0.1rem;
  display: flex;
  flex-wrap: wrap;
}
.product-info-mb-box2 .container .box1 {
  width: calc(1100/1620*100% - 0.1rem);
  border-radius: 0.24rem;
  background: #f2f2f2;
  height: 6.66rem;
  padding: 2.1rem 0.88rem;
  margin: 0.1rem;
}
@media (max-width: 991px) {
  .product-info-mb-box2 .container .box1 {
    width: calc(100% - 0.2rem);
    padding: 0.8rem 0.6rem;
    height: auto;
  }
}
@media (max-width: 767px) {
  .product-info-mb-box2 .container .box1 {
    padding: 0.3rem;
  }
}
.product-info-mb-box2 .container .box1 .title {
  width: 640px;
  max-width: 100%;
  line-height: calc(56/40);
  color: #000;
}
.product-info-mb-box2 .container .box1 .txt {
  width: 460px;
  max-width: 100%;
  color: #666;
  line-height: calc(30/20);
  font-family: "RanyL";
  margin-top: 0.16rem;
}
.product-info-mb-box2 .container .box2 {
  width: calc(480/1620*100%);
  height: 6.66rem;
  border-radius: 0.24rem;
  margin: 0.1rem;
  overflow: hidden;
}
.product-info-mb-box2 .container .box2 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product-info-mb-box2 .container .boxs {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .product-info-mb-box2 .container .boxs {
    width: calc(1100/1620*100% - 0.15rem);
    margin: 0 0.1rem;
  }
}
@media (max-width: 767px) {
  .product-info-mb-box2 .container .boxs {
    width: calc(1100/1620*100% - 0.25rem);
  }
}
.product-info-mb-box2 .container .box3 {
  width: calc(940/1620*100% - 0.1rem);
  height: 4rem;
  border-radius: 0.24rem;
  margin: 0.1rem;
  overflow: hidden;
}
@media (max-width: 991px) {
  .product-info-mb-box2 .container .box3 {
    width: 100%;
    height: 3.23rem;
    margin: 0.1rem 0;
  }
}
.product-info-mb-box2 .container .box3 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product-info-mb-box2 .container .box4 {
  width: calc(640/1620*100%);
  height: 4rem;
  border-radius: 0.24rem;
  margin: 0.1rem;
  overflow: hidden;
}
@media (max-width: 991px) {
  .product-info-mb-box2 .container .box4 {
    width: 100%;
    height: 3.2rem;
    margin: 0.1rem 0;
  }
}
.product-info-mb-box2 .container .box4 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product-info-mb-box3 {
  width: 100%;
}
.product-info-mb-box3 .container {
  position: relative;
  z-index: 1;
}
.product-info-mb-box3 .container .img {
  width: 100%;
  border-radius: 0.24rem;
  overflow: hidden;
}
.product-info-mb-box3 .container .tbox {
  width: 530px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  right: 2.1rem;
}
@media (max-width: 1025px) {
  .product-info-mb-box3 .container .tbox {
    width: 45%;
    right: 0.6rem;
  }
}
@media (max-width: 767px) {
  .product-info-mb-box3 .container .tbox {
    width: 100%;
    right: 0;
    padding: 0.6rem 0.3rem 0;
  }
}
.product-info-mb-box3 .container .tbox .title {
  color: #000;
  line-height: calc(56/40);
}
.product-info-mb-box3 .container .tbox .txt {
  width: 460px;
  max-width: 100%;
  color: #666;
  line-height: calc(30/20);
  font-family: "RanyL";
  margin-top: 0.2rem;
}
.product-info-mb-box4 {
  width: 100%;
  margin-top: 1.4rem;
}
@media (max-width: 991px) {
  .product-info-mb-box4 {
    margin-top: 1.2rem;
  }
}
.product-info-mb-box4 .container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.product-info-mb-box4 .container .tbox {
  width: calc(790/1600*100%);
  border-radius: 0.24rem;
  border: 1px solid #e5e5e5;
  padding: 1.9rem 0.8rem 0;
}
@media (max-width: 1025px) {
  .product-info-mb-box4 .container .tbox {
    padding: 0.8rem 0.6rem 0;
  }
}
@media (max-width: 991px) {
  .product-info-mb-box4 .container .tbox {
    width: 100%;
    padding: 0.6rem;
    margin-top: 0.3rem;
  }
}
@media (max-width: 767px) {
  .product-info-mb-box4 .container .tbox {
    padding: 0.3rem;
  }
}
.product-info-mb-box4 .container .tbox .title {
  color: #000;
  line-height: calc(56/40);
}
.product-info-mb-box4 .container .tbox .txt {
  width: 460px;
  max-width: 100%;
  color: #666;
  line-height: calc(30/20);
  font-family: "RanyL";
  margin-top: 0.2rem;
}
.product-info-mb-box4 .container .public-img {
  width: calc(790/1600*100%);
  border-radius: 0.24rem;
}
@media (max-width: 991px) {
  .product-info-mb-box4 .container .public-img {
    width: 100%;
    order: -1;
  }
}
.product-info-mb-box4 .container .public-img::before {
  padding-top: calc(580/790*100%);
}
.product-info-mb-box5 {
  width: 100%;
  margin-top: 1.2rem;
}
.product-info-mb-box5 .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.product-info-mb-box5 .container .box1 {
  width: 100%;
  position: relative;
  z-index: 1;
}
.product-info-mb-box5 .container .box1 .img {
  width: 100%;
  border: 1px solid #e5e5e5;
  border-radius: 0.24rem;
  overflow: hidden;
}
.product-info-mb-box5 .container .box1 .img img {
  width: 100%;
}
.product-info-mb-box5 .container .box1 .tbox {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  padding: 0.9rem 0.8rem 0;
}
@media (max-width: 1025px) {
  .product-info-mb-box5 .container .box1 .tbox {
    width: 50%;
    padding: 0.8rem 0.6rem 0;
  }
}
@media (max-width: 991px) {
  .product-info-mb-box5 .container .box1 .tbox {
    width: 100%;
    padding: 0.6rem;
  }
}
@media (max-width: 767px) {
  .product-info-mb-box5 .container .box1 .tbox {
    padding: 0.3rem;
  }
}
.product-info-mb-box5 .container .box1 .tbox .title {
  width: 530px;
  max-width: 100%;
  color: #000;
  line-height: calc(56/40);
}
.product-info-mb-box5 .container .box1 .tbox .txt {
  width: 460px;
  max-width: 100%;
  color: #666;
  line-height: calc(30/20);
  font-family: "RanyL";
  margin-top: 0.2rem;
}
.product-info-mb-box5 .container .box2 {
  width: calc(790/1600*100%);
  position: relative;
  z-index: 1;
  margin-top: 0.2rem;
}
@media (max-width: 767px) {
  .product-info-mb-box5 .container .box2 {
    width: 100%;
  }
}
.product-info-mb-box5 .container .box2 .public-img {
  width: 100%;
  border-radius: 0.24rem;
  border: 1px solid #e5e5e5;
}
.product-info-mb-box5 .container .box2 .public-img::before {
  padding-top: 100%;
}
.product-info-mb-box5 .container .box2 .tbox {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  padding: 0.7rem 0.8rem 0;
}
@media (max-width: 1025px) {
  .product-info-mb-box5 .container .box2 .tbox {
    padding: 0.6rem 0.6rem 0;
  }
}
@media (max-width: 991px) {
  .product-info-mb-box5 .container .box2 .tbox {
    padding: 0.3rem;
  }
}
.product-info-mb-box5 .container .box2 .tbox .title {
  width: 530px;
  max-width: 100%;
  color: #000;
  line-height: calc(56/40);
}
.product-info-mb-box5 .container .box2 .tbox .txt {
  width: 460px;
  max-width: 100%;
  color: #666;
  line-height: calc(30/20);
  font-family: "RanyL";
  margin-top: 0.2rem;
}
.product-info-mb-box5.white .container .box1 .tbox .title {
  color: #fff;
}
.product-info-mb-box5.white .container .box1 .tbox .txt {
  color: #fff;
}
.product-info-mb-box6 {
  width: 100%;
  padding: 1.04rem 0 1.4rem;
}
.product-info-mb-box6 .container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.product-info-mb-box6 .container .title {
  width: 100%;
  line-height: calc(60/48);
  color: #000;
}
.product-info-mb-box6 .container .public-img {
  width: 50%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .product-info-mb-box6 .container .public-img {
    width: 100%;
  }
}
.product-info-mb-box6 .container .public-img::before {
  padding-top: calc(600/800*100%);
}
.product-info-mb-box6 .container .list {
  width: 100%;
  margin-top: 0.22rem;
}
.product-info-mb-box6 .container .list ul {
  display: flex;
  flex-wrap: wrap;
}
.product-info-mb-box6 .container .list ul li {
  width: calc(100% / 6);
}
@media (max-width: 991px) {
  .product-info-mb-box6 .container .list ul li {
    width: calc(33.33%);
    margin: 0.15rem 0;
  }
}
@media (max-width: 767px) {
  .product-info-mb-box6 .container .list ul li {
    width: 50%;
    margin: 0.2rem 0;
  }
}
.product-info-mb-box6 .container .list ul li .icons {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}
.product-info-mb-box6 .container .list ul li .t1 {
  line-height: calc(22/16);
  text-align: center;
  color: #666;
  margin-top: 0.14rem;
}
.product-info-mb-box6 .container .list ul li .t2 {
  color: #0c0408;
  text-align: center;
  line-height: calc(34/24);
  margin-top: 8px;
}
.product-info-mb-box7 {
  width: 100%;
  padding: 0 0 1.6rem;
}
.product-info-mb-box7 .container {
  border: 1px solid #e5e5e5;
  border-radius: 0.24rem;
  padding: 0.9rem 0 0.6rem;
}
.product-info-mb-box7 .container .title {
  text-align: center;
  line-height: calc(60/48);
  color: #000;
}
.product-info-mb-box7 .container .img {
  width: 100%;
  margin-top: 0.52rem;
}
.metex-science-box1 {
  width: 100%;
  padding: 1.08rem 0 1.5rem;
}
.metex-science-box1 .container .title {
  text-align: center;
  line-height: calc(72/48);
  color: #000;
}
.metex-science-box1 .container .list {
  width: 100%;
  margin-top: 0.56rem;
}
.metex-science-box1 .container .list ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.metex-science-box1 .container .list ul li {
  width: 33.33%;
  height: 2.8rem;
  padding-top: 0.53rem;
  border-right: 1px solid #e5e5e5;
  border-top: 1px solid #e5e5e5;
  position: relative;
  z-index: 1;
}
.metex-science-box1 .container .list ul li:nth-child(3n) {
  border-right: none;
}
.metex-science-box1 .container .list ul li:nth-child(1),
.metex-science-box1 .container .list ul li:nth-child(2),
.metex-science-box1 .container .list ul li:nth-child(3) {
  border-top: none;
}
.metex-science-box1 .container .list ul li:nth-child(1),
.metex-science-box1 .container .list ul li:nth-child(2) {
  z-index: 2;
}
.metex-science-box1 .container .list ul li:nth-child(1)::before,
.metex-science-box1 .container .list ul li:nth-child(2)::before {
  content: '';
  width: 10px;
  height: 1px;
  background: #bbb;
  position: absolute;
  right: -5px;
  bottom: -1px;
  z-index: 2;
}
.metex-science-box1 .container .list ul li:nth-child(1)::after,
.metex-science-box1 .container .list ul li:nth-child(2)::after {
  content: '';
  width: 1px;
  height: 10px;
  background: #999;
  position: absolute;
  right: -1px;
  bottom: -5px;
  z-index: 2;
}
@media (max-width: 767px) {
  .metex-science-box1 .container .list ul li {
    width: 50%;
  }
  .metex-science-box1 .container .list ul li:nth-child(3) {
    border-top: 1px solid #e5e5e5;
  }
  .metex-science-box1 .container .list ul li:nth-child(3n) {
    border-right: 1px solid #e5e5e5;
  }
  .metex-science-box1 .container .list ul li:nth-child(2),
  .metex-science-box1 .container .list ul li:nth-child(5) {
    z-index: 1;
  }
  .metex-science-box1 .container .list ul li:nth-child(2)::before,
  .metex-science-box1 .container .list ul li:nth-child(5)::before,
  .metex-science-box1 .container .list ul li:nth-child(2)::after,
  .metex-science-box1 .container .list ul li:nth-child(5)::after {
    display: none;
  }
  .metex-science-box1 .container .list ul li:nth-child(2n) {
    border-right: none;
  }
  .metex-science-box1 .container .list ul li:nth-child(1) {
    z-index: 3;
  }
  .metex-science-box1 .container .list ul li:nth-child(3) {
    z-index: 2;
  }
  .metex-science-box1 .container .list ul li:nth-child(2n - 1)::before {
    content: '';
    width: 10px;
    height: 1px;
    background: #bbb;
    position: absolute;
    right: -5px;
    bottom: -1px;
    z-index: 3;
  }
  .metex-science-box1 .container .list ul li:nth-child(2n - 1)::after {
    content: '';
    width: 1px;
    height: 10px;
    background: #999;
    position: absolute;
    right: -1px;
    bottom: -5px;
    z-index: 2;
  }
}
.metex-science-box1 .container .list ul li .icons {
  width: 0.8rem;
  height: 0.8rem;
  margin: 0 auto;
}
.metex-science-box1 .container .list ul li .icons img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.metex-science-box1 .container .list ul li .txt {
  color: #000;
  text-align: center;
  line-height: calc(30/24);
  margin-top: 0.2rem;
}
.metex-science-box2 {
  width: 100%;
  background: #f5f5f5 url(../images/metex-science-box2-bg.jpg) center bottom no-repeat;
  background-size: 100%;
  padding: 1.33rem 0 1rem;
}
@media (max-width: 991px) {
  .metex-science-box2 {
    padding: 1.2rem 0;
  }
}
.metex-science-box2 .container .title {
  text-align: center;
  line-height: calc(58/48);
  color: #000;
}
.metex-science-box2 .container .txt {
  width: 950px;
  max-width: 100%;
  color: #333;
  line-height: calc(30/24);
  margin: 8px auto 0;
  text-align: center;
  font-family: "RanyL";
}
.metex-science-box2 .container .list {
  width: 100%;
  margin-top: 0.7rem;
}
.metex-science-box2 .container .list ul {
  width: calc(100% + 0.8rem);
  margin: 0 -0.4rem;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .metex-science-box2 .container .list ul {
    width: calc(100% + 0.4rem);
    margin: 0 -0.2rem;
  }
}
.metex-science-box2 .container .list ul li {
  width: calc(33.33% - 0.8rem);
  margin: 0 0.4rem 0.4rem;
  display: flex;
  align-items: center;
  background: #fff;
  border-radius: 0.21rem;
}
@media (max-width: 991px) {
  .metex-science-box2 .container .list ul li {
    width: calc(50% - 0.4rem);
    margin: 0 0.2rem 0.4rem;
  }
}
@media (max-width: 767px) {
  .metex-science-box2 .container .list ul li {
    width: calc(100% - 0.4rem);
  }
}
.metex-science-box2 .container .list ul li .img {
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 0.12rem;
  overflow: hidden;
  flex-shrink: 0;
}
.metex-science-box2 .container .list ul li .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.metex-science-box2 .container .list ul li .ts {
  line-height: calc(30/20);
  color: #000;
  margin-left: 0.25rem;
}
.metex-science-box3 {
  width: 100%;
  padding: 1.4rem 0;
}
@media (max-width: 991px) {
  .metex-science-box3 {
    padding: 1.2rem 0;
  }
}
.metex-science-box3 .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.metex-science-box3 .container .tbox {
  width: calc(780/1600*100%);
}
@media (max-width: 991px) {
  .metex-science-box3 .container .tbox {
    width: 100%;
    margin-top: 0.5rem;
  }
}
.metex-science-box3 .container .tbox .title {
  line-height: calc(58/48);
  color: #000;
}
.metex-science-box3 .container .tbox .txt {
  width: 600px;
  max-width: 100%;
  line-height: calc(30/24);
  color: #666;
  font-family: "RanyL";
  margin-top: 0.18rem;
}
.metex-science-box3 .container .public-img {
  width: calc(780/1600*100%);
  border-radius: 0.24rem;
}
@media (max-width: 991px) {
  .metex-science-box3 .container .public-img {
    width: 100%;
    order: -1;
  }
}
.metex-science-box3 .container .public-img::before {
  padding-top: calc(585/780*100%);
}
.metex-science-box4 {
  width: 100%;
  border-top: 1px solid #e5e5e5;
  padding: 1.3rem 0 0.6rem;
}
@media (max-width: 991px) {
  .metex-science-box4 {
    padding: 1.2rem 0 0.6rem;
  }
}
.metex-science-box4 .container {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
}
.metex-science-box4 .container .imgbox {
  width: calc(720/1600*100%);
}
@media (max-width: 991px) {
  .metex-science-box4 .container .imgbox {
    width: 100%;
  }
}
.metex-science-box4 .container .imgbox ul li {
  width: 100%;
  display: none;
}
.metex-science-box4 .container .imgbox ul li.on {
  display: block;
}
.metex-science-box4 .container .imgbox ul li .public-img {
  width: 100%;
}
.metex-science-box4 .container .imgbox ul li .public-img::before {
  padding-top: calc(734/720*100%);
}
.metex-science-box4 .container .imgbox ul li .public-img img {
  object-fit: contain;
}
.metex-science-box4 .container .tbox {
  width: calc(760/1600*100%);
}
@media (max-width: 991px) {
  .metex-science-box4 .container .tbox {
    width: 100%;
    margin-top: 0.5rem;
  }
}
.metex-science-box4 .container .tbox .title {
  color: #000;
  line-height: calc(60/48);
}
.metex-science-box4 .container .tbox .txt {
  color: #666;
  line-height: calc(24/18);
  font-family: "RanyL";
  margin-top: 0.2rem;
}
.metex-science-box4 .container .tbox .list {
  width: 100%;
  margin-top: 0.45rem;
  border-top: 1px solid #000;
}
.metex-science-box4 .container .tbox .list ul li {
  width: 100%;
  border-bottom: 1px solid #c9c9c9;
  padding: 0.4rem 0 0.35rem;
}
.metex-science-box4 .container .tbox .list ul li .t1 {
  display: flex;
  cursor: pointer;
}
.metex-science-box4 .container .tbox .list ul li .t1 .num {
  width: 40px;
  color: #000;
  line-height: calc(24/18);
  font-family: "RanyL";
  flex-shrink: 0;
  transition: all 0.4s;
}
.metex-science-box4 .container .tbox .list ul li .t1 span {
  color: #000;
  line-height: 1;
  transition: all 0.4s;
}
.metex-science-box4 .container .tbox .list ul li .t2 {
  font-family: "RanyL";
  padding-left: 40px;
  color: #333;
  line-height: calc(24/18);
  margin-top: 0.1rem;
}
.metex-science-box4 .container .tbox .list ul li:hover .t1 .num,
.metex-science-box4 .container .tbox .list ul li.on .t1 .num {
  color: var(--color);
}
.metex-science-box4 .container .tbox .list ul li:hover .t1 span,
.metex-science-box4 .container .tbox .list ul li.on .t1 span {
  color: var(--color);
}
.metex-science-box5 {
  width: 100%;
  padding: 0.9rem 0 0.7rem;
}
@media (max-width: 991px) {
  .metex-science-box5 {
    padding: 0.6rem 0;
  }
}
.metex-science-box5 .container .title {
  text-align: center;
  line-height: calc(58/48);
  color: #000;
}
.metex-science-box5 .container .txt {
  color: #333;
  line-height: calc(30/24);
  margin: 8px auto 0;
  width: 970px;
  max-width: 100%;
  font-family: "RanyL";
  text-align: center;
}
.metex-science-box5 .container .img {
  width: 100%;
  margin-top: 0.7rem;
}
.metex-science-box6 {
  width: 100%;
  padding: 0.6rem 0 1.7rem;
}
@media (max-width: 991px) {
  .metex-science-box6 {
    padding: 0.6rem 0 1.2rem;
  }
}
.metex-science-box6 .container .title {
  text-align: center;
  line-height: calc(58/48);
  color: #000;
}
.metex-science-box6 .container .box {
  width: 100%;
  position: relative;
  z-index: 1;
}
.metex-science-box6 .container .box .tbox {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  position: absolute;
  top: 1.25rem;
  left: 0;
  z-index: 2;
}
@media (max-width: 991px) {
  .metex-science-box6 .container .box .tbox {
    top: 0.5rem;
  }
}
.metex-science-box6 .container .box .tbox .item {
  width: 3.06rem;
  text-align: center;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .metex-science-box6 .container .box .tbox .item {
    width: 33.33%;
  }
}
.metex-science-box6 .container .box .tbox .item::before {
  content: '';
  width: 1px;
  height: 0.75rem;
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}
.metex-science-box6 .container .box .tbox .item:last-child::before {
  display: none;
}
.metex-science-box6 .container .box .tbox .item .num {
  color: #000;
  line-height: 1;
}
.metex-science-box6 .container .box .tbox .item .txt {
  font-family: "RanyL";
  line-height: calc(34/24);
  margin-top: 0.16rem;
  color: #333;
}
.metex-science-box6 .container .box .img {
  width: 100%;
  border-radius: 0.24rem;
  overflow: hidden;
  margin-top: 0.52rem;
}
.manufactur-box1 {
  width: 100%;
  padding: 2rem 0 0.6rem;
}
@media (max-width: 991px) {
  .manufactur-box1 {
    padding: 1.2rem 0 0.6rem;
  }
}
.manufactur-box1 .container ul {
  width: 100%;
}
.manufactur-box1 .container ul li {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 2.4rem;
}
@media (max-width: 991px) {
  .manufactur-box1 .container ul li {
    margin-bottom: 1.2rem;
  }
}
.manufactur-box1 .container ul li:last-child {
  margin-bottom: 0;
}
.manufactur-box1 .container ul li:nth-child(2n - 1) .tbox {
  order: -1;
}
@media (max-width: 991px) {
  .manufactur-box1 .container ul li:nth-child(2n - 1) .tbox {
    order: 2;
  }
}
.manufactur-box1 .container ul li .public-img {
  width: calc(780/1600*100%);
  border-radius: 0.24rem;
}
@media (max-width: 991px) {
  .manufactur-box1 .container ul li .public-img {
    width: 100%;
  }
}
.manufactur-box1 .container ul li .public-img::before {
  padding-top: calc(585/780*100%);
}
.manufactur-box1 .container ul li .tbox {
  width: calc(720/1600*100%);
}
@media (max-width: 991px) {
  .manufactur-box1 .container ul li .tbox {
    width: 100%;
    margin-top: 0.5rem;
  }
}
.manufactur-box1 .container ul li .tbox .title {
  color: #000;
  line-height: calc(60/48);
}
.manufactur-box1 .container ul li .tbox .txt {
  margin-top: 0.26rem;
  line-height: calc(30/24);
  font-family: "RanyL";
  color: #666;
}
.manufactur-box2 {
  width: 100%;
  padding: 0.73rem 0 0.95rem;
}
.manufactur-box2 .container .title {
  line-height: calc(58/48);
  color: #000;
  text-align: center;
}
.manufactur-box2 .container .list {
  width: 100%;
  margin-top: 0.7rem;
}
.manufactur-box2 .container .list ul {
  width: calc(100% + 0.2rem);
  margin: 0 -0.1rem;
  display: flex;
  flex-wrap: wrap;
}
.manufactur-box2 .container .list ul li {
  width: calc(33.33% - 0.2rem);
  margin: 0 0.1rem 0.7rem;
  padding: 0 1.2rem;
  position: relative;
  z-index: 1;
}
@media (max-width: 991px) {
  .manufactur-box2 .container .list ul li {
    width: calc(50% - 0.2rem);
  }
}
@media (max-width: 767px) {
  .manufactur-box2 .container .list ul li {
    width: calc(100% - 0.2rem);
  }
}
.manufactur-box2 .container .list ul li::before {
  content: '';
  width: 0.8rem;
  height: 1rem;
  background: url(../images/manufactur-box2-icon2.png) center center no-repeat;
  background-size: contain;
  position: absolute;
  z-index: 1;
  top: 0.13rem;
  left: 0.4rem;
}
.manufactur-box2 .container .list ul li::after {
  content: '';
  width: 0.8rem;
  height: 1rem;
  background: url(../images/manufactur-box2-icon2.png) center center no-repeat;
  background-size: contain;
  position: absolute;
  z-index: 1;
  top: 0.13rem;
  right: 0.4rem;
  transform: rotateY(180deg);
}
.manufactur-box2 .container .list ul li .t1 {
  text-align: center;
  line-height: calc(50/40);
  color: #333;
}
.manufactur-box2 .container .list ul li .ts {
  display: flex;
  justify-content: center;
}
.manufactur-box2 .container .list ul li .t2 {
  text-align: center;
  line-height: calc(26/16);
  color: #333;
  margin-top: 0.17rem;
}
.product-design-box1 {
  width: 100%;
  padding: 1.1rem 0;
}
@media (max-width: 991px) {
  .product-design-box1 {
    padding: 1.2rem 0 1rem;
  }
}
.product-design-box1 .container .title {
  line-height: calc(72/48);
  text-align: center;
  color: #000;
}
.product-design-box1 .container .list {
  margin-top: 0.88rem;
}
.product-design-box1 .container .list ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.product-design-box1 .container .list ul li {
  width: 25%;
  margin-bottom: 0.4rem;
}
@media (max-width: 991px) {
  .product-design-box1 .container .list ul li {
    width: 50%;
  }
}
.product-design-box1 .container .list ul li .icons {
  width: 0.8rem;
  height: 0.8rem;
  margin: 0 auto;
}
.product-design-box1 .container .list ul li .icons img,
.product-design-box1 .container .list ul li .icons svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.product-design-box1 .container .list ul li .txt {
  line-height: calc(34/24);
  margin-top: 0.25rem;
  color: #000;
  text-align: center;
}
.product-design-box2 {
  width: 100%;
  background: #f5f5f5;
  padding: 1.35rem 0;
}
@media (max-width: 767px) {
  .product-design-box2 {
    padding: 1.2rem 0 0.7rem;
  }
}
.product-design-box2 .container .title {
  color: #000;
  line-height: calc(58/48);
  text-align: center;
}
.product-design-box2 .container .txt {
  width: 940px;
  max-width: 100%;
  margin: 6px auto 0;
  color: #333;
  line-height: calc(30/24);
  font-family: "RanyL";
  text-align: center;
}
.product-design-box2 .container .list {
  width: 100%;
  margin-top: 0.56rem;
  display: flex;
  justify-content: center;
}
.product-design-box2 .container .list ul {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .product-design-box2 .container .list ul {
    width: 100%;
  }
}
.product-design-box2 .container .list ul li {
  width: 2.8rem;
}
@media (max-width: 991px) {
  .product-design-box2 .container .list ul li {
    width: 25%;
  }
}
@media (max-width: 767px) {
  .product-design-box2 .container .list ul li {
    width: 50%;
    margin-bottom: 0.5rem;
  }
}
.product-design-box2 .container .list ul li .icons {
  width: 1.5rem;
  height: 1.5rem;
  background: #fff;
  border-radius: 0.12rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}
.product-design-box2 .container .list ul li .txts {
  margin-top: 0.15rem;
  text-align: center;
  line-height: calc(30/20);
  color: #000;
  font-family: "RanyL";
}
.product-design-box3 {
  width: 100%;
  padding: 1.3rem 0;
}
@media (max-width: 767px) {
  .product-design-box3 {
    padding: 1.2rem 0 1rem;
  }
}
.product-design-box3 .container .title {
  text-align: center;
  color: #000;
  line-height: calc(58/48);
}
.product-design-box3 .container .txt {
  width: 960px;
  max-width: 100%;
  margin: 7px auto 0;
  color: #333;
  font-family: "RanyL";
  line-height: calc(30/24);
  text-align: center;
}
.product-design-box3 .container .menu {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 0.3rem;
}
.product-design-box3 .container .menu ul {
  display: flex;
}
.product-design-box3 .container .menu ul li {
  min-width: 2.3rem;
  height: 0.6rem;
  padding: 0 0.2rem;
  border-bottom: 1px solid #e5e5e5;
  transition: all 0.4s;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000;
  cursor: pointer;
}
.product-design-box3 .container .menu ul li span {
  position: relative;
  z-index: 1;
}
.product-design-box3 .container .menu ul li span::before {
  content: '';
  background: url(../images/product-design-box3-icon1.png) center center no-repeat;
  width: 17px;
  height: 12px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -20px;
  transition: all 0.4s;
  opacity: 0;
}
.product-design-box3 .container .menu ul li:hover {
  color: #29ca9e;
}
.product-design-box3 .container .menu ul li.on {
  color: #29ca9e;
  border-bottom: 1px solid #29ca9e;
}
.product-design-box3 .container .menu ul li.on span::before {
  opacity: 1;
}
.product-design-box3 .container .list {
  width: 100%;
  margin-top: 0.4rem;
}
.product-design-box3 .container .list ul li {
  width: 100%;
  display: none;
}
.product-design-box3 .container .list ul li.on {
  display: block;
}
.product-design-box3 .container .list ul li .box {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.product-design-box3 .container .list ul li .box .public-img {
  width: calc(780/1600*100%);
  border-radius: 0.24rem;
}
@media (max-width: 991px) {
  .product-design-box3 .container .list ul li .box .public-img {
    width: 100%;
  }
}
.product-design-box3 .container .list ul li .box .public-img::before {
  padding-top: calc(585/780*100%);
}
.product-design-box3 .container .list ul li .box .ibox {
  width: calc(50% + 0.2rem);
  margin: 0 -0.1rem;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .product-design-box3 .container .list ul li .box .ibox {
    width: calc(100% + 0.2rem);
    margin: 0.3rem -0.1rem;
  }
}
.product-design-box3 .container .list ul li .box .ibox .item {
  width: calc(33.33% - 0.2rem);
  height: 1.8rem;
  margin: 0 0.1rem 0.2rem;
  border: 1px solid #e5e5e5;
  border-radius: 0.12rem;
  padding: 0.2rem 0.3rem;
}
@media (max-width: 991px) {
  .product-design-box3 .container .list ul li .box .ibox .item {
    height: 2.5rem;
  }
}
@media (max-width: 767px) {
  .product-design-box3 .container .list ul li .box .ibox .item {
    width: calc(50% - 0.2rem);
  }
}
.product-design-box3 .container .list ul li .box .ibox .item .icons {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
}
.product-design-box3 .container .list ul li .box .ibox .item .icons img,
.product-design-box3 .container .list ul li .box .ibox .item .icons svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.product-design-box3 .container .list ul li .box .ibox .item .txts {
  color: #000;
  line-height: calc(24/20);
  font-family: "RanyL";
  margin-top: 0.35rem;
}
.product-design-box3 .icons-list {
  width: 100%;
  height: 0.8rem;
  overflow: hidden;
  position: relative;
  z-index: 1;
  margin-top: 0.8rem;
}
.product-design-box3 .icons-list::before {
  content: '';
  width: 2rem;
  height: 100%;
  background: linear-gradient(to right, #ffffff, rgba(255, 255, 255, 0));
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}
.product-design-box3 .icons-list::after {
  content: '';
  width: 2rem;
  height: 100%;
  background: linear-gradient(to left, #ffffff, rgba(255, 255, 255, 0));
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}
.product-design-box3 .icons-list .box {
  display: flex;
}
.product-design-box3 .icons-list .box .item {
  width: 2.6rem;
  height: 0.8rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 0.1rem;
  flex-shrink: 0;
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
}
@media (min-width: 1921px) {
  .product-design-box3 .icons-list .box .item {
    width: 2rem;
    height: 0.6rem;
  }
}
@media (max-width: 1580px) {
  .product-design-box3 .icons-list .box .item {
    width: 2rem;
    height: 0.6rem;
  }
}
.product-design-box3 .icons-list .box .item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.product-design-box4 {
  width: 100%;
  padding: 1.3rem 0 0.65rem;
  background: #f5f5f5;
}
@media (max-width: 767px) {
  .product-design-box4 {
    padding: 1.2rem 0;
  }
}
.product-design-box4 .container .title {
  text-align: center;
  color: #000;
  line-height: calc(58/48);
}
.product-design-box4 .container .txt {
  width: 960px;
  max-width: 100%;
  margin: 7px auto 0;
  color: #333;
  font-family: "RanyL";
  line-height: calc(30/24);
  text-align: center;
}
.product-design-box4 .container .img {
  width: 100%;
}
.product-design-box5 {
  width: 100%;
  padding: 1.3rem 0 1.45rem;
}
@media (max-width: 767px) {
  .product-design-box5 {
    padding: 1.2rem 0;
  }
}
.product-design-box5 .container .title {
  text-align: center;
  color: #000;
  line-height: calc(58/48);
}
.product-design-box5 .container .txt {
  width: 960px;
  max-width: 100%;
  margin: 7px auto 0;
  color: #333;
  font-family: "RanyL";
  line-height: calc(30/24);
  text-align: center;
}
.product-design-box5 .container .list {
  width: 100%;
  margin-top: 0.56rem;
}
.product-design-box5 .container .list .swiper-container {
  width: 100%;
  overflow: hidden;
}
.product-design-box5 .container .list .swiper-container .swiper-slide .public-img {
  width: 100%;
  border-radius: 0.24rem;
}
.product-design-box5 .container .list .swiper-container .swiper-slide .public-img::before {
  padding-top: calc(370/278*100%);
}
.product-design-box5 .container .list .swiper-container .swiper-slide .txts {
  text-align: center;
  line-height: calc(30/20);
  color: #000;
  font-family: "RanyL";
  margin-top: 0.25rem;
}
.product-design-box5 .container .list .ck-box {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 0.58rem;
}
.product-design-box5 .container .list .ck-box .swiper-pagination {
  width: 100%;
  height: 1px;
  margin-right: 0.3rem;
  position: relative;
  z-index: 1;
  bottom: initial;
  background: rgba(229, 229, 229, 0.6);
}
.product-design-box5 .container .list .ck-box .swiper-pagination .swiper-pagination-progressbar-fill {
  height: 3px;
  margin-top: -1px;
}
.product-design-box5 .container .list .ck-box .ck {
  display: flex;
  flex-shrink: 0;
}
.product-design-box5 .container .list .ck-box .ck .swiper-prev,
.product-design-box5 .container .list .ck-box .ck .swiper-next {
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.product-design-box5 .container .list .ck-box .ck .swiper-prev svg,
.product-design-box5 .container .list .ck-box .ck .swiper-next svg {
  width: 17px;
  height: auto;
  color: #333;
  transition: all 0.4s;
}
.product-design-box5 .container .list .ck-box .ck .swiper-prev:hover svg,
.product-design-box5 .container .list .ck-box .ck .swiper-next:hover svg {
  color: var(--color);
}
.product-design-box5 .container .list .ck-box .ck .swiper-prev {
  margin-right: 0.12rem;
}
.product-design-box5 .container .list .ck-box .ck .swiper-prev svg {
  transform: rotateZ(180deg);
}
.news {
  width: 100%;
  background: url(../images/technology-box1-bg.jpg) top center no-repeat;
  background-size: 100%;
  padding: 1.12rem 0 1.55rem;
}
.news .container .title {
  text-align: center;
  line-height: calc(70/60);
  color: #000;
}
.news .container .menu {
  width: 100%;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  margin-top: 0.3rem;
  padding: 0.18rem 0;
}
.news .container .menu ul {
  display: flex;
  justify-content: center;
}
.news .container .menu ul li {
  margin-right: 0.6rem;
}
.news .container .menu ul li:last-child {
  margin-right: 0;
}
.news .container .menu ul li a {
  color: #000;
  line-height: calc(30/20);
  transition: all 0.4s;
  font-family: "RanyL";
}
.news .container .menu ul li:hover a,
.news .container .menu ul li.on a {
  text-decoration: underline;
  font-family: "Rany";
}
.news .container .tag {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 0.4rem;
}
.news .container .tag a {
  color: #666;
  height: 36px;
  border: 1px solid #e5e5e5;
  border-radius: 18px;
  padding: 0 0.22rem;
  margin-right: 0.1rem;
  transition: all 0.4s;
  display: flex;
  justify-content: center;
  align-items: center;
}
.news .container .tag a:last-child {
  margin-right: 0;
}
.news .container .tag a:hover,
.news .container .tag a.on {
  color: #1dc798;
  border: 1px solid #1dc798;
}
.news .container .news-list {
  margin-top: 0.5rem;
}
.news .container .page-list {
  margin-top: 0.6rem;
}
.news-list {
  width: 100%;
}
.news-list ul {
  width: calc(100% + 0.64rem);
  margin: 0 -0.32rem;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .news-list ul {
    width: calc(100% + 0.4rem);
    margin: 0 -0.2rem;
  }
}
.news-list ul li {
  width: calc(25% - 0.64rem);
  margin: 0 0.32rem 0.4rem;
}
@media (max-width: 991px) {
  .news-list ul li {
    width: calc(50% - 0.4rem);
    margin: 0 0.2rem 0.4rem;
  }
}
@media (max-width: 767px) {
  .news-list ul li {
    width: calc(100% - 0.4rem);
  }
}
.news-list ul li a {
  display: block;
}
.news-list ul li a .public-img {
  width: 100%;
  border-radius: 0.24rem;
}
.news-list ul li a .public-img::before {
  padding-top: calc(466/350*100%);
}
.news-list ul li a .t1 {
  color: #999;
  line-height: calc(24/14);
  margin-top: 0.27rem;
}
.news-list ul li a .t2 {
  width: 100%;
  color: #333;
  line-height: calc(30/20);
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: calc(30/20*2em);
  margin-top: 6px;
}
.news-list ul li a .more {
  display: flex;
  align-items: center;
  color: #000;
  transition: all 0.4s;
  line-height: calc(24/16);
  margin-top: 0.27rem;
}
.news-list ul li a .more span {
  margin-right: 5px;
  transition: all 0.4s;
}
.news-list ul li a .more i {
  width: 14px;
  height: 14px;
  display: flex;
  align-items: center;
}
.news-list ul li a .more i svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.news-list ul li:hover a .public-img img {
  transform: scale(1.05);
}
.news-list ul li:hover a .t2 {
  color: #00c08b;
}
.news-list ul li:hover a .more {
  color: #00c08b;
}
.news-list ul li:hover a .more span {
  text-decoration: underline;
}
.news-info {
  width: 100%;
  background: url(../images/technology-box1-bg.jpg) top center no-repeat;
  background-size: 100%;
  padding: 1.25rem 0 1.5rem;
}
.news-info .container {
  width: 1200px;
  max-width: 90%;
}
.news-info .container .title {
  line-height: calc(50/40);
  color: #040000;
}
.news-info .container .other {
  display: flex;
  flex-wrap: wrap;
  line-height: calc(24/18);
  font-family: "RanyL";
  margin-top: 0.33rem;
}
.news-info .container .other .time {
  color: #999;
}
.news-info .container .other .tags {
  display: flex;
  flex-wrap: wrap;
  margin-left: 1.9rem;
}
@media (max-width: 767px) {
  .news-info .container .other .tags {
    width: 100%;
    margin-left: 0;
    margin-top: 0.3rem;
  }
}
.news-info .container .other .tags a {
  color: #666;
  transition: all 0.4s;
  margin-right: 0.36rem;
}
.news-info .container .other .tags a:last-child {
  margin-right: 0;
}
.news-info .container .other .tags a:hover {
  color: #00c08b;
  text-decoration: underline;
}
.news-info .container .public-content {
  margin-top: 0.44rem;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  line-height: calc(30/18);
  color: #333;
  font-family: "RanyL";
  padding: 0.44rem 0;
}
.news-info .container .share {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.news-info .container .share span {
  color: #999;
  margin-right: 0.25rem;
}
.news-info .container .share .icons {
  position: relative;
  z-index: 1;
}
.news-info .container .share .icons a {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: flex;
  overflow: hidden;
  border: 1px solid #000;
  color: #000;
  transition: all 0.4s;
  margin-right: 7px;
}
.news-info .container .share .icons a svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.news-info .container .share .icons .ewm {
  width: 100px;
  height: 100px;
  background: #fff;
  border-radius: 5px;
  padding: 5px;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  display: none;
  box-shadow: 0 0 0.1rem 0 rgba(0, 0, 0, 0.1);
}
.news-info .container .share .icons .ewm img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.news-info .container .share .icons:hover a {
  background: var(--color);
  border: 1px solid var(--color);
  color: #fff;
}
.news-info .container .share .icons:hover .ewm {
  display: block;
}
.news-info .container .ck-box {
  width: 100%;
  margin-top: 0.48rem;
  border-top: 1px solid rgba(51, 51, 51, 0.1);
  padding: 0.4rem 0 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.news-info .container .ck-box .prev i {
  margin-right: 0.1rem;
}
.news-info .container .ck-box .prev i svg {
  transform: rotateZ(180deg);
}
.news-info .container .ck-box .next i {
  margin-left: 0.1rem;
}
.news-info .container .ck-box a {
  display: flex;
  align-items: center;
  color: #222;
  transition: all 0.4s;
  line-height: calc(30/18);
}
.news-info .container .ck-box a i {
  width: 12px;
  height: 12px;
  display: flex;
  align-items: center;
}
.news-info .container .ck-box a i svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.news-info .container .ck-box a:hover {
  color: #00c08b;
}
.download {
  width: 100%;
  background: url(../images/technology-box1-bg.jpg) top center no-repeat;
  background-size: 100%;
  padding: 1.1rem 0 1.5rem;
}
.download .container .title {
  text-align: center;
  line-height: calc(70/60);
  color: #000;
}
.download .container .search-box {
  display: flex;
  justify-content: center;
  margin-top: 0.3rem;
}
.download .container .search-box form {
  width: 640px;
  max-width: 100%;
  height: 60px;
  border-radius: 30px;
  border: 1px solid #000;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
}
@media (max-width: 1580px) {
  .download .container .search-box form {
    height: 48px;
  }
}
@media (max-width: 767px) {
  .download .container .search-box form {
    height: 36px;
  }
}
.download .container .search-box form .txt {
  width: 100%;
  height: 100%;
  padding-left: 0.24rem;
  color: #000;
}
.download .container .search-box form .txt::placeholder {
  color: #999;
}
.download .container .search-box form .btn {
  width: 150px;
  height: 60px;
  background: var(--color);
  border-radius: 30px;
  position: absolute;
  z-index: 2;
  right: -1px;
  top: -1px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1580px) {
  .download .container .search-box form .btn {
    height: 48px;
  }
}
@media (max-width: 991px) {
  .download .container .search-box form .btn {
    width: 120px;
  }
}
@media (max-width: 767px) {
  .download .container .search-box form .btn {
    width: 60px;
    height: 36px;
  }
}
.download .container .search-box form .btn svg {
  width: 30px;
  height: 30px;
  object-fit: contain;
}
@media (max-width: 767px) {
  .download .container .search-box form .btn svg {
    width: 20px;
    height: 20px;
  }
}
.download .container .menu {
  width: 100%;
  margin-top: 0.5rem;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  padding: 0.18rem 0;
  display: flex;
  justify-content: center;
}
.download .container .menu ul {
  display: flex;
  flex-wrap: wrap;
}
.download .container .menu ul li {
  margin-right: 0.64rem;
  display: flex;
}
@media (max-width: 991px) {
  .download .container .menu ul li {
    margin-right: 0.3rem;
  }
}
@media (max-width: 767px) {
  .download .container .menu ul li {
    width: 50%;
    margin-right: 0;
    margin: 0.1rem 0;
    justify-content: center;
  }
}
.download .container .menu ul li:last-child {
  margin-right: 0;
}
.download .container .menu ul li a {
  color: #000;
  transition: all 0.4s;
  line-height: calc(30/20);
  font-family: "RanyL";
}
.download .container .menu ul li:hover a {
  text-decoration: underline;
}
.download .container .menu ul li.on a {
  font-family: "Rany";
  text-decoration: underline;
}
.download .container .list {
  width: 100%;
  margin-top: 0.5rem;
}
.download .container .list ul {
  width: calc(100% + 0.5rem);
  margin: 0 -0.25rem;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 1260px) {
  .download .container .list ul {
    width: calc(100% + 0.4rem);
    margin: 0 -0.2rem;
  }
}
.download .container .list ul li {
  width: calc(33.33% - 0.5rem);
  margin: 0 0.25rem 0.42rem;
}
@media (max-width: 1260px) {
  .download .container .list ul li {
    width: calc(33.33% - 0.4rem);
    margin: 0 0.2rem 0.4rem;
  }
}
@media (max-width: 991px) {
  .download .container .list ul li {
    width: calc(50% - 0.4rem);
  }
}
@media (max-width: 767px) {
  .download .container .list ul li {
    width: calc(100% - 0.4rem);
  }
}
.download .container .list ul li a {
  display: block;
}
.download .container .list ul li a .public-img {
  width: 100%;
  border-radius: 0.24rem;
}
.download .container .list ul li a .public-img::before {
  padding-top: calc(280/500*100%);
}
.download .container .list ul li a .t1 {
  line-height: calc(30/20);
  color: #333;
  transition: all 0.4s;
  margin-top: 0.38rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.download .container .list ul li a .more {
  display: flex;
  margin-top: 5px;
  align-items: center;
  color: #000;
  line-height: calc(24/16);
  transition: all 0.4s;
}
.download .container .list ul li a .more span {
  margin-right: 0.1rem;
}
.download .container .list ul li a .more i {
  width: 12px;
  height: 12px;
  display: flex;
  align-items: center;
}
.download .container .list ul li a .more i svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.download .container .list ul li:hover a .public-img img {
  transform: scale(1.05);
}
.download .container .list ul li:hover a .t1 {
  color: var(--color);
}
.download .container .list ul li:hover a .more {
  color: var(--color);
}
.download .container .page-list {
  margin-top: 0.4rem;
}
.contact {
  width: 100%;
  background: url(../images/news-bg2.png) top center no-repeat;
  background-size: 100%;
  padding: 1.1rem 0 1.5rem;
}
.contact .container .address {
  width: 100%;
}
.contact .container .address .title {
  text-align: center;
  line-height: calc(70/60);
  color: #000;
}
.contact .container .address .address-list {
  width: 100%;
  margin-top: 0.75rem;
}
.contact .container .address .address-list ul {
  width: calc(100% + 1.4rem);
  margin: 0 -0.7rem 0.5rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media (max-width: 1260px) {
  .contact .container .address .address-list ul {
    width: calc(100% + 0.6rem);
    margin: 0 -0.3rem;
  }
}
.contact .container .address .address-list ul li {
  width: calc(33.33% - 1.4rem);
  margin: 0 0.7rem 0;
}
@media (max-width: 1260px) {
  .contact .container .address .address-list ul li {
    width: calc(33.33% - 0.6rem);
    margin: 0 0.3rem;
  }
}
@media (max-width: 991px) {
  .contact .container .address .address-list ul li {
    width: calc(50% - 0.6rem);
    margin: 0 0.3rem 0.5rem;
  }
}
@media (max-width: 767px) {
  .contact .container .address .address-list ul li {
    width: calc(100% - 0.6rem);
  }
}
.contact .container .address .address-list ul li .name {
  width: 100%;
  position: relative;
  z-index: 1;
  padding-left: 0.22rem;
  padding-bottom: 0.13rem;
  border-bottom: 1px solid #000;
  color: #040000;
  line-height: calc(34/24);
}
.contact .container .address .address-list ul li .name::before {
  content: '';
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #000;
  position: absolute;
  left: 0;
  top: calc(34/24*0.5em - 4px);
}
.contact .container .address .address-list ul li .txt {
  color: #666;
  line-height: calc(22/16);
  margin-top: 0.16rem;
  margin-bottom: 0.28rem;
}
.contact .container .address .address-list ul li .tb {
  width: 100%;
  margin-bottom: 0.36rem;
}
@media (max-width: 767px) {
  .contact .container .address .address-list ul li .tb {
    margin-bottom: 0.2rem;
  }
}
.contact .container .address .address-list ul li .tb:last-child {
  margin-bottom: 0;
}
.contact .container .address .address-list ul li .tb .t1 {
  display: flex;
  align-items: center;
  line-height: calc(24/16);
}
.contact .container .address .address-list ul li .tb .t1 i {
  width: 16px;
  height: 16px;
  display: flex;
  align-items: center;
  margin-right: 5px;
}
.contact .container .address .address-list ul li .tb .t1 span {
  color: #333;
}
.contact .container .address .address-list ul li .tb .t2 {
  color: #333;
  font-size: 0.3rem;
}
@media (max-width: 1025px) {
  .contact .container .address .address-list ul li .tb .t2 {
    font-size: 0.36rem;
  }
}
.contact .container .form-box {
  width: 100%;
  border: 1px solid #e5e5e5;
  border-radius: 0.24rem;
  padding: 1.3rem 0;
  margin-top: 1rem;
}
@media (max-width: 1025px) {
  .contact .container .form-box {
    padding: 0.8rem 0;
  }
}
@media (max-width: 767px) {
  .contact .container .form-box {
    padding: 0.5rem 0;
  }
}
.contact .container .form-box .title {
  text-align: center;
  color: #000;
  line-height: calc(60/48);
}
.contact .container .form-box .txt {
  max-width: 90%;
  margin: 8px auto 0;
  display: flex;
  justify-content: center;
}
.contact .container .form-box .txt .ts {
  color: #333;
  line-height: calc(30/24);
  font-family: "RanyL";
}
.contact .container .form-box .txt .ts span {
  color: #00c08b;
}
.contact .container .form-box form {
  width: 930px;
  max-width: 90%;
  margin: 0.88rem auto 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.contact .container .form-box form .item {
  width: calc(440/930*100%);
  margin-bottom: 0.36rem;
}
@media (max-width: 767px) {
  .contact .container .form-box form .item {
    width: 100%;
  }
}
.contact .container .form-box form .item .t1 {
  display: flex;
  align-items: center;
  color: #222;
  line-height: calc(24/16);
}
.contact .container .form-box form .item .t1 span {
  color: #f20000;
}
.contact .container .form-box form .item .t2 {
  width: 100%;
  height: 32px;
  border-bottom: 1px solid #666;
  color: #000;
  margin-top: 6px;
  font-family: "RanyL";
}
.contact .container .form-box form .item .t2::placeholder {
  color: #999;
}
.contact .container .form-box form .item .t3 {
  width: 100%;
  height: 92px;
  border-bottom: 1px solid #666;
  color: #000;
  margin-top: 6px;
  font-family: "RanyL";
}
.contact .container .form-box form .item .t3::placeholder {
  color: #999;
}
.contact .container .form-box form .item.w100 {
  width: 100%;
  margin-bottom: 0;
}
.contact .container .form-box form .tips {
  width: 100%;
  display: flex;
  align-items: flex-start;
  margin-top: 8px;
}
.contact .container .form-box form .tips i {
  width: 14px;
  height: 14px;
  border: 1px solid #e5e5e5;
  border-radius: 3px;
  position: relative;
  z-index: 1;
  transition: all 0.4s;
  margin-top: calc(24/16*0.5em - 7px);
  margin-right: 0.1rem;
  cursor: pointer;
  flex-shrink: 0;
}
.contact .container .form-box form .tips i::before {
  content: '';
  width: 8px;
  height: 4px;
  border-left: 1px solid var(--color);
  border-bottom: 1px solid var(--color);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotateZ(-45deg);
  z-index: 2;
  margin-top: -1px;
  display: none;
}
.contact .container .form-box form .tips i.on {
  border: 1px solid var(--color);
}
.contact .container .form-box form .tips i.on::before {
  display: block;
}
.contact .container .form-box form .tips .ts {
  color: #999;
  line-height: calc(24/16);
  font-family: "RanyL";
}
.contact .container .form-box form .tips .ts a {
  color: var(--color);
  text-decoration: underline;
}
.contact .container .form-box form .sub {
  width: 100%;
  height: 48px;
  border-radius: 0.08rem;
  background: #000;
  color: #fff;
  margin-top: 0.24rem;
  font-family: "RanyL";
}
@media (max-width: 767px) {
  .contact .container .form-box form .sub {
    height: 36px;
  }
}
.technology-box1 {
  width: 100%;
  background: url(../images/technology-box1-bg.jpg) center top no-repeat;
  background-size: auto 100%;
  padding: 1.1rem 0 1.4rem;
  position: relative;
  z-index: 1;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.technology-box1 .container .title {
  line-height: calc(72/60);
  text-align: center;
  color: #040000;
}
.technology-box1 .container .txt {
  width: 1060px;
  max-width: 100%;
  color: #040000;
  line-height: calc(30/20);
  text-align: center;
  font-family: "RanyL";
  margin: 0.24rem auto 0;
}
.technology-box1 .menu {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: -1px;
  z-index: 2;
  display: flex;
  justify-content: center;
}
.technology-box1 .menu ul {
  display: flex;
  overflow-x: auto;
}
.technology-box1 .menu ul li {
  margin-right: 1.2rem;
  display: flex;
  flex-shrink: 0;
}
@media (max-width: 991px) {
  .technology-box1 .menu ul li {
    margin-right: 0.3rem;
  }
}
.technology-box1 .menu ul li:last-child {
  margin-right: 0;
}
.technology-box1 .menu ul li a {
  line-height: calc(40/28);
  transition: all 0.4s;
  border-bottom: 2px solid transparent;
  color: #000;
  font-family: "RanyL";
}
.technology-box1 .menu ul li:hover a,
.technology-box1 .menu ul li.on a {
  color: var(--color);
  border-bottom: 2px solid var(--color);
}
.technology-box2 {
  width: 100%;
  padding: 1.1rem 0 0.4rem;
}
.technology-box2 .container .title {
  color: #b2b2b2;
  transition: all 0.4s;
  line-height: calc(60/48);
  text-align: center;
}
.technology-box2 .container .title .on {
  color: #000;
}
.technology-box2 .container .list {
  width: 100%;
  margin-top: 0.53rem;
  padding: 0 1rem;
}
@media (max-width: 991px) {
  .technology-box2 .container .list {
    padding: 0;
  }
}
.technology-box2 .container .list ul {
  width: calc(100% + 1rem);
  margin: 0 -0.5rem;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .technology-box2 .container .list ul {
    width: calc(100% + 0.4rem);
    margin: 0 -0.2rem;
  }
}
.technology-box2 .container .list ul li {
  width: calc(33.33% - 1rem);
  margin: 0 0.5rem 0.3rem;
  position: relative;
  z-index: 1;
}
@media (max-width: 991px) {
  .technology-box2 .container .list ul li {
    width: calc(33.33% - 0.4rem);
    margin: 0 0.2rem 0.3rem;
  }
}
@media (max-width: 767px) {
  .technology-box2 .container .list ul li {
    width: calc(100% - 0.4rem);
  }
}
.technology-box2 .container .list ul li .public-img {
  width: calc(100%);
  border-radius: 0.25rem;
  border: 1px solid #e5e5e5;
}
.technology-box2 .container .list ul li .txt {
  width: 100%;
  color: #000;
  text-align: center;
  position: absolute;
  left: 0;
  bottom: 0.15rem;
  z-index: 2;
  line-height: calc(34/24);
}
.technology-box3 {
  width: 100%;
  padding: 0.6rem 0 0;
}
.technology-box3 .container .title {
  color: #000;
  line-height: calc(60/48);
  text-align: center;
}
.technology-box3 .container .box {
  width: 100%;
  position: relative;
  z-index: 1;
  margin-top: 0.75rem;
}
.technology-box3 .container .box .img {
  width: 100%;
  border-radius: 0.24rem;
  overflow: hidden;
}
.technology-box3 .container .box .tbox {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  padding-top: 0.75rem;
}
.technology-box3 .container .box .tbox .t1 {
  line-height: calc(42/32);
  text-align: center;
  color: #000;
}
.technology-box3 .container .box .tbox .t2 {
  width: 630px;
  max-width: 100%;
  margin: 0.15rem auto 0;
  line-height: calc(22/18);
  color: #333;
  text-align: center;
  font-family: "RanyL";
}
.technology-box3 .container .box .tbox ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 0.48rem;
}
.technology-box3 .container .box .tbox ul li {
  width: 2.8rem;
  margin-right: 1.3rem;
}
@media (max-width: 991px) {
  .technology-box3 .container .box .tbox ul li {
    width: 33.33%;
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .technology-box3 .container .box .tbox ul li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 0.5rem;
  }
  .technology-box3 .container .box .tbox ul li:last-child {
    margin-bottom: 0;
  }
}
.technology-box3 .container .box .tbox ul li:last-child {
  margin-right: 0;
}
.technology-box3 .container .box .tbox ul li .num {
  line-height: calc(42/32);
  text-align: center;
  color: #333;
}
.technology-box3 .container .box .tbox ul li .ts {
  color: #666;
  line-height: calc(22/18);
  text-align: center;
  margin-top: 7px;
  font-family: "RanyL";
}
.technology-box4 {
  width: 100%;
  margin-top: 1.6rem;
}
.technology-box4 .container ul li {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 1.6rem;
}
.technology-box4 .container ul li:last-child {
  margin-bottom: 0;
}
.technology-box4 .container ul li:nth-child(2n) {
  flex-direction: row-reverse;
}
.technology-box4 .container ul li .public-img {
  width: calc(750/1600*100%);
  border-radius: 0.24rem;
}
@media (max-width: 991px) {
  .technology-box4 .container ul li .public-img {
    width: 100%;
  }
}
.technology-box4 .container ul li .public-img::before {
  padding-top: calc(562/750*100%);
}
.technology-box4 .container ul li .tbox {
  width: calc(640/1600*100%);
  padding-top: 1.35rem;
}
@media (max-width: 1025px) {
  .technology-box4 .container ul li .tbox {
    padding-top: 0.6rem;
  }
}
@media (max-width: 991px) {
  .technology-box4 .container ul li .tbox {
    width: 100%;
    padding-top: 0.6rem;
  }
}
.technology-box4 .container ul li .tbox .t1 {
  line-height: calc(58/48);
  color: #000;
}
.technology-box4 .container ul li .tbox .t2 {
  color: #666;
  line-height: calc(30/24);
  font-family: "RanyL";
  margin-top: 0.2rem;
}
.technology-box5 {
  width: 100%;
  padding: 1.54rem 0 1.04rem;
}
.technology-box5 .container .title {
  text-align: center;
  color: #000;
  line-height: calc(42/32);
}
.technology-box5 .container .txt {
  width: 1200px;
  max-width: 100%;
  margin: 0.15rem auto 0;
  line-height: calc(22/18);
  color: #333;
  font-family: "RanyL";
  text-align: center;
}
.technology-box5 .container .list {
  width: 100%;
  margin-top: 0.55rem;
}
.technology-box5 .container .list ul {
  width: calc(100% + 0.8rem);
  margin: 0 -0.4rem;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .technology-box5 .container .list ul {
    width: calc(100% + 0.4rem);
    margin: 0 -0.2rem;
  }
}
.technology-box5 .container .list ul li {
  width: calc(50% - 0.8rem);
  margin: 0 0.4rem 0.4rem;
  border-radius: 0.24rem;
  border: 1px solid #e5e5e5;
  padding: 0.5rem 0 0.3rem;
}
@media (max-width: 991px) {
  .technology-box5 .container .list ul li {
    width: calc(100% - 0.4rem);
    margin: 0 0.2rem 0.4rem;
  }
}
.technology-box5 .container .list ul li .public-img {
  width: 100%;
}
.technology-box5 .container .list ul li .public-img::before {
  padding-top: calc(360/760*100%);
}
.technology-box5 .container .list ul li .tbox {
  width: 100%;
  margin-top: 0.23rem;
  padding: 0 0.2rem 0 0.3rem;
}
.technology-box5 .container .list ul li .tbox .t1 {
  line-height: calc(30/28);
  color: #333;
}
.technology-box5 .container .list ul li .tbox .t2 {
  color: #333;
  line-height: calc(24/18);
  font-family: "RanyL";
  margin-top: 0.2rem;
}
.technology-box6 {
  width: 100%;
  background: #f5f5f5;
  padding: 1.15rem 0 1.2rem;
}
.technology-box6 .container .title {
  text-align: center;
  color: #000;
  line-height: calc(42/32);
}
.technology-box6 .container .txt {
  width: 1200px;
  max-width: 100%;
  margin: 0.15rem auto 0;
  color: #333;
  line-height: calc(22/18);
  font-family: "RanyL";
  text-align: center;
}
.technology-box6 .container .box {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 0.68rem;
}
.technology-box6 .container .box .public-img {
  width: calc(780/1600*100%);
  border-radius: 0.24rem;
}
@media (max-width: 991px) {
  .technology-box6 .container .box .public-img {
    width: 100%;
  }
}
.technology-box6 .container .box .public-img::before {
  padding-top: calc(585/780*100%);
}
.technology-box6 .container .box .tbox {
  width: calc(780/1600*100%);
  border-top: 1px solid #000;
}
@media (max-width: 991px) {
  .technology-box6 .container .box .tbox {
    width: 100%;
    margin-top: 0.5rem;
  }
}
.technology-box6 .container .box .tbox .item {
  width: 100%;
  border-bottom: 1px solid #c9c9c9;
  padding: 0.45rem 0;
}
.technology-box6 .container .box .tbox .item .t1 {
  display: flex;
  line-height: calc(42/32);
  color: #000;
  align-items: baseline;
}
.technology-box6 .container .box .tbox .item .t1 .num {
  width: 0.5rem;
  color: #000;
  line-height: calc(24/18);
  font-family: "RanyL";
  flex-shrink: 0;
}
.technology-box6 .container .box .tbox .item .t2 {
  padding-left: 0.5rem;
  color: #666;
  line-height: calc(22/18);
  margin-top: 0.16rem;
  font-family: "RanyL";
}
.technology-box7 {
  width: 100%;
  padding: 1.4rem 0 1.6rem;
}
.technology-box7 .container {
  position: relative;
  z-index: 1;
}
.technology-box7 .container .img {
  width: 100%;
  border-radius: 0.24rem;
  overflow: hidden;
}
.technology-box7 .container .tbox {
  width: calc(930/1600*100%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  padding: 1.1rem 1rem;
}
@media (max-width: 1025px) {
  .technology-box7 .container .tbox {
    padding: 0.6rem;
  }
}
@media (max-width: 767px) {
  .technology-box7 .container .tbox {
    width: 100%;
    padding: 0.3rem;
  }
}
.technology-box7 .container .tbox .title {
  color: #000;
  line-height: calc(60/48);
}
.technology-box7 .container .tbox .more {
  margin-top: 0.32rem;
}
.technology-box8 {
  width: 100%;
  margin-top: 1.36rem;
}
.technology-box8 .container {
  position: relative;
  z-index: 1;
}
.technology-box8 .container .img {
  width: 100%;
  border-radius: 0.24rem;
  overflow: hidden;
}
.technology-box8 .container .tbox {
  width: calc(860/1600*100%);
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  padding: 0 1.2rem;
}
@media (max-width: 1025px) {
  .technology-box8 .container .tbox {
    padding: 0 0.6rem;
  }
}
@media (max-width: 767px) {
  .technology-box8 .container .tbox {
    width: 100%;
    position: relative;
    z-index: 1;
    left: initial;
    top: initial;
    transform: translateY(0);
    padding: 0.5rem 0 0;
  }
}
.technology-box8 .container .tbox .t1 {
  color: #000;
  line-height: calc(60/48);
}
.technology-box8 .container .tbox .t2 {
  width: 530px;
  max-width: 100%;
  color: #666;
  line-height: calc(30/24);
  font-family: "RanyL";
  margin-top: 0.18rem;
}
.technology-box8.white .container .tbox .t1 {
  color: #fff;
}
.technology-box8.white .container .tbox .t2 {
  color: #fff;
}
.technology-box9 {
  width: 100%;
  margin-top: 1.36rem;
}
.technology-box9 .container {
  position: relative;
  z-index: 1;
}
.technology-box9 .container .img {
  width: 100%;
  border-radius: 0.24rem;
  overflow: hidden;
}
.technology-box9 .container .tbox {
  width: calc(660/1600*100%);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0.45rem;
  z-index: 2;
}
@media (max-width: 767px) {
  .technology-box9 .container .tbox {
    width: 100%;
    position: relative;
    z-index: 1;
    left: initial;
    right: initial;
    top: initial;
    transform: translateY(0);
    padding: 0.5rem 0 0;
  }
}
.technology-box9 .container .tbox .t1 {
  color: #000;
  line-height: calc(60/48);
}
.technology-box9 .container .tbox .t2 {
  width: 530px;
  max-width: 100%;
  color: #666;
  line-height: calc(30/24);
  font-family: "RanyL";
  margin-top: 0.18rem;
}
.technology-box10 {
  width: 100%;
  margin-top: 1.5rem;
  position: relative;
  z-index: 1;
}
.technology-box10 .img {
  width: 100%;
  height: 8rem;
  overflow: hidden;
  display: flex;
  justify-content: center;
}
.technology-box10 .img img {
  height: 100%;
  object-fit: cover;
}
.technology-box10 .container {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}
.technology-box10 .container .tbox {
  width: 100%;
}
.technology-box10 .container .tbox .t1 {
  color: #000;
  line-height: calc(60/48);
  text-align: center;
}
.technology-box10 .container .tbox .t2 {
  width: 530px;
  max-width: 100%;
  color: #666;
  line-height: calc(30/24);
  font-family: "RanyL";
  margin: 0.18rem auto 0;
  text-align: center;
}
.about-loding {
  width: 100%;
  height: 6rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.about-loding .img1 {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  display: flex;
}
.about-loding .img1 img {
  width: 1.8rem;
  transform: scale(0.7) rotateZ(0);
  opacity: 0;
  transition: all 0.8s;
}
.about-loding .img1.on img {
  transform: scale(1) rotateZ(360deg);
  opacity: 1;
}
.about-loding .img2 {
  opacity: 0;
  transition: all 0.4s;
}
.about-loding .img2.on {
  opacity: 1;
}
.about-box1 {
  width: 100%;
  padding: 0 0 1.3rem;
}
.about-box1 .container .box {
  width: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  border: 1px solid #e5e5e5;
  border-radius: 0.24rem;
}
.about-box1 .container .box .public-img {
  width: 50%;
  border-radius: 0.24rem 0 0 0.24rem;
}
@media (max-width: 991px) {
  .about-box1 .container .box .public-img {
    width: 100%;
    border-radius: 0.24rem 0.24rem 0 0;
  }
}
.about-box1 .container .box .public-img::before {
  padding-top: calc(585/800*100%);
}
.about-box1 .container .box .tbox {
  width: 50%;
  padding: 0 0.8rem;
}
@media (max-width: 991px) {
  .about-box1 .container .box .tbox {
    width: 100%;
    padding: 0.5rem 0.3rem;
  }
}
.about-box1 .container .box .tbox .title {
  line-height: calc(48/40);
  color: #000;
}
.about-box1 .container .box .tbox .txt {
  color: #666;
  line-height: calc(30/20);
  margin-top: 0.3rem;
  font-family: "RanyL";
}
.about-box1 .container .list {
  width: 100%;
  margin-top: 0.2rem;
}
@media (max-width: 991px) {
  .about-box1 .container .list {
    margin-top: 0.3rem;
  }
}
.about-box1 .container .list ul {
  width: calc(100% + 0.2rem);
  margin: 0 -0.1rem;
  display: flex;
  flex-wrap: wrap;
}
.about-box1 .container .list ul li {
  width: calc(33.33% - 0.2rem);
  border: 1px solid #e5e5e5;
  border-radius: 0.24rem;
  transition: all 0.4s;
  padding: 0.55rem 0.5rem;
  margin: 0 0.1rem 0.3rem;
}
@media (max-width: 991px) {
  .about-box1 .container .list ul li {
    width: 100%;
  }
}
.about-box1 .container .list ul li .t1 {
  line-height: calc(48/40);
  color: #000;
}
.about-box1 .container .list ul li .t2 {
  color: #666;
  line-height: calc(30/20);
  margin-top: 0.3rem;
  font-family: "RanyL";
}
.about-box1 .container .list ul li:hover {
  border: 1px solid var(--color);
}
.about-box2 {
  width: 100%;
  padding: 1.33rem 0 0.7rem;
  background: linear-gradient(to bottom, #f6f6f6 70%, #fff);
}
.about-box2 .container .title {
  line-height: calc(50/40);
  color: #000;
  text-align: center;
}
.about-box2 .container .list {
  width: 100%;
  margin-top: 0.6rem;
}
.about-box2 .container .list ul {
  display: flex;
}
@media (max-width: 991px) {
  .about-box2 .container .list ul {
    flex-wrap: wrap;
  }
}
.about-box2 .container .list ul li {
  width: calc(400/1600*100%);
  background: rgba(255, 255, 255, 0.5);
  border: 1px solid #e5e5e5;
  border-radius: 0.24rem;
  transition: all 0.4s;
  flex: 1 1 auto;
  padding: 0.4rem;
}
@media (max-width: 991px) {
  .about-box2 .container .list ul li {
    width: 100%;
    margin-bottom: 0.3rem;
  }
  .about-box2 .container .list ul li:last-child {
    margin-bottom: 0;
  }
}
.about-box2 .container .list ul li .t1 {
  color: #000;
  line-height: calc(30/28);
  transition: all 0.4s;
  opacity: 0.6;
}
@media (max-width: 991px) {
  .about-box2 .container .list ul li .t1 {
    opacity: 1;
  }
}
.about-box2 .container .list ul li .t2 {
  color: #333;
  line-height: calc(24/18);
  margin-top: 8px;
  font-family: "RanyL";
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: all 0.4s;
  opacity: 0.6;
}
@media (max-width: 991px) {
  .about-box2 .container .list ul li .t2 {
    opacity: 1;
  }
}
.about-box2 .container .list ul li .img {
  width: 100%;
  display: flex;
  align-items: flex-end;
  margin-top: 0.33rem;
  transition: all 0.4s;
  opacity: 0.6;
}
@media (max-width: 991px) {
  .about-box2 .container .list ul li .img {
    opacity: 1;
  }
}
.about-box2 .container .list ul li .public-img {
  width: 100%;
  border-radius: 0.12rem;
}
.about-box2 .container .list ul li .public-img::before {
  padding-top: calc(405/720*100%);
}
.about-box2 .container .list ul li.on {
  width: calc(800/1600*100%);
  flex-shrink: 0;
}
@media (max-width: 991px) {
  .about-box2 .container .list ul li.on {
    width: 100%;
  }
}
.about-box2 .container .list ul li.on .t1,
.about-box2 .container .list ul li.on .t2,
.about-box2 .container .list ul li.on .img {
  opacity: 1;
}
.about-box3 {
  width: 100%;
  padding: 0.7rem 0 1.28rem;
}
.about-box3 .container .box {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.about-box3 .container .box .public-img {
  width: calc(780/1600*100%);
  border-radius: 0.24rem;
}
@media (max-width: 991px) {
  .about-box3 .container .box .public-img {
    width: 100%;
  }
}
.about-box3 .container .box .public-img::before {
  padding-top: calc(585/780*100%);
}
.about-box3 .container .box .tbox {
  width: calc(820/1600*100%);
  padding: 0 1.2rem;
}
@media (max-width: 991px) {
  .about-box3 .container .box .tbox {
    width: 100%;
    padding: 0.5rem 0;
  }
}
.about-box3 .container .box .tbox .title {
  color: #000;
  line-height: calc(50/40);
}
.about-box3 .container .box .tbox .txt {
  line-height: calc(30/20);
  color: #666;
  font-family: "RanyL";
  margin-top: 0.3rem;
}
.about-box3 .container .list {
  width: 100%;
  margin-top: 0.6rem;
}
.about-box3 .container .list .swiper-container {
  width: 100%;
  overflow: hidden;
}
.about-box3 .container .list .swiper-container .swiper-slide .public-img {
  width: 100%;
  border-radius: 0.24rem;
  border: 1px solid #e5e5e5;
}
.about-box3 .container .list .swiper-container .swiper-slide .public-img::before {
  padding-top: calc(285/380*100%);
}
.about-box3 .container .list .swiper-container .swiper-slide .public-img::after {
  content: '';
  width: 100%;
  height: 1rem;
  background: linear-gradient(to top, #ffffff, rgba(255, 255, 255, 0));
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 3;
}
.about-box3 .container .list .swiper-container .swiper-slide .txt {
  width: 100%;
  color: #000;
  line-height: calc(30/20);
  text-align: center;
  font-family: "RanyL";
  margin-top: 0.16rem;
}
.about-box3 .container .list .ck-box {
  width: 100%;
  margin-top: 0.6rem;
  display: flex;
  align-items: center;
}
.about-box3 .container .list .ck-box .swiper-prev,
.about-box3 .container .list .ck-box .swiper-next {
  width: 30px;
  height: 30px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.about-box3 .container .list .ck-box .swiper-prev svg,
.about-box3 .container .list .ck-box .swiper-next svg {
  width: 18px;
  height: 18px;
  object-fit: contain;
  color: #a5a5a5;
  transition: all 0.4s;
}
.about-box3 .container .list .ck-box .swiper-prev:hover svg,
.about-box3 .container .list .ck-box .swiper-next:hover svg {
  color: var(--color);
}
.about-box3 .container .list .ck-box .swiper-prev {
  margin-right: 0.1rem;
}
.about-box3 .container .list .ck-box .swiper-prev svg {
  transform: rotateZ(-180deg);
}
.about-box3 .container .list .ck-box .swiper-pagination {
  width: 100%;
  height: 1px;
  margin-right: 0.3rem;
  opacity: 1 !important;
  position: relative;
  z-index: 1;
  bottom: initial;
}
.about-box3 .container .list .ck-box .swiper-pagination .swiper-pagination-progressbar-fill {
  height: 3px;
  background: var(--color);
  margin-top: -1px;
}
.about-box4 {
  width: 100%;
  padding: 1.35rem 0 0.85rem;
  background: #f6f6f6;
}
.about-box4 .title {
  line-height: calc(50/40);
  text-align: center;
  color: #000;
}
.about-box4 .list {
  width: 100%;
  overflow: hidden;
  margin-top: 1.2rem;
}
.about-box4 .list .swiper-container {
  width: 100%;
  cursor: url(../images/about-box4-mouse.png), auto;
  max-width: 1900px;
  margin: 0 auto;
}
.about-box4 .list .swiper-container .swiper-slide {
  width: 1.92rem;
  position: relative;
  height: 6rem;
  z-index: 1;
  display: flex;
  align-items: flex-end;
}
@media (max-width: 767px) {
  .about-box4 .list .swiper-container .swiper-slide {
    height: 7rem;
  }
}
.about-box4 .list .swiper-container .swiper-slide::before {
  content: '';
  width: 100%;
  height: 100%;
  background: url(../images/about-box4-bg1.png) bottom center no-repeat;
  background-size: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  transition: all 0.4s;
  opacity: 0.3;
}
.about-box4 .list .swiper-container .swiper-slide::after {
  content: '';
  width: 100%;
  height: 100%;
  background: url(../images/about-box4-bg2.png) bottom center no-repeat;
  background-size: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  opacity: 0;
  transition: all 0.4s;
}
.about-box4 .list .swiper-container .swiper-slide .year {
  width: 2px;
  height: 2.7rem;
  position: absolute;
  right: -1px;
  bottom: 0.4rem;
  z-index: 2;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.1) 40%, rgba(0, 0, 0, 0) 70%);
  transition: all 0.4s;
}
@media (max-width: 1260px) {
  .about-box4 .list .swiper-container .swiper-slide .year {
    width: 1px;
    right: 0;
  }
}
.about-box4 .list .swiper-container .swiper-slide .year span {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: calc(100% + 4px);
  z-index: 2;
  color: #444;
  line-height: calc(30/20);
  font-family: "RanyL";
  transition: all 0.4s;
}
.about-box4 .list .swiper-container .swiper-slide .tbox {
  position: absolute;
  top: 0;
  left: calc(100% + 0.2rem);
  z-index: 2;
  width: 7rem;
  display: flex;
  opacity: 0;
  pointer-events: none;
}
.about-box4 .list .swiper-container .swiper-slide .tbox .public-img {
  width: calc(320/700*100%);
  border-radius: 0.24rem;
  flex-shrink: 0;
}
.about-box4 .list .swiper-container .swiper-slide .tbox .public-img::before {
  padding-top: calc(240/320*100%);
}
.about-box4 .list .swiper-container .swiper-slide .tbox .tbs {
  margin-left: 0.3rem;
  padding-top: 7px;
}
.about-box4 .list .swiper-container .swiper-slide .tbox .tbs .years {
  line-height: calc(40/30);
  color: #000;
}
.about-box4 .list .swiper-container .swiper-slide .tbox .tbs .txt {
  color: #000;
  line-height: calc(22/18);
  margin-top: 7px;
  font-family: "RanyL";
}
.about-box4 .list .swiper-container .swiper-slide .tbox.left {
  left: initial;
  right: 0.2rem;
}
.about-box4 .list .swiper-container .swiper-slide:nth-child(odd)::before,
.about-box4 .list .swiper-container .swiper-slide:nth-child(odd)::after {
  transform: rotateY(180deg);
}
.about-box4 .list .swiper-container .swiper-slide:nth-child(odd) .year {
  height: 1.4rem;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0) 90%);
  bottom: 0.5rem;
}
.about-box4 .list .swiper-container .swiper-slide:hover::before,
.about-box4 .list .swiper-container .swiper-slide.on::before {
  opacity: 0;
}
.about-box4 .list .swiper-container .swiper-slide:hover::after,
.about-box4 .list .swiper-container .swiper-slide.on::after {
  opacity: 1;
}
.about-box4 .list .swiper-container .swiper-slide:hover .year,
.about-box4 .list .swiper-container .swiper-slide.on .year {
  height: 6.36rem;
  background: linear-gradient(to bottom, #29ca9e 40%, rgba(41, 202, 158, 0.8) 66%, rgba(41, 202, 158, 0.2) 89%, rgba(41, 202, 158, 0) 90%);
}
.about-box4 .list .swiper-container .swiper-slide:hover .year span,
.about-box4 .list .swiper-container .swiper-slide.on .year span {
  opacity: 0;
}
@media (max-width: 767px) {
  .about-box4 .list .swiper-container .swiper-slide:hover .year,
  .about-box4 .list .swiper-container .swiper-slide.on .year {
    height: 7.36rem;
  }
}
.about-box4 .list .swiper-container .swiper-slide:hover .tbox,
.about-box4 .list .swiper-container .swiper-slide.on .tbox {
  opacity: 1;
  pointer-events: all;
  transition: all 0.4s 0.4s;
}
.about-box4 .list .swiper-container .swiper-slide:hover:nth-child(odd) .year,
.about-box4 .list .swiper-container .swiper-slide.on:nth-child(odd) .year {
  height: 100%;
  bottom: 0;
  background: linear-gradient(to bottom, #29ca9e, rgba(41, 202, 158, 0.5) 70%, rgba(41, 202, 158, 0.1));
}
@media (max-width: 767px) {
  .about-box4 .list .swiper-container .swiper-slide:hover:nth-child(odd) .year,
  .about-box4 .list .swiper-container .swiper-slide.on:nth-child(odd) .year {
    height: calc(100% + 1rem);
  }
}
.about-box4 .list .swiper-container .swiper-slide:hover + .swiper-slide::before,
.about-box4 .list .swiper-container .swiper-slide.on + .swiper-slide::before {
  opacity: 0;
}
.about-box4 .list .swiper-container .swiper-slide:hover + .swiper-slide::after,
.about-box4 .list .swiper-container .swiper-slide.on + .swiper-slide::after {
  opacity: 1;
}
.about-box5 {
  width: 100%;
  padding: 1.4rem 0 1.06rem;
}
.about-box5 .container .title {
  line-height: calc(50/40);
  text-align: center;
  color: #000;
}
.about-box5 .container .txt {
  width: 820px;
  max-width: 100%;
  text-align: center;
  margin: 0.16rem auto 0;
  line-height: calc(30/20);
  color: #666;
}
.about-box5 .container .list {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 0.73rem;
}
.about-box5 .container .list ul {
  display: flex;
  flex-wrap: wrap;
}
.about-box5 .container .list ul li {
  width: 1.55rem;
  margin-right: 0.6rem;
}
.about-box5 .container .list ul li:last-child {
  margin-right: 0;
}
.about-box5 .container .list ul li .icons {
  height: 0.5rem;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}
.about-box5 .container .list ul li .icons img {
  height: 100%;
  object-fit: contain;
}
.about-box5 .container .list ul li .t1 {
  line-height: calc(22/18);
  margin-top: 0.12rem;
  text-align: center;
  color: #666;
  font-family: "RanyL";
}
.about-box5 .container .list2 {
  width: 100%;
  margin-top: 0.5rem;
}
.about-box5 .container .list2 .swiper-container {
  width: 100%;
  overflow: hidden;
}
.about-box5 .container .list2 .swiper-container .swiper-slide {
  padding: 0.15rem 0.15rem;
}
.about-box5 .container .list2 .swiper-container .swiper-slide .public-img {
  width: 100%;
}
.about-box5 .container .list2 .swiper-container .swiper-slide .public-img::before {
  padding-top: calc(485/360*100%);
}
.about-box5 .container .list2 .swiper-container .swiper-slide:hover .public-img img {
  transform: scale(1.02);
}
.about-box5 .container .list2 .ck-box {
  width: 100%;
  margin-top: 0.2rem;
  display: flex;
  align-items: center;
}
.about-box5 .container .list2 .ck-box .swiper-prev,
.about-box5 .container .list2 .ck-box .swiper-next {
  width: 30px;
  height: 30px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.about-box5 .container .list2 .ck-box .swiper-prev svg,
.about-box5 .container .list2 .ck-box .swiper-next svg {
  width: 18px;
  height: 18px;
  object-fit: contain;
  color: #a5a5a5;
  transition: all 0.4s;
}
.about-box5 .container .list2 .ck-box .swiper-prev:hover svg,
.about-box5 .container .list2 .ck-box .swiper-next:hover svg {
  color: var(--color);
}
.about-box5 .container .list2 .ck-box .swiper-prev {
  margin-right: 0.1rem;
}
.about-box5 .container .list2 .ck-box .swiper-prev svg {
  transform: rotateZ(-180deg);
}
.about-box5 .container .list2 .ck-box .swiper-pagination {
  width: 100%;
  height: 1px;
  margin-right: 0.3rem;
  opacity: 1 !important;
  position: relative;
  z-index: 1;
  bottom: initial;
}
.about-box5 .container .list2 .ck-box .swiper-pagination .swiper-pagination-progressbar-fill {
  height: 3px;
  background: var(--color);
  margin-top: -1px;
}
.search-page {
  width: 100%;
  background: url(../images/technology-box1-bg.jpg) top center no-repeat;
  background-size: 100%;
  padding: 1.1rem 0 0;
}
.search-page .container .search-top {
  width: 100%;
}
.search-page .container .search-top .title {
  line-height: calc(70/60);
  text-align: center;
  color: #000;
}
.search-page .container .search-top .txt {
  line-height: calc(30/20);
  color: #040000;
  text-align: center;
  font-family: "RanyL";
  margin-top: 0.15rem;
}
.search-page .container .search-top .s-box {
  display: flex;
  justify-content: center;
  margin-top: 0.35rem;
}
.search-page .container .search-top .s-box form {
  width: 640px;
  max-width: 100%;
  height: 60px;
  border-radius: 30px;
  border: 1px solid #000;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
}
@media (max-width: 1580px) {
  .search-page .container .search-top .s-box form {
    height: 48px;
  }
}
@media (max-width: 767px) {
  .search-page .container .search-top .s-box form {
    height: 36px;
  }
}
.search-page .container .search-top .s-box form .txts {
  width: 100%;
  height: 100%;
  padding-left: 0.24rem;
  color: #000;
}
.search-page .container .search-top .s-box form .txts::placeholder {
  color: #999;
}
.search-page .container .search-top .s-box form .btn {
  width: 150px;
  height: 60px;
  background: var(--color);
  border-radius: 30px;
  position: absolute;
  z-index: 2;
  right: -1px;
  top: -1px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1580px) {
  .search-page .container .search-top .s-box form .btn {
    height: 48px;
  }
}
@media (max-width: 991px) {
  .search-page .container .search-top .s-box form .btn {
    width: 120px;
  }
}
@media (max-width: 767px) {
  .search-page .container .search-top .s-box form .btn {
    width: 60px;
    height: 36px;
  }
}
.search-page .container .search-top .s-box form .btn svg {
  width: 30px;
  height: 30px;
  object-fit: contain;
}
@media (max-width: 767px) {
  .search-page .container .search-top .s-box form .btn svg {
    width: 20px;
    height: 20px;
  }
}
.search-page .container .search-top .menu {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 0.6rem;
}
.search-page .container .search-top .menu ul {
  display: flex;
  flex-wrap: wrap;
}
.search-page .container .search-top .menu ul li {
  margin-right: 0.8rem;
}
@media (max-width: 991px) {
  .search-page .container .search-top .menu ul li {
    margin-right: 0.5rem;
  }
}
@media (max-width: 767px) {
  .search-page .container .search-top .menu ul li {
    margin-right: 0.3rem;
  }
}
.search-page .container .search-top .menu ul li:last-child {
  margin-right: 0;
}
.search-page .container .search-top .menu ul li a {
  line-height: calc(30/20);
  color: #000;
  font-family: "RanyL";
  transition: all 0.4s;
}
.search-page .container .search-top .menu ul li:hover a {
  color: var(--color);
}
.search-page .container .search-top .menu ul li.on a {
  color: var(--color);
  text-decoration: underline;
}
.search-page .container .search-end {
  width: 100%;
  padding: 1.2rem 0;
}
.search-page .container .search-end .notFound {
  padding: 1.25rem 0;
}
.search-page .container .search-end .notFound .txt {
  text-align: center;
  color: #040000;
  line-height: calc(30/20);
  font-family: "RanyL";
}
.search-page .container .search-end .hasFound {
  width: 100%;
}
.search-page .container .search-end .hasFound .search-items {
  width: 100%;
  margin-bottom: 1rem;
}
.search-page .container .search-end .hasFound .search-items:last-child {
  margin-bottom: 0;
}
.search-page .container .search-end .hasFound .search-items .top {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 0.2rem;
}
.search-page .container .search-end .hasFound .search-items .top .name {
  line-height: calc(60/48);
  color: #000;
}
.search-page .container .search-end .hasFound .search-items .top .more {
  display: flex;
}
.search-page .container .search-end .hasFound .search-items .top .more a {
  display: flex;
  align-items: center;
  color: #000;
  transition: all 0.4s;
}
.search-page .container .search-end .hasFound .search-items .top .more a span {
  line-height: calc(24/16);
}
.search-page .container .search-end .hasFound .search-items .top .more a i {
  width: 12px;
  height: 12px;
  display: flex;
  align-items: center;
  margin-left: 5px;
}
.search-page .container .search-end .hasFound .search-items .top .more a i svg {
  width: 100%;
  object-fit: contain;
}
.search-page .container .search-end .hasFound .search-items .top .more a:hover {
  color: var(--color);
}
.search-page .container .search-end .hasFound .search-items .product-list {
  margin-top: 0.4rem;
}
.search-page .container .search-end .hasFound .search-items .news-list {
  margin-top: 0.3rem;
}
.login-pop {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  background: rgba(0, 0, 0, 0.4);
  display: none;
}
.login-pop .box {
  width: 720px;
  max-width: 90%;
  background: #fff;
  border-radius: 0.24rem;
  border: 1px solid #29ca9e;
  padding: 0.75rem 0.5rem 0.85rem;
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.login-pop .box .logo {
  display: flex;
  justify-content: center;
  height: 32px;
}
.login-pop .box .logo img {
  object-fit: contain;
  height: 100%;
}
.login-pop .box .line {
  width: 1px;
  height: 30px;
  background: #000;
  margin: 0.25rem auto 0;
}
.login-pop .box .t1 {
  line-height: calc(42/32);
  color: #333;
  text-align: center;
  margin-top: 0.15rem;
}
.login-pop .box .t2 {
  width: 600px;
  max-width: 100%;
  line-height: calc(22/20);
  color: #999;
  font-family: "RanyL";
  text-align: center;
  margin: 0.17rem auto 0;
}
.login-pop .box .ck {
  width: 100%;
  margin-top: 0.35rem;
  display: flex;
  justify-content: center;
}
.login-pop .box .ck a {
  min-width: 1.4rem;
  height: 36px;
  border-radius: 18px;
  border: 1px solid #000;
  color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 0.2rem;
}
.login-pop .box .ck a:last-child {
  margin-right: 0;
}
.login-pop .box .ck a.return,
.login-pop .box .ck a.go {
  background: #29ca9e;
  border: 1px solid #29ca9e;
}
.login-pop .under-box {
  display: none;
}
.logins-pop {
  width: 100%;
  position: relative;
  z-index: 1;
  padding: 1.2rem 0;
}
.logins-pop .box {
  width: 720px;
  max-width: 90%;
  margin: 0 auto;
  background: #fff;
  border-radius: 0.24rem;
  border: 1px solid #29ca9e;
  padding: 0.9rem 0.5rem 0.85rem;
  box-shadow: 0 0 0.1rem 0 rgba(28, 166, 128, 0.46);
  position: relative;
  z-index: 1;
}
.logins-pop .box .close {
  width: 24px;
  height: 24px;
  position: absolute;
  top: 0.23rem;
  right: 0.23rem;
  z-index: 2;
  cursor: pointer;
  color: #000;
  transition: all 0.4s;
}
.logins-pop .box .close svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.logins-pop .box .close:hover {
  color: var(--color);
}
.logins-pop .box .t1 {
  line-height: calc(46/36);
  text-align: center;
  color: #000;
}
.logins-pop .box form {
  width: 400px;
  max-width: 100%;
  margin: 0.28rem auto 0;
}
.logins-pop .box form .item {
  width: 100%;
  margin-bottom: 0.35rem;
}
.logins-pop .box form .item .ts1 {
  line-height: calc(30/20);
  color: #222;
}
.logins-pop .box form .item .ts2 {
  width: 100%;
  height: 32px;
  border-bottom: 1px solid #666;
  color: #000;
  margin-top: 5px;
}
.logins-pop .box form .item .ts2::placeholder {
  color: #999;
}
.logins-pop .box form .ck {
  width: 100%;
  margin-top: 0.4rem;
  display: flex;
  justify-content: center;
}
.logins-pop .box form .ck .btn {
  min-width: 1.4rem;
  height: 36px;
  border-radius: 18px;
  border: 1px solid #000;
  color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 0.2rem;
}
.logins-pop .box form .ck .btn:last-child {
  margin-right: 0;
}
.logins-pop .box form .ck .btn.sub {
  background: #29ca9e;
  border: 1px solid #29ca9e;
}
.logins-pop .box form .ck2 {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 0.3rem;
}
.logins-pop .box form .ck2 a {
  color: rgba(102, 102, 102, 0.3);
  transition: all 0.4s;
  margin-right: 0.5rem;
  position: relative;
  z-index: 1;
  font-family: "RanyL";
}
.logins-pop .box form .ck2 a::after {
  content: '';
  width: 1px;
  height: 14px;
  background: rgba(102, 102, 102, 0.3);
  position: absolute;
  right: -0.25rem;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
.logins-pop .box form .ck2 a:last-child {
  margin-right: 0;
}
.logins-pop .box form .ck2 a:last-child::after {
  display: none;
}
.logins-pop .box form .ck2 a:hover {
  color: var(--color);
}
.search-pop {
  width: 100%;
  background: #fff;
  box-shadow: 0 0.1rem 0.1rem 0 rgba(0, 0, 0, 0.4);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 99;
  display: none;
}
.search-pop .container {
  display: flex;
  justify-content: center;
}
.search-pop .container .box {
  padding: 0.8rem 0 0.98rem;
  max-width: 100%;
}
.search-pop .container form {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.search-pop .container form .sbox {
  width: 640px;
  max-width: calc(100% - 180px);
  height: 60px;
  border-radius: 30px;
  border: 1px solid #000;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
}
@media (max-width: 1580px) {
  .search-pop .container form .sbox {
    height: 48px;
  }
}
@media (max-width: 767px) {
  .search-pop .container form .sbox {
    height: 36px;
    max-width: calc(100% - 100px);
  }
}
.search-pop .container form .sbox .txts {
  width: 100%;
  height: 100%;
  padding-left: 0.24rem;
  color: #000;
}
.search-pop .container form .sbox .txts::placeholder {
  color: #999;
}
.search-pop .container form .sbox .btn {
  width: 150px;
  height: 60px;
  background: var(--color);
  border-radius: 30px;
  position: absolute;
  z-index: 2;
  right: -1px;
  top: -1px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1580px) {
  .search-pop .container form .sbox .btn {
    height: 48px;
  }
}
@media (max-width: 991px) {
  .search-pop .container form .sbox .btn {
    width: 120px;
  }
}
@media (max-width: 767px) {
  .search-pop .container form .sbox .btn {
    width: 60px;
    height: 36px;
  }
}
.search-pop .container form .Reset {
  width: 150px;
  height: 60px;
  border-radius: 30px;
  border: 1px solid #000;
  color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 0.1rem;
}
@media (max-width: 1580px) {
  .search-pop .container form .Reset {
    height: 48px;
  }
}
@media (max-width: 991px) {
  .search-pop .container form .Reset {
    width: 120px;
  }
}
@media (max-width: 767px) {
  .search-pop .container form .Reset {
    width: 60px;
    height: 36px;
  }
}
.search-pop .container form .close {
  margin-left: 0.16rem;
  width: 24px;
  height: 24px;
  cursor: pointer;
  color: #000;
  transition: all 0.4s;
}
.search-pop .container form .close svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.search-pop .container form .close:hover {
  color: var(--color);
}
.search-pop .container .tips {
  display: flex;
  flex-wrap: wrap;
  margin-top: 0.55rem;
  line-height: calc(28/18);
  font-family: "RanyL";
  padding-left: 0.25rem;
}
.search-pop .container .tips span {
  color: #000;
  margin-right: 0.32rem;
}
.search-pop .container .tips a {
  color: #666;
  margin-right: 0.5rem;
}
.search-pop .container .tips a:last-child {
  margin-right: 0;
}
@media all and (-moz-min-device-pixel-ratio: 1.1) and (-moz-max-device-pixel-ratio: 1.5), (-webkit-min-device-pixel-ratio: 1.1) and (-webkit-max-device-pixel-ratio: 1.5), (min-resolution: 1.1dppx) and (max-resolution: 1.5dppx) {
  body {
    font-size: 14px;
  }
  .font16 {
    font-size: 14px;
  }
  .font18 {
    font-size: 14px;
  }
  .font20 {
    font-size: 16px;
  }
  .font22 {
    font-size: 18px;
  }
  .font24 {
    font-size: 20px;
  }
  .font26 {
    font-size: 22px;
  }
  .font28 {
    font-size: 24px;
  }
  .font30 {
    font-size: 26px;
  }
  .font32 {
    font-size: 28px;
  }
  .font34 {
    font-size: 30px;
  }
  .font36 {
    font-size: 32px;
  }
  .font38 {
    font-size: 34px;
  }
  .font40 {
    font-size: 36px;
  }
  .font42,
  .font44 {
    font-size: 38px;
  }
  .font46 {
    font-size: 40px;
  }
  .font48 {
    font-size: 40px;
  }
  .font50 {
    font-size: 40px;
  }
  .font52 {
    font-size: 40px;
  }
  .font54 {
    font-size: 40px;
  }
  .font56 {
    font-size: 40px;
  }
  .font60,
  .font62,
  .font64,
  .font72,
  .font80 {
    font-size: 42px;
  }
}
@media all and (-moz-min-device-pixel-ratio: 1.1) and (-moz-max-device-pixel-ratio: 1.5) and (max-width: 1600px), (-webkit-min-device-pixel-ratio: 1.1) and (-webkit-max-device-pixel-ratio: 1.5) and (max-width: 1600px), (min-resolution: 1.1dppx) and (max-resolution: 1.5dppx) and (max-width: 1600px) {
  .header > .container .logo a img,
  .header > .container .logo a svg {
    height: 24px;
  }
  .header > .container .right .other .search {
    width: 28px;
    height: 28px;
  }
  .header > .container .right .other .btn a {
    height: 28px;
  }
  body {
    font-size: 12px;
  }
  .font16 {
    font-size: 12px;
  }
  .font18 {
    font-size: 14px;
  }
  .font20 {
    font-size: 14px;
  }
  .font22 {
    font-size: 14px;
  }
  .font24 {
    font-size: 16px;
  }
  .font26 {
    font-size: 16px;
  }
  .font28 {
    font-size: 18px;
  }
  .font30 {
    font-size: 20px;
  }
  .font32 {
    font-size: 22px;
  }
  .font34 {
    font-size: 24px;
  }
  .font36 {
    font-size: 26px;
  }
  .font38 {
    font-size: 28px;
  }
  .font40 {
    font-size: 30px;
  }
  .font42,
  .font44 {
    font-size: 32px;
  }
  .font46 {
    font-size: 34px;
  }
  .font48 {
    font-size: 36px;
  }
  .font50 {
    font-size: 36px;
  }
  .font52 {
    font-size: 36px;
  }
  .font54 {
    font-size: 36px;
  }
  .font56 {
    font-size: 36px;
  }
  .font60,
  .font62,
  .font64,
  .font72,
  .font80 {
    font-size: 36px;
  }
}
@media all and (-moz-min-device-pixel-ratio: 1.1) and (-moz-max-device-pixel-ratio: 1.5) and (max-width: 1260px), (-webkit-min-device-pixel-ratio: 1.1) and (-webkit-max-device-pixel-ratio: 1.5) and (max-width: 1260px), (min-resolution: 1.1dppx) and (max-resolution: 1.5dppx) and (max-width: 1260px) {
  .font16 {
    font-size: 12px;
  }
  .font18 {
    font-size: 12px;
  }
  .font20 {
    font-size: 14px;
  }
  .font22 {
    font-size: 14px;
  }
  .font24 {
    font-size: 16px;
  }
  .font26 {
    font-size: 16px;
  }
  .font28 {
    font-size: 18px;
  }
  .font30 {
    font-size: 20px;
  }
  .font32 {
    font-size: 22px;
  }
  .font34,
  .font36,
  .font38,
  .font40 {
    font-size: 26px;
  }
  .font42,
  .font44 {
    font-size: 30px;
  }
  .font46 {
    font-size: 32px;
  }
  .font48,
  .font50 {
    font-size: 32px;
  }
  .font52,
  .font54,
  .font56,
  .font60,
  .font62,
  .font64,
  .font72,
  .font80 {
    font-size: 32px;
  }
}
