<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
:root {
  --color: #ff6400;
  --vh: 100vh;
}
/*字体*/
@font-face {
  font-family: "outfit-l";
  src: url("../font/Outfit-Light.ttf") format("truetype");
}
@font-face {
  font-family: "outfit-black";
  src: url("../font/Outfit-Black.ttf") format("truetype");
}
@font-face {
	font-family: "outfit-s-b";
	src: url("../font/Outfit-SemiBold.ttf") format("truetype");
}
@font-face {
	font-family: "outfit-b";
	src: url("../font/Outfit-Bold.ttf") format("truetype");
}
@font-face {
	font-family: "outfit-m";
	src: url("../font/Outfit-Medium.ttf") format("truetype");
}
@font-face {
	font-family: "outfit-r";
	src: url("../font/Outfit-Regular.ttf") format("truetype");
}

.out-s-b {
	font-family: 'outfit-s-b', 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
.out-b {
	font-family: 'outfit-b', 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
.out-m {
	font-family: 'outfit-m', 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
.out-r {
	font-family: 'outfit-r', 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}

.font-r {
  font-family: 'outfit-r', 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  letter-spacing: -0.5px;
}
.font-b {
  font-family: 'outfit-b', 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  letter-spacing: -1px;
}
.font-l {
  font-family: 'outfit-l', 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  letter-spacing: -0.5px;
}
* {
  padding: 0;
  margin: 0;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: calc(100vw/19.2);
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  scrollbar-width: thin;
}
html ::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 5px;
  /*高宽分别对应横竖滚动条的尺寸*/
  height: 1px;
}
html ::-webkit-scrollbar-thumb {
  /*滚动条-滑块*/
  border-radius: 3px;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: #ff6400;
}
html ::-webkit-scrollbar-track {
  /*滚动条-背景*/
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  background: #ededed;
}
@media (min-width: 1901px) {
  html {
    font-size: 100px;
  }
}
@media (max-width: 1580px) {
  html {
    font-size: 66px;
  }
}
@media (max-width: 767px) {
  html {
    font-size: calc(100vw/7.5);
  }
}
body {
  min-height: 100%;
  font-family: 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  font-size: 16px;
  line-height: 1.5;
  color: #000;
  background: #fff;
}
@media (max-width: 1580px) {
  body {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  body {
    font-size: 0.28rem;
  }
  .index-banner .swiper-wrapper{
    height: 12rem;
  }
  .index-banner .public-img{
    height: 100%;
  }
}
img {
  max-width: 100%;
  border: 0;
  vertical-align: top;
}
li {
  list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: inherit;
  font-style: inherit;
  font-size: inherit;
  font-weight: normal;
}
a,
a:hover,
a:focus {
  text-decoration: none;
}
input,
button {
  -webkit-appearance: none;
  border-radius: 0;
}
button {
  cursor: pointer;
}
input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
textarea {
  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;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.clear {
  zoom: 1;
}
.clear:after {
  content: '';
  display: block;
  clear: both;
}
.container {
  margin: 0 auto;
  width: 95%;
  max-width: 1400px;
}
@media (max-width: 1260px) {
  .container {
    width: 90%;
  }
}
@media (max-width: 991px) {
  .container {
    width: 86%;
  }
}
.font16 {
  font-size: 16px;
}
@media (max-width: 1580px) {
  .font16 {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .font16 {
    font-size: 0.28rem;
  }
}
.public-scrollbar {
  scrollbar-width: thin;
}
.public-scrollbar ::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 5px;
  /*高宽分别对应横竖滚动条的尺寸*/
  height: 1px;
}
.public-scrollbar ::-webkit-scrollbar-thumb {
  /*滚动条-滑块*/
  border-radius: 3px;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: #ff6400;
}
.public-scrollbar ::-webkit-scrollbar-track {
  /*滚动条-背景*/
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  background: #ededed;
}
.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 &gt; img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
.public-content {
  color: #666;
  line-height: 1.8;
}
.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;
}
#hi-upgrade {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background: #fff;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
}
#hi-upgrade .hi-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -177px 0 0 -450px;
  width: 900px;
}
#hi-upgrade .hi-wrap .hi-title {
  font-size: 30px;
  line-height: 40px;
  color: #000;
}
#hi-upgrade .hi-wrap .hi-close {
  margin: 10px 0;
  display: inline-block;
  cursor: pointer;
  font-size: 18px;
  color: #ff6400;
}
#hi-upgrade .hi-wrap .hi-close:hover {
  text-decoration: underline;
}
#hi-upgrade .hi-wrap .hi-text1 {
  color: #666;
}
#hi-upgrade .hi-wrap .hi-text1 span {
  color: #ff6400;
}
#hi-upgrade .hi-wrap .hi-text2 {
  position: relative;
  margin: 60px 0;
  color: #000;
}
#hi-upgrade .hi-wrap .hi-text2::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
  width: 100%;
  border-top: 1px solid #ddd;
}
#hi-upgrade .hi-wrap .hi-text2 span {
  position: relative;
  z-index: 5;
  padding: 0 30px;
  background: #fff;
}
#hi-upgrade .hi-wrap .hi-list {
  overflow: hidden;
}
#hi-upgrade .hi-wrap .hi-list li {
  display: inline-block;
  width: 16%;
}
#hi-upgrade .hi-wrap .hi-list li div {
  margin: 0 auto 5px;
  width: 50px;
  height: 50px;
}
#hi-upgrade .hi-wrap .hi-list li a {
  color: #666;
}
#hi-upgrade .hi-wrap .hi-list li a:hover {
  color: #ff6400;
}
#hi-upgrade .hi-wrap .hi-list li .hi-ico1 {
  background: url(../images/hi-llq-1.jpg) no-repeat center / 100%;
}
#hi-upgrade .hi-wrap .hi-list li .hi-ico2 {
  background: url(../images/hi-llq-2.jpg) no-repeat center / 100%;
}
#hi-upgrade .hi-wrap .hi-list li .hi-ico3 {
  background: url(../images/hi-llq-3.jpg) no-repeat center / 100%;
}
#hi-upgrade .hi-wrap .hi-list li .hi-ico4 {
  background: url(../images/hi-llq-4.jpg) no-repeat center / 100%;
}
#hi-upgrade .hi-wrap .hi-list li .hi-ico5 {
  background: url(../images/hi-llq-5.jpg) no-repeat center / 100%;
}
#hi-upgrade .hi-wrap .hi-list li .hi-ico6 {
  background: url(../images/hi-llq-6.jpg) no-repeat center / 100%;
}
/* 占位标签，设置导航样式 */
#c-placeholder {
  height: 1.74rem;
}
/*顶部*/
#c-header {
  display: flex;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 900;
  width: 100%;
  text-align: center;
  color: #000000;
  transition: 0.3s;
}
#c-header a {
  color: #000000;
  transition: 0.3s;
}
#c-header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#c-header .c-right-box {
  display: flex;
  align-items: center;
  margin-left: auto;
}
#c-header.c-head-move {
  top: -1.78rem;
}
@media (max-width: 991px) {
  #c-header.c-head-move {
    top: -1.78rem;
  }
}
#c-header.navheader {
  border-bottom: 1px solid #eee;
}
/*顶部logo*/
#c-header .c-logo {
  display: flex;
  align-items: center;
}
#c-header .c-logo .c-img-box {
  display: flex;
  align-items: center;
}
#c-header .c-logo .c-img-box img {
  width: 1.21rem;
  height: 0.24rem;
}
@media (max-width: 991px) {
  #c-header .c-logo .c-img-box img {
    width: 1.21rem;
    height: 1rem;
  }
}
#c-header .c-logo .c-img-box svg {
  width: 109px;
  height: auto;
}
#c-header .c-logo .c-img-box svg path {
  fill: #000;
  opacity: 1;
  stroke: none;
}
@media (max-width: 991px) {
  #c-header .c-logo .c-img-box svg {
    width: 1.44rem;
    height: .4rem;
  }
}
#c-header.c-style2 {
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1);
  position: fixed;
}
/*顶部pc导航*/
#c-header .c-nav {
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  #c-header .c-nav {
    display: none;
  }
}
#c-header .c-nav &gt; li {
  position: relative;
  margin-right: 0.7rem;
}
#c-header .c-nav &gt; li:last-child {
  margin-right: 0;
}
#c-header .c-nav &gt; li &gt; .c-title-box {
  display: flex;
  align-items: center;
  cursor: pointer;
}
#c-header .c-nav &gt; li &gt; .c-title-box &gt; a {
  display: flex;
  align-items: center;
}
#c-header .c-nav &gt; li &gt; .c-title-box img,
#c-header .c-nav &gt; li &gt; .c-title-box svg {
  margin-left: 0.05rem;
  width: 10px;
  height: 6px;
}
#c-header .c-nav &gt; li &gt; .c-title-box img path,
#c-header .c-nav &gt; li &gt; .c-title-box svg path {
  fill: #000;
  transition: all 0.3s;
}
#c-header .c-nav &gt; li &gt; .c-title-box + .cn100 {
  width: 300vw;
  box-shadow: none;
  background-color: transparent;
}
#c-header .c-nav &gt; li &gt; .c-title-box + .cn100 em {
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  width: 300vw;
  height: 1.24rem;
  background-color: rgba(255, 255, 255, 0.9);
}
#c-header .c-nav &gt; li &gt; .c-title-box + .cn100 .cn101 {
  border-bottom: 0;
  display: inline-block;
}
#c-header .c-nav &gt; li &gt; .c-title-box + .cn100 .cn101 .cn102 {
  line-height: 1.24rem;
  color: #666666;
  padding: 0 0.4rem;
  position: relative;
}
#c-header .c-nav &gt; li &gt; .c-title-box + .cn100 .cn101 .cn102:hover {
  color: #ff6400;
}
#c-header .c-nav &gt; li &gt; .c-title-box + .cn100 .cn101 .cn102::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 2px;
  height: 0.68rem;
  background-color: #d4d4d4;
}
#c-header .c-nav &gt; li &gt; .c-title-box + .cn100 .cn101:last-child .cn102::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 2px;
  height: 0.68rem;
  background-color: #d4d4d4;
}
#c-header .c-nav &gt; li a:before {
  display: none;
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 0;
  height: 2px;
  background: #ff6400;
  transition: 0.3s;
}
#c-header .c-nav li.topheaderproduct {
  position: initial;
}
#c-header .c-nav li.topheaderproduct .cnz4 {
  position: absolute;
  left: 0;
  top: 60px;
  width: 100vw;
  transform: translateX(0);
}
#c-header .c-nav li.topheaderproduct .cnz4 .container {
  max-width: 1400px;
  padding: 0.4rem 0;
  display: flex;
  justify-content: flex-start;
}
#c-header .c-nav li.topheaderproduct .cnz4 .container .left {
  flex-shrink: 0;
  min-width: 1.2rem;
  margin-right: 0.7rem;
}
#c-header .c-nav li.topheaderproduct .cnz4 .container .left .cnz6 {
  line-height: 0.4rem;
  border-radius: 0.2rem;
  background-color: transparent;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0.1rem;
  transition: all 0.4s;
  padding: 0 0.2rem;
}
#c-header .c-nav li.topheaderproduct .cnz4 .container .left .cnz6:hover {
  background-color: #ff6400;
}
#c-header .c-nav li.topheaderproduct .cnz4 .container .left .cnz6:hover .cnz7 {
  font-weight: bold;
}
#c-header .c-nav li.topheaderproduct .cnz4 .container .left .cnz6:hover .cnz8 svg {
  transform: translate(5px);
}
#c-header .c-nav li.topheaderproduct .cnz4 .container .left .cnz6.on {
  background-color: #ff6400;
}
#c-header .c-nav li.topheaderproduct .cnz4 .container .left .cnz6.on .cnz7 {
  font-weight: bold;
}
#c-header .c-nav li.topheaderproduct .cnz4 .container .left .cnz6.on .cnz8 svg {
  transform: translate(5px);
}
#c-header .c-nav li.topheaderproduct .cnz4 .container .left .cnz6:nth-child(1) {
  margin-top: 0;
}
#c-header .c-nav li.topheaderproduct .cnz4 .container .left .cnz6 .cnz7 {
  transition: all 0.4s;
}
#c-header .c-nav li.topheaderproduct .cnz4 .container .left .cnz6 .cnz8 {
  transition: all 0.4s;
  display: flex;
  align-items: center;
}
#c-header .c-nav li.topheaderproduct .cnz4 .container .left .cnz6 .cnz8 svg {
  transition: all 0.4s;
  margin-left: 0.1rem;
  width: 6px;
  height: 8px;
}
#c-header .c-nav li.topheaderproduct .cnz4 .container .left .cnz6 .cnz8 svg path {
  fill: #000;
  opacity: 1;
  stroke: none;
}
#c-header .c-nav li.topheaderproduct .cnz4 .container .right {
  width: 100%;
}
#c-header .c-nav li.topheaderproduct .cnz4 .container .right .rightbox {
  display: none;
}
#c-header .c-nav li.topheaderproduct .cnz4 .container .right .rightbox.on {
  display: block;
}
#c-header .c-nav li.topheaderproduct .cnz4 .container .right .rightbox .rightbox2 {
  display: flex;
  justify-content: space-between;
}
#c-header .c-nav li.topheaderproduct .cnz4 .container .right .rightbox .rightbox2 .cnz9 {
  display: block;
  width: 1.5rem;
}
#c-header .c-nav li.topheaderproduct .cnz4 .container .right .rightbox .rightbox2 .cnz9 .cnz10 {
  display: block;
}
#c-header .c-nav li a {
  position: relative;
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  line-height: 60px;
}
#c-header .c-nav li .cnz1 .cnz2 {
  display: flex;
  line-height: 0.7rem;
  margin-left: 0 !important;
  margin-right: 0;
}
#c-header .c-nav li .cnz1 .cnz2 a {
  width: 1.53rem;
  text-align: center;
  color: #000000;
  position: relative;
  transition: all 0.4s;
}
#c-header .c-nav li .cnz1 .cnz2 a:hover {
  font-weight: bold;
  background-color: #ff6400;
}
#c-header .c-nav li .cnz1 .cnz2 a::before {
  display: block;
  content: "";
  position: absolute;
  left: 100%;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 0.3rem;
  background-color: #eee;
}
#c-header .c-nav li .cnz1 .cnz2 a:last-child::before {
  display: none;
}
#c-header .c-nav ul {
  position: absolute;
  top: 100%;
  left: 50%;
  display: none;
  min-width: 1.5rem;
  line-height: 0.5rem;
  background: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
