@charset "utf-8";
:root {
  --color: #e95420;
  --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: "num";
  src: url("../fonts/NEXA\ BOLD.OTF") format("opentype");
}
.numF {
  font-family: "num";
}
* {
  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: '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: 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.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;
  }
}
.container {
  margin: 0 auto;
  width: 75%;
  max-width: 1440px;
}
@media (max-width: 1260px) {
  .container {
    width: 90%;
  }
}
.public-btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.public-btn a,
.public-btn .a {
  min-width: 1.6rem;
  padding: 0 0.35rem;
  height: 50px;
  border-radius: 25px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  display: flex;
  align-items: center;
  color: #fff;
  transition: all 0.4s;
  position: relative;
  z-index: 1;
  overflow: hidden;
  cursor: pointer;
}
@media (max-width: 1580px) {
  .public-btn a,
  .public-btn .a {
    height: 40px;
    padding: 0 0.3rem;
  }
}
.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: 12px;
  height: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 2;
  transition: all 0.4s;
  margin-left: 0.22rem;
  flex-shrink: 0;
}
.public-btn a i svg,
.public-btn .a i svg {
  width: 12px;
  height: auto;
  object-fit: contain;
}
.public-btn a:hover,
.public-btn .a:hover {
  background: #e60012;
  border: 1px solid #e60012;
  color: #fff;
}
.public-btn.pub-black a,
.public-btn.pub-black .a {
  border: 1px solid #e6e6e6;
  color: #666;
}
.public-btn.pub-black a:hover,
.public-btn.pub-black .a:hover {
  background: #e60012;
  border: 1px solid #e60012;
  color: #fff;
}
.public-btn.pub-red a,
.public-btn.pub-red .a {
  border: 1px solid #e60012;
  color: #e60012;
}
.public-btn.pub-red a:hover,
.public-btn.pub-red .a:hover {
  background: #e60012;
  border: 1px solid #e60012;
  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: 0.9rem;
  transition: all 0.4s;
}
@media (max-width: 991px) {
  #c-placeholder {
    height: 60px;
  }
}
.c-open .header .box .logo a {
  color: #e60012;
}
.c-open .header .box .c-switch i {
  background: #000;
}
.c-open .header .box .c-switch i:nth-child(2) {
  opacity: 0;
}
.c-open .header .box .c-switch i:nth-child(1) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.c-open .header .box .c-switch i:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
@media (max-width: 991px) {
  .pc {
    display: none;
  }
}
.mb {
  display: none;
}
@media (max-width: 991px) {
  .mb {
    display: block;
  }
}
.header {
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99;
  transition: all 0.4s;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.header > .box {
  width: 100%;
  position: relative;
  z-index: 9;
  padding-left: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 991px) {
  .header > .box {
    padding: 0 5%;
    height: 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .header > .box::before {
    content: '';
    width: 100%;
    height: 100%;
    background: #fff;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 5;
    opacity: 0;
  }
}
.header > .box .logo {
  height: 40px;
  display: flex;
  justify-content: flex-start;
  position: relative;
  z-index: 5;
  flex-shrink: 0;
}
@media (max-width: 1260px) {
  .header > .box .logo {
    height: 30px;
  }
}
.header > .box .logo a {
  display: block;
  height: 100%;
  color: #fff;
}
.header > .box .logo a img,
.header > .box .logo a svg {
  width: auto;
  height: 100%;
}
.header > .box .c-switch {
  position: relative;
  right: 0;
  z-index: 9;
  display: none;
  width: 26px;
  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: #fff;
  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;
}
.header > .box .right {
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .header > .box .right {
    width: 101vw;
    height: 100vh;
    overflow-y: auto;
    background: #fff;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    z-index: 2;
    padding: 80px 5% 1rem;
    display: none;
  }
}
.header > .box .right .menu {
  margin-right: 1rem;
}
@media (max-width: 991px) {
  .header > .box .right .menu {
    margin-right: 0;
  }
}
.header > .box .right .menu ul {
  display: flex;
  flex-wrap: wrap;
}
.header > .box .right .menu ul li {
  position: relative;
  z-index: 1;
  margin-right: 0.8rem;
}
@media (max-width: 1260px) {
  .header > .box .right .menu ul li {
    margin-right: 0.5rem;
  }
}
@media (max-width: 1025px) {
  .header > .box .right .menu ul li {
    margin-right: 0.3rem;
  }
}
@media (max-width: 991px) {
  .header > .box .right .menu ul li {
    width: 100%;
    margin-right: 0;
  }
}
.header > .box .right .menu ul li:last-child {
  margin-right: 0;
}
.header > .box .right .menu ul li .link {
  display: flex;
  position: relative;
  z-index: 1;
}
@media (max-width: 991px) {
  .header > .box .right .menu ul li .link {
    justify-content: space-between;
  }
}
.header > .box .right .menu ul li .link::before {
  content: '';
  width: 0;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  transition: all 0.4s;
  background: #e95420;
}
@media (max-width: 991px) {
  .header > .box .right .menu ul li .link::before {
    height: 1;
  }
}
.header > .box .right .menu ul li .link a {
  height: 0.9rem;
  display: flex;
  align-items: center;
  transition: all 0.4s;
  color: #fff;
  font-size: 17px;
}
@media (max-width: 1580px) {
  .header > .box .right .menu ul li .link a {
    font-size: 16px;
  }
}
@media (max-width: 1260px) {
  .header > .box .right .menu ul li .link a {
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  .header > .box .right .menu ul li .link a {
    height: 50px;
    font-size: 16px;
    color: #000;
  }
}
.header > .box .right .menu ul li .link i {
  display: none;
}
@media (max-width: 991px) {
  .header > .box .right .menu ul li .link i {
    width: 100px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding-right: 0.2rem;
  }
}
.header > .box .right .menu ul li .link i svg {
  width: 14px;
  height: auto;
  color: #000;
}
.header > .box .right .menu ul li:hover .link::before,
.header > .box .right .menu ul li.on .link::before {
  width: 100%;
}
.header > .box .right .menu ul li:hover .link a,
.header > .box .right .menu ul li.on .link a {
  color: #e95420;
}
.header > .box .right .menu ul li:hover .link i svg,
.header > .box .right .menu ul li.on .link i svg {
  transform: rotateZ(90deg);
  color: #e95420;
}
.header > .box .right .menu ul li .s-menu {
  width: 160px;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  background: #fff;
  display: none;
}
@media (max-width: 991px) {
  .header > .box .right .menu ul li .s-menu {
    width: calc(100% - 0.3rem);
    position: relative;
    left: initial;
    top: initial;
    transform: translateX(0);
  }
}
.header > .box .right .menu ul li .s-menu a {
  width: 100%;
  height: 0.6rem;
  border-bottom: 1px solid #e6e6e6;
  transition: all 0.4s;
  display: flex;
  align-items: center;
  padding: 0 0.3rem;
  color: #666;
}
@media (max-width: 991px) {
  .header > .box .right .menu ul li .s-menu a {
    height: 40px;
  }
}
.header > .box .right .menu ul li .s-menu a:hover {
  color: #e60012;
  border-bottom: 1px solid #e60012;
}
.header > .box .right .other {
  height: 0.9rem;
  display: flex;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}
.header > .box .right .other .lang {
  padding: 0 0.3rem;
  display: flex;
  align-items: center;
  cursor: pointer;
  position: relative;
  z-index: 1;
}
@media (max-width: 991px) {
  .header > .box .right .other .lang {
    padding: 0 0.3rem 0 0;
  }
}
.header > .box .right .other .lang .icons {
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  margin-right: 0.1rem;
}
@media (max-width: 1260px) {
  .header > .box .right .other .lang .icons {
    width: 16px;
    height: 16px;
  }
}
.header > .box .right .other .lang .icons img,
.header > .box .right .other .lang .icons svg {
  width: 100%;
  height: 100%;
}
.header > .box .right .other .lang span {
  color: #fff;
}
.header > .box .right .other .lang i {
  width: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  margin-left: 0.2rem;
  flex-shrink: 0;
}
.header > .box .right .other .lang i img,
.header > .box .right .other .lang i svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform: rotateZ(90deg);
}
.header > .box .right .other .lang .langs {
  width: 100%;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 2;
  background: #fff;
  padding: 0 0.3rem;
  display: none;
  border-top: 1px solid #e6e6e6;
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.05);
}
.header > .box .right .other .lang .langs a {
  width: 100%;
  height: 0.6rem;
  border-bottom: 1px solid #e6e6e6;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header > .box .right .other .lang .langs a:last-child {
  border-bottom: none;
}
.header > .box .right .other .lang .langs a span {
  color: #000;
  transition: all 0.4s;
}
.header > .box .right .other .lang .langs a i {
  width: 8px;
  display: flex;
  align-content: center;
  opacity: 0;
  transition: all 0.4s;
}
.header > .box .right .other .lang .langs a i img {
  width: 100%;
  height: auto;
  transform: rotateZ(0);
}
.header > .box .right .other .lang .langs a:hover span {
  color: #e60012;
}
.header > .box .right .other .lang .langs a.on span {
  color: #e60012;
}
.header > .box .right .other .lang .langs a.on i {
  opacity: 1;
}
.header > .box .right .other .lang:hover .langs {
  display: block;
}
.header > .box .right .other .search {
  width: 0.9rem;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  color: #fff;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}
.header > .box .right .other .search img,
.header > .box .right .other .search svg {
  width: 20px;
  height: 20px;
  object-fit: contain;
}
@media (max-width: 1260px) {
  .header > .box .right .other .search img,
  .header > .box .right .other .search svg {
    width: 16px;
    height: 16px;
  }
}
.header > .box .right .other .search:hover {
  color: #e60012;
}
.header.c-head-move {
  top: -1rem;
}
@media (max-width: 991px) {
  .header.c-head-move {
    top: -60px;
  }
}
.header.c-style2 {
  background: #fff;
  border-bottom: 1px solid #e6e6e6;
}
.header.c-style2 .box .logo a {
  color: #e60012;
}
.header.c-style2 .box .c-switch i {
  background: #000;
}
.header.c-style2 .box .right .menu ul li .link a {
  color: #000;
}
.header.c-style2 .box .right .other {
  border-left: 1px solid #e6e6e6;
}
@media (max-width: 991px) {
  .header.c-style2 .box .right .other {
    border-left: none;
  }
}
.header.c-style2 .box .right .other .lang .icons {
  color: #000;
}
.header.c-style2 .box .right .other .lang span {
  color: #666;
}
.header.c-style2 .box .right .other .lang i {
  color: #666;
}
.header.c-style2 .box .right .other .lang:hover .icons {
  color: #e60012;
}
.header.c-style2 .box .right .other .search {
  border-left: 1px solid #e6e6e6;
  color: #000;
}
.header.c-style2 .box .right .other .search:hover {
  color: #e60012;
}
@media (max-width: 991px) {
  .header.c-style2 .box .right .other .search {
    border-left: none;
  }
}
.search-pop {
  width: 100%;
  background: #fff;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 9;
  padding: 0.7rem 0 0.74rem;
  display: none;
}
.search-pop > .box {
  width: 800px;
  max-width: 90%;
  margin: 0 auto;
}
.search-pop > .box .b1 {
  width: 100%;
  position: relative;
  z-index: 1;
}
.search-pop > .box .b1 .searchs {
  width: 100%;
  height: 60px;
  border-radius: 30px;
  border: 1px solid #e6e6e6;
  display: flex;
}
@media (max-width: 1580px) {
  .search-pop > .box .b1 .searchs {
    height: 40px;
  }
}
@media (max-width: 991px) {
  .search-pop > .box .b1 .searchs {
    width: calc(100% - 50px);
  }
}
.search-pop > .box .b1 .searchs .txt {
  width: calc(100% - 0.78rem);
  height: 100%;
  padding-left: 0.3rem;
}
.search-pop > .box .b1 .searchs .btn {
  width: 0.78rem;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.search-pop > .box .b1 .searchs .btn svg {
  width: 0.2rem;
  height: auto;
  color: #e60012;
}
.search-pop > .box .b1 .close {
  width: 30px;
  height: 30px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: calc(-30px - 0.2rem);
}
@media (max-width: 991px) {
  .search-pop > .box .b1 .close {
    right: 0;
  }
}
.search-pop > .box .b1 .close svg {
  width: 12px;
  height: auto;
  color: #999;
}
.search-pop > .box .b2 {
  width: 100%;
  margin-top: 0.25rem;
  padding-left: 0.3rem;
}
.search-pop > .box .b2 .t1 {
  line-height: calc(24/18);
  color: #000;
  margin-bottom: 0.1rem;
}
.search-pop > .box .b2 .ts a {
  line-height: calc(30/16);
  margin-bottom: 0.06rem;
  display: block;
  transition: all 0.4s;
}
.search-pop > .box .b2 .ts a:hover {
  color: #e60012;
}
.banner {
  width: 100%;
  height: var(--vh);
  position: relative;
  z-index: 1;
}
.banner .swiper-container {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.banner .swiper-container .swiper-slide {
  width: 100%;
  position: relative;
  z-index: 1;
}
.banner .swiper-container .swiper-slide .img {
  width: 100%;
  height: 100%;
}
.banner .swiper-container .swiper-slide .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner .swiper-container .swiper-slide .container {
  position: absolute;
  top: 3.6rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}
.banner .swiper-container .swiper-slide .container .title {
  line-height: calc(60/50);
  color: #fff;
}
.banner .swiper-container .swiper-slide .container .title span {
  color: #e60012;
}
.banner .swiper-container .swiper-slide .container .more {
  margin-top: 0.58rem;
}
.banner .swiper-container .swiper-pagination {
  width: 75%;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0.6rem;
  font-size: 0;
  text-align: left;
}
@media (max-width: 1260px) {
  .banner .swiper-container .swiper-pagination {
    width: 90%;
  }
}
.banner .swiper-container .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border-radius: 5px;
  opacity: 1;
  background: rgba(255, 255, 255, 0.5);
  transition: all 0.4s;
  margin-right: 0.2rem;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.banner .swiper-container .swiper-pagination .swiper-pagination-bullet::before {
  content: '';
  width: 0;
  height: 100%;
  border-radius: 5px;
  background: #e60012;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.banner .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
  width: 40px;
  background: rgba(255, 255, 255, 0.1);
}
.banner .swiper-container .swiper-pagination .swiper-pagination-bullet-active::before {
  width: 100%;
  transition: all linear 4s;
}
.index-box1 {
  width: 100%;
  position: relative;
  z-index: 1;
}
.index-box1 .box1 {
  width: 100%;
  height: 100vh;
  position: sticky;
  position: -webkit-sticky;
  z-index: 3;
  top: 0;
}
@media (max-width: 991px) {
  .index-box1 .box1 {
    display: none;
  }
}
.index-box1 .box1 .img {
  width: 100%;
  height: 100%;
  color: #fff;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.index-box1 .box1 .img img,
.index-box1 .box1 .img svg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transform-origin: 52% 32%;
  z-index: 1;
}
.index-box1 .box1 .img img path,
.index-box1 .box1 .img svg path {
  width: 100%;
  height: 100%;
  transform: translateX(100%);
}
.index-box1 .box1 .container {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0.76rem;
  z-index: 2;
}
.index-box1 .box1 .container .t1 {
  line-height: calc(28/18);
  text-align: center;
  color: #e60012;
}
.index-box1 .box1 .container .t2 {
  line-height: calc(50/40);
  text-align: center;
  color: #000;
  margin-top: 0.12rem;
}
.index-box1 .box1 .container .mouse {
  margin-top: 0.76rem;
}
.index-box1 .box1 .container .mouse .icons {
  width: 30px;
  height: 40px;
  border-radius: 14px;
  border: 1px solid #e6e6e6;
  position: relative;
  z-index: 1;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding: 9px 0;
}
.index-box1 .box1 .container .mouse .icons span {
  width: 4px;
  height: 10px;
  border-radius: 2px;
  background: #e60012;
  animation: mouse_Run 2s linear forwards infinite;
}
.index-box1 .box1 .container .mouse .txt {
  text-align: center;
  color: #999;
  line-height: calc(24/16);
  margin-top: 0.1rem;
}
.index-box1 .box2 {
  width: 100%;
  height: 100vh;
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  z-index: 1;
  margin-top: -100vh;
}
@media (max-width: 991px) {
  .index-box1 .box2 {
    position: relative;
    margin-top: 0;
  }
}
.index-box1 .box2 .bg {
  width: 100%;
  height: 100%;
}
.index-box1 .box2 .bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index-box1 .box2 .container {
  position: absolute;
  top: 1.15rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.index-box1 .box2 .container .tbox {
  width: calc(720/1440*100%);
  transform: translateY(60px);
  opacity: 0;
  transition: all 0.6s;
}
@media (max-width: 991px) {
  .index-box1 .box2 .container .tbox {
    width: 100%;
  }
}
.index-box1 .box2 .container .tbox .title {
  color: #fff;
  line-height: calc(50/40);
}
.index-box1 .box2 .container .tbox .txt {
  line-height: calc(30/20);
  color: #fff;
  margin-top: 0.2rem;
}
.index-box1 .box2 .container .tbox .more {
  margin-top: 0.55rem;
}
.index-box1 .box2 .container .list {
  width: calc(620/1440*100%);
  transform: translateY(60px);
  opacity: 0;
  transition: all 0.6s 0.2s;
}
@media (max-width: 991px) {
  .index-box1 .box2 .container .list {
    width: 100%;
    margin-top: 0.8rem;
  }
}
.index-box1 .box2 .container .list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.index-box1 .box2 .container .list ul li {
  width: calc(260/620*100%);
  border-left: 1px solid #fff;
  margin-bottom: 0.6rem;
  padding-left: 0.4rem;
}
.index-box1 .box2 .container .list ul li .num {
  display: flex;
  align-items: baseline;
  line-height: calc(40/30);
  color: #fff;
}
.index-box1 .box2 .container .list ul li .num span {
  font-size: 0.8rem;
  line-height: 0.6rem;
}
.index-box1 .box2 .container .list ul li .txt {
  line-height: 1;
  color: #fff;
  margin-top: 0.2rem;
}
.index-box1 .box2.on .container .tbox {
  opacity: 1;
  transform: translateY(0);
}
.index-box1 .box2.on .container .list {
  opacity: 1;
  transform: translateY(0);
}
.index-box1 .bd {
  width: 100%;
  height: 150vh;
}
@media (max-width: 991px) {
  .index-box1 .bd {
    display: none;
  }
}
@keyframes mouse_Run {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(0);
  }
}
.index-box2 {
  width: 100%;
  padding: 1.15rem 0 0.76rem;
}
.index-box2 .container .top {
  width: 100%;
  position: relative;
  z-index: 2;
}
.index-box2 .container .top .t1 {
  color: #e60012;
  line-height: calc(28/18);
}
.index-box2 .container .top .t2 {
  width: calc(800/1440*100%);
  line-height: calc(50/40);
  color: #000;
  margin-top: 12px;
}
@media (max-width: 991px) {
  .index-box2 .container .top .t2 {
    width: 100%;
  }
}
.index-box2 .container .list {
  width: 100%;
  margin-top: 0.56rem;
}
.index-box2 .container .list ul li {
  display: none;
}
.index-box2 .container .list ul li .boxs {
  position: relative;
  z-index: 1;
  width: 100%;
  min-height: 5.2rem;
  display: flex;
  justify-content: space-between;
  padding-top: 1.4rem;
}
@media (max-width: 1260px) {
  .index-box2 .container .list ul li .boxs {
    min-height: 6rem;
  }
}
@media (max-width: 991px) {
  .index-box2 .container .list ul li .boxs {
    min-height: auto;
    flex-wrap: wrap;
    padding-top: 0;
  }
}
.index-box2 .container .list ul li .boxs .tbox {
  width: calc(460/1440*100%);
}
@media (max-width: 991px) {
  .index-box2 .container .list ul li .boxs .tbox {
    width: 100%;
    margin-top: 0.5rem;
  }
}
.index-box2 .container .list ul li .boxs .tbox .t1 {
  line-height: calc(46/36);
  color: #000;
}
.index-box2 .container .list ul li .boxs .tbox .t2 {
  color: #666;
  line-height: calc(28/18);
  margin-top: 0.15rem;
}
.index-box2 .container .list ul li .boxs .tbox .more {
  margin-top: 0.58rem;
}
.index-box2 .container .list ul li .boxs .public-img {
  width: calc(1026/1440*100%);
  position: absolute;
  top: -1.54rem;
  left: calc(474/1440*100%);
  z-index: 2;
}
.index-box2 .container .list ul li .boxs .public-img::before {
  padding-top: calc(706/1026*100%);
}
@media (max-width: 991px) {
  .index-box2 .container .list ul li .boxs .public-img {
    width: 100%;
    position: relative;
    top: initial;
    left: initial;
    order: -1;
  }
}
.index-box2 .container .list ul li.on {
  display: block;
}
.index-box2 .container .menu {
  width: 100%;
  position: relative;
  z-index: 2;
  margin-top: 8px;
}
@media (max-width: 991px) {
  .index-box2 .container .menu {
    margin-top: 1rem;
  }
}
.index-box2 .container .menu ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .index-box2 .container .menu ul {
    width: calc(100% + 0.3rem);
    margin: 0 -0.15rem;
    justify-content: flex-start;
  }
}
.index-box2 .container .menu ul li {
  width: calc(240/1440*100%);
  border-top: 2px solid #e6e6e6;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 0.16rem;
  transition: all 0.4s;
  cursor: pointer;
}
@media (max-width: 991px) {
  .index-box2 .container .menu ul li {
    width: calc(33.33% - 0.3rem);
    margin: 0 0.15rem 0.3rem;
  }
}
@media (max-width: 767px) {
  .index-box2 .container .menu ul li {
    width: calc(50% - 0.3rem);
  }
}
.index-box2 .container .menu ul li span {
  line-height: calc(28/18);
  color: #000;
  transition: all 0.4s;
}
.index-box2 .container .menu ul li i {
  width: 10px;
  display: flex;
  align-items: center;
  color: #e60012;
  opacity: 0;
  transition: all 0.4s;
}
.index-box2 .container .menu ul li i svg {
  width: 100%;
  height: auto;
}
.index-box2 .container .menu ul li:hover span {
  color: #e60012;
}
.index-box2 .container .menu ul li.on {
  border-top: 2px solid #e60012;
}
.index-box2 .container .menu ul li.on span {
  color: #e60012;
}
.index-box2 .container .menu ul li.on i {
  opacity: 1;
}
.index-box3 {
  width: 100%;
  padding: 1.15rem 0 1.2rem;
  background: #f5f5f5;
}
.index-box3 .container .top {
  width: 100%;
  text-align: center;
}
.index-box3 .container .top .t1 {
  color: #e60012;
  line-height: calc(28/18);
}
.index-box3 .container .top .t2 {
  width: calc(800/1440*100%);
  line-height: calc(50/40);
  color: #000;
  margin-top: 12px;
}
@media (max-width: 991px) {
  .index-box3 .container .top .t2 {
    width: 100%;
  }
}
.index-box3 .container .list {
  width: 100%;
  margin-top: 0.56rem;
}
.index-box3 .container .list ul {
  width: calc(100% + 0.3rem);
  margin: 0 -0.15rem;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .index-box3 .container .list ul {
    width: 100%;
    margin: 0;
  }
}
.index-box3 .container .list ul li {
  width: calc(33.33% - 0.3rem);
  margin: 0 0.15rem 0.3rem;
  background: #fff;
  border-radius: 0.1rem;
  transition: all 0.4s;
}
@media (max-width: 991px) {
  .index-box3 .container .list ul li {
    width: 100%;
    margin: 0 0 0.3rem;
  }
}
.index-box3 .container .list ul li a {
  display: block;
}
.index-box3 .container .list ul li a .public-img {
  width: 100%;
  border-radius: 0.1rem;
}
.index-box3 .container .list ul li a .public-img::before {
  padding-top: calc(260/460*100%);
}
.index-box3 .container .list ul li a .tbox {
  width: 100%;
  padding: 0.38rem 0.4rem 0.4rem;
}
.index-box3 .container .list ul li a .tbox .time {
  display: flex;
  align-items: center;
}
.index-box3 .container .list ul li a .tbox .time img {
  width: 20px;
  height: 20px;
  object-fit: contain;
}
@media (max-width: 1260px) {
  .index-box3 .container .list ul li a .tbox .time img {
    width: 16px;
    height: 16px;
  }
}
@media (max-width: 991px) {
  .index-box3 .container .list ul li a .tbox .time img {
    width: 14px;
    height: 14px;
  }
}
.index-box3 .container .list ul li a .tbox .time span {
  color: #999;
  line-height: calc(24/16);
  margin-left: 0.1rem;
}
.index-box3 .container .list ul li a .tbox .t1 {
  line-height: calc(28/22);
  margin-top: 0.22rem;
  color: #000;
}
.index-box3 .container .list ul li a .tbox .line {
  width: 100%;
  height: 1px;
  display: flex;
  justify-content: flex-start;
  margin-top: 0.36rem;
  background: #e6e6e6;
}
.index-box3 .container .list ul li a .tbox .line span {
  width: 0;
  height: 1px;
  background: #e60012;
  transition: all 0.4s;
}
.index-box3 .container .list ul li a .tbox .more {
  display: flex;
  align-items: center;
  margin-top: 0.35rem;
  color: #666;
  transition: all 0.4s;
}
.index-box3 .container .list ul li a .tbox .more span {
  line-height: calc(24/16);
}
.index-box3 .container .list ul li a .tbox .more i {
  display: flex;
  align-items: center;
  margin-left: 0.2rem;
}
.index-box3 .container .list ul li a .tbox .more i svg {
  width: 12px;
  height: auto;
}
.index-box3 .container .list ul li:hover {
  box-shadow: 0 0 0.1rem 0 rgba(0, 0, 0, 0.1);
}
.index-box3 .container .list ul li:hover a .public-img img {
  transform: scale(1.05);
}
.index-box3 .container .list ul li:hover a .tbox .line span {
  width: 100%;
}
.index-box3 .container .list ul li:hover a .tbox .more {
  color: #e60012;
}
.index-box3 .container .mores {
  margin-top: 0.3rem;
  display: flex;
  justify-content: center;
}
.footer {
  width: 100%;
  padding: 0.6rem 0 0;
}
.footer .container .top {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer .container .top .logo {
  height: 50px;
}
@media (max-width: 1580px) {
  .footer .container .top .logo {
    height: 40px;
  }
}
@media (max-width: 1260px) {
  .footer .container .top .logo {
    height: 30px;
  }
}
.footer .container .top .logo a {
  display: block;
  height: 100%;
  color: #e60012;
}
.footer .container .top .logo a svg {
  width: auto;
  height: 100%;
}
.footer .container .top .right {
  display: flex;
  align-items: center;
}
.footer .container .top .right .share {
  display: flex;
}
.footer .container .top .right .share .item {
  position: relative;
  z-index: 1;
  margin-right: 0.1rem;
}
.footer .container .top .right .share .item a {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid #e6e6e6;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #999;
  transition: all 0.4s;
}
@media (max-width: 1580px) {
  .footer .container .top .right .share .item a {
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 1260px) {
  .footer .container .top .right .share .item a {
    width: 30px;
    height: 30px;
  }
}
.footer .container .top .right .share .item a svg {
  width: calc(24/50*100%);
  height: auto;
}
.footer .container .top .right .share .item .ewm {
  width: 1.2rem;
  height: 1.2rem;
  background: #fff;
  padding: 5px;
  border-radius: 3px;
  box-shadow: 0 0 0.1rem 0 rgba(0, 0, 0, 0.1);
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  display: none;
}
.footer .container .top .right .share .item:hover a {
  color: #fff;
  background: #e60012;
  border: 1px solid #e60012;
}
.footer .container .top .right .share .item:hover .ewm {
  display: block;
}
.footer .container .top .right .gotop {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid #e6e6e6;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #999;
  transition: all 0.4s;
}
@media (max-width: 1580px) {
  .footer .container .top .right .gotop {
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 1260px) {
  .footer .container .top .right .gotop {
    width: 30px;
    height: 30px;
  }
}
.footer .container .top .right .gotop svg {
  width: 14px;
  height: auto;
  transform: rotateZ(-90deg);
}
.footer .container .top .right .gotop:hover {
  color: #fff;
  background: #e60012;
  border: 1px solid #e60012;
}
.footer .container .center {
  width: 100%;
  margin-top: 0.6rem;
  border-top: 1px solid #e6e6e6;
  padding-top: 0.95rem;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .footer .container .center {
    margin-top: 0.4rem;
    padding-top: 0.4rem;
  }
}
.footer .container .center .tbox {
  width: calc(275/1440*100%);
}
@media (max-width: 1025px) {
  .footer .container .center .tbox {
    width: calc(360/1440*100%);
  }
}
@media (max-width: 991px) {
  .footer .container .center .tbox {
    width: 100%;
  }
}
.footer .container .center .tbox .tel {
  color: #666;
  line-height: calc(24/16);
  margin-bottom: 0.2rem;
}
.footer .container .center .tbox .tel span {
  display: block;
  color: #e60012;
  margin-top: 7px;
  line-height: 1;
}
.footer .container .center .tbox .txt {
  color: #666;
  line-height: calc(24/16);
  margin-bottom: 0.24rem;
}
.footer .container .center .tbox .txt span {
  display: block;
  line-height: calc(24/20);
  color: #000;
  margin-top: 4px;
}
.footer .container .center .menu {
  width: calc(950/1440*100%);
}
.footer .container .center .menu ul {
  display: flex;
  justify-content: space-between;
}
.footer .container .center .menu ul li .t1 {
  display: flex;
  margin-bottom: 0.22rem;
}
.footer .container .center .menu ul li .t1 a {
  color: #000;
  line-height: calc(28/18);
  transition: all 0.4s;
}
.footer .container .center .menu ul li .t1 a:hover {
  color: #e60012;
}
.footer .container .center .menu ul li .t2 {
  display: flex;
  margin-bottom: 0.16rem;
}
.footer .container .center .menu ul li .t2 a {
  line-height: calc(24/16);
  color: #666;
  transition: all 0.4s;
}
.footer .container .center .menu ul li .t2 a:hover {
  color: #e60012;
}
.footer .down {
  width: 100%;
  border-top: 1px solid #e6e6e6;
  margin-top: 0.75rem;
}
@media (max-width: 991px) {
  .footer .down {
    margin-top: 0.2rem;
  }
}
.footer .down .container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0.3rem 0;
}
.footer .down .container .copyright {
  line-height: calc(20/14);
  color: #666;
}
@media (max-width: 991px) {
  .footer .down .container .copyright {
    width: 100%;
    text-align: center;
  }
}
.footer .down .container .copyright a {
  color: #666;
  transition: all 0.4s;
}
.footer .down .container .copyright a:hover {
  color: #e60012;
}
.footer .down .container .link {
  line-height: calc(20/14);
  color: #666;
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .footer .down .container .link {
    width: 100%;
    justify-content: center;
    margin-top: 0.2rem;
  }
}
.footer .down .container .link a {
  color: #666;
  transition: all 0.4s;
  margin-right: 0.55rem;
  position: relative;
  z-index: 1;
}
.footer .down .container .link a::before {
  content: '/';
  position: absolute;
  right: -0.3rem;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  color: #666;
}
.footer .down .container .link a:last-child {
  margin-right: 0;
}
.footer .down .container .link a:last-child::before {
  display: none;
}
.footer .down .container .link a:hover {
  color: #e60012;
}
.right-pop {
  position: fixed;
  right: 0.4rem;
  bottom: 20%;
  z-index: 9;
}
@media (max-width: 1260px) {
  .right-pop {
    right: 0.2rem;
  }
}
.right-pop .item {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  margin-bottom: 0.1rem;
  color: #666;
  background: #fff;
  box-shadow: 0 0 0.1rem 0 rgba(0, 0, 0, 0.05);
  transition: all 0.4s;
}
@media (max-width: 1580px) {
  .right-pop .item {
    width: 50px;
    height: 50px;
  }
}
@media (max-width: 1260px) {
  .right-pop .item {
    width: 40px;
    height: 40px;
  }
}
.right-pop .item svg {
  width: calc(22/60*100%);
  height: auto;
}
.right-pop .item:hover {
  background: #e60012;
  color: #fff;
}
.product {
  width: 100%;
  position: relative;
  z-index: 1;
  padding: 1.15rem 0 1.4rem;
}
.product .bg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.product .bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product .container {
  position: relative;
  z-index: 2;
}
.product .container .title {
  text-align: center;
  color: #000;
  line-height: calc(50/40);
  font-weight: bold;
}
.product .container .menu {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 0.13rem;
  position: relative;
  z-index: 1;
  overflow-x: auto;
}
.product .container .menu::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 5px;
  /*高宽分别对应横竖滚动条的尺寸*/
  height: 1px;
}
@media (max-width: 767px) {
  .product .container .menu::-webkit-scrollbar {
    width: 3px;
  }
}
.product .container .menu::-webkit-scrollbar-thumb {
  /*滚动条-滑块*/
  border-radius: 3px;
  background: #ededed;
}
.product .container .menu::-webkit-scrollbar-track {
  /*滚动条-背景*/
  border-radius: 3px;
  background: #ededed;
}
.product .container .menu::before {
  content: '';
  width: 100%;
  height: 1px;
  background: #e6e6e6;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}
.product .container .menu ul {
  position: relative;
  z-index: 2;
  display: flex;
}
.product .container .menu ul li {
  height: 0.62rem;
  color: #666;
  display: flex;
  align-items: center;
  cursor: pointer;
  border-bottom: 2px solid transparent;
  transition: all 0.4s;
  margin-right: 0.6rem;
  font-weight: bold;
  flex-shrink: 0;
}
@media (max-width: 1580px) {
  .product .container .menu ul li {
    margin-right: 0.4rem;
  }
}
.product .container .menu ul li:last-child {
  margin-right: 0;
}
.product .container .menu ul li:hover {
  color: #e60012;
}
.product .container .menu ul li.on {
  color: #e60012;
  border-bottom: 2px solid #e60012;
}
.product .container .list {
  width: 100%;
  margin-top: 0.74rem;
}
.product .container .list ul {
  width: 100%;
}
.product .container .list ul li {
  width: 100%;
  display: none;
}
.product .container .list ul li.on {
  display: block;
}
.product .container .list ul li .box {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
}
.product .container .list ul li .box .tbox {
  width: calc(520/1440*100%);
  padding-top: 0.6rem;
}
@media (max-width: 1580px) {
  .product .container .list ul li .box .tbox {
    width: calc(720/1440*100%);
  }
}
@media (max-width: 991px) {
  .product .container .list ul li .box .tbox {
    width: 100%;
  }
}
.product .container .list ul li .box .tbox .t1 {
  color: #000;
  line-height: calc(46/36);
  font-weight: bold;
}
.product .container .list ul li .box .tbox .t2 {
  color: #666;
  line-height: calc(24/18);
  margin-top: 0.16rem;
}
.product .container .list ul li .box .tbox .items {
  width: 100%;
  display: flex;
  margin-top: 0.56rem;
}
.product .container .list ul li .box .tbox .items .item {
  width: 50%;
}
.product .container .list ul li .box .tbox .items .item:last-child {
  margin-right: 0;
}
.product .container .list ul li .box .tbox .items .item .icons {
  width: 0.84rem;
  height: 0.84rem;
  flex-shrink: 0;
}
@media (max-width: 1580px) {
  .product .container .list ul li .box .tbox .items .item .icons {
    width: 0.6rem;
    height: 0.6rem;
  }
}
.product .container .list ul li .box .tbox .items .item .icons img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.product .container .list ul li .box .tbox .items .item .it1 {
  color: #666;
  line-height: calc(24/18);
  margin-top: 0.3rem;
}
.product .container .list ul li .box .tbox .items .item .it2 {
  line-height: 1;
  color: #e60012;
  margin-top: 0.1rem;
}
.product .container .list ul li .box .tbox .more {
  margin-top: 0.52rem;
}
.product .container .list ul li .box .img {
  width: calc(947/1440*100%);
  position: absolute;
  top: 0;
  left: calc(545/1440*100%);
  z-index: 2;
}
@media (max-width: 1580px) {
  .product .container .list ul li .box .img {
    width: calc(747/1440*100%);
    left: calc(745/1440*100%);
  }
}
@media (max-width: 991px) {
  .product .container .list ul li .box .img {
    width: 100%;
    position: relative;
    left: initial;
    top: initial;
    order: -1;
  }
}
.product-info {
  position: relative;
  z-index: 1;
}
.product-info .back {
  position: absolute;
  top: 0.4rem;
  right: 0.4rem;
  z-index: 2;
}
.product-info .back .public-btn a i {
  margin-right: 0.14rem;
  margin-left: 0;
}
.product-info-box1 {
  width: 100%;
  background: #f5f5f5;
  padding: 1.15rem 0 0;
}
@media (max-width: 767px) {
  .product-info-box1 {
    padding: 1.6rem 0 0;
  }
}
.product-info-box1 .container .title {
  line-height: calc(50/40);
  text-align: center;
  font-weight: bold;
}
.product-info-box1 .container .txt {
  width: 1200px;
  max-width: 100%;
  line-height: calc(30/18);
  text-align: center;
  margin: 0.48rem auto 0;
  color: #666;
}
.product-info-box1 .container .items {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 0.95rem;
}
@media (max-width: 767px) {
  .product-info-box1 .container .items {
    justify-content: flex-start;
  }
}
.product-info-box1 .container .items .item {
  margin-right: 0.6rem;
  display: flex;
  align-items: center;
}
@media (max-width: 1900px) {
  .product-info-box1 .container .items .item {
    margin-right: 0.4rem;
  }
}
@media (max-width: 767px) {
  .product-info-box1 .container .items .item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 0.5rem;
  }
}
.product-info-box1 .container .items .item:last-child {
  margin-right: 0;
}
@media (max-width: 767px) {
  .product-info-box1 .container .items .item:last-child {
    margin-bottom: 0;
  }
}
.product-info-box1 .container .items .item .icons {
  width: 0.84rem;
  height: 0.84rem;
  margin-right: 0.15rem;
}
.product-info-box1 .container .items .item .icons img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.product-info-box1 .container .items .item .ts .it1 {
  color: #666;
  line-height: calc(24/18);
}
.product-info-box1 .container .items .item .ts .it2 {
  line-height: 1;
  color: #e60012;
  margin-top: 0.1rem;
}
.product-info-box1 .container .img {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 0.65rem;
}
.product-info-box2 {
  width: 100%;
  padding: 1.15rem 0 1.2rem;
}
.product-info-box2 .container .title {
  line-height: calc(50/40);
  text-align: center;
  font-weight: bold;
}
.product-info-box2 .container .list {
  width: 100%;
  margin-top: 0.56rem;
  border: 1px solid #e6e6e6;
}
.product-info-box2 .container .list ul li {
  display: flex;
  border-bottom: 1px solid #e6e6e6;
}
.product-info-box2 .container .list ul li:last-child {
  border-bottom: none;
}
.product-info-box2 .container .list ul li .t1 {
  width: 50%;
  min-height: 0.6rem;
  border-right: 1px solid #e6e6e6;
  padding: 0.1rem 0.3rem;
  color: #000;
}
.product-info-box2 .container .list ul li .t2 {
  width: 50%;
  min-height: 0.6rem;
  padding: 0.1rem 0.3rem;
  color: #666;
}
.product-info-box3 {
  width: 100%;
  padding: 1.15rem 0 0.9rem;
  background: #f5f5f5;
}
.product-info-box3 .container .title {
  line-height: calc(50/40);
  text-align: center;
  font-weight: bold;
}
.product-info-box3 .container .list {
  width: 100%;
  margin-top: 0.55rem;
}
.product-info-box3 .container .list ul {
  width: calc(100% + 0.3rem);
  margin: 0 -0.15rem;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .product-info-box3 .container .list ul {
    width: 100%;
    margin: 0;
  }
}
.product-info-box3 .container .list ul li {
  width: calc(33.33% - 0.3rem);
  min-height: 2.5rem;
  margin: 0 0.15rem 0.3rem;
  padding: 0.4rem;
  position: relative;
  z-index: 1;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .product-info-box3 .container .list ul li {
    width: 100%;
    margin: 0 0 0.3rem;
  }
}
.product-info-box3 .container .list ul li::before {
  content: '';
  width: 100%;
  height: 2px;
  background: #e6e6e6;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  transition: all 0.4s;
}
.product-info-box3 .container .list ul li .num {
  line-height: calc(40/30);
  color: #e60012;
}
.product-info-box3 .container .list ul li .t1 {
  color: #000;
  line-height: calc(40/30);
  margin-top: 4px;
}
.product-info-box3 .container .list ul li .t2 {
  margin-top: 0.23rem;
  color: #666;
  line-height: calc(24/18);
}
.product-info-box3 .container .list ul li:hover {
  background: #fff;
}
.product-info-box3 .container .list ul li:hover::before {
  opacity: 0;
}
.product-info-box4 {
  width: 100%;
  position: relative;
  z-index: 1;
  padding: 0.95rem 0 1rem;
}
.product-info-box4 .bg {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.product-info-box4 .bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product-info-box4 .container {
  position: relative;
  z-index: 2;
}
.product-info-box4 .container .t1 {
  color: #fff;
  font-weight: bold;
  line-height: calc(40/30);
}
.product-info-box4 .container .t2 {
  color: #fff;
  line-height: calc(28/18);
  margin-top: 0.1rem;
}
.product-info-box4 .container .more {
  margin-top: 0.58rem;
}
.news {
  width: 100%;
  background: #f5f5f5;
}
.news-box1 {
  width: 100%;
  padding: 1.15rem 0 1rem;
}
.news-box1 .container .top {
  width: 100%;
}
.news-box1 .container .top .t1 {
  text-align: center;
  line-height: calc(28/18);
  color: #e60012;
}
.news-box1 .container .top .t2 {
  margin-top: 0.1rem;
  font-weight: bold;
  line-height: calc(50/40);
  color: #000;
  text-align: center;
}
.news-box1 .container .list {
  width: 100%;
  margin-top: 0.35rem;
  position: relative;
  z-index: 1;
}
.news-box1 .container .list .swiper-container {
  width: calc(100% + 0.4rem);
  margin: 0 -0.2rem;
  overflow: hidden;
  padding: 0.2rem;
}
.news-box1 .container .list .swiper-container .swiper-slide {
  box-shadow: 0 0 0.2rem 0 rgba(0, 0, 0, 0.05);
  border-radius: 0.1rem;
  background: #fff;
}
.news-box1 .container .list .swiper-container .swiper-slide a {
  display: flex;
  flex-wrap: wrap;
}
.news-box1 .container .list .swiper-container .swiper-slide a .public-img {
  width: calc(980/1440*100%);
  border-radius: 0.1rem;
}
@media (max-width: 991px) {
  .news-box1 .container .list .swiper-container .swiper-slide a .public-img {
    width: 100%;
  }
}
.news-box1 .container .list .swiper-container .swiper-slide a .public-img::before {
  padding-top: calc(520/980*100%);
}
.news-box1 .container .list .swiper-container .swiper-slide a .tbox {
  width: calc(460/1440*100%);
  padding: 0.6rem 0.4rem 0;
  position: relative;
  z-index: 1;
}
@media (max-width: 991px) {
  .news-box1 .container .list .swiper-container .swiper-slide a .tbox {
    width: 100%;
  }
}
.news-box1 .container .list .swiper-container .swiper-slide a .tbox .t1 {
  line-height: 20px;
  color: #999;
}
.news-box1 .container .list .swiper-container .swiper-slide a .tbox .t1 img {
  width: 20px;
  height: 20px;
  margin-right: 0.1rem;
}
.news-box1 .container .list .swiper-container .swiper-slide a .tbox .t2 {
  color: #000;
  line-height: calc(26/22);
  margin-top: 0.28rem;
  font-weight: bold;
}
.news-box1 .container .list .swiper-container .swiper-slide a .tbox .t3 {
  margin-top: 0.28rem;
  line-height: calc(24/18);
  color: #666;
}
.news-box1 .container .list .swiper-container .swiper-slide a .tbox .more {
  width: calc(100% - 0.8rem);
  border-top: 1px solid #ccc;
  position: absolute;
  left: 0.4rem;
  bottom: 4px;
  padding: 0.36rem 0;
  display: flex;
  align-items: center;
  line-height: calc(24/16);
  color: #666;
  transition: all 0.4s;
}
@media (max-width: 991px) {
  .news-box1 .container .list .swiper-container .swiper-slide a .tbox .more {
    width: 100%;
    position: relative;
    left: initial;
    bottom: initial;
    margin-top: 0.4rem;
  }
}
.news-box1 .container .list .swiper-container .swiper-slide a .tbox .more i {
  width: 12px;
  display: flex;
  align-items: center;
  margin-left: 0.2rem;
}
.news-box1 .container .list .swiper-container .swiper-slide a .tbox .more i svg {
  width: 100%;
  height: auto;
}
.news-box1 .container .list .swiper-container .swiper-slide a:hover .public-img img {
  transform: scale(1.05);
}
.news-box1 .container .list .swiper-container .swiper-slide a:hover .tbox .more {
  color: #e60012;
  border-top: 1px solid #e60012;
}
@media (max-width: 991px) {
  .news-box1 .container .list .ck {
    display: flex;
    justify-content: center;
    margin-top: 0.5rem;
  }
}
.news-box1 .container .list .ck .swiper-prev,
.news-box1 .container .list .ck .swiper-next {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.4s;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  border: 1px solid #e6e6e6;
  background: #fff;
  color: #999;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1580px) {
  .news-box1 .container .list .ck .swiper-prev,
  .news-box1 .container .list .ck .swiper-next {
    width: 36px;
    height: 36px;
  }
}
@media (max-width: 991px) {
  .news-box1 .container .list .ck .swiper-prev,
  .news-box1 .container .list .ck .swiper-next {
    position: relative;
    top: initial;
    transform: translateY(0);
  }
}
.news-box1 .container .list .ck .swiper-prev svg,
.news-box1 .container .list .ck .swiper-next svg {
  width: 14px;
  height: auto;
}
.news-box1 .container .list .ck .swiper-prev:hover,
.news-box1 .container .list .ck .swiper-next:hover {
  background: #e60012;
  color: #fff;
  border: 1px solid #e60012;
}
.news-box1 .container .list .ck .swiper-prev {
  right: calc(100% + 0.2rem);
}
@media (max-width: 991px) {
  .news-box1 .container .list .ck .swiper-prev {
    right: initial;
    margin-right: 0.2rem;
  }
}
.news-box1 .container .list .ck .swiper-prev svg {
  transform: rotateZ(180deg);
}
.news-box1 .container .list .ck .swiper-next {
  left: calc(100% + 0.2rem);
}
@media (max-width: 991px) {
  .news-box1 .container .list .ck .swiper-next {
    left: initial;
  }
}
.news-menu {
  width: 100%;
}
.news-menu .container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.news-menu .container ul {
  display: flex;
}
@media (max-width: 767px) {
  .news-menu .container ul {
    width: 100%;
    margin-top: 0.5rem;
  }
}
.news-menu .container ul li {
  margin-right: 0.2rem;
}
.news-menu .container ul li a {
  min-width: 1.4rem;
  padding: 0 0.2rem;
  height: 50px;
  border-radius: 25px;
  border: 1px solid #e6e6e6;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #666;
  transition: all 0.4s;
}
@media (max-width: 1580px) {
  .news-menu .container ul li a {
    height: 36px;
  }
}
.news-menu .container ul li:hover a,
.news-menu .container ul li.on a {
  background: #e60012;
  color: #fff;
  border: 1px solid #e60012;
}
.news-menu .container .search {
  width: calc(460/1440*100%);
  height: 50px;
  display: flex;
  border: 1px solid #e6e6e6;
  border-radius: 25px;
  overflow: hidden;
  background: #fff;
}
@media (max-width: 1580px) {
  .news-menu .container .search {
    height: 36px;
  }
}
@media (max-width: 767px) {
  .news-menu .container .search {
    width: 100%;
    order: -1;
  }
}
.news-menu .container .search .txt {
  width: calc(100% - 0.74rem);
  height: 100%;
  padding-left: 0.28rem;
}
.news-menu .container .search .txt::placeholder {
  color: #999;
}
.news-menu .container .search .btn {
  width: 0.74rem;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.news-menu .container .search .btn svg {
  width: 16px;
  height: auto;
  color: #000;
  transition: all 0.4s;
}
.news-menu .container .search .btn:hover svg {
  color: #e60012;
}
.news-list {
  width: 100%;
  padding: 0.6rem 0 0.9rem;
}
.news-list .container .list {
  width: 100%;
}
.news-list .container .list ul {
  width: calc(100% + 0.3rem);
  margin: 0 -0.15rem;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .news-list .container .list ul {
    width: 100%;
    margin: 0;
  }
}
.news-list .container .list ul li {
  width: calc(33.33% - 0.3rem);
  margin: 0 0.15rem 0.3rem;
}
@media (max-width: 991px) {
  .news-list .container .list ul li {
    width: calc(50% - 0.3rem);
  }
}
@media (max-width: 767px) {
  .news-list .container .list ul li {
    width: 100%;
    margin: 0 0 0.3rem;
  }
}
.news-list .container .list ul li a {
  display: block;
  border-radius: 0.1rem;
  background: #fff;
}
.news-list .container .list ul li a .public-img {
  width: 100%;
  border-radius: 0.1rem;
}
.news-list .container .list ul li a .public-img::before {
  padding-top: calc(240/360*100%);
}
.news-list .container .list ul li a .tbox {
  width: 100%;
  padding: 0.4rem;
}
.news-list .container .list ul li a .tbox .t1 {
  line-height: calc(20px);
  display: flex;
  align-items: center;
}
.news-list .container .list ul li a .tbox .t1 img {
  width: 20px;
  height: 20px;
  margin-right: 0.15rem;
}
.news-list .container .list ul li a .tbox .t2 {
  height: calc(30/22*2em);
  color: #000;
  line-height: calc(30/22);
  margin-top: 0.25rem;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-weight: bold;
}
.news-list .container .list ul li a .tbox .more {
  border-top: 1px solid #e6e6e6;
  display: flex;
  align-items: center;
  margin-top: 0.34rem;
  padding-top: 0.35rem;
  color: #666;
  transition: all 0.4s;
}
.news-list .container .list ul li a .tbox .more i {
  width: 12px;
  display: flex;
  align-items: center;
  margin-left: 0.2rem;
}
.news-list .container .list ul li a .tbox .more i svg {
  width: 100%;
  height: auto;
}
.news-list .container .list ul li:hover a {
  box-shadow: 0 0 0.1rem 0 rgba(36, 38, 50, 0.05);
}
.news-list .container .list ul li:hover a .public-img img {
  transform: scale(1.05);
}
.news-list .container .list ul li:hover a .tbox .more {
  border-top: 1px solid #e60012;
  color: #e60012;
}
.news-list .container .page-list {
  margin-top: 0.3rem;
}
.page-list {
  display: flex;
  justify-content: center;
  align-items: center;
}
.page-list a {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  cursor: pointer;
  border: 1px solid #e6e6e6;
  background: #fff;
  transition: all 0.4s;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #999;
  margin: 0 5px;
  flex-shrink: 0;
}
@media (max-width: 1580px) {
  .page-list a {
    width: 36px;
    height: 36px;
  }
}
.page-list a svg {
  width: 12px;
  height: auto;
}
.page-list a:hover,
.page-list a.on {
  background: #e60012;
  color: #fff;
  border: 1px solid #e60012;
}
.page-list .prev svg {
  transform: rotateZ(180deg);
}
.news-info {
  width: 100%;
  padding: 1.15rem 0;
}
.news-info .container .title {
  line-height: calc(50/40);
  color: #000;
  font-weight: bold;
}
.news-info .container .tb {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #e6e6e6;
  margin-top: 0.25rem;
  padding-bottom: 0.27rem;
}
.news-info .container .tb .t1 {
  display: flex;
  align-items: center;
  margin-right: 0.3rem;
  color: #999;
}
.news-info .container .tb .t1 img {
  width: 20px;
  height: 20px;
  margin-right: 0.1rem;
}
.news-info .container .tb .share {
  margin-left: auto;
  color: #999;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .news-info .container .tb .share {
    width: 100%;
    margin-top: 0.3rem;
  }
}
.news-info .container .tb .share a {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.4s;
}
.news-info .container .tb .share a svg {
  color: #999;
  transition: all 0.4s;
}
.news-info .container .tb .share a:hover {
  background: none;
}
.news-info .container .tb .share a:hover svg {
  color: #e60012;
}
.news-info .container .txt {
  width: 100%;
  margin-top: 0.6rem;
  color: #666;
  line-height: calc(30/18);
}
.news-info .container .ck {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 0.55rem;
  border-top: 1px solid #e6e6e6;
  padding-top: 0.54rem;
}
.news-info .container .ck .left {
  width: 60%;
}
@media (max-width: 767px) {
  .news-info .container .ck .left {
    width: 100%;
  }
}
.news-info .container .ck .left a {
  width: 100%;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #666;
  transition: all 0.4s;
  line-height: calc(32/18);
}
.news-info .container .ck .left a:hover {
  color: #e60012;
}
@media (max-width: 767px) {
  .news-info .container .ck .back {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 0.5rem;
  }
}
.news-info .container .ck .back .public-btn a i {
  margin-right: 0.14rem;
  margin-left: 0;
}
.other-news {
  width: 100%;
  background: #f5f5f5;
  padding: 1.15rem 0 0.9rem;
}
.other-news .container .title {
  text-align: center;
  line-height: calc(50/40);
  color: #000;
  font-weight: bold;
}
.other-news .container .list {
  width: 100%;
  margin-top: 0.55rem;
}
.other-news .container .list ul {
  width: calc(100% + 0.3rem);
  margin: 0 -0.15rem;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .other-news .container .list ul {
    width: 100%;
    margin: 0;
  }
}
.other-news .container .list ul li {
  width: calc(33.33% - 0.3rem);
  margin: 0 0.15rem 0.3rem;
}
@media (max-width: 991px) {
  .other-news .container .list ul li {
    width: calc(50% - 0.3rem);
  }
}
@media (max-width: 767px) {
  .other-news .container .list ul li {
    width: 100%;
    margin: 0 0 0.3rem;
  }
}
.other-news .container .list ul li a {
  display: block;
  border-radius: 0.1rem;
  background: #fff;
}
.other-news .container .list ul li a .public-img {
  width: 100%;
  border-radius: 0.1rem;
}
.other-news .container .list ul li a .public-img::before {
  padding-top: calc(240/360*100%);
}
.other-news .container .list ul li a .tbox {
  width: 100%;
  padding: 0.4rem;
}
.other-news .container .list ul li a .tbox .t1 {
  line-height: calc(20px);
  display: flex;
  align-items: center;
}
.other-news .container .list ul li a .tbox .t1 img {
  width: 20px;
  height: 20px;
  margin-right: 0.15rem;
}
.other-news .container .list ul li a .tbox .t2 {
  height: calc(30/22*2em);
  color: #000;
  line-height: calc(30/22);
  margin-top: 0.25rem;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-weight: bold;
}
.other-news .container .list ul li a .tbox .more {
  border-top: 1px solid #e6e6e6;
  display: flex;
  align-items: center;
  margin-top: 0.34rem;
  padding-top: 0.35rem;
  color: #666;
  transition: all 0.4s;
}
.other-news .container .list ul li a .tbox .more i {
  width: 12px;
  display: flex;
  align-items: center;
  margin-left: 0.2rem;
}
.other-news .container .list ul li a .tbox .more i svg {
  width: 100%;
  height: auto;
}
.other-news .container .list ul li:hover a {
  box-shadow: 0 0 0.1rem 0 rgba(36, 38, 50, 0.05);
}
.other-news .container .list ul li:hover a .public-img img {
  transform: scale(1.05);
}
.other-news .container .list ul li:hover a .tbox .more {
  border-top: 1px solid #e60012;
  color: #e60012;
}
.join-box1 {
  width: 100%;
}
.join-box1 .box1 {
  width: 100%;
  height: 100vh;
  position: sticky;
  position: -webkit-sticky;
  z-index: 2;
  top: 0;
  margin-top: -0.91rem;
  overflow: hidden;
}
@media (max-width: 991px) {
  .join-box1 .box1 {
    margin-top: -60px;
  }
}
.join-box1 .box1 .bg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.join-box1 .box1 .bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.join-box1 .box1 .title {
  width: 100%;
  height: 100%;
  padding-top: calc(315/970*100vh);
  background: #f5f5f5;
  font-size: 1.2rem;
  line-height: 1;
  font-weight: bold;
  mix-blend-mode: lighten;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  position: relative;
  z-index: 3;
  transform-origin: center 36%;
}
.join-box1 .box1 .tips {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 1.16rem;
  z-index: 4;
  display: flex;
  justify-content: center;
}
.join-box1 .box1 .mouse .icons {
  width: 30px;
  height: 40px;
  border-radius: 14px;
  border: 1px solid #e6e6e6;
  position: relative;
  z-index: 1;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding: 9px 0;
}
.join-box1 .box1 .mouse .icons span {
  width: 4px;
  height: 10px;
  border-radius: 2px;
  background: #e60012;
  animation: mouse_Run 2s linear forwards infinite;
}
.join-box1 .box1 .mouse .txt {
  text-align: center;
  color: #999;
  line-height: calc(24/16);
  margin-top: 0.1rem;
}
.join-box1 .box1 .container {
  height: 100%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  z-index: 2;
  display: flex;
  align-items: center;
}
.join-box1 .box1 .container .tbox .t1 {
  color: #fff;
  line-height: calc(50/40);
  font-weight: bold;
  transform: translateY(60px);
  opacity: 0;
}
.join-box1 .box1 .container .tbox .t2 {
  line-height: calc(30/20);
  color: #fff;
  margin-top: 0.18rem;
  transform: translateY(60px);
  opacity: 0;
}
.join-box1 .box1 .container .tbox .more {
  margin-top: 0.6rem;
  transform: translateY(60px);
  opacity: 0;
}
.join-box1 .box1 .container.on .tbox .t1 {
  transform: translateY(0);
  opacity: 1;
  transition: all 0.6s;
}
.join-box1 .box1 .container.on .tbox .t2 {
  transform: translateY(0);
  opacity: 1;
  transition: all 0.6s 0.1s;
}
.join-box1 .box1 .container.on .tbox .more {
  transform: translateY(0);
  opacity: 1;
  transition: all 0.6s 0.2s;
}
.join-box1 .bd {
  width: 100%;
  height: 100vh;
}
.join-box2 {
  width: 100%;
  padding: 1.15rem 0 1.2rem;
}
.join-box2 .container .title {
  font-weight: bold;
  text-align: center;
  color: #000;
  line-height: calc(50/40);
}
.join-box2 .container .menu {
  width: 100%;
  display: flex;
  justify-content: center;
  overflow-x: auto;
  position: relative;
  z-index: 1;
  margin-top: 0.36rem;
}
.join-box2 .container .menu::before {
  content: '';
  width: 100%;
  height: 1px;
  background: #e6e6e6;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}
.join-box2 .container .menu ul {
  display: flex;
}
.join-box2 .container .menu ul li {
  height: 0.6rem;
  border-bottom: 1px solid transparent;
  transition: all 0.4s;
  cursor: pointer;
  color: #666;
  display: flex;
  align-items: center;
  margin-right: 0.6rem;
  flex-shrink: 0;
}
.join-box2 .container .menu ul li:last-child {
  margin-right: 0;
}
.join-box2 .container .menu ul li:hover {
  color: #e60012;
}
.join-box2 .container .menu ul li.on {
  color: #e60012;
  border-bottom: 2px solid #e60012;
}
.join-box2 .container .list {
  width: 100%;
  margin-top: 0.6rem;
}
.join-box2 .container .list ul li {
  display: none;
}
.join-box2 .container .list ul li.on {
  display: block;
}
.join-box2 .container .list ul li .box {
  width: 100%;
  border: 1px solid #e6e6e6;
  border-radius: 0.1rem;
  overflow: hidden;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.join-box2 .container .list ul li .box .public-img {
  width: 50%;
  border-radius: 0.1rem;
}
@media (max-width: 767px) {
  .join-box2 .container .list ul li .box .public-img {
    width: 100%;
  }
}
.join-box2 .container .list ul li .box .public-img::before {
  padding-top: calc(520/720*100%);
}
.join-box2 .container .list ul li .box .tbox {
  width: 50%;
  padding: 0.6rem;
}
@media (max-width: 767px) {
  .join-box2 .container .list ul li .box .tbox {
    width: 100%;
    padding: 0.3rem;
  }
}
.join-box2 .container .list ul li .box .tbox .t1 {
  color: #000;
  line-height: calc(40/30);
  font-weight: bold;
}
.join-box2 .container .list ul li .box .tbox .t2 {
  color: #666;
  line-height: calc(22/18);
  margin-top: 0.24rem;
}
.join-box3 {
  width: 100%;
  background: #f5f5f5;
  padding: 1.15rem 0 1.2rem;
}
.join-box3 .container .title {
  text-align: center;
  color: #000;
  font-weight: bold;
  line-height: calc(50/40);
}
.join-box3 .container .list {
  width: 100%;
  position: relative;
  z-index: 1;
  margin-top: 0.55rem;
}
.join-box3 .container .list .swiper-container {
  width: 100%;
  overflow: hidden;
}
.join-box3 .container .list .swiper-container .swiper-slide {
  border-radius: 0.1rem;
  background: #fff;
}
.join-box3 .container .list .swiper-container .swiper-slide .public-img {
  width: 100%;
  border-radius: 0.1rem;
}
.join-box3 .container .list .swiper-container .swiper-slide .public-img::before {
  padding-top: calc(400/710*100%);
}
.join-box3 .container .list .swiper-container .swiper-slide .txt {
  width: 100%;
  height: 1rem;
  color: #666;
  padding: 0.2rem 0.4rem;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .join-box3 .container .list .swiper-container .swiper-slide .txt {
    padding: 0.2rem;
  }
}
@media (max-width: 991px) {
  .join-box3 .container .list .ck {
    display: flex;
    justify-content: center;
    margin-top: 0.5rem;
  }
}
.join-box3 .container .list .ck .swiper-prev,
.join-box3 .container .list .ck .swiper-next {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.4s;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  border: 1px solid #e6e6e6;
  background: #fff;
  color: #999;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1580px) {
  .join-box3 .container .list .ck .swiper-prev,
  .join-box3 .container .list .ck .swiper-next {
    width: 36px;
    height: 36px;
  }
}
@media (max-width: 991px) {
  .join-box3 .container .list .ck .swiper-prev,
  .join-box3 .container .list .ck .swiper-next {
    position: relative;
    top: initial;
    transform: translateY(0);
  }
}
.join-box3 .container .list .ck .swiper-prev svg,
.join-box3 .container .list .ck .swiper-next svg {
  width: 14px;
  height: auto;
}
.join-box3 .container .list .ck .swiper-prev:hover,
.join-box3 .container .list .ck .swiper-next:hover {
  background: #e60012;
  color: #fff;
  border: 1px solid #e60012;
}
.join-box3 .container .list .ck .swiper-prev {
  right: calc(100% + 0.2rem);
}
@media (max-width: 991px) {
  .join-box3 .container .list .ck .swiper-prev {
    right: initial;
    margin-right: 0.2rem;
  }
}
.join-box3 .container .list .ck .swiper-prev svg {
  transform: rotateZ(180deg);
}
.join-box3 .container .list .ck .swiper-next {
  left: calc(100% + 0.2rem);
}
@media (max-width: 991px) {
  .join-box3 .container .list .ck .swiper-next {
    left: initial;
  }
}
.job {
  width: 100%;
  background: #f5f5f5;
  padding: 1.2rem 0;
}
.job .container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.job .container .select {
  width: calc(380/1440*100%);
}
@media (max-width: 767px) {
  .job .container .select {
    width: 100%;
  }
}
.job .container .select .item {
  width: 100%;
  border-top: 1px solid #e6e6e6;
}
.job .container .select .item .t1 {
  width: 100%;
  height: 0.8rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
.job .container .select .item .t1 span {
  color: #000;
  transition: all 0.4s;
}
.job .container .select .item .t1 i {
  width: 12px;
  display: flex;
  align-items: center;
  transition: all 0.4s;
  color: #999;
}
.job .container .select .item .t1 i svg {
  width: 12px;
  height: 12px;
}
.job .container .select .item .t1:hover span {
  color: #e60012;
}
.job .container .select .item .t1:hover i {
  color: #e60012;
}
.job .container .select .item .ts {
  width: 100%;
  display: none;
  padding-bottom: 0.2rem;
}
.job .container .select .item .ts .tb {
  display: flex;
  align-items: center;
  line-height: 20px;
  cursor: pointer;
  margin-bottom: 0.1rem;
  color: #666;
  transition: all 0.4s;
}
.job .container .select .item .ts .tb i {
  width: 0.2rem;
  height: 0.2rem;
  border-radius: 50%;
  border: 1px solid #e6e6e6;
  background: #fff;
  position: relative;
  z-index: 1;
  transition: all 0.4s;
  margin-right: 0.1rem;
}
.job .container .select .item .ts .tb 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;
  opacity: 0;
  transition: all 0.4s;
  margin-top: -1px;
}
.job .container .select .item .ts .tb.on {
  color: #e60012;
}
.job .container .select .item .ts .tb.on i {
  background: #e60012;
  border: 1px solid #e60012;
}
.job .container .select .item .ts .tb.on i::before {
  opacity: 1;
}
.job .container .select .item.on .t1 span {
  color: #e60012;
}
.job .container .select .item.on .t1 i {
  color: #e60012;
}
.job .container .list {
  width: calc(960/1440*100%);
  background: #fff;
  border-radius: 0.1rem;
  padding: 0.35rem 0.4rem;
}
@media (max-width: 767px) {
  .job .container .list {
    width: 100%;
    margin-top: 0.5rem;
  }
}
.job .container .list .title {
  line-height: calc(40/30);
  color: #000;
  font-weight: bold;
}
.job .container .list ul {
  width: 100%;
  margin-top: 0.26rem;
}
.job .container .list ul li {
  width: 100%;
  position: relative;
  z-index: 1;
}
.job .container .list ul li::before {
  content: '';
  width: 100%;
  height: 1px;
  background: #e6e6e6;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.job .container .list ul li .top {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.24rem 0.3rem;
  cursor: pointer;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .job .container .list ul li .top {
    padding: 0.2rem;
  }
}
.job .container .list ul li .top::before {
  content: '';
  width: 100%;
  height: 1px;
  background: #e6e6e6;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  opacity: 0;
}
.job .container .list ul li .top .left .t1 {
  line-height: calc(30/20);
  color: #000;
  font-weight: bold;
  transition: all 0.4s;
}
.job .container .list ul li .top .left .t2 {
  line-height: calc(28/16);
  color: #999;
}
.job .container .list ul li .top .arrow {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #f5f5f5;
  transition: all 0.4s;
  color: #999;
}
@media (max-width: 1580px) {
  .job .container .list ul li .top .arrow {
    width: 36px;
    height: 36px;
  }
}
.job .container .list ul li .top .arrow svg {
  width: 12px;
  height: 12px;
  transform: rotateZ(90deg);
  transition: all 0.4s;
}
.job .container .list ul li .top:hover .left .t1 {
  color: #e60012;
}
.job .container .list ul li .tbox {
  width: 100%;
  background: #f5f5f5;
  border-radius: 0.1rem;
  padding: 0.4rem 0.3rem;
  display: none;
}
.job .container .list ul li .tbox .txt {
  line-height: calc(30/16);
  color: #666;
}
.job .container .list ul li .tbox .public-btn {
  margin-top: 0.32rem;
}
.job .container .list ul li.on .top {
  box-shadow: 0 0 0.1rem 0 rgba(0, 0, 0, 0.1);
  border-radius: 0.1rem;
}
.job .container .list ul li.on .top::before {
  opacity: 1;
}
.job .container .list ul li.on .top .left .t1 {
  color: #e60012;
}
.job .container .list ul li.on .top .arrow {
  background: #e60012;
  color: #fff;
}
.job .container .list ul li.on .top .arrow svg {
  transform: rotateZ(-90deg);
}
.get-pop {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99;
  background: rgba(0, 0, 0, 0.5);
  display: none;
}
.get-pop .box {
  width: 1000px;
  max-width: 90%;
  background: #fff;
  border-radius: 0.1rem;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  overflow: hidden;
  padding: 0.35rem 0.4rem;
}
.get-pop .box .close {
  width: 40px;
  height: 40px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  padding: 0.12rem;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  cursor: pointer;
}
.get-pop .box .close::before {
  content: '';
  width: 200%;
  height: 200%;
  border-radius: 50%;
  background: #f6f6f6;
  position: absolute;
  left: -0.1rem;
  bottom: -0.1rem;
  z-index: 1;
}
.get-pop .box .close svg {
  width: 12px;
  height: auto;
  position: relative;
  z-index: 2;
}
.get-pop .box .top {
  width: 100%;
}
.get-pop .box .top .t1 {
  color: #000;
  line-height: calc(34/24);
  font-weight: bold;
}
.get-pop .box .top .t2 {
  line-height: calc(24/16);
  color: #666;
  margin-top: 0.1rem;
}
.get-pop .box .form {
  width: 100%;
  border-top: 1px solid #e6e6e6;
  margin-top: 0.28rem;
  padding-top: 0.26rem;
}
.get-pop .box .form form {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.get-pop .box .form form .item {
  width: calc(440/920*100%);
  margin-bottom: 0.3rem;
}
@media (max-width: 767px) {
  .get-pop .box .form form .item {
    width: 100%;
  }
}
.get-pop .box .form form .item .t1 {
  display: flex;
  align-items: center;
  line-height: calc(24/18);
  color: #000;
}
.get-pop .box .form form .item .t1 i {
  color: #e60012;
  font-style: initial;
}
.get-pop .box .form form .item .txt {
  width: 100%;
  height: 50px;
  border-radius: 0.1rem;
  padding: 0 0.1rem;
  margin-top: 0.1rem;
  border: 1px solid #e6e6e6;
}
@media (max-width: 1580px) {
  .get-pop .box .form form .item .txt {
    height: 40px;
  }
}
@media (max-width: 767px) {
  .get-pop .box .form form .item .txt {
    height: 36px;
  }
}
.get-pop .box .form form .item .txt::placeholder {
  color: #999;
}
.get-pop .box .form form .item2 {
  width: 100%;
  position: relative;
  z-index: 1;
  border: 1px solid #e6e6e6;
  border-radius: 0.1rem;
  padding: 0.16rem 0.2rem;
  display: flex;
  flex-wrap: wrap;
}
.get-pop .box .form form .item2 .tp {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.get-pop .box .form form .item2 .tp .tb .t1 {
  color: #000;
  line-height: calc(24/18);
}
.get-pop .box .form form .item2 .tp .tb .t2 {
  line-height: calc(24/16);
  color: #999;
}
.get-pop .box .form form .item2 .tp .update {
  width: 100px;
  height: 40px;
  border-radius: 20px;
  border: 1px solid #e60012;
  position: relative;
  z-index: 1;
  overflow: hidden;
  cursor: pointer;
}
.get-pop .box .form form .item2 .tp .update .uploads {
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}
.get-pop .box .form form .item2 .tp .update span {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #e60012;
  pointer-events: none;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}
.get-pop .box .form form .item2 .tbox {
  min-width: 2rem;
  padding: 0 0.2rem;
  height: 90px;
  border-radius: 0.1rem;
  border: 1px solid #e6e6e6;
  background: #f5f5f5;
  position: relative;
  z-index: 1;
  overflow: hidden;
  display: none;
  margin-top: 0.14rem;
}
.get-pop .box .form form .item2 .tbox .closes {
  width: 26px;
  height: 26px;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
}
.get-pop .box .form form .item2 .tbox .closes svg {
  width: 8px;
  height: auto;
}
.get-pop .box .form form .item2 .tbox .txt {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #666;
}
.get-pop .box .form form .public-btn {
  margin-top: 0.3rem;
}
.contact-banner {
  width: 100%;
  position: relative;
  z-index: 1;
}
.contact-banner .img {
  width: 100%;
  height: 6.4rem;
}
.contact-banner .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.contact-banner .container {
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  display: flex;
  align-items: center;
}
.contact-banner .container .tbox .t1 {
  color: #e60012;
  line-height: calc(24/18);
}
.contact-banner .container .tbox .t2 {
  color: #fff;
  line-height: calc(50/40);
  font-weight: bold;
  margin-top: 0.13rem;
}
.contact-box1 {
  width: 100%;
  padding: 1.15rem 0 1.2rem;
}
.contact-box1 .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.contact-box1 .container .title {
  width: 100%;
  text-align: center;
  line-height: calc(50/40);
  color: #000;
  font-weight: bold;
}
.contact-box1 .container .box1 {
  width: 100%;
  border: 1px solid #e6e6e6;
  border-radius: 0.1rem;
  display: flex;
  flex-wrap: wrap;
  margin-top: 0.58rem;
}
.contact-box1 .container .box1 .tbox {
  width: 50%;
  padding: 0.93rem 1rem 0.5rem;
}
@media (max-width: 991px) {
  .contact-box1 .container .box1 .tbox {
    width: 100%;
    padding: 0.5rem 0.3rem;
  }
}
.contact-box1 .container .box1 .tbox .t1 {
  line-height: calc(40/30);
  color: #000;
}
.contact-box1 .container .box1 .tbox .t2 {
  width: 100%;
  border-top: 1px solid #e6e6e6;
  margin-top: 0.36rem;
  padding-top: 0.4rem;
}
.contact-box1 .container .box1 .tbox .t2 .ts {
  display: flex;
  align-items: center;
  margin-bottom: 0.3rem;
}
.contact-box1 .container .box1 .tbox .t2 .ts:last-child {
  margin-bottom: 0;
}
.contact-box1 .container .box1 .tbox .t2 .ts i {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #e60012;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  margin-right: 0.2rem;
  flex-shrink: 0;
}
@media (max-width: 1580px) {
  .contact-box1 .container .box1 .tbox .t2 .ts i {
    width: 40px;
    height: 40px;
  }
}
.contact-box1 .container .box1 .tbox .t2 .ts i svg {
  width: calc(22/50*100%);
  height: auto;
}
.contact-box1 .container .box1 .tbox .t2 .ts span {
  color: #000;
}
.contact-box1 .container .box1 .tbox .t2 .tel span {
  color: #e60012;
}
.contact-box1 .container .box1 .public-img {
  width: 50%;
  border-radius: 0.1rem;
}
@media (max-width: 991px) {
  .contact-box1 .container .box1 .public-img {
    width: 100%;
    order: -1;
  }
}
.contact-box1 .container .box1 .public-img::before {
  padding-top: calc(520/720*100%);
}
.contact-box1 .container .box2 {
  width: calc(700/1440*100%);
  margin-top: 0.4rem;
  border: 1px solid #e6e6e6;
  padding: 0.33rem 0.3rem 0.4rem;
  border-radius: 0.1rem;
}
@media (max-width: 991px) {
  .contact-box1 .container .box2 {
    width: 100%;
    padding: 0.4rem 0.3rem;
  }
}
.contact-box1 .container .box2 .t1 {
  color: #000;
  line-height: calc(34/24);
}
.contact-box1 .container .box2 .t2 {
  width: 100%;
  margin-top: 0.2rem;
  padding-top: 0.3rem;
  border-top: 1px solid #e6e6e6;
}
.contact-box1 .container .box2 .t2 .ts {
  display: flex;
  align-items: center;
  margin-bottom: 0.2rem;
}
.contact-box1 .container .box2 .t2 .ts:last-child {
  margin-bottom: 0;
}
.contact-box1 .container .box2 .t2 .ts i {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #f5f5f5;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #e60012;
  margin-right: 0.2rem;
  flex-shrink: 0;
}
@media (max-width: 1580px) {
  .contact-box1 .container .box2 .t2 .ts i {
    width: 40px;
    height: 40px;
  }
}
.contact-box1 .container .box2 .t2 .ts i svg {
  width: calc(22/50*100%);
  height: auto;
}
.contact-box1 .container .box2 .t2 .ts span {
  color: #000;
}
.contact-box2 {
  width: 100%;
  position: relative;
  z-index: 1;
  padding: 1.15rem 0 1.7rem;
  background: #f5f5f5;
}
.contact-box2 .bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  overflow: hidden;
}
.contact-box2 .bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.contact-box2 .container {
  position: relative;
  z-index: 2;
}
.contact-box2 .container .title {
  text-align: center;
  color: #000;
  font-weight: bold;
  line-height: calc(50/40);
}
.contact-box2 .container .list {
  width: 100%;
  margin-top: 0.56rem;
}
.contact-box2 .container .list ul {
  width: calc(100% + 0.3rem);
  margin: 0 -0.15rem;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .contact-box2 .container .list ul {
    width: 100%;
    margin: 0;
  }
}
.contact-box2 .container .list ul li {
  width: calc(33.33% - 0.3rem);
  margin: 0 0.15rem 0.3rem;
  background: #fff;
  border-radius: 0.1rem;
  padding: 0.6rem 0.3rem;
}
@media (max-width: 991px) {
  .contact-box2 .container .list ul li {
    width: 100%;
    margin: 0 0 0.3rem;
  }
}
.contact-box2 .container .list ul li .icons {
  width: 1.2rem;
  height: 1.2rem;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #f5f5f5;
  margin: 0 auto;
}
.contact-box2 .container .list ul li .icons svg {
  width: 0.44rem;
  height: 0.44rem;
  object-fit: contain;
  color: #000;
  transition: all 0.4s;
}
.contact-box2 .container .list ul li .t1 {
  color: #666;
  line-height: calc(24/18);
  text-align: center;
  margin-top: 0.26rem;
}
.contact-box2 .container .list ul li .t2 {
  color: #000;
  line-height: calc(34/24);
  text-align: center;
  margin-top: 0.13rem;
}
.contact-box2 .container .list ul li .more {
  display: flex;
  justify-content: center;
  margin-top: 0.53rem;
}
.contact-box2 .container .list ul li:hover .icons svg {
  color: #e60012;
}
.contact-pop {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99;
  background: rgba(0, 0, 0, 0.5);
  display: none;
}
.contact-pop .box {
  width: 1000px;
  max-width: 90%;
  background: #fff;
  border-radius: 0.1rem;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  overflow: hidden;
  padding: 0.35rem 0.4rem 0.4rem;
}
.contact-pop .box .close {
  width: 40px;
  height: 40px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  padding: 0.12rem;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  cursor: pointer;
}
.contact-pop .box .close::before {
  content: '';
  width: 200%;
  height: 200%;
  border-radius: 50%;
  background: #f6f6f6;
  position: absolute;
  left: -0.1rem;
  bottom: -0.1rem;
  z-index: 1;
}
.contact-pop .box .close svg {
  width: 12px;
  height: auto;
  position: relative;
  z-index: 2;
}
.contact-pop .box .t1 {
  color: #000;
  line-height: calc(34/24);
  font-weight: bold;
}
.contact-pop .box .form {
  width: 100%;
  border-top: 1px solid #e6e6e6;
  margin-top: 0.22rem;
  padding-top: 0.25rem;
}
.contact-pop .box .form form {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.contact-pop .box .form form .item {
  width: calc(440/920*100%);
  margin-bottom: 0.18rem;
}
@media (max-width: 767px) {
  .contact-pop .box .form form .item {
    width: 100%;
  }
}
.contact-pop .box .form form .item .t1 {
  display: flex;
  align-items: center;
  line-height: calc(24/18);
  color: #000;
}
.contact-pop .box .form form .item .t1 i {
  color: #e60012;
  font-style: initial;
}
.contact-pop .box .form form .item .txt {
  width: 100%;
  height: 50px;
  border-radius: 0.1rem;
  padding: 0 0.1rem;
  margin-top: 0.1rem;
  border: 1px solid #e6e6e6;
}
@media (max-width: 1580px) {
  .contact-pop .box .form form .item .txt {
    height: 40px;
  }
}
@media (max-width: 767px) {
  .contact-pop .box .form form .item .txt {
    height: 36px;
  }
}
.contact-pop .box .form form .item .txt::placeholder {
  color: #999;
}
.contact-pop .box .form form .item2 {
  width: 100%;
  position: relative;
  z-index: 1;
}
.contact-pop .box .form form .item2 .t1 {
  display: flex;
  align-items: center;
  line-height: calc(24/18);
  color: #000;
}
.contact-pop .box .form form .item2 .t1 i {
  color: #e60012;
  font-style: initial;
}
.contact-pop .box .form form .item2 .txt2 {
  width: 100%;
  position: relative;
  z-index: 1;
  margin-top: 0.1rem;
}
.contact-pop .box .form form .item2 .text {
  width: 100%;
  height: 1.3rem;
  border: 1px solid #e6e6e6;
  border-radius: 0.1rem;
  padding: 0.15rem 0.1rem;
}
.contact-pop .box .form form .item2 .text::placeholder {
  color: #999;
}
.contact-pop .box .form form .item2 .update {
  width: 100px;
  height: 40px;
  border-radius: 20px;
  border: 1px solid #e60012;
  position: absolute;
  top: 0.2rem;
  right: 0.2rem;
  z-index: 2;
  overflow: hidden;
  cursor: pointer;
}
.contact-pop .box .form form .item2 .update .uploads {
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}
.contact-pop .box .form form .item2 .update span {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #e60012;
  pointer-events: none;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}
.contact-pop .box .form form .item2 .tbox {
  min-width: 2rem;
  height: 90px;
  border-radius: 0.1rem;
  border: 1px solid #e6e6e6;
  background: #f5f5f5;
  position: relative;
  z-index: 1;
  overflow: hidden;
  display: none;
  margin-top: 0.14rem;
}
.contact-pop .box .form form .item2 .tbox .closes {
  width: 26px;
  height: 26px;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
}
.contact-pop .box .form form .item2 .tbox .closes svg {
  width: 8px;
  height: auto;
}
.contact-pop .box .form form .item2 .tbox .txt {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #666;
}
.contact-pop .box .form form .tips {
  width: 100%;
  display: flex;
  align-items: center;
  margin-top: 0.2rem;
}
.contact-pop .box .form form .tips i {
  width: 0.2rem;
  height: 0.2rem;
  border-radius: 50%;
  border: 1px solid #e6e6e6;
  background: #fff;
  position: relative;
  z-index: 1;
  transition: all 0.4s;
  margin-right: 0.1rem;
  cursor: pointer;
}
.contact-pop .box .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;
  opacity: 0;
  transition: all 0.4s;
  margin-top: -1px;
}
.contact-pop .box .form form .tips i.on {
  background: #e60012;
  border: 1px solid #e60012;
}
.contact-pop .box .form form .tips i.on::before {
  opacity: 1;
}
.contact-pop .box .form form .tips span {
  line-height: 20px;
  color: #666;
}
.contact-pop .box .form form .tips span a {
  color: #e60012;
}
.contact-pop .box .form form .public-btn {
  margin-top: 0.3rem;
}
.about-menu {
  width: 100%;
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  z-index: 9;
  background: #fff;
}
.about-menu::before {
  content: '';
  width: 100%;
  height: 1px;
  background: #e6e6e6;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}
.about-menu .container ul {
  display: flex;
}
.about-menu .container ul li {
  height: 0.8rem;
  border-bottom: 2px solid transparent;
  transition: all 0.4s;
  display: flex;
  align-items: center;
  cursor: pointer;
  color: #666;
  margin-right: 0.9rem;
}
@media (max-width: 991px) {
  .about-menu .container ul li {
    margin-right: 0.5rem;
  }
}
@media (max-width: 767px) {
  .about-menu .container ul li {
    margin-right: 0.2rem;
  }
}
.about-menu .container ul li:last-child {
  margin-right: 0;
}
.about-menu .container ul li:hover {
  color: #e60012;
}
.about-menu .container ul li.on {
  color: #e60012;
  border-bottom: 2px solid #e60012;
}
.about-box1 {
  width: 100%;
  position: relative;
  z-index: 1;
}
@media (max-width: 991px) {
  .about-box1 {
    padding-top: 0;
  }
}
.about-box1 .container {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  padding: 1.12rem 0 0;
}
@media (max-width: 991px) {
  .about-box1 .container {
    position: relative;
    top: initial;
    left: initial;
    transform: translateX(0);
  }
}
.about-box1 .container .txt {
  color: #666;
  line-height: calc(30/18);
}
.about-box1 .container .list {
  width: 100%;
  margin-top: 0.56rem;
}
.about-box1 .container .list ul {
  display: flex;
  flex-wrap: wrap;
}
.about-box1 .container .list ul li {
  width: 25%;
  border-left: 2px solid #e6e6e6;
  padding-left: 0.38rem;
}
@media (max-width: 767px) {
  .about-box1 .container .list ul li {
    width: 50%;
    margin: 0.4rem 0;
  }
}
.about-box1 .container .list ul li .t1 {
  display: flex;
  align-items: baseline;
  color: #e60012;
  line-height: calc(40/30);
}
.about-box1 .container .list ul li .t1 span {
  font-size: 0.8rem;
  line-height: 0.6rem;
}
@media (max-width: 991px) {
  .about-box1 .container .list ul li .t1 span {
    font-style: 0.6rem;
    line-height: 0.5rem;
  }
}
.about-box1 .container .list ul li .t2 {
  line-height: 1;
  margin-top: 0.2rem;
  color: #666;
}
.about-box1 .img {
  width: 100%;
}
@media (max-width: 991px) {
  .about-box1 .img {
    margin-top: -0.8rem;
  }
}
.about-box1 .img img {
  width: 100%;
}
.about-box2 {
  width: 100%;
  background: #f5f5f5;
  padding: 1.15rem 0 1.2rem;
}
.about-box2 .container .title {
  text-align: center;
  color: #000;
  line-height: calc(50/40);
  font-weight: bold;
}
.about-box2 .container .list {
  width: 100%;
  margin-top: 0.56rem;
}
.about-box2 .container .list ul {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .about-box2 .container .list ul {
    flex-wrap: wrap;
  }
}
.about-box2 .container .list ul li {
  width: calc(300/1440*100%);
  transition: all 0.4s;
  flex: 1 1 auto;
  margin-right: 0.1rem;
  position: relative;
  z-index: 1;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .about-box2 .container .list ul li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 0.3rem;
  }
  .about-box2 .container .list ul li:last-child {
    margin-bottom: 0;
  }
}
.about-box2 .container .list ul li:last-child {
  margin-right: 0;
}
.about-box2 .container .list ul li .img {
  width: 100%;
  height: 5.2rem;
  border-radius: 0.1rem;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.about-box2 .container .list ul li .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about-box2 .container .list ul li .img::after {
  content: '';
  width: 100%;
  height: 50%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0));
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
}
.about-box2 .container .list ul li .tbox {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  padding: 0 0.4rem 0.35rem;
}
.about-box2 .container .list ul li .tbox .t1 {
  color: #fff;
  line-height: calc(34/24);
  text-align: center;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .about-box2 .container .list ul li .tbox .t1 {
    text-align: left;
  }
}
.about-box2 .container .list ul li .tbox .t2 {
  line-height: calc(28/18);
  color: #fff;
  padding-top: 0.1rem;
  display: none;
}
@media (max-width: 991px) {
  .about-box2 .container .list ul li .tbox .t2 {
    display: block;
  }
}
.about-box2 .container .list ul li:hover {
  width: calc(820/1440*100%);
}
@media (max-width: 767px) {
  .about-box2 .container .list ul li:hover {
    width: 100%;
  }
}
.about-box2 .container .list ul li:hover .tbox .t1 {
  text-align: left;
}
.about-box2 .container .list ul li:hover .tbox .t2 {
  display: block;
}
.about-box3 {
  width: 100%;
  padding: 1.15rem 0 2.2rem;
  background: url(../images/about-box3-bg.jpg) center center no-repeat;
  background-size: cover;
}
.about-box3 .container .title {
  text-align: center;
  color: #000;
  line-height: calc(50/40);
  font-weight: bold;
}
.about-box3 .container .box {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 0.56rem;
}
.about-box3 .container .box .left {
  width: calc(625/1440*100%);
  background: url(../images/about-box3-mbg.png) 14px 5px no-repeat;
  background-size: 22px 90%;
}
@media (max-width: 1580px) {
  .about-box3 .container .box .left {
    background: url(../images/about-box3-mbg.png) 12px 5px no-repeat;
    background-size: 18px 90%;
  }
}
@media (max-width: 991px) {
  .about-box3 .container .box .left {
    width: 100%;
    margin-top: 0.6rem;
  }
}
.about-box3 .container .box .left ul li {
  width: 100%;
  display: flex;
  align-items: flex-start;
  cursor: pointer;
  margin-bottom: 0.7rem;
}
@media (max-width: 1580px) {
  .about-box3 .container .box .left ul li {
    margin-bottom: 0.5rem;
  }
}
.about-box3 .container .box .left ul li:last-child {
  margin-bottom: 0;
}
.about-box3 .container .box .left ul li .icons {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #e6e6e6;
  position: relative;
  z-index: 1;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.4s;
  margin-right: 0.3rem;
}
@media (max-width: 1580px) {
  .about-box3 .container .box .left ul li .icons {
    width: 40px;
    height: 40px;
  }
}
.about-box3 .container .box .left ul li .icons::before {
  content: '';
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.about-box3 .container .box .left ul li .icons svg {
  width: calc(20/50*100%);
  height: calc(20/50*100%);
  object-fit: contain;
  position: relative;
  z-index: 2;
  color: #999;
  transition: all 0.4s;
}
.about-box3 .container .box .left ul li .tbox {
  padding-top: 5px;
}
.about-box3 .container .box .left ul li .tbox .t1 {
  line-height: calc(40/30);
  color: #999;
  transition: all 0.4s;
}
.about-box3 .container .box .left ul li .tbox .t2 {
  color: #666;
  line-height: calc(28/18);
  padding-top: 0.2rem;
  display: none;
}
.about-box3 .container .box .left ul li:hover .icons {
  background: #e60012;
}
.about-box3 .container .box .left ul li:hover .icons svg {
  color: #e60012;
}
.about-box3 .container .box .left ul li:hover .tbox .t1 {
  color: #000;
}
.about-box3 .container .box .left ul li.on .icons {
  background: #e60012;
}
.about-box3 .container .box .left ul li.on .icons svg {
  color: #e60012;
}
.about-box3 .container .box .left ul li.on .tbox .t1 {
  color: #000;
}
.about-box3 .container .box .right {
  width: calc(720/1440*100%);
}
@media (max-width: 991px) {
  .about-box3 .container .box .right {
    width: 100%;
    order: -1;
  }
}
.about-box3 .container .box .right ul {
  width: 100%;
}
.about-box3 .container .box .right ul li {
  width: 100%;
  display: none;
}
.about-box3 .container .box .right ul li .public-img {
  width: 100%;
  border-radius: 0.1rem;
}
.about-box3 .container .box .right ul li .public-img::before {
  padding-top: calc(520/720*100%);
}
.about-box3 .container .box .right ul li.on {
  display: block;
}
.about-box4 {
  width: 100%;
  padding: 1.15rem 0 0.56rem;
}
.about-box4 .container .title {
  text-align: center;
  color: #000;
  line-height: calc(50/40);
  font-weight: bold;
}
.about-box4 .container .txt {
  text-align: center;
  color: #666;
  line-height: calc(30/20);
  margin-top: 0.2rem;
}
.about-box4 .container .map {
  width: calc(1194/1440*100%);
  margin: 0.5rem auto 0;
  position: relative;
  z-index: 1;
}
.about-box4 .container .map .img1 {
  width: 100%;
}
.about-box4 .container .map .img1 img {
  width: 100%;
}
.about-box4 .container .map .img2 {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.about-box4 .container .map .img2 img {
  width: 100%;
}
.about-box4 .container .tips {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  margin-top: 0.23rem;
}
.about-box4 .container .tips i {
  width: 0.1rem;
  height: 0.1rem;
  border-radius: 50%;
  background: #999;
  margin-right: 0.2rem;
  flex-shrink: 0;
  margin-top: calc(24/16*0.5em - 0.05rem);
}
.about-box4 .container .tips span {
  color: #666;
  line-height: calc(24/16);
}
.about-box5 {
  width: 100%;
  padding: 1.15rem 0 1.2rem;
  background: #f5f5f5;
}
.about-box5 .container .title {
  text-align: center;
  color: #000;
  line-height: calc(50/40);
  font-weight: bold;
}
.about-box5 .container .menu {
  width: 100%;
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  margin-top: 0.35rem;
}
.about-box5 .container .menu::after {
  content: '';
  width: 100%;
  height: 1px;
  background: #e6e6e6;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}
.about-box5 .container .menu ul {
  display: flex;
}
.about-box5 .container .menu ul li {
  height: 60px;
  cursor: pointer;
  display: flex;
  align-items: center;
  margin-right: 0.6rem;
  color: #666;
  border-bottom: 2px solid transparent;
  transition: all 0.4s;
}
.about-box5 .container .menu ul li:last-child {
  margin-right: 0;
}
.about-box5 .container .menu ul li:hover {
  color: #e60012;
}
.about-box5 .container .menu ul li.on {
  color: #e60012;
  border-bottom: 2px solid #e60012;
}
.about-box5 .container .list {
  width: 100%;
  position: relative;
  z-index: 1;
  margin-top: 0.6rem;
}
.about-box5 .container .list ul li {
  width: 100%;
  display: none;
}
.about-box5 .container .list ul li.on {
  display: block;
}
.about-box5 .container .list ul li .swiper-container {
  width: 100%;
  overflow: hidden;
}
.about-box5 .container .list ul li .swiper-container .swiper-slide {
  border: 1px solid #e6e6e6;
  background: #fff;
  border-radius: 0.1rem;
  overflow: hidden;
}
.about-box5 .container .list ul li .swiper-container .swiper-slide .img {
  width: 100%;
  height: 5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background: url(../images/about-box5-bg.jpg) center center no-repeat;
  background-size: cover;
  border: 1px solid #e6e6e6;
  border-radius: 0.1rem;
}
@media (max-width: 767px) {
  .about-box5 .container .list ul li .swiper-container .swiper-slide .img {
    height: 7rem;
  }
}
.about-box5 .container .list ul li .swiper-container .swiper-slide .img img {
  width: calc(262/460*100%);
  height: auto;
  object-fit: contain;
  transition: all 0.6s;
}
.about-box5 .container .list ul li .swiper-container .swiper-slide .txt {
  width: 100%;
  height: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #666;
  transition: all 0.4s;
}
.about-box5 .container .list ul li .swiper-container .swiper-slide:hover .img img {
  transform: scale(1.05);
}
.about-box5 .container .list ul li .swiper-container .swiper-slide:hover .txt {
  color: #e60012;
}
@media (max-width: 991px) {
  .about-box5 .container .list ul li .ck {
    display: flex;
    justify-content: center;
    margin-top: 0.5rem;
  }
}
.about-box5 .container .list ul li .ck .swiper-prev,
.about-box5 .container .list ul li .ck .swiper-next {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.4s;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  border: 1px solid #e6e6e6;
  background: #fff;
  color: #999;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1580px) {
  .about-box5 .container .list ul li .ck .swiper-prev,
  .about-box5 .container .list ul li .ck .swiper-next {
    width: 36px;
    height: 36px;
  }
}
@media (max-width: 991px) {
  .about-box5 .container .list ul li .ck .swiper-prev,
  .about-box5 .container .list ul li .ck .swiper-next {
    position: relative;
    top: initial;
    transform: translateY(0);
  }
}
.about-box5 .container .list ul li .ck .swiper-prev svg,
.about-box5 .container .list ul li .ck .swiper-next svg {
  width: 14px;
  height: auto;
}
.about-box5 .container .list ul li .ck .swiper-prev:hover,
.about-box5 .container .list ul li .ck .swiper-next:hover {
  background: #e60012;
  color: #fff;
  border: 1px solid #e60012;
}
.about-box5 .container .list ul li .ck .swiper-prev {
  right: calc(100% + 0.2rem);
}
@media (max-width: 991px) {
  .about-box5 .container .list ul li .ck .swiper-prev {
    right: initial;
    margin-right: 0.2rem;
  }
}
.about-box5 .container .list ul li .ck .swiper-prev svg {
  transform: rotateZ(180deg);
}
.about-box5 .container .list ul li .ck .swiper-next {
  left: calc(100% + 0.2rem);
}
@media (max-width: 991px) {
  .about-box5 .container .list ul li .ck .swiper-next {
    left: initial;
  }
}
.about-box6 {
  width: 100%;
  min-height: 100vh;
  padding: 1.15rem 0 1.2rem;
  background: url(../images/about-box6-bg.png) center center no-repeat;
  background-size: cover;
}
@media (max-width: 991px) {
  .about-box6 {
    min-height: initial;
  }
}
.about-box6 .container .title {
  text-align: center;
  color: #000;
  line-height: calc(50/40);
  font-weight: bold;
}
.about-box6 .container .years {
  width: 100%;
  margin-top: 1.58rem;
  position: relative;
  z-index: 1;
}
.about-box6 .container .years::before {
  content: '';
  width: calc(100% + 0.5rem);
  height: 2px;
  background: #ccc;
  position: absolute;
  bottom: 0.23rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
@media (max-width: 991px) {
  .about-box6 .container .years::before {
    width: 90%;
  }
}
.about-box6 .container .years .swiper-container {
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.about-box6 .container .years .swiper-container .swiper-slide {
  height: 1.25rem;
  padding-bottom: 0.25rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 1;
}
.about-box6 .container .years .swiper-container .swiper-slide .num {
  font-size: 0.3rem;
}
.about-box6 .container .years .swiper-container .swiper-slide .dian {
  width: 0.1rem;
  height: 0.1rem;
  border-radius: 50%;
  background: #cccccc;
  position: absolute;
  bottom: 0.19rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}
.about-box6 .container .years .swiper-container .swiper-slide-active .num {
  font-size: 0.48rem;
  color: #e60012;
}
.about-box6 .container .years .swiper-container .swiper-slide-active .dian {
  background: #fff;
}
.about-box6 .container .years .swiper-container .swiper-slide-active::after {
  content: '';
  width: 0.3rem;
  height: 0.3rem;
  border-radius: 50%;
  background: #e60012;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0.09rem;
  z-index: 1;
}
.about-box6 .container .years .ck .swiper-prev,
.about-box6 .container .years .ck .swiper-next {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.4s;
  position: absolute;
  bottom: 0;
  z-index: 2;
  border: 1px solid #e6e6e6;
  background: #fff;
  color: #999;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1580px) {
  .about-box6 .container .years .ck .swiper-prev,
  .about-box6 .container .years .ck .swiper-next {
    width: 36px;
    height: 36px;
  }
}
@media (max-width: 767px) {
  .about-box6 .container .years .ck .swiper-prev,
  .about-box6 .container .years .ck .swiper-next {
    bottom: -0.1rem;
  }
}
.about-box6 .container .years .ck .swiper-prev svg,
.about-box6 .container .years .ck .swiper-next svg {
  width: 14px;
  height: auto;
}
.about-box6 .container .years .ck .swiper-prev:hover,
.about-box6 .container .years .ck .swiper-next:hover {
  background: #e60012;
  color: #fff;
  border: 1px solid #e60012;
}
.about-box6 .container .years .ck .swiper-prev {
  right: calc(100% + 0.2rem);
}
@media (max-width: 991px) {
  .about-box6 .container .years .ck .swiper-prev {
    right: initial;
    left: 0;
  }
}
.about-box6 .container .years .ck .swiper-prev svg {
  transform: rotateZ(180deg);
}
.about-box6 .container .years .ck .swiper-next {
  left: calc(100% + 0.2rem);
}
@media (max-width: 991px) {
  .about-box6 .container .years .ck .swiper-next {
    left: initial;
    right: 0;
  }
}
.about-box6 .container .list {
  width: 100%;
  margin-top: 0.8rem;
}
.about-box6 .container .list ul li {
  width: 100%;
  display: none;
}
.about-box6 .container .list ul li.on {
  display: block;
}
.about-box6 .container .list ul li .item {
  width: 100%;
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .about-box6 .container .list ul li .item {
    flex-wrap: wrap;
  }
}
.about-box6 .container .list ul li .item .year {
  width: calc(360/1440*100%);
  font-size: 0.72rem;
  line-height: 0.6rem;
  color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 0.25rem;
}
@media (max-width: 991px) {
  .about-box6 .container .list ul li .item .year {
    width: 100%;
    font-size: 0.5rem;
    line-height: 1;
    justify-content: flex-start;
  }
}
.about-box6 .container .list ul li .item .tbox {
  border-left: 2px solid #ccc;
  padding-left: 0.78rem;
}
@media (max-width: 991px) {
  .about-box6 .container .list ul li .item .tbox {
    border-left: none;
    padding-left: 0.25rem;
    margin-top: 0.3rem;
  }
}
.about-box6 .container .list ul li .item .tbox .t1 {
  line-height: calc(24/18);
  color: #000;
}
.about-box6 .container .list ul li .item .tbox .t2 {
  line-height: calc(24/18);
  color: #666;
  margin-top: 0.24rem;
}
.about-box7 {
  width: 100%;
  position: relative;
  z-index: 1;
}
.about-box7 .bg {
  width: 100%;
  height: 4.4rem;
}
.about-box7 .bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about-box7 .container {
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.about-box7 .container .title {
  text-align: center;
  color: #000;
  line-height: calc(50/40);
  font-weight: bold;
}
.about-box7 .container .load {
  display: flex;
  justify-content: center;
  margin-top: 0.25rem;
}
