@charset "utf-8";
:root {
  --color: #c81014;
  --vh: 100vh;
}
/*字体*/
@font-face {
  font-family: "semil";
  src: url("../font/Poppins-Light.ttf") format("truetype");
}
@font-face {
  font-family: "semim";
  src: url("../font/Poppins-Medium.ttf") format("truetype");
}
@font-face {
  font-family: "semir";
  src: url("../font/Poppins-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "semibold";
  src: url("../font/Poppins-SemiBold.ttf") format("truetype");
}
.font-semil {
  font-family: semil;
}
.font-semir {
  font-family: semir;
}
.font-semib {
  font-family: semibold;
}
.font-semim {
  font-family: semim;
}
* {
  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: #c81014;
}
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: 88%;
  max-width: 1680px;
}
@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: #c81014;
}
.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 > 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: #c81014;
}
#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: #c81014;
}
#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: #c81014;
}
#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: 1rem;
}
@media (max-width: 991px) {
  #c-placeholder {
    height: 1.2rem;
  }
}
/*顶部*/
#c-header {
  display: flex;
  align-items: center;
  height: 0.8rem;
  position: fixed;
  top: 0.2rem;
  padding: 0 0.2rem;
  left: 0;
  z-index: 900;
  width: 100%;
  line-height: 0.8rem;
  text-align: center;
  color: #373737;
  transition: 0.3s;
}
#c-header a {
  color: #fff;
  transition: 0.3s;
}
#c-header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  background-color: #000;
  background-image: url(../images/zimg11.png);
  height: 0.8rem;
  max-width: 100%;
  border-radius: 0.15rem;
  padding: 0 0.4rem;
}
#c-header .c-right-box {
  display: flex;
  align-items: center;
}
/*顶部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.77rem;
  height: 0.21rem;
}
@media (max-width: 991px) {
  #c-header .c-logo .c-img-box img {
    width: 1.77rem;
    height: 0.21rem;
  }
}
#c-header .c-logo .c-img-box svg {
  width: 1.77rem;
  height: 0.21rem;
}
@media (max-width: 991px) {
  #c-header .c-logo .c-img-box svg {
    width: 1.77rem;
    height: 0.21rem;
  }
}
#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;
}
@media (max-width: 991px) {
  #c-header .c-nav {
    display: none;
  }
}
#c-header .c-nav > li {
  position: relative;
  margin-right: 0.6rem;
}
@media (max-width: 1580px) {
  #c-header .c-nav > li {
    margin-right: 0.4rem;
  }
}
@media (max-width: 1260px) {
  #c-header .c-nav > li {
    margin-right: 0.2rem;
  }
}
#c-header .c-nav > li:last-child {
  margin-right: 0;
}
#c-header .c-nav > li > .c-title-box {
  display: flex;
  align-items: center;
  cursor: pointer;
}
@media (max-width: 1580px) {
  #c-header .c-nav > li > .c-title-box .cn1 {
    font-size: 14px;
  }
}
@media (max-width: 1260px) {
  #c-header .c-nav > li > .c-title-box .cn1 {
    font-size: 12px;
  }
}
#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: #c81014;
  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;
  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: #333;
}
#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: #c81014;
}
#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: #c81014 !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 > 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: #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: #c81014;
}
#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;
  margin-left: 1.4rem;
  position: relative;
}
@media (max-width: 1580px) {
  #c-header .c-gn {
    margin-left: 0.6rem;
  }
}
#c-header .c-gn .gnbutton {
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
  line-height: 0.6rem;
  background-color: #c81014;
  border-radius: 0.05rem;
  text-align: center;
  justify-content: center;
  color: #fff;
  padding: 0 0.2rem;
}
#c-header .c-gn .gnbutton span {
  margin: 0 0.1rem;
}
#c-header .c-gn .c-gn2 {
  visibility: visible;
  transition: all 0.5s;
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  background-color: #Fff;
}
#c-header .c-gn .c-gn2 .c-gn3 {
  line-height: 0.5rem;
}
#c-header .c-gn .c-gn2 .c-gn3 a {
  color: #333;
  display: block;
  border-bottom: 1px solid #eee;
}
#c-header .c-gn .c-gn2 .c-gn3 a:hover {
  color: #c81014;
}
#c-header .c-gn:hover .gnbutton {
  border-radius: 0.05rem 0.05rem 0 0;
}
#c-header .c-gn:hover .c-gn2 {
  opacity: 1;
  top: 100%;
}
#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: #c81014;
  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: #c81014;
}
#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;
}
.font64 {
  font-size: 0.64rem;
}
.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: bold;
}
/**********************************00-01 首页**********************************/
.index-banner {
  position: relative;
  overflow: hidden;
}
.index-banner .swiper-wrapper .swiper-slide .img {
  width: 100%;
  height: 100vh;
}
.index-banner .swiper-wrapper .swiper-slide .img img {
  animation: fangda 15s infinite linear;
}
.index-banner .swiper-wrapper .swiper-slide .container {
  position: absolute;
  left: 50%;
  top: 55%;
  z-index: 4;
  transform: translate(-50%, -50%);
}
.index-banner .swiper-wrapper .swiper-slide .container .cn1 {
  line-height: 1.15625em;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-text-stroke: 1px #fff;
  background-size: 0 100%;
  letter-spacing: -1px;
}
.index-banner .swiper-wrapper .swiper-slide .container .cn2 {
  margin: 0.18rem 0 0.55rem;
  line-height: 1.03125em;
  color: #fff;
}
.index-banner .swiper-wrapper .swiper-slide .container .cn3 {
  line-height: 1.27272727em;
  color: rgba(255, 255, 255, 0.5);
}
.index-banner .swiper-wrapper .swiper-slide .container .public-btn {
  margin-top: 1.25rem;
}
@keyframes fangda {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.index-company {
  background-color: #Fff;
  padding: 1.2rem 0;
}
.index-company .container .cn1 {
  color: #c81014;
  line-height: 1.41666667em;
}
.index-company .container .cn2 {
  margin-top: 0.25rem;
  color: #222222;
  line-height: 1.16666667em;
}
.index-company .container .box {
  display: flex;
  margin: 0.7rem -0.2rem 0;
}
@media (max-width: 991px) {
  .index-company .container .box {
    flex-wrap: wrap;
  }
}
.index-company .container .box .box2 {
  width: 50%;
  background-color: #eee;
  margin: 0 0.2rem;
  padding: 0.4rem;
  height: 5.4rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 0.1rem;
  overflow: hidden;
  border: 1px solid transparent;
  background-clip: padding-box;
  background-image: linear-gradient(180deg, #e20121 0%, #f5f5f5 100%);
  position: relative;
  transition: all 0.5s;
}
@media (max-width: 991px) {
  .index-company .container .box .box2 {
    width: 100%;
    margin: 0 0 0.3rem;
    height: auto;
  }
}
.index-company .container .box .box2 .bg {
  border-radius: 0.07rem;
  position: absolute;
  left: 1px;
  top: 1px;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  background-color: #Fff;
  z-index: 1;
  transition: all 0.5s;
}
@media (max-width: 991px) {
  .index-company .container .box .box2 .bg {
    opacity: 0 !important;
  }
}
.index-company .container .box .box2 .bg2 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  border-radius: 0.1rem;
  overflow: hidden;
  opacity: 0;
  transition: all 0.5s;
}
@media (max-width: 991px) {
  .index-company .container .box .box2 .bg2 {
    opacity: 1 !important;
  }
}
.index-company .container .box .box2 .bg2 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index-company .container .box .box2 .box2a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 3;
}
.index-company .container .box .box2 .box2a .cn3 {
  color: #222222;
  line-height: 1.41666667em;
  transition: all 0.5s;
}
@media (max-width: 991px) {
  .index-company .container .box .box2 .box2a .cn3 {
    color: #fff !important;
  }
}
.index-company .container .box .box2 .box2a .cn4 {
  margin-left: 0.3rem;
  flex-shrink: 0;
  width: 0.6rem;
  height: 0.6rem;
}
.index-company .container .box .box2 .box2a .cn4 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
.index-company .container .box .box2 .box2a .cn4 img.default {
  opacity: 1;
}
@media (max-width: 991px) {
  .index-company .container .box .box2 .box2a .cn4 img.default {
    opacity: 0 !important;
  }
}
.index-company .container .box .box2 .box2a .cn4 img.onhover {
  opacity: 0;
}
@media (max-width: 991px) {
  .index-company .container .box .box2 .box2a .cn4 img.onhover {
    opacity: 1 !important;
  }
}
.index-company .container .box .box2 .box2b {
  z-index: 4;
  position: relative;
  color: rgba(34, 34, 34, 0.75);
  transition: all 0.5s;
  line-height: 1.44444444em;
  max-height: 11.55555556em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 8;
  -webkit-box-orient: vertical;
}
@media (max-width: 991px) {
  .index-company .container .box .box2 .box2b {
    color: #fff !important;
  }
}
@media (max-width: 991px) {
  .index-company .container .box .box2 .box2b {
    height: auto;
    -webkit-line-clamp: initial;
    margin-top: 2rem;
  }
}
.index-company .container .box .box2.on {
  flex-shrink: 0;
  width: 45.23809524%;
  background-image: initial;
}
@media (max-width: 991px) {
  .index-company .container .box .box2.on {
    width: 100%;
  }
}
.index-company .container .box .box2.on .bg {
  opacity: 0;
}
.index-company .container .box .box2.on .bg2 {
  opacity: 1;
}
.index-company .container .box .box2.on .box2a .cn3 {
  color: #fff;
}
.index-company .container .box .box2.on .box2a .cn4 .default {
  opacity: 0;
}
.index-company .container .box .box2.on .box2a .cn4 .onhover {
  opacity: 1;
}
.index-company .container .box .box2.on .box2b {
  color: rgba(255, 255, 255, 0.7);
}
.index-product {
  width: 100%;
  padding-bottom: 2.05rem;
  background-color: #000;
}
.index-product .container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .index-product .container {
    flex-direction: column-reverse;
  }
}
.index-product .container .left {
  padding-top: 2.05rem;
  min-height: 100vh;
  width: 38.0952381%;
}
@media (max-width: 991px) {
  .index-product .container .left {
    width: 100%;
  }
}
.index-product .container .left .leftbox1 {
  padding-top: 0.55rem;
  cursor: pointer;
}
@media (max-width: 991px) {
  .index-product .container .left .leftbox1 {
    padding-top: 1rem;
  }
}
.index-product .container .left .leftbox1 .cn1 {
  color: #fff;
  line-height: 1.15625em;
  opacity: 0.2;
  transition: all 0.5s;
}
.index-product .container .left .leftbox1 .cn2 {
  margin: 0.1rem 0 0.55rem;
  color: #fff;
  line-height: 1.55555556em;
  opacity: 0.2;
  transition: all 0.5s;
}
@media (max-width: 991px) {
  .index-product .container .left .leftbox1 .cn2 {
    margin: 0.1rem 0 1rem;
  }
}
.index-product .container .left .leftbox1 .line {
  width: 100%;
  height: 1px;
  background-color: #222;
  position: relative;
}
.index-product .container .left .leftbox1 .line::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 1px;
  background-color: #c81014;
  transition: all 0.5s;
}
.index-product .container .left .leftbox1.on .cn1 {
  opacity: 1;
}
.index-product .container .left .leftbox1.on .cn2 {
  opacity: 1;
}
.index-product .container .left .leftbox1.on .line::before {
  width: 100%;
}
.index-product .container .right {
  top: 0;
  right: 0;
  position: sticky;
  padding-top: 2.4rem;
  width: 35.11904762%;
}
@media (max-width: 991px) {
  .index-product .container .right {
    padding-top: 1rem;
    width: 100%;
    background-color: #000;
  }
}
.index-product .container .right .img {
  width: 100%;
}
@media (max-width: 991px) {
  .index-product .container .right .img {
    width: 50%;
    margin: 0 auto;
  }
}
.index-product .container .right .img::before {
  padding-top: 85.71428571%;
}
.index-product .container .right .img .img1 {
  transition: all 0.5s;
  opacity: 0;
}
.index-product .container .right .img .img1.on {
  opacity: 1;
}
.index-presence {
  background-color: #000;
  padding-top: 0.7rem;
}
.index-presence .container .cn1 {
  text-align: center;
  line-height: 1.41666667em;
  color: #c81014;
}
.index-presence .container .cn2 {
  color: #Fff;
  line-height: 1.27777778em;
  text-align: center;
  margin-top: 0.25rem;
}
.index-presence .cn3 {
  width: 100%;
  position: relative;
}
.index-presence .cn3 img {
  width: 100%;
}
.index-presence .cn3 .cn4 {
  position: absolute;
  left: 0;
  top: 0;
  backdrop-filter: blur(5px);
  min-width: 8.38135149%;
  line-height: 0.8rem;
  border: 1px solid rgba(242, 242, 242, 0.4);
  z-index: 2;
  text-align: center;
  background-color: rgba(136, 136, 136, 0.4);
  border-radius: 0.4rem;
  color: #fff;
  padding: 0 1.78103719%;
  transition: all 0.5s;
  animation: donghua 2s linear infinite;
  will-change: opacity;
}
@media (max-width: 991px) {
  .index-presence .cn3 .cn4 {
    line-height: 0.6rem;
    border-radius: 0.3rem;
    font-size: 0.24rem;
  }
}
.index-presence .cn3 .cn4:hover {
  border: 1px solid #c81014;
  background-color: #c81014;
}
.index-presence .cn3 .cn4.dian1 {
  left: 24%;
  top: 25%;
  animation: donghua 1.8s ease-in-out infinite;
}
@media (max-width: 767px) {
  .index-presence .cn3 .cn4.dian1 {
    left: 20%;
  }
}
.index-presence .cn3 .cn4.dian2 {
  left: 37%;
  top: 18%;
  animation: donghua2 2.2s ease-in-out infinite;
}
@media (max-width: 767px) {
  .index-presence .cn3 .cn4.dian2 {
    top: 15%;
  }
}
.index-presence .cn3 .cn4.dian3 {
  left: 63%;
  top: 23%;
  animation: donghua 2.4s ease-in-out infinite;
}
.index-presence .cn3 .cn4.dian4 {
  left: 44%;
  top: 40%;
  animation: donghua2 2.1s ease-in-out infinite;
}
@keyframes donghua {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(0.1rem);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes donghua2 {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(0.1rem);
  }
  100% {
    transform: translateY(0);
  }
}
.index-contact {
  padding-top: 1.65rem;
  background-color: #000;
}
.index-contact .container {
  border-radius: 0.1rem;
  display: flex;
  justify-content: space-between;
  padding: 0.7rem 4%;
  position: relative;
  overflow: hidden;
  flex-wrap: wrap;
}
.index-contact .container .bgimg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.index-contact .container .bgimg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index-contact .container .box1 {
  position: relative;
  width: 29.46954813%;
}
@media (max-width: 991px) {
  .index-contact .container .box1 {
    width: 100%;
  }
}
.index-contact .container .box1 .cn1 {
  display: flex;
  align-items: center;
  color: #Fff;
  line-height: 1.27777778em;
}
.index-contact .container .box1 .cn1 img {
  margin-left: 0.35rem;
  width: 0.1rem;
}
.index-contact .container .box1 .cn2 {
  margin-top: 0.3rem;
  line-height: 1.625em;
  color: rgba(255, 255, 255, 0.5);
}
.index-contact .container .box2 {
  position: relative;
  width: 29.46954813%;
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .index-contact .container .box2 {
    width: 50%;
    padding-right: 0.5rem;
    margin-top: 0.5rem;
  }
}
@media (max-width: 767px) {
  .index-contact .container .box2 {
    width: 100%;
    padding-right: 0;
  }
}
.index-contact .container .box2 .box2a {
  flex-shrink: 0;
  margin-right: 0.3rem;
}
.index-contact .container .box2 .box2a .cn3 {
  width: 0.6rem;
  height: 0.6rem;
  background-color: #c81014;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .index-contact .container .box2 .box2a .cn3 {
    width: 0.8rem;
    height: 0.8rem;
  }
}
.index-contact .container .box2 .box2a .cn3 img {
  width: auto;
  max-height: 0.2rem;
}
@media (max-width: 991px) {
  .index-contact .container .box2 .box2a .cn3 img {
    max-height: 50%;
  }
}
.index-contact .container .box2 .box2b .cn4 .cn4a {
  display: block;
  color: rgba(255, 255, 255, 0.5);
  line-height: 1.33333333em;
}
.index-contact .container .box2 .box2b .cn4 .cn4b {
  display: block;
  color: rgba(255, 255, 255, 0.75);
  line-height: 1.45454545em;
  word-break: break-all;
}
.footer {
  padding: 0.3rem 0;
  background-color: #000;
}
.footer .container .box1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.footer .container .box1 .logo {
  padding: 0.3rem 0;
}
@media (max-width: 767px) {
  .footer .container .box1 .logo {
    width: 100%;
    text-align: center;
  }
}
.footer .container .box1 .logo img {
  width: 1.4rem;
}
@media (max-width: 991px) {
  .footer .container .box1 .logo img {
    width: 1.6rem;
  }
}
.footer .container .box1 .logo svg {
  width: 1.4rem;
}
@media (max-width: 991px) {
  .footer .container .box1 .logo svg {
    width: 1.6rem;
  }
}
.footer .container .box1 .cn1 {
  padding: 0.3rem 0;
  color: rgba(255, 255, 255, 0.25);
}
@media (max-width: 767px) {
  .footer .container .box1 .cn1 {
    width: 100%;
    text-align: center;
  }
}
.public-btn {
  width: 0.6rem;
  height: 0.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #c81014;
  border-radius: 50%;
  transition: all 0.5s;
}
@media (max-width: 991px) {
  .public-btn {
    width: 0.76rem;
    height: 0.76rem;
  }
}
.public-btn img {
  width: 28.33333333%;
}
@media (max-width: 991px) {
  .public-btn img {
    width: 33%;
  }
}
.public-btn svg {
  width: 28.33333333%;
  height: auto;
}
@media (max-width: 991px) {
  .public-btn svg {
    width: 33%;
  }
}
.public-btn svg path {
  fill: #c81014;
  opacity: 1;
  stroke: none;
  transition: all 0.5s;
}
.public-btn:hover {
  background-color: #c81014;
}
.public-btn:hover svg path {
  fill: #Fff;
}
.index-contact .container .box2:last-child .box2b .cn4 .cn4b {
  word-break: keep-all;
}
