@charset "utf-8";
:root {
  --color: #000;
  --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: "nb";
  src: url("../fonts/NotoSans-Bold.ttf") format("truetype");
}
.nb {
  font-family: "nb";
}
* {
  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;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: var(--color);
}
* ::-webkit-scrollbar-track {
  /*滚动条-背景*/
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  background: #ededed;
}
html {
  font-size: calc(100vw/19.2);
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (min-width: 1901px) {
  html {
    font-size: 100px;
  }
}
@media (max-width: 1580px) {
  html {
    font-size: 66px;
  }
}
@media (max-width: 767px) {
  html {
    font-size: 50px;
  }
}
body {
  min-height: 100%;
  font-family: '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;
  }
}
.font-title {
  font-family: "Arvo";
}
img {
  max-width: 100%;
  border: 0;
  vertical-align: top;
}
video,
video:focus {
  display: block;
  font-size: 0;
  border: 0;
  outline: none;
}
li {
  list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: inherit;
  font-style: inherit;
  font-size: inherit;
  font-weight: normal;
}
a {
  color: inherit;
}
a,
a:hover,
a:focus {
  text-decoration: none;
}
input,
button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
}
button {
  cursor: pointer;
}
input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  appearance: button;
  cursor: pointer;
}
textarea {
  resize: none;
  overflow: auto;
}
input,
button,
textarea,
select {
  border: 0;
  font-family: inherit;
  font-style: inherit;
  font-size: inherit;
  font-weight: normal;
  color: inherit;
  background: transparent;
}
select {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  white-space: nowrap;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
select::-ms-expand {
  display: none;
}
table {
  border-collapse: collapse;
}
svg path,
svg circle {
  fill: currentColor !important;
  opacity: 1 !important;
}
picture,
section,
main {
  display: block;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.clear {
  zoom: 1;
}
.clear:after {
  content: '';
  display: block;
  clear: both;
}
.container {
  margin: 0 auto;
  width: 83%;
  max-width: 1600px;
}
@media (max-width: 1025px) {
  .container {
    width: 90%;
  }
}
.bg-color1 {
  background-color: #fff;
}
.ptb100 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (max-width: 767px) {
  .ptb100 {
    padding-top: 1.2rem;
    padding-bottom: 1.2em;
  }
}
.pt100 {
  padding-top: 1rem;
}
@media (max-width: 767px) {
  .pt100 {
    padding-top: 1.2rem;
  }
}
.pb100 {
  padding-bottom: 1rem;
}
@media (max-width: 767px) {
  .pb100 {
    padding-bottom: 1.2rem;
  }
}
.font12 {
  font-size: 12px;
}
.font14 {
  font-size: 14px;
}
.font16 {
  font-size: 16px;
}
.font18 {
  font-size: 18px;
}
.font20 {
  font-size: 20px;
}
.font22 {
  font-size: 22px;
}
.font24 {
  font-size: 24px;
}
.font26 {
  font-size: 26px;
}
.font28 {
  font-size: 28px;
}
.font30 {
  font-size: 30px;
}
.font32 {
  font-size: 32px;
}
.font34 {
  font-size: 34px;
}
.font36 {
  font-size: 36px;
}
.font38 {
  font-size: 38px;
}
.font40 {
  font-size: 40px;
}
.font42 {
  font-size: 42px;
}
.font44 {
  font-size: 44px;
}
.font46 {
  font-size: 46px;
}
.font48 {
  font-size: 48px;
}
.font50 {
  font-size: 50px;
}
.font52 {
  font-size: 52px;
}
.font54 {
  font-size: 54px;
}
.font56 {
  font-size: 56px;
}
.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: 36px;
  }
  .font48,
  .font50 {
    font-size: 38px;
  }
  .font52,
  .font54,
  .font56,
  .font58,
  .font60,
  .font62,
  .font64,
  .font70,
  .font72,
  .font80 {
    font-size: 44px;
  }
}
@media (max-width: 991px) {
  .font16,
  .font18 {
    font-size: 0.24rem;
  }
  .font20 {
    font-size: 0.26rem;
  }
  .font22,
  .font24,
  .font26,
  .font27 {
    font-size: 0.28rem;
  }
  .font28,
  .font30,
  .font32 {
    font-size: 0.28rem;
  }
  .font34,
  .font36,
  .font38 {
    font-size: 0.32rem;
  }
  .font40,
  .font42,
  .font44,
  .font46,
  .font48,
  .font50 {
    font-size: 0.4rem;
  }
  .font52,
  .font54,
  .font56,
  .font58,
  .font60,
  .font62,
  .font64,
  .font70,
  .font72,
  .font80 {
    font-size: 0.48rem;
  }
}
@media (max-width: 767px) {
  .font16,
  .font18 {
    font-size: 14px;
  }
  .font20 {
    font-size: 16px;
  }
  .font50,
  .font52,
  .font54,
  .font56,
  .font60,
  .font62,
  .font64,
  .font70,
  .font72,
  .font80 {
    font-size: 26px;
    line-height: 1.38461538;
  }
}
.public-btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.public-btn a,
.public-btn .a {
  padding: 5px 5px 5px 0.3rem;
  height: 50px;
  border-radius: 25px;
  background: #fff;
  display: flex;
  align-items: center;
  color: #000;
  transition: all 0.4s;
  position: relative;
  z-index: 1;
  overflow: hidden;
  cursor: pointer;
}
@media (max-width: 991px) {
  .public-btn a,
  .public-btn .a {
    padding: 0 0.15rem 0 0.2rem;
    height: 0.8rem;
    border-radius: 0.4rem;
  }
}
.public-btn a .txt,
.public-btn .a .txt {
  position: relative;
  z-index: 2;
  overflow: hidden;
  height: calc(28/18*1em);
}
.public-btn a .txt span,
.public-btn .a .txt span {
  line-height: calc(28/18);
  display: block;
  transition: all 0.4s;
}
.public-btn a i,
.public-btn .a i {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 2;
  transition: all 0.4s;
  margin-left: 0.2rem;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .public-btn a i,
  .public-btn .a i {
    width: 30px;
    height: 30px;
  }
}
.public-btn a i svg,
.public-btn .a i svg {
  width: 12px;
  height: auto;
  object-fit: contain;
  color: #fff;
}
.public-btn a:hover .txt span,
.public-btn .a:hover .txt span {
  transform: translateY(-100%);
}
.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-blue a,
.public-btn.pub-blue .a {
  color: #fff;
  background: #005aaa;
}
.public-btn.pub-blue a i,
.public-btn.pub-blue .a i {
  background: #fff;
}
.public-btn.pub-blue a i svg,
.public-btn.pub-blue .a i svg {
  color: #005aaa;
}
.public-btn.pub-white a,
.public-btn.pub-white .a {
  color: #fff;
  background: #000;
}
.public-btn.pub-white a i,
.public-btn.pub-white .a i {
  background: #fff;
}
.public-btn.pub-white a i svg,
.public-btn.pub-white .a i svg {
  color: #000;
}
.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: 0.8rem;
  transition: all 0.4s;
}
@media (max-width: 991px) {
  #c-placeholder {
    height: 60px;
  }
}
.c-open .header .c-switch i:nth-child(2) {
  opacity: 0;
}
.c-open .header .c-switch i:nth-child(1) {
  top: 50%;
  margin-top: -1px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.c-open .header .c-switch i:nth-child(3) {
  bottom: 50%;
  margin-bottom: -1px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
@media (max-width: 991px) {
  .pc {
    display: none;
  }
}
.mb {
  display: none;
}
@media (max-width: 991px) {
  .mb {
    display: block;
  }
}
body.loding {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.lod-box1 {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  background: #fff;
}
.lod-box1 .line {
  width: 0;
  position: absolute;
  z-index: 2;
  bottom: calc(285/970*100%);
  overflow: hidden;
  transition: all 0.4s;
}
.lod-box1 .line img {
  width: 100%;
}
.lod-box1 .line.l1 {
  left: 0;
}
.lod-box1 .line.l2 {
  right: 0;
}
.lod-box1 .line.l2 img {
  transform: rotateY(180deg);
}
.lod-box1 .container {
  padding-top: 2.23rem;
}
@media (max-width: 991px) {
  .lod-box1 .container {
    padding-top: 45%;
  }
}
.lod-box1 .container .dbox {
  width: calc(720/1400*100%);
  height: 1.85rem;
  position: relative;
  z-index: 1;
  margin: 0 auto;
  transition: all 0.6s;
  opacity: 0;
  transform: translateY(0.5rem);
}
@media (max-width: 767px) {
  .lod-box1 .container .dbox {
    width: 173px;
    height: 72px;
  }
}
.lod-box1 .container .dbox .dian {
  transform: rotateZ(30deg);
  transition: all 0.6s 0.4s;
}
.lod-box1 .container .dbox .dian img {
  width: 100%;
  object-fit: contain;
}
.lod-box1 .container .dbox .dian1 {
  width: calc(72/720*100%);
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: calc(12/720*100%);
}
@media (max-width: 767px) {
  .lod-box1 .container .dbox .dian1 {
    bottom: 14px;
  }
}
.lod-box1 .container .dbox .dian2 {
  width: calc(118/720*100%);
  position: absolute;
  z-index: 1;
  top: calc(46/185*100%);
  left: calc(114/720*100%);
}
@media (max-width: 767px) {
  .lod-box1 .container .dbox .dian2 {
    top: calc(36/185*100%);
  }
}
.lod-box1 .container .dbox .dian3 {
  width: calc(110/720*100%);
  position: absolute;
  z-index: 1;
  top: 0;
  left: calc(280/720*100%);
}
@media (max-width: 767px) {
  .lod-box1 .container .dbox .dian3 {
    top: 3px;
  }
}
.lod-box1 .container .dbox .dian4 {
  width: calc(86/720*100%);
  position: absolute;
  z-index: 1;
  top: calc(19/185*100%);
  left: calc(465/720*100%);
}
@media (max-width: 767px) {
  .lod-box1 .container .dbox .dian4 {
    top: calc(10 / 185 * 100%);
    left: calc(447 / 720 * 100%);
  }
}
.lod-box1 .container .dbox .dian5 {
  width: calc(66/720*100%);
  position: absolute;
  z-index: 1;
  top: calc(100/185*100%);
  left: calc(602/720*100%);
}
@media (max-width: 767px) {
  .lod-box1 .container .dbox .dian5 {
    top: calc(50 / 185 * 100%);
  }
}
.lod-box1 .container .tbox {
  text-align: center;
  line-height: calc(70/58);
  font-weight: bold;
  color: #000;
  margin-top: 0.25rem;
}
.lod-box1 .container .tbox .ts {
  transition: all 0.6s 0.2s;
  opacity: 0;
  transform: translateY(0.5rem);
}
.lod-box1 .container .tbox .ts:nth-child(2) {
  transition: all 0.6s 0.4s;
}
.lod-box1 .container .tbox .ts span {
  position: relative;
  z-index: 1;
}
.lod-box1 .container .tbox .ts span::before {
  content: '';
  width: 0;
  height: 0.6rem;
  background: url(../images/loding-line2.svg) top left no-repeat;
  background-size: 1.56rem;
  position: absolute;
  top: 50%;
  left: 0.1rem;
  z-index: -1;
}
@media (max-width: 1260px) {
  .lod-box1 .container .tbox .ts span::before {
    left: 0.2rem;
  }
}
@media (max-width: 991px) {
  .lod-box1 .container .tbox .ts span::before {
    background-size: 1.2rem;
  }
}
.lod-box1 .container .num {
  display: flex;
  justify-content: center;
  color: #000;
  margin-top: 0.64rem;
  transition: all 0.6s 0.6s;
  opacity: 0;
  transform: translateY(0.5rem);
}
.lod-box1.on .line {
  width: calc(500/1920*100%);
}
.lod-box1.on .container .dbox {
  opacity: 1;
  transform: translateY(0);
}
.lod-box1.on .container .dbox .dian {
  transform: rotateZ(0);
}
.lod-box1.on .container .tbox .ts {
  opacity: 1;
  transform: translateY(0);
}
.lod-box1.on .container .tbox .ts span::before {
  width: 1.56rem;
  transition: all 0.4s 1s;
}
.lod-box1.on .container .num {
  opacity: 1;
  transform: translateY(0);
}
.lod-box2 {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 990;
  background: #131324;
}
.lod-box2 .box {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .lod-box2 .box {
    align-items: flex-end;
    padding-bottom: 1rem;
  }
}
.lod-box2 .box .left {
  margin-left: calc(230/1920*100%);
  width: 2.72rem;
  position: relative;
  z-index: 2;
}
@media (max-width: 1025px) {
  .lod-box2 .box .left {
    margin-left: 5%;
  }
}
@media (max-width: 991px) {
  .lod-box2 .box .left {
    margin: 0 auto;
  }
}
.lod-box2 .box .left .logo {
  position: relative;
  z-index: 1;
}
.lod-box2 .box .left .logo > img {
  position: relative;
  z-index: 3;
}
.lod-box2 .box .left .logo .light {
  width: 1px;
  height: 1px;
  position: absolute;
  z-index: 2;
  left: 100%;
  top: 47%;
  opacity: 0;
  transition: all 0.4s;
}
@media (max-width: 991px) {
  .lod-box2 .box .left .logo .light {
    left: 50%;
    top: initial;
    transform: translateX(-50%);
    opacity: initial;
    bottom: 30%;
  }
}
.lod-box2 .box .left .logo .light img {
  width: 14.16rem;
  max-width: initial;
  height: auto;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
@media (min-width: 1921px) {
  .lod-box2 .box .left .logo .light img {
    width: calc(1500/1920*100vw);
  }
}
@media (max-width: 1025px) {
  .lod-box2 .box .left .logo .light img {
    width: 12.16rem;
  }
}
@media (max-width: 991px) {
  .lod-box2 .box .left .logo .light img {
    width: 100vw;
    top: initial;
    left: 50%;
    transform: translate(-50%, 0);
    bottom: 0;
  }
}
.lod-box2 .box .left .more {
  display: flex;
  justify-content: center;
  margin-top: 0.52rem;
}
.lod-box2 .box .img {
  width: calc(1226/1920*100%);
  height: calc(780/970*100%);
  overflow: hidden;
  margin-left: auto;
  opacity: 0;
  transition: all 0.4s 0.1s;
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .lod-box2 .box .img {
    width: 100%;
    height: auto;
    position: absolute;
    bottom: 30vh;
  }
}
@media (max-width: 767px) {
  .lod-box2 .box .img {
    bottom: 35vh;
  }
}
.lod-box2 .box .img img {
  width: auto;
  height: 100%;
  max-width: initial;
}
@media (max-width: 1025px) {
  .lod-box2 .box .img img {
    width: 100%;
    height: auto;
    object-fit: contain;
  }
}
.lod-box2.on .box .left .logo .light {
  opacity: 1;
}
.lod-box2.on .box .img {
  opacity: 1;
}
.header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  padding: 0.25rem 0.6rem;
  transition: all 0.4s;
}
@media (max-width: 991px) {
  .header {
    padding: 0.15rem 5%;
    height: 60px;
    background: #fff;
  }
}
.header .box {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media (max-width: 991px) {
  .header .box {
    height: 100%;
    align-items: center;
  }
}
.header .box .logo {
  transition: all 0.4s;
  position: relative;
  z-index: 9;
}
.header .box .logo a {
  height: 3.2rem;
  display: block;
}
@media (max-width: 991px) {
  .header .box .logo a {
    height: calc(60px - 0.3rem);
  }
}
.header .box .logo a img {
  height: 100%;
  object-fit: contain;
}
.header .box .c-switch {
  position: relative;
  right: 0;
  z-index: 9;
  display: none;
  width: 28px;
  height: 20px;
  cursor: pointer;
}
@media (max-width: 991px) {
  .header .box .c-switch {
    display: block;
  }
}
.header .box .c-switch i {
  position: absolute;
  left: 0;
  height: 2px;
  width: 100%;
  background: #000;
  transition: all 0.4s;
}
.header .box .c-switch i:nth-child(1) {
  top: 0;
  transform-origin: top left;
}
.header .box .c-switch i:nth-child(3) {
  bottom: 0;
  transform-origin: bottom left;
}
.header .box .c-switch i:nth-child(2) {
  top: 50%;
  margin-top: -1px;
}
@media (max-width: 991px) {
  .header .box .menu {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    height: 100vh;
    background: #fff;
    padding: 80px 5% 1rem;
    display: none;
  }
}
.header .box .menu ul {
  display: flex;
  flex-wrap: wrap;
}
.header .box .menu ul li {
  position: relative;
  z-index: 1;
  margin-right: 0.93rem;
  display: flex;
}
.header .box .menu ul li:last-child {
  margin-right: 0;
}
@media (max-width: 991px) {
  .header .box .menu ul li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 0.2rem;
    border-bottom: 1px solid #eee;
  }
  .header .box .menu ul li:last-child {
    margin-bottom: 0;
  }
}
.header .box .menu ul li a {
  height: 0.5rem;
  color: #333;
  line-height: calc(34/20);
  font-weight: bold;
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .header .box .menu ul li a {
    height: 0.8rem;
  }
}
.header .box .menu ul li::after {
  content: '';
  width: 0.1rem;
  height: 0.1rem;
  border-radius: 50%;
  background: #0000ff;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  opacity: 0;
  transition: all 0.4s;
}
@media (max-width: 991px) {
  .header .box .menu ul li::after {
    display: none;
  }
}
.header .box .menu ul li.on::after {
  opacity: 1;
}
@media (max-width: 991px) {
  .header .box .menu ul li.on {
    border-bottom: 1px solid rgba(1, 38, 250, 0.5);
  }
  .header .box .menu ul li.on a {
    color: #0000ff;
  }
}
.header .box .menu ul li:nth-child(1) a {
  transition: all 0.6s 0.2s;
}
.header .box .menu ul li:nth-child(2) a {
  transition: all 0.6s 0.3s;
}
.header .box .menu ul li:nth-child(3) a {
  transition: all 0.6s 0.4s;
}
.header .box .menu ul li:nth-child(4) a {
  transition: all 0.6s 0.5s;
}
.header .box .menu ul li:nth-child(5) a {
  transition: all 0.6s 0.6s;
}
.header .box.fadeInDown .logo a {
  opacity: 1;
  transform: translateY(0);
}
.header .box.fadeInDown .menu ul li a {
  opacity: 1;
  transform: translateY(0);
}
.header.c-style2 {
  background: rgba(255, 255, 255, 0.9);
}
.header.c-head-move {
  top: -1rem;
}
@media (max-width: 991px) {
  .header.c-head-move {
    top: -70px;
  }
}
.header.ho {
  padding: 0.15rem 0.6rem;
}
@media (max-width: 991px) {
  .header.ho {
    padding: 0.15rem 5%;
  }
}
.header.ho .box .logo a {
  height: 0.6rem;
}
@media (max-width: 991px) {
  .header.ho .box .logo a {
    height: calc(60px - 0.3rem);
  }
}
.index-box1 {
  width: 100%;
  padding-top: 3rem;
}
@media (max-width: 991px) {
  .index-box1 {
    padding-top: 0.6rem;
  }
}
.index-box1 .top {
  width: 100%;
  position: relative;
  z-index: 1;
  padding: 0.65rem 0.6rem 0.67rem;
}
@media (max-width: 991px) {
  .index-box1 .top {
    padding: 0.6rem 5%;
  }
}
.index-box1 .top .title {
  width: 750px;
  max-width: 70%;
  line-height: calc(80/70);
  color: #000;
  font-weight: bold;
}
@media (max-width: 767px) {
  .index-box1 .top .title {
    max-width: 100%;
  }
}
.index-box1 .top .txt {
  width: 580px;
  max-width: 70%;
  line-height: calc(30/20);
  color: #333;
  margin-top: 0.15rem;
}
@media (max-width: 767px) {
  .index-box1 .top .txt {
    max-width: 100%;
  }
}
.index-box1 .top .more {
  width: 1.8rem;
  height: 1.8rem;
  background: url(../images/index-box1-more-bg.png) center center no-repeat;
  background-size: contain;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 0.6rem;
  bottom: 0.57rem;
  z-index: 1;
}
.index-box1 .top .more::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  pointer-events: none;
  background: url(../images/index-box1-more-bg.svg) top center no-repeat;
  background-size: contain;
}
@media (max-width: 767px) {
  .index-box1 .top .more {
    display: none;
  }
}
.index-box1 .top .more img {
  width: 0.23rem;
  height: 0.33rem;
  animation: arrowRun 1.5s linear forwards infinite;
}
.index-box1 .list {
  width: 100%;
}
.index-box1 .list .hi-steady-carousel {
  width: 100%;
  overflow: hidden;
  margin: 0;
}
.index-box1 .list .hi-steady-carousel .item {
  width: 5rem;
  position: relative;
  z-index: 1;
  margin-right: 1px;
}
.index-box1 .list .hi-steady-carousel .item:hover {
  cursor: grab;
}
.index-box1 .list .hi-steady-carousel .item .public-img {
  width: 100%;
}
.index-box1 .list .hi-steady-carousel .item .public-img::before {
  padding-top: calc(6/5*100%);
}
.index-box1 .list .hi-steady-carousel .item .tag {
  position: absolute;
  z-index: 2;
  right: 0.3rem;
  bottom: 0.3rem;
  display: flex;
}
.index-box1 .list .hi-steady-carousel .item .tag span {
  padding: 0 0.2rem;
  height: 40px;
  border-radius: 20px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.index-box1 .list .hi-steady-carousel .item:nth-child(5n + 1) .tag span {
  background: #0126fa;
}
.index-box1 .list .hi-steady-carousel .item:nth-child(5n + 2) .tag span {
  background: #ff2f15;
}
.index-box1 .list .hi-steady-carousel .item:nth-child(5n + 3) .tag span {
  background: #e74190;
}
.index-box1 .list .hi-steady-carousel .item:nth-child(5n + 4) .tag span {
  background: #009a44;
}
.index-box1 .list .hi-steady-carousel .item:nth-child(5n + 5) .tag span {
  background: #fbb227;
}
@keyframes arrowRun {
  0% {
    transform: translateY(0);
  }
  25% {
    transform: translateY(0.1rem);
  }
  50% {
    transform: translateY(0);
  }
  75% {
    transform: translateY(-0.1rem);
  }
  100% {
    transform: translateY(0);
  }
}
.index-box2 {
  width: 100%;
  background: #fff;
  padding: 1.43rem 0.6rem 1.4rem;
}
@media (max-width: 991px) {
  .index-box2 {
    padding: 1.2rem 5%;
  }
}
.index-box2 .top {
  width: 100%;
}
.index-box2 .top .title {
  font-size: 1rem;
  line-height: 1;
  color: #333;
}
@media (max-width: 991px) {
  .index-box2 .top .title {
    font-size: 0.6rem;
  }
}
.index-box2 .top .txt {
  color: #333;
  line-height: calc(34/24);
  margin-top: 0.2rem;
}
.index-box2 .box {
  width: 100%;
  max-width: 1800px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
@media (max-width: 1025px) {
  .index-box2 .box {
    margin: 0.8rem auto 0;
  }
}
@media (max-width: 991px) {
  .index-box2 .box {
    margin: 0;
  }
}
.index-box2 .box .line {
  width: 100%;
  color: transparent;
  display: flex;
  justify-content: center;
  position: absolute;
  left: 0;
  top: -0.34rem;
  z-index: 1;
}
@media (max-width: 991px) {
  .index-box2 .box .line {
    display: none;
  }
}
.index-box2 .box .line::before {
  content: '';
  width: 0.66rem;
  height: 0.66rem;
  position: absolute;
  z-index: 2;
  background: blue;
  border-radius: 50%;
  left: calc(476/1800*100%);
  top: 0;
}
@media (max-width: 1025px) {
  .index-box2 .box .line::before {
    width: 0.6rem;
    height: 0.6rem;
    left: calc(423/1800*100%);
  }
}
.index-box2 .box .line svg {
  width: calc(1593.8/1800*100%);
  height: auto;
}
@media (max-width: 1025px) {
  .index-box2 .box .line svg {
    width: 100%;
  }
}
.index-box2 .box .list {
  width: 100%;
  position: relative;
  z-index: 2;
  padding-top: 0.36rem;
}
@media (max-width: 1025px) {
  .index-box2 .box .list {
    padding-top: 0.8rem;
  }
}
.index-box2 .box .list .item {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .index-box2 .box .list .item {
    margin-bottom: 1.2rem !important;
  }
  .index-box2 .box .list .item:last-child {
    margin-bottom: 0 !important;
  }
}
.index-box2 .box .list .item .public-img {
  width: 5.97rem;
  border-radius: 50%;
}
@media (max-width: 767px) {
  .index-box2 .box .list .item .public-img {
    width: 100%;
  }
}
.index-box2 .box .list .item .tbox {
  width: 6.36rem;
}
@media (max-width: 991px) {
  .index-box2 .box .list .item .tbox {
    width: 100%;
    margin-top: 0.5rem;
  }
}
.index-box2 .box .list .item .tbox .num {
  color: #333;
  line-height: calc(50/48);
}
.index-box2 .box .list .item .tbox .t1 {
  color: #333;
  line-height: calc(50/48);
  font-weight: bold;
  margin-top: 0.38rem;
}
.index-box2 .box .list .item .tbox .t2 {
  color: #333;
  line-height: calc(26/18);
  margin-top: 0.4rem;
}
.index-box2 .box .list .item .tbox .tb {
  width: 100%;
  margin-top: 0.53rem;
  padding: 0.27rem 0.3rem;
  background: #f8f8f8;
  border-radius: 0.2rem;
}
.index-box2 .box .list .item .tbox .tb .ts {
  line-height: calc(26/16);
  color: #333;
  position: relative;
  z-index: 1;
  padding-left: 0.23rem;
}
.index-box2 .box .list .item .tbox .tb .ts::before {
  content: '';
  width: calc(0.08rem);
  height: calc(0.08rem);
  border-radius: 50%;
  background: #000;
  flex-shrink: 0;
  position: absolute;
  left: 0;
  top: calc(26/16*0.5em - 0.04rem);
}
.index-box2 .box .list .item:nth-child(5n + 1) .public-img {
  background: #0126fa;
}
.index-box2 .box .list .item:nth-child(5n + 2) .public-img {
  background: #ff2f15;
}
.index-box2 .box .list .item:nth-child(5n + 3) .public-img {
  background: #e74190;
}
.index-box2 .box .list .item:nth-child(5n + 4) .public-img {
  background: #009a44;
}
.index-box2 .box .list .item:nth-child(5n + 5) .public-img {
  background: #fbb227;
}
.index-box2 .box .list .item:nth-child(1) {
  flex-direction: row-reverse;
  padding: 0 2.45rem 0 1.67rem;
  margin-bottom: 2.52rem;
}
@media (max-width: 1025px) {
  .index-box2 .box .list .item:nth-child(1) {
    padding: 0;
    margin-bottom: 1.8rem;
  }
}
@media (max-width: 991px) {
  .index-box2 .box .list .item:nth-child(1) {
    flex-direction: row;
  }
}
.index-box2 .box .list .item:nth-child(1) .tbox {
  padding-top: 1.57rem;
}
@media (max-width: 1025px) {
  .index-box2 .box .list .item:nth-child(1) .tbox {
    padding-top: 0;
  }
}
.index-box2 .box .list .item:nth-child(2) {
  padding: 0 3.8rem 0 0.3rem;
  margin-bottom: 3.15rem;
}
@media (max-width: 1025px) {
  .index-box2 .box .list .item:nth-child(2) {
    padding: 0;
    margin-bottom: 1.8rem;
  }
}
.index-box2 .box .list .item:nth-child(2) .public-img {
  margin-top: 0.54rem;
}
@media (max-width: 991px) {
  .index-box2 .box .list .item:nth-child(2) .public-img {
    margin-top: 0;
  }
}
.index-box2 .box .list .item:nth-child(3) {
  padding: 0 2.04rem 0 2.2rem;
  margin-bottom: 3.25rem;
}
@media (max-width: 1025px) {
  .index-box2 .box .list .item:nth-child(3) {
    padding: 0;
    margin-bottom: 1.8rem;
  }
}
.index-box2 .box .list .item:nth-child(3) .public-img {
  margin-top: 1.38rem;
}
@media (max-width: 991px) {
  .index-box2 .box .list .item:nth-child(3) .public-img {
    margin-top: 0;
  }
}
.index-box2 .box .list .item:nth-child(4) {
  flex-direction: row-reverse;
  padding: 0 0.28rem 0 2.72rem;
  margin-bottom: 2.5rem;
}
@media (max-width: 1025px) {
  .index-box2 .box .list .item:nth-child(4) {
    padding: 0;
    margin-bottom: 1.8rem;
  }
}
@media (max-width: 991px) {
  .index-box2 .box .list .item:nth-child(4) {
    flex-direction: row;
  }
}
.index-box2 .box .list .item:nth-child(4) .tbox {
  padding-top: 0.35rem;
}
@media (max-width: 1025px) {
  .index-box2 .box .list .item:nth-child(4) .tbox {
    padding-top: 0;
  }
}
.index-box2 .box .list .item:nth-child(5) {
  padding: 0 1.46rem 0 1.6rem;
}
@media (max-width: 1025px) {
  .index-box2 .box .list .item:nth-child(5) {
    padding: 0;
  }
}
.index-box2 .box .list .item:nth-child(5) .tbox {
  padding-top: 1rem;
}
@media (max-width: 1025px) {
  .index-box2 .box .list .item:nth-child(5) .tbox {
    padding-top: 0;
  }
}
.index-box3 {
  width: 100%;
  background: #fff;
  padding: 1.3rem 0.6rem 1.4rem;
}
@media (max-width: 991px) {
  .index-box3 {
    padding: 0.4rem 5% 1.2rem;
  }
}
.index-box3 .box .top {
  width: 100%;
}
.index-box3 .box .top .title {
  font-size: 1rem;
  line-height: 1;
  color: #333;
}
@media (max-width: 991px) {
  .index-box3 .box .top .title {
    font-size: 0.6rem;
  }
}
.index-box3 .box .top .txt {
  color: #333;
  line-height: calc(34/24);
  margin-top: 0.2rem;
}
.index-box3 .box .lbox {
  width: 100%;
  margin-top: 0.88rem;
}
.index-box3 .box .lbox .ibox {
  width: 100%;
  margin-bottom: 0.34rem;
}
.index-box3 .box .lbox .ibox:last-child {
  margin-bottom: 0;
}
.index-box3 .box .lbox .ibox .t1 {
  line-height: calc(34/24);
  color: #333;
  font-weight: bold;
}
.index-box3 .box .lbox .ibox .lists {
  width: 100%;
  margin-top: 0.42rem;
}
.index-box3 .box .lbox .ibox .lists ul {
  width: calc(100% + 0.2rem);
  margin: 0 -0.1rem;
  display: flex;
  flex-wrap: wrap;
}
.index-box3 .box .lbox .ibox .lists ul li {
  width: calc(100% / 6 - 0.2rem);
  margin: 0 0.1rem 0.2rem;
  position: relative;
  z-index: 1;
  border-radius: 0.1rem;
  overflow: hidden;
}
@media (max-width: 991px) {
  .index-box3 .box .lbox .ibox .lists ul li {
    width: calc(33.33% - 0.2rem);
  }
}
@media (max-width: 767px) {
  .index-box3 .box .lbox .ibox .lists ul li {
    width: calc(50% - 0.2rem);
  }
}
.index-box3 .box .lbox .ibox .lists ul li .public-img {
  width: 100%;
  border-radius: 0.1rem;
  background: #f8f8f8;
}
.index-box3 .box .lbox .ibox .lists ul li .public-img::before {
  padding-top: calc(118/346*100%);
}
.index-box3 .box .lbox .ibox .lists ul li .tboxs {
  width: 100%;
  height: 100%;
  background: #000;
  color: #fff;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 3;
  transition: all 0.4s;
}
.index-box3 .box .lbox .ibox .lists ul li .tboxs a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.index-box3 .box .lbox .ibox .lists ul li .tboxs i {
  width: 25px;
  height: 25px;
  background: #fff;
  color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  margin-left: 0.1rem;
}
.index-box3 .box .lbox .ibox .lists ul li .tboxs i svg {
  width: 12px;
  height: auto;
}
.index-box3 .box .lbox .ibox .lists ul li:hover .tboxs {
  top: 0;
}
.index-box4 {
  width: 100%;
  background: #000 url(../images/bg-gy.png) center bottom no-repeat;
  background-size: 100%;
  padding: 3.08rem 0 3.73rem;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
@media (max-width: 991px) {
  .index-box4 {
    padding: 3.4rem 0 4rem;
  }
}
@media (max-width: 767px) {
  .index-box4 {
    padding: 1.6rem 5% 1.2rem;
  }
}
.index-box4 .tbox .logo {
  position: relative;
  z-index: 1;
  text-align: center;
  line-height: calc(34/24);
  color: #fff;
}
.index-box4 .tbox .logo::before {
  content: '';
  width: 2.52rem;
  height: 1.03rem;
  position: absolute;
  bottom: 0.13rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  background: url(../images/index-box4-logo.svg) center center no-repeat;
  background-size: contain;
}
.index-box4 .tbox .title {
  text-align: center;
  color: #fff;
  font-weight: bold;
  line-height: calc(70/60);
  margin-top: 0.52rem;
}
.index-box4 .tbox .txt {
  text-align: center;
  line-height: calc(36/20);
  color: rgba(255, 255, 255, 0.7);
  margin-top: 0.24rem;
}
.index-box4 .quan {
  width: 1px;
  height: 1px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.index-box4 .quan .q1 {
  width: 6.93rem;
  height: 6.93rem;
  border-radius: 50%;
  border: 1px solid #f8f8f8;
  opacity: 0.2;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0);
  z-index: 1;
  transition: all 0.4s 0.2s;
}
.index-box4 .quan .q2 {
  width: 12.13rem;
  height: 12.13rem;
  border-radius: 50%;
  border: 1px solid #f8f8f8;
  opacity: 0.3;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0);
  z-index: 1;
  transition: all 0.4s 0.1s;
}
.index-box4 .quan .q3 {
  width: 17.62rem;
  height: 17.62rem;
  border-radius: 50%;
  border: 1px solid #f8f8f8;
  opacity: 0.15;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0);
  z-index: 1;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .index-box4 .img-list {
    display: flex;
    margin-top: 0.5rem;
  }
}
.index-box4 .img-list .public-img {
  position: absolute;
  z-index: 1;
  border-radius: 0.1rem;
  opacity: 0;
  transition: all ease-in-out 0.6s;
  animation: imgRun 4s forwards linear infinite;
}
@media (max-width: 767px) {
  .index-box4 .img-list .public-img {
    width: 3rem !important;
    position: relative;
    left: initial !important;
    top: initial !important;
    right: initial !important;
    bottom: initial !important;
    animation: none;
    transform: translate(0, 0) !important;
    flex-shrink: 0;
    margin-right: 0.2rem;
  }
  .index-box4 .img-list .public-img::before {
    padding-top: calc(225/340*100%) !important;
  }
}
.index-box4 .img-list .img1 {
  width: 3.4rem;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 991px) {
  .index-box4 .img-list .img1 {
    width: 2.8rem;
  }
}
.index-box4 .img-list .img1::before {
  padding-top: calc(225/340*100%);
}
.index-box4 .img-list .img2 {
  width: 2.2rem;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
}
.index-box4 .img-list .img2::before {
  padding-top: calc(128/220*100%);
}
.index-box4 .img-list .img3 {
  width: 2.44rem;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
}
.index-box4 .img-list .img3::before {
  padding-top: calc(176/244*100%);
}
.index-box4 .img-list .img4 {
  width: 2.85rem;
  left: 50%;
  bottom: 50%;
  transform: translate(-50%, 50%);
}
.index-box4 .img-list .img4::before {
  padding-top: calc(179/285*100%);
}
.index-box4 .img-list .img5 {
  width: 2.09rem;
  left: 50%;
  bottom: 50%;
  transform: translate(-50%, 50%);
}
.index-box4 .img-list .img5::before {
  padding-top: calc(176/209*100%);
}
.index-box4 .img-list .img6 {
  width: 3.4rem;
  right: 50%;
  bottom: 50%;
  transform: translate(50%, 50%);
}
@media (max-width: 991px) {
  .index-box4 .img-list .img6 {
    width: 2.8rem;
  }
}
.index-box4 .img-list .img6::before {
  padding-top: calc(232/340*100%);
}
.index-box4.on .quan .q1 {
  transform: translate(-50%, -50%) scale(1);
}
.index-box4.on .quan .q2 {
  transform: translate(-50%, -50%) scale(1);
}
.index-box4.on .quan .q3 {
  transform: translate(-50%, -50%) scale(1);
}
.index-box4.on .img-list .public-img {
  transform: translate(0, 0);
  opacity: 1;
}
.index-box4.on .img-list .img1 {
  left: 0.6rem;
  top: 1.75rem;
}
.index-box4.on .img-list .img2 {
  top: 0.94rem;
  right: calc(600/1920*100%);
}
.index-box4.on .img-list .img3 {
  right: 0.6rem;
  top: 2.24rem;
}
.index-box4.on .img-list .img4 {
  left: calc(210/1920*100%);
  bottom: 1.67rem;
}
.index-box4.on .img-list .img5 {
  left: calc(800/1920*100%);
  bottom: 1rem;
}
.index-box4.on .img-list .img6 {
  right: 1.45rem;
  bottom: 1.4rem;
}
@keyframes imgRun {
  0% {
    transform: translateY(0);
  }
  25% {
    transform: translateY(5px);
  }
  50% {
    transform: translateY(0);
  }
  75% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0);
  }
}
.index-box5 {
  width: 100%;
  position: relative;
  z-index: 1;
  padding: 1.6rem 0.6rem 0.8rem;
  overflow: hidden;
}
@media (max-width: 991px) {
  .index-box5 {
    padding: 1.2rem 5%;
  }
}
.index-box5 .line {
  width: calc(976.67/1920*100%);
  position: absolute;
  top: -0.2rem;
  right: 0;
  z-index: 1;
  color: transparent;
}
.index-box5 .line svg {
  width: 100%;
  height: auto;
}
.index-box5 .top {
  width: 100%;
  position: relative;
  z-index: 2;
}
.index-box5 .top .title {
  font-size: 1rem;
  line-height: 1;
  color: #333;
  font-weight: bold;
}
@media (max-width: 991px) {
  .index-box5 .top .title {
    font-size: 0.6rem;
  }
}
.index-box5 .top .txt {
  line-height: calc(34/24);
  color: #333;
  margin-top: 0.2rem;
}
.index-box5 .down {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
  margin-top: 1.1rem;
  position: relative;
  z-index: 2;
}
.index-box5 .down .tbox {
  width: calc(1120/1800*100%);
}
@media (max-width: 991px) {
  .index-box5 .down .tbox {
    width: 100%;
  }
}
.index-box5 .down .tbox .tb1 {
  width: 100%;
  border-bottom: 1px solid #eee;
  padding-bottom: 0.17rem;
  margin-bottom: 0.28rem;
}
@media (max-width: 767px) {
  .index-box5 .down .tbox .tb1 {
    margin-bottom: 0.3rem;
  }
}
.index-box5 .down .tbox .tb1 .t1 {
  display: flex;
}
.index-box5 .down .tbox .tb1 .t1 .s1 {
  width: 110px;
  color: #666;
}
.index-box5 .down .tbox .tb1 .t1 .s2 {
  color: #666;
  line-height: calc(24/18);
}
.index-box5 .down .tbox .tb2 {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .index-box5 .down .tbox .tb2 {
    margin-bottom: 0.3rem;
  }
}
.index-box5 .down .tbox .tb2 .t1 {
  width: 100%;
  line-height: calc(24/20);
  color: #000100;
  font-weight: bold;
  margin-bottom: 0.25rem;
}
.index-box5 .down .tbox .tb2 .ts {
  width: calc(50% - 0.23rem);
  display: flex;
  border-bottom: 1px solid #eee;
  padding-bottom: 0.13rem;
  margin-bottom: 0.18rem;
}
@media (max-width: 767px) {
  .index-box5 .down .tbox .tb2 .ts {
    width: 100%;
  }
}
.index-box5 .down .tbox .tb2 .ts .s1 {
  min-width: 110px;
  color: #666;
  padding-right: 0.34rem;
  white-space: nowrap;
}
.index-box5 .down .tbox .tb2 .ts .s2 {
  color: #666;
}
.index-box5 .down .tbox .tb3 {
  width: 100%;
  margin-top: 0.27rem;
}
.index-box5 .down .tbox .tb3 .t1 {
  width: 100%;
  line-height: calc(24/20);
  color: #000100;
  font-weight: bold;
}
.index-box5 .down .tbox .tb3 .t2 {
  width: 100%;
  color: #666;
  border-bottom: 1px solid #eee;
  padding-bottom: 0.18rem;
  margin-top: 0.15rem;
}
.index-box5 .down .img {
  width: calc(574/1800*100%);
  border-radius: 0.2rem;
}
@media (max-width: 991px) {
  .index-box5 .down .img {
    width: 100%;
    margin-top: 0.5rem;
  }
}
.index-box5 .down .img::before {
  padding-top: calc(600/574*100%);
}
.index-box6 {
  width: 100%;
  padding: 0.8rem 0.6rem 0.75rem;
  overflow: hidden;
}
@media (max-width: 991px) {
  .index-box6 {
    padding: 0.4rem 5% 0.6rem;
  }
}
.index-box6 .top {
  width: 100%;
}
.index-box6 .top .title {
  font-size: 1rem;
  line-height: 1;
  color: #333;
  font-weight: bold;
}
@media (max-width: 991px) {
  .index-box6 .top .title {
    font-size: 0.6rem;
  }
}
.index-box6 .top .txt {
  line-height: calc(34/24);
  color: #333;
  margin-top: 0.2rem;
}
.index-box6 .list {
  width: 100%;
  margin-top: 0.75rem;
  position: relative;
  z-index: 1;
}
.index-box6 .list .swiper-container .swiper-slide {
  width: 3.44rem;
}
@media (max-width: 767px) {
  .index-box6 .list .swiper-container .swiper-slide {
    width: 70%;
  }
}
.index-box6 .list .swiper-container .swiper-slide .tbox {
  width: 100%;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  padding: 0 0.48rem 0 0.22rem;
}
.index-box6 .list .swiper-container .swiper-slide .tbox .year {
  line-height: 0.36rem;
  font-size: 0.48rem;
  color: rgba(6, 11, 29, 0.5);
  transition: all 0.4s;
}
.index-box6 .list .swiper-container .swiper-slide .tbox .month {
  line-height: calc(24/18);
  color: rgba(6, 11, 29, 0.5);
  transition: all 0.4s;
  margin-top: 0.1rem;
}
.index-box6 .list .swiper-container .swiper-slide .tbox .txt {
  line-height: calc(24/16);
  color: #333;
  margin-top: 0.44rem;
}
.index-box6 .list .swiper-container .swiper-slide .tbox .public-img {
  width: 100%;
  border-radius: 0.1rem;
  margin-top: 0.24rem;
}
.index-box6 .list .swiper-container .swiper-slide .tbox .public-img::before {
  padding-top: calc(176/270*100%);
}
.index-box6 .list .swiper-container .swiper-slide .tbox:hover .year {
  color: #060b1d;
  font-weight: bold;
}
.index-box6 .list .swiper-container .swiper-slide .tbox:hover .month {
  color: #060b1d;
}
.index-box6 .list .ck-box {
  display: flex;
  position: absolute;
  right: 0;
  bottom: calc(100% + 1.24rem);
}
.index-box6 .list .ck-box .swiper-prev,
.index-box6 .list .ck-box .swiper-next {
  width: 0.7rem;
  height: 0.7rem;
  border: 1px solid #000;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.4s;
}
.index-box6 .list .ck-box .swiper-prev svg,
.index-box6 .list .ck-box .swiper-next svg {
  width: 0.2rem;
  height: 0.2rem;
  color: #000;
  transition: all 0.4s;
}
.index-box6 .list .ck-box .swiper-prev:hover,
.index-box6 .list .ck-box .swiper-next:hover {
  background: #000;
}
.index-box6 .list .ck-box .swiper-prev:hover svg,
.index-box6 .list .ck-box .swiper-next:hover svg {
  color: #fff;
}
.index-box6 .list .ck-box .swiper-prev {
  margin-right: 0.18rem;
}
.index-box6 .list .ck-box .swiper-prev svg {
  transform: rotateZ(180deg);
}
.index-box7 {
  width: 100%;
  padding: 0.8rem 0.6rem 1.4rem;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .index-box7 {
    padding: 0.6rem 5% 1.2rem;
  }
}
.index-box7 .top {
  width: calc(400/1800*100%);
}
@media (max-width: 1025px) {
  .index-box7 .top {
    width: 100%;
  }
}
.index-box7 .top .title {
  font-size: 1rem;
  line-height: 1;
  color: #333;
  font-weight: bold;
}
@media (max-width: 991px) {
  .index-box7 .top .title {
    font-size: 0.6rem;
  }
}
.index-box7 .top .txt {
  line-height: calc(34/24);
  color: #333;
  margin-top: 0.2rem;
}
.index-box7 .list {
  width: calc(1260/1800*100%);
  padding-top: 0.17rem;
}
@media (max-width: 1025px) {
  .index-box7 .list {
    width: 100%;
    padding-top: 0.8rem;
  }
}
.index-box7 .list ul li {
  width: 100%;
  margin-bottom: 0.3rem;
  position: relative;
  z-index: 1;
}
.index-box7 .list ul li::before {
  content: '';
  width: calc(875/1260*100%);
  height: 1px;
  background: #ddd;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}
@media (max-width: 767px) {
  .index-box7 .list ul li::before {
    width: 100%;
  }
}
.index-box7 .list ul li a {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.index-box7 .list ul li a .tbox {
  width: calc(875/1260*100%);
  padding-bottom: 0.3rem;
}
@media (max-width: 767px) {
  .index-box7 .list ul li a .tbox {
    width: 100%;
    margin-top: 0.3rem;
  }
}
.index-box7 .list ul li a .tbox .time {
  display: flex;
}
.index-box7 .list ul li a .tbox .time span {
  padding: 0 0.12rem;
  height: 36px;
  border-radius: 18px;
  display: flex;
  align-items: center;
  color: #fff;
}
@media (max-width: 767px) {
  .index-box7 .list ul li a .tbox .time span {
    height: 32px;
    padding: 0 0.15rem;
  }
}
.index-box7 .list ul li a .tbox .t1 {
  font-weight: bold;
  line-height: calc(46/36);
  color: #000;
  margin-top: 0.15rem;
}
.index-box7 .list ul li a .tbox .t2 {
  color: #666;
  line-height: calc(24/18);
  margin-top: 0.15rem;
}
.index-box7 .list ul li a .public-img {
  width: calc(328/1260*100%);
  border-radius: 0.2rem;
}
@media (max-width: 767px) {
  .index-box7 .list ul li a .public-img {
    width: 100%;
    order: -1;
  }
}
.index-box7 .list ul li a .public-img::before {
  padding-top: calc(216/328*100%);
}
.index-box7 .list ul li:nth-child(5n + 1) .tbox .time span {
  background: #0126fa;
}
.index-box7 .list ul li:nth-child(5n + 2) .tbox .time span {
  background: #ff2f15;
}
.index-box7 .list ul li:nth-child(5n + 3) .tbox .time span {
  background: #e74190;
}
.index-box7 .list ul li:nth-child(5n + 4) .tbox .time span {
  background: #009a44;
}
.index-box7 .list ul li:nth-child(5n + 5) .tbox .time span {
  background: #fbb227;
}
.page-list {
  display: flex;
}
.page-list a {
  width: 0.6rem;
  height: 0.6rem;
  margin-right: 0.1rem;
  transition: all 0.4s;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #999;
}
.page-list a:last-child {
  margin-right: 0;
}
.page-list a svg {
  color: #000;
  width: 0.2rem;
  height: 0.2rem;
}
.page-list a:hover,
.page-list a.on {
  color: #000;
}
.page-list .prev {
  width: 0.3rem;
  justify-content: flex-start;
}
.page-list .prev svg {
  transform: rotateZ(180deg);
}
.page-list .next {
  width: 0.3rem;
  justify-content: flex-end;
}
.footer {
  width: 100%;
  background: #000 url(../images/foot-bg.png) center bottom no-repeat;
  background-size: 100%;
  padding: 1.1rem 0.6rem 0.78rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .footer {
    padding: 1.2rem 5% 0.6rem;
    overflow: hidden;
  }
}
.footer .tbox {
  width: calc(730/1800*100%);
  padding-top: 0.36rem;
}
@media (max-width: 991px) {
  .footer .tbox {
    width: 100%;
    padding-top: 1.2rem;
  }
}
.footer .tbox .title {
  color: #fff;
  line-height: calc(60/48);
  font-weight: bold;
}
.footer .tbox .ts {
  padding-left: 0.15rem;
  margin-top: 1.08rem;
}
@media (max-width: 991px) {
  .footer .tbox .ts {
    margin-top: 0.5rem;
    padding-left: 0;
  }
}
.footer .tbox .ts .t1 {
  display: flex;
  align-items: center;
  margin-bottom: 0.15rem;
}
.footer .tbox .ts .t1:last-child {
  margin-bottom: 0;
}
.footer .tbox .ts .t1 i {
  width: 0.22rem;
  height: 0.22rem;
  display: flex;
  align-items: center;
  margin-right: 0.34rem;
  flex-shrink: 0;
}
@media (max-width: 991px) {
  .footer .tbox .ts .t1 i {
    margin-right: 0.15rem;
    width: 16px;
    height: 16px;
  }
}
.footer .tbox .ts .t1 i svg {
  color: #fff;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.footer .tbox .ts .t1 span {
  line-height: calc(34/24);
  color: #fff;
}
.footer .tbox .lang {
  width: 160px;
  position: relative;
  z-index: 2;
  margin-top: 0.7rem;
}
.footer .tbox .lang .now {
  width: 100%;
  height: 50px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 25px;
  display: flex;
  align-items: center;
  padding: 0 13px;
  cursor: pointer;
}
@media (max-width: 991px) {
  .footer .tbox .lang .now {
    height: 40px;
  }
}
.footer .tbox .lang .now .icons {
  width: 23px;
  height: 23px;
}
.footer .tbox .lang .now .icons svg {
  width: 100%;
  color: #fff;
}
.footer .tbox .lang .now span {
  margin-left: 0.1rem;
  color: #fff;
}
.footer .tbox .lang .now i {
  width: 26px;
  height: 26px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-left: auto;
}
.footer .tbox .lang .now i svg {
  width: 12px;
  height: auto;
  color: #fff;
  transition: all 0.4s;
  transform: rotateZ(90deg);
}
.footer .tbox .lang .langs {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 0.2rem;
  padding: 9px 13px;
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 2;
  display: none;
  background: #000;
}
.footer .tbox .lang .langs a {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 30px;
  color: rgba(255, 255, 255, 0.5);
  transition: all 0.4s;
}
.footer .tbox .lang .langs a i {
  width: 12px;
  height: 12px;
  color: #fff;
  opacity: 0;
  display: flex;
  align-items: center;
}
.footer .tbox .lang .langs a i svg {
  width: 100%;
  height: auto;
}
.footer .tbox .lang .langs a i svg path {
  fill: transparent !important;
}
.footer .tbox .lang .langs a:hover {
  color: #fff;
}
.footer .tbox .lang .langs a.on {
  color: #fff;
}
.footer .tbox .lang .langs a.on i {
  opacity: 1;
}
.footer .tbox .lang:hover .now i svg {
  transform: rotateZ(-90deg);
}
.footer .tbox .lang:hover .langs {
  display: block;
}
.footer .tbox .share {
  margin-top: 1rem;
  text-align: left;
}
@media (max-width: 991px) {
  .footer .tbox .share {
    margin-top: 0.5rem;
  }
}
.footer .tbox .share .t1 {
  color: #fff;
  line-height: calc(24/16);
}
.footer .tbox .share .sbox {
  display: flex;
  flex-wrap: wrap;
  margin-top: 0.15rem;
}
.footer .tbox .share .sbox .item {
  position: relative;
  z-index: 1;
  margin-right: 0.1rem;
}
.footer .tbox .share .sbox .item a {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  overflow: hidden;
  cursor: pointer;
  display: flex;
}
.footer .tbox .share .sbox .item a img,
.footer .tbox .share .sbox .item a svg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.footer .tbox .share .sbox .item .ewm {
  width: 1.2rem;
  height: 1.2rem;
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  border-radius: 5px;
  background: #fff;
  padding: 5px;
  display: none;
}
.footer .tbox .share .sbox .item .ewm img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.footer .tbox .share .sbox .item:hover .ewm {
  display: block;
}
.footer .tbox .down {
  color: rgba(255, 255, 255, 0.5);
  line-height: calc(28/16);
  margin-top: 0.87rem;
}
@media (max-width: 991px) {
  .footer .tbox .down {
    margin-top: 0.5rem;
  }
}
.footer .tbox .down .link {
  display: flex;
  flex-wrap: wrap;
}
.footer .tbox .down .link a {
  color: rgba(255, 255, 255, 0.5);
  transition: all 0.4s;
  margin-right: 0.3rem;
}
.footer .tbox .down .link a:last-child {
  margin-right: 0;
}
.footer .tbox .down .link a:hover {
  color: #fff;
}
.footer .form {
  width: calc(710/1800*100%);
  position: relative;
  z-index: 1;
  margin-right: 1rem;
}
@media (max-width: 1025px) {
  .footer .form {
    width: calc(800/1800*100%);
  }
}
@media (max-width: 991px) {
  .footer .form {
    width: 100%;
    order: -1;
    margin-right: 0;
  }
}
.footer .form form {
  width: 100%;
  background: #fff;
  position: relative;
  z-index: 2;
  padding: 0.44rem 0.5rem 0.57rem;
  border-radius: 0.3rem;
}
@media (max-width: 767px) {
  .footer .form form {
    padding: 0.5rem 0.3rem;
  }
}
.footer .form form .t1 {
  line-height: calc(40/30);
  color: #000;
}
.footer .form form .t2 {
  line-height: calc(24/16);
  margin-top: 7px;
  color: #000;
}
.footer .form form .ibox {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 0.37rem;
}
.footer .form form .ibox .item {
  width: calc(300/610*100%);
  margin-bottom: 0.15rem;
}
@media (max-width: 767px) {
  .footer .form form .ibox .item {
    width: 100%;
  }
}
.footer .form form .ibox .item:last-child {
  margin-bottom: 0;
}
.footer .form form .ibox .item.w100 {
  width: 100%;
}
.footer .form form .ibox .item .name {
  display: flex;
  align-items: center;
  color: #000;
  line-height: calc(24/16);
  padding-left: 0.1rem;
}
.footer .form form .ibox .item .name i {
  display: flex;
  align-items: center;
  color: #ff2f15;
  font-style: initial;
  margin-left: 5px;
}
.footer .form form .ibox .item .txt {
  width: 100%;
  height: 50px;
  border-radius: 25px;
  margin-top: 0.1rem;
  border: 1px solid #eee;
  padding-left: 0.2rem;
}
@media (max-width: 767px) {
  .footer .form form .ibox .item .txt {
    height: 36px;
  }
}
.footer .form form .ibox .item .layui-form-select {
  margin-top: 0.1rem;
}
.footer .form form .ibox .item .layui-form-select .layui-input {
  height: 50px;
  border-radius: 25px;
  border: 1px solid #eee;
  padding-left: 0.2rem;
}
@media (max-width: 767px) {
  .footer .form form .ibox .item .layui-form-select .layui-input {
    height: 36px;
  }
}
.footer .form form .ibox .item .layui-form-select .layui-input:hover {
  border: 1px solid #eee !important;
}
.footer .form form .ibox .item .layui-form-select .layui-input:focus {
  border: 1px solid #eee !important;
  box-shadow: none;
}
.footer .form form .ibox .item .layui-form-select .layui-edge {
  border-top-color: transparent;
  overflow: visible;
  right: 0.2rem;
}
.footer .form form .ibox .item .layui-form-select .layui-edge::before {
  content: '';
  width: 8px;
  height: 8px;
  border-left: 1px solid #000;
  border-bottom: 1px solid #000;
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%) rotateZ(-45deg);
  z-index: 2;
}
.footer .form form .ibox .item .text {
  width: 100%;
  height: 93px;
  border-radius: 25px;
  margin-top: 0.1rem;
  border: 1px solid #eee;
  padding: 0.1rem 0.2rem;
}
.footer .form form .tips {
  display: flex;
  margin-top: 6px;
}
.footer .form form .tips i {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 1px solid #000;
  flex-shrink: 0;
  transition: all 0.4s;
  position: relative;
  z-index: 1;
  margin-right: 0.1rem;
  cursor: pointer;
  line-height: calc(24/16);
  margin-top: calc(24/16*0.5em - 9px);
}
@media (max-width: 991px) {
  .footer .form form .tips i {
    width: 14px;
    height: 14px;
    margin-top: calc(24/16*0.5em - 7px);
  }
}
.footer .form form .tips i::before {
  content: '';
  width: 8px;
  height: 4px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotateZ(-45deg);
  z-index: 2;
  margin-top: -2px;
  opacity: 0;
  transition: all 0.4s;
}
.footer .form form .tips i.on {
  background: #000;
}
.footer .form form .tips i.on::before {
  opacity: 1;
}
.footer .form form .tips span {
  color: #000;
}
.footer .form form .public-btn {
  margin-top: 0.37rem;
}
.footer .form .dian {
  position: absolute;
}
.footer .form .dian img,
.footer .form .dian svg {
  width: 100%;
  object-fit: contain;
}
.footer .form .dian1 {
  width: 1.34rem;
  bottom: 1.44rem;
  right: calc(100% + 2.3rem);
  z-index: 1;
}
@media (max-width: 1025px) {
  .footer .form .dian1 {
    width: 0.8rem;
    bottom: 1.2rem;
    right: calc(100% + 1.2rem);
  }
}
.footer .form .dian2 {
  width: 2.2rem;
  bottom: 2.7rem;
  right: calc(100% - 0.47rem);
  z-index: 1;
}
@media (max-width: 1025px) {
  .footer .form .dian2 {
    width: 1.5rem;
    bottom: 2rem;
    right: calc(100% - 0.6rem);
  }
}
@media (max-width: 991px) {
  .footer .form .dian2 {
    right: calc(100% - 1rem);
    bottom: 1.2rem;
  }
}
.footer .form .dian5 {
  width: 1.24rem;
  bottom: 2.08rem;
  right: -0.82rem;
  z-index: 3;
}
@media (max-width: 1025px) {
  .footer .form .dian5 {
    width: 0.8rem;
    right: -0.2rem;
    bottom: 1.5rem;
  }
}
@media (max-width: 991px) {
  .footer .form .dian5 {
    right: 0.5rem;
    bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .footer .form .dian5 {
    transform: rotateZ(-15deg);
    bottom: 0.5rem;
  }
}
.footer .form .dian6 {
  width: 1.04rem;
  bottom: -6px;
  right: -1.58rem;
  z-index: 3;
}
@media (max-width: 1025px) {
  .footer .form .dian6 {
    width: 0.7rem;
    right: -1.1rem;
  }
}
@media (max-width: 991px) {
  .footer .form .dian6 {
    right: -0.5rem;
  }
}
.info-footer {
  width: 100%;
  background: #fff;
  border-top: 1px solid #eee;
  padding: 0.25rem 0 0.2rem;
}
.info-footer .container .copyright {
  color: rgba(51, 51, 51, 0.5);
  line-height: calc(24/16);
}
.logo-pop {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9;
  background: rgba(0, 0, 0, 0.5);
  display: none;
  overflow: hidden;
}
.logo-pop .box {
  width: 1200px;
  max-width: 90%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.logo-pop .box .d1 {
  width: 0.48rem;
  position: absolute;
  top: 0.25rem;
  right: 3.38rem;
  z-index: 3;
  pointer-events: none;
}
.logo-pop .box .d1 img {
  width: 100%;
}
.logo-pop .box .d2 {
  width: 0.8rem;
  position: absolute;
  top: -0.34rem;
  right: 2.41rem;
  z-index: 3;
  pointer-events: none;
}
.logo-pop .box .d2 img {
  width: 100%;
}
.logo-pop .box .d3 {
  width: 0.72rem;
  position: absolute;
  right: 1.52rem;
  top: -0.65rem;
  z-index: 1;
  pointer-events: none;
}
.logo-pop .box .d3 img {
  width: 100%;
}
.logo-pop .box .d4 {
  width: 0.57rem;
  position: absolute;
  top: -0.6rem;
  right: 0.64rem;
  z-index: -1;
  pointer-events: none;
}
.logo-pop .box .d4 img {
  width: 100%;
}
.logo-pop .box .d5 {
  width: 0.44rem;
  position: absolute;
  top: -0.21rem;
  right: -0.23rem;
  z-index: -1;
  pointer-events: none;
}
.logo-pop .box .d5 img {
  width: 100%;
}
.logo-pop .box .d6 {
  width: 0.36rem;
  height: 0.36rem;
  position: absolute;
  right: -0.49rem;
  top: 0.75rem;
  z-index: 1;
  pointer-events: none;
}
.logo-pop .box .d6 img {
  width: 100%;
}
.logo-pop .box .close {
  width: 22px;
  height: 22px;
  position: absolute;
  top: 0.4rem;
  right: 0.4rem;
  z-index: 3;
  cursor: pointer;
}
.logo-pop .box .close svg {
  width: 100%;
  height: auto;
}
.logo-pop .box .boxs {
  width: 100%;
  position: relative;
  z-index: 2;
  background: #fff;
  border-radius: 0.3rem;
  display: flex;
  flex-wrap: wrap;
}
.logo-pop .box .img {
  width: calc(450/1200*100%);
  border-radius: 0.3rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .logo-pop .box .img {
    width: 100%;
    display: none;
  }
}
.logo-pop .box .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.logo-pop .box .tbox {
  width: calc(530/1200*100%);
  margin-left: 0.8rem;
  padding: 1.05rem 0 0.36rem;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .logo-pop .box .tbox {
    width: 100%;
    margin: 0;
    padding: 1.2rem 0.3rem 0.5rem;
  }
}
.logo-pop .box .tbox .t1 {
  line-height: calc(60/48);
  color: #000;
  font-weight: bold;
}
.logo-pop .box .tbox .t2 {
  color: #000;
  line-height: calc(30/16);
  margin-top: 0.23rem;
}
.logo-pop .box .tbox .logos {
  height: 1.03rem;
  position: absolute;
  left: 0;
  bottom: 0.36rem;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .logo-pop .box .tbox .logos {
    position: relative;
    left: initial;
    bottom: initial;
    margin-top: 0.3rem;
  }
}
.logo-pop .box .tbox .logos img {
  max-height: 100%;
}
.PrivacyPolicy {
  width: 100%;
  padding: 0.95rem 0 1.4rem;
}
.PrivacyPolicy .container .title {
  color: #333;
  line-height: calc(80/70);
}
.PrivacyPolicy .container .public-content {
  width: 100%;
  border-top: 1px solid #eeeeee;
  margin-top: 0.58rem;
  padding-top: 0.8rem;
  color: #333;
  line-height: calc(24/16);
}