#c-header .c-nav ul li {
  border-bottom: 1px solid #eee;
}
#c-header .c-nav ul li:last-child {
  border: 0;
}
#c-header .c-nav ul li a {
  color: #000;
}
#c-header.c-style2 .c-nav li.on &gt; .c-title-box svg path,
#c-header .c-nav li:hover &gt; .c-title-box svg path {
  fill: #ff6400 !important;
}
#c-header.c-style2 .c-nav li .c-title-box svg path {
  fill: #000;
}
/*顶部移动端导航*/
#c-header .c-nav2 {
  position: absolute;
  top: 60px;
  left: 0;
  width: 100%;
  height: 0;
  line-height: 1rem;
  color: #000;
  background: #fff;
  overflow-y: auto;
  transition: 0.3s;
  text-align: left;
}
#c-header .c-nav2 &gt; li:last-child {
  border-bottom: 1px solid #f1f1f1;
}
#c-header .c-nav2 li {
  padding: 0 0.5rem;
  border-top: 1px solid #f1f1f1;
}
@media (max-width: 767px) {
  #c-header .c-nav2 li {
    padding: 0 0.5rem;
  }
}
#c-header .c-nav2 li .c-title-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#c-header .c-nav2 li .c-title-box img,
#c-header .c-nav2 li .c-title-box svg {
  width: 0.3rem;
  height: 0.3rem;
  transition: all 0.3s;
}
#c-header .c-nav2 li .c-title-box img path,
#c-header .c-nav2 li .c-title-box svg path {
  fill: #000;
}
#c-header .c-nav2 li .c-title-box.on img,
#c-header .c-nav2 li .c-title-box.on svg {
  transform: rotate(90deg);
}
#c-header .c-nav2 li a {
  color: #000;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#c-header .c-nav2 li a:hover,
#c-header .c-nav2 li.on &gt; a {
  color: #ff6400;
}
#c-header .c-nav2 li ul {
  display: none;
}
.c-open #c-header .c-nav2 {
  height: calc(100vh - 60px);
}
/*顶部导航开关*/
#c-header .c-switch {
  position: relative;
  display: none;
  width: 0.48rem;
  height: 0.4rem;
  cursor: pointer;
}
@media (max-width: 991px) {
  #c-header .c-switch {
    display: block;
  }
}
#c-header .c-switch i {
  position: absolute;
  left: 0;
  height: 2px;
  width: 100%;
  background: #000;
  transition: all 0.3s;
}
#c-header .c-switch i:nth-child(1) {
  top: 0;
}
#c-header .c-switch i:nth-child(3) {
  bottom: 0;
}
#c-header .c-switch i:nth-child(2) {
  top: 50%;
  margin-top: -1px;
}
#c-header.c-style2 .c-switch i {
  background: #000;
}
body.c-open #c-header .c-switch i:nth-child(2) {
  opacity: 0;
}
body.c-open #c-header .c-switch i:nth-child(1) {
  top: 50%;
  margin-top: -1px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
body.c-open #c-header .c-switch i:nth-child(3) {
  bottom: 50%;
  margin-bottom: -1px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
/* 顶部功能区 */
#c-header .c-gn {
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  #c-header .c-gn {
    display: none;
  }
}
#c-header .c-gn .ztop-language {
  height: 60px;
  display: flex;
  align-items: center;
  padding-left: 0.1rem;
}
#c-header .c-gn .ztop-language .cn1 {
  display: flex;
  align-items: center;
  width: 0.35rem;
  height: 0.35rem;
  background-color: #ff6400;
  border-radius: 50%;
  justify-content: center;
  transition: all 0.4s;
}
#c-header .c-gn .ztop-language .cn1 svg {
  width: auto;
  height: 0.16rem;
}
#c-header .c-gn .ztop-language .cn1 svg path {
  fill: #000;
  opacity: 1;
  stroke: none;
  transition: all 0.4s;
}
#c-header .c-gn .ztop-language:hover .cn1 {
  background-color: #000;
}
#c-header .c-gn .ztop-language:hover .cn1 svg path {
  fill: #ff6400;
}
#c-header .c-gn .ztop-language:hover .cn2 {
  opacity: 1;
  top: 100%;
}
#c-header .c-gn .ztop-language .zcn30 {
  display: none;
  position: absolute;
  left: 0;
  top: 60px;
  width: 100vw;
  padding: 1.6rem 0;
  background-color: #fff;
  border-bottom: 1px solid #eee;
}
#c-header .c-gn .ztop-language .zcn30 .zcn31 form {
  width: 100%;
}
#c-header .c-gn .ztop-language .zcn30 .zcn31 form .zcn32 {
  position: relative;
  width: 8rem;
  margin: 0 auto;
}
#c-header .c-gn .ztop-language .zcn30 .zcn31 form .zcn32 input {
  width: 100%;
  line-height: 0.6rem;
  border: 1px solid #e5e5e5;
  border-radius: 0.3rem;
  padding: 0 1.5rem 0 0.3rem;
}
#c-header .c-gn .ztop-language .zcn30 .zcn31 form .zcn32 button {
  position: absolute;
  right: 0.05rem;
  top: 50%;
  transform: translateY(-50%);
  line-height: 0.5rem;
  background-color: #000;
  border-radius: 0.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ff6400;
  padding: 0 0.2rem;
}
#c-header .c-gn .ztop-language .zcn30 .zcn31 form .zcn32 button img {
  margin-right: 0.05rem;
}
#c-header .c-gn .ztop-language .zcn30 .zcn31 .zcn33 {
  display: flex;
  width: 8rem;
  margin: 0 auto;
  text-align: left;
  padding: 0 0.3rem;
  flex-wrap: wrap;
}
#c-header .c-gn .ztop-language .zcn30 .zcn31 .zcn33 .zcn34 {
  margin-top: 0.2rem;
  color: #000000;
}
#c-header .c-gn .ztop-language .zcn30 .zcn31 .zcn33 .zcn35 {
  margin-top: 0.2rem;
  margin-right: 0.3rem;
  color: #666666;
}
#c-header .c-gn .ztop-search {
  margin: 0.1rem 0;
  line-height: 0.65rem;
  height: 0.65rem;
  display: flex;
  align-items: center;
  position: relative;
  padding: 0 0.2rem;
  margin-left: 0.1rem;
  transition: all 0.5s;
  cursor: pointer;
}
#c-header .c-gn .ztop-search form {
  padding-left: 0;
  width: auto;
}
#c-header .c-gn .ztop-search .cn1 {
  display: flex;
  align-items: center;
  position: relative;
}
#c-header .c-gn .ztop-search .cn1 img {
  width: 0.24rem;
  height: 0.24rem;
}
#c-header .c-gn .ztop-search .cn1 svg {
  width: 0.24rem;
  height: 0.24rem;
}
#c-header .c-gn .ztop-search .cn1 svg path {
  fill: #000;
  opacity: 1;
}
#c-header .c-gn .ztop-search .cn2 {
  position: absolute;
  right: 100%;
  width: 0;
  visibility: hidden;
  top: 50%;
  transform: translateY(-50%);
  padding: 0 20px;
  height: 100%;
  line-height: 0.65rem;
  transition: all 0.3s;
  background-color: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
