@charset "utf-8";
:root {
  --color: #34657f;
  --vh: 100vh;
}
/*字体*/
/* @font-face {
	font-family: "Fontke";
	src: url("Fontke.woff2") format("woff2"),
		 url("Fontke.woff") format("woff"),
		 url("Fontke.ttf") format("truetype"),
		 url("Fontke.eot") format("embedded-opentype"),
		 url("Fontke.svg") format("svg"),
		 url("Fontke.otf") format("opentype");
} */
@font-face {
  font-family: "font1";
  src: url("../fonts/GoogleSansFlex-VariableFont_GRAD\,ROND\,opsz\,slnt\,wdth\,wght.ttf") format("truetype");
}
.font1 {
  font-family: "font1";
}
* {
  padding: 0;
  margin: 0;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
* ::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 5px;
  /*高宽分别对应横竖滚动条的尺寸*/
  height: 2px;
}
@media (max-width: 767px) {
  * ::-webkit-scrollbar {
    width: 3px;
  }
}
* ::-webkit-scrollbar-thumb {
  /*滚动条-滑块*/
  border-radius: 3px;
  background: var(--color);
}
* ::-webkit-scrollbar-track {
  /*滚动条-背景*/
  border-radius: 3px;
  background: #ededed;
}
html {
  font-size: calc(100vw/19.2);
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (min-width: 1901px) {
  html {
    font-size: 100px;
  }
}
@media (max-width: 1580px) {
  html {
    font-size: 66px;
  }
}
@media (max-width: 767px) {
  html {
    font-size: 50px;
  }
}
body {
  min-height: 100%;
  font-family: "font1", 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  font-size: 16px;
  line-height: 1.5;
  color: #333;
  background: #fff;
  transition: all 0.4s;
}
@media (max-width: 1580px) {
  body {
    font-size: 14px;
  }
}
img {
  max-width: 100%;
  border: 0;
  vertical-align: top;
}
video,
video:focus {
  display: block;
  font-size: 0;
  border: 0;
  outline: none;
}
li {
  list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: inherit;
  font-style: inherit;
  font-size: inherit;
  font-weight: normal;
}
a {
  color: inherit;
}
a,
a:hover,
a:focus {
  text-decoration: none;
}
input,
button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
}
button {
  cursor: pointer;
}
input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  appearance: button;
  cursor: pointer;
}
textarea {
  resize: none;
  overflow: auto;
}
input,
button,
textarea,
select {
  border: 0;
  font-family: inherit;
  font-style: inherit;
  font-size: inherit;
  font-weight: normal;
  color: inherit;
  background: transparent;
}
select {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  white-space: nowrap;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
select::-ms-expand {
  display: none;
}
table {
  border-collapse: collapse;
}
svg path,
svg circle {
  fill: currentColor !important;
  opacity: 1 !important;
}
picture,
section,
main {
  display: block;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.clear {
  zoom: 1;
}
.clear:after {
  content: '';
  display: block;
  clear: both;
}
.bg-color1 {
  background-color: #fff;
}
.ptb100 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (max-width: 767px) {
  .ptb100 {
    padding-top: 1.2rem;
    padding-bottom: 1.2em;
  }
}
.pt100 {
  padding-top: 1rem;
}
@media (max-width: 767px) {
  .pt100 {
    padding-top: 1.2rem;
  }
}
.pb100 {
  padding-bottom: 1rem;
}
@media (max-width: 767px) {
  .pb100 {
    padding-bottom: 1.2rem;
  }
}
.font12 {
  font-size: 12px;
}
.font14 {
  font-size: 14px;
}
.font16 {
  font-size: 16px;
}
.font18 {
  font-size: 18px;
}
.font20 {
  font-size: 20px;
}
.font22 {
  font-size: 22px;
}
.font24 {
  font-size: 24px;
}
.font26 {
  font-size: 26px;
}
.font28 {
  font-size: 28px;
}
.font30 {
  font-size: 30px;
}
.font32 {
  font-size: 32px;
}
.font34 {
  font-size: 34px;
}
.font36 {
  font-size: 36px;
}
.font38 {
  font-size: 38px;
}
.font40 {
  font-size: 40px;
}
.font42 {
  font-size: 42px;
}
.font44 {
  font-size: 44px;
}
.font46 {
  font-size: 46px;
}
.font48 {
  font-size: 48px;
}
.font50 {
  font-size: 50px;
}
.font52 {
  font-size: 52px;
}
.font54 {
  font-size: 54px;
}
.font56 {
  font-size: 56px;
}
.font58 {
  font-size: 58px;
}
.font60 {
  font-size: 60px;
}
.font62 {
  font-size: 62px;
}
.font64 {
  font-size: 64px;
}
.font70 {
  font-size: 70px;
}
.font72 {
  font-size: 72px;
}
.font80 {
  font-size: 80px;
}
@media (max-width: 1600px) {
  .font16 {
    font-size: 14px;
  }
  .font18 {
    font-size: 16px;
  }
  .font20 {
    font-size: 18px;
  }
  .font22 {
    font-size: 20px;
  }
  .font24 {
    font-size: 22px;
  }
  .font26 {
    font-size: 24px;
  }
  .font28 {
    font-size: 26px;
  }
  .font30 {
    font-size: 28px;
  }
  .font32 {
    font-size: 30px;
  }
  .font34 {
    font-size: 32px;
  }
  .font36 {
    font-size: 34px;
  }
  .font38 {
    font-size: 36px;
  }
  .font40 {
    font-size: 38px;
  }
  .font42,
  .font44 {
    font-size: 40px;
  }
  .font46 {
    font-size: 42px;
  }
  .font48 {
    font-size: 44px;
  }
  .font50 {
    font-size: 46px;
  }
  .font52 {
    font-size: 48px;
  }
  .font54 {
    font-size: 48px;
  }
  .font56,
  .font58 {
    font-size: 48px;
  }
  .font60,
  .font62,
  .font64,
  .font70,
  .font72,
  .font80 {
    font-size: 48px;
  }
}
@media (max-width: 1260px) {
  .font16 {
    font-size: 14px;
  }
  .font18 {
    font-size: 14px;
  }
  .font20 {
    font-size: 16px;
  }
  .font22 {
    font-size: 18px;
  }
  .font24 {
    font-size: 20px;
  }
  .font26 {
    font-size: 22px;
  }
  .font28 {
    font-size: 24px;
  }
  .font30 {
    font-size: 26px;
  }
  .font32 {
    font-size: 28px;
  }
  .font34,
  .font36,
  .font38,
  .font40 {
    font-size: 28px;
  }
  .font42,
  .font44 {
    font-size: 32px;
  }
  .font46 {
    font-size: 32px;
  }
  .font48,
  .font50 {
    font-size: 32px;
  }
  .font52,
  .font54,
  .font56,
  .font58,
  .font60,
  .font62,
  .font64,
  .font70,
  .font72,
  .font80 {
    font-size: 34px;
  }
}
@media (max-width: 991px) {
  .font16,
  .font18 {
    font-size: 0.24rem;
  }
  .font20 {
    font-size: 0.26rem;
  }
  .font22,
  .font24,
  .font26,
  .font27 {
    font-size: 0.28rem;
  }
  .font28,
  .font30,
  .font32 {
    font-size: 0.3rem;
  }
  .font34,
  .font36,
  .font38 {
    font-size: 0.32rem;
  }
  .font40,
  .font42,
  .font44,
  .font46,
  .font48,
  .font50 {
    font-size: 0.4rem;
  }
  .font52,
  .font54,
  .font56,
  .font58,
  .font60,
  .font62,
  .font64,
  .font70,
  .font72,
  .font80 {
    font-size: 0.48rem;
  }
}
@media (max-width: 767px) {
  .font18 {
    font-size: 14px;
  }
  .font20 {
    font-size: 16px;
  }
  .font22,
  .font24,
  .font26,
  .font27 {
    font-size: 18px;
  }
  .font28,
  .font30,
  .font32 {
    font-size: 18px;
  }
  .font34,
  .font36,
  .font38 {
    font-size: 22px;
  }
  .font40,
  .font42,
  .font44,
  .font46,
  .font48,
  .font50 {
    font-size: 22px;
  }
}
@media (max-width: 991px) {
  .pc {
    display: none;
  }
}
.mb {
  display: none;
}
@media (max-width: 991px) {
  .mb {
    display: block;
  }
}
.container {
  margin: 0 auto;
  width: 83.3%;
  max-width: 1600px;
}
@media (max-width: 1025px) {
  .container {
    width: 90%;
  }
}
.public-btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.public-btn a,
.public-btn .a {
  min-width: 1.7rem;
  height: 0.54rem;
  border-radius: 0.27rem;
  background: #34657f;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  transition: all 0.4s;
  position: relative;
  z-index: 1;
  overflow: hidden;
  cursor: pointer;
  padding: 0 0.15rem 0 0.2rem;
}
@media (max-width: 1260px) {
  .public-btn a,
  .public-btn .a {
    height: 36px;
    border-radius: 18px;
  }
}
.public-btn a span,
.public-btn .a span {
  line-height: calc(24/16);
  display: block;
  transition: all 0.4s;
}
.public-btn a i,
.public-btn .a i {
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 2;
  flex-shrink: 0;
  overflow: hidden;
}
.public-btn a i svg,
.public-btn .a i svg {
  width: 10px;
  height: auto;
  object-fit: contain;
}
.public-btn a:hover i svg,
.public-btn .a:hover i svg {
  animation: arrowRun 5s infinite;
}
.public-btn.on a,
.public-btn.on .a {
  border: none;
}
.public-btn.on a::before,
.public-btn.on .a::before {
  opacity: 1;
}
.public-btn.pub-yello a,
.public-btn.pub-yello .a {
  color: #fff;
  background: #ff9e1b;
}
.public-btn.pub-black a,
.public-btn.pub-black .a {
  border: 1px solid #e6e6e6;
  color: #000;
}
.public-btn.pub-black a:hover,
.public-btn.pub-black .a:hover {
  background: #000;
  color: #fff;
}
.public-img {
  display: block;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.public-img::before {
  content: "";
  display: block;
  position: relative;
  z-index: 0;
  padding-top: 100%;
}
.public-img > img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.8s;
}
.public-content {
  color: #666;
  line-height: 1.8;
}
.public-content h1,
.public-content h2,
.public-content h3,
.public-content h4,
.public-content h5,
.public-content h6 {
  font-size: 1.5em;
  font-weight: bold;
  color: #000;
}
.public-content h1 {
  font-size: 2em;
}
.public-content h3 {
  font-size: 1.2em;
}
.public-content h4 {
  font-size: 1em;
}
.public-content h5 {
  font-size: 0.8em;
}
.public-content h6 {
  font-size: 0.7em;
}
.public-content a {
  color: #666;
}
.public-content table {
  max-width: 100%;
}
.public-content table td,
.public-content table th {
  padding: 10px 15px;
  border: 1px solid #dbf1ed;
}
.public-content li {
  margin-left: 15px;
  list-style: disc;
}
.public-content ol {
  margin-left: 15px;
  list-style: decimal;
}
.public-content img,
.public-content video {
  max-width: 100%;
  height: auto !important;
}
@keyframes width100 {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@keyframes width0 {
  0% {
    width: 100%;
  }
  100% {
    width: 0%;
  }
}
@keyframes arrow {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(250%);
  }
  51% {
    transform: translateX(-250%);
  }
  100% {
    transform: translateX(0);
  }
}
/* 占位标签，设置导航样式 */
#c-placeholder {
  height: 100px;
  transition: all 0.4s;
}
.lodings {
  overflow: hidden;
}
.lodings .loding .box .logo {
  opacity: 0;
}
.lodings .header {
  top: -1rem;
}
.loding {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  background: #fff;
  display: none;
}
.loding .box {
  width: 90%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.loding .box .txt {
  line-height: calc(65/52);
  text-align: center;
  color: #000;
  font-weight: 600;
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .loding .box .txt {
    font-size: 0.34rem;
  }
}
.loding .box .txt .tb {
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 1;
}
.loding .box .txt .tb .ts {
  position: relative;
  z-index: 1;
  display: flex;
  overflow: hidden;
}
.loding .box .txt .tb .ts span {
  display: flex;
  flex-shrink: 0;
}
.loding .box .txt .tb .ts:nth-child(1) {
  opacity: 0;
}
.loding .box .txt .tb .ts:nth-child(2) {
  width: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  transition: all linear 1s;
}
.loding .box .logo {
  margin: 0.35rem auto 0;
  display: flex;
  justify-content: center;
  transition: all 0.4s;
}
.cursor {
  display: inline-block;
  width: 2px;
  height: 0.52rem;
  background-color: #333;
  margin-left: 2px;
  animation: blink 0.7s infinite;
}
@keyframes blink {
  0%,
  100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}
.header {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 0.4s;
  pointer-events: none;
}
.header .box {
  width: 340px;
  height: auto;
  border-radius: 0.12rem;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 4px 4.6px 0 rgba(0, 0, 0, 0.05);
  backdrop-filter: blur(12px);
  position: absolute;
  top: 0.22rem;
  left: 50%;
  transform: translateX(-50%);
  padding: 0 0.2rem;
  transition: all 0.4s;
  pointer-events: all;
}
@media (max-width: 767px) {
  .header .box {
    width: calc(100% - 16px);
  }
}
.header .box .top {
  width: 100%;
  height: 54px;
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
}
.header .box .top .logo {
  width: 160px;
  height: auto;
  display: flex;
  align-items: center;
}
.header .box .top .logo a {
  width: 100%;
  display: flex;
  align-items: center;
  color: #000;
}
.header .box .top .logo a img,
.header .box .top .logo a svg {
  width: 100%;
}
.header .box .top .menu {
  width: 20px;
  height: 40px;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}
.header .box .top .menu span {
  width: 100%;
  height: 2px;
  display: block;
  background: #000;
  margin: 3px 0;
  transition: all 0.4s;
  transform-origin: center center;
}
.header .box .s-menu {
  width: 100%;
  display: none;
  padding: 0 0 0.22rem;
}
.header .box .s-menu .center {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-top: 0.33rem;
}
@media (max-width: 767px) {
  .header .box .s-menu .center {
    margin-top: 0.6rem;
  }
}
@media (max-width: 767px) {
  .header .box .s-menu .center .menu {
    width: 100%;
  }
}
.header .box .s-menu .center .menu ul li {
  display: flex;
}
@media (max-width: 767px) {
  .header .box .s-menu .center .menu ul li {
    margin-bottom: 0.2rem;
  }
  .header .box .s-menu .center .menu ul li:last-child {
    margin-bottom: 0;
  }
}
.header .box .s-menu .center .menu ul li a {
  font-weight: 400;
  line-height: calc(30/18);
  color: #000;
  transition: all 0.4s;
}
.header .box .s-menu .center .menu ul li a:hover {
  color: #666;
}
.header .box .s-menu .center .public-img {
  width: calc(382/920*100%);
  border-radius: 6px;
}
@media (max-width: 767px) {
  .header .box .s-menu .center .public-img {
    display: none;
  }
}
.header .box .s-menu .center .public-img video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.header .box .s-menu .center .public-img::before {
  padding-top: calc(215/382*100%);
}
.header .box .s-menu .center .public-img .play {
  height: 26px;
  border-radius: 13px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  display: flex;
  align-items: center;
  cursor: pointer;
  background: rgba(30, 30, 30, 0.3);
  backdrop-filter: blur(12px);
  padding: 3px 7px 3px 3px;
  transition: all 0.4s;
}
.header .box .s-menu .center .public-img .play i {
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(18px);
  margin-right: 5px;
  transition: all 0.4s;
}
.header .box .s-menu .center .public-img .play i svg {
  width: 6px;
  color: #fff;
}
.header .box .s-menu .center .public-img .play span {
  color: #fff;
  font-size: 10px;
  transition: all 0.4s;
}
.header .box .s-menu .center .public-img .play:hover {
  background: rgba(255, 255, 255, 0.7);
}
.header .box .s-menu .center .public-img .play:hover i {
  background: #000000;
}
.header .box .s-menu .center .public-img .play:hover span {
  color: #000;
}
.header .box .s-menu .down {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 0.33rem;
}
@media (max-width: 767px) {
  .header .box .s-menu .down {
    flex-wrap: wrap;
  }
}
.header .box .s-menu .down .lang {
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .header .box .s-menu .down .lang {
    margin-top: 0.3rem;
    z-index: 2;
  }
}
.header .box .s-menu .down .lang .la {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.header .box .s-menu .down .lang .la i {
  width: 16px;
  height: 16px;
  display: flex;
  align-items: center;
  color: transparent;
}
.header .box .s-menu .down .lang .la i img,
.header .box .s-menu .down .lang .la i svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.header .box .s-menu .down .lang .la i img circle,
.header .box .s-menu .down .lang .la i svg circle,
.header .box .s-menu .down .lang .la i img ellipse,
.header .box .s-menu .down .lang .la i svg ellipse,
.header .box .s-menu .down .lang .la i img path,
.header .box .s-menu .down .lang .la i svg path {
  stroke: #000;
}
.header .box .s-menu .down .lang .la span {
  color: #000;
  font-size: 14px;
  line-height: 16px;
  margin: 0 4px;
}
.header .box .s-menu .down .lang .la .arrows {
  width: 8px;
  height: 8px;
  display: flex;
  align-items: center;
  color: #000;
}
.header .box .s-menu .down .lang .la .arrows img,
.header .box .s-menu .down .lang .la .arrows svg {
  width: 100%;
}
.header .box .s-menu .down .lang .la .arrows img path,
.header .box .s-menu .down .lang .la .arrows svg path {
  stroke: white;
}
.header .box .s-menu .down .lang .langs {
  padding-bottom: 0.1rem;
  position: absolute;
  bottom: 100%;
  left: 0;
  display: none;
}
.header .box .s-menu .down .lang .langs .ls {
  min-width: 72px;
  z-index: 2;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 4px 4.6px 0 rgba(0, 0, 0, 0.05);
  backdrop-filter: blur(12px);
  padding: 0.1rem 0.12rem;
}
.header .box .s-menu .down .lang .langs .ls a {
  display: block;
  color: #666;
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 0.1rem;
  transition: all 0.4s;
}
.header .box .s-menu .down .lang .langs .ls a:last-child {
  margin-bottom: 0;
}
.header .box .s-menu .down .lang .langs .ls a:hover {
  color: #000;
}
.header .box .s-menu .down .lang:hover .langs {
  display: block;
}
.header .box .s-menu .down .txt {
  color: #666;
  font-size: 12px;
  font-weight: 300;
  line-height: 16px;
}
@media (max-width: 767px) {
  .header .box .s-menu .down .txt {
    width: 100%;
    order: -1;
    margin-top: 0.5rem;
  }
}
.header.header2 .box {
  border-radius: 9px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  background: rgba(33, 33, 33, 0.5);
  backdrop-filter: blur(15px);
}
.header.header2 .box .top .logo a {
  color: #fff;
}
.header.header2 .box .top .menu span {
  background: #fff;
}
.header.header2 .box .s-menu .center .menu ul li a {
  color: #fff;
}
.header.header2 .box .s-menu .center .menu ul li a:hover {
  color: #999;
}
.header.header2 .box .s-menu .down .lang .la i {
  color: transparent;
}
.header.header2 .box .s-menu .down .lang .la i svg circle,
.header.header2 .box .s-menu .down .lang .la i svg ellipse,
.header.header2 .box .s-menu .down .lang .la i svg path {
  stroke: #fff;
}
.header.header2 .box .s-menu .down .lang .la span {
  color: #fff;
}
.header.header2 .box .s-menu .down .lang .la .arrows {
  color: #fff;
}
.header.header2 .box .s-menu .down .txt {
  color: rgba(255, 255, 255, 0.9);
}
.header.c-head-move {
  top: -1rem;
}
@media (max-width: 991px) {
  .header.c-head-move {
    top: -80px;
  }
}
.header.head-open {
  background: rgba(0, 0, 0, 0.5);
}
.header.head-open .box {
  width: 960px;
  max-width: calc(100% - 16px);
}
.header.head-open .box .top .menu span:nth-child(1) {
  transform: translateY(4px) rotateZ(45deg);
}
.header.head-open .box .top .menu span:nth-child(2) {
  transform: translateY(-4px) rotateZ(-45deg);
}
.header.head-open .box .s-menu {
  display: block;
}
.banner {
  width: 100%;
  height: 100vh;
  position: relative;
  z-index: 1;
  padding: 8px;
}
.banner .img {
  width: 100%;
  height: 100%;
  border-radius: 0.2rem;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.banner .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner .img video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
}
.banner .img::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
  background: rgba(0, 0, 0, 0.2);
}
.banner .container {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.banner .container .title {
  text-align: center;
  color: #fff;
  line-height: calc(65/52);
  font-weight: 600;
}
.index-box1 {
  padding: 0 8px;
}
@media (max-width: 991px) {
  .index-box1 {
    padding: 1rem 8px 0;
  }
}
.index-box1 .box {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.index-box1 .box .tbox {
  width: calc(766/1902*100%);
  padding: 0 0 0 0.52rem;
}
@media (max-width: 991px) {
  .index-box1 .box .tbox {
    width: 100%;
    padding: 0;
  }
}
.index-box1 .box .tbox .title {
  font-weight: 600;
  color: #1E1E1E;
  line-height: calc(65/52);
}
.index-box1 .box .tbox .txt1 {
  margin-top: 0.2rem;
  line-height: calc(24/18);
}
.index-box1 .box .tbox .txt1 p {
  color: #666;
}
.index-box1 .box .tbox .txt1 p .on {
  color: #0A0A0A;
}
.index-box1 .box .tbox .txt2 {
  margin-top: 0.4rem;
  line-height: calc(24/16);
}
.index-box1 .box .tbox .txt2 p {
  color: #666;
}
.index-box1 .box .tbox .txt2 p .on {
  color: #0A0A0A;
}
.index-box1 .box .public-img {
  width: calc(947/1902*100%);
  border-radius: 0.24rem;
}
@media (max-width: 991px) {
  .index-box1 .box .public-img {
    width: 100%;
    margin-top: 0.5rem;
  }
}
.index-box1 .box .public-img::before {
  padding-top: calc(603/947*100%);
}
.index-box1 .box .public-img .play {
  width: 0.75rem;
  height: 0.75rem;
  border-radius: 50%;
  cursor: pointer;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(30, 30, 30, 0.3);
  backdrop-filter: blur(12px);
  transition: all 0.4s;
}
.index-box1 .box .public-img .play i {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(18px);
  transition: all 0.4s;
  padding-left: 3px;
}
.index-box1 .box .public-img .play i svg {
  width: 20px;
  height: auto;
}
.index-box1 .box .public-img .play i svg path {
  fill: transparent !important;
}
.index-box1 .box .public-img .play:hover {
  background: rgba(255, 255, 255, 0.7);
}
.index-box1 .box .public-img .play:hover i {
  background: #000000;
}
.index-box2 {
  width: 100%;
  padding: 8px;
}
.index-box2 .box {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.index-box2 .box .item {
  width: calc(50% - 4px);
  border-radius: 0.24rem;
  background: #F0F0F2;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.55rem 0.52rem 0.55rem 0.88rem;
}
@media (max-width: 991px) {
  .index-box2 .box .item {
    width: 100%;
    margin-bottom: 8px;
    padding: 0.5rem 0.3rem;
  }
  .index-box2 .box .item:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .index-box2 .box .item {
    flex-wrap: wrap;
    padding: 0.3rem;
  }
}
.index-box2 .box .item .tbox {
  width: calc(446/818*100%);
}
@media (max-width: 767px) {
  .index-box2 .box .item .tbox {
    width: 100%;
    margin-top: 0.3rem;
  }
}
.index-box2 .box .item .tbox .t1 {
  color: #666666;
  font-weight: 500;
  line-height: calc(44/24);
}
.index-box2 .box .item .tbox .t2 {
  font-weight: 600;
  line-height: calc(32/24);
  margin-top: 0.2rem;
}
.index-box2 .box .item .tbox .t2 p {
  color: #666;
}
.index-box2 .box .item .tbox .t2 p .on {
  color: #1E1E1E;
}
.index-box2 .box .item .icons {
  width: calc(200/818*100%);
}
@media (max-width: 767px) {
  .index-box2 .box .item .icons {
    order: -1;
  }
}
.index-box3 {
  width: 100%;
  padding: 0 8px;
}
.index-box3 .box {
  width: 100%;
  padding: 1rem 0.3rem 1.5rem;
  position: relative;
  z-index: 1;
}
@media (max-width: 1025px) {
  .index-box3 .box {
    height: auto;
    display: flex;
    justify-content: flex-end;
  }
}
@media (max-width: 991px) {
  .index-box3 .box {
    flex-wrap: wrap;
    padding: 0;
  }
}
.index-box3 .box .bg {
  width: 100%;
  height: 100%;
  border-radius: 0.24rem;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
@media (max-width: 991px) {
  .index-box3 .box .bg {
    height: auto;
    position: relative;
    top: initial;
    left: initial;
  }
}
.index-box3 .box .bg img,
.index-box3 .box .bg video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}
.index-box3 .box .tbox {
  width: calc(470/1902*100%);
  position: relative;
  z-index: 2;
  margin-left: auto;
  margin-right: 2.17rem;
}
@media (max-width: 1025px) {
  .index-box3 .box .tbox {
    width: 40%;
    right: initial;
    position: relative;
    z-index: 2;
    top: initial;
    margin-right: 0;
    transform: translateY(0);
  }
}
@media (max-width: 991px) {
  .index-box3 .box .tbox {
    width: 100%;
    padding: 0.5rem 0.3rem;
  }
}
.index-box3 .box .tbox .t1 {
  font-weight: 500;
  line-height: calc(30/24);
  color: #1E1E1E;
}
.index-box3 .box .tbox .tb {
  width: 100%;
  margin-top: 0.3rem;
}
.index-box3 .box .tbox .tb .txt {
  width: 100%;
  display: flex;
  align-items: baseline;
  color: #1E1E1E;
  line-height: calc(24/16);
  padding-bottom: 0.2rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  margin-bottom: 0.36rem;
}
.index-box3 .box .tbox .tb .txt:last-child {
  border-bottom: none;
  margin-bottom: 0;
}
.index-box3 .box .tbox .tb .txt .num {
  font-weight: 500;
  line-height: calc(65/52);
}
.index-box3 .box .tbox .tips {
  line-height: calc(18/14);
  font-weight: 300;
  color: #1E1E1E;
  margin-top: 0.56rem;
}
.index-box4 {
  width: 100%;
  padding: 8px;
  position: relative;
  z-index: 1;
}
.index-box4 .box1 {
  width: 100%;
  height: calc(912/970*100vh);
  position: relative;
  z-index: 2;
}
@media (max-width: 991px) {
  .index-box4 .box1 {
    height: 100vh;
  }
}
.index-box4 .box1 .tbox {
  width: 100%;
  padding: 0.5rem 0.52rem;
  position: relative;
  z-index: 2;
  background: #fff;
}
@media (max-width: 991px) {
  .index-box4 .box1 .tbox {
    padding: 0.5rem 0;
  }
}
.index-box4 .box1 .tbox .title {
  line-height: calc(65/52);
  font-weight: 600;
  color: #1E1E1E;
}
.index-box4 .box1 .tbox .more {
  display: flex;
  margin-top: 1.45rem;
}
.index-box4 .box1 .tbox .more a {
  display: flex;
  align-items: center;
}
.index-box4 .box1 .tbox .more a i {
  width: 0.36rem;
  height: 0.36rem;
  margin-right: 0.12rem;
  flex-shrink: 0;
}
.index-box4 .box1 .tbox .more a i img,
.index-box4 .box1 .tbox .more a i svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.index-box4 .box1 .tbox .more a span {
  line-height: calc(24/18);
  color: #000;
}
.index-box4 .box1 .img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: flex-end;
  background: linear-gradient(to bottom, #fff 46%, rgba(255, 255, 255, 0) 46%);
  overflow: hidden;
}
.index-box4 .box1 .img img {
  width: 100%;
}
@media (max-width: 991px) {
  .index-box4 .box1 .img img {
    height: 82%;
    object-position: left;
    object-fit: cover;
  }
}
.index-box4 .box2 {
  width: 100%;
  position: sticky;
  position: -webkit-sticky;
  top: 8px;
  margin-top: calc(-912/970*100vh);
  z-index: 1;
}
@media (max-width: 991px) {
  .index-box4 .box2 {
    margin-top: -100vh;
  }
}
.index-box4 .box2 .list {
  width: calc(100% + 8px);
  margin: 0 -4px;
  display: flex;
}
@media (max-width: 991px) {
  .index-box4 .box2 .list {
    width: 100%;
    margin: 0;
    flex-wrap: wrap;
  }
}
.index-box4 .box2 .list .item {
  width: calc(33.33% - 8px);
  height: calc(912/970*100vh);
  margin: 0 4px;
  flex: 1 1 auto;
  border-radius: 0.24rem;
  background: linear-gradient(114deg, #EDEDEE 35.31%, #F3F3F4 105.17%);
  position: relative;
  z-index: 1;
  transition: all 0.4s;
  overflow: hidden;
}
@media (max-width: 991px) {
  .index-box4 .box2 .list .item {
    width: 100%;
    height: calc(100vh - 16px);
    margin: 0 0 8px;
    display: flex;
    flex-wrap: wrap;
  }
  .index-box4 .box2 .list .item:last-child {
    margin-bottom: 0;
  }
}
.index-box4 .box2 .list .item .tbox {
  width: 100%;
  position: relative;
  z-index: 3;
  padding: 0.6rem 0.5rem;
}
@media (max-width: 991px) {
  .index-box4 .box2 .list .item .tbox {
    padding: 0.5rem 0.3rem;
  }
}
.index-box4 .box2 .list .item .tbox .t1 {
  width: 100%;
  height: 30px;
  display: flex;
  color: #000;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .index-box4 .box2 .list .item .tbox .t1 {
    height: 20px;
  }
}
.index-box4 .box2 .list .item .tbox .t1 img,
.index-box4 .box2 .list .item .tbox .t1 svg {
  width: auto;
  height: 100%;
}
.index-box4 .box2 .list .item .tbox .t1 .ib3 {
  fill: #000 !important;
  transition: all 0.4s;
}
.index-box4 .box2 .list .item .tbox .t1 .ib4 {
  fill: #8DC21F !important;
}
.index-box4 .box2 .list .item .tbox .t2 {
  width: 282px;
  max-width: 100%;
  font-weight: 500;
  color: #000;
  line-height: calc(20/16);
  margin-top: 0.2rem;
  transition: all 0.4s;
}
.index-box4 .box2 .list .item .tbox .t3 {
  width: 300px;
  max-width: 100%;
  display: grid;
  grid-template-rows: 0fr;
  transition: all 0.4s;
}
.index-box4 .box2 .list .item .tbox .t3 .ts {
  overflow: hidden;
  color: #FFF;
  font-size: 16px;
  font-weight: 500;
}
.index-box4 .box2 .list .item .tbox .more {
  display: flex;
  margin-top: 0.32rem;
  transition: all 0.4s;
}
.index-box4 .box2 .list .item .tbox .more a {
  padding: 0 0.15rem;
  height: 40px;
  border: 1px solid #000;
  border-radius: 20px;
  color: #000;
  transition: all 0.4s;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .index-box4 .box2 .list .item .tbox .more a {
    height: 37px;
  }
}
.index-box4 .box2 .list .item .tbox .more a:hover {
  background: #000;
  color: #fff;
}
.index-box4 .box2 .list .item .img {
  width: 100%;
  height: calc(778/910*100%);
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: center;
}
@media (max-width: 991px) {
  .index-box4 .box2 .list .item .img {
    height: auto;
    position: relative;
  }
}
.index-box4 .box2 .list .item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index-box4 .box2 .list .item .bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  transition: all 0.4s;
  opacity: 0;
}
.index-box4 .box2 .list .item .bg img,
.index-box4 .box2 .list .item .bg video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index-box4 .box2 .list .item .bg::after {
  content: '';
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
@media (min-width: 992px) {
  .index-box4 .box2 .list .item:hover {
    width: calc(1200/1902*100%);
    flex-shrink: 0;
  }
  .index-box4 .box2 .list .item:hover .img {
    opacity: 0;
  }
  .index-box4 .box2 .list .item:hover .bg {
    opacity: 1;
  }
  .index-box4 .box2 .list .item:hover .tbox .t1 {
    color: #fff;
  }
  .index-box4 .box2 .list .item:hover .tbox .t1 .ib3 {
    fill: #fff !important;
  }
  .index-box4 .box2 .list .item:hover .tbox .t2 {
    color: #fff;
  }
  .index-box4 .box2 .list .item:hover .tbox .t3 {
    margin-top: 0.24rem;
    grid-template-rows: 1fr;
  }
  .index-box4 .box2 .list .item:hover .tbox .more {
    margin-top: 0.26rem;
  }
  .index-box4 .box2 .list .item:hover .tbox .more a {
    border: 1px solid #fff;
    color: #fff;
  }
  .index-box4 .box2 .list .item:hover .tbox .more a:hover {
    background: #fff;
    color: #000;
  }
}
.index-box4 .bd {
  width: 100%;
  height: 120vh;
  pointer-events: none;
}
.index-box5 {
  width: 100%;
  padding: 0 8px;
}
.index-box5 .box {
  width: 100%;
  background: #F0F0F0;
  border-radius: 0.24rem;
  padding: 0.6rem 0.5rem 2.3rem;
}
@media (max-width: 1580px) {
  .index-box5 .box {
    padding: 0.6rem 0.5rem 3rem;
  }
}
@media (max-width: 1260px) {
  .index-box5 .box {
    padding: 0.6rem 0.5rem 3rem;
  }
}
@media (max-width: 991px) {
  .index-box5 .box {
    padding: 0.6rem 0.3rem;
  }
}
.index-box5 .box .title {
  line-height: calc(65/52);
  color: #1E1E1E;
  font-weight: 600;
}
.index-box5 .box .boxs {
  width: 100%;
  margin-top: 1.58rem;
}
@media (max-width: 1580px) {
  .index-box5 .box .boxs {
    margin-top: 2.5rem;
  }
}
@media (max-width: 991px) {
  .index-box5 .box .boxs {
    margin-top: 0.8rem;
  }
}
.index-box5 .box .boxs .list {
  width: 100%;
  display: flex;
  justify-content: center;
}
.index-box5 .box .boxs .list ul {
  display: flex;
  flex-wrap: wrap;
}
.index-box5 .box .boxs .list ul li {
  width: 140px;
}
@media (max-width: 1260px) {
  .index-box5 .box .boxs .list ul li {
    width: 100px;
  }
}
.index-box5 .box .boxs .list ul li:nth-child(3) {
  margin-right: 5.07rem;
}
.index-box5 .box .boxs .list ul li .icons {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
@media (max-width: 1260px) {
  .index-box5 .box .boxs .list ul li .icons {
    width: 60px;
    height: 60px;
  }
}
.index-box5 .box .boxs .list ul li .icons img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index-box5 .box .boxs .list ul li .icons video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.index-box5 .box .boxs .list ul li .txt {
  width: 100%;
  text-align: center;
  line-height: calc(20/16);
  color: #1E1E1E;
  margin-top: 0.15rem;
  font-weight: 700;
}
.index-box5 .box .boxs .sbox {
  width: 543px;
  height: 543px;
  margin: 0.23rem auto 0;
  position: relative;
  z-index: 1;
}
@media (max-width: 1260px) {
  .index-box5 .box .boxs .sbox {
    width: 360px;
    height: 360px;
    margin: 1.5rem auto 0;
  }
}
.index-box5 .box .boxs .sbox .imgs {
  width: 100%;
  position: relative;
  z-index: 1;
}
.index-box5 .box .boxs .sbox .imgs img {
  transform-origin: center center;
  animation: quanRun1 15s linear infinite;
}
.index-box5 .box .boxs .sbox .box1 {
  width: 238px;
  height: 238px;
  position: absolute;
  top: 107px;
  z-index: 2;
}
@media (max-width: 1580px) {
  .index-box5 .box .boxs .sbox .box1 {
    top: 0.8rem;
  }
}
@media (max-width: 1260px) {
  .index-box5 .box .boxs .sbox .box1 {
    transform: scale(0.7);
    top: -0.5rem;
  }
}
.index-box5 .box .boxs .sbox .box1.b1 {
  right: calc(100% + 1.38rem);
}
@media (max-width: 1580px) {
  .index-box5 .box .boxs .sbox .box1.b1 {
    right: calc(100% + 0.8rem);
  }
}
.index-box5 .box .boxs .sbox .box1.b2 {
  left: calc(100% + 1.38rem);
}
@media (max-width: 1580px) {
  .index-box5 .box .boxs .sbox .box1.b2 {
    left: calc(100% + 0.8rem);
  }
}
.index-box5 .box .boxs .sbox .box1 .img1 {
  width: 145px;
  position: absolute;
  left: 48.5%;
  top: -11px;
  z-index: 1;
  transform-origin: 3px 130px;
  animation: quanRun1 5s linear infinite;
}
.index-box5 .box .boxs .sbox .box1 .img2 {
  width: 145px;
  position: absolute;
  right: 48.5%;
  top: 62px;
  z-index: 1;
  transform-origin: 141px 57px;
  animation: quanRun1 5s linear infinite;
}
.index-box5 .box .boxs .sbox .box1 .img2 img {
  transform: rotateZ(180deg);
}
.index-box5 .box .boxs .sbox .box1 .tb {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: linear-gradient(0deg, rgba(217, 217, 217, 0.25) 0%, rgba(217, 217, 217, 0.1) 100%);
  border: 1px solid rgba(186, 186, 186, 0.2);
  border-top: none;
  backdrop-filter: blur(4.9000001px);
  position: relative;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
}
.index-box5 .box .boxs .sbox .box1 .tb .t1 {
  width: 100%;
  text-align: center;
  line-height: calc(65/52);
  color: #1E1E1E;
}
.index-box5 .box .boxs .sbox .box1 .tb .t2 {
  width: 100%;
  color: #1E1E1E;
  line-height: 1.3;
  text-align: center;
}
.index-box5 .box .boxs .sbox .box1 .tb .t2 span {
  display: block;
  font-size: 12px;
}
.index-box5 .box .boxs .sbox .box2 {
  width: 400px;
  height: 400px;
  position: absolute;
  z-index: 3;
  margin: 0 auto;
}
@media (max-width: 1260px) {
  .index-box5 .box .boxs .sbox .box2 {
    width: 320px;
    height: 320px;
  }
}
.index-box5 .box .boxs .sbox .box2.b3 {
  top: -256px;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 1260px) {
  .index-box5 .box .boxs .sbox .box2.b3 {
    top: -280px;
  }
}
.index-box5 .box .boxs .sbox .box2.b3 .item .t1 {
  padding: 0 0.2rem;
}
.index-box5 .box .boxs .sbox .box2.b4 {
  top: 285px;
  right: 320px;
}
@media (max-width: 1260px) {
  .index-box5 .box .boxs .sbox .box2.b4 {
    top: 200px;
    right: 260px;
  }
}
.index-box5 .box .boxs .sbox .box2.b4 .item .t1 {
  padding: 0 0.25rem;
}
.index-box5 .box .boxs .sbox .box2.b4 .item .t2 {
  padding: 0 0.15rem;
}
.index-box5 .box .boxs .sbox .box2.b5 {
  top: 285px;
  left: 320px;
}
@media (max-width: 1260px) {
  .index-box5 .box .boxs .sbox .box2.b5 {
    top: 200px;
    left: 260px;
  }
}
.index-box5 .box .boxs .sbox .box2.b5 .item .t1 {
  font-size: 14px;
}
.index-box5 .box .boxs .sbox .box2.b5 .item .t2 {
  margin-top: 0.15rem;
}
.index-box5 .box .boxs .sbox .box2 .bg {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}
.index-box5 .box .boxs .sbox .box2 .bg img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform-origin: center center;
  animation: quanRun1 10s linear infinite;
}
.index-box5 .box .boxs .sbox .box2 .bg::after {
  content: '';
  width: calc(320/400*100%);
  height: calc(320/400*100%);
  background: #fff;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.index-box5 .box .boxs .sbox .box2 .item {
  width: calc(320/400*100%);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.index-box5 .box .boxs .sbox .box2 .item .icon1 {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}
@media (max-width: 1260px) {
  .index-box5 .box .boxs .sbox .box2 .item .icon1 {
    width: 32px;
    height: 32px;
  }
}
.index-box5 .box .boxs .sbox .box2 .item .t1 {
  width: 100%;
  padding: 0 0.1rem;
  margin: 5px auto 0;
  text-align: center;
  color: #1E1E1E;
  font-weight: 600;
  line-height: calc(20/16);
}
.index-box5 .box .boxs .sbox .box2 .item .t2 {
  width: 280px;
  max-width: 95%;
  margin: 5px auto 0;
  text-align: center;
  font-size: 10px;
  line-height: calc(14/10);
  color: #666;
  font-weight: 300;
}
.index-box5 .box .boxs .sbox .box2 .item .t3 {
  width: 100%;
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 1;
  margin-top: 15px;
  padding-bottom: 17px;
}
@media (max-width: 1260px) {
  .index-box5 .box .boxs .sbox .box2 .item .t3 {
    margin-top: 5px;
    transform: scale(0.8);
  }
}
.index-box5 .box .boxs .sbox .box2 .item .t3::before {
  content: '';
  width: 169px;
  height: 42px;
  border: 1px solid #D9D9D9;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
@media (max-width: 1260px) {
  .index-box5 .box .boxs .sbox .box2 .item .t3::before {
    width: 120px;
    height: 30px;
  }
}
.index-box5 .box .boxs .sbox .box2 .item .t3 .ts {
  position: relative;
  z-index: 2;
  width: 73px;
}
@media (max-width: 1260px) {
  .index-box5 .box .boxs .sbox .box2 .item .t3 .ts {
    width: 60px;
  }
}
.index-box5 .box .boxs .sbox .box2 .item .t3 .ts:nth-child(2) {
  transform: translateY(17px);
}
.index-box5 .box .boxs .sbox .box2 .item .t3 .ts .icon2 {
  width: 45px;
  height: 45px;
  margin: 0 auto;
  border-radius: 50%;
  border: 1px solid #D9D9D9;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1260px) {
  .index-box5 .box .boxs .sbox .box2 .item .t3 .ts .icon2 {
    width: 36px;
    height: 36px;
  }
}
.index-box5 .box .boxs .sbox .box2 .item .t3 .ts .ts1 {
  text-align: center;
  font-weight: 700;
  color: #1E1E1E;
  line-height: 1;
  font-size: 10px;
  margin-top: 4px;
}
.index-box5 .box .boxs .sbox .box2 .item .t4 {
  margin-top: 10px;
}
@media (max-width: 1260px) {
  .index-box5 .box .boxs .sbox .box2 .item .t4 {
    transform: scale(0.8);
    transform-origin: top;
  }
}
.index-box5 .box .boxs .sbox .box2 .item .t4 .ts1 {
  width: calc(211/320*100%);
  border-radius: 48.4px;
  padding: 6px 10px;
  background: #D9D9D9;
  text-align: center;
  font-size: 10px;
  line-height: 1;
  font-weight: 700;
  color: #1E1E1E;
  margin: 0 auto;
}
@media (max-width: 1260px) {
  .index-box5 .box .boxs .sbox .box2 .item .t4 .ts1 {
    width: 90%;
  }
}
.index-box5 .box .boxs .sbox .box2 .item .t4 .ts2 {
  width: calc(181/320*100%);
  border-radius: 48.4px;
  padding: 6px 10px;
  background: rgba(217, 217, 217, 0.6);
  text-align: center;
  font-size: 10px;
  line-height: 1;
  font-weight: 700;
  color: #1E1E1E;
  margin: 5px auto 0;
}
@media (max-width: 1260px) {
  .index-box5 .box .boxs .sbox .box2 .item .t4 .ts2 {
    width: 80%;
  }
}
.index-box5 .box .boxs .sbox .box2 .item .t4 .ts3 {
  width: calc(143/320*100%);
  border-radius: 48.4px;
  padding: 6px 10px;
  background: rgba(217, 217, 217, 0.34);
  text-align: center;
  font-size: 10px;
  line-height: 1;
  font-weight: 700;
  color: #1E1E1E;
  margin: 5px auto 0;
}
@media (max-width: 1260px) {
  .index-box5 .box .boxs .sbox .box2 .item .t4 .ts3 {
    width: 70%;
  }
}
.index-box5 .box .boxs .sbox .box2 .item .t5 {
  width: 100%;
  margin-top: 10px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  transform: scale(0.8);
  transform-origin: top;
}
.index-box5 .box .boxs .sbox .box2 .item .t5 .ts {
  width: 110px;
}
.index-box5 .box .boxs .sbox .box2 .item .t5 .ts:nth-child(1) {
  width: 100%;
  margin-bottom: 10px;
}
.index-box5 .box .boxs .sbox .box2 .item .t5 .ts:nth-child(1) .ts1 {
  font-size: 12px;
  margin-top: 0;
}
.index-box5 .box .boxs .sbox .box2 .item .t5 .ts .icon2 {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1px solid #D9D9D9;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.index-box5 .box .boxs .sbox .box2 .item .t5 .ts .icon2 img {
  height: auto;
}
@media (max-width: 1260px) {
  .index-box5 .box .boxs .sbox .box2 .item .t5 .ts .icon2 {
    width: 32px;
    height: 32px;
    flex-shrink: 0;
  }
  .index-box5 .box .boxs .sbox .box2 .item .t5 .ts .icon2 img {
    width: 60%;
    height: auto;
  }
}
.index-box5 .box .boxs .sbox .box2 .item .t5 .ts .ts1 {
  font-size: 10px;
  color: #1E1E1E;
  text-align: center;
  font-weight: 700;
  line-height: 1;
  margin-top: 3px;
}
.index-box5 .box .boxs .sbox .box3 {
  width: 240px;
  height: 240px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.index-box5 .box .boxs .sbox .box3 .bg {
  width: 100%;
  height: 100%;
}
.index-box5 .box .boxs .sbox .box3 .bg img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform-origin: center center;
  animation: quanRun2 10s linear infinite;
}
.index-box5 .box .boxs .sbox .box3 .item {
  width: 180px;
  height: 180px;
  background: #000;
  border-radius: 50%;
  padding: 30px 0.1rem 0;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.index-box5 .box .boxs .sbox .box3 .item .icon1 {
  width: 38px;
  height: 38px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.index-box5 .box .boxs .sbox .box3 .item .t1 {
  text-align: center;
  color: #fff;
  margin-top: 10px;
}
.index-box5 .box .boxs .sbox .box3 .item .t2 {
  font-weight: 300;
  color: #fff;
  text-align: center;
  margin-top: 10px;
  font-size: 12px;
  line-height: 16px;
}
@keyframes quanRun1 {
  0% {
    transform: rotateZ(0);
  }
  100% {
    transform: rotateZ(360deg);
  }
}
@keyframes quanRun2 {
  0% {
    transform: rotateZ(0);
  }
  100% {
    transform: rotateZ(-360deg);
  }
}
.index-box6 {
  width: 100%;
  padding: 8px 8px 0.5rem;
}
.index-box6 .box {
  width: 100%;
  padding: 0.55rem 0.5rem 0;
}
@media (max-width: 991px) {
  .index-box6 .box {
    padding: 1rem 0 0;
  }
}
.index-box6 .box .title {
  line-height: calc(65/52);
  font-weight: 600;
  color: #1E1E1E;
}
.index-box6 .box .list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 0.68rem;
}
@media (max-width: 991px) {
  .index-box6 .box .list {
    margin-top: 0.3rem;
  }
}
.index-box6 .box .list .item {
  width: calc(50% - 0.1rem);
  border-radius: 0.24rem;
  background: linear-gradient(180deg, #F0F0F0 0%, #EBEBEE 100%);
  padding: 0.25rem 0.25rem 0.22rem;
  margin-bottom: 0.2rem;
}
@media (max-width: 991px) {
  .index-box6 .box .list .item {
    width: 100%;
  }
}
.index-box6 .box .list .item .tb {
  width: 100%;
  position: relative;
  z-index: 1;
  padding: 0.2rem 0.15rem 0.85rem;
}
@media (max-width: 1025px) {
  .index-box6 .box .list .item .tb {
    padding: 0.2rem 0.15rem 0.4rem;
  }
}
.index-box6 .box .list .item .tb .t1 {
  height: 24px;
  display: flex;
}
.index-box6 .box .list .item .tb .t1 img,
.index-box6 .box .list .item .tb .t1 svg {
  height: 100%;
}
.index-box6 .box .list .item .tb .t2 {
  color: #000;
  font-weight: 500;
  margin-top: 1rem;
}
@media (max-width: 1025px) {
  .index-box6 .box .list .item .tb .t2 {
    margin-top: 0.4rem;
  }
}
.index-box6 .box .list .item .tb .t3 {
  line-height: calc(22/18);
  color: #202020;
  font-weight: 300;
  margin-top: 0.1rem;
}
.index-box6 .box .list .item .tb .img {
  width: calc(546/840*100%);
  max-width: 5.46rem;
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: -0.2rem;
}
@media (max-width: 991px) {
  .index-box6 .box .list .item .tb .img {
    width: 36%;
  }
}
@media (max-width: 767px) {
  .index-box6 .box .list .item .tb .img {
    width: 60%;
  }
}
.index-box6 .box .list .item .tb .img img {
  width: 100%;
  transition: all 0.6s;
}
.index-box6 .box .list .item .txt {
  width: 100%;
  background: #fff;
  border-radius: 0.15rem;
  padding: 0.4rem 0.5rem;
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  .index-box6 .box .list .item .txt {
    padding: 0.3rem;
  }
}
.index-box6 .box .list .item .txt span {
  color: #666;
  font-weight: 300;
  line-height: 1.75;
  position: relative;
  z-index: 1;
  display: block;
  padding-left: 0.2rem;
}
.index-box6 .box .list .item .txt span::before {
  content: '';
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #666;
  position: absolute;
  left: 0;
  top: calc(0.87em - 1px);
}
.index-box6 .box .list .item:hover .tb .img img {
  transform: scale(1.05);
}
.index-box6 .box .box2 {
  width: 100%;
  margin-top: 0.38rem;
}
.index-box6 .box .box2 .t1 {
  width: 100%;
  display: flex;
  justify-content: center;
}
.index-box6 .box .box2 .t1 span {
  position: relative;
  z-index: 1;
  font-weight: 500;
  color: #1E1E1E;
}
.index-box6 .box .box2 .t1 span::before {
  content: '';
  width: 0.47rem;
  height: 1px;
  background: rgba(0, 0, 0, 0.22);
  position: absolute;
  right: calc(100% + 0.22rem);
  top: 50%;
  z-index: 1;
}
.index-box6 .box .box2 .t1 span::after {
  content: '';
  width: 0.47rem;
  height: 1px;
  background: rgba(0, 0, 0, 0.22);
  position: absolute;
  left: calc(100% + 0.22rem);
  top: 50%;
  z-index: 1;
}
.index-box6 .box .box2 .list2 {
  width: calc(100% + 8px);
  margin: 0.5rem -4px 0;
  background: none;
  display: flex;
  justify-content: center;
}
.index-box6 .box .box2 .list2 ul {
  display: flex;
  flex-wrap: wrap;
}
.index-box6 .box .box2 .list2 ul li {
  width: 2.5rem;
  height: 1.2rem;
  background: #fff;
  border-radius: 7px;
  overflow: hidden;
  border: 1px solid #E5E5E7;
  margin: 0 4px 8px;
}
.index-box6 .box .box2 .list2 ul li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index-box7 {
  width: 100%;
  padding: 0 8px;
}
.index-box7 .box {
  width: 100%;
  background: #EBEBEB;
  border-radius: 0.2rem;
  padding: 1rem 0.5rem;
  position: relative;
  z-index: 1;
}
@media (max-width: 991px) {
  .index-box7 .box {
    padding: 1rem 0.3rem 0.3rem;
  }
}
.index-box7 .box .boxs {
  width: 100%;
  position: relative;
  z-index: 2;
}
.index-box7 .box .boxs .title {
  color: #1E1E1E;
  font-weight: 600;
  line-height: calc(65/52);
}
.index-box7 .box .boxs .list {
  width: 100%;
  margin-top: 0.9rem;
}
.index-box7 .box .boxs .list ul {
  width: calc(100% + 8px);
  margin: 0 -4px;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .index-box7 .box .boxs .list ul {
    width: 100%;
    margin: 0;
  }
}
.index-box7 .box .boxs .list ul li {
  width: calc(33.33% - 8px);
  margin: 0 4px;
}
@media (max-width: 991px) {
  .index-box7 .box .boxs .list ul li {
    width: 100%;
    margin: 0 0 8px;
  }
}
.index-box7 .box .boxs .list ul li .tb1 {
  width: 100%;
  min-height: 2.5rem;
  background: #fff;
  border-radius: 6px;
  padding: 0.8rem 0 0.48rem;
}
.index-box7 .box .boxs .list ul li .tb1 .t1 {
  width: 100%;
  display: flex;
  justify-content: center;
}
.index-box7 .box .boxs .list ul li .tb1 .t1 span {
  width: calc(400/595*100%);
  position: relative;
  z-index: 1;
  line-height: calc(30/24);
  color: #000;
  font-weight: 500;
  text-align: center;
}
.index-box7 .box .boxs .list ul li .tb1 .t1 span::before {
  content: '';
  width: 0.35rem;
  height: 0.86rem;
  position: absolute;
  right: calc(100% - 0.1rem);
  z-index: 1;
  top: -0.1rem;
  background: url(../images/index-box7-icon1.svg) center center no-repeat;
  background-size: contain;
}
@media (max-width: 767px) {
  .index-box7 .box .boxs .list ul li .tb1 .t1 span::before {
    top: 50%;
    transform: translateY(-50%);
  }
}
.index-box7 .box .boxs .list ul li .tb1 .t1 span::after {
  content: '';
  width: 0.35rem;
  height: 0.86rem;
  position: absolute;
  left: calc(100% - 0.1rem);
  z-index: 1;
  top: -0.1rem;
  background: url(../images/index-box7-icon1.svg) center center no-repeat;
  background-size: contain;
  transform: rotateY(180deg);
}
@media (max-width: 767px) {
  .index-box7 .box .boxs .list ul li .tb1 .t1 span::after {
    top: 50%;
    transform: translateY(-50%) rotateY(180deg);
  }
}
.index-box7 .box .boxs .list ul li .tb1 .t2 {
  width: 100%;
  margin-top: 0.15rem;
  display: flex;
  justify-content: center;
}
.index-box7 .box .boxs .list ul li .tb1 .t2 .td {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.index-box7 .box .boxs .list ul li .tb1 .t2 .td::before {
  content: '';
  width: 1.52rem;
  height: 1px;
  background: linear-gradient(to left, #000000, rgba(0, 0, 0, 0));
  opacity: 0.12;
  position: absolute;
  right: calc(100% + 4px);
  top: 50%;
  z-index: 1;
}
.index-box7 .box .boxs .list ul li .tb1 .t2 .td::after {
  content: '';
  width: 1.52rem;
  height: 1px;
  background: linear-gradient(to right, #000000, rgba(0, 0, 0, 0));
  opacity: 0.12;
  position: absolute;
  left: calc(100% + 4px);
  top: 50%;
  z-index: 1;
}
.index-box7 .box .boxs .list ul li .tb1 .t2 .td img {
  margin: 0 2px;
}
.index-box7 .box .boxs .list ul li .tb1 .t2 .td span {
  font-weight: 600;
  color: #D9D9D9;
  margin: 0 2px;
}
.index-box7 .box .boxs .list ul li .tb2 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 6px;
}
.index-box7 .box .boxs .list ul li .tb2 .ts {
  width: calc(50% - 4px);
  min-height: 2.5rem;
  background: #fff;
  border-radius: 8px;
  padding: 0.42rem 0.3rem 0.3rem;
  height: max-content;
}
.index-box7 .box .boxs .list ul li .tb2 .ts .icons {
  width: 100%;
  height: 1.06rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.index-box7 .box .boxs .list ul li .tb2 .ts .icons img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.index-box7 .box .boxs .list ul li .tb2 .ts .txt {
  width: 220px;
  max-width: 100%;
  font-size: 13px;
  color: #000;
  text-align: center;
  margin: 0.3rem auto 0;
}
.index-box7 .box .particle-box {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  overflow: hidden;
}
.index-box7 .box .particle-box canvas {
  width: 100%;
  height: 100%;
  display: block;
}
.index-box8 {
  width: 100%;
  padding: 8px;
  position: relative;
  z-index: 1;
}
@media (max-width: 991px) {
  .index-box8 {
    height: auto;
  }
}
.index-box8 .boxs {
  width: 100%;
  border: 1px solid #FFF;
  background: #EBEBEB;
  border-radius: 0.24rem;
  padding-top: 0.72rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-end;
}
.index-box8 .boxs .map {
  width: calc(1450/1902*100%);
  display: flex;
  justify-content: center;
}
@media (max-width: 991px) {
  .index-box8 .boxs .map {
    width: 100%;
    margin-top: 0.5rem;
  }
}
.index-box8 .boxs .map ul li {
  width: 100%;
  display: none;
}
.index-box8 .boxs .map ul li.on {
  display: flex;
  justify-content: flex-end;
}
.index-box8 .boxs .map ul li .img {
  width: 100%;
  position: relative;
  z-index: 1;
  padding: 1.2rem 1.2rem 0;
  overflow: hidden;
}
@media (max-width: 991px) {
  .index-box8 .boxs .map ul li .img {
    padding: 0.6rem 0.6rem 0;
  }
}
.index-box8 .boxs .map ul li .img .quan {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  pointer-events: none;
}
.index-box8 .boxs .map ul li .img .quan::before {
  content: '';
  width: 100%;
  padding-top: 100%;
  display: block;
}
.index-box8 .boxs .map ul li .img .quan .q1 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 2px solid #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.index-box8 .boxs .map ul li .img .quan .q2 {
  width: calc(953/1450*100%);
  height: calc(953/1450*100%);
  border-radius: 50%;
  border: 2px solid #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.index-box8 .boxs .map ul li .img .quan .q3 {
  width: calc(612/1450*100%);
  height: calc(612/1450*100%);
  border-radius: 50%;
  border: 2px solid #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.index-box8 .boxs .map ul li .img .dian-box {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 4;
}
.index-box8 .boxs .map ul li .img .dian-box .dian {
  width: 1px;
  height: 1px;
  position: absolute;
  z-index: 2;
}
.index-box8 .boxs .map ul li .img .dian-box .dian .city {
  min-width: 96px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  background: rgba(33, 33, 33, 0.8);
  cursor: pointer;
}
.index-box8 .boxs .map ul li .img .dian-box .dian .city span {
  color: #fff;
  line-height: calc(24/16);
}
.index-box8 .boxs .map ul li .img .dian-box .dian .city .line {
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  display: flex;
}
.index-box8 .boxs .map ul li .img .dian-box .dian .city .line .c1 {
  width: 100%;
  background: #C0A269;
}
.index-box8 .boxs .map ul li .img .dian-box .dian .city .line .c2 {
  width: 100%;
  background: #498FBA;
}
.index-box8 .boxs .map ul li .img .dian-box .dian .city .line .c3 {
  width: 100%;
  background: #81C2C0;
}
.index-box8 .boxs .map ul li .img .dian-box .dian .city .line .c4 {
  width: 100%;
  background: #E3A482;
}
.index-box8 .boxs .map ul li .img .dian-box .dian .tbox {
  width: 7.26rem;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  border-top: 1px solid #000;
  padding-top: 0.15rem;
  display: none;
}
.index-box8 .boxs .map ul li .img .dian-box .dian .tbox .t1 {
  color: #222;
  font-weight: 500;
  line-height: 200%;
  /* 40px */
}
.index-box8 .boxs .map ul li .img .dian-box .dian .tbox .t2 {
  color: #222;
  font-size: 14px;
  line-height: 200%;
  /* 28px */
}
.index-box8 .boxs .map ul li .img .dian-box .dian.on .city {
  background: #000;
  z-index: 3;
}
.index-box8 .boxs .map ul li .img .dian-box .dian.on .tbox {
  display: block;
}
.index-box8 .boxs .map ul li .img .dian-box .dian1 {
  left: calc(768/1450*100%);
  top: calc(552/840*100%);
}
.index-box8 .boxs .map ul li .img .dian-box .dian2 {
  left: calc(845/1450*100%);
  top: calc(531/840*100%);
}
.index-box8 .boxs .map ul li .img .dian-box .dian3 {
  left: calc(856/1450*100%);
  top: calc(574/840*100%);
}
.index-box8 .boxs .map ul li .img .dian-box .dian4 {
  left: calc(1033/1450*100%);
  top: calc(408/840*100%);
}
.index-box8 .boxs .map ul li .img .dian-box .dian5 {
  left: calc(581/1450*100%);
  top: calc(511/840*100%);
}
.index-box8 .boxs .box {
  position: relative;
  z-index: 1;
  padding: 0.87rem 0 0.8rem 0.56rem;
}
@media (max-width: 991px) {
  .index-box8 .boxs .box {
    width: 100%;
    padding: 0 0.3rem;
  }
}
.index-box8 .boxs .box .title {
  line-height: calc(65/52);
  font-weight: 600;
  color: #1E1E1E;
}
.index-box8 .boxs .box .menu {
  margin-top: 0.4rem;
}
@media (max-width: 991px) {
  .index-box8 .boxs .box .menu ul {
    width: 100%;
    overflow-x: auto;
    display: flex;
  }
}
@media (max-width: 991px) {
  .index-box8 .boxs .box .menu ul li {
    flex-shrink: 0;
    margin-right: 0.5rem;
  }
  .index-box8 .boxs .box .menu ul li:last-child {
    margin-right: 0;
  }
}
.index-box8 .boxs .box .menu ul li .t1 {
  color: #999;
  font-weight: 500;
  line-height: 1.7;
  transition: all 0.4s;
}
@media (max-width: 1580px) {
  .index-box8 .boxs .box .menu ul li .t1 {
    font-size: 0.3rem;
  }
}
.index-box8 .boxs .box .menu ul li .t1 span {
  cursor: pointer;
}
.index-box8 .boxs .box .menu ul li .t1:hover {
  color: #000;
}
.index-box8 .boxs .box .menu ul li .ts {
  padding: 0.1rem 0;
  position: relative;
  z-index: 1;
  display: none;
}
.index-box8 .boxs .box .menu ul li .ts::before {
  content: '';
  width: 1px;
  height: calc(100% - 0.2rem);
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
.index-box8 .boxs .box .menu ul li .ts .ts1 {
  color: #222;
  line-height: calc(30/20);
  margin-bottom: 0.1rem;
  padding-left: 0.2rem;
  border-left: 3px solid transparent;
}
.index-box8 .boxs .box .menu ul li .ts .ts1:last-child {
  margin-bottom: 0;
}
.index-box8 .boxs .box .menu ul li .ts .ts1 span {
  cursor: pointer;
}
.index-box8 .boxs .box .menu ul li .ts .ts1.on {
  border-left: 3px solid #000;
}
.index-box8 .boxs .box .menu ul li.on .t1 {
  color: #000;
}
.index-box8 .boxs .box .tips {
  margin-top: 0.75rem;
}
@media (max-width: 991px) {
  .index-box8 .boxs .box .tips {
    margin-top: 0.4rem;
  }
}
.index-box8 .boxs .box .tips .ts {
  display: flex;
  align-items: center;
}
.index-box8 .boxs .box .tips .ts i {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  margin-right: 6px;
}
.index-box8 .boxs .box .tips .ts .c1 {
  background: #C0A269;
}
.index-box8 .boxs .box .tips .ts .c2 {
  background: #498FBA;
}
.index-box8 .boxs .box .tips .ts .c3 {
  background: #81C2C0;
}
.index-box8 .boxs .box .tips .ts .c4 {
  background: #E3A482;
}
.index-box8 .boxs .box .tips .ts span {
  color: #666;
  font-size: 14px;
  line-height: 168%;
  /* 23.52px */
}
.index-box9 {
  width: 100%;
  padding: 1.04rem 8px 1rem;
}
@media (max-width: 991px) {
  .index-box9 {
    padding: 0.5rem 8px 1rem;
  }
}
.index-box9 .box {
  width: 100%;
  padding: 0 0.52rem;
}
@media (max-width: 991px) {
  .index-box9 .box {
    padding: 0;
  }
}
.index-box9 .box .title {
  color: #1E1E1E;
  line-height: calc(65/52);
  font-weight: 600;
}
.index-box9 .box .list {
  width: 100%;
  margin-top: 0.52rem;
  position: relative;
  z-index: 1;
}
.index-box9 .box .list .swiper-container {
  width: 100%;
  overflow: hidden;
}
.index-box9 .box .list .swiper-container .swiper-slide {
  width: 100%;
  position: relative;
  z-index: 1;
  height: auto;
  border-radius: 6px;
  overflow: hidden;
}
.index-box9 .box .list .swiper-container .swiper-slide .img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  filter: blur(40px);
}
.index-box9 .box .list .swiper-container .swiper-slide .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index-box9 .box .list .swiper-container .swiper-slide a {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 2;
  display: block;
  background: rgba(33, 33, 33, 0.3);
  border-radius: 6px;
  overflow: hidden;
}
.index-box9 .box .list .swiper-container .swiper-slide a .public-img {
  width: 100%;
}
.index-box9 .box .list .swiper-container .swiper-slide a .public-img::before {
  padding-top: calc(293/444*100%);
}
.index-box9 .box .list .swiper-container .swiper-slide a .tbox {
  width: 100%;
  padding: 0.18rem 0.25rem 0.2rem;
}
.index-box9 .box .list .swiper-container .swiper-slide a .tbox .t1 {
  line-height: calc(26/14);
  color: #fff;
  letter-spacing: 0.84px;
}
.index-box9 .box .list .swiper-container .swiper-slide a .tbox .t2 {
  color: #fff;
  margin-top: 0.13rem;
  line-height: calc(26/20);
}
.index-box9 .box .list .swiper-container .swiper-slide a:hover .public-img img {
  transform: scale(1.05);
}
.index-box9 .box .list .ck {
  display: flex;
  position: absolute;
  right: 0;
  bottom: calc(100% + 0.52rem);
  z-index: 3;
}
@media (max-width: 767px) {
  .index-box9 .box .list .ck {
    width: 100%;
    position: relative;
    right: initial;
    bottom: initial;
    margin-top: 0.5rem;
    display: flex;
    justify-content: center;
  }
}
.index-box9 .box .list .ck .swiper-prev,
.index-box9 .box .list .ck .swiper-next {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  cursor: pointer;
  background: #f3f3f3;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #666;
  transition: all 0.4s;
}
@media (max-width: 991px) {
  .index-box9 .box .list .ck .swiper-prev,
  .index-box9 .box .list .ck .swiper-next {
    width: 36px;
    height: 36px;
  }
}
.index-box9 .box .list .ck .swiper-prev svg,
.index-box9 .box .list .ck .swiper-next svg {
  width: auto;
  height: 12px;
}
.index-box9 .box .list .ck .swiper-prev:hover,
.index-box9 .box .list .ck .swiper-next:hover {
  background: #000;
  color: #fff;
}
.index-box9 .box .list .ck .swiper-prev {
  margin-right: 0.13rem;
}
.index-box9 .box .list .ck .swiper-prev svg {
  transform: rotateZ(180deg);
}
.index-box9 .box .more {
  display: flex;
  margin-top: 0.52rem;
}
@media (max-width: 767px) {
  .index-box9 .box .more {
    justify-content: center;
  }
}
.index-box9 .box .more a {
  padding: 0 0.22rem;
  height: 57px;
  border-radius: 29px;
  border: 1px solid #000;
  display: flex;
  align-items: center;
  color: #000;
  transition: all 0.4s;
}
@media (max-width: 1580px) {
  .index-box9 .box .more a {
    height: 47px;
  }
}
@media (max-width: 991px) {
  .index-box9 .box .more a {
    height: 37px;
  }
}
.index-box9 .box .more a span {
  font-size: 15px;
  font-weight: 500;
}
.index-box9 .box .more a i {
  width: 23px;
  margin-left: 0.2rem;
  display: flex;
  align-items: center;
}
.index-box9 .box .more a:hover {
  background: #000;
  color: #fff;
}
.footer {
  width: 100%;
  padding: 8px;
}
.footer .box {
  width: 100%;
  background: #212121;
  border-radius: 0.2rem;
  padding: 0.52rem 0.52rem 0.35rem;
}
.footer .box .boxs {
  width: 100%;
  position: relative;
  z-index: 1;
}
.footer .box .boxs .gotop {
  width: 40px;
  height: 40px;
  border-radius: 12px;
  border: 1px solid #FFF;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: all 0.4s;
  color: #fff;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}
@media (max-width: 991px) {
  .footer .box .boxs .gotop {
    width: 32px;
    height: 32px;
  }
}
.footer .box .boxs .gotop svg {
  width: 16px;
  height: auto;
  transform: rotateZ(-90deg);
}
.footer .box .boxs .gotop:hover {
  background: #fff;
  color: #000;
}
.footer .box .boxs .top {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.footer .box .boxs .top .left {
  width: calc(1115/1800*100%);
}
@media (max-width: 767px) {
  .footer .box .boxs .top .left {
    width: 100%;
  }
}
.footer .box .boxs .top .left .logo {
  display: flex;
}
.footer .box .boxs .top .left .logo a {
  height: 32px;
  display: block;
  color: #fff;
}
.footer .box .boxs .top .left .logo a svg {
  height: 100%;
}
.footer .box .boxs .top .left .tb {
  width: 368px;
  max-width: 100%;
  margin-top: 0.6rem;
}
.footer .box .boxs .top .left .tb .b1 {
  display: flex;
  align-items: flex-start;
  margin-bottom: 0.2rem;
}
.footer .box .boxs .top .left .tb .b1:last-child {
  margin-bottom: 0;
}
.footer .box .boxs .top .left .tb .b1 i {
  width: 32px;
  height: 32px;
  background: rgba(217, 217, 217, 0.1);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  margin-right: 0.1rem;
  margin-top: calc(18/14*0.5em - 16px);
}
.footer .box .boxs .top .left .tb .b1 span {
  color: #fff;
  line-height: calc(18/14);
}
@media (max-width: 767px) {
  .footer .box .boxs .top .menu {
    display: none;
  }
}
.footer .box .boxs .top .menu ul li {
  display: flex;
}
.footer .box .boxs .top .menu ul li a {
  color: #fff;
  font-weight: 700;
  height: 0.48rem;
  overflow: hidden;
  padding: 0.05rem 0;
}
.footer .box .boxs .top .menu ul li a span {
  height: 100%;
  display: flex;
  align-items: center;
  transition: all 0.4s;
}
.footer .box .boxs .top .menu ul li a:hover span {
  transform: translateY(-100%);
}
.footer .box .boxs .down {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  line-height: calc(18/14);
  margin-top: 0.85rem;
}
.footer .box .boxs .down .copyright {
  color: rgba(255, 255, 255, 0.5);
  width: calc(1115/1800*100%);
}
@media (max-width: 1025px) {
  .footer .box .boxs .down .copyright {
    width: 100%;
    text-align: center;
  }
}
.footer .box .boxs .down .copyright a {
  color: rgba(255, 255, 255, 0.5);
  text-decoration: underline;
  transition: all 0.4s;
}
.footer .box .boxs .down .copyright a:hover {
  color: #fff;
}
.footer .box .boxs .down .link {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 1025px) {
  .footer .box .boxs .down .link {
    width: 100%;
    justify-content: center;
    margin-top: 0.2rem;
  }
}
.footer .box .boxs .down .link a {
  color: rgba(255, 255, 255, 0.5);
  margin-right: 0.2rem;
  transition: all 0.4s;
}
.footer .box .boxs .down .link a:last-child {
  margin-right: 0;
}
.footer .box .boxs .down .link a:hover {
  color: #fff;
}
.footer .box .boxs .down .share {
  margin-left: auto;
  display: flex;
}
@media (max-width: 1580px) {
  .footer .box .boxs .down .share {
    width: 100%;
    margin-left: 0;
    order: -1;
    margin-bottom: 0.3rem;
  }
}
.footer .box .boxs .down .share .item {
  position: relative;
  z-index: 1;
  margin-right: 0.2rem;
}
.footer .box .boxs .down .share .item:last-child {
  margin-right: 0;
}
.footer .box .boxs .down .share .item a {
  width: 24px;
  height: 24px;
  color: rgba(255, 255, 255, 0.5);
  transition: all 0.4s;
}
.footer .box .boxs .down .share .item a svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.footer .box .boxs .down .share .item .ewm {
  width: 110px;
  height: 110px;
  background: #fff;
  border-radius: 3px;
  padding: 5px;
  display: none;
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}
.footer .box .boxs .down .share .item .ewm img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.footer .box .boxs .down .share .item:hover a {
  color: #fff;
}
.footer .box .boxs .down .share .item:hover .ewm {
  display: block;
}
.footer .box .gif {
  width: 100%;
  margin-top: 0.43rem;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
@media (max-width: 767px) {
  .footer .box .gif {
    height: auto;
  }
}
.footer .box .gif .img {
  width: 100%;
}
.footer .box .gif .img img {
  width: 100%;
}
.footer .box .gif .zz {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.footer .box .gif .zz img {
  width: 100%;
}
.news-top {
  width: 100%;
  padding: 0 0.6rem;
}
@media (max-width: 991px) {
  .news-top {
    padding: 0 5%;
  }
}
.news-top .box {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.news-top .box .big {
  width: calc(1197/1800*100%);
  border-radius: 0.16rem;
  overflow: hidden;
}
@media (max-width: 991px) {
  .news-top .box .big {
    width: 100%;
    margin-bottom: 8px;
  }
}
.news-top .box .big a {
  width: 100%;
  display: block;
  position: relative;
  z-index: 1;
}
.news-top .box .big a .public-img {
  width: 100%;
}
.news-top .box .big a .public-img::before {
  padding-top: calc(818/1197*100%);
}
.news-top .box .big a .public-img::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 3;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) -7.26%, rgba(0, 0, 0, 0) 100%);
}
.news-top .box .big a .tbox {
  width: 100%;
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: 0;
  padding: 0 0.34rem 0.38rem;
}
.news-top .box .big a .tbox .t1 {
  color: #FFF;
  font-size: 16px;
  line-height: 26px;
  /* 162.5% */
}
.news-top .box .big a .tbox .t2 {
  line-height: calc(36/32);
  color: #fff;
  font-weight: 500;
  margin-top: 0.13rem;
}
.news-top .box .big a:hover .public-img img {
  transform: scale(1.05);
}
.news-top .box .list1 {
  width: calc(594/1800*100%);
}
@media (max-width: 991px) {
  .news-top .box .list1 {
    width: 100%;
  }
}
.news-top .box .list1 .item {
  width: 100%;
  border-radius: 0.16rem;
  overflow: hidden;
  margin-bottom: 0.08rem;
}
@media (max-width: 991px) {
  .news-top .box .list1 .item {
    margin-bottom: 8px;
  }
}
.news-top .box .list1 .item:last-child {
  margin-bottom: 0;
}
.news-top .box .list1 .item a {
  width: 100%;
  display: block;
  position: relative;
  z-index: 1;
}
.news-top .box .list1 .item a .public-img {
  width: 100%;
}
.news-top .box .list1 .item a .public-img::before {
  padding-top: calc(405/594*100%);
}
.news-top .box .list1 .item a .public-img::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 3;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) -7.26%, rgba(0, 0, 0, 0) 100%);
}
.news-top .box .list1 .item a .tbox {
  width: 100%;
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: 0;
  padding: 0 0.24rem 0.2rem;
}
.news-top .box .list1 .item a .tbox .t1 {
  color: #FFF;
  font-size: 16px;
  line-height: 26px;
  /* 162.5% */
}
.news-top .box .list1 .item a .tbox .t2 {
  line-height: calc(26/24);
  color: #fff;
  font-weight: 500;
  margin-top: 0.1rem;
}
.news-top .box .list1 .item a:hover .public-img img {
  transform: scale(1.05);
}
.news {
  width: 100%;
  padding: 0.44rem 0.6rem 0.7rem;
}
@media (max-width: 991px) {
  .news {
    padding: 0.44rem 5% 0.7rem;
  }
}
.news .box {
  width: 100%;
}
.news .box .nums {
  color: #000;
  font-size: 24px;
  line-height: calc(26/24);
  /* 108.333% */
}
.news .box .nums span {
  color: #777;
}
.news .box .news-list {
  width: 100%;
  margin-top: 0.33rem;
}
.news .box .news-list ul {
  width: calc(100% + 8px);
  margin: 0 -4px;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .news .box .news-list ul {
    width: 100%;
    margin: 0;
  }
}
.news .box .news-list ul li {
  width: calc(33.33% - 8px);
  margin: 0 4px 8px;
  position: relative;
  z-index: 1;
  height: auto;
  border-radius: 16px;
  overflow: hidden;
}
@media (max-width: 991px) {
  .news .box .news-list ul li {
    width: calc(50% - 8px);
  }
}
@media (max-width: 767px) {
  .news .box .news-list ul li {
    width: 100%;
    margin: 0 0 8px;
  }
}
.news .box .news-list ul li .img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  filter: blur(20px);
}
.news .box .news-list ul li .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news .box .news-list ul li a {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 2;
  display: block;
  background: rgba(33, 33, 33, 0.3);
  border-radius: 6px;
  overflow: hidden;
}
.news .box .news-list ul li a .public-img {
  width: 100%;
}
.news .box .news-list ul li a .public-img::before {
  padding-top: calc(293/444*100%);
}
.news .box .news-list ul li a .tbox {
  width: 100%;
  padding: 0.22rem 0.2rem 0.32rem;
}
.news .box .news-list ul li a .tbox .t1 {
  line-height: calc(26/16);
  color: #fff;
}
.news .box .news-list ul li a .tbox .t2 {
  color: #fff;
  margin-top: 0.1rem;
  line-height: calc(26/24);
  height: calc(26/24*3em);
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.news .box .news-list ul li a:hover .public-img img {
  transform: scale(1.05);
}
.news .box .page-list {
  margin-top: 0.7rem;
}
.page-list {
  width: 100%;
  display: flex;
  justify-content: center;
}
.page-list a {
  width: 44px;
  height: 44px;
  border-radius: 8px;
  border: 1px solid #E5E5E7;
  background: #FFF;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000;
  transition: all 0.4s;
  margin: 0 5px;
}
@media (max-width: 767px) {
  .page-list a {
    width: 32px;
    height: 32px;
  }
}
.page-list a svg {
  width: 8px;
  height: 13px;
}
.page-list a svg rect {
  fill: currentColor;
}
.page-list a:hover,
.page-list a.on {
  background: #000;
  color: #fff;
  border: 1px solid #000;
}
.page-list .next svg {
  transform: rotateZ(180deg);
}
.news-info {
  width: 100%;
  padding: 8px;
}
.news-info .top {
  width: 100%;
  position: relative;
  z-index: 1;
}
.news-info .top .img {
  width: 100%;
  height: calc(908/970*100vh);
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 8px;
}
.news-info .top .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news-info .top .img::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) -7.26%, rgba(0, 0, 0, 0) 100%);
}
.news-info .top .tbox {
  width: 960px;
  max-width: 90%;
  position: absolute;
  bottom: 0.54rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}
@media (max-width: 991px) {
  .news-info .top .tbox {
    bottom: 1.4rem;
  }
}
.news-info .top .tbox .title {
  color: #fff;
  line-height: calc(48/40);
  font-weight: 600;
}
.news-info .top .tbox .time {
  color: #FFF;
  line-height: calc(26/16);
  /* 162.5% */
  margin-top: 0.18rem;
}
.news-info .top .share {
  position: absolute;
  right: 12px;
  bottom: 0.12rem;
  z-index: 3;
  border-radius: 9px;
  background: rgba(33, 33, 33, 0.5);
  backdrop-filter: blur(15px);
  display: flex;
  align-items: center;
  padding: 0.14rem 0.3rem 0.14rem 0.2rem;
}
@media (max-width: 1580px) {
  .news-info .top .share {
    right: 30px;
  }
}
@media (max-width: 991px) {
  .news-info .top .share {
    right: initial;
    left: 5%;
    bottom: 0.3rem;
  }
}
.news-info .top .share span {
  color: #fff;
  line-height: calc(20/16);
}
.news-info .top .share .sbox {
  display: flex;
  margin-left: 0.36rem;
}
.news-info .top .share .sbox .item {
  position: relative;
  z-index: 1;
  margin-right: 0.2rem;
}
.news-info .top .share .sbox .item:last-child {
  margin-right: 0;
}
.news-info .top .share .sbox .item a {
  width: 24px;
  height: 24px;
  color: #ffffff;
  transition: all 0.4s;
}
.news-info .top .share .sbox .item a svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.news-info .top .share .sbox .item .ewm {
  width: 110px;
  height: 110px;
  background: #fff;
  border-radius: 3px;
  padding: 5px;
  display: none;
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}
.news-info .top .share .sbox .item .ewm img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.news-info .top .share .sbox .item:hover a {
  color: #fff;
}
.news-info .top .share .sbox .item:hover .ewm {
  display: block;
}
.news-info .center {
  width: 100%;
  padding: 0 0.52rem;
}
@media (max-width: 991px) {
  .news-info .center {
    padding: 0;
  }
}
.news-info .center .box {
  width: 100%;
  padding: 0.88rem 0 1.3rem;
  border-bottom: 1px solid #C8C8C8;
}
.news-info .center .box .public-content {
  width: 960px;
  max-width: 90%;
  margin: 0 auto;
  color: #666;
  font-size: 18px;
  line-height: calc(28/18);
  /* 155.556% */
  overflow-wrap: break-word;
}
.news-info .other-news {
  width: 100%;
  padding: 0.55rem 0.52rem 1.06rem;
}
@media (max-width: 991px) {
  .news-info .other-news {
    padding: 0.55rem 0 1.2rem;
  }
}
.news-info .other-news .title {
  color: #1E1E1E;
  line-height: calc(65/52);
  font-weight: 600;
}
.news-info .other-news .list {
  width: 100%;
  margin-top: 0.65rem;
}
.news-info .other-news .list ul {
  width: calc(100% + 8px);
  margin: 0 -4px;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .news-info .other-news .list ul {
    width: 100%;
    margin: 0;
  }
}
.news-info .other-news .list ul li {
  width: calc(33.33% - 8px);
  margin: 0 4px 8px;
  position: relative;
  z-index: 1;
  height: auto;
  border-radius: 16px;
  overflow: hidden;
}
@media (max-width: 991px) {
  .news-info .other-news .list ul li {
    width: 100%;
    margin: 0 0 8px;
  }
}
.news-info .other-news .list ul li .img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  filter: blur(20px);
}
.news-info .other-news .list ul li .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news-info .other-news .list ul li a {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 2;
  display: block;
  background: rgba(33, 33, 33, 0.3);
  border-radius: 6px;
  overflow: hidden;
}
.news-info .other-news .list ul li a .public-img {
  width: 100%;
}
.news-info .other-news .list ul li a .public-img::before {
  padding-top: calc(293/444*100%);
}
.news-info .other-news .list ul li a .tbox {
  width: 100%;
  padding: 0.22rem 0.2rem 0.32rem;
}
.news-info .other-news .list ul li a .tbox .t1 {
  line-height: calc(26/16);
  color: #fff;
}
.news-info .other-news .list ul li a .tbox .t2 {
  color: #fff;
  margin-top: 0.1rem;
  line-height: calc(26/24);
  height: calc(26/24*3em);
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.news-info .other-news .list ul li a:hover .public-img img {
  transform: scale(1.05);
}
#hi-video-pop {
  background: rgba(0, 0, 0, 0.8);
  backdrop-filter: blur(25px);
}
#hi-video-pop .logo {
  width: 108px;
  color: #fff;
  position: absolute;
  top: 0.16rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}
#hi-video-pop .logo img,
#hi-video-pop .logo svg {
  width: 100%;
}
#hi-video-pop .hi-close {
  width: 20px;
  height: 20px;
  top: 0.24rem;
  right: 0.3rem;
  left: initial;
  margin: 0;
  background: none;
}
#hi-video-pop .hi-close::before,
#hi-video-pop .hi-close::after {
  background: #fff;
}
#hi-video-pop .hi-video-box .hi-video-wrap {
  max-width: 90%;
  width: 1280px;
  border: none;
  border-radius: 0.2rem;
  overflow: hidden;
}
