@charset "utf-8";
:root {
  --color: #00d1d1;
  --vh: 100vh;
}
/*字体*/
@font-face {
  font-family: "bdcn";
  src: url("../font/HelveticaNeueLTPro-BdCn.otf") format("opentype");
}
@font-face {
  font-family: "mdcn";
  src: url("../font/HelveticaNeueLTPro-MdCn.otf") format("opentype");
}
.font-bdcn {
  font-family: 'bdcn', 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
.font-bdcn {
  font-family: 'mdcn', 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
* {
  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%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  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: #191919;
}
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: #333;
  background: #fff;
}
@media (max-width: 1580px) {
  body {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  body {
    font-size: 0.28rem;
  }
}
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: 85%;
  max-width: 1600px;
}
@media (max-width: 1260px) {
  .container {
    width: 90%;
  }
}
.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: #191919;
}
.public-scrollbar ::-webkit-scrollbar-track {
  /*滚动条-背景*/
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  background: #ededed;
}
.public-btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 0 0.2rem;
  min-width: 1rem;
  font-size: 18px;
}
@media (max-width: 1580px) {
  .public-btn {
    font-size: 16px;
  }
}
@media (max-width: 1260px) {
  .public-btn {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .public-btn {
    font-size: 0.28rem;
  }
}
.public-img {
  display: block;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.public-img::before {
  content: "";
  display: block;
  position: relative;
  z-index: 0;
  padding-top: 100%;
}
.public-img > img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.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: #333;
}
#hi-upgrade .hi-wrap .hi-close {
  margin: 10px 0;
  display: inline-block;
  cursor: pointer;
  font-size: 18px;
  color: #191919;
}
#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: #191919;
}
#hi-upgrade .hi-wrap .hi-text2 {
  position: relative;
  margin: 60px 0;
  color: #333;
}
#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: #191919;
}
#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: 0.85rem;
}
@media (max-width: 991px) {
  #c-placeholder {
    height: 1.2rem;
  }
}
/*顶部*/
#c-header {
  display: flex;
  align-items: center;
  height: 0.85rem;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 900;
  width: 100%;
  line-height: 0.85rem;
  text-align: center;
  color: #373737;
  transition: 0.3s;
  padding: 0 0.4rem;
}
@media (max-width: 991px) {
  #c-header {
    line-height: 1.2rem;
    height: 1.2rem;
    padding: 0 0.3rem;
  }
}
#c-header a {
  color: #373737;
  transition: 0.3s;
}
#c-header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 100%;
}
@media (max-width: 991px) {
  #c-header .container {
    height: 1.2rem;
  }
}
#c-header .c-right-box {
  display: flex;
  align-items: center;
}
#c-header.c-style2 {
  color: #333;
  background-color: #Fff;
}
#c-header.c-style2 a {
  color: #333;
}
/*顶部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.52rem;
  height: 0.87rem;
}
@media (max-width: 991px) {
  #c-header .c-logo .c-img-box img {
    width: 2.77rem;
    height: 0.48rem;
  }
}
#c-header .c-logo .c-img-box svg {
  width: 1.52rem;
  height: 0.27rem;
}
@media (max-width: 991px) {
  #c-header .c-logo .c-img-box svg {
    width: 2.77rem;
    height: 0.48rem;
  }
}
#c-header .c-logo span {
  display: inline-block;
  margin-left: 0.2rem;
  padding-left: 0.2rem;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}
@media (max-width: 767px) {
  #c-header .c-logo span {
    display: none;
  }
}
/*顶部pc导航*/
#c-header .c-nav {
  display: flex;
  align-items: center;
  margin-left: 1.45rem;
}
@media (max-width: 991px) {
  #c-header .c-nav {
    display: none;
  }
}
#c-header .c-nav > li {
  margin: 0 0.15rem;
}
#c-header .c-nav > li > .c-title-box {
  display: flex;
  align-items: center;
  cursor: pointer;
}
#c-header .c-nav > li > .c-title-box > a {
  display: flex;
  align-items: center;
}
#c-header .c-nav > li > .c-title-box img,
#c-header .c-nav > li > .c-title-box svg {
  margin-left: 0.05rem;
  width: 10px;
  height: 6px;
}
#c-header .c-nav > li > .c-title-box img path,
#c-header .c-nav > li > .c-title-box svg path {
  fill: #333;
  transition: all 0.3s;
}
#c-header .c-nav > li a:before {
  display: none;
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 0;
  height: 2px;
  background: #191919;
  transition: 0.3s;
}
#c-header .c-nav li a {
  position: relative;
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#c-header .c-nav ul {
  position: absolute;
  top: 100%;
  left: 50%;
  display: none;
  min-width: 1.5rem;
  line-height: 0.5rem;
  background: #fff;
  -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: #333;
}
#c-header .c-nav .yobox {
  width: 100%;
  padding: 0.25rem 0;
}
#c-header .c-nav .yobox .yobox1 {
  display: flex;
  white-space: nowrap;
  overflow: auto;
  flex-wrap: wrap;
}
#c-header .c-nav .yobox .yobox1 .yobox2 {
  margin: 0 0.13rem;
}
#c-header .c-nav .yobox .yobox1 .yobox2:first-child {
  margin-left: auto;
}
#c-header .c-nav .yobox .yobox1 .yobox2:last-child {
  margin-right: auto;
}
#c-header .c-nav .yobox .yobox1 .yobox2 .img {
  width: 0.8rem;
  text-align: center;
  border-radius: 50%;
  background-color: #d9d9d9;
}
#c-header .c-nav .yobox .yobox1 .yobox2 .yobox3 {
  text-align: center;
  font-weight: 600;
  line-height: 2em;
  margin-top: 0.12rem;
}
#c-header.c-style2 .c-nav li.on > .c-title-box > a,
#c-header .c-nav li:hover > .c-title-box > a,
#c-header .c-nav li.on > a,
#c-header .c-nav li:hover > a {
  color: #191919;
}
#c-header.c-style2 .c-nav li.on > .c-title-box > a:before,
#c-header .c-nav li:hover > .c-title-box > a:before,
#c-header .c-nav li.on > a:before,
#c-header .c-nav li:hover > a:before {
  width: 100%;
}
#c-header.c-style2 .c-nav li.on > .c-title-box svg path,
#c-header .c-nav li:hover > .c-title-box svg path {
  fill: #191919 !important;
}
#c-header.c-style2 .c-nav li .c-title-box svg path {
  fill: #333;
}
/*顶部移动端导航*/
#c-header .c-nav2 {
  position: absolute;
  top: 1.2rem;
  left: 0;
  width: 100%;
  height: 0;
  line-height: 1rem;
  color: #333;
  background: #fff;
  overflow-y: auto;
  transition: 0.3s;
  text-align: left;
}
#c-header .c-nav2 .yobox10 {
  width: 100%;
  padding: 0.25rem 0;
}
#c-header .c-nav2 .yobox10 .yobox1 {
  display: flex;
  padding: 0;
  white-space: nowrap;
  overflow: auto;
}
#c-header .c-nav2 .yobox10 .yobox1 .yobox2 {
  flex-shrink: 0;
  margin: 0 auto;
  width: 20%;
}
#c-header .c-nav2 .yobox10 .yobox1 .yobox2 .img {
  margin: 0 auto;
  width: 0.8rem;
  text-align: center;
  border-radius: 50%;
  background-color: #d9d9d9;
}
#c-header .c-nav2 .yobox10 .yobox1 .yobox2 .yobox3 {
  text-align: center;
  font-weight: 600;
  line-height: 2em;
  margin-top: 0.12rem;
  word-break: break-all;
  width: 100%;
  overflow: hidden;
  padding: 0 0.1rem;
  text-overflow: ellipsis;
}
#c-header .c-nav2 > li:last-child {
  border-bottom: 1px solid #f1f1f1;
}
#c-header .c-nav2 li.tebie {
  position: absolute;
  left: 0;
  bottom: 10%;
  border-bottom: 0;
}
@media (max-width: 991px) {
  #c-header .c-nav2 li {
    padding: 0 0.3rem;
  }
}
#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: #333;
}
#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: #333;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#c-header .c-nav2 li a:hover,
#c-header .c-nav2 li.on > a {
  color: #191919;
}
#c-header .c-nav2 li ul {
  display: none;
}
.c-open #c-header .c-nav2 {
  height: calc(100vh - 1.2rem);
}
/*顶部导航开关*/
#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: #333;
  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: #333;
}
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 {
  display: flex;
  align-items: center;
  position: relative;
}
#c-header .c-gn .ztop-language .cn1 {
  display: flex;
  align-items: center;
}
#c-header .c-gn .ztop-language .cn1 svg {
  width: 0.31rem;
  height: 0.25rem;
}
#c-header .c-gn .ztop-language .cn2 {
  opacity: 0;
  top: 0;
  transition: all 0.5s;
  margin-top: 0.2rem;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  padding: 5px;
  border-radius: 30px;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  line-height: 1.5em;
  height: auto;
}
#c-header .c-gn .ztop-language .cn2 .cn3 {
  display: block;
  color: #999;
  text-align: center;
  line-height: 50px;
  height: auto;
  position: relative;
}
#c-header .c-gn .ztop-language .cn2 .cn3::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 60%;
  height: 1px;
  background-color: #e5e5e5;
}
#c-header .c-gn .ztop-language .cn2 .cn3:last-child::before {
  display: none;
}
#c-header .c-gn .ztop-language .cn2 .cn3.on {
  background-color: #191919;
  border-radius: 50%;
  color: #fff;
}
#c-header .c-gn .ztop-language .cn2 .cn3.on2::before {
  display: none;
}
#c-header .c-gn .ztop-language .cn2 .cn3:hover {
  background-color: #191919;
  border-radius: 50%;
  color: #fff;
}
#c-header .c-gn .ztop-language .cn2 .cn3:hover::before {
  display: none;
}
#c-header .c-gn .ztop-language:hover .cn2 {
  opacity: 1;
  top: 100%;
}
#c-header .c-gn .ztop-search {
  margin: 0.1rem 0;
  line-height: 0.65rem;
  height: 0.65rem;
  display: flex;
  align-items: center;
  position: relative;
  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 {
  position: absolute;
  right: 0.2rem;
  top: 50%;
  transform: translateY(-50%);
}
#c-header .c-gn .ztop-search .cn1 svg {
  width: 0.2rem;
  height: auto;
}
#c-header .c-gn .ztop-search .cn1 svg path {
  fill: none;
  opacity: 1;
  stroke: #191919;
}
#c-header .c-gn .ztop-search .cn2 input {
  width: 2rem;
  border: 1px solid #191919;
  border-radius: 0.3rem;
  line-height: 0.4rem;
  padding: 0 0.6rem 0 0.2rem;
  font-weight: 400;
  color: #191919;
}
#c-header .c-gn .ztop-admin {
  margin-left: 0.3rem;
}
#c-header .c-gn .ztop-admin a {
  color: #191919;
  font-weight: 400;
  line-height: 1.5em;
}
#c-header .search-switch {
  display: none;
}
@media (max-width: 991px) {
  #c-header .search-switch {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 0.3rem;
  }
}
#c-header .search-switch svg {
  width: 0.48rem;
  height: auto;
}
#c-go-top {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 999;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #191919;
  cursor: pointer;
}
@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;
}
#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: #333;
  transition: all 0.5s;
}
#c-code-pop .c-img-box .c-close:hover {
  background-color: #191919;
}
#c-code-pop .c-img-box .c-close:hover svg path {
  fill: #fff;
}
#c-code-pop .c-img-box > img {
  width: 100%;
}
#c-code-pop .c-img-box .c-text {
  padding-top: 10px;
  line-height: 1;
  text-align: center;
  color: #333;
}
.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.4rem;
  }
}
.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.3rem;
  }
}
.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;
  line-height: 1.5em;
}
@media (max-width: 1580px) {
  .font20 {
    font-size: 18px;
  }
}
@media (max-width: 1260px) {
  .font20 {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .font20 {
    font-size: 0.3rem;
  }
}
.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.28rem;
  }
}
.font16 {
  font-size: 16px;
}
@media (max-width: 1580px) {
  .font16 {
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  .font16 {
    font-size: 0.28rem;
  }
}
.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;
}
.font-b {
  font-weight: 500;
}
/**********************************00-01 首页**********************************/
.footer {
  padding: 0.9rem 1.1rem;
  background-color: #e8e8e8;
}
@media (max-width: 991px) {
  .footer {
    padding: 0.7rem 5%;
  }
}
@media (max-width: 767px) {
  .footer {
    padding: 0.7rem 0.3rem;
  }
}
.footer .box1 {
  display: flex;
  flex-wrap: wrap;
}
.footer .box1 .box1a {
  margin-right: 7.35%;
}
@media (max-width: 991px) {
  .footer .box1 .box1a {
    width: 100%;
    margin-right: 0;
  }
}
.footer .box1 .box1a .cn1 {
  margin-bottom: 0.16rem;
  position: relative;
  transition: all 0.4s;
}
@media (max-width: 991px) {
  .footer .box1 .box1a .cn1 {
    border-bottom: 1px solid #d9d9d9;
  }
}
.footer .box1 .box1a .cn1:last-child {
  margin-bottom: 0;
}
.footer .box1 .box1a .cn1 .fuhao {
  display: none;
}
@media (max-width: 991px) {
  .footer .box1 .box1a .cn1 .fuhao {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    position: absolute;
    right: 0;
    top: 0;
    width: 1rem;
    height: 1rem;
  }
}
.footer .box1 .box1a .cn1 .fuhao em {
  display: block;
  width: 20%;
  height: 20%;
  position: relative;
}
.footer .box1 .box1a .cn1 .fuhao em::before {
  content: "";
  width: 100%;
  height: 0.02rem;
  background-color: #191919;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.footer .box1 .box1a .cn1 .fuhao em::after {
  content: "";
  width: 0.02rem;
  height: 100%;
  background-color: #191919;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.4s;
}
.footer .box1 .box1a .cn1 .cn2 {
  display: inline-block;
  line-height: 1.5em;
  position: relative;
  color: #191919;
}
@media (max-width: 991px) {
  .footer .box1 .box1a .cn1 .cn2 {
    line-height: 1rem;
  }
}
.footer .box1 .box1a .cn1 .cn2::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0%;
  height: 1px;
  transition: all 0.4s;
  background-color: #191919;
}
.footer .box1 .box1a .cn1 .cn2:hover::before {
  width: 100%;
}
.footer .box1 .box1a .cn1 .cn10 {
  margin-top: 0.16rem;
}
@media (max-width: 991px) {
  .footer .box1 .box1a .cn1 .cn10 {
    margin-top: 0;
    display: none;
    padding-bottom: 0.24rem;
  }
}
.footer .box1 .box1a .cn1 .cn3 {
  display: block;
  line-height: 1.5em;
}
@media (max-width: 991px) {
  .footer .box1 .box1a .cn1 .cn3 {
    margin-top: 0.16rem;
  }
}
.footer .box1 .box1a .cn1 .cn3 .cn4 {
  position: relative;
  color: #191919;
}
.footer .box1 .box1a .cn1 .cn3 .cn4::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0%;
  height: 1px;
  transition: all 0.4s;
  background-color: #191919;
}
.footer .box1 .box1a .cn1 .cn3 .cn4:hover::before {
  width: 100%;
}
.footer .box1 .box1a .cn1.on {
  border-bottom: 1px solid #f5f5f5;
}
.footer .box1 .box1a .cn1.on .fuhao em::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.footer .box2 {
  margin-top: 1.15rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media (max-width: 991px) {
  .footer .box2 {
    display: block;
  }
}
.footer .box2 .left {
  flex-shrink: 0;
}
@media (max-width: 991px) {
  .footer .box2 .left {
    width: 100%;
  }
}
.footer .box2 .left .cn8 {
  display: block;
  margin-top: 0.18rem;
}
.footer .box2 .left .cn8:nth-child(1) {
  margin-top: 0;
}
@media (max-width: 991px) {
  .footer .box2 .left .cn8:nth-child(1) {
    display: none;
  }
}
.footer .box2 .left .cn8 img {
  width: 1.27rem;
  height: auto;
}
@media (max-width: 991px) {
  .footer .box2 .left .cn8 img {
    width: 2rem;
  }
}
.footer .box2 .right {
  max-width: 60%;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .footer .box2 .right {
    margin-top: 0.24rem;
    max-width: initial;
    width: 100%;
  }
}
.footer .box2 .right .cn7 {
  display: flex;
}
.footer .box2 .right .cn6 {
  color: #191919;
  line-height: 1.5em;
  position: relative;
}
.footer .box2 .right .cn6::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0%;
  height: 1px;
  transition: all 0.4s;
  background-color: #191919;
}
.footer .box2 .right .cn6:hover::before {
  width: 100%;
}
.footer .box2 .right span {
  margin: 0 0.05rem;
  color: #191919;
  line-height: 1.5em;
  position: relative;
}
@media (max-width: 991px) {
  .footer .box2 .right span.cn6a {
    display: none;
  }
}
.index-banner {
  width: 100%;
  position: relative;
}
.index-banner.index-banner2 .textbox .cn1 {
  color: #Fff;
}
.index-banner.index-banner2 .textbox .box .public-btn {
  color: #Fff;
  border: 1px solid #fff;
}
.index-banner.index-banner3 {
  background-color: #191919;
}
.index-banner.index-banner3 .textbox {
  top: 1.3rem;
  bottom: initial;
}
@media (max-width: 991px) {
  .index-banner.index-banner3 .textbox {
    top: 0.8rem;
  }
}
.index-banner .img {
  width: 100%;
  position: relative;
}
.index-banner .img::before {
  padding-top: 50.52083333%;
}
@media (max-width: 991px) {
  .index-banner .img::before {
    padding-top: 165%;
  }
}
.index-banner .img video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 5;
}
.index-banner .img img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .index-banner .img img.pc-img {
    display: none;
  }
}
.index-banner .img img.mb-img {
  display: none;
}
@media (max-width: 991px) {
  .index-banner .img img.mb-img {
    display: block;
  }
}
.index-banner .textbox {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 1.3rem;
  text-align: center;
  width: 90%;
  margin: 0 auto;
  z-index: 4;
}
.index-banner .textbox .cn1 {
  text-align: center;
  line-height: 1.17857143em;
  color: #191919;
  letter-spacing: -0.02rem;
  text-indent: -0.02rem;
}
.index-banner .textbox .box {
  margin-top: 0.27rem;
  justify-content: center;
  display: flex;
}
.public-btn {
  border: 1px solid #191919;
  line-height: 0.36rem;
  padding: 0 0.15rem;
  color: #191919;
  text-align: center;
  display: block;
  margin: 0 0.12rem;
  position: relative;
  overflow: hidden;
  font-size: 18px;
  letter-spacing: -1px;
  text-indent: -1px;
}
@media (max-width: 1580px) {
  .public-btn {
    font-size: 16px;
  }
}
@media (max-width: 1260px) {
  .public-btn {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .public-btn {
    font-size: 0.28rem;
  }
}
.public-btn::before {
  content: "";
  position: absolute;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  background-color: #000;
  left: 100%;
  top: 100%;
  z-index: -1;
}
@media (max-width: 991px) {
  .public-btn {
    line-height: 0.5rem;
  }
}
.public-btn:hover {
  background-color: #0000FF !important;
  border: 1px solid #0000ff !important;
  color: #Fff !important;
}
.public-btn:hover::before {
  left: -1px;
  top: -1px;
}
.public-btn.public-btnwhite {
  border: 1px solid #fff;
  color: #Fff;
}
.indexproduct {
  position: relative;
  overflow: hidden;
  margin: 6px 0;
}
.indexproduct .swiper-wrapper .swiper-slide {
  position: relative;
  display: block;
}
.indexproduct .swiper-wrapper .swiper-slide .img::before {
  padding-top: 124.21383648%;
}
@media (max-width: 991px) {
  .indexproduct .swiper-wrapper .swiper-slide .img::before {
    padding-top: 149.25373134%;
  }
}
@media (max-width: 991px) {
  .indexproduct .swiper-wrapper .swiper-slide .img .pc-img {
    display: none;
  }
}
.indexproduct .swiper-wrapper .swiper-slide .img .mb-img {
  display: none;
}
@media (max-width: 991px) {
  .indexproduct .swiper-wrapper .swiper-slide .img .mb-img {
    display: block;
  }
}
.indexproduct .swiper-wrapper .swiper-slide .text {
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  padding: 0.5rem;
  z-index: 2;
  color: #F5F5F5;
  letter-spacing: -0.02rem;
  font-weight: 700;
  font-size: 0.42rem !important;
}
.indexproduct .swiper-wrapper .swiper-slide .text2 {
  z-index: 2;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0.5rem;
  letter-spacing: -0.02rem;
}
.indexproduct .swiper-wrapper .swiper-slide .text2 .cn1 {
  color: #f5f5f5;
  font-weight: 400;
  line-height: 1.38461538em;
  letter-spacing: 1px;
}
.indexproduct .swiper-wrapper .swiper-slide .text2 .cn2 {
  text-decoration: underline;
  color: #f5f5f5;
  line-height: 1.38461538em;
  font-weight: bold;
}
.indexproduct .swiper-wrapper .swiper-slide:hover .img img {
  transform: scale(1.1);
}
.main {
  overflow: hidden;
}
.public-banner {
  width: 100%;
  position: relative;
}
.public-banner.public-banner2 .img::before {
  padding-top: 44.0625%;
}
@media (max-width: 991px) {
  .public-banner.public-banner2 .img::before {
    padding-top: 120%;
  }
}
.public-banner.public-banner3 .img::before {
  padding-top: 44.0625%;
}
@media (max-width: 991px) {
  .public-banner.public-banner3 .img::before {
    padding-top: 145%;
  }
}
@media (max-width: 991px) {
  .public-banner.public-banner4 {
    display: none;
  }
}
.public-banner .img {
  width: 100%;
  position: relative;
}
.public-banner .img::before {
  padding-top: 39.84375%;
}
@media (max-width: 991px) {
  .public-banner .img::before {
    padding-top: 120%;
  }
}
.public-banner .img video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.public-banner .img img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .public-banner .img img.pc-img {
    display: none;
  }
}
.public-banner .img img.mb-img {
  display: none;
}
@media (max-width: 991px) {
  .public-banner .img img.mb-img {
    display: block;
  }
}
.public-banner .textbox {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  width: 50%;
  margin: 0 auto;
  z-index: 5;
}
@media (max-width: 991px) {
  .public-banner .textbox {
    width: 100%;
    transform: translateX(-50%);
    top: initial;
    bottom: 0.7rem;
  }
}
.public-banner .textbox .cn1 {
  text-align: center;
  font-weight: 600;
  line-height: 1.2em;
  color: #Ffffff;
}
.public-banner .textbox .cn1 li {
  display: inline-block;
}
.public-banner .textbox .cn3 {
  margin-top: 0.46rem;
  line-height: 1.55172414em;
  font-weight: 400;
  text-align: center;
  color: #fff;
}
@media (max-width: 991px) {
  .public-banner .textbox .cn3 {
    margin-top: 0.24rem;
    font-size: 0.3rem;
  }
}
.public-banner .textbox .box {
  margin-top: 0.27rem;
  justify-content: center;
  display: flex;
}
.public-nav {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
  display: flex;
  width: 100%;
  padding: 0.3rem 0.4rem;
}
.public-nav .pncn1 {
  color: #fff;
  font-weight: 600;
}
.public-nav .pncn2 {
  margin: 0 0.02rem;
  color: #Fff;
  font-weight: 600;
}
.product-list {
  display: flex;
  flex-wrap: wrap;
  padding: 0 0.2rem;
  margin: 0 -0.06rem;
  overflow: hidden;
  padding-bottom: 1.85rem;
}
@media (max-width: 767px) {
  .product-list {
    margin: 0 -0.1rem;
    padding: 0 0.3rem 1.85rem;
  }
}
.product-list .box {
  margin-top: 0.92rem;
  padding: 0 0.06rem;
  width: 20%;
}
@media (max-width: 767px) {
  .product-list .box {
    padding: 0 0.1rem;
  }
}
@media (max-width: 1580px) {
  .product-list .box {
    width: 25%;
  }
}
@media (max-width: 991px) {
  .product-list .box {
    width: 50%;
  }
}
.product-list .box .img::before {
  padding-top: 135.79234973%;
}
.product-list .box .cn1 {
  margin-top: 0.2rem;
  color: #373737;
  font-weight: 600;
  line-height: 1.2em;
  position: relative;
  letter-spacing: -1px;
}
@media (max-width: 991px) {
  .product-list .box .cn1 {
    padding-right: 0.1rem;
    line-height: 1.25em;
    height: 2.5em;
    overflow: hidden;
    white-space: initial;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
}
.product-list .box .cn2 {
  font-weight: 400;
  line-height: 1.33333333em;
  color: #373737;
  margin: 0 0 0.05rem;
}
.product-list .box .cn3 {
  font-weight: 500;
  line-height: 1.71428571em;
  color: #373737;
}
.product-list .box:hover .img img {
  transform: scale(1.05);
}
.error {
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #e8e8e8;
}
.error .box {
  width: 100%;
}
.error .cn1 {
  text-align: center;
}
.error .cn1 img {
  width: 5.95rem;
}
@media (max-width: 1260px) {
  .error .cn1 img {
    max-width: 80%;
    width: 5.95rem;
  }
}
.error .cn2 {
  text-align: center;
}
.error .cn2 img {
  width: 9.8rem;
}
@media (max-width: 1260px) {
  .error .cn2 img {
    max-width: 90%;
    width: 9.8rem;
    margin: 0.2rem 0;
  }
}
.error .cn3 {
  text-align: center;
  font-size: 0.56rem;
  line-height: 0.88rem;
  font-weight: 600;
}
@media (max-width: 991px) {
  .error .cn3 {
    font-size: 0.4rem;
    line-height: 0.5rem;
  }
}
.error .cn4 {
  overflow: hidden;
  width: 13.56rem;
  margin: 0.6rem auto 0;
}
@media (max-width: 1260px) {
  .error .cn4 {
    width: 100%;
  }
}
.error .cn4 p {
  text-align: center;
  color: #969696;
  position: relative;
}
.error .cn4 p span {
  position: relative;
  background-color: #e8e8e8;
  padding: 0 0.16rem;
}
@media (max-width: 991px) {
  .error .cn4 p span {
    font-size: 0.28rem;
  }
}
.error .cn4 p::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  height: 2px;
  background-color: #969696;
}
.error .cn5 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.error .cn5 .publc-btn9 {
  margin: 0 0.45rem;
  margin-top: 0.7rem;
}
@media (max-width: 991px) {
  .error .cn5 .publc-btn9 {
    margin-top: 0.7rem;
  }
}
.publc-btn9 {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #191919;
  line-height: 0.68rem;
  min-width: 4.46rem;
}
@media (max-width: 991px) {
  .publc-btn9 {
    border: 1px solid #191919;
    line-height: 0.76rem;
    padding: 0 0.5rem;
  }
}
.publc-btn9 .pbcn1 {
  color: #191919;
  font-weight: 500;
}
.publc-btn9 .pbcn2 {
  display: flex;
  align-items: center;
  margin-left: 0.3rem;
  transition: all 0.4s;
}
@media (max-width: 991px) {
  .publc-btn9 .pbcn2 {
    transform: rotate(180deg);
  }
}
.publc-btn9 .pbcn2 svg {
  width: 0.64rem;
  height: auto;
}
.publc-btn9 .pbcn2 svg path {
  fill: #191919;
  opacity: 1;
  stroke: none;
}
.publc-btn9.public-btn9white {
  border: 2px solid #f5f5f5;
  min-width: 2.74rem;
  line-height: 0.5rem;
}
@media (max-width: 991px) {
  .publc-btn9.public-btn9white {
    border: 1px solid #f5f5f5;
    line-height: 0.76rem;
  }
}
.publc-btn9.public-btn9white .pbcn1 {
  color: #f5f5f5;
  line-height: 0.5rem;
}
@media (max-width: 991px) {
  .publc-btn9.public-btn9white .pbcn1 {
    line-height: 0.76rem;
  }
}
.publc-btn9.public-btn9white .pbcn2 svg path {
  fill: #f5f5f5;
}
.publc-btn9.public-btn9white.public-btn9whiteright .pbcn2 {
  transform: rotate(180deg);
}
.publc-btn9.public-btn9white.public-btn9whiteright:hover .pbcn2 {
  transform: translateX(0.1rem) rotate(180deg);
}
@media (max-width: 991px) {
  .publc-btn9.public-btn9white.public-btn9whiteright:hover .pbcn2 {
    transform: translateX(0.1rem) rotate(180deg);
  }
}
.publc-btn9:hover .pbcn2 {
  transform: translateX(-0.1rem);
}
@media (max-width: 991px) {
  .publc-btn9:hover .pbcn2 {
    transform: translateX(0.1rem) rotate(180deg);
  }
}
.policy {
  padding: 1.5rem 0;
}
.policy .box {
  width: 70%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .policy .box {
    width: 100%;
    padding: 0 0.4rem;
  }
}
.policy .box .cn1 {
  color: #373737;
  font-size: 0.6rem;
  font-weight: 600;
  line-height: 1.21428571em;
}
.policy .box .cn3 {
  margin-top: 0.3rem;
}
.policy .box .cn3 h3 {
  color: #373737;
  font-weight: 600;
  line-height: 1.85714286em;
  font-size: 20px;
}
@media (max-width: 1580px) {
  .policy .box .cn3 h3 {
    font-size: 18px;
  }
}
@media (max-width: 1260px) {
  .policy .box .cn3 h3 {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .policy .box .cn3 h3 {
    font-size: 0.3rem;
  }
}
.policy .box .cn3 p {
  color: #373737;
  font-weight: 400;
  line-height: 1.85714286em;
  font-size: 20px;
}
@media (max-width: 1580px) {
  .policy .box .cn3 p {
    font-size: 18px;
  }
}
@media (max-width: 1260px) {
  .policy .box .cn3 p {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .policy .box .cn3 p {
    font-size: 0.3rem;
  }
}
.about-box1 {
  background-color: #191919;
  padding: 1.2rem 0;
}
@media (max-width: 991px) {
  .about-box1 {
    padding: 0.2rem 0 2rem;
  }
}
.about-box1 .cn1 {
  text-align: center;
  line-height: 1.91666667em;
  color: #F5f5f5;
  width: 62.14099217%;
  margin: 0.8rem auto 0;
}
@media (max-width: 991px) {
  .about-box1 .cn1 {
    width: 82%;
    text-align: left;
  }
}
@media (max-width: 991px) {
  .about-box1 .cn1 em {
    display: block;
    line-height: 0.3rem;
    height: 0.4rem;
  }
}
.about-box2 {
  position: relative;
  padding: 3rem 0;
}
@media (max-width: 991px) {
  .about-box2 {
    background-color: #191919;
    padding: 0 0 2rem;
  }
}
.about-box2 .img0 {
  text-align: center;
  width: 100%;
  display: none;
}
@media (max-width: 991px) {
  .about-box2 .img0 {
    display: block;
  }
}
.about-box2 .img0 img {
  width: 100%;
}
.about-box2 .img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 991px) {
  .about-box2 .img {
    display: none;
  }
}
.about-box2 .img .pc-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about-box2 .cn1 {
  position: relative;
  text-align: center;
  color: #fff;
  line-height: 1.91666667em;
  color: #ffffff;
  margin: 0.8rem auto 0;
}
.about-box2 .cn1 span {
  display: none;
}
@media (max-width: 991px) {
  .about-box2 .cn1 span {
    display: none;
  }
}
@media (max-width: 991px) {
  .about-box2 .cn1 {
    text-align: left;
    width: 95%;
  }
}
.about-box3 {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  background: linear-gradient(180deg, #0000FF 0%, #191919 100%);
}
@media (max-width: 991px) {
  .about-box3 {
    background: #191919;
  }
}
.about-box3 .about-title {
  justify-content: flex-start;
}
.about-box3 .left {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .about-box3 .left {
    width: 100%;
  }
}
.about-box3 .left .img0 {
  text-align: center;
  width: 100%;
  display: none;
  margin-bottom: 0.12rem;
}
@media (max-width: 991px) {
  .about-box3 .left .img0 {
    display: block;
  }
}
.about-box3 .left .img0 img {
  width: 100%;
}
.about-box3 .left .box {
  width: 69.79166667%;
  margin: 0 auto;
  padding: 0.5rem 0;
}
@media (max-width: 991px) {
  .about-box3 .left .box {
    padding: 1rem 0;
    width: 82%;
  }
}
.about-box3 .left .box .cn1 {
  text-align: left;
  color: #Fff;
  line-height: 1.91666667em;
  margin: 0.8rem auto 0;
}
@media (max-width: 991px) {
  .about-box3 .left .box .cn1 {
    margin: 0 auto;
  }
}
@media (max-width: 991px) {
  .about-box3 .left .box .cn1 em {
    display: block;
    line-height: 0.3rem;
    height: 0.4rem;
  }
}
.about-box3 .right {
  width: 50%;
}
@media (max-width: 991px) {
  .about-box3 .right {
    width: 100%;
    display: none;
  }
}
.about-box3 .right .img {
  width: 100%;
}
.about-box3 .right .img::before {
  padding-top: 98.97959184%;
}
.about-box4 {
  background-color: #191919;
  padding: 0.6rem 0;
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .about-box4 {
    padding: 0.6rem 0 1.9rem;
    flex-direction: column-reverse;
  }
}
.about-box4 .img {
  width: 4.05rem;
}
@media (max-width: 991px) {
  .about-box4 .img {
    display: none;
  }
}
@media (max-width: 991px) {
  .about-box4 .public-btn9whiteright {
    margin-bottom: 0.6rem;
  }
}
.publicline {
  border-top: 1px solid #f5f5f5;
  color: #F5f5f5;
  font-size: 0.16rem;
  padding: 0.12rem 0.15rem 0;
  display: none;
  width: 100%;
}
@media (max-width: 991px) {
  .publicline {
    display: block;
  }
}
.about-title {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media (max-width: 991px) {
  .about-title {
    display: none;
  }
}
.about-title .atcn1 {
  color: #F5f5f5;
  font-weight: 700;
  font-size: 1.07rem;
  line-height: 1em;
}
.about-title .atcn2 {
  margin-left: 0.25rem;
  font-weight: 600;
  font-size: 0.54rem;
  color: #f5f5f5;
  border: 0.03rem solid #f5f5f5;
  text-align: center;
  line-height: 0.78rem;
  padding: 0 0.35rem;
  border-radius: 0.1rem;
}
.about-box5 {
  display: flex;
  background-color: #191919;
  align-items: center;
  padding: 1rem 0;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .about-box5 {
    flex-direction: column-reverse;
  }
}
.about-box5 .left {
  width: 50%;
}
@media (max-width: 991px) {
  .about-box5 .left {
    width: 100%;
  }
}
.about-box5 .left .box {
  width: 72.91666667%;
  margin: 0 auto;
  padding: 1rem 0;
}
@media (max-width: 991px) {
  .about-box5 .left .box {
    width: 95%;
  }
}
.about-box5 .left .box .about-title {
  justify-content: flex-start;
}
.about-box5 .left .box .cn1 {
  text-align: left;
  color: #Fff;
  line-height: 1.91666667em;
  margin: 0.8rem auto 0;
}
.about-box5 .right {
  width: 50%;
}
@media (max-width: 991px) {
  .about-box5 .right {
    width: 100%;
  }
}
.about-box5 .right .img {
  transform: translateX(-14%);
}
@media (max-width: 991px) {
  .about-box5 .right .img {
    transform: translateX(0);
  }
}
.about-box5 .right .img::before {
  padding-top: 86.71248568%;
}
@media (max-width: 991px) {
  .about-box5 .right .img::before {
    padding-top: 120%;
  }
}
@media (max-width: 991px) {
  .about-box5 .right .img .pc-img {
    display: none;
  }
}
.about-box5 .right .img .mb-img {
  display: none;
}
@media (max-width: 991px) {
  .about-box5 .right .img .mb-img {
    display: block;
  }
}
.about-box6 {
  background: linear-gradient(180deg, #0000FF 0%, #191919 90%);
  padding: 1rem 0;
}
@media (max-width: 991px) {
  .about-box6 {
    display: flex;
    flex-direction: column-reverse;
  }
}
@media (max-width: 991px) {
  .about-box6 .box {
    width: 82%;
    text-align: left;
    margin: 0 auto;
  }
}
.about-box6 .box .cn1 {
  text-align: center;
  color: #Fff;
  line-height: 1.91666667em;
  margin: 0.8rem auto 0;
}
@media (max-width: 991px) {
  .about-box6 .box .cn1 {
    text-align: left;
  }
}
.about-box6 .img {
  width: 100%;
}
.about-box6 .img img {
  width: 100%;
}
@media (max-width: 991px) {
  .about-box6 .img img.pc-img {
    display: none;
  }
}
.about-box6 .img img.mb-img {
  display: none;
}
@media (max-width: 991px) {
  .about-box6 .img img.mb-img {
    display: block;
  }
}
.c-open #c-header {
  background-color: #fff;
}
.publictextani {
  perspective: 1000px;
}
.publictextani li {
  display: inline-block;
  opacity: 1;
  transform: translateY(0%) rotateY(0deg);
}
@keyframes scale12 {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
.public-fenlei .yobox {
  width: 100%;
  padding: 0.25rem 0;
}
.public-fenlei .yobox .yobox1 {
  display: flex;
  white-space: nowrap;
  overflow: auto;
  padding: 0.1rem;
}
.public-fenlei .yobox .yobox1 .yobox2 {
  margin: 0 0.13rem;
  width: 80px;
}
@media (max-width: 767px) {
  .public-fenlei .yobox .yobox1 .yobox2 {
    margin: 0 2.5px;
    width: 68px;
  }
}
.public-fenlei .yobox .yobox1 .yobox2:first-child {
  margin-left: auto;
}
.public-fenlei .yobox .yobox1 .yobox2:last-child {
  margin-right: auto;
}
.public-fenlei .yobox .yobox1 .yobox2 .img {
  margin: 0 auto;
  width: 80px;
  text-align: center;
  border-radius: 50%;
  background-color: #d9d9d9;
}
@media (max-width: 767px) {
  .public-fenlei .yobox .yobox1 .yobox2 .img {
    width: 68px;
  }
}
.public-fenlei .yobox .yobox1 .yobox2 .yobox3 {
  text-align: center;
  font-weight: 600;
  line-height: 1.2em;
  margin-top: 0.12rem;
  color: #373737;
  white-space: pre-wrap;
}
.search-box {
  width: 100%;
  height: 100vh;
  background-color: #Fff;
  position: fixed;
  left: 0;
  top: 0;
  display: none;
  z-index: 992;
}
.search-box .searchclose {
  position: absolute;
  right: 0.3rem;
  top: 0.3rem;
  width: 0.48rem;
  height: 0.48rem;
  cursor: pointer;
}
.search-box .searchclose::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  width: 100%;
  height: 2px;
  background-color: #191919;
}
.search-box .searchclose::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  width: 2px;
  height: 100%;
  background-color: #191919;
}
.search-box .searchbox1 {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 90%;
  transform: translate(-50%, -50%);
}
.search-box .searchbox1 .searchbox1cn1 {
  text-align: center;
  line-height: 1.17857143em;
  margin-bottom: 0.4rem;
}
.search-box .searchbox1 form {
  width: 100%;
  position: relative;
}
.search-box .searchbox1 input {
  width: 100%;
  border: 1px solid #191919;
  border-radius: 0.38rem;
  line-height: 0.76rem;
  padding: 0 1rem 0 0.3rem;
}
.search-box .searchbox1 button {
  position: absolute;
  right: 0.2rem;
  top: 50%;
  transform: translateY(-50%);
}
.search-box .searchbox1cn2 {
  display: flex;
  flex-wrap: wrap;
  margin-top: 0.4rem;
}
.search-box .searchbox1cn2 .searchbox1cn3 {
  color: #191919;
  margin-bottom: 0.2rem;
  margin-right: 0.3rem;
}
.publicwapbox1 {
  padding-top: 0.7rem;
  background-color: #191919;
  display: none;
}
@media (max-width: 991px) {
  .publicwapbox1 {
    display: block;
  }
}
.publicwapbox1 .box1 {
  border-top: 1px solid #f5f5f5;
  padding: 0.12rem 0.12rem 0;
  display: flex;
  align-items: center;
  position: relative;
  justify-content: space-between;
}
.publicwapbox1 .box1 .cn1 {
  color: #f5f5f5;
  font-size: 0.16rem;
}
.publicwapbox1 .box1 .cn2 {
  font-size: 0.16rem;
  color: #F5F5F5;
}
.publicwapbox1 .box1 .cn3 {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  color: #Fff;
  font-size: 0.16rem;
}
.publicwapbox1 .box2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.2rem 0.12rem;
}
.publicwapbox1 .box2 .cn4 {
  color: #f5f5f5;
  font-size: 0.48rem;
  line-height: 1.2em;
}
@media (max-width: 991px) {
  .publicwapbox1 .box2 .cn4 {
    font-size: 0.4rem !important;
  }
}
.publicwapbox1 .box2 .cn5 {
  line-height: 1.2em;
  color: #F5F5F5;
  font-size: 0.4rem;
  will-change: auto;
}
.fontbdcn2tihuan {
  font-size: 0.8rem !important;
}