#c-header .c-gn .ztop-search .cn2 input {
  line-height: 0.65rem;
}
#c-header .c-gn .ztop-search:hover {
  background-color: #ff6400;
}
#c-header .c-gn .ztop-search:hover .cn1 {
  text-align: center;
}
#c-header .c-gn .ztop-search:hover .cn1 svg path {
  fill: #fff;
}
#c-header .c-gn .ztop-search:hover .cn2 {
  opacity: 1;
  width: 200px;
  visibility: visible;
}
#c-go-top {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  bottom: 0.3rem;
  right: 0.3rem;
  z-index: 999;
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  background-color: #ff6400;
  cursor: pointer;
  transition: all 0.3s;
  opacity: 0;
}
@media (max-width: 767px) {
  #c-go-top {
    display: none !important;
  }
}
#c-go-top img,
#c-go-top svg {
  width: 50%;
  height: 50%;
  transform: rotate(-90deg);
}
#c-go-top img path,
#c-go-top svg path {
  fill: #ffff;
  transition: all 0.4s;
}
#c-go-top:hover {
  background-color: #fff;
}
#c-go-top:hover svg path {
  fill: #ff6400;
}
#c-code-pop {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 910;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}
#c-code-pop .c-img-box {
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 20px;
  width: 200px;
  border-radius: 5px;
  background: #fff;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#c-code-pop .c-img-box .c-close {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  bottom: -60px;
  left: 50%;
  margin-left: -20px;
  cursor: pointer;
  background-color: #fff;
  border-radius: 50%;
  transition: all 0.5s;
}
#c-code-pop .c-img-box .c-close img,
#c-code-pop .c-img-box .c-close svg {
  margin: 4px;
  width: 18px;
  height: 18px;
}
#c-code-pop .c-img-box .c-close img path,
#c-code-pop .c-img-box .c-close svg path {
  fill: #000;
  transition: all 0.5s;
}
#c-code-pop .c-img-box .c-close:hover {
  background-color: #ff6400;
}
#c-code-pop .c-img-box .c-close:hover svg path {
  fill: #fff;
}
#c-code-pop .c-img-box &gt; img {
  width: 100%;
}
#c-code-pop .c-img-box .c-text {
  padding-top: 10px;
  line-height: 1;
  text-align: center;
  color: #000;
}
.textflow {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.textflow2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.textflow3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.textflow4 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.textflow10 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 10;
  -webkit-box-orient: vertical;
}
.font80 {
  font-size: 0.8rem;
}
.font72 {
  font-size: 0.72rem;
}
.font60 {
  font-size: 0.6rem;
}
.font58 {
  font-size: 0.58rem;
}
.font56 {
  font-size: 0.56rem;
}
.font54 {
  font-size: 0.54rem;
}
.font52 {
  font-size: 0.52rem;
}
.font50 {
  font-size: 0.5rem;
}
.font48 {
  font-size: 0.48rem;
}
.font46 {
  font-size: 0.46rem;
}
.font44 {
  font-size: 0.44rem;
}
.font42 {
  font-size: 0.42rem;
}
.font40 {
  font-size: 0.4rem;
}
@media (max-width: 991px) {
  .font40 {
    font-size: 0.4rem;
  }
}
.font38 {
  font-size: 0.38rem;
}
@media (max-width: 991px) {
  .font38 {
    font-size: 0.4rem;
  }
}
.font36 {
  font-size: 0.36rem;
}
@media (max-width: 991px) {
  .font36 {
    font-size: 0.48rem;
  }
  .index-brand .brand-logo{
    width: 2rem !important;
  }
}
.font34 {
  font-size: 0.34rem;
}
@media (max-width: 991px) {
  .font34 {
    font-size: 0.4rem;
  }
}
.font32 {
  font-size: 0.32rem;
}
@media (max-width: 991px) {
  .font32 {
    font-size: 0.4rem;
  }
}
.font30 {
  font-size: 0.3rem;
}
@media (max-width: 991px) {
  .font30 {
    font-size: 0.4rem;
  }
}
.font28 {
  font-size: 0.28rem;
}
@media (max-width: 991px) {
  .font28 {
    font-size: 0.4rem;
  }
}
.font26 {
  font-size: 26px;
}
@media (max-width: 1580px) {
  .font26 {
    font-size: 22px;
  }
}
@media (max-width: 991px) {
  .font26 {
    font-size: 0.3rem;
  }
}
.font24 {
  font-size: 24px;
}
@media (max-width: 1580px) {
  .font24 {
    font-size: 22px;
  }
}
@media (max-width: 1260px) {
  .font24 {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .font24 {
    font-size: 0.36rem;
  }
}
.font22 {
  font-size: 22px;
  line-height: 1.5em;
}
@media (max-width: 1580px) {
  .font22 {
    font-size: 18px;
  }
}
@media (max-width: 1260px) {
  .font22 {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .font22 {
    font-size: 0.3rem;
  }
}
.font20 {
  font-size: 20px;
}
@media (max-width: 1580px) {
  .font20 {
    font-size: 18px;
  }
}
@media (max-width: 1260px) {
  .font20 {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .font20 {
    font-size: 0.32rem;
  }
}
.font18 {
  line-height: 1.5em;
  font-size: 18px;
}
@media (max-width: 1580px) {
  .font18 {
    font-size: 16px;
  }
}
@media (max-width: 1260px) {
  .font18 {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .font18 {
    font-size: 0.36rem;
  }
}
.font16 {
  font-size: 16px;
}
@media (max-width: 1580px) {
  .font16 {
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  .font16 {
    font-size: 0.32rem;
  }
}
.font14 {
  font-size: 14px;
}
@media (max-width: 1580px) {
  .font14 {
    font-size: 12px;
  }
}
@media (max-width: 991px) {
  .font14 {
    font-size: 0.24rem;
  }
}
.font12 {
  font-size: 12px;
}
/**********************************00-01 首页**********************************/
.index-warm {
  display: flex;
  align-items: center;
  height: 48px;
  width: 100%;
  background-color: #000;
}
@media (max-width: 991px) {
  .index-warm {
    height: 1.4rem;
  }
  .index-warm .container .cn1{
    font-size: .3rem !important;
    line-height: .38rem !important;
  }
}
.index-warm .container .cn1 {
  line-height: 1.5em;
  color: #fff;
  text-align: center;
}
#c-header {
  background-color: #fff;
  display: block;
  height: 60px;
  position: sticky;
  left: 0;
  top: 0;
  opacity: 1;
  visibility: visible;
  transition: all 0.3s;
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.1);
}
#c-header.c-head-move {
  top: 0;
}
#c-header .index-header {
  height: 60px;
  max-width: 1120px;
}
#c-header .index-header .indexheaderbox1 {
  display: flex;
  width: 100%;
}
#c-header .index-header .indexheaderbox1 .c-right-box .c-nav li {
  margin-left: 0.6rem;
  margin-right: 0;
}
#c-header.on99 {
  opacity: 0;
  visibility: hidden;
}
.public-btn {
  display: flex;
}
.public-btn.public-btncontact {
  margin-top: 0.6rem;
}
.public-btn.public-btncontact .public-btnyellow {
  height: 0.6rem;
  line-height: 0.6rem;
  border-radius: 0.3rem;
}
@media (max-width: 991px) {
  .public-btn.public-btncontact .public-btnyellow {
    line-height: 0.76rem;
    border-radius: 0.38rem;
    padding: 0 0.3rem;
    height: 0.76rem;
  }
}
.public-btn .public-btnyellow {
  min-width: 1.6rem;
  line-height: 0.5rem;
  background-color: #000;
  border-radius: 0.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0.2rem;
  overflow: hidden;
  position: relative;
}
@media (max-width: 991px) {
  .public-btn .public-btnyellow {
    line-height: 0.76rem;
    border-radius: 0.38rem;
    padding: 0 0.3rem;
  }
}
.public-btn .public-btnyellow::before {
  content: "";
  position: absolute;
  left: -100%;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  transition: all 0.4s;
  display: block !important;
}
.public-btn .public-btnyellow .pcn1 {
  position: relative;
  z-index: 2;
  color: #000000;
  display: flex;
  align-items: center;
}
.public-btn .public-btnyellow .pcn1 em {
  color: #ff6400;
  font-style: normal;
}
.public-btn .public-btnyellow .pcn1 em:nth-child(1) {
  position: relative;
  transition: all 0.4s;
  top: 0;
  left: 0;
}
.public-btn .public-btnyellow .pcn1 em:nth-child(2) {
  position: absolute;
  left: 0;
  top: 0.3rem;
  opacity: 0;
  transition: all 0.4s;
}
.public-btn .public-btnyellow .pcn2 {
  position: relative;
  z-index: 2;
  width: 0.17rem;
  height: 0.17rem;
  background-color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-left: 0.15rem;
  transition: all 0.4s;
}
@media (max-width: 991px) {
  .public-btn .public-btnyellow .pcn2 {
    width: 0.3rem;
    height: 0.3rem;
  }
}
.public-btn .public-btnyellow .pcn2 svg {
  width: 0.06rem;
  height: 0.08rem;
}
@media (max-width: 991px) {
  .public-btn .public-btnyellow .pcn2 svg {
    width: 0.12rem;
    height: 0.16rem;
  }
}
.public-btn .public-btnyellow .pcn2 svg path {
  fill: #fff;
  opacity: 1;
  stroke: none;
  transition: all 0.4s;
}
.more21 .public-btnyellow:hover::before {
  left: 0;
}
.more21 .public-btnyellow:hover .pcn1 em {
  color: #ff6400;
}
.more21 .public-btnyellow:hover .pcn1 em:nth-child(1) {
  top: -0.3rem;
  opacity: 0;
}
.more21 .public-btnyellow:hover .pcn1 em:nth-child(2) {
  top: 0;
  opacity: 1;
}
.more21 .public-btnyellow:hover .pcn2 {
  background-color: #ff6400;
  transform: translateX(0.05rem);
}
.more21 .public-btnyellow:hover .pcn2 svg path {
  fill: #000;
}
.index-daojishi0 {
  background-color: #ff6400;
  height: 1.5rem;
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .index-daojishi0 {
    height: 2.8rem;
  }
}
.index-daojishi0 .container {
  max-width: 100%;
  width: 100%;
  padding: 0 0.6rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.index-daojishi0 .container .left {
  max-width: 60%;
  display: flex;
  align-items: center;
}
.index-daojishi0 .container .left .left1 .cn0 {
  line-height: 1.1em;
  margin-bottom: 0.1rem;
}
@media (max-width: 991px) {
  .index-daojishi0 .container .left {
    width: 100%;
    max-width: 100%;
    text-align: center;
    justify-content: center;
  }
}
.index-daojishi0 .container .left .cn1 {
  line-height: 1.1em;
  color: #000000;
  font-size: 0.4rem;
}
@media (max-width: 1260px) {
  .index-daojishi0 .container .left .cn1 {
    font-size: 0.3rem;
  }
}
.index-daojishi0 .container .right {
  padding-right: 1rem;
}
@media (max-width: 1580px) {
  .index-daojishi0 .container .right {
    padding-right: 0;
  }
}
@media (max-width: 991px) {
  .index-daojishi0 .container .right {
    margin-top: 0.3rem;
    width: 100%;
    padding: 0;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .index-daojishi0 .container .right {
    margin-top: 0.15rem;
  }
}
.index-daojishi0 .container .right .cn2 {
  line-height: 1.1em;
  color: #000000;
}
@media (max-width: 991px) {
  .index-daojishi0 .container .right .cn2 {
    font-size: 0.24rem;
    display: none;
  }
}
.index-daojishi0 .container .right .countdown {
  display: flex;
  justify-content: center;
}
.index-daojishi0 .container .right .countdown .seperator {
  font-size: 0.66rem;
  color: #000;
  margin: 0 0.1rem;
}
.index-daojishi0 .container .right .countdown li {
  text-align: center;
  line-height: 1em;
}
.index-daojishi0 .container .right .countdown li span {
  line-height: 1em;
  font-size: 0.66rem;
  color: #000;
}
.index-daojishi0 .container .right .countdown li p {
  text-align: center;
  color: #000000;
  text-transform: uppercase;
}
.index-banner {
  width: 100%;
  position: relative;
  overflow: hidden;
  background-color: #ff6400;
}
.index-banner .swiper-wrapper {
  transition-delay: 0.3s;
}
.index-banner .swiper-wrapper .swiper-slide {
  position: relative;
  width: 100%;
}
.index-banner .swiper-wrapper .swiper-slide .img img {
  left: initial;
  right: -100%;
  transition: all 0.3s;
}
@media (max-width: 991px) {
  .index-banner .swiper-wrapper .swiper-slide .img .pc-img {
    display: none;
  }
}
.index-banner .swiper-wrapper .swiper-slide .img .mb-img {
  display: none;
}
@media (max-width: 991px) {
  .index-banner .swiper-wrapper .swiper-slide .img .mb-img {
    display: block;
  }
}
.index-banner .swiper-wrapper .swiper-slide .img::before {
  padding-top: 50.52083333%;
}
@media (max-width: 767px) {
  .index-banner .swiper-wrapper .swiper-slide .img::before {
    padding-top: 120%;
  }
}
.index-banner .swiper-wrapper .swiper-slide .container {
  position: absolute;
  left: 50%;
  top: 45%;
  transform: translate(-50%, -50%);
  z-index: 3;
  max-width: 1400px;
  width: 85%;
}
.index-banner .swiper-wrapper .swiper-slide .icon{
  width: 1.4rem;
  margin-bottom: 0.4rem;
}
.index-banner .swiper-wrapper .swiper-slide .c2{
  width: 3rem;
  margin-top: 1rem;
}
.x-hide{
  display: none !important;
}
@media (max-width: 991px) {
  .s-hide{
		display: none !important;
	}
  .index-banner .swiper-wrapper .swiper-slide .container {
    top: 22%;
  }
  .index-select .box1 .cn4{
    margin: 0.3rem 0.6rem !important;
  }
  .index-select .box1 .cn1{
    width: 2.4rem !important;
  }
}
.index-banner .swiper-wrapper .swiper-slide .container .box .cn1 {
  color: #000;
  line-height: 1.45454545em;
  transition: all 0.4s;
  position: relative;
  opacity: 0;
  top: 0.6rem;
}
.index-banner .swiper-wrapper .swiper-slide .container .box .cn2 {
  color: #000;
  line-height: 1.13888889em;
  transition: all 0.4s;
  position: relative;
  opacity: 0;
  top: 0.6rem;
  transition-delay: 0.2s;
}
@media (max-width: 991px) {
  .index-banner .swiper-wrapper .swiper-slide .container .box .cn2 {
    font-size: 0.64rem;
  }
}
.index-banner .swiper-wrapper .swiper-slide .container .box .cn3 {
  color: #111;
  line-height: 1.5em;
  width: 35%;
  margin-bottom: 0.55rem;
  transition: all 0.4s;
  position: relative;
  opacity: 0;
  top: 0.6rem;
  transition-delay: 0.4s;
}
@media (max-width: 991px) {
  .index-banner .swiper-wrapper .swiper-slide .container .box .cn3 {
    width: 90%;
  }
}
.index-banner .swiper-wrapper .swiper-slide .container .box .public-btn {
  transition: all 0.4s;
  position: relative;
  opacity: 0;
  top: 0.6rem;
  transition-delay: 0.6s;
}
.index-banner .swiper-wrapper .swiper-slide.ani-slide .img img {
  right: 0;
  animation: bannerscale 10s infinite linear;
}
.index-banner .swiper-wrapper .swiper-slide.ani-slide .container .box .cn1 {
  opacity: 1;
  top: 0;
}
.index-banner .swiper-wrapper .swiper-slide.ani-slide .container .box .cn2 {
  opacity: 1;
  top: 0;
  margin-top: 0.1rem;
  margin-bottom: 0.3rem;
}
.index-banner .swiper-wrapper .swiper-slide.ani-slide .container .box .cn3 {
  opacity: 1;
  top: 0;
}
.index-banner .swiper-wrapper .swiper-slide.ani-slide .container .box .public-btn {
  opacity: 1;
  top: 0;
}
.index-banner.index-daojishi {
  width: 100%;
  height: calc(100vh - 1.5rem);
}
@media (max-width: 991px) {
  .index-banner.index-daojishi {
    height: calc(100vh - 2.8rem);
  }
}
.index-banner.index-daojishi .swiper-wrapper .swiper-slide .img {
  width: 100%;
  height: 100%;
  background-color: #000;
}
.index-banner.index-daojishi .swiper-wrapper .swiper-slide .img::before {
  display: none;
}
.index-banner.index-daojishi .swiper-wrapper .swiper-slide .img img {
  position: relative;
  animation: initial;
}
.index-banner.index-daojishi .swiper-wrapper .swiper-slide .img .pc-img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.index-banner.index-daojishi .swiper-wrapper .swiper-slide .img .pc-video {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
@media (max-width: 991px) {
  .index-banner.index-daojishi .swiper-wrapper .swiper-slide .img .pc-video {
    display: none;
  }
}
.index-banner.index-daojishi .swiper-wrapper .swiper-slide .container {
  top: 50%;
}
.index-banner.index-daojishi .swiper-wrapper .swiper-slide .container .box .cn3 {
  margin-bottom: 0;
}
@keyframes bannerscale {
  0% {
    scale: 1;
  }
  50% {
    scale: 1.02;
  }
  100% {
    scale: 1;
  }
}
.public-pagebar {
  position: absolute;
  left: 50% !important;
  transform: translateX(-50%);
  z-index: 5;
  bottom: 0.32rem;
  text-align: center;
  margin: 0 auto;
  top: initial !important;
  width: 0.9rem !important;
  height: 0.02rem !important;
  background-color: #fff;
}
@media (max-width: 991px) {
  .public-pagebar {
    width: 1.8rem !important;
    height: 0.04rem !important;
  }
}
.public-pagebar .swiper-pagination-progressbar-fill {
  background-color: #000;
}
.public-btnsm {
  width: 0.18rem;
  height: 0.18rem;
  background-color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: all 0.4s;
}
@media (max-width: 991px) {
  .public-btnsm {
    width: 0.4rem;
    height: 0.4rem;
  }
}
.public-btnsm svg {
  width: 33%;
  height: auto;
  transition: all 0.4s;
}
.public-btnsm svg path {
  transition: all 0.4s;
  fill: #ffffff;
  opacity: 1;
  stroke: none;
}
.public-btnsm.public-btnw38 {
  width: 0.38rem;
  height: 0.38rem;
  background-color: #c9c9c9;
  cursor: pointer;
}
@media (max-width: 991px) {
  .public-btnsm.public-btnw38 {
    width: 0.76rem;
    height: 0.76rem;
  }
}
.public-btnsm.public-btnw38 svg {
  width: 0.06rem;
  height: auto;
}
@media (max-width: 991px) {
  .public-btnsm.public-btnw38 svg {
    width: 0.12rem;
  }
}
.public-btnsm.public-btnw38.indexproductprev svg {
  transform: rotate(180deg);
}
.public-btnsm.public-btnw38:hover {
  background-color: #ff6400;
}
.public-btnsm.public-btnw38:hover svg path {
  fill: #000;
}
.public-btnsm.public-btnw56 {
  width: 0.56rem;
  height: 0.56rem;
  background-color: #c9c9c9;
  cursor: pointer;
}
@media (max-width: 991px) {
  .public-btnsm.public-btnw56 {
    width: 0.76rem;
    height: 0.76rem;
  }
}
.public-btnsm.public-btnw56 svg {
  width: 0.08rem;
  height: auto;
}
@media (max-width: 991px) {
  .public-btnsm.public-btnw56 svg {
    width: 0.12rem;
  }
}
.public-btnsm.public-btnw56.indexproductprev svg {
  transform: rotate(180deg);
}
.public-btnsm.public-btnw56:hover {
  background-color: #ff6400;
}
.public-btnsm.public-btnw56:hover svg path {
  fill: #000;
}
.public-btnsm.public-btnsmabsolute {
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(180deg);
  z-index: 6;
  left: 0;
}
.public-btnsm.public-btnsmabsolute.public-btnright {
  left: initial;
  right: 0;
  transform: translateY(-50%) rotate(0deg);
}
.index-product {
  user-select: none;
  background-color: #fff;
  padding: 1.2rem 0;
}
.index-product .container .title {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
.index-product .container .title .cn1 {
  color: #000000;
  line-height: 1.27777778em;
}
.index-product .container .title .titleright {
  display: flex;
  align-items: center;
}
.index-product .container .title .titleright .indexproductpage {
  margin-right: 0.4rem;
  position: relative;
  left: 0 !important;
  top: 0 !important;
  transform: translateY(0) !important;
  background-color: #eeeeee !important;
}
.index-brand {
  padding: 1.2rem 0;
}
.index-brand .content{
  display: flex;
  align-items: flex-start;
  justify-content: center;
  margin-top: 0.72rem;
  margin-bottom: 1.2rem;
}
.index-brand .content .item{
  margin: 0 0.2rem;
}
.index-brand .content .item .box{
  position: relative;
  overflow: hidden;
  border-radius: 0.2rem;
}
.index-brand .content .item .slogan{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 1rem 0.7rem;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.3);
  line-height: .48rem;
}
.index-brand .content .item p{
  margin-top: 0.32rem;
  line-height: 26px;
  padding-right: .6rem;
}
.index-brand .content .item img{
  transition: all .3s;
}
.index-brand .content .item:hover img{
  transform: scale(1.05);
}
.index-brand h3, .index-brand h4{
  text-align: center;
}
.index-brand h3{
  line-height: .58rem;
}
.index-brand h4{
  margin-top: 0.16rem;
  color: #000;
}
.index-brand .brand-logo{
  display: inline-block;
  width: 1.9rem;
}
@media (max-width: 767px) {
  .index-product .container .title .titleright .indexproductpage {
    display: none;
  }
  .index-brand .content{
    flex-wrap: wrap;
  }
  .index-brand .content .item{
    margin: 0.4rem 0.2rem;
  }
  .index-brand .content .item .slogan{
    font-size: 0.64rem;
    line-height: .7rem;
  }
  .index-banner .public-img{
    height: 100%;
    object-fit: cover;
  }
  .index-product .container .index-pro1 .swiper-slide .textbox{
    bottom: 0.2rem !important;
  }
  .font80 {
    font-size: 0.7rem !important;
  }
  #c-header .c-nav2 li a{
    font-family: 'outfit-b' !important;
    font-size: 0.32rem;
  }
}
.index-product .container .title .titleright .box {
  display: flex;
}
.index-product .container .title .titleright .box .indexproductnext {
  margin-left: 0.1rem;
}
.index-product .container .index-pro1 {
  padding-bottom: 0.6rem;
  position: relative;
  overflow: hidden;
}
.index-product .container .index-pro1 .swiper-slide {
  width: 4rem;
  margin-top: 0.6rem;
  position: relative;
  background-color: #fff9fc;
}
@media (max-width: 991px) {
  .index-product .container .index-pro1 .swiper-slide {
    padding: 1px;
  }
}
.index-product .container .index-pro1 .swiper-slide:nth-child(1n) {
  background-color: #f5f5f5;
}
.index-product .container .index-pro1 .swiper-slide:nth-child(2n) {
  background-color: #fefff6;
}
.index-product .container .index-pro1 .swiper-slide:nth-child(3n) {
  background-color: #f8e9e0;
}
.index-product .container .index-pro1 .swiper-slide:nth-child(4n) {
  background-color: #fbfbc4;
}
.index-product .container .index-pro1 .swiper-slide:nth-child(5n) {
  background-color: #effdd4;
}
.index-product .container .index-pro1 .swiper-slide:nth-child(6n) {
  background-color: #fbd4c6;
}
.index-product .container .index-pro1 .swiper-slide .img {
  transition: all 0.4s;
  border: solid 1px #eeeeee;
}
@media (max-width: 991px) {
  .index-product .container .index-pro1 .swiper-slide .img {
    border: 0.02rem solid #eee;
  }
}
.index-product .container .index-pro1 .swiper-slide .img::before {
  padding-top: 119.26605505%;
}
.index-product .container .index-pro1 .swiper-slide .public-img{
  display: flex;
  justify-content: center;
  align-items: center;
}
.index-product .container .index-pro1 .swiper-slide .img .default {
  position: relative;
  transform: scale(1);
  width: 52%;
  height: auto;
  margin: 0 auto;
  display: block;
}
.index-product .container .index-pro1 .swiper-slide .img .bg {
  opacity: 0;
  transform: scale(1);
}
.index-product .container .index-pro1 .swiper-slide .textbox {
  z-index: 6;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 0.2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.index-product .container .index-pro1 .swiper-slide .textbox h3 {
  color: #000;
  max-width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
  white-space: nowrap;
}
.index-product .container .index-pro1 .swiper-slide .textbox h3 span:nth-child(1) {
  position: relative;
  left: 0;
  top: 0;
  opacity: 1;
  transition: all 0.4s;
  visibility: visible;
}
.index-product .container .index-pro1 .swiper-slide .textbox h3 span:nth-child(2) {
  position: absolute;
  left: 0;
  top: 0.5rem;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s;
  color: #fff;
}
.index-product .container .index-pro1 .swiper-slide:hover .img {
  border: 1px solid transparent;
}
.index-product .container .index-pro1 .swiper-slide:hover .img .default {
  opacity: 0;
  transform: scale(0.5);
}
.index-product .container .index-pro1 .swiper-slide:hover .img .bg {
  opacity: 1;
  transform: scale(1);
}
.index-product .container .index-pro1 .swiper-slide:hover .textbox h3 span:nth-child(1) {
  opacity: 0;
  top: -0.3rem;
  visibility: hidden;
}
.index-product .container .index-pro1 .swiper-slide:hover .textbox h3 span:nth-child(2) {
  opacity: 1;
  top: 0;
  visibility: visible;
}
.index-product .container .index-pro1 .swiper-slide:hover .textbox .public-btnsm {
  transform: scale(2.5);
  background-color: #ff6400;
}
@media (max-width: 991px) {
  .index-product .container .index-pro1 .swiper-slide:hover .textbox .public-btnsm {
    transform: scale(1.5);
  }
}
.index-product .container .index-pro1 .swiper-slide:hover .textbox .public-btnsm svg {
  width: 20%;
}
.index-product .container .index-pro1 .swiper-slide:hover .textbox .public-btnsm svg path {
  fill: #000;
}
.index-product .container .public-btn {
  justify-content: center;
}
.indexproduct2 {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.indexproduct2 .container2 {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 6;
}
.indexproduct2 .swiper-wrapper .swiper-slide {
  position: relative;
  width: 100%;
}
.indexproduct2 .swiper-wrapper .swiper-slide .img img {
  left: 0;
  transition: all 0.3s;
}
@media (max-width: 991px) {
  .indexproduct2 .swiper-wrapper .swiper-slide .img .pc-img {
    display: none;
  }
}
.indexproduct2 .swiper-wrapper .swiper-slide .img .mb-img {
  display: none;
}
@media (max-width: 991px) {
  .indexproduct2 .swiper-wrapper .swiper-slide .img .mb-img {
    display: block;
  }
}
.indexproduct2 .swiper-wrapper .swiper-slide .img::before {
  padding-top: 43.75%;
}
@media (max-width: 991px) {
  .indexproduct2 .swiper-wrapper .swiper-slide .img::before {
    padding-top: 60%;
  }
}
@media (max-width: 767px) {
  .indexproduct2 .swiper-wrapper .swiper-slide .img::before {
    padding-top: 120%;
  }
}
.indexproduct2 .swiper-wrapper .swiper-slide .container {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  max-width: 1400px;
  width: 85%;
  text-align: center;
}
.indexproduct2 .swiper-wrapper .swiper-slide .container .box .cn1 {
  color: #000;
  line-height: 1.5em;
  transition: all 0.4s;
  position: relative;
  opacity: 0;
  top: 0.6rem;
}
.indexproduct2 .swiper-wrapper .swiper-slide .container .box .cn2 {
  color: #000;
  line-height: 1.27777778em;
  transition: all 0.4s;
  position: relative;
  opacity: 0;
  top: 0.6rem;
  transition-delay: 0.2s;
  margin-top: 0.15rem;
  margin-bottom: 0.25rem;
}
.indexproduct2 .swiper-wrapper .swiper-slide .container .box .cn3 {
  color: #000333;
  line-height: 1.5em;
  width: 29.0625%;
  margin: 0 auto 0.55rem;
  transition: all 0.4s;
  position: relative;
  opacity: 0;
  top: 0.6rem;
  transition-delay: 0.4s;
}
@media (max-width: 991px) {
  .indexproduct2 .swiper-wrapper .swiper-slide .container .box .cn3 {
    width: 80%;
  }
}
.indexproduct2 .swiper-wrapper .swiper-slide .container .box .public-btn {
  transition: all 0.4s;
  position: relative;
  opacity: 0;
  top: 0.6rem;
  transition-delay: 0.6s;
  margin: 0 auto;
  justify-content: center;
}
.indexproduct2 .swiper-wrapper .swiper-slide.ani-slide .container .box .cn1 {
  opacity: 1;
  top: 0;
}
.indexproduct2 .swiper-wrapper .swiper-slide.ani-slide .container .box .cn2 {
  opacity: 1;
  top: 0;
}
.indexproduct2 .swiper-wrapper .swiper-slide.ani-slide .container .box .cn3 {
  opacity: 1;
  top: 0;
}
.indexproduct2 .swiper-wrapper .swiper-slide.ani-slide .container .box .public-btn {
  opacity: 1;
  top: 0;
}
@media (max-width: 991px) {
  .indexproduct3 {
    padding: 0 0.3rem 0.3rem;
  }
}
.indexproduct3 .container {
  max-width: 1870px;
  width: 100%;
}
.indexproduct3 .container .indexproduct3a {
  position: relative;
  overflow: hidden;
}
.indexproduct3 .container .indexproduct3a .swiper-wrapper {
  flex-wrap: wrap;
  justify-content: space-between;
}
.indexproduct3 .container .indexproduct3a .swiper-slide {
  padding: 0.3rem 0;
  width: 49.19786096%;
}
@media (max-width: 767px) {
  .indexproduct3 .container .indexproduct3a .swiper-slide {
    padding: 0.3rem 0 0;
    width: 100%;
  }
}
.indexproduct3 .container .indexproduct3a .swiper-slide .box {
  display: block;
  position: relative;
  background-color: #f2f5fa;
}
.indexproduct3 .container .indexproduct3a .swiper-slide .box .img::before {
  padding-top: 79.34782609%;
}
@media (max-width: 991px) {
  .indexproduct3 .container .indexproduct3a .swiper-slide .box .img::before {
    padding-top: 119%;
  }
}
.indexproduct3 .container .indexproduct3a .swiper-slide .box .text {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0.5rem;
  z-index: 5;
  text-align: center;
}
.indexproduct3 .container .indexproduct3a .swiper-slide .box .text .cn1 {
  color: #666666;
  line-height: 1.5em;
}
.indexproduct3 .container .indexproduct3a .swiper-slide .box .text .cn2 {
  color: #060000;
  line-height: 1.27777778em;
  margin: 0.05rem 0 0.1rem;
  transition: all 0.4s;
}
.indexproduct3 .container .indexproduct3a .swiper-slide .box .text .cn3 {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #060000;
  line-height: 1.625em;
}
.indexproduct3 .container .indexproduct3a .swiper-slide .box .text .cn3 svg {
  width: 0.06rem;
  height: 0.08rem;
  margin-left: 0.1rem;
  transition: all 0.4s;
}
@media (max-width: 991px) {
  .indexproduct3 .container .indexproduct3a .swiper-slide .box .text .cn3 svg {
    width: 0.12rem;
    height: 0.16rem;
  }
}
.indexproduct3 .container .indexproduct3a .swiper-slide .box .text .cn3 svg path {
  transition: all 0.4s;
  fill: #000;
  opacity: 1;
  stroke: none;
}
.indexproduct3 .container .indexproduct3a .swiper-slide .box:hover .img img {
  transform: scale(1.05);
}
.indexproduct3 .container .indexproduct3a .swiper-slide .box:hover .text .cn2 {
  color: #ff6400;
}
.indexproduct3 .container .indexproduct3a .swiper-slide .box:hover .text .cn3 svg {
  transform: translateX(0.05rem);
}
.index-tech {
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
}
.index-tech .yanwu {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  mix-blend-mode: screen;
  text-align: center;
}
.index-tech .yanwu video {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  margin: 0 auto;
  height: 100%;
}
.index-tech .bgimg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index-tech .bgimg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index-tech .yun {
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  width: 100%;
  animation: yunsport 30s linear infinite;
}
.index-tech .yun img {
  width: 100%;
}
.index-tech .chanpin {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 67.5%;
}
.index-tech .text {
  z-index: 9;
  position: absolute;
  left: 50%;
  top: 20%;
  transform: translateX(-50%);
  text-align: center;
  width: 100%;
}
.index-tech .text .cn1 {
  color: #fff;
  line-height: 1.5em;
  position: relative;
}
.index-tech .text .cn2 {
  color: #fff;
  line-height: 1.27777778em;
  position: relative;
  margin-top: 0.15rem;
  margin-bottom: 0.25rem;
}
@media (max-width: 991px) {
  .index-tech .text .cn2 {
    line-height: 1.1em;
    max-width: 80%;
    margin: 0.15rem auto;
  }
}
.index-tech .text .cn3 {
  color: #fff;
  line-height: 1.5em;
  width: 29.0625%;
  margin: 0 auto 0.55rem;
  position: relative;
}
@media (max-width: 991px) {
  .index-tech .text .cn3 {
    width: 80%;
  }
}
.index-tech .text .public-btn {
  transition: all 0.4s;
  position: relative;
  margin: 0 auto;
  justify-content: center;
}
@keyframes yunsport {
  0% {
    left: 0;
  }
  100% {
    left: -100%;
  }
}
.index-about {
  position: relative;
  width: 100%;
  margin: 0 auto;
  height: 200vh;
}
.index-about .index-about2 {
  position: sticky;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  margin: 0 auto;
}
.index-about .index-about2 .bg {
  width: 100%;
  height: 100%;
}
.index-about .index-about2 .bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index-about .index-about2 .logobg {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 101%;
  height: 101%;
  transform: translate(-50%, -50%);
  transition: all 1s;
  z-index: 10;
  pointer-events: none;
}
@media (max-width: 991px) {
  .index-about .index-about2 .logobg {
    left: 48%;
    width: 104%;
    height: 104%;
  }
}
.index-about .index-about2 .logobg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index-about .index-about2 .text {
  z-index: 9;
  position: absolute;
  left: 50%;
  top: 20%;
  transform: translateX(-50%);
  text-align: center;
  width: 100%;
}
.index-about .index-about2 .text .cn2 {
  color: #000000;
  line-height: 1.27777778em;
  position: relative;
  margin-top: 0.15rem;
  margin-bottom: 0.25rem;
  opacity: 0;
  transition: all 0.4s;
  transition-delay: 0.4s;
  top: 0.6rem;
}
.index-about .index-about2 .text .cn3 {
  color: #000000;
  line-height: 1.5em;
  width: 29.0625%;
  margin: 0 auto 0.55rem;
  position: relative;
  opacity: 0;
  transition: all 0.4s;
  transition-delay: 0.5s;
  top: 0.6rem;
}
@media (max-width: 991px) {
  .index-about .index-about2 .text .cn3 {
    width: 80%;
  }
}
.index-about .index-about2 .text .public-btn {
  position: relative;
  margin: 0 auto;
  justify-content: center;
  opacity: 0;
  transition: all 0.4s;
  top: 0.6rem;
  transition-delay: 0.6s;
}
.index-gallery {
  overflow: hidden;
  padding: 1rem 0 2.2rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.index-gallery .cn1 {
  text-align: center;
}
.index-gallery .box1 {
  margin-top: 0.6rem;
}
.index-gallery .box1 .str_wrap {
  overflow: initial;
}
.index-gallery .box1 a {
  display: inline-block;
  width: 3.8rem;
  margin: 0 0.25rem;
  background-color: #fff;
  overflow: hidden;
  transition: all 0.4s;
  position: relative;
}
.index-gallery .box1 a:nth-child(even) {
  top: 0.6rem;
}
.index-gallery .box1 a .img {
  width: 100%;
}
.index-gallery .box1 a .img::before {
  padding-top: 94.73684211%;
}
.index-gallery .box1 a .text {
  width: 100%;
  line-height: 0.6rem;
  border: 1px solid #eee;
  text-align: center;
  color: #666666;
  padding: 0 0.2rem;
  transition: all 0.4s;
}
.index-gallery .box1 a:hover {
  background-color: #ff6400;
  transform: rotate(-5deg);
  padding: 0.05rem;
}
.index-gallery .box1 a:hover .img img {
  transform: scale(1.05);
}
.index-gallery .box1 a:hover .text {
  border: 0 solid transparent;
  color: #000000;
}
.footer {
  background-color: #ff6400;
}
.footer .footer1 .container {
  max-width: 1400px;
}
.footer .footer1 .container .box1 {
  padding: 0.9rem 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}
.footer .footer1 .container .box1 .logo{
  display: block;
  width: 1.4rem;
  margin-right: 0.4rem;
}
.footer .footer1 .container .box1 .left{
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .footer .footer1 .container .box1 .left {
    width: 100%;
  }
}
.footer .footer1 .container .box1 .left .logo svg {
  width: 1.76rem;
  height: auto;
}
.footer .footer1 .container .box1 .left .logo svg path {
  fill: #000;
  opacity: 1;
  stroke: none;
}
.footer .footer1 .container .box1 .right {
  width: 23.75%;
  position: relative;
}
@media (max-width: 991px) {
  .footer .footer1 .container .box1 .right {
    width: 6rem;
  }
}
@media (max-width: 767px) {
  .footer .footer1 .container .box1 .right {
    width: 100%;
    margin-top: 0.5rem;
  }
}
.footer .footer1 .container .box1 .right input {
  width: 100%;
  line-height: 0.6rem;
  background-color: #fff;
  border-radius: 0.3rem;
  padding: 0 1.5rem 0 0.2rem;
  color: #999999;
}
@media (max-width: 991px) {
  .footer .footer1 .container .box1 .right input {
    line-height: 0.76rem;
    border-radius: 0.38rem;
  }
}
.footer .footer1 .container .box1 .right input::placeholder {
  color: #999999;
}
.footer .footer1 .container .box1 .right button {
  position: absolute;
  right: 0.05rem;
  top: 50%;
  transform: translateY(-50%);
  background-color: #000;
  line-height: 0.54rem;
  border-radius: 0.25rem;
  min-width: 1rem;
  padding: 0 0.15rem;
  color: #ff6400;
}
@media (max-width: 991px) {
  .footer .footer1 .container .box1 .right button {
    line-height: 0.66rem;
    border-radius: 0.33rem;
  }
}
.footer .footer1 .container .box2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: 0.9rem;
}
.footer .footer1 .container .box2 .left {
  width: 65%;
  margin-right: 11.25%;
}
@media (max-width: 991px) {
  .footer .footer1 .container .box2 .left {
    display: none;
  }
}
.footer .footer1 .container .box2 .left .cn1 {
  width: 100%;
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}
.footer .footer1 .container .box2 .left .cn1 .cn2 {
  max-width: 24%;
}
.footer .footer1 .container .box2 .left .cn1 .cn2 .cn3 {
  color: #000000;
  line-height: 1.625em;
  position: relative;
  transition: all 0.4s;
}
.footer .footer1 .container .box2 .left .cn1 .cn2 .cn3::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background-color: #000000;
  transition: all 0.4s;
}
.footer .footer1 .container .box2 .left .cn1 .cn2 .cn3:hover {
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.5);
}
.footer .footer1 .container .box2 .left .cn1 .cn2 .cn3:hover::before {
  width: 100%;
}
.footer .footer1 .container .box2 .left .cn1 .cn2 .cn4 {
  margin-top: 0.1rem;
}
.footer .footer1 .container .box2 .left .cn1 .cn2 .cn4 .cn5 .cn6 {
  color: #000;
  line-height: 1.5em;
  position: relative;
  transition: all 0.4s;
}
.footer .footer1 .container .box2 .left .cn1 .cn2 .cn4 .cn5 .cn6::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background-color: #000;
  transition: all 0.4s;
}
.footer .footer1 .container .box2 .left .cn1 .cn2 .cn4 .cn5 .cn6:hover {
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.5);
}
.footer .footer1 .container .box2 .left .cn1 .cn2 .cn4 .cn5 .cn6:hover::before {
  width: 100%;
}
.footer .footer1 .container .box2 .right {
  flex-shrink: 0;
  width: 23.75%;
}
@media (max-width: 991px) {
  .footer .footer1 .container .box2 .right {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .footer .footer1 .container .box2 .right {
    text-align: center;
  }
}
.footer .footer1 .container .box2 .right .cn7 {
  color: #000000;
  line-height: 1.625em;
}
.footer .footer1 .container .box2 .right .cn8 {
  margin: 0.1rem 0;
}
.footer .footer1 .container .box2 .right .cn8 .cn9 {
  color: #000;
  line-height: 1.5em;
}
.footer .footer1 .container .box2 .right .cn10 {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .footer .footer1 .container .box2 .right .cn10 {
    justify-content: center;
  }
}
.footer .footer1 .container .box2 .right .cn10 .cn11 {
  margin-right: 0.4rem;
  position: relative;
}
.footer .footer1 .container .box2 .right .cn10 .cn11 .icon {
  position: relative;
  margin-top: 0.1rem;
}
.footer .footer1 .container .box2 .right .cn10 .cn11 .icon::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 0.36rem;
  height: 0.36rem;
  border-radius: 50%;
  background-color: #000;
  opacity: 0;
  transition: all 0.4s;
}
@media (max-width: 991px) {
  .footer .footer1 .container .box2 .right .cn10 .cn11 .icon::before {
    width: 0.5rem;
    height: 0.5rem;
  }
}
.footer .footer1 .container .box2 .right .cn10 .cn11 .icon svg {
  position: relative;
  z-index: 5;
  height: 0.16rem;
}
@media (max-width: 991px) {
  .footer .footer1 .container .box2 .right .cn10 .cn11 .icon svg {
    height: 0.3rem;
  }
}
.footer .footer1 .container .box2 .right .cn10 .cn11 .icon svg path {
  fill: #000;
  opacity: 1;
  stroke: none;
  transition: all 0.4s;
}
.footer .footer1 .container .box2 .right .cn10 .cn11 .img {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 100%;
  width: 100px;
  padding-bottom: 0.2rem;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s;
}
@media (max-width: 991px) {
  .footer .footer1 .container .box2 .right .cn10 .cn11 .img {
    left: 0;
    transform: translate(0);
  }
}
.footer .footer1 .container .box2 .right .cn10 .cn11 .img .img2 {
  width: 100px;
  height: 100px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
}
.footer .footer1 .container .box2 .right .cn10 .cn11 .img .img2 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.footer .footer1 .container .box2 .right .cn10 .cn11:hover .icon::before {
  opacity: 1;
}
.footer .footer1 .container .box2 .right .cn10 .cn11:hover .icon svg path {
  fill: #ff6400;
}
.footer .footer1 .container .box2 .right .cn10 .cn11:hover .img {
  opacity: 1;
  visibility: visible;
}
.footer .footer2 {
  border-top: 1px solid rgba(0, 0, 0, 0.3);
}
.footer .footer2 .container {
  max-width: 1400px;
  padding: 0.3rem 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.text-center{
  text-align: center;
}
.text-right{
  text-align: right;
}
@media (max-width: 991px) {
  .footer .footer2 .container .left {
    width: 100%;
    text-align: center;
  }
}
.footer .footer2 .container .left .cn1 {
  color: #000;
  line-height: 1.5em;
}
.footer .footer2 .container .right {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .footer .footer2 .container .right {
    width: 100%;
    justify-content: center;
  }
}
.footer .footer2 .container .right .cn2 {
  line-height: 1.5em;
  color: #000;
  display: block;
  position: relative;
  transition: all 0.4s;
  margin-left: 0.25rem;
}
@media (max-width: 991px) {
  .footer .footer2 .container .right .cn2 {
    margin: 0 0.15rem;
  }
}
.footer .footer2 .container .right .cn2::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background-color: #000000;
  transition: all 0.4s;
}
.footer .footer2 .container .right .cn2:hover {
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.5);
}
.footer .footer2 .container .right .cn2:hover::before {
  width: 100%;
}
.index-select {
  background-color: #fff;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  z-index: 1005;
  display: none;
}
.index-select .bg {
  background: linear-gradient(55deg, #f0e3a9, #ff6400);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 3;
  background-size: 200% 200%;  
  animation: example2 6s linear infinite;
}
.index-select .box1 {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 5;
  transform: translate(-50%, -50%);
}
.index-select .box1 .cn1 {
  text-align: center;
  width: 200px;
  margin: 0 auto;
}
.index-select .box1 .cn2 {
  width: 2px;
  height: 0.4rem;
  background-color: rgba(0, 0, 0, 0.8);
  margin: 0.2rem auto;
}
.index-select .box1 .cn3 {
  text-align: center;
  color: #000000;
}
.index-select .box1 .cn4 {
  text-align: center;
  line-height: 1.33333333em;
  color: #111;
  margin: 0.25rem 0 0.45rem;
}
.index-select .box1 .cn5 {
  display: flex;
  justify-content: center;
}
.index-select .box1 .cn5 .cn6 {
  margin: 0 0.1rem;
  line-height: 0.48rem;
  border-radius: 0.24rem;
  border: 1px solid #000;
  color: #000;
  padding: 0 0.3rem;
  min-width: 152px;
  text-align: center;
  transition: all 0.4s;
}
.index-select .box1 .cn5 .cn6:hover {
  background-color: #000;
  color: #fefefe;
}
.index-select .box2 {
  display: none;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 5;
  transform: translate(-50%, -50%);
}
.index-select .box2 .cn3 {
  text-align: center;
  color: #000000;
}
.index-select .box2 .cn4 {
  text-align: center;
  line-height: 1.33333333em;
  color: #666;
  margin: 0.25rem 0 0.45rem;
}
.index-select .box2 .cn5 {
  display: flex;
  justify-content: center;
}
.index-select .box2 .cn5 .cn6 {
  margin: 0 0.1rem;
  line-height: 0.48rem;
  border-radius: 0.24rem;
  border: 1px solid #000;
  color: #000;
  padding: 0 0.3rem;
  min-width: 152px;
  text-align: center;
  transition: all 0.4s;
}
.index-select .box2 .cn5 .cn6:hover {
  background-color: #000;
  color: #fefefe;
}
@keyframes example2 { 
  0% {
    background-position: 0% 50%;
  }
  
  50% {
    background-position: 100% 50%;
  }
  
  100% {
    background-position: 0% 50%;
  }
}
.public-box {
  padding-bottom: 0.95rem;
  margin-top: 1rem;
  border-bottom: 1px solid #eee;
}
.public-box .container .box {
  display: flex;
}
.public-box .container .zpublit-title {
  margin-top: 0.25rem;
}
.public-box .container .cn9 {
  margin-top: 0.2rem;
  color: #000;
  line-height: 1.5em;
}
.public-box.productbox .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.public-box.productbox .container .left {
  max-width: 50%;
}
@media (max-width: 991px) {
  .public-box.productbox .container .left {
    max-width: 100%;
  }
}
.public-box.productbox .container .right {
  width: 28.33333333%;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .public-box.productbox .container .right {
    width: 100%;
    margin-top: 0.5rem;
  }
}
.public-box.productbox .container .right .rightbox {
  width: 23.52941176%;
  margin-right: 1.96078431%;
  padding: 0.1rem 0;
}
.public-box.productbox .container .right .rightbox:nth-child(4n) {
  margin-right: 0;
}
.public-box.productbox .container .right .rightbox .text {
  text-align: center;
  color: #666666;
  margin-top: 0.2rem;
  transition: all 0.4s;
}
.public-box.productbox .container .right .rightbox.on .text {
  color: #000;
}
.public-box.productbox .container .right .rightbox.on .rightbox2 img {
  transform: rotate(-15deg) scale(1.2);
}
.public-box.productbox .container .right .rightbox.on .rightbox2 .qianyuan {
  opacity: 0.1;
}
.public-box.productbox .container .right .rightbox.on .rightbox2 .shenyuan {
  opacity: 1;
}
.public-box.productbox .container .right .rightbox:hover .text {
  color: #000;
}
.public-box.productbox .container .right .rightbox:hover .rightbox2 img {
  transform: rotate(-15deg) scale(1.2);
}
.public-box.productbox .container .right .rightbox:hover .rightbox2 .qianyuan {
  opacity: 0.1;
}
.public-box.productbox .container .right .rightbox:hover .rightbox2 .shenyuan {
  opacity: 1;
}
.public-box.productbox .container .right .rightbox2 {
  width: 100%;
  overflow: initial;
  position: relative;
}
.public-box.productbox .container .right .rightbox2::before {
  padding-top: 100%;
}
.public-box.productbox .container .right .rightbox2 img {
  z-index: 5;
  transition: all 0.4s;
}
.public-box.productbox .container .right .rightbox2 .qianyuan {
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background-color: #fdbe00;
  opacity: 0;
  transition: all 0.4s;
  z-index: 1;
}
.public-box.productbox .container .right .rightbox2 .shenyuan {
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0.5);
  width: 100%;
  height: 100%;
  background-color: #fdbe00;
  z-index: 2;
  opacity: 0;
  transition: all 0.4s;
}
.public-nav {
  display: flex;
  background-image: linear-gradient(90deg, #ff6400 0%, #fdbe00 100%);
  line-height: 0.4rem;
  border-radius: 0.2rem;
  padding: 0 0.15rem;
}
@media (max-width: 991px) {
  .public-nav {
    line-height: 0.76rem;
    border-radius: 0.38rem;
    padding: 0 0.2rem;
  }
}
.public-nav a {
  display: flex;
  align-items: center;
  color: #000000;
}
.public-nav a img {
  width: 0.15rem;
  height: 0.15rem;
}
@media (max-width: 991px) {
  .public-nav a img {
    width: 0.3rem;
    height: 0.3rem;
  }
}
.public-nav span {
  margin: 0 0.1rem;
  display: flex;
  align-items: center;
}
.public-nav span img {
  width: 0.05rem;
  height: 0.09rem;
}
@media (max-width: 991px) {
  .public-nav span img {
    width: 0.1rem;
    height: 0.18rem;
  }
}
.zpublit-title {
  color: #000000;
  line-height: 1.20833333em;
}
.public-shaixuan {
  padding: 0.6rem 0 0;
}
.public-shaixuan .container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.public-shaixuan .container .left {
  display: flex;
  flex-wrap: wrap;
}
.public-shaixuan .container .left .cn1 {
  padding: 0 0.25rem;
  line-height: 0.46rem;
  border-radius: 0.23rem;
  background-color: transparent;
  margin-right: 0.35rem;
  color: #000000;
  transition: all 0.4s;
  margin-bottom: 0.6rem;
}
@media (max-width: 991px) {
  .public-shaixuan .container .left .cn1 {
    line-height: 0.76rem;
    border-radius: 0.38rem;
    margin-right: 0.15rem;
  }
}
.public-shaixuan .container .left .cn1.on {
  background-color: #ff6400;
  text-shadow: 0px 1px #000;
}
.public-shaixuan .container .left .cn1:hover {
  background-color: #ff6400;
  text-shadow: 0px 1px #000;
}
.public-shaixuan .container .right {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0.6rem;
  justify-content: space-between;
  position: relative;
  z-index: 9;
}
@media (max-width: 767px) {
  .public-shaixuan .container .right {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .public-shaixuan .container .right form {
    width: 100%;
  }
}
.public-shaixuan .container .right .layui-form .layui-input {
  width: 2rem;
  line-height: 0.46rem;
  height: 0.46rem;
  border-radius: 0.23rem;
  border: 1px solid #e5e5e5;
  padding: 0 0.25rem;
  color: #999;
}
@media (max-width: 991px) {
  .public-shaixuan .container .right .layui-form .layui-input {
    width: 2rem;
    line-height: 0.76rem;
    height: 0.76rem;
    border-radius: 0.38rem;
  }
}
.public-shaixuan .container .right .layui-form .layui-input::placeholder {
  color: #999999;
}
.public-shaixuan .container .right .layui-form .layui-edge {
  color: #000333;
}
.public-shaixuan .container .right .rightbox1 {
  margin-left: 0.2rem;
  display: flex;
  position: relative;
}
@media (max-width: 767px) {
  .public-shaixuan .container .right .rightbox1 {
    margin-left: 0;
    width: 100%;
  }
}
.public-shaixuan .container .right .rightbox1 input {
  width: 2.7rem;
  line-height: 0.46rem;
  border-radius: 0.23rem;
  border: 1px solid #e5e5e5;
  padding: 0 0.7rem 0 0.25rem;
  color: #999;
}
@media (max-width: 991px) {
  .public-shaixuan .container .right .rightbox1 input {
    width: 4rem;
    line-height: 0.76rem;
    border-radius: 0.38rem;
  }
}
@media (max-width: 767px) {
  .public-shaixuan .container .right .rightbox1 input {
    width: 100%;
  }
}
.public-shaixuan .container .right .rightbox1 input::placeholder {
  color: #999999;
}
.public-shaixuan .container .right .rightbox1 button {
  position: absolute;
  right: 0.05rem;
  top: 50%;
  transform: translateY(-50%);
  width: 0.35rem;
  height: 0.35rem;
  border-radius: 50%;
  background-color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .public-shaixuan .container .right .rightbox1 button {
    width: 0.66rem;
    height: 0.66rem;
  }
}
.public-shaixuan .container .right .rightbox1 button img {
  width: 37.14285714%;
}
.layui-form-select dl dd.layui-this {
  color: #000;
}
.news-list1 {
  width: 100%;
  position: relative;
  overflow: hidden;
  padding-bottom: 0.6rem;
}
.news-list1 .container .newslista1 {
  width: 87.66666667%;
  position: relative;
}
@media (max-width: 991px) {
  .news-list1 .container .newslista1 {
    width: 100%;
  }
}
.news-list1 .container .newslista1 .swiper-wrapper .swiper-slide {
  position: relative;
}
.news-list1 .container .newslista1 .swiper-wrapper .swiper-slide .box {
  position: relative;
}
.news-list1 .container .newslista1 .swiper-wrapper .swiper-slide .box .img::before {
  padding-top: 42.45880862%;
}
@media (max-width: 767px) {
  .news-list1 .container .newslista1 .swiper-wrapper .swiper-slide .box .img::before {
    padding-top: 80%;
  }
}
.news-list1 .container .newslista1 .swiper-wrapper .swiper-slide .box .img .yinying {
  height: auto;
  top: initial;
  bottom: 0;
}
.news-list1 .container .newslista1 .swiper-wrapper .swiper-slide .box .text {
  z-index: 5;
  position: absolute;
  left: 1rem;
  bottom: 0.5rem;
  color: #ffffff;
  line-height: 1.27777778em;
  width: 57.03422053%;
  opacity: 0;
  transition: all 0.4s;
}
@media (max-width: 991px) {
  .news-list1 .container .newslista1 .swiper-wrapper .swiper-slide .box .text {
    left: 0.6rem;
  }
}
@media (max-width: 767px) {
  .news-list1 .container .newslista1 .swiper-wrapper .swiper-slide .box .text {
    left: 0.3rem;
  }
}
.news-list1 .container .newslista1 .swiper-wrapper .swiper-slide.swiper-slide-active .text {
  opacity: 1;
}
.news-list1 .container .newslista1 .newslista1page {
  position: absolute;
  left: 0.6rem;
  top: 0.5rem;
  z-index: 10;
  color: #fff;
}
@media (max-width: 767px) {
  .news-list1 .container .newslista1 .newslista1page {
    left: 0.3rem;
  }
}
.news-list1 .container .newslista1 .box2 {
  position: absolute;
  right: 0.6rem;
  bottom: 0.5rem;
  z-index: 11;
  display: flex;
}
.news-list1 .container .newslista1 .box2 .public-btnsm {
  background-color: #212121;
}
.news-list1 .container .newslista1 .box2 .public-btnsm svg path {
  fill: #fff;
}
.news-list1 .container .newslista1 .box2 .public-btnsm:hover {
  background-color: #ff6400;
}
.news-list1 .container .newslista1 .box2 .public-btnsm:hover svg path {
  fill: #000;
}
.news-list1 .container .newslista1 .box2 .newslista1prev {
  transform: rotate(180deg);
}
.news-list1 .container .newslista1 .box2 .newslista1next {
  margin-left: 0.2rem;
}
.news-list2 {
  padding-bottom: 2rem;
}
.news-list3 {
  display: flex;
  flex-wrap: wrap;
}
.news-list3 .box {
  width: 22.22222222%;
  margin-bottom: 0.5rem;
  margin-right: 3.66666667%;
}
@media (max-width: 991px) {
  .news-list3 .box {
    width: 48%;
    margin-right: 4%;
  }
}
.news-list3 .box:nth-child(4n) {
  margin-right: 0;
}
@media (max-width: 991px) {
  .news-list3 .box:nth-child(2n) {
    margin-right: 0;
  }
}
.news-list3 .box .img::before {
  padding-top: 75%;
}
.news-list3 .box .text {
  margin-top: 0.25rem;
}
.news-list3 .box .text .cn2 {
  color: #000000;
  line-height: 1.2em;
  transition: all 0.4s;
}
.news-list3 .box .text .cn3 {
  margin-top: 0.2rem;
  color: #000000;
  line-height: 1.5em;
}
.news-list3 .box:hover .img img {
  transform: scale(1.05);
}
.public-page {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}
.public-page a {
  width: 0.6rem;
  height: 0.6rem;
  background-color: #f9f9f9;
  border: 1px solid #eaedf7;
  border-radius: 50%;
  margin: 0 0.07rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000000;
  transition: all 0.4s;
}
.public-page a svg path {
  fill: #999;
  opacity: 1;
  stroke: none;
  transition: all 0.4s;
}
.public-page a.on {
  background-color: #ff6400;
  text-shadow: 1px 1px #000;
}
.public-page a:hover {
  background-color: #ff6400;
  text-shadow: 1px 1px #000;
}
.public-page a.next {
  transform: rotate(180deg);
}
.public-page a.prev:hover {
  background-color: #000;
  text-shadow: 1px 1px #000;
}
.public-page a.prev:hover svg path {
  fill: #ff6400;
}
.news-info {
  padding-bottom: 1.6rem;
}
.news-info .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.news-info .container .left {
  width: 60.55555556%;
}
@media (max-width: 991px) {
  .news-info .container .left {
    width: 100%;
  }
}
.news-info .container .left .public-box {
  padding-bottom: 0;
  border-bottom: 0;
}
.news-info .container .left .public-box .container {
  width: 100%;
  max-width: 100%;
  display: block;
}
.news-info .container .left .public-box .container .cn6 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0.6rem 0;
}
.news-info .container .left .public-box .container .cn6 .cn5 {
  color: #000000;
  margin-right: 0.4rem;
}
.news-info .container .left .public-box .container .cn6 .cn7 {
  display: flex;
  align-items: center;
}
.news-info .container .left .public-box .container .cn6 .cn7 .cn8 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 0.3rem;
  height: 0.3rem;
  border-radius: 50%;
  transition: all 0.4s;
  margin-left: 0.2rem;
}
@media (max-width: 767px) {
  .news-info .container .left .public-box .container .cn6 .cn7 .cn8 {
    margin-left: 0.1rem;
    width: 0.6rem;
    height: 0.6rem;
  }
}
.news-info .container .left .public-box .container .cn6 .cn7 .cn8 img {
  max-width: 80%;
  max-height: 80%;
}
.news-info .container .left .public-box .container .cn6 .cn7 .cn8::before {
  display: none;
}
.news-info .container .left .public-box .container .cn6 .cn7 .cn8:hover {
  background-color: #ff6400;
}
.news-info .container .right {
  padding-top: 1.75rem;
  width: 27.22222222%;
  margin-right: 5.55555556%;
}
@media (max-width: 1260px) {
  .news-info .container .right {
    margin-right: 0;
    width: 33.33333333%;
  }
}
@media (max-width: 991px) {
  .news-info .container .right {
    width: 100%;
  }
}
.news-info .container .right .cn1 {
  color: #000000;
  line-height: 1.27777778em;
  padding-bottom: 0.25rem;
  border-bottom: 1px solid #000;
}
.news-info .container .right .box .box2 {
  padding-top: 0.25rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.news-info .container .right .box .box2 .img {
  width: 40.81632653%;
}
.news-info .container .right .box .box2 .img::before {
  padding-top: 75%;
}
.news-info .container .right .box .box2 .text {
  width: 48.97959184%;
}
@media (max-width: 767px) {
  .news-info .container .right .box .box2 .text {
    width: 55.10204082%;
  }
}
.news-info .container .right .box .box2 .text .cn2 {
  color: #000333;
  line-height: 1.33333333em;
  margin-bottom: 0.2rem;
}
.news-info .container .right .box .box2 .text .cn3 {
  color: #000000;
  line-height: 1.33333333em;
}
.newsinfoa1 {
  padding-bottom: 1rem;
}
.newsinfoa2 {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-between;
  border-top: 2px solid #000;
  border-bottom: 1px solid #e5e5e5;
}
.newsinfoa2 .cn20 {
  display: flex;
  align-items: center;
  width: 36.69724771%;
  padding: 0.3rem 0;
}
@media (max-width: 767px) {
  .newsinfoa2 .cn20 {
    width: 100%;
    flex-direction: row-reverse;
  }
}
.newsinfoa2 .cn20 .img {
  background-color: #d3d3d3;
  border-radius: 50%;
  width: 12.5%;
  flex-shrink: 0;
  margin-right: 0.2rem;
}
@media (max-width: 767px) {
  .newsinfoa2 .cn20 .img {
    margin-right: 0;
    margin-left: 0.2rem;
    transform: rotate(180deg);
  }
}
.newsinfoa2 .cn20 .img::before {
  padding-top: 100%;
}
.newsinfoa2 .cn20 .img img {
  width: 0.08rem;
  max-width: 60%;
  max-height: 60%;
}
.newsinfoa2 .cn20 .img svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  width: 0.08rem;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .newsinfoa2 .cn20 .img svg {
    width: 0.16rem;
  }
}
.newsinfoa2 .cn20 .img svg path {
  fill: #fff;
  opacity: 1;
  stroke: none;
  transition: all 0.4s;
}
.newsinfoa2 .cn20 .text {
  line-height: 1.33333333em;
  color: #000;
  transition: all 0.4s;
}
.newsinfoa2 .cn20:nth-child(2) {
  flex-direction: row-reverse;
}
.newsinfoa2 .cn20:nth-child(2) .img {
  margin-right: 0;
  margin-left: 0.2rem;
  transform: rotate(180deg);
}
.newsinfoa2 .cn20:hover .text {
  text-shadow: 1px 1px #000;
  color: #000;
}
.newsinfoa2 .cn20:hover .img {
  background-color: #ff6400;
}
.newsinfoa2 .cn20:hover .img svg path {
  fill: #000;
}
.contact-box {
  overflow: hidden;
  position: relative;
  width: 100%;
  padding-bottom: 1.2rem;
}
.contact-box .bgimg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.contact-box .bgimg img {
  width: 100%;
  height: 6rem;
}
.contact-box .wenzi1 {
  position: relative;
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
}
.contact-box .wenzi1 .container .cn1 {
  text-align: center;
  color: #000000;
  line-height: 1.13888889em;
}
.contact-box .wenzi1 .container .cn2 {
  margin: 0.3rem auto 0;
  text-align: center;
  color: #000333;
  line-height: 1.41666667em;
  max-width: 64.11111111%;
}
@media (max-width: 991px) {
  .contact-box .wenzi1 .container .cn2 {
    max-width: 90%;
  }
}
.contact-box .wenzi1 .container .cn3 {
  width: 4.66rem;
  background-color: #fff;
  border-radius: 0.3rem;
  border: 1px solid #dcdcdc;
  margin: 0.6rem auto 0;
  position: relative;
}
@media (max-width: 991px) {
  .contact-box .wenzi1 .container .cn3 {
    width: 70%;
    border-radius: 0.45rem;
  }
}
@media (max-width: 767px) {
  .contact-box .wenzi1 .container .cn3 {
    width: 100%;
  }
}
.contact-box .wenzi1 .container .cn3 input {
  width: 100%;
  line-height: 0.6rem;
  padding: 0 1rem 0 0.25rem;
  color: #999999;
}
@media (max-width: 991px) {
  .contact-box .wenzi1 .container .cn3 input {
    line-height: 0.9rem;
  }
}
.contact-box .wenzi1 .container .cn3 input::placeholder {
  color: #999999;
}
.contact-box .wenzi1 .container .cn3 .public-btn {
  position: absolute;
  right: 0.05rem;
  top: 50%;
  transform: translateY(-50%);
}
.contact-box .wenzi1 .container .cn3 .public-btnyellow {
  min-width: 1rem;
}
.contact-box2 {
  width: 100%;
}
.contact-box2 .container {
  max-width: 1560px;
  background-color: #fff;
  position: relative;
  display: flex;
  padding: 0.6rem 0;
  align-items: center;
  flex-wrap: wrap;
}
.contact-box2 .container::before {
  content: "";
  width: 102.56410256%;
  height: 70.02518892%;
  background-color: #ff6400;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.contact-box2 .container::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border: solid 1px #eeeeee;
}
.contact-box2 .container .left {
  z-index: 3;
  position: relative;
  margin-left: 3.84615385%;
  width: 57.69230769%;
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .contact-box2 .container .left {
    width: 96%;
    margin: 0 2%;
    padding-bottom: 0.6rem;
  }
}
.contact-box2 .container .left::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: #eeeeee;
}
@media (max-width: 991px) {
  .contact-box2 .container .left::before {
    width: 100%;
    height: 1px;
    bottom: 0;
    top: initial;
  }
}
.contact-box2 .container .left .leftbox1 {
  width: 26.66666667%;
  position: relative;
  flex-shrink: 0;
}
.contact-box2 .container .left .leftbox1 a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact-box2 .container .left .leftbox1 a .cn1 {
  position: absolute;
  z-index: 3;
  width: 0.7rem;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.contact-box2 .container .left .leftbox1 a .cn1 img {
  width: 0.7rem;
}
.contact-box2 .container .left .leftbox1 a .yuan1 {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #ff6400;
  animation: contactdonghua 3s infinite linear;
  opacity: 0;
}
.contact-box2 .container .left .leftbox1 a .yuan1.yuan3 {
  animation-delay: 0.5s;
}
.contact-box2 .container .left .leftbox1 a .yuan1.yuan4 {
  animation-delay: 1s;
}
.contact-box2 .container .left .leftbox2 {
  padding: 0 0.6rem;
}
@media (max-width: 767px) {
  .contact-box2 .container .left .leftbox2 {
    padding: 0 0.2rem;
  }
}
.contact-box2 .container .left .leftbox2 .cn1 {
  color: #000000;
  line-height: 1.27777778em;
}
.contact-box2 .container .left .leftbox2 .cn2 {
  margin: 0.1rem 0;
  color: #000000;
  line-height: 1.2em;
}
.contact-box2 .container .left .leftbox2 .cn3 {
  display: flex;
  align-items: center;
  color: #060000;
  line-height: 1.625em;
  transition: all 0.4s;
}
.contact-box2 .container .left .leftbox2 .cn3 span {
  margin-left: 0.15rem;
  display: flex;
  align-items: center;
}
.contact-box2 .container .left .leftbox2 .cn3 span img {
  width: 0.06rem;
  height: 0.08rem;
}
@media (max-width: 991px) {
  .contact-box2 .container .left .leftbox2 .cn3 span img {
    width: 0.12rem;
    height: 0.16rem;
  }
}
.contact-box2 .container .left .leftbox2 .cn3 span svg {
  width: 0.06rem;
  height: 0.08rem;
  transition: all 0.4s;
}
@media (max-width: 991px) {
  .contact-box2 .container .left .leftbox2 .cn3 span svg {
    width: 0.12rem;
    height: 0.16rem;
  }
}
.contact-box2 .container .left .leftbox2 .cn3 span svg path {
  fill: #060000;
  opacity: 1;
  stroke: none;
  transition: all 0.4s;
}
.contact-box2 .container .left .leftbox2 .cn3:hover {
  color: #ff6400;
}
.contact-box2 .container .left .leftbox2 .cn3:hover span svg {
  transform: translateX(5px);
}
.contact-box2 .container .left .leftbox2 .cn3:hover span svg path {
  fill: #ff6400;
}
.contact-box2 .container .right {
  margin-right: 3.84615385%;
  width: 34.61538462%;
  padding-left: 7.69230769%;
  position: relative;
  z-index: 3;
}
@media (max-width: 1580px) {
  .contact-box2 .container .right {
    padding-left: 3.84615385%;
  }
}
@media (max-width: 991px) {
  .contact-box2 .container .right {
    width: 100%;
    padding-top: 0.6rem;
  }
}
.contact-box2 .container .right .rightbox {
  display: flex;
  margin-top: 0.1rem;
}
.contact-box2 .container .right .rightbox:nth-child(1) {
  margin-top: 0;
}
.contact-box2 .container .right .rightbox .cn1 {
  flex-shrink: 0;
  width: 0.32rem;
  height: 0.32rem;
  background-color: #eee;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.2rem;
}
@media (max-width: 991px) {
  .contact-box2 .container .right .rightbox .cn1 {
    width: 0.64rem;
    height: 0.64rem;
  }
}
.contact-box2 .container .right .rightbox .cn2 .cn3 {
  line-height: 0.32rem;
  color: #000000;
  display: block;
}
@media (max-width: 991px) {
  .contact-box2 .container .right .rightbox .cn2 .cn3 {
    line-height: 0.64rem;
  }
}
.contact-box2 .container .right .rightbox .cn2 .cn4 {
  display: block;
  margin-top: 0.07rem;
  color: #000000;
  line-height: 1.25em;
}
@keyframes contactdonghua {
  0% {
    transform: translate(-50%, -50%) scale(0);
    opacity: 0.5;
  }
  100% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(1);
  }
}
.contact-box3 {
  padding-top: 1rem;
  position: relative;
  z-index: 2;
}
.contact-box3 .container {
  max-width: 1560px;
  display: flex;
  flex-wrap: wrap;
}
.contact-box3 .container .box {
  padding: 0 0.2rem;
  width: 25%;
  margin-bottom: 0.6rem;
}
@media (max-width: 991px) {
  .contact-box3 .container .box {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .contact-box3 .container .box {
    width: 100%;
  }
}
.contact-box3 .container .box .cn1 {
  text-align: center;
  margin-bottom: 0.15rem;
}
.contact-box3 .container .box .cn1 img {
  height: 0.5rem;
}
.contact-box3 .container .box .cn2 {
  text-align: center;
  color: #000000;
  line-height: 1.5em;
}
.contact-box3 .container .box .cn3 {
  text-align: center;
  color: #000000;
  line-height: 1.625em;
  margin: 0.1rem 0;
}
@media (max-width: 991px) {
  .contact-box3 .container .box .cn3 {
    line-height: 1.1em;
  }
}
.contact-box3 .container .box .cn4 {
  text-align: center;
  color: #ff6400;
  line-height: 1.625em;
}
.contact-box4 {
  padding-top: 1rem;
  padding-bottom: 2rem;
  position: relative;
  z-index: 2;
}
.contact-box4 .container {
  max-width: 860px;
}
.contact-box4 .container .cn1 {
  text-align: center;
  color: #000000;
  line-height: 1.20833333em;
}
.contact-box4 .container .cn2 {
  text-align: center;
  color: #000000;
  line-height: 1.5em;
  margin-top: 0.2rem;
}
.contact-box4 .container .cn3 {
  margin-top: 0.9rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.contact-box4 .container .cn3 .cn4 {
  width: 46.51162791%;
  margin-bottom: 0.1rem;
}
@media (max-width: 767px) {
  .contact-box4 .container .cn3 .cn4 {
    width: 100%;
  }
}
.contact-box4 .container .cn3 .cn4.cn4a {
  width: 100%;
}
.contact-box4 .container .cn3 .cn4 .cn5 {
  padding: 0.15rem 0;
  line-height: 1.5em;
  color: #000;
}
.contact-box4 .container .cn3 .cn4 .cn6 {
  width: 100%;
}
.contact-box4 .container .cn3 .cn4 .cn6 input {
  width: 100%;
  height: 0.6rem;
  line-height: 0.6rem;
  background-color: #eee;
  border-radius: 0.3rem;
  padding: 0 0.24rem;
  color: #999999;
}
@media (max-width: 767px) {
  .contact-box4 .container .cn3 .cn4 .cn6 input {
    line-height: 0.76rem;
    height: 0.76rem;
    border-radius: 0.38rem;
  }
}
.contact-box4 .container .cn3 .cn4 .cn6 input::placeholder {
  color: #999999;
}
.contact-box4 .container .cn3 .cn4 .cn6 .layui-edge {
  right: 0.2rem;
  border-top-color: #000;
}
.contact-box4 .container .cn3 .cn4 .cn6 .layui-form-select dl {
  top: 0.6rem;
}
@media (max-width: 767px) {
  .contact-box4 .container .cn3 .cn4 .cn6 .layui-form-select dl {
    top: 0.76rem;
  }
}
.contact-box4 .container .cn3 .cn4 .cn6 textarea {
  padding: 0.15rem 0.24rem;
  line-height: 1.625em;
  height: 1.65rem;
  width: 100%;
  background-color: #eee;
  border-radius: 0.3rem;
  color: #999999;
}
@media (max-width: 767px) {
  .contact-box4 .container .cn3 .cn4 .cn6 textarea {
    height: 2.4rem;
  }
}
.contact-box4 .container .cn3 .cn4 .cn6 textarea::placeholder {
  color: #999999;
}
.verifybox1 {
  position: relative;
  z-index: 2;
}
.verifybox1 .container {
  max-width: 1400px;
}
.verifybox1 .container .cn1 {
  text-align: center;
  color: #000;
  line-height: 1.20833333em;
}
.verifybox1 .container .box {
  margin-top: 0.5rem;
  width: 100%;
  cursor: pointer;
}
.verifybox1 .container .box::before {
  padding-top: 56.25%;
}
.verifybox1 .container .box img {
  z-index: 2;
}
.verifybox1 .container .box video {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
.verifybox1 .container .box .click {
  transition: all 0.5s;
  z-index: 4;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 0.7rem;
  height: 0.7rem;
  background-color: #ff6400;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  pointer-events: none;
}
.verifybox1 .container .box .click .click2 {
  width: 0.7rem;
  height: 0.7rem;
  background-color: #ff6400;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.verifybox1 .container .box .click i {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  border: 2px solid hsla(60, 100%, 50%, 0.5);
  z-index: -1;
}
.verifybox1 .container .box .click i:nth-child(2) {
  -webkit-animation-delay: 0.3s !important;
  animation-delay: 0.3s !important;
}
.verifybox1 .container .box .click i:nth-child(3) {
  -webkit-animation-delay: 0.6s !important;
  animation-delay: 0.6s !important;
}
.verifybox1 .container .box .click i:nth-child(4) {
  -webkit-animation-delay: 1.2s !important;
  animation-delay: 1.2s !important;
}
.verifybox1 .container .box .click i:nth-child(5) {
  -webkit-animation-delay: 1.5s !important;
  animation-delay: 1.5s !important;
}
.verifybox1 .container .box:hover .click i {
  animation: scaleout 2s ease infinite;
}
.verifybox1 .container .box.on video {
  z-index: 3;
}
.verifybox1 .container .box.on .click {
  opacity: 0;
  visibility: hidden;
}
@keyframes scaleout {
  0% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
  }
  100% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(1.5);
  }
}
.verifybox2 {
  padding-top: 1.4rem;
  padding-bottom: 2rem;
}
.verifybox2 .container {
  max-width: 1400px;
}
.verifybox2 .container .cn1 {
  text-align: center;
  color: #000000;
  line-height: 1.5em;
}
.verifybox2 .container .cn2 {
  text-align: center;
  color: #000000;
  line-height: 1.125em;
  max-width: 50%;
  margin: 0 auto;
  margin-top: 0.3rem;
}
@media (max-width: 991px) {
  .verifybox2 .container .cn2 {
    max-width: 100%;
  }
}
.verifybox2 .container .box {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
}
.verifybox2 .container .box .box2 {
  width: 40%;
  margin-top: 0.5rem;
}
@media (max-width: 767px) {
  .verifybox2 .container .box .box2 {
    width: 100%;
  }
}
.verifybox2 .container .box .box2 .text {
  color: #000000;
  line-height: 1.5em;
  margin-top: 0.25rem;
}
.error {
  padding: 20vh 0;
}
.error .container .cn1 {
  text-align: center;
}
.error .container .cn2 {
  margin-top: 0.6rem;
  text-align: center;
  line-height: 1.27777778em;
  color: #000000;
}
.error .container .cn3 {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-top: 0.2rem;
  color: #000000;
}
.error .container .cn3 span {
  margin: 0 10px;
  flex-shrink: 0;
  width: 30px;
  border-radius: 50%;
  position: relative;
}
.error .container .cn3 span::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  background-color: #ff6400;
  transform: translate(-50%, -50%);
  width: 30px;
  height: 30px;
  border-radius: 50%;
  z-index: -1;
}
.cookies {
  padding-bottom: 1.6rem;
  padding-top: 1rem;
}
.cookies .container {
  max-width: 1120px;
}
.cookies .container .cn1 {
  line-height: 1.5em;
  color: #000000;
}
.cookies .container .cn1 a {
  color: #ff6400;
}
.cookies .container .cn1 ul {
  padding-left: 0.2rem;
}
.cookies .container .cn1 h3 {
  font-weight: bold;
  color: #000000;
}
.sitemap {
  padding-bottom: 1.6rem;
  padding-top: 1rem;
}
.sitemap .container {
  max-width: 1400px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.sitemap .container .box {
  max-width: 19%;
  margin-bottom: 0.5rem;
  padding-right: 0.3rem;
}
@media (max-width: 991px) {
  .sitemap .container .box {
    max-width: initial;
    width: 50%;
  }
}
.sitemap .container .box .cn1 {
  color: #000000;
  position: relative;
}
.sitemap .container .box .cn1::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0%;
  height: 1px;
  background-color: #000;
  transition: all 0.4s;
}
.sitemap .container .box .cn1:hover::before {
  width: 100%;
}
.sitemap .container .box .cn2 {
  margin-top: 0.2rem;
}
.sitemap .container .box .cn2 span {
  display: block;
  margin-bottom: 0.1rem;
}
.sitemap .container .box .cn2 .cn3 {
  position: relative;
  color: #000;
}
.sitemap .container .box .cn2 .cn3::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0%;
  height: 1px;
  background-color: #000;
  transition: all 0.4s;
}
.sitemap .container .box .cn2 .cn3:hover::before {
  width: 100%;
}
.search {
  padding-bottom: 1.6rem;
}
.search .container .box1 {
  padding-top: 1rem;
}
.search .container .box1 .box1a .cn1 {
  text-align: center;
}
.search .container .box1 .box1a .cn2 {
  margin: 0.3rem auto 0;
  text-align: center;
  color: #999999;
  opacity: 0.6;
  width: 44.44444444%;
}
@media (max-width: 991px) {
  .search .container .box1 .box1a .cn2 {
    width: 100%;
  }
}
.search .container .index-product {
  border-top: 1px solid #eee;
}
.search .container .index-product:nth-child(1) {
  border-top: 0;
}
.search .container .index-product .container {
  width: 100%;
}
.search .container .index-product .container .title {
  margin-bottom: 0.5rem;
}
.search .container .index-product .container .swiper-wrapper {
  flex-wrap: wrap;
}
.search .container .index-product .container .news-list2 {
  padding-bottom: 0;
}
.search .container .index-product .container .swiper-slide {
  margin-top: 20px;
  background-color: #f7f7f7;
  margin-right: 20px;
  width: calc((100% - 60px) / 4);
}
@media (max-width: 991px) {
  .search .container .index-product .container .swiper-slide {
    margin-top: 10px;
    margin-right: 10px;
    width: calc((100% - 10px) / 2);
  }
}
.search .container .index-product .container .swiper-slide:nth-child(4n) {
  margin-right: 0;
}
@media (max-width: 991px) {
  .search .container .index-product .container .swiper-slide:nth-child(4n) {
    width: calc((100% - 10px) / 2);
  }
}
@media (max-width: 991px) {
  .search .container .index-product .container .swiper-slide:nth-child(2n) {
    margin-right: 0;
  }
}
.faqbox {
  position: relative;
  z-index: 3;
  width: 100%;
  padding-bottom: 1.6rem;
}
.faqbox .container {
  max-width: 1400px;
}
.faqbox .container .faqbox1 {
  margin-bottom: 0.6rem;
}
.faqbox .container .faqbox1 .faqbox2 {
  cursor: pointer;
  margin-bottom: 0.3rem;
  border: solid 1px #eeeeee;
  padding: 0.3rem 0.4rem;
  background-color: #fff;
  transition: all 0.4s;
}
@media (max-width: 991px) {
  .faqbox .container .faqbox1 .faqbox2 {
    padding: 0.3rem 0.15rem;
  }
}
.faqbox .container .faqbox1 .faqbox2 .faqbox3 {
  align-items: center;
  display: flex;
}
.faqbox .container .faqbox1 .faqbox2 .faqbox3 .cn1 {
  margin-right: 0.2rem;
  flex-shrink: 0;
  display: flex;
  align-items: center;
}
.faqbox .container .faqbox1 .faqbox2 .faqbox3 .cn1 img {
  width: 0.24rem;
}
.faqbox .container .faqbox1 .faqbox2 .faqbox3 .cn2 {
  width: calc(100% - 0.96rem);
  color: #000;
}
@media (max-width: 991px) {
  .faqbox .container .faqbox1 .faqbox2 .faqbox3 .cn2 {
    font-size: 0.26rem;
  }
}
.faqbox .container .faqbox1 .faqbox2 .faqbox3 .cn3 {
  margin-left: 0.2rem;
  width: 0.24rem;
  flex-shrink: 0;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.faqbox .container .faqbox1 .faqbox2 .faqbox3 .cn3 img {
  width: 50%;
  transform: rotate(180deg);
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .faqbox .container .faqbox1 .faqbox2 .faqbox3 .cn3 img {
    width: 80%;
  }
}
.faqbox .container .faqbox1 .faqbox2 .faqbox4 {
  display: none;
  margin-top: 0.3rem;
  background-color: #fff;
  padding: 0.15rem 0.44rem;
  color: #000000;
  line-height: 1.5em;
  position: relative;
}
.faqbox .container .faqbox1 .faqbox2 .faqbox4::before {
  content: "";
  position: absolute;
  left: 0;
  width: 0%;
  height: 1px;
  top: 0;
  background-color: #000;
  transition: all 0.2s;
}
.faqbox .container .faqbox1 .faqbox2.on {
  background-color: #ff6400;
}
.faqbox .container .faqbox1 .faqbox2.on .faqbox3 .cn3 img {
  transform: rotate(0deg);
}
.faqbox .container .faqbox1 .faqbox2.on .faqbox4 {
  color: #000000;
}
@media (max-width: 991px) {
  .faqbox .container .faqbox1 .faqbox2.on .faqbox4 {
    font-size: 0.26rem;
  }
}
.faqbox .container .faqbox1 .faqbox2.on .faqbox4::before {
  width: 100%;
}
.productlist {
  padding-bottom: 1rem;
}
.productlist .index-product {
  padding: 0.6rem 0 0;
  border-top: 1px solid #eee;
}
.productlist .index-product:nth-child(1) {
  border-top: 0;
}
.productlist .index-product .container .swiper-wrapper {
  flex-wrap: wrap;
  margin: 0 -0.1rem;
  width: calc(100% + 0.2rem);
}
.productlist .index-product .container .news-list2 {
  padding-bottom: 0;
}
.productlist .index-product .container .swiper-slide {
  border: 0 !important;
  background-color: #ffff !important;
  width: calc(25% - 0.2rem);
  margin: 0.6rem 0.1rem 0;
}
@media (max-width: 991px) {
  .productlist .index-product .container .swiper-slide {
    width: calc(50% - 0.2rem);
  }
}
.productlist .index-product .container .swiper-slide.tuijian {
  width: calc(50% - 0.2rem);
}
@media (max-width: 991px) {
  .productlist .index-product .container .swiper-slide.tuijian {
    width: 100%;
  }
}
.productlist .index-product .container .swiper-slide.tuijian .img::before {
  padding-top: 58.13953488%;
}
.productlist .index-product .container .swiper-slide video {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
.productlist .index-product .container .swiper-slide .img {
  background-color: #f7f7f7;
}
.productlist .index-product .container .swiper-slide .textbox2 .cn9 {
  margin-top: 0.25rem;
  color: #000;
  line-height: 1.5em;
}
.productlist .index-product .container .swiper-slide .textbox2 .cn3 {
  display: flex;
  align-items: center;
  color: #060000;
  line-height: 1.625em;
  margin-top: 0.15rem;
}
.productlist .index-product .container .swiper-slide .textbox2 .cn3 svg {
  width: 0.06rem;
  height: 0.08rem;
  margin-left: 0.1rem;
  transition: all 0.4s;
}
@media (max-width: 991px) {
  .productlist .index-product .container .swiper-slide .textbox2 .cn3 svg {
    width: 0.12rem;
    height: 0.16rem;
  }
}
.productlist .index-product .container .swiper-slide .textbox2 .cn3 svg path {
  transition: all 0.4s;
  fill: #000;
  opacity: 1;
  stroke: none;
}
.productlist .index-product .container .swiper-slide:hover .textbox2 .cn3 svg {
  transform: translateX(0.05rem);
}
.tech-box1 {
  position: relative;
  width: 100%;
}
.tech-box1 .img::before {
  padding-top: 46.09375%;
}
@media (max-width: 767px) {
  .tech-box1 .img::before {
    padding-top: 140%;
  }
}
.tech-box1 .img .pc-img {
  display: block;
}
@media (max-width: 767px) {
  .tech-box1 .img .pc-img {
    display: none;
  }
}
.tech-box1 .img .mb-img {
  display: none;
}
@media (max-width: 767px) {
  .tech-box1 .img .mb-img {
    display: block;
  }
}
.tech-box1 .text {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 40.10416667%;
  max-width: 52.08333333%;
  z-index: 3;
}
@media (max-width: 767px) {
  .tech-box1 .text {
    width: 90%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 90%;
  }
}
.tech-box1 .text .cn1 {
  color: #000000;
  text-align: center;
  line-height: 1.13888889em;
}
@media (max-width: 1260px) {
  .tech-box1 .text .cn1 {
    font-size: 0.6rem;
  }
}
@media (max-width: 991px) {
  .tech-box1 .text .cn1 {
    font-size: 0.44rem;
  }
}
@media (max-width: 767px) {
  .tech-box1 .text .cn1 {
    text-align: left;
  }
}
.tech-box1 .text .cn2 {
  color: #000000;
  line-height: 1.27777778em;
  text-align: center;
  margin: 0.18rem 0 0.4rem;
}
@media (max-width: 767px) {
  .tech-box1 .text .cn2 {
    text-align: left;
  }
}
.tech-box1 .text .cn3 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
@media (max-width: 767px) {
  .tech-box1 .text .cn3 {
    justify-content: space-between;
  }
}
.tech-box1 .text .cn3 .cn4 {
  max-width: 20%;
}
@media (max-width: 767px) {
  .tech-box1 .text .cn3 .cn4 {
    max-width: 45%;
    width: 45%;
    margin-bottom: 0.2rem;
  }
}
.tech-box1 .text .cn3 .cn4 .cn5 {
  display: flex;
  align-items: flex-end;
}
.tech-box1 .text .cn3 .cn4 .cn5 .num {
  line-height: 1em;
  color: #000000;
}
.tech-box1 .text .cn3 .cn4 .cn5 .cn6 {
  line-height: 1em;
  color: #000000;
}
.tech-box1 .text .cn3 .cn4 .cn7 {
  margin-top: 0.05rem;
  line-height: 1.625em;
  color: #666666;
  max-width: 2rem;
}
@media (max-width: 1260px) {
  .tech-box1 .text .cn3 .cn4 .cn7 {
    font-size: 12px;
  }
}
.tech-box2 {
  padding: 1rem 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.tech-box2 .container .cn1 {
  text-align: center;
  color: #000000;
  line-height: 1.20833333em;
}
.tech-box2 .container .cn2 {
  text-align: center;
  color: #000000;
  line-height: 1.41666667em;
  margin: 0.2rem 0 0.65rem;
}
.tech-box2 .container .cn3 {
  display: flex;
  justify-content: center;
}
.tech-box2 .container .cn3 .cn4 {
  width: 25.94444444%;
  margin: 0 0.6rem;
}
@media (max-width: 767px) {
  .tech-box2 .container .cn3 .cn4 {
    width: 48%;
    margin: 0 1%;
  }
}
.tech-box2 .container .cn3 .cn5 {
  width: 100%;
  background-color: rgba(248, 248, 248, 0.3);
  border-radius: 50%;
}
.tech-box2 .container .cn3 .cn5 #main {
  width: 80%;
  height: 80%;
  position: absolute;
  left: 50%;
  top: 50%;
  background-color: #fff;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}
.tech-box2 .container .cn3 .cn5 #main canvas {
  width: 100%;
  height: 100%;
}
.tech-box2 .container .cn3 .cn5 #other {
  width: 80%;
  height: 80%;
  position: absolute;
  left: 50%;
  top: 50%;
  background-color: #fff;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}
.tech-box2 .container .cn3 .cn5 #other canvas {
  width: 100%;
  height: 100%;
}
.tech-box2 .container .cn3 .cn5 .zimg {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 25%;
}
.tech-box2 .container .cn3 .cn5 .cn7 {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 10%;
  z-index: 5;
}
.tech-box2 .container .cn3 .cn6 {
  text-align: center;
  color: #000000;
  margin-top: 0.2rem;
}
.tech-box2 .container .cn7 {
  margin-top: 0.9rem;
  text-align: center;
  line-height: 1.625em;
  color: #000;
}
.tech-box3 {
  position: relative;
}
.tech-box3 .img {
  width: 100%;
}
.tech-box3 .img::before {
  padding-top: 50.52083333%;
}
@media (max-width: 767px) {
  .tech-box3 .img::before {
    padding-top: 140%;
  }
}
.tech-box3 .text {
  position: absolute;
  z-index: 5;
  left: 8.33333333%;
  top: 50%;
  transform: translateY(-50%);
}
.tech-box3 .text .cn1 {
  color: #000000;
  line-height: 1.20833333em;
  margin-bottom: 0.1rem;
}
.tech-box3 .text .cn2 {
  line-height: 1.41666667em;
  color: #000000;
}
.tech-box3 .text .cn3 {
  margin-top: 0.5rem;
  line-height: #000;
  line-height: 1.625em;
}
.tech-box3 .text .cn4 {
  display: flex;
  align-items: center;
  margin-top: 0.7rem;
}
@media (max-width: 991px) {
  .tech-box3 .text .cn4 {
    margin-top: 0.5rem;
  }
}
.tech-box3 .text .cn4 img {
  margin-right: 0.2rem;
  width: 0.34rem;
}
.tech-box3 .text .cn4 .cn5 .cn7 {
  font-style: normal;
}
.tech-box3 .text .cn8 {
  line-height: 1.625em;
  color: #666666;
}
.tech-box3 .text .cn9 {
  margin-top: 1.1rem;
  color: #999;
  line-height: 1.625em;
}
@media (max-width: 991px) {
  .tech-box3 .text .cn9 {
    display: none;
    margin-top: 0.5rem;
  }
}
@media (max-width: 767px) {
  .tech-box3 .text .cn9 {
    display: block;
  }
}
.tech-box4 {
  background-color: #fefbf1;
  padding: 1.6rem 0 0.8rem;
}
.tech-box4 .container .cn1 {
  text-align: center;
  color: #000000;
  line-height: 1.20833333em;
}
.tech-box4 .container .img {
  margin-top: 0.7rem;
  text-align: center;
}
.tech-box4 .container .img img {
  width: 9.1rem;
}
.tech-box4 .container .cn2 {
  margin-top: 0.55rem;
  text-align: center;
  line-height: 1.625em;
  color: #000;
}
.tech-box5 {
  padding: 0.8rem 0 1.6rem;
}
.tech-box5 .container .cn1 {
  text-align: center;
  color: #000000;
  line-height: 1.20833333em;
}
.tech-box5 .container .img {
  margin-top: 0.8rem;
  text-align: center;
}
.tech-box5 .container .img img {
  width: 10.96rem;
}
.tech-box6 {
  background-color: #fefbf1;
  padding: 1rem 0;
}
.tech-box6 .container .cn1 {
  text-align: center;
  color: #000000;
  line-height: 1.20833333em;
}
.tech-box6 .container .cn2 {
  margin-top: 0.15rem;
  line-height: 1.41666667em;
  color: #000000;
  text-align: center;
}
.tech-box6 .container .cn3 {
  margin: 0.5rem auto 0;
  line-height: #000;
  line-height: 1.625em;
  text-align: center;
  width: 35%;
}
@media (max-width: 991px) {
  .tech-box6 .container .cn3 {
    width: 100%;
  }
}
.tech-box6 .container .cn4 {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.tech-box6 .container .cn4 .cn5 {
  width: 25.55555556%;
  margin: 0.6rem 0.3rem 0;
}
@media (max-width: 991px) {
  .tech-box6 .container .cn4 .cn5 {
    width: 40%;
  }
}
.tech-box6 .container .cn4 .cn5 .cn6 {
  width: 100%;
  border-radius: 0.3rem;
}
.tech-box6 .container .cn4 .cn5 .cn6::before {
  padding-top: 42.82608696%;
}
.tech-box6 .container .cn4 .cn5 .cn7 {
  text-align: center;
}
.tech-box6 .container .cn4 .cn5 .cn7 .cn8 {
  display: block;
  margin: 0.2rem 0;
  color: #000000;
  line-height: 1.5em;
}
.tech-box6 .container .cn4 .cn5 .cn7 .cn9 {
  line-height: 1.20833333em;
  color: #000000;
  display: block;
}
.tech-box6 .container .cn4 .cn5.zuo .cn7 .cn8 {
  background-image: linear-gradient(90deg, #feaf00 0%, #ff6400 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.tech-box6 .container .cn4 .cn5.zuo .cn7 .cn9 {
  background-image: linear-gradient(90deg, #feaf00 0%, #ff6400 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.tech-box6 .container .cn10 {
  margin-top: 0.9rem;
  text-align: center;
  color: #000;
  line-height: 1.625em;
}
.tech-box7 {
  position: relative;
}
.tech-box7 .img::before {
  padding-top: 47.60416667%;
}
@media (max-width: 767px) {
  .tech-box7 .img::before {
    padding-top: 140%;
  }
}
@media (max-width: 767px) {
  .tech-box7 .img .pc-img {
    display: none;
  }
}
.tech-box7 .img .mb-img {
  display: none;
}
@media (max-width: 767px) {
  .tech-box7 .img .mb-img {
    display: block;
  }
}
.tech-box7 .text {
  position: absolute;
  left: 56.25%;
  top: 50%;
  z-index: 5;
  transform: translateY(-50%);
  width: 33.33333333%;
}
@media (max-width: 991px) {
  .tech-box7 .text {
    left: 40%;
    width: 50%;
  }
}
@media (max-width: 767px) {
  .tech-box7 .text {
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
  }
}
.tech-box7 .text .text2 .cn1 {
  color: #000000;
  line-height: 1.20833333em;
}
@media (max-width: 991px) {
  .tech-box7 .text .text2 .cn1 {
    font-size: 0.4rem;
  }
}
.tech-box7 .text .text2 .cn2 {
  line-height: 1.41666667em;
  color: #000000;
}
.tech-box7 .text .text2 .cn3 {
  margin-top: 0.5rem;
  color: #000;
  line-height: 1.5em;
}
@media (max-width: 991px) {
  .tech-box7 .text .text2 .cn3 {
    font-size: 0.24rem;
  }
}
.index-daojishi0 .container .left .cn1 {
  animation-duration: 1s;
}
.index-daojishi0 .container .right .cn2 {
  animation-duration: 1s;
}
.index-daojishi0 .container .right .countdown {
  animation-duration: 1s;
  animation-name: zichuang;
}
@keyframes zichuang {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 60px, 0);
    transform: translate3d(0, 60px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.index-select .box1 .cn5 .public-btn {
  margin: 0 0.1rem;
}
.index-select .box1 {
  width: 100%;
}
.less21 .public-btnyellow {
  border: 1px solid #fff;
  background-color: #fff;
}
.more21 .public-btnyellow {
  border: 1px solid #000;
  background-color: #000;
}
.public-btn.more21 .public-btnyellow span em {
  color: #fff;
}
.public-btn.less21 .public-btnyellow:hover span em:nth-child(2) {
  color: #000;
}
.public-btn.more21 .public-btnyellow:hover span em:nth-child(2) {
  color: #fff;
}
.return21 .public-btnyellow {
  border: 1px solid #000;
  background-color: #000;
}
.public-btn.return21 .public-btnyellow span em {
  color: #fff;
}
.public-btn.return21 .public-btnyellow:hover span em:nth-child(2) {
  color: #fff;
}
.index-banner.index-daojishi .swiper-wrapper .swiper-slide .img .pc-video {
  object-fit: cover;
}
.index-cookies {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  z-index: 20;
  display: none;
}
.index-cookies .container {
  padding: 0.5rem 0;
  display: flex;
  align-items: center;
  max-width: 1400px;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .index-cookies .container {
    flex-wrap: wrap;
  }
}
.index-cookies .container .left {
  width: 50%;
}
@media (max-width: 767px) {
  .index-cookies .container .left {
    width: 100%;
  }
}
.index-cookies .container .left .cn1 {
  color: #000000;
  line-height: 1.27777778em;
  margin-bottom: 0.05rem;
}
.index-cookies .container .left .cn2 {
  color: #000000;
  line-height: 1.5em;
}
.index-cookies .container .right {
  display: flex;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .index-cookies .container .right {
    width: 100%;
    margin-top: 0.3rem;
    justify-content: center;
  }
}
.index-cookies .container .right .public-btn {
  margin-left: 0.2rem;
}
.index-cookies .container .right .public-btn .public-btnyellow {
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 0.3rem;
}
@media (max-width: 991px) {
  .index-cookies .container .right .public-btn .public-btnyellow {
    border-radius: 0.38rem;
  }
}
.index-cookies .container .right .public-btn .public-btnyellow .pcn1 {
  line-height: 0.6rem;
}
@media (max-width: 991px) {
  .index-cookies .container .right .public-btn .public-btnyellow .pcn1 {
    line-height: 0.76rem;
  }
}
.public-btn .public-btnyellow:hover::before{
  left: 0;
}
.public-btn .public-btnyellow:hover span em {
  color: #ff6400;
}
.public-btn .public-btnyellow:hover .pcn2 {
  background-color: #ff6400;
}
.index-video {
  width: 100%;
}
.index-video video {
  width: 100%;
}
.public-windows {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
  z-index: 999;
}
.public-windows .box {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 9rem;
  min-height: 5.32rem;
  background-color: #fff;
  border-radius: 0.3rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .public-windows .box {
    width: 90%;
    height: 45vh;
  }
}
.public-windows .box .box2 {
  width: 100%;
  padding: 0 0.6rem;
}
.public-windows .box .img {
  text-align: center;
  width: 0.85rem;
  height: 0.85rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  background-color: rgba(255, 204, 0, 0.1);
}
.public-windows .box .img img {
  width: 0.66rem;
}
.public-windows .box .cn1 {
  text-align: center;
  line-height: 1.27777778em;
  color: #000;
  margin: 0.25rem 0;
}
@media (max-width: 991px) {
  .public-windows .box .cn1 {
    font-size: 0.34rem;
  }
}
.public-windows .box .cn2 {
  text-align: center;
  line-height: 1.625em;
  color: #000;
  margin-bottom: 0.25rem;
}
@media (max-width: 991px) {
  .public-windows .box .cn2 {
    font-size: 0.26rem;
  }
}
.public-windows .box .public-btn {
  justify-content: center;
}
</pre></body></html>