@charset "utf-8";
:root {
  --color: #0059A9;
  --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: "sh-H";
  src: url("../fonts/SourceHanSerifCN-Heavy-4.otf") format("opentype");
}
@font-face {
  font-family: "oppo-R";
  src: url("../fonts/OPPOSANS-R.TTF") format("truetype");
}
.fontT1 {
  font-family: "sh-H";
}
.fontT2 {
  font-family: "oppo-R";
}
* {
  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: #000;
  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: 1600px;
  max-width: 90%;
}
.container2 {
  margin: 0 auto;
  width: 83.3%;
  max-width: 1400px;
}
@media (max-width: 1180px) {
  .container2 {
    width: 90%;
  }
}
.public-btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.public-btn a,
.public-btn .a {
  height: 48px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  background: var(--color);
  color: #fff;
  transition: all 0.4s;
  position: relative;
  z-index: 1;
  overflow: hidden;
  cursor: pointer;
  padding: 0 0.17rem 0 0.2rem;
}
@media (max-width: 1260px) {
  .public-btn a,
  .public-btn .a {
    height: 36px;
  }
}
.public-btn a span,
.public-btn .a span {
  line-height: calc(24/16);
  display: block;
  transition: all 0.4s;
}
.public-btn a i,
.public-btn .a i {
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 2;
  margin-left: 0.24rem;
  flex-shrink: 0;
  color: #fff;
  transition: all 0.4s;
}
.public-btn a i::before,
.public-btn .a i::before {
  content: '';
  width: 2px;
  height: 12px;
  background: rgba(184, 216, 255, 0.2);
  position: absolute;
  top: 4px;
  left: -0.1rem;
  z-index: 1;
  transition: all 0.4s;
}
.public-btn a i svg,
.public-btn .a i svg {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.public-btn a i svg path,
.public-btn .a i svg path {
  stroke: currentColor;
}
.public-btn a:hover,
.public-btn .a:hover {
  background: #fff;
  color: #000;
  box-shadow: 0 0 0.1rem 0 rgba(0, 0, 0, 0.1);
}
.public-btn a:hover i,
.public-btn .a:hover i {
  color: #000;
}
.public-btn a:hover i::before,
.public-btn .a:hover i::before {
  background: rgba(0, 0, 0, 0.2);
}
.public-btn.on a,
.public-btn.on .a {
  border: none;
}
.public-btn.on a::before,
.public-btn.on .a::before {
  opacity: 1;
}
.public-btn.btn2 a,
.public-btn.btn2 .a {
  color: var(--color);
  background: #fff;
  border: 1px solid var(--color);
}
.public-btn.btn2 a i,
.public-btn.btn2 .a i {
  color: var(--color);
}
.public-btn.btn2 a i::before,
.public-btn.btn2 .a i::before {
  background: rgba(32, 54, 194, 0.6);
}
.public-btn.btn2 a:hover,
.public-btn.btn2 .a:hover {
  background: var(--color);
  color: #fff;
}
.public-btn.btn2 a:hover i,
.public-btn.btn2 .a:hover i {
  color: #fff;
}
.public-btn.btn2 a:hover i::before,
.public-btn.btn2 .a:hover i::before {
  background: rgba(184, 216, 255, 0.2);
}
.public-btn.pub-black a,
.public-btn.pub-black .a {
  border: 1px solid #e6e6e6;
  color: #000;
  background: #fff;
}
.public-btn.pub-black a i,
.public-btn.pub-black .a i {
  color: #222;
}
.public-btn.pub-black a i::before,
.public-btn.pub-black .a i::before {
  background: rgba(0, 0, 0, 0.2);
}
.public-btn.pub-black a:hover,
.public-btn.pub-black .a:hover {
  background: var(--color);
  color: #fff;
}
.public-btn.pub-black a:hover i,
.public-btn.pub-black .a:hover i {
  color: #fff;
}
.public-btn.pub-black a:hover i::before,
.public-btn.pub-black .a:hover i::before {
  background: rgba(184, 216, 255, 0.2);
}
.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: 85px;
  transition: all 0.4s;
}
@media (max-width: 991px) {
  #c-placeholder {
    height: 60px;
  }
}
.c-open .header .container .c-switch i:nth-child(2) {
  opacity: 0;
}
.c-open .header .container .c-switch i:nth-child(1) {
  margin-top: -1px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.c-open .header .container .c-switch i:nth-child(3) {
  margin-bottom: -1px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
@media (max-width: 991px) {
  .pc {
    display: none;
  }
}
.mb {
  display: none;
}
@media (max-width: 991px) {
  .mb {
    display: block;
  }
}
.header {
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.2rem 0;
  transition: all 0.4s;
}
@media (max-width: 991px) {
  .header {
    padding: 0;
  }
}
.header > .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 1;
}
@media (max-width: 991px) {
  .header > .container {
    height: 60px;
    z-index: 5;
  }
}
.header > .container .logo {
  height: 44px;
  display: flex;
}
@media (max-width: 767px) {
  .header > .container .logo {
    height: 30px;
  }
}
.header > .container .logo a {
  display: block;
  height: 100%;
}
.header > .container .logo a img,
.header > .container .logo a svg {
  height: 100%;
}
.header > .container .logo a img:nth-child(2),
.header > .container .logo a svg:nth-child(2) {
  display: none;
}
.header > .container .c-switch {
  position: relative;
  right: 0;
  z-index: 9;
  display: none;
  width: 28px;
  height: 20px;
  cursor: pointer;
}
@media (max-width: 991px) {
  .header > .container .c-switch {
    display: block;
    margin-left: 0.3rem;
    order: 5;
  }
}
.header > .container .c-switch i {
  position: absolute;
  left: 0;
  height: 2px;
  width: 100%;
  background: #fff;
  transition: all 0.4s;
}
.header > .container .c-switch i:nth-child(1) {
  top: 0;
  transform-origin: left center;
}
.header > .container .c-switch i:nth-child(3) {
  bottom: 0;
  transform-origin: left center;
}
.header > .container .c-switch i:nth-child(2) {
  top: 50%;
  margin-top: -1px;
}
.header > .container .langs {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
  margin-left: auto;
}
@media (max-width: 991px) {
  .header > .container .langs {
    margin-left: auto;
  }
}
.header > .container .langs .now {
  display: flex;
  align-items: center;
  color: #fff;
  line-height: calc(20/14);
  transition: all 0.4s;
  cursor: pointer;
  padding: 0.15rem 0;
}
.header > .container .langs .now i {
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.header > .container .langs .now span {
  margin-left: 5px;
}
.header > .container .langs .lang-a {
  width: 120px;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  background: #fff;
  border-radius: 5px;
  padding: 5px;
  box-shadow: 0 0 0.1rem 0 rgba(0, 0, 0, 0.1);
  display: none;
}
.header > .container .langs .lang-a a {
  width: 100%;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000;
  transition: all 0.4s;
  margin-bottom: 0.1rem;
}
.header > .container .langs .lang-a a:last-child {
  margin-bottom: 0;
}
.header > .container .langs .lang-a a:hover {
  color: var(--color);
}
.header > .container .langs .lang-a a.on {
  color: var(--color);
}
.header > .container .langs:hover .lang-a {
  display: block;
}
.header > .container .g_search {
  margin-left: 0.28rem;
  display: flex;
  align-items: center;
  color: #fff;
  line-height: calc(20/14);
  transition: all 0.4s;
  cursor: pointer;
}
.header > .container .g_search i {
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.header > .container .g_search span {
  margin-left: 5px;
}
.header .menu {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
@media (max-width: 991px) {
  .header .menu {
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    transform: translate(0);
    background: #fff;
    padding: 100px 5% 1rem;
    overflow-y: auto;
    display: none;
  }
}
@media (max-width: 767px) {
  .header .menu {
    padding: 80px 5% 1rem;
  }
}
.header .menu ul {
  display: flex;
}
@media (max-width: 991px) {
  .header .menu ul {
    width: 100%;
    flex-wrap: wrap;
  }
}
.header .menu ul li {
  margin-right: 0.5rem;
  flex-shrink: 0;
}
@media (max-width: 1180px) {
  .header .menu ul li {
    margin-right: 0.3rem;
  }
}
@media (max-width: 991px) {
  .header .menu ul li {
    width: 100%;
    margin-right: 0;
  }
}
.header .menu ul li:last-child {
  margin-right: 0;
}
.header .menu ul li .link {
  display: flex;
  align-items: center;
}
.header .menu ul li .link a {
  height: calc(44px + 0.4rem);
  display: flex;
  align-items: center;
  transition: all 0.4s;
  color: #fff;
}
@media (max-width: 991px) {
  .header .menu ul li .link a {
    height: 1rem;
  }
}
.header .menu ul li .link i {
  width: 1rem;
  height: 1rem;
  margin-left: auto;
  display: none;
}
@media (max-width: 991px) {
  .header .menu ul li .link i {
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
}
.header .menu ul li .link i img,
.header .menu ul li .link i svg {
  width: 14px;
  height: 14px;
  object-fit: contain;
  transition: all 0.4s;
}
.header .menu ul li .s-menu {
  width: 100vw;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  background: #fff;
  display: none;
}
@media (max-width: 991px) {
  .header .menu ul li .s-menu {
    width: 100%;
    position: relative;
    top: initial;
    left: initial;
    transform: translateX(0);
    padding: 0 0 0.3rem;
  }
}
.header .menu ul li .s-menu .box {
  width: 90%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0.3rem 0;
}
@media (max-width: 767px) {
  .header .menu ul li .s-menu .box {
    width: 100%;
  }
}
.header .menu ul li .s-menu .box .s-link {
  display: flex;
  margin-right: 1.2rem;
}
.header .menu ul li .s-menu .box .s-link:last-child {
  margin-right: 0;
}
.header .menu ul li .s-menu .box .s-link a .icons {
  width: 36px;
  height: 36px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.header .menu ul li .s-menu .box .s-link a .icons img,
.header .menu ul li .s-menu .box .s-link a .icons svg {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.header .menu ul li .s-menu .box .s-link a .txt {
  color: #000;
  line-height: calc(20/16);
  text-align: center;
  transition: all 0.4s;
  margin-top: 0.15rem;
}
.header .menu ul li .s-menu .box .s-link:hover a .txt {
  color: #0059A9;
}
.header .menu ul li .s-menu.sm3 .product-smenu {
  width: 100%;
  background: #F4F9FD;
}
@media (max-width: 991px) {
  .header .menu ul li .s-menu.sm3 .product-smenu {
    background: none;
  }
}
.header .menu ul li .s-menu.sm3 .product-smenu .container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .header .menu ul li .s-menu.sm3 .product-smenu .container {
    width: 100%;
    margin: 0;
  }
}
.header .menu ul li .s-menu.sm3 .product-smenu .container .left {
  width: calc(300/1600*100%);
  padding-right: 0.55rem;
  border-right: 1px solid #EAEAEA;
  position: relative;
  z-index: 1;
  padding: 0.6rem 0;
}
@media (max-width: 991px) {
  .header .menu ul li .s-menu.sm3 .product-smenu .container .left {
    padding: 0;
    border-right: none;
  }
}
.header .menu ul li .s-menu.sm3 .product-smenu .container .left::before {
  content: '';
  width: 50vw;
  height: 100%;
  background: #0059A9;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
@media (max-width: 991px) {
  .header .menu ul li .s-menu.sm3 .product-smenu .container .left::before {
    display: none;
  }
}
@media (max-width: 991px) {
  .header .menu ul li .s-menu.sm3 .product-smenu .container .left {
    width: 100%;
    padding-right: 0;
    border-right: none;
  }
}
.header .menu ul li .s-menu.sm3 .product-smenu .container .left .lb {
  width: 100%;
  position: relative;
  z-index: 2;
}
.header .menu ul li .s-menu.sm3 .product-smenu .container .left .lb .item {
  width: 100%;
  position: relative;
  z-index: 1;
  padding-right: 0.5rem;
}
@media (max-width: 991px) {
  .header .menu ul li .s-menu.sm3 .product-smenu .container .left .lb .item {
    padding-right: 0;
  }
}
.header .menu ul li .s-menu.sm3 .product-smenu .container .left .lb .item::before {
  content: '';
  width: 100%;
  height: 100%;
  background: #F4F9FD;
  border-radius: 8px 0 0 8px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  opacity: 0;
  transition: all 0.4s;
}
@media (max-width: 991px) {
  .header .menu ul li .s-menu.sm3 .product-smenu .container .left .lb .item::before {
    display: none;
  }
}
.header .menu ul li .s-menu.sm3 .product-smenu .container .left .lb .item a {
  width: 100%;
  height: 0.54rem;
  display: flex;
  align-items: center;
  color: #fff;
  transition: all 0.4s;
  padding: 0 0.2rem 0 0.28rem;
  border-radius: 0.08rem;
  position: relative;
  z-index: 2;
}
@media (max-width: 991px) {
  .header .menu ul li .s-menu.sm3 .product-smenu .container .left .lb .item a {
    height: 0.8rem;
    color: #000;
    padding: 0 0.15rem;
  }
}
.header .menu ul li .s-menu.sm3 .product-smenu .container .left .lb .item a i {
  width: 14px;
  height: 14px;
  display: flex;
  align-items: center;
  margin-left: auto;
}
.header .menu ul li .s-menu.sm3 .product-smenu .container .left .lb .item a i img,
.header .menu ul li .s-menu.sm3 .product-smenu .container .left .lb .item a i svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.header .menu ul li .s-menu.sm3 .product-smenu .container .left .lb .item.on::before {
  opacity: 1;
}
@media (min-width: 992px) {
  .header .menu ul li .s-menu.sm3 .product-smenu .container .left .lb .item.on a {
    color: #0059A9;
  }
}
.header .menu ul li .s-menu.sm3 .product-smenu .container .left .other-link {
  margin-top: 1rem;
  position: relative;
  z-index: 2;
  padding-right: 0.5rem;
}
@media (max-width: 991px) {
  .header .menu ul li .s-menu.sm3 .product-smenu .container .left .other-link {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-top: 0.3rem;
  }
}
.header .menu ul li .s-menu.sm3 .product-smenu .container .left .other-link .public-btn {
  width: 100%;
  margin-bottom: 0.13rem;
}
.header .menu ul li .s-menu.sm3 .product-smenu .container .left .other-link .public-btn:last-child {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .header .menu ul li .s-menu.sm3 .product-smenu .container .left .other-link .public-btn {
    width: auto;
    margin-bottom: 0;
    margin-right: 0.1rem;
  }
  .header .menu ul li .s-menu.sm3 .product-smenu .container .left .other-link .public-btn:last-child {
    margin-right: 0;
  }
}
.header .menu ul li .s-menu.sm3 .product-smenu .container .left .other-link .public-btn a {
  width: 100%;
}
@media (min-width: 992px) {
  .header .menu ul li .s-menu.sm3 .product-smenu .container .left .other-link .public-btn a {
    color: #fff;
    background: none;
    border: 1px solid #EAEAEA;
  }
}
@media (max-width: 991px) {
  .header .menu ul li .s-menu.sm3 .product-smenu .container .left .other-link .public-btn a {
    width: auto;
  }
}
.header .menu ul li .s-menu.sm3 .product-smenu .container .left .other-link .public-btn a i {
  width: 14px;
  height: 14px;
  margin-left: auto;
}
.header .menu ul li .s-menu.sm3 .product-smenu .container .left .other-link .public-btn a i::before {
  top: 2px;
}
@media (min-width: 992px) {
  .header .menu ul li .s-menu.sm3 .product-smenu .container .left .other-link .public-btn a i {
    color: #fff;
  }
}
.header .menu ul li .s-menu.sm3 .product-smenu .container .left .other-link .public-btn a i img,
.header .menu ul li .s-menu.sm3 .product-smenu .container .left .other-link .public-btn a i svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media (max-width: 991px) {
  .header .menu ul li .s-menu.sm3 .product-smenu .container .left .other-link .public-btn a i {
    margin-left: 0.3rem;
  }
}
.header .menu ul li .s-menu.sm3 .product-smenu .container .left .other-link .public-btn a i::before {
  left: -0.6rem;
}
@media (min-width: 992px) {
  .header .menu ul li .s-menu.sm3 .product-smenu .container .left .other-link .public-btn a i::before {
    background: rgba(255, 255, 255, 0.2);
  }
}
@media (max-width: 991px) {
  .header .menu ul li .s-menu.sm3 .product-smenu .container .left .other-link .public-btn a i::before {
    left: -0.15rem;
  }
}
@media (min-width: 992px) {
  .header .menu ul li .s-menu.sm3 .product-smenu .container .left .other-link .public-btn a:hover {
    background: #fff;
    color: var(--color);
  }
  .header .menu ul li .s-menu.sm3 .product-smenu .container .left .other-link .public-btn a:hover i {
    color: var(--color);
  }
  .header .menu ul li .s-menu.sm3 .product-smenu .container .left .other-link .public-btn a:hover i::before {
    background: rgba(0, 0, 0, 0.1);
  }
}
.header .menu ul li .s-menu.sm3 .product-smenu .container .right {
  width: calc(1245/1600*100%);
  padding: 0.6rem 0;
}
@media (max-width: 991px) {
  .header .menu ul li .s-menu.sm3 .product-smenu .container .right {
    display: none;
  }
}
.header .menu ul li .s-menu.sm3 .product-smenu .container .right .item {
  width: 100%;
  display: none;
}
.header .menu ul li .s-menu.sm3 .product-smenu .container .right .item.on {
  display: flex;
  justify-content: space-between;
}
.header .menu ul li .s-menu.sm3 .product-smenu .container .right .item .b1 {
  width: calc(580/1245*100%);
}
.header .menu ul li .s-menu.sm3 .product-smenu .container .right .item .b1 .t1 {
  line-height: calc(30/24);
  color: #000;
}
.header .menu ul li .s-menu.sm3 .product-smenu .container .right .item .b1 .more {
  display: flex;
  margin-top: 0.23rem;
}
.header .menu ul li .s-menu.sm3 .product-smenu .container .right .item .b1 .more a {
  display: flex;
  align-items: center;
  color: #0059A9;
  line-height: calc(24/18);
}
.header .menu ul li .s-menu.sm3 .product-smenu .container .right .item .b1 .more a i {
  width: 14px;
  height: 14px;
  display: flex;
  align-items: center;
  margin-left: 0.05rem;
}
.header .menu ul li .s-menu.sm3 .product-smenu .container .right .item .b1 .more a i img,
.header .menu ul li .s-menu.sm3 .product-smenu .container .right .item .b1 .more a i svg {
  object-fit: contain;
}
.header .menu ul li .s-menu.sm3 .product-smenu .container .right .item .b1 .links {
  width: 100%;
  border-top: 1px solid #E5E5E5;
  margin-top: 0.43rem;
  padding-top: 0.3rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.header .menu ul li .s-menu.sm3 .product-smenu .container .right .item .b1 .links a {
  height: 0.6rem;
  width: calc(242/580*100%);
  color: #666;
  display: flex;
  align-items: center;
  transition: all 0.4s;
}
.header .menu ul li .s-menu.sm3 .product-smenu .container .right .item .b1 .links a:hover {
  color: #0059A9;
}
.header .menu ul li .s-menu.sm3 .product-smenu .container .right .item .b2 {
  width: calc(528/1245*100%);
}
.header .menu ul li .s-menu.sm3 .product-smenu .container .right .item .b2 .public-img {
  width: 100%;
  border-radius: 0.14rem;
}
.header .menu ul li .s-menu.sm3 .product-smenu .container .right .item .b2 .public-img::before {
  padding-top: calc(289/528*100%);
}
.header .menu ul li .s-menu.sm3 .product-smenu .container .right .item .b2 .t1 {
  line-height: calc(32/24);
  color: #000;
  margin-top: 0.3rem;
}
.header .menu ul li .s-menu.sm3 .product-smenu .container .right .item .b2 .t2 {
  line-height: calc(20/16);
  color: #666;
  margin-top: 0.15rem;
}
.header .menu ul li .s-menu.sm2 .case-smenu {
  width: 100%;
  padding: 0.6rem 0;
}
@media (max-width: 991px) {
  .header .menu ul li .s-menu.sm2 .case-smenu {
    padding: 0;
  }
}
.header .menu ul li .s-menu.sm2 .case-smenu .container .list {
  width: calc(100% + 0.34rem);
  margin: 0 -0.17rem;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .header .menu ul li .s-menu.sm2 .case-smenu .container .list {
    width: 100%;
    margin: 0;
  }
}
.header .menu ul li .s-menu.sm2 .case-smenu .container .list .item {
  width: calc(20% - 0.34rem);
  margin: 0 0.17rem 0.3rem;
  display: flex;
}
@media (max-width: 767px) {
  .header .menu ul li .s-menu.sm2 .case-smenu .container .list .item {
    width: 50%;
    margin: 0 0 0.2rem;
  }
}
.header .menu ul li .s-menu.sm2 .case-smenu .container .list .item a {
  width: 100%;
  display: block;
}
.header .menu ul li .s-menu.sm2 .case-smenu .container .list .item a .public-img {
  width: 100%;
  border-radius: 0.15rem;
}
@media (max-width: 767px) {
  .header .menu ul li .s-menu.sm2 .case-smenu .container .list .item a .public-img {
    display: none;
  }
}
.header .menu ul li .s-menu.sm2 .case-smenu .container .list .item a .public-img::before {
  padding-top: calc(181/293*100%);
}
.header .menu ul li .s-menu.sm2 .case-smenu .container .list .item a .txt {
  line-height: calc(20/16);
  text-align: center;
  color: #000;
  transition: all 0.4s;
  margin-top: 0.24rem;
}
@media (max-width: 767px) {
  .header .menu ul li .s-menu.sm2 .case-smenu .container .list .item a .txt {
    text-align: left;
    margin-top: 0;
    height: 0.6rem;
    display: flex;
    align-items: center;
  }
}
@media (min-width: 992px) {
  .header .menu ul li .s-menu.sm2 .case-smenu .container .list .item a:hover .public-img img {
    transform: scale(1.05);
  }
  .header .menu ul li .s-menu.sm2 .case-smenu .container .list .item a:hover .txt {
    color: #0059A9;
  }
}
.header .menu ul li .s-menu.sm2 .case-smenu .container .other-link {
  width: 100%;
  border-top: 1px solid #C9C9C9;
  margin-top: 0.6rem;
  padding-top: 0.55rem;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .header .menu ul li .s-menu.sm2 .case-smenu .container .other-link {
    margin-top: 0.3rem;
    padding-top: 0.3rem;
  }
}
.header .menu ul li .s-menu.sm2 .case-smenu .container .other-link .public-btn {
  margin-right: 0.3rem;
}
.header .menu ul li .s-menu.sm2 .case-smenu .container .other-link .public-btn:last-child {
  margin-right: 0;
}
@media (min-width: 992px) {
  .header .menu ul li:hover .s-menu {
    display: block;
  }
}
.header .menu ul li.on .link i img,
.header .menu ul li.on .link i svg {
  transform: rotateZ(90deg);
}
.header .seach-box {
  width: 100%;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 9;
  background: #fff;
  padding: 0.63rem 0 0.7rem;
  box-shadow: 0 0 0.1rem 0 rgba(0, 0, 0, 0.1);
  display: none;
}
.header .seach-box .box {
  width: 560px;
  max-width: 90%;
  margin: 0 auto;
}
.header .seach-box .box .form {
  width: 100%;
  display: flex;
  border-radius: 0.08rem;
  background: #F0F0F0;
}
.header .seach-box .box .form .t1 {
  width: calc(100% - 0.8rem);
  height: 0.6rem;
  padding-left: 0.2rem;
  color: #000;
}
@media (max-width: 991px) {
  .header .seach-box .box .form .t1 {
    height: 0.8rem;
  }
}
.header .seach-box .box .form .t1::placeholder {
  color: #999;
}
.header .seach-box .box .form .btn {
  width: 0.8rem;
  height: 0.6rem;
  border-radius: 0.08rem;
  background: var(--color);
  color: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991px) {
  .header .seach-box .box .form .btn {
    height: 0.8rem;
  }
}
@media (max-width: 767px) {
  .header .seach-box .box .form .btn img,
  .header .seach-box .box .form .btn svg {
    width: 14px;
    height: 14px;
  }
}
.header .seach-box .box .txt {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-top: 0.2rem;
}
.header .seach-box .box .txt span {
  color: #999999;
}
.header .seach-box .box .txt a {
  color: #999999;
  transition: all 0.4s;
  margin-right: 0.2rem;
}
.header .seach-box .box .txt a:hover {
  color: var(--color);
}
.header .seach-box .box .txt .del {
  width: 20px;
  height: 20px;
  cursor: pointer;
  color: var(--color);
  display: flex;
  justify-content: center;
  align-items: center;
}
.header .seach-box .box .txt .del img,
.header .seach-box .box .txt .del svg {
  width: 14px;
  height: 14px;
  object-fit: contain;
}
.header.c-style2 {
  background: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.header.c-style2 > .container .logo a img:nth-child(1) {
  display: none;
}
.header.c-style2 > .container .logo a img:nth-child(2) {
  display: block;
}
.header.c-style2 > .container .c-switch i {
  background: #000;
}
.header.c-style2 > .container .langs .now {
  color: #222;
}
.header.c-style2 > .container .g_search {
  color: #222;
}
.header.c-style2 > .container .g_search:hover {
  color: var(--color);
}
.header.c-style2 .menu ul li .link a {
  color: #222;
}
.header.c-style2 .menu ul li:hover .link a {
  color: #0059A9;
}
.header.c-style2 .menu ul li.on {
  border-bottom: 2px solid #0059A9;
}
.header.c-style2 .menu ul li.on .link a {
  color: #0059A9;
}
.header.c-style3 > .container .logo a img:nth-child(1) {
  display: none;
}
.header.c-style3 > .container .logo a img:nth-child(2) {
  display: block;
}
.header.c-style3 > .container .c-switch i {
  background: #000;
}
.header.c-style3 > .container .langs .now {
  color: #222;
}
.header.c-style3 > .container .g_search {
  color: #222;
}
.header.c-style3 > .container .g_search:hover {
  color: var(--color);
}
.header.c-style3 .menu ul li .link a {
  color: #222;
}
.header.c-style3 .menu ul li:hover .link a {
  color: #0059A9;
}
.header.c-style3 .menu ul li.on {
  border-bottom: 2px solid #0059A9;
}
.header.c-style3 .menu ul li.on .link a {
  color: #0059A9;
}
.header.c-head-move {
  top: -1.2rem;
}
@media (max-width: 991px) {
  .header.c-head-move {
    top: -60px;
  }
}
.banner {
  width: 100%;
  height: var(--vh);
  position: relative;
  z-index: 1;
}
.banner .swiper-container {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.banner .swiper-container .swiper-slide {
  position: relative;
  z-index: 1;
}
.banner .swiper-container .swiper-slide .img {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}
.banner .swiper-container .swiper-slide .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner .swiper-container .swiper-slide .img video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}
.banner .swiper-container .swiper-slide .container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.banner .swiper-container .swiper-slide .container .title {
  color: #fff;
  line-height: calc(60/50);
  font-weight: bold;
}
.banner .swiper-container .swiper-slide .container .txt {
  line-height: calc(30/20);
  color: #fff;
  margin-top: 0.2rem;
}
.banner .swiper-container .swiper-slide .container .more {
  display: flex;
  margin-top: 0.9rem;
}
.banner .swiper-pagination {
  width: 100;
  height: 8px;
  position: absolute;
  left: 0;
  bottom: 0.57rem;
  z-index: 3;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
}
.banner .swiper-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  border-radius: 4px;
  opacity: 1;
  position: relative;
  z-index: 1;
  background: rgba(255, 255, 255, 0.12);
  flex-shrink: 0;
  margin: 0 3px;
  transition: all 0.4s;
  overflow: hidden;
}
.banner .swiper-pagination .swiper-pagination-bullet span {
  background: #0059A9;
  display: block;
  width: 100%;
  height: 100%;
  transform-origin: left center;
  transform: scaleX(0);
  position: absolute;
  left: 0;
  top: 0;
  transition: none;
  border-radius: 8px;
}
.banner .swiper-pagination .swiper-pagination-bullet-active {
  width: 0.36rem;
}
@keyframes progress {
  0% {
    transform: scaleX(0);
  }
  100% {
    transform: scaleX(1);
  }
}
.pub-top .t1 {
  line-height: calc(24/20);
  color: rgba(34, 34, 34, 0.5);
  text-align: center;
}
.pub-top .t2 {
  margin-top: 0.15rem;
  line-height: calc(58/48);
  text-align: center;
  color: #222;
  font-weight: bold;
}
.index-box1 {
  width: 100%;
  padding: 1.2rem 0 0.5rem;
}
.index-box1 .container .list {
  width: 100%;
  margin-top: 0.7rem;
}
.index-box1 .container .list ul {
  width: calc(100% + 1px);
  margin: 0 -0.5px;
  display: flex;
}
@media (max-width: 991px) {
  .index-box1 .container .list ul {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .index-box1 .container .list ul {
    width: 100%;
    margin: 0;
  }
}
.index-box1 .container .list ul li {
  width: calc(252/1600*100%);
  flex: 1 auto;
  transition: all 0.4s;
  margin: 0 0.5px;
  position: relative;
  z-index: 1;
}
@media (max-width: 991px) {
  .index-box1 .container .list ul li {
    width: calc(50% - 1px);
    flex: auto;
    margin: 0 0.5px 1px;
  }
}
@media (max-width: 767px) {
  .index-box1 .container .list ul li {
    width: 100%;
    margin: 0 0 0.3rem;
  }
}
.index-box1 .container .list ul li .tbox {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0.42rem;
  z-index: 2;
  padding: 0 0.1em;
}
.index-box1 .container .list ul li .tbox .t1 {
  text-align: center;
  font-size: 24px;
  line-height: calc(30/24);
  color: #000;
  transition: all 0.4s;
  font-weight: bold;
}
@media (max-width: 1580px) {
  .index-box1 .container .list ul li .tbox .t1 {
    font-size: 22px;
  }
}
@media (max-width: 1260px) {
  .index-box1 .container .list ul li .tbox .t1 {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .index-box1 .container .list ul li .tbox .t1 {
    font-size: 18px;
  }
}
.index-box1 .container .list ul li .tbox .t2 {
  line-height: calc(18/14);
  text-align: center;
  color: #777;
  margin-top: 0.1rem;
}
.index-box1 .container .list ul li .tbox .links {
  width: 100%;
  padding: 0 0.1rem;
  display: flex;
  justify-content: center;
  margin-top: 0.33rem;
  opacity: 0;
  transition: all 0.4s;
}
@media (max-width: 991px) {
  .index-box1 .container .list ul li .tbox .links {
    opacity: 1;
  }
}
.index-box1 .container .list ul li .tbox .links .ls {
  display: flex;
  flex-wrap: wrap;
}
.index-box1 .container .list ul li .tbox .links .ls a {
  height: 36px;
  padding: 0 0.24rem;
  border-radius: 18px;
  color: #222;
  background: rgba(255, 255, 255, 0.16);
  border: 1px solid rgba(255, 255, 255, 0.2);
  display: flex;
  align-items: center;
  margin-right: 0.12rem;
  margin-bottom: 0.1rem;
  transition: all 0.4s;
}
.index-box1 .container .list ul li .tbox .links .ls a:last-child {
  margin-right: 0;
}
.index-box1 .container .list ul li .tbox .links .ls a:hover {
  color: #fff;
  background: var(--color);
}
.index-box1 .container .list ul li .public-img {
  width: 100%;
  height: 6rem;
  border-radius: 0.1rem;
}
.index-box1 .container .list ul li .public-img::before {
  padding-top: 0;
}
.index-box1 .container .list ul li .public-img img:nth-child(2) {
  opacity: 0;
  z-index: 2;
}
@media (max-width: 991px) {
  .index-box1 .container .list ul li .public-img img:nth-child(2) {
    opacity: 1;
  }
}
.index-box1 .container .list ul li.on {
  width: calc(841/1600*100%);
  flex-shrink: 0;
}
@media (max-width: 1580px) {
  .index-box1 .container .list ul li.on {
    width: calc(680/1600*100%);
  }
}
@media (max-width: 991px) {
  .index-box1 .container .list ul li.on {
    width: calc(50% - 1px);
  }
}
.index-box1 .container .list ul li.on .tbox .t1 {
  color: var(--color);
  font-size: 32px;
}
@media (max-width: 1580px) {
  .index-box1 .container .list ul li.on .tbox .t1 {
    font-size: 26px;
  }
}
@media (max-width: 1260px) {
  .index-box1 .container .list ul li.on .tbox .t1 {
    font-size: 22px;
  }
}
@media (max-width: 991px) {
  .index-box1 .container .list ul li.on .tbox .t1 {
    font-size: 18px;
  }
}
.index-box1 .container .list ul li.on .tbox .links {
  opacity: 1;
}
.index-box1 .container .list ul li.on .public-img img:nth-child(2) {
  opacity: 1;
}
.index-box2 {
  width: 100%;
  padding: 0.7rem 0 0;
}
.index-box2 .box {
  width: 100%;
  position: relative;
  z-index: 1;
  margin-top: 0.7rem;
}
.index-box2 .box .bg {
  width: 100%;
  height: 8.5rem;
  position: relative;
  z-index: 1;
}
.index-box2 .box .bg li {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0;
  transition: all 0.4s;
  overflow: hidden;
}
.index-box2 .box .bg li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index-box2 .box .bg li.on {
  z-index: 2;
  opacity: 1;
}
.index-box2 .box .bg li.on img {
  transform: scale(1.1);
  transition: all 10s linear;
}
.index-box2 .box .container {
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}
.index-box2 .box .container .menu {
  width: 100%;
}
.index-box2 .box .container .menu .swiper-container {
  width: 100%;
  overflow: hidden;
}
.index-box2 .box .container .menu .swiper-container .swiper-slide {
  padding: 0.4rem 0 0;
  height: 1.48rem;
  cursor: pointer;
}
@media (max-width: 1900px) {
  .index-box2 .box .container .menu .swiper-container .swiper-slide {
    height: 1.6rem;
  }
}
@media (max-width: 991px) {
  .index-box2 .box .container .menu .swiper-container .swiper-slide {
    height: auto;
    padding: 0.4rem 0 0.2rem;
  }
}
.index-box2 .box .container .menu .swiper-container .swiper-slide::before {
  content: '';
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, #2036c2, rgba(18, 109, 227, 0));
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  opacity: 0;
  transition: all 0.4s;
}
.index-box2 .box .container .menu .swiper-container .swiper-slide .icon {
  width: 40px;
  height: 40px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.index-box2 .box .container .menu .swiper-container .swiper-slide .icon img,
.index-box2 .box .container .menu .swiper-container .swiper-slide .icon svg {
  width: 100%;
  height: 100%;
}
.index-box2 .box .container .menu .swiper-container .swiper-slide .txt {
  text-align: center;
  color: #fff;
  line-height: calc(18/24);
  margin-top: 0.3rem;
  position: relative;
  z-index: 2;
}
.index-box2 .box .container .menu .swiper-container .swiper-slide.on::before {
  opacity: 1;
}
.index-box2 .box .container .tbox {
  width: 100%;
  margin-top: 2.4rem;
  position: relative;
  z-index: 1;
}
.index-box2 .box .container .tbox ul li {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 1;
  pointer-events: none;
  transform: translateY(60px);
}
.index-box2 .box .container .tbox ul li .t1 {
  color: #fff;
  line-height: calc(42/32);
  font-weight: bold;
}
.index-box2 .box .container .tbox ul li .t2 {
  width: 340px;
  max-width: 100%;
  line-height: calc(18/14);
  color: #fff;
  margin-top: 0.15rem;
}
.index-box2 .box .container .tbox ul li .more {
  display: flex;
  margin-top: 0.65rem;
}
.index-box2 .box .container .tbox ul li.on {
  opacity: 1;
  z-index: 2;
  pointer-events: all;
  transform: translateY(0);
  transition: all 0.4s;
}
.index-box3 {
  width: 100%;
  position: relative;
  z-index: 1;
  padding: 0.6rem 0;
  background: #fff url(../images/index-box3-bg.png) center center no-repeat;
}
@media (max-width: 991px) {
  .index-box3 {
    padding: 1.2rem 0;
  }
}
.index-box3 .pub-top {
  width: 100%;
  position: absolute;
  top: 1.2rem;
  z-index: 3;
}
@media (max-width: 991px) {
  .index-box3 .pub-top {
    position: relative;
    top: initial;
  }
}
.index-box3 .list {
  width: 100%;
  height: 100vh;
  position: relative;
  z-index: 2;
  overflow: hidden;
}
@media (min-width: 992px) {
  .index-box3 .list::before {
    content: '';
    width: 100%;
    height: 1.2rem;
    background: linear-gradient(to bottom, #ffffff, rgba(255, 255, 255, 0));
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
  }
  .index-box3 .list::after {
    content: '';
    width: 100%;
    height: 1.2rem;
    background: linear-gradient(to top, #ffffff, rgba(255, 255, 255, 0));
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
  }
}
@media (max-width: 991px) {
  .index-box3 .list {
    height: auto;
  }
}
.index-box3 .list .swiper-container {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
@media (max-width: 991px) {
  .index-box3 .list .swiper-container {
    height: auto;
  }
}
@media (min-width: 992px) {
  .index-box3 .list .swiper-container .swiper-wrapper {
    transition-timing-function: linear;
    -webkit-transition-timing-function: linear;
  }
}
.index-box3 .list .swiper-container .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .index-box3 .list .swiper-container .swiper-slide {
    height: auto;
  }
}
.index-box3 .list .swiper-container .swiper-slide .tbox {
  width: 100%;
  padding: 0.5rem 0.1rem 0;
}
.index-box3 .list .swiper-container .swiper-slide .tbox .year {
  line-height: 1;
  font-size: 1.48rem;
  text-align: center;
  color: #000;
  font-weight: bold;
}
@media (max-width: 1180px) {
  .index-box3 .list .swiper-container .swiper-slide .tbox .year {
    font-size: 1.2rem;
  }
}
@media (max-width: 991px) {
  .index-box3 .list .swiper-container .swiper-slide .tbox .year {
    font-size: 1rem;
  }
}
.index-box3 .list .swiper-container .swiper-slide .tbox .txt {
  line-height: calc(30/18);
  text-align: center;
  color: #050505;
  margin-top: 0.18rem;
}
.index-box3 .list .swiper-container .swiper-slide .public-img {
  width: calc(454/1920*100%);
  border-radius: 0.13rem;
  position: absolute;
  z-index: 2;
}
@media (max-width: 991px) {
  .index-box3 .list .swiper-container .swiper-slide .public-img {
    position: relative;
    margin: 0.3rem 0.1rem 0;
  }
}
@media (max-width: 767px) {
  .index-box3 .list .swiper-container .swiper-slide .public-img {
    width: calc(50% - 0.4rem);
  }
}
.index-box3 .list .swiper-container .swiper-slide .public-img::before {
  padding-top: calc(545/454*100%);
}
.index-box3 .list .swiper-container .swiper-slide .img1 {
  transform: rotateZ(3.48deg);
  transform-origin: center bottom;
  left: 0.38rem;
  bottom: 0.12rem;
}
@media (max-width: 991px) {
  .index-box3 .list .swiper-container .swiper-slide .img1 {
    transform: rotateZ(0);
    left: initial;
    bottom: initial;
  }
}
.index-box3 .list .swiper-container .swiper-slide .img2 {
  transform: rotateZ(-8.03deg);
  top: 0.63rem;
  right: 0.36rem;
}
@media (max-width: 991px) {
  .index-box3 .list .swiper-container .swiper-slide .img2 {
    transform: rotateZ(0);
    top: initial;
    right: initial;
  }
}
.index-box3 .more {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 2.12rem;
  z-index: 2;
  display: flex;
  justify-content: center;
}
@media (max-width: 991px) {
  .index-box3 .more {
    position: relative;
    margin-top: 0.6rem;
    left: initial;
    bottom: initial;
  }
}
.index-box4 {
  width: 100%;
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: flex-end;
  padding: 0 0.55rem;
  overflow: hidden;
}
@media (max-width: 991px) {
  .index-box4 {
    padding: 1.2rem 0 3rem;
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .index-box4 {
    padding: 1.2rem 0 0;
  }
}
.index-box4 .bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.index-box4 .bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index-box4 .container {
  position: absolute;
  top: 2.3rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}
@media (max-width: 1180px) {
  .index-box4 .container {
    top: 1rem;
  }
}
@media (max-width: 991px) {
  .index-box4 .container {
    position: relative;
    top: initial;
    left: initial;
    transform: translateX(0);
  }
}
.index-box4 .container .t1 {
  line-height: calc(24/20);
  color: #222;
}
.index-box4 .container .ts1 {
  display: flex;
}
.index-box4 .container .ts1 .ts2 {
  flex-wrap: wrap;
}
.index-box4 .container .t2 {
  width: 100%;
  line-height: calc(54/44);
  color: var(--color);
  margin-top: 0.3rem;
}
.index-box4 .container .t3 {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  color: rgba(51, 51, 51, 0.5);
  line-height: calc(24/18);
  margin-top: 0.3rem;
  padding-right: 0.25rem;
}
.index-box4 .container .t3 .ts {
  display: flex;
  align-items: baseline;
  position: relative;
  z-index: 1;
}
.index-box4 .container .t3 .ts::before {
  content: '';
  width: 0.85rem;
  height: 1px;
  background: rgba(102, 102, 102, 0.5);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: calc(100% + 0.24rem);
}
.index-box4 .container .t3 .ts span {
  line-height: calc(32/22);
  color: #222;
  margin-right: 0.13rem;
}
.index-box4 .container .t4 {
  margin-top: 0.8rem;
  line-height: calc(28/18);
  color: rgba(0, 0, 0, 0.5);
}
@media (max-width: 991px) {
  .index-box4 .container .t4 {
    width: 70%;
  }
}
@media (max-width: 767px) {
  .index-box4 .container .t4 {
    width: 100%;
  }
}
.index-box4 .img {
  width: calc(960/1810*100%);
  position: relative;
  z-index: 3;
}
@media (max-width: 991px) {
  .index-box4 .img {
    position: absolute;
    right: -0.6rem;
    bottom: 0;
  }
}
@media (max-width: 767px) {
  .index-box4 .img {
    width: 100%;
    right: initial;
    position: relative;
  }
}
.index-box5 {
  width: 100%;
  position: relative;
  z-index: 1;
}
.index-box5 .img-box {
  width: 100%;
  height: 100vh;
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.index-box5 .img-box .img {
  width: calc(1336/1920*100%);
  height: calc(675/970*100%);
  border-radius: 0.1rem;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.index-box5 .img-box .img img {
  width: 100vw;
  height: 100vh;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.index-box5 .box {
  width: 100%;
  height: 100vh;
  position: relative;
  z-index: 2;
  padding: 1rem 0 0.9rem;
}
@media (max-width: 991px) {
  .index-box5 .box {
    padding: 1.6rem 0 1rem;
  }
}
@media (max-width: 767px) {
  .index-box5 .box {
    height: auto;
  }
}
.index-box5 .box .container .tbox .t1 {
  text-align: center;
  line-height: calc(30/20);
  color: rgba(255, 255, 255, 0.5);
}
.index-box5 .box .container .tbox .title {
  text-align: center;
  color: #fff;
  line-height: calc(58/48);
  margin-top: 0.2rem;
  font-weight: bold;
}
.index-box5 .box .container .tbox .txt {
  width: 800px;
  max-width: 100%;
  margin: 0.2rem auto 0;
  text-align: center;
  color: #fff;
  line-height: calc(24/16);
}
.index-box5 .box .container .tbox .more {
  display: flex;
  justify-content: center;
  margin-top: 0.72rem;
}
.index-box5 .box .container .list {
  width: 100%;
  margin-top: 1.8rem;
}
@media (max-width: 991px) {
  .index-box5 .box .container .list {
    margin-top: 2.8rem;
  }
}
.index-box5 .box .container .list ul {
  width: calc(100% + 0.26rem);
  margin: 0 -0.13rem;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .index-box5 .box .container .list ul {
    width: 100%;
    margin: 0;
  }
}
.index-box5 .box .container .list ul li {
  width: calc(33.33% - 0.26rem);
  height: 2.96rem;
  margin: 0 0.13rem;
  border: 1px solid rgba(234, 234, 234, 0.16);
  background: rgba(56, 58, 70, 0.15);
  backdrop-filter: blur(40px);
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  padding: 0.3rem 0.45rem 0.35rem;
}
@media (max-width: 991px) {
  .index-box5 .box .container .list ul li {
    padding: 0.3rem;
  }
}
@media (max-width: 767px) {
  .index-box5 .box .container .list ul li {
    width: 100%;
    margin: 0 0 0.3rem 0;
  }
  .index-box5 .box .container .list ul li:last-child {
    margin: 0;
  }
}
.index-box5 .box .container .list ul li .year {
  line-height: calc(60/56);
  color: #fff;
  font-weight: bold;
}
.index-box5 .box .container .list ul li .num {
  line-height: calc(60/48);
  color: #fff;
  font-weight: bold;
}
.index-box5 .box .container .list ul li .tb {
  width: 100%;
}
.index-box5 .box .container .list ul li .tb .t1 {
  line-height: calc(20/18);
  color: #fff;
}
.index-box5 .box .container .list ul li .tb .t2 {
  line-height: calc(20/16);
  color: rgba(249, 250, 251, 0.5);
  margin-top: 4px;
}
.index-box5 .box .container .list ul li .icon {
  width: 0.66rem;
  position: absolute;
  z-index: 2;
  bottom: 0.35rem;
  right: 0.4rem;
}
.index-box5 .box .container .list ul li .icon img,
.index-box5 .box .container .list ul li .icon svg {
  width: 100%;
  height: auto;
}
.index-box6 {
  width: 100%;
  padding: 1.2rem 0 1.8rem;
}
.index-box6 .container .top .txt {
  color: rgba(34, 34, 34, 0.5);
  line-height: calc(24/20);
}
.index-box6 .container .top .title {
  line-height: calc(56/46);
  color: #222;
  font-weight: bold;
  margin-top: 0.1rem;
}
.index-box6 .container .box {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-top: 0.45rem;
}
.index-box6 .container .box .big {
  width: calc(815/1600*100%);
  position: sticky;
  position: -webkit-sticky;
  top: 1.2rem;
}
@media (max-width: 991px) {
  .index-box6 .container .box .big {
    width: 100%;
    position: relative;
    top: initial;
  }
}
.index-box6 .container .box .big a {
  display: block;
}
.index-box6 .container .box .big a .public-img {
  width: 100%;
  border-radius: 0.1rem;
}
.index-box6 .container .box .big a .public-img::before {
  padding-top: calc(560/815*100%);
}
.index-box6 .container .box .big a .tbox {
  width: 100%;
  padding: 0.25rem 0;
}
.index-box6 .container .box .big a .tbox .t1 {
  line-height: calc(30/22);
  color: #000;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: all 0.4s;
}
.index-box6 .container .box .big a .tbox .t2 {
  margin-top: 0.2rem;
  line-height: calc(20/16);
  color: #777;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.index-box6 .container .box .big a .tbox .time {
  line-height: calc(18/14);
  color: #777;
  margin-top: 0.32rem;
}
.index-box6 .container .box .big a:hover .public-img img {
  transform: scale(1.05);
}
.index-box6 .container .box .big a:hover .tbox .t1 {
  color: var(--color);
}
.index-box6 .container .box .list {
  width: calc(742/1600*100%);
}
@media (max-width: 991px) {
  .index-box6 .container .box .list {
    width: 100%;
    margin-top: 0.5rem;
  }
}
.index-box6 .container .box .list ul li {
  width: 100%;
  border-bottom: 1px solid #EBEBEB;
  margin-bottom: 0.34rem;
  padding-bottom: 0.34rem;
}
.index-box6 .container .box .list ul li a {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.index-box6 .container .box .list ul li a .public-img {
  width: calc(310/742*100%);
  border-radius: 0.12rem;
}
.index-box6 .container .box .list ul li a .public-img::before {
  padding-top: calc(206/310*100%);
}
.index-box6 .container .box .list ul li a .tbox {
  width: calc(390/742*100%);
}
.index-box6 .container .box .list ul li a .tbox .t1 {
  line-height: calc(24/18);
  color: #000;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: calc(24/18*2em);
  transition: all 0.4s;
}
.index-box6 .container .box .list ul li a .tbox .t2 {
  line-height: calc(20/16);
  color: #777;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: calc(20/16*2em);
  margin-top: 0.15rem;
}
.index-box6 .container .box .list ul li a .tbox .time {
  line-height: calc(18/14);
  color: #676F7B;
  margin-top: 0.25rem;
}
.index-box6 .container .box .list ul li a:hover .public-img img {
  transform: scale(1.05);
}
.index-box6 .container .box .list ul li a:hover .tbox .t1 {
  color: var(--color);
}
.index-box6 .container .more {
  display: flex;
  justify-content: center;
  margin-top: 0.6rem;
}
.footer {
  width: 100%;
  position: relative;
  z-index: 1;
}
.footer .bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.footer .bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}
.footer .container {
  position: relative;
  z-index: 2;
}
.footer .container .top {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding: 0.9rem 0 0.8rem;
}
.footer .container .top .tbox .t1 {
  line-height: calc(54/44);
  color: #fff;
  font-weight: bold;
}
.footer .container .top .tbox .t2 {
  line-height: calc(24/20);
  color: rgba(255, 255, 255, 0.5);
  margin-top: 0.1rem;
}
.footer .container .top .link {
  display: flex;
}
@media (max-width: 767px) {
  .footer .container .top .link {
    margin-top: 0.3rem;
  }
}
.footer .container .top .link a {
  height: 57px;
  padding: 0 0.3rem;
  border-radius: 8px;
  display: flex;
  align-items: center;
  color: #fff;
  background: var(--color);
  transition: all 0.4s;
}
@media (max-width: 1260px) {
  .footer .container .top .link a {
    height: 36px;
  }
}
.footer .container .top .link a i {
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  margin-right: 0.1rem;
}
.footer .container .top .link a:hover {
  background: #fff;
  color: var(--color);
}
.footer .container .center {
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 1.15rem 0 0.18rem;
}
@media (max-width: 767px) {
  .footer .container .center {
    padding: 0.8rem 0 0.18rem;
  }
}
.footer .container .center .left {
  width: 345px;
  max-width: 100%;
}
@media (max-width: 991px) {
  .footer .container .center .left {
    width: 100%;
  }
}
.footer .container .center .left .logo {
  height: 57px;
  display: flex;
  justify-content: flex-start;
}
.footer .container .center .left .logo a {
  height: 100%;
  display: block;
}
.footer .container .center .left .logo a img,
.footer .container .center .left .logo a svg {
  height: 100%;
}
.footer .container .center .left .email {
  margin-top: 0.36rem;
}
.footer .container .center .left .email .t1 {
  line-height: calc(24/16);
  color: rgba(255, 255, 255, 0.5);
}
.footer .container .center .left .email .form {
  width: 100%;
  margin-top: 0.15rem;
}
.footer .container .center .left .email .form form {
  width: 100%;
  display: flex;
  align-items: center;
  border-radius: 6px;
  overflow: hidden;
}
.footer .container .center .left .email .form form .txt {
  width: calc(100% - 48px);
  height: 48px;
  background: rgba(255, 255, 255, 0.05);
  color: #fff;
  padding: 0 0.185rem;
}
@media (max-width: 1260px) {
  .footer .container .center .left .email .form form .txt {
    width: calc(100% - 36px);
    height: 36px;
  }
}
.footer .container .center .left .email .form form .txt::placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.footer .container .center .left .email .form form .btn {
  width: 48px;
  height: 48px;
  background: var(--color);
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1260px) {
  .footer .container .center .left .email .form form .btn {
    width: 36px;
    height: 36px;
  }
}
.footer .container .center .left .tel {
  display: flex;
  color: rgba(255, 255, 255, 0.5);
  line-height: calc(22/14);
  margin-top: 0.3rem;
}
.footer .container .center .left .tel span {
  color: #fff;
}
.footer .container .center .left .address {
  margin-top: 0.3rem;
}
.footer .container .center .left .address .d1 {
  position: relative;
  z-index: 1;
}
.footer .container .center .left .address .d1::after {
  content: '';
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.2);
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}
.footer .container .center .left .address .d1 ul {
  display: flex;
  position: relative;
  z-index: 2;
}
.footer .container .center .left .address .d1 ul li {
  color: rgba(255, 255, 255, 0.5);
  margin-right: 0.2rem;
  cursor: pointer;
  transition: all 0.4s;
  line-height: 2;
  padding-bottom: 0.12rem;
  border-bottom: 1px solid transparent;
}
.footer .container .center .left .address .d1 ul li:last-child {
  margin-right: 0;
}
.footer .container .center .left .address .d1 ul li:hover {
  color: #fff;
}
.footer .container .center .left .address .d1 ul li.on {
  color: #fff;
  border-bottom: 1px solid #fff;
}
.footer .container .center .left .address .d2 {
  margin-top: 0.16rem;
}
.footer .container .center .left .address .d2 ul li {
  display: none;
  color: #fff;
  line-height: calc(20/14);
}
.footer .container .center .left .address .d2 ul li.on {
  display: block;
}
.footer .container .center .left .share {
  display: flex;
  flex-wrap: wrap;
  margin-top: 0.56rem;
}
@media (max-width: 767px) {
  .footer .container .center .left .share {
    justify-content: center;
  }
}
.footer .container .center .left .share .items {
  margin-right: 6px;
  display: flex;
  position: relative;
  z-index: 1;
}
.footer .container .center .left .share .items a {
  width: 0.48rem;
  height: 0.48rem;
  display: flex;
  justify-content: center;
  align-items: center;
  color: rgba(255, 255, 255, 0.4);
  transition: all 0.4s;
}
@media (max-width: 991px) {
  .footer .container .center .left .share .items a {
    width: 0.6rem;
    height: 0.6rem;
  }
}
.footer .container .center .left .share .items a img,
.footer .container .center .left .share .items a svg {
  width: calc(26/48*100%);
  height: auto;
}
.footer .container .center .left .share .items .ewm {
  width: 120px;
  height: 120px;
  border-radius: 5px;
  background: #fff;
  padding: 5px;
  display: none;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 100%;
}
@media (max-width: 991px) {
  .footer .container .center .left .share .items .ewm {
    width: 100px;
    height: 100px;
  }
}
.footer .container .center .left .share .items:hover a {
  color: #fff;
}
.footer .container .center .left .share .items:hover .ewm {
  display: block;
}
.footer .container .center .menu {
  width: calc(920/1600*100%);
}
@media (max-width: 991px) {
  .footer .container .center .menu {
    width: 100%;
    margin-top: 0.6rem;
  }
}
@media (max-width: 767px) {
  .footer .container .center .menu {
    display: none;
  }
}
.footer .container .center .menu ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.footer .container .center .menu ul li .link1 {
  display: flex;
}
.footer .container .center .menu ul li .link1 a {
  color: #fff;
  font-weight: bold;
  line-height: calc(24/16);
}
.footer .container .center .menu ul li .slink {
  margin-top: 0.15rem;
}
.footer .container .center .menu ul li .slink .link2 {
  display: flex;
}
.footer .container .center .menu ul li .slink .link2 a {
  color: rgba(255, 255, 255, 0.6);
  transition: all 0.4s;
  line-height: 2;
}
.footer .container .center .menu ul li .slink .link2 a:hover {
  color: #fff;
}
.footer .container .down {
  width: 100%;
  padding: 0.3rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.footer .container .down .copyright {
  color: #777;
  line-height: calc(20/14);
}
@media (max-width: 767px) {
  .footer .container .down .copyright {
    width: 100%;
    text-align: center;
  }
}
.footer .container .down .copyright a {
  color: #777;
  transition: all 0.4s;
}
.footer .container .down .copyright a:hover {
  color: #fff;
}
.footer .container .down .link {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .footer .container .down .link {
    width: 100%;
    justify-content: center;
  }
}
.footer .container .down .link a {
  line-height: calc(20/14);
  color: #777;
  transition: all 0.4s;
  margin-right: 0.12rem;
}
.footer .container .down .link a:last-child {
  margin-right: 0;
}
.footer .container .down .link a:hover {
  color: #fff;
}
