@charset "utf-8";
:root {
  --color: #004fa3;
  --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: "Roboto-Light";
  src: url("../fonts/Roboto-Light.ttf") format("truetype");
}
@font-face {
  font-family: "Roboto-Regular";
  src: url("../fonts/Roboto-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Roboto-Medium";
  src: url("../fonts/Roboto-Medium.ttf") format("truetype");
}
@font-face {
  font-family: "Roboto-Bold";
  src: url("../fonts/Roboto-Bold.ttf") format("truetype");
}
* {
  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;
  scrollbar-width: thin;
}
* ::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 5px;
  /*高宽分别对应横竖滚动条的尺寸*/
  height: 1px;
}
* ::-webkit-scrollbar-thumb {
  /*滚动条-滑块*/
  border-radius: 3px;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: var(--color);
}
* ::-webkit-scrollbar-track {
  /*滚动条-背景*/
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  background: #f2f6fa;
}
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: calc(100vw/7.5);
  }
}
body {
  min-height: 100%;
  font-family: 'Roboto-Regular', 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  font-size: 16px;
  line-height: 1.625;
  color: #021b35;
  background: #fff;
}
@media (max-width: 1580px) {
  body {
    font-size: 14px;
    line-height: 1.5;
  }
}
body.background2 {
  padding-top: 80px;
  background: #f0f5f9;
}
@media (max-width: 991px) {
  body.background2 {
    padding-top: 60px;
  }
}
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,
a:hover,
a:focus {
  text-decoration: none;
  color: inherit;
}
input,
button {
  -webkit-appearance: none;
  border-radius: 0;
}
button {
  cursor: pointer;
}
input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
textarea {
  resize: none;
  overflow: auto;
}
input,
button,
textarea,
select {
  border: 0;
  font-family: inherit;
  font-style: inherit;
  font-size: inherit;
  font-weight: normal;
  color: inherit;
  background: transparent;
}
select {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  white-space: nowrap;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
select::-ms-expand {
  display: none;
}
table {
  border-collapse: collapse;
}
svg path {
  fill: currentColor !important;
}
picture,
section,
main {
  display: block;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.clear {
  zoom: 1;
}
.clear:after {
  content: '';
  display: block;
  clear: both;
}
@keyframes arrowTop {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-200%);
  }
  51% {
    transform: translateY(200%);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes blockMove {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(0, -20px);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes loading {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes dotScale {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(2.5);
  }
}
.container {
  margin: 0 auto;
  width: 85%;
  max-width: 1600px;
}
@media (max-width: 1260px) {
  .container {
    width: 90%;
  }
}
.bg-color1 {
  background-color: #fff;
}
.ptb100 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (max-width: 767px) {
  .ptb100 {
    padding-top: 1.2rem;
    padding-bottom: 1.2em;
  }
}
.pt100 {
  padding-top: 1rem;
}
@media (max-width: 767px) {
  .pt100 {
    padding-top: 1.2rem;
  }
}
.pb100 {
  padding-bottom: 1rem;
}
@media (max-width: 767px) {
  .pb100 {
    padding-bottom: 1.2rem;
  }
}
.font14 {
  font-size: 14px;
  line-height: calc(24/14);
}
.font16 {
  font-size: 16px;
  line-height: calc(26/16);
}
.font18 {
  font-size: 18px;
  line-height: calc(28/18);
}
.font20 {
  font-size: 20px;
  line-height: calc(30/20);
}
.font22 {
  font-size: 22px;
  line-height: calc(32/22);
}
.font24 {
  font-size: 24px;
  line-height: calc(34/24);
}
.font30 {
  font-size: 30px;
  line-height: calc(40/30);
}
.font36 {
  font-size: 36px;
  line-height: calc(46/36);
}
.font40 {
  font-size: 40px;
  line-height: calc(50/40);
}
.font48 {
  font-size: 48px;
  line-height: calc(58/48);
}
.font50 {
  font-size: 50px;
  line-height: calc(60/50);
}
.font60 {
  font-size: 60px;
  line-height: calc(70/60);
}
.font70 {
  font-size: 70px;
  line-height: calc(80/70);
}
@media (max-width: 1580px) {
  .font14 {
    font-size: 12px;
  }
  .font16 {
    font-size: 14px;
  }
  .font18 {
    font-size: 16px;
  }
  .font20,
  .font22 {
    font-size: 18px;
  }
  .font24 {
    font-size: 20px;
  }
  .font30,
  .font36 {
    font-size: 26px;
  }
  .font40,
  .font48 {
    font-size: 38px;
  }
  .font50,
  .font60 {
    font-size: 40px;
  }
  .font70 {
    font-size: 60px;
    line-height: calc(70/60);
  }
}
@media (max-width: 991px) {
  .font24 {
    font-size: 18px;
  }
  .font30,
  .font36 {
    font-size: 20px;
  }
  .font40,
  .font48 {
    font-size: 24px;
  }
  .font50 {
    font-size: 26px;
  }
  .font60,
  .font70 {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .font50,
  .font60,
  .font70 {
    font-size: 24px;
  }
}
.public-btn {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: flex-end;
  padding: 0 0 0.2rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  line-height: 1;
}
.public-btn img,
.public-btn svg {
  margin-left: 0.2rem;
  width: 20px;
  transform: translateY(-4px);
}
.public-btn::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 30px;
  border-top: 2px solid #fff;
  transition: all 0.4s;
}
.public-btn:hover::before {
  width: 100%;
}
.public-btn2 {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: flex-end;
  padding: 0 0 0.2rem;
  border-bottom: 1px solid #ccdced;
  line-height: 1;
}
.public-btn2 img,
.public-btn2 svg {
  margin-left: 0.2rem;
  width: 20px;
  transform: translateY(-4px);
}
.public-btn2::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 30px;
  border-top: 2px solid var(--color);
  transition: all 0.4s;
}
.public-btn2:hover::before {
  width: 100%;
}
.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;
  font-family: "Roboto-Regular", 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial' !important;
}
.public-content p,
.public-content a,
.public-content table,
.public-content li,
.public-content ol,
.public-content td,
.public-content th,
.public-content div,
.public-content span,
.public-content sub,
.public-content sup {
  font-family: "Roboto-Regular", 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial' !important;
}
.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 li::marker {
  font-size: 12px;
}
.public-content ol {
  margin-left: 15px;
  list-style: decimal;
}
.public-content img,
.public-content video {
  margin: 0.5em 0;
  max-width: 100%;
  height: auto !important;
}
.public-banner {
  position: relative;
}
.public-banner .c-img {
  height: calc(700/1920*100vw);
}
@media (max-width: 991px) {
  .public-banner .c-img {
    height: 50vw;
  }
}
@media (max-width: 767px) {
  .public-banner .c-img {
    height: 80vw;
  }
}
.public-banner .c-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.public-banner .c-box {
  position: absolute;
  bottom: calc(160/1920*100vw);
  left: 0;
  z-index: 10;
  width: 100%;
  color: #fff;
}
.public-banner .c-box .c-title {
  font-family: "Roboto-Bold", 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
.public-banner2 {
  position: relative;
}
.public-banner2 .c-img {
  height: calc(970/1920*100vw);
}
@media (max-width: 991px) {
  .public-banner2 .c-img {
    height: 50vw;
  }
}
@media (max-width: 767px) {
  .public-banner2 .c-img {
    height: 80vw;
  }
}
.public-banner2 .c-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.public-banner2 .c-video {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.public-banner2 .c-box {
  position: absolute;
  bottom: calc(180/1920*100vw);
  left: 0;
  z-index: 10;
  width: 100%;
  color: #fff;
}
.public-banner2 .c-box .c-title {
  font-family: "Roboto-Bold", 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
.public-banner2 .c-box .c-text {
  margin-top: 0.2rem;
  max-width: 630px;
}
.public-banner3 {
  margin-bottom: 0.8rem;
  position: relative;
}
.public-banner3 .c-img {
  height: calc(600/1920*100vw);
  min-height: 500px;
}
@media (max-width: 991px) {
  .public-banner3 .c-img {
    height: 50vw;
    min-height: auto;
  }
}
@media (max-width: 767px) {
  .public-banner3 .c-img {
    height: 80vw;
  }
}
.public-banner3 .c-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.public-banner3 .c-box {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 10;
  width: 100%;
  transform: translateY(-50%);
  text-align: center;
}
.public-banner3 .c-box .c-title {
  font-family: "Roboto-Bold", 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
.public-search {
  display: flex;
  position: relative;
  height: 80px;
  line-height: 80px;
}
@media (max-width: 1580px) {
  .public-search {
    height: 50px;
    line-height: 50px;
  }
}
.public-search::before,
.public-search::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  border-top: 1px solid #dae0e4;
}
.public-search::after {
  width: 60px;
  z-index: 2;
  border-color: var(--color);
  transition: all 0.4s;
}
.public-search.focus::after {
  width: 100%;
}
.public-search input {
  position: relative;
  padding: 0 40px 0 0;
  width: 100%;
  height: 100%;
}
.public-search .c-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  cursor: pointer;
  color: var(--color);
}
.public-search .c-btn img,
.public-search .c-btn svg {
  width: 20px;
  height: 20px;
  object-fit: contain;
}
.public-title {
  text-align: center;
  margin-bottom: 0.55rem;
}
.public-title .c-title {
  font-family: "Roboto-Bold", 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
.public-title .c-title span {
  color: var(--color);
}
.public-title .c-text {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0.1rem;
  color: #999;
}
.public-title .c-text img,
.public-title .c-text svg {
  margin-right: 0.1rem;
  width: 16px;
  height: 16px;
  object-fit: contain;
}
/* 占位标签，设置导航样式 */
#c-placeholder {
  height: 1rem;
}
@media (max-width: 991px) {
  #c-placeholder {
    height: 60px;
  }
}
/*顶部*/
#c-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 900;
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  line-height: 80px;
  text-align: center;
  color: #fff;
  transition: 0.4s;
  font-size: 16px;
}
@media (max-width: 1580px) {
  #c-header {
    font-size: 14px;
  }
}
@media (max-width: 1420px) {
  #c-header {
    font-size: 12px;
  }
}
@media (max-width: 991px) {
  #c-header {
    line-height: 60px;
  }
}
#c-header a {
  color: #fff;
  transition: 0.4s;
}
#c-header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 1920px;
  padding-left: 0.6rem;
}
@media (max-width: 991px) {
  #c-header .container {
    width: 90%;
    padding: 0;
    height: 60px;
  }
}
#c-header .c-right-box {
  display: flex;
  align-items: center;
}
#c-header.c-head-move {
  top: -85px;
}
@media (max-width: 991px) {
  #c-header.c-head-move {
    top: -65px;
  }
}
#c-header.black {
  color: #021b35;
  border-bottom: 1px solid rgba(29, 97, 170, 0.1);
}
#c-header.black a {
  color: #021b35;
}
#c-header.black .c-logo .c-img-box img {
  display: none;
}
#c-header.black .c-logo .c-img-box img:nth-child(2) {
  display: block;
}
#c-header.black .c-switch i {
  background: #021b35;
}
#c-header.c-style2 {
  color: #021b35;
  background: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  border-bottom: 1px solid #e5e9ee;
}
#c-header.c-style2 a {
  color: #021b35;
}
/*顶部logo*/
#c-header .c-logo {
  display: flex;
  align-items: center;
}
#c-header .c-logo .c-img-box {
  display: flex;
  align-items: center;
}
#c-header .c-logo .c-img-box img {
  height: 34px;
}
@media (max-width: 991px) {
  #c-header .c-logo .c-img-box img {
    height: 30px;
  }
}
#c-header .c-logo .c-img-box img:nth-child(2) {
  display: none;
}
#c-header .c-logo span {
  display: inline-block;
  margin-left: 0.2rem;
  padding-left: 0.2rem;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}
@media (max-width: 767px) {
  #c-header .c-logo span {
    display: none;
  }
}
#c-header.c-style2 .c-logo .c-img-box img:nth-child(1) {
  display: none;
}
#c-header.c-style2 .c-logo .c-img-box img:nth-child(2) {
  display: inline-block;
}
/*顶部pc导航*/
#c-header .c-nav {
  position: absolute;
  top: 0;
  left: 50%;
  display: flex;
  align-items: center;
  transform: translateX(-50%);
  white-space: nowrap;
}
@media (max-width: 1260px) {
  #c-header .c-nav {
    position: static;
    transform: translateX(-0.6rem);
  }
}
@media (max-width: 991px) {
  #c-header .c-nav {
    display: none;
  }
}
#c-header .c-nav > li {
  position: relative;
  margin-right: 0.3rem;
}
#c-header .c-nav > li:last-child {
  margin-right: 0;
}
#c-header .c-nav > li > .c-title-box {
  display: flex;
  align-items: center;
  cursor: pointer;
  font-family: "Roboto-Light", 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
#c-header .c-nav > li > .c-title-box img,
#c-header .c-nav > li > .c-title-box svg {
  margin-left: 0.05rem;
  width: 12px;
  height: 12px;
  transform: rotate(90deg);
  transition: all 0.4s;
}
#c-header .c-nav > li a:before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 0;
  height: 2px;
  background: var(--color);
  transition: 0.4s;
}
#c-header .c-nav .c-list-box {
  display: none;
  position: fixed;
  top: 81px;
  left: 50%;
  width: 100vw;
  background: #fff;
  overflow: hidden;
  transform: translateX(-50%);
  line-height: 1.5;
  text-align: left;
  white-space: wrap;
  color: #021b35;
}
@media (max-width: 1260px) {
  #c-header .c-nav .c-list-box {
    left: auto;
    right: 0;
    transform: translateX(0.6rem);
  }
}
#c-header .c-nav .c-list-box.c-style2 .container .c-left .c-list {
  height: 450px;
}
#c-header .c-nav .c-list-box.c-style2 .container .c-right .c-list {
  border-right: 1px solid #dbe0e5;
}
#c-header .c-nav .c-list-box.c-style3 .container {
  align-items: inherit;
}
#c-header .c-nav .c-list-box.c-style3 .container .c-left {
  width: 56.25%;
  align-content: flex-start;
  height: auto;
}
#c-header .c-nav .c-list-box.c-style3 .container .c-left::before {
  display: none;
}
#c-header .c-nav .c-list-box.c-style3 .container .c-left .c-list {
  height: auto;
  max-height: 390px;
}
#c-header .c-nav .c-list-box.c-style3 .container .c-right {
  position: relative;
  width: 43.75%;
}
#c-header .c-nav .c-list-box.c-style3 .container .c-right::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  height: 130%;
  width: 50vw;
  background: #f5f8fb;
}
#c-header .c-nav .c-list-box.c-style3 .container .c-right .c-list {
  width: 100%;
  height: auto;
  border-left: 0;
}
#c-header .c-nav .c-list-box.c-style3 .container .c-right .c-list > li .c-title-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.2rem;
}
#c-header .c-nav .c-list-box.c-style3 .container .c-right .c-list > li .c-title-box a {
  display: inline-flex;
  align-items: center;
  margin-left: 0.2rem;
  transition: all 0.4s;
  color: #021b35;
}
#c-header .c-nav .c-list-box.c-style3 .container .c-right .c-list > li .c-title-box a img,
#c-header .c-nav .c-list-box.c-style3 .container .c-right .c-list > li .c-title-box a svg {
  opacity: 1;
  margin-left: 0.1rem;
  width: 22px;
  height: 22px;
  color: #021b35;
}
#c-header .c-nav .c-list-box.c-style3 .container .c-right .c-list > li .c-title-box a:hover,
#c-header .c-nav .c-list-box.c-style3 .container .c-right .c-list > li .c-title-box a:hover svg {
  color: var(--color);
}
#c-header .c-nav .c-list-box.c-style3 .container .c-right .c-list > li .public-img::before {
  padding-top: 50%;
}
#c-header .c-nav .c-list-box.c-style3 .container .c-right .c-list > li .c-title2 {
  margin: 0.4rem 0 0.3rem;
  color: #999;
}
#c-header .c-nav .c-list-box.c-style3 .container .c-right .c-list > li .c-list2 {
  display: flex;
  justify-content: space-between;
  margin: 0 -0.1rem;
}
#c-header .c-nav .c-list-box.c-style3 .container .c-right .c-list > li .c-list2 li {
  padding: 0 0.1rem;
}
#c-header .c-nav .c-list-box.c-style3 .container .c-right .c-list > li .c-list2 li .c-num {
  font-family: "Roboto-Bold", 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  color: var(--color);
}
#c-header .c-nav .c-list-box.c-style3 .container .c-right .c-list > li .c-list3 li {
  margin-bottom: 0.4rem;
}
#c-header .c-nav .c-list-box.c-style3 .container .c-right .c-list > li .c-list3 li:last-child {
  margin-bottom: 0;
}
#c-header .c-nav .c-list-box.c-style3 .container .c-right .c-list > li .c-list3 li a {
  display: flex;
  align-items: center;
  color: #021b35;
}
#c-header .c-nav .c-list-box.c-style3 .container .c-right .c-list > li .c-list3 li a .public-img {
  width: 40%;
}
#c-header .c-nav .c-list-box.c-style3 .container .c-right .c-list > li .c-list3 li a .public-img::before {
  padding-top: calc(130/235*100%);
}
#c-header .c-nav .c-list-box.c-style3 .container .c-right .c-list > li .c-list3 li a .c-box {
  padding-left: 0.2rem;
  width: 60%;
}
#c-header .c-nav .c-list-box.c-style3 .container .c-right .c-list > li .c-list3 li a .c-box .c-time {
  display: flex;
  align-items: center;
}
@media (max-width: 1260px) {
  #c-header .c-nav .c-list-box.c-style3 .container .c-right .c-list > li .c-list3 li a .c-box .c-time {
    display: none;
  }
}
#c-header .c-nav .c-list-box.c-style3 .container .c-right .c-list > li .c-list3 li a .c-box .c-time img,
#c-header .c-nav .c-list-box.c-style3 .container .c-right .c-list > li .c-list3 li a .c-box .c-time svg {
  margin-right: 0.1rem;
  width: 16px;
  height: 16px;
  object-fit: contain;
}
#c-header .c-nav .c-list-box.c-style3 .container .c-right .c-list > li .c-list3 li a .c-box .c-time span::before {
  display: none;
}
#c-header .c-nav .c-list-box.c-style3 .container .c-right .c-list > li .c-list3 li a .c-box .c-title {
  position: relative;
  margin: 0.1rem 0;
  height: 1.5em;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  transition: all 0.4s;
}
@media (max-width: 1260px) {
  #c-header .c-nav .c-list-box.c-style3 .container .c-right .c-list > li .c-list3 li a .c-box .c-title {
    margin-top: 0;
  }
}
#c-header .c-nav .c-list-box.c-style3 .container .c-right .c-list > li .c-list3 li a .c-box .c-title span {
  position: relative;
}
#c-header .c-nav .c-list-box.c-style3 .container .c-right .c-list > li .c-list3 li a .c-box .c-title span::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  border-top: 1px solid var(--color);
  transition: all 0.4s;
}
#c-header .c-nav .c-list-box.c-style3 .container .c-right .c-list > li .c-list3 li a .c-box .c-text {
  height: 3em;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
}
#c-header .c-nav .c-list-box.c-style3 .container .c-right .c-list > li .c-list3 li a:hover .c-title {
  color: var(--color);
}
#c-header .c-nav .c-list-box.c-style3 .container .c-right .c-list > li .c-list3 li a:hover .c-title span::before {
  width: 100%;
}
#c-header .c-nav .c-list-box a {
  color: #021b35;
}
@media (max-width: 991px) {
  #c-header .c-nav .c-list-box {
    top: 61px;
  }
}
#c-header .c-nav .c-list-box .container {
  width: 90%;
  max-width: 1600px;
  padding: 0;
}
#c-header .c-nav .c-list-box .container .c-left {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  width: 33.33%;
  height: 570px;
}
#c-header .c-nav .c-list-box .container .c-left::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  height: 100%;
  width: 50vw;
  background: #f5f8fb;
}
#c-header .c-nav .c-list-box .container .c-left .c-title {
  position: relative;
  padding: 0.3rem 0;
  margin: 0 0.4rem;
  color: #999;
  border-bottom: 1px solid #dbe0e5;
  width: 100%;
}
#c-header .c-nav .c-list-box .container .c-left .c-title::before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 30px;
  border-top: 1px solid var(--color);
}
#c-header .c-nav .c-list-box .container .c-left .c-list {
  width: 100%;
  padding: 0 0.4rem;
  border-top: 0.3rem solid transparent;
  border-bottom: 0.3rem solid transparent;
  overflow-y: auto;
  height: 390px;
}
#c-header .c-nav .c-list-box .container .c-left .c-list li {
  margin-bottom: 0.2rem;
}
#c-header .c-nav .c-list-box .container .c-left .c-list li:last-child {
  margin-bottom: 0;
}
#c-header .c-nav .c-list-box .container .c-left .c-list li a {
  position: relative;
  display: inline-flex;
  align-items: center;
  transition: all 0.4s;
}
#c-header .c-nav .c-list-box .container .c-left .c-list li a::before {
  display: none;
}
#c-header .c-nav .c-list-box .container .c-left .c-list li a .c-ico {
  margin-right: 0.1rem;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  background: var(--color);
}
#c-header .c-nav .c-list-box .container .c-left .c-list li a .c-ico img,
#c-header .c-nav .c-list-box .container .c-left .c-list li a .c-ico svg {
  width: 60%;
  height: 60%;
  object-fit: contain;
}
#c-header .c-nav .c-list-box .container .c-left .c-list li a span {
  position: relative;
}
#c-header .c-nav .c-list-box .container .c-left .c-list li a span::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  border-top: 1px solid var(--color);
  transition: all 0.4s;
}
#c-header .c-nav .c-list-box .container .c-left .c-list li a > img,
#c-header .c-nav .c-list-box .container .c-left .c-list li a > svg {
  flex-shrink: 0;
  margin-left: 0.2rem;
  width: 22px;
  height: 22px;
  color: transparent;
  transition: all 0.4s;
}
#c-header .c-nav .c-list-box .container .c-left .c-list li a:hover span::before {
  width: 100%;
}
#c-header .c-nav .c-list-box .container .c-left .c-list li a:hover img,
#c-header .c-nav .c-list-box .container .c-left .c-list li a:hover svg {
  color: var(--color);
}
#c-header .c-nav .c-list-box .container .c-left .c-list li.on > a span::before {
  width: 100%;
}
#c-header .c-nav .c-list-box .container .c-left .c-list li.on > a img,
#c-header .c-nav .c-list-box .container .c-left .c-list li.on > a svg {
  color: var(--color);
}
#c-header .c-nav .c-list-box .container .c-left .c-list li ul {
  position: absolute;
  top: -0.3rem;
  left: 100%;
  width: 100%;
  height: 370px;
  overflow-y: auto;
}
#c-header .c-nav .c-list-box .container .c-left .c-list2-wrap {
  position: relative;
  width: 100%;
}
#c-header .c-nav .c-list-box .container .c-left .c-list2-wrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0.4rem;
  width: calc(100% - 0.8rem);
  border-top: 1px solid #dbe0e5;
}
#c-header .c-nav .c-list-box .container .c-left .c-list2 {
  position: relative;
  max-height: 180px;
  overflow-y: auto;
  padding: 0 0.4rem;
  border-top: 0.3rem solid transparent;
  border-bottom: 0.3rem solid transparent;
}
#c-header .c-nav .c-list-box .container .c-left .c-list2 li {
  margin-bottom: 0.1rem;
}
#c-header .c-nav .c-list-box .container .c-left .c-list2 li:last-child {
  margin: 0;
}
#c-header .c-nav .c-list-box .container .c-left .c-list2 li a {
  display: inline-flex;
  align-items: center;
  transition: all 0.4s;
}
#c-header .c-nav .c-list-box .container .c-left .c-list2 li a::before {
  position: static;
  content: "";
  display: flex;
  flex-wrap: wrap;
  width: 8px;
  height: 8px;
  background: var(--color);
  flex-shrink: 0;
}
#c-header .c-nav .c-list-box .container .c-left .c-list2 li a span {
  padding: 0 0.2rem 0 0.1rem;
}
#c-header .c-nav .c-list-box .container .c-left .c-list2 li a img,
#c-header .c-nav .c-list-box .container .c-left .c-list2 li a svg {
  flex-shrink: 0;
  width: 22px;
  height: 22px;
  color: transparent;
  transition: all 0.4s;
}
#c-header .c-nav .c-list-box .container .c-left .c-list2 li a:hover img,
#c-header .c-nav .c-list-box .container .c-left .c-list2 li a:hover svg {
  color: var(--color);
}
#c-header .c-nav .c-list-box .container .c-right {
  position: relative;
  width: 66.66%;
}
#c-header .c-nav .c-list-box .container .c-right .c-list {
  width: 50%;
  padding: 0 0.4rem;
  border-top: 0.3rem solid transparent;
  border-bottom: 0.3rem solid transparent;
  overflow-y: auto;
  height: 570px;
  border-left: 1px solid #dbe0e5;
}
#c-header .c-nav .c-list-box .container .c-right .c-list > li {
  display: none;
}
#c-header .c-nav .c-list-box .container .c-right .c-list > li.on {
  display: block;
}
#c-header .c-nav .c-list-box .container .c-right .c-list li {
  margin-bottom: 0.2rem;
}
#c-header .c-nav .c-list-box .container .c-right .c-list li:last-child {
  margin-bottom: 0;
}
#c-header .c-nav .c-list-box .container .c-right .c-list li a {
  position: relative;
  display: inline-flex;
  align-items: center;
  transition: all 0.4s;
}
#c-header .c-nav .c-list-box .container .c-right .c-list li a::before {
  display: none;
}
#c-header .c-nav .c-list-box .container .c-right .c-list li a .c-ico {
  margin-right: 0.1rem;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  background: var(--color);
}
#c-header .c-nav .c-list-box .container .c-right .c-list li a .c-ico img,
#c-header .c-nav .c-list-box .container .c-right .c-list li a .c-ico svg {
  width: 60%;
  height: 60%;
  object-fit: contain;
}
#c-header .c-nav .c-list-box .container .c-right .c-list li a span {
  position: relative;
}
#c-header .c-nav .c-list-box .container .c-right .c-list li a span::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  border-top: 1px solid var(--color);
  transition: all 0.4s;
}
#c-header .c-nav .c-list-box .container .c-right .c-list li a > img,
#c-header .c-nav .c-list-box .container .c-right .c-list li a > svg {
  flex-shrink: 0;
  margin-left: 0.2rem;
  width: 22px;
  height: 22px;
  color: transparent;
  transition: all 0.4s;
}
#c-header .c-nav .c-list-box .container .c-right .c-list li a:hover span::before {
  width: 100%;
}
#c-header .c-nav .c-list-box .container .c-right .c-list li a:hover img,
#c-header .c-nav .c-list-box .container .c-right .c-list li a:hover svg {
  color: var(--color);
}
#c-header .c-nav .c-list-box .container .c-right .c-list li.on > a span::before {
  width: 100%;
}
#c-header .c-nav .c-list-box .container .c-right .c-list li.on > a img,
#c-header .c-nav .c-list-box .container .c-right .c-list li.on > a svg {
  color: var(--color);
}
#c-header .c-nav .c-list-box .container .c-right .c-list li ul ul {
  position: absolute;
  top: 0;
  left: 50%;
  width: 50%;
  padding: 0 0.4rem;
  border-top: 0.3rem solid transparent;
  border-bottom: 0.3rem solid transparent;
  overflow-y: auto;
  height: 570px;
  border-left: 1px solid #dbe0e5;
  display: none;
}
#c-header .c-nav .c-list-box .container .c-right .c-list li ul ul.on {
  display: block;
}
#c-header.c-style2 .c-nav li.on > .c-title-box > a,
#c-header .c-nav li:hover > .c-title-box > a,
#c-header .c-nav li.on > a,
#c-header .c-nav li:hover > a {
  color: var(--color);
}
#c-header.c-style2 .c-nav li.on > .c-title-box > a:before,
#c-header .c-nav li:hover > .c-title-box > a:before,
#c-header .c-nav li.on > a:before,
#c-header .c-nav li:hover > a:before {
  left: 0;
  width: 100%;
}
#c-header.c-style2 .c-nav li.on > .c-title-box svg,
#c-header .c-nav li:hover > .c-title-box svg {
  color: var(--color);
}
/*顶部移动端导航*/
#c-header .c-nav2 {
  position: absolute;
  top: 60px;
  left: 0;
  width: 100%;
  height: 0;
  line-height: 60px;
  color: #021b35;
  background: #fff;
  overflow-y: auto;
  transition: 0.4s;
  text-align: left;
}
#c-header .c-nav2 > li:last-child {
  border-bottom: 1px solid #f1f1f1;
}
#c-header .c-nav2 li {
  padding: 0 5vw;
  border-top: 1px solid #f1f1f1;
}
#c-header .c-nav2 li .c-title-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#c-header .c-nav2 li .c-title-box img,
#c-header .c-nav2 li .c-title-box svg {
  width: 0.3rem;
  height: 0.3rem;
  transition: all 0.4s;
}
#c-header .c-nav2 li .c-title-box.on img,
#c-header .c-nav2 li .c-title-box.on svg {
  transform: rotate(90deg);
}
#c-header .c-nav2 li a {
  color: #021b35;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
#c-header .c-nav2 li a:hover,
#c-header .c-nav2 li.on > a {
  color: var(--color);
}
#c-header .c-nav2 li ul {
  display: none;
}
.c-open #c-header .c-nav2 {
  height: calc(100vh - 60px);
}
/*顶部导航开关*/
#c-header .c-switch {
  position: relative;
  display: none;
  width: 24px;
  height: 20px;
  cursor: pointer;
}
@media (max-width: 991px) {
  #c-header .c-switch {
    display: block;
  }
}
#c-header .c-switch i {
  position: absolute;
  left: 0;
  height: 2px;
  width: 100%;
  background: #fff;
  transition: all 0.4s;
}
#c-header .c-switch i:nth-child(1) {
  top: 0;
}
#c-header .c-switch i:nth-child(3) {
  bottom: 0;
}
#c-header .c-switch i:nth-child(2) {
  top: 50%;
  margin-top: -1px;
}
#c-header.c-style2 .c-switch i {
  background: #021b35;
}
body.c-open #c-header .c-switch i:nth-child(2) {
  opacity: 0;
}
body.c-open #c-header .c-switch i:nth-child(1) {
  top: 50%;
  margin-top: -1px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
body.c-open #c-header .c-switch i:nth-child(3) {
  bottom: 50%;
  margin-bottom: -1px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
/* 顶部功能区 */
#c-header .c-gn {
  display: flex;
  text-align: left;
}
#c-header .c-gn a {
  color: #021b35;
}
@media (max-width: 1260px) {
  #c-header .c-gn {
    display: none;
  }
}
@media (max-width: 991px) {
  #c-header .c-gn {
    display: flex;
  }
}
#c-header .c-gn form {
  padding-left: 0.6rem;
  position: relative;
  cursor: pointer;
}
@media (max-width: 767px) {
  #c-header .c-gn form {
    display: none;
  }
}
#c-header .c-gn form img,
#c-header .c-gn form svg {
  width: 20px;
  height: 20px;
  transition: 0.4s;
  vertical-align: middle;
}
#c-header .c-gn form:hover > svg {
  color: var(--color);
}
#c-header .c-gn form .c-box {
  position: fixed;
  top: 81px;
  left: 0;
  display: none;
  padding: 0.4rem 0 0.6rem;
  width: 100%;
  background: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
@media (max-width: 991px) {
  #c-header .c-gn form .c-box {
    top: 61px;
  }
}
#c-header .c-gn form .c-box .container {
  width: 90%;
  max-width: 800px;
  height: auto;
  flex-wrap: wrap;
}
#c-header .c-gn form .c-box .public-search {
  width: 100%;
}
#c-header .c-gn form .c-box .public-search .c-btn {
  padding: 0 0.2rem;
}
#c-header .c-gn form .c-box .c-tag {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  line-height: 2;
  margin-top: 0.4rem;
}
#c-header .c-gn form .c-box .c-tag .c-box2 {
  display: flex;
  align-items: flex-start;
  margin-bottom: -0.2rem;
}
#c-header .c-gn form .c-box .c-tag .c-box2 a {
  margin: 0 0 0.2rem 0.2rem;
  display: inline-flex;
  padding: 0 0.1rem;
  border: 1px solid #dbe0e5;
}
#c-header .c-gn form .c-box .c-tag .c-box2 a:hover {
  color: #fff;
  border-color: var(--color);
  background: var(--color);
}
#c-header .c-gn .c-language {
  padding: 0 0.3rem;
  position: relative;
  cursor: pointer;
}
#c-header .c-gn .c-language:hover svg {
  color: var(--color);
}
#c-header .c-gn .c-language img,
#c-header .c-gn .c-language svg {
  width: 20px;
  height: 20px;
  transition: 0.4s;
  vertical-align: middle;
}
#c-header .c-gn .c-language .c-box {
  display: none;
  position: absolute;
  top: 100%;
  left: 50%;
  margin-top: 1px;
  transform: translateX(-50%);
  background: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  white-space: nowrap;
  padding: 0.25rem 0.3rem;
  line-height: 1.5;
}
#c-header .c-gn .c-language .c-box p {
  margin-bottom: 0.15rem;
}
#c-header .c-gn .c-language .c-box p:last-child {
  margin-bottom: 0;
}
#c-header .c-gn .c-language .c-box a {
  position: relative;
  display: inline-block;
  transition: all 0.4s;
}
#c-header .c-gn .c-language .c-box a::before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 0;
  left: 0;
  height: 1px;
  background: var(--color);
  transition: all 0.4s;
}
#c-header .c-gn .c-language .c-box a:hover {
  color: var(--color);
}
#c-header .c-gn .c-language .c-box a:hover::before {
  width: 100%;
}
#c-header .c-gn .c-subsidiaries {
  padding: 0 20px;
  position: relative;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  cursor: pointer;
}
@media (max-width: 767px) {
  #c-header .c-gn .c-subsidiaries {
    display: none;
  }
}
#c-header .c-gn .c-subsidiaries:hover .c-text {
  color: var(--color);
}
#c-header .c-gn .c-subsidiaries .c-text {
  display: flex;
  align-items: center;
  justify-content: center;
}
#c-header .c-gn .c-subsidiaries .c-text img,
#c-header .c-gn .c-subsidiaries .c-text svg {
  margin-left: 0.05rem;
  width: 12px;
  height: 12px;
  transition: 0.4s;
  vertical-align: middle;
  transform: rotate(90deg);
}
@media (max-width: 991px) {
  #c-header .c-gn .c-subsidiaries .c-text img,
  #c-header .c-gn .c-subsidiaries .c-text svg {
    width: 0.2rem;
    height: 0.2rem;
  }
}
#c-header .c-gn .c-subsidiaries .c-box {
  display: none;
  position: absolute;
  top: 100%;
  min-width: 100%;
  right: 0;
  background: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  padding: 0.25rem 0.3rem;
  line-height: 1.5;
  cursor: pointer;
  margin-top: 1px;
}
#c-header .c-gn .c-subsidiaries .c-box p {
  margin-bottom: 0.15rem;
}
#c-header .c-gn .c-subsidiaries .c-box p:last-child {
  margin-bottom: 0;
}
#c-header .c-gn .c-subsidiaries .c-box a {
  position: relative;
  display: inline-block;
  transition: all 0.4s;
}
#c-header .c-gn .c-subsidiaries .c-box a::before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 0;
  left: 0;
  height: 1px;
  background: var(--color);
  transition: all 0.4s;
}
#c-header .c-gn .c-subsidiaries .c-box a:hover {
  color: var(--color);
}
#c-header .c-gn .c-subsidiaries .c-box a:hover::before {
  width: 100%;
}
#c-header.c-style2 .c-subsidiaries {
  border-color: #e5e9ee;
}
#c-header.c-style2 .c-gn .c-phone svg {
  color: var(--color);
}
#c-go-top {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -0.6rem;
  right: 0;
  z-index: 100;
  width: 0.6rem;
  height: 0.6rem;
  background-color: var(--color);
  cursor: pointer;
  transition: all 0.4s;
  overflow: hidden;
}
@media (max-width: 1580px) {
  #c-go-top {
    top: -50px;
    width: 50px;
    height: 50px;
  }
}
@media (max-width: 767px) {
  #c-go-top {
    display: none !important;
  }
}
#c-go-top img,
#c-go-top svg {
  width: 40%;
  height: 40%;
  color: #fff;
  transition: all 0.8s;
}
#c-go-top:hover {
  background: #fff;
}
#c-go-top:hover svg {
  color: var(--color);
  animation: arrowTop 0.4s;
}
#c-code-pop {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 910;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}
#c-code-pop .c-img-box {
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 20px;
  width: 200px;
  border-radius: 5px;
  background: #fff;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#c-code-pop .c-img-box .c-close {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  bottom: -60px;
  left: 50%;
  margin-left: -20px;
  cursor: pointer;
  background-color: #fff;
  border-radius: 50%;
  transition: all 0.4s;
  color: #021b35;
}
#c-code-pop .c-img-box .c-close img,
#c-code-pop .c-img-box .c-close svg {
  margin: 4px;
  width: 18px;
  height: 18px;
}
#c-code-pop .c-img-box .c-close:hover {
  color: #fff;
  background-color: var(--color);
}
#c-code-pop .c-img-box > img {
  width: 100%;
}
#c-code-pop .c-img-box .c-text {
  padding-top: 10px;
  line-height: 1;
  text-align: center;
  color: #021b35;
}
/* 底部 */
#c-footer {
  padding: 1.3rem 0 1.9rem;
  color: rgba(255, 255, 255, 0.3);
  background: url(../images/footer-bg.jpg) no-repeat center center / cover;
}
@media (max-width: 767px) {
  #c-footer {
    padding: 1.2rem 0;
  }
}
#c-footer a {
  display: inline-block;
  vertical-align: text-top;
  position: relative;
  color: rgba(255, 255, 255, 0.3);
  transition: 0.4s;
}
#c-footer a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background: rgba(255, 255, 255, 0.3);
  transition: all 0.3s;
}
#c-footer a:hover {
  color: #fff;
}
#c-footer a:hover::before {
  background: #fff;
  width: 100%;
}
#c-footer > .container {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#c-footer > .container .c-left {
  width: 50%;
  max-width: 400px;
}
@media (max-width: 767px) {
  #c-footer > .container .c-left {
    width: 100%;
    max-width: 100%;
  }
}
#c-footer > .container .c-left .c-logo {
  display: inline-block;
  vertical-align: top;
}
#c-footer > .container .c-left .c-logo::before {
  display: none;
}
#c-footer > .container .c-left .c-logo img {
  height: 70px;
}
@media (max-width: 1580px) {
  #c-footer > .container .c-left .c-logo img {
    height: 50px;
  }
}
@media (max-width: 767px) {
  #c-footer > .container .c-left .c-logo img {
    height: 30px;
  }
}
#c-footer > .container .c-left .c-ico {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 0.7rem 0 0.6rem;
}
@media (max-width: 767px) {
  #c-footer > .container .c-left .c-ico {
    margin: 0.2rem 0 0.4rem;
  }
}
#c-footer > .container .c-left .c-ico a {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.2rem;
  width: 50px;
  height: 50px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.5);
  transition: 0.4s;
}
#c-footer > .container .c-left .c-ico a::before {
  display: none;
}
#c-footer > .container .c-left .c-ico a:last-child {
  margin-right: 0;
}
@media (max-width: 767px) {
  #c-footer > .container .c-left .c-ico a {
    width: 40px;
    height: 40px;
  }
}
#c-footer > .container .c-left .c-ico a img,
#c-footer > .container .c-left .c-ico a svg {
  width: 40%;
  height: 40%;
}
#c-footer > .container .c-left .c-ico a:hover {
  color: #fff;
  background: var(--color);
}
#c-footer > .container .c-left .c-link a {
  position: relative;
  margin-right: 0.3rem;
}
#c-footer > .container .c-left .c-link a:last-child {
  margin-right: 0;
}
#c-footer > .container .c-left .c-link a:last-child::after {
  display: none;
}
#c-footer > .container .c-left .c-link a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -0.2rem;
  width: 1px;
  height: 80%;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.1);
  transition: all 0.3s;
  pointer-events: none;
}
#c-footer > .container .c-left .c-copyright {
  margin-top: 0.9rem;
  padding-left: 10px;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}
@media (max-width: 767px) {
  #c-footer > .container .c-left .c-copyright {
    margin: 0.4rem 0;
  }
}
#c-footer > .container .c-right {
  position: relative;
  width: 50%;
  color: #5c6875;
}
@media (max-width: 991px) {
  #c-footer > .container .c-right {
    width: 40%;
  }
}
@media (max-width: 767px) {
  #c-footer > .container .c-right {
    width: 100%;
  }
}
#c-footer > .container .c-right a {
  color: #5c6875;
}
#c-footer > .container .c-right a:hover {
  color: #fff;
}
#c-footer > .container .c-right .c-title-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.2rem;
}
@media (max-width: 767px) {
  #c-footer > .container .c-right .c-title-box {
    margin-bottom: 0;
    padding: 0.2rem 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
}
#c-footer > .container .c-right .c-title-box .c-title {
  display: inline-block;
}
#c-footer > .container .c-right .c-title-box img,
#c-footer > .container .c-right .c-title-box svg {
  display: none;
  transition: 0.4s;
  width: 0.3rem;
  height: 0.3rem;
}
@media (max-width: 767px) {
  #c-footer > .container .c-right .c-title-box img,
  #c-footer > .container .c-right .c-title-box svg {
    display: inline-block;
  }
}
#c-footer > .container .c-right .c-line {
  position: absolute;
  top: 0;
  left: 280px;
  margin-left: -1px;
  height: 100%;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}
@media (max-width: 1580px) {
  #c-footer > .container .c-right .c-line {
    left: 40%;
  }
}
@media (max-width: 1260px) {
  #c-footer > .container .c-right .c-line {
    left: 50%;
  }
}
@media (max-width: 991px) {
  #c-footer > .container .c-right .c-line {
    display: none;
  }
}
#c-footer > .container .c-right .c-list-box {
  padding-right: 0.8rem;
  width: 280px;
  border-right: 3px solid rgba(255, 255, 255, 0);
  transition: all 0.4s;
}
@media (max-width: 1580px) {
  #c-footer > .container .c-right .c-list-box {
    width: 40%;
  }
}
@media (max-width: 1260px) {
  #c-footer > .container .c-right .c-list-box {
    width: 50%;
  }
}
@media (max-width: 991px) {
  #c-footer > .container .c-right .c-list-box {
    border-right: 0;
  }
}
@media (max-width: 767px) {
  #c-footer > .container .c-right .c-list-box {
    padding-right: 0;
    width: 100%;
  }
}
@media (min-width: 992px) {
  #c-footer > .container .c-right .c-list-box.on {
    border-color: #fff;
  }
  #c-footer > .container .c-right .c-list-box.on .c-title-box a {
    color: #fff;
  }
  #c-footer > .container .c-right .c-list-box.on .c-title-box a::before {
    background: #fff;
    width: 100%;
  }
  #c-footer > .container .c-right .c-list-box.on .c-list {
    display: block;
  }
}
@media (max-width: 767px) {
  #c-footer > .container .c-right .c-list-box {
    width: 100%;
  }
}
#c-footer > .container .c-right .c-list-box .c-list {
  display: none;
  position: absolute;
  top: 0;
  left: 330px;
  width: 50%;
}
@media (max-width: 1580px) {
  #c-footer > .container .c-right .c-list-box .c-list {
    left: 40%;
    width: 60%;
    padding-left: 0.8rem;
  }
}
@media (max-width: 1260px) {
  #c-footer > .container .c-right .c-list-box .c-list {
    left: 50%;
    width: 50%;
    padding-left: 0.4rem;
  }
}
@media (max-width: 767px) {
  #c-footer > .container .c-right .c-list-box .c-list {
    position: static;
    padding-left: 0;
    padding-top: 0.2rem;
    display: none;
    width: 100%;
  }
}
#c-footer > .container .c-right .c-list-box .c-list li {
  display: flex;
  align-items: center;
  padding-bottom: 0.25rem;
}
@media (max-width: 767px) {
  #c-footer > .container .c-right .c-list-box .c-list li {
    width: 100%;
  }
}
#c-footer > .container .c-right .c-list-box .c-list li:last-child {
  padding-bottom: 0;
}
@media (max-width: 767px) {
  #c-footer > .container .c-right .c-list-box .c-list li:last-child {
    padding-bottom: 0.2rem;
  }
}
@media (max-width: 767px) {
  #c-footer > .container .c-right .c-list-box .c-list li {
    padding-bottom: 0.2rem;
  }
}
#c-footer > .container .c-right .c-list-box .c-list li img,
#c-footer > .container .c-right .c-list-box .c-list li svg {
  flex-shrink: 0;
  opacity: 0;
  margin-left: 0;
  transition: 0.4s;
  width: 20px;
  height: 20px;
}
@media (max-width: 767px) {
  #c-footer > .container .c-right .c-list-box .c-list li img,
  #c-footer > .container .c-right .c-list-box .c-list li svg {
    display: inline-block;
    width: 0.3rem;
    height: 0.3rem;
  }
}
#c-footer > .container .c-right .c-list-box .c-list li a {
  display: flex;
  align-items: center;
}
#c-footer > .container .c-right .c-list-box .c-list li a::before {
  display: none;
}
#c-footer > .container .c-right .c-list-box .c-list li a span {
  position: relative;
  display: inline-block;
  vertical-align: top;
  transition: all 0.4s;
}
#c-footer > .container .c-right .c-list-box .c-list li a span::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background: rgba(255, 255, 255, 0.3);
  transition: all 0.3s;
}
#c-footer > .container .c-right .c-list-box .c-list li a:hover {
  color: #fff;
}
#c-footer > .container .c-right .c-list-box .c-list li a:hover img,
#c-footer > .container .c-right .c-list-box .c-list li a:hover svg {
  opacity: 1;
  margin-left: 0.1rem;
}
#c-footer > .container .c-right .c-list-box .c-list li a:hover span {
  color: #fff;
}
#c-footer > .container .c-right .c-list-box .c-list li a:hover span::before {
  background: #fff;
  width: 100%;
}
#c-footer > .container .c-right .c-list-box.on .c-title-box img,
#c-footer > .container .c-right .c-list-box.on .c-title-box svg {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
@media (max-width: 767px) {
  #c-footer > .container .c-right .c-list-box.on .c-title-box img,
  #c-footer > .container .c-right .c-list-box.on .c-title-box svg {
    display: inline-block;
  }
}
/*首页1*/
.c-home1 .swiper-slide {
  overflow: hidden;
}
.c-home1 .swiper-slide .c-img {
  width: 100%;
  height: var(--vh);
}
.c-home1 .swiper-slide .c-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-home1 .swiper-slide .c-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-home1 .swiper-slide .c-text-box {
  position: absolute;
  left: 0;
  bottom: 1rem;
  width: 100%;
  color: #fff;
}
.c-home1 .swiper-slide .c-text-box .c-title {
  max-width: 800px;
  font-family: "Roboto-Bold", 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  line-height: calc(75/60);
}
.c-home1 .swiper-slide .c-text-box .public-btn {
  margin-top: 0.3rem;
}
.c-home1 .c-pagination {
  position: absolute;
  left: 0;
  bottom: 0.5rem;
  z-index: 10;
  width: 100%;
  pointer-events: none;
}
@media (max-width: 767px) {
  .c-home1 .c-pagination {
    bottom: 50%;
    transform: translateY(50%);
  }
}
.c-home1 .c-pagination .container {
  display: flex;
  justify-content: flex-end;
}
.c-home1 .c-pagination .container .c-box {
  text-align: center;
  color: #fff;
}
.c-home1 .c-pagination .container .c-box .c-line-box {
  position: relative;
  display: inline-block;
  vertical-align: top;
  height: 70px;
  width: 2px;
  background: rgba(255, 255, 255, 0.2);
  overflow: hidden;
}
.c-home1 .c-pagination .container .c-box .c-line-box .c-line {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 25%;
  background: #fff;
  transition-timing-function: linear;
}
.c-home1 .c-pagination .container .c-box .c-num2 {
  color: rgba(255, 255, 255, 0.2);
}
/*首页2*/
.c-home2 {
  position: relative;
  padding: 1.4rem 0 2.2rem;
  background: #f2f6fa;
}
@media (max-width: 767px) {
  .c-home2 {
    padding: 1.2rem 0;
  }
}
.c-home2 .c-line-box {
  position: absolute;
  top: 0;
  width: 1px;
  height: 100%;
  left: calc(80/1920*100vw);
  background: #d9e5f1;
}
@media (max-width: 1260px) {
  .c-home2 .c-line-box {
    left: calc(50/1920*100vw);
  }
}
.c-home2 .c-line-box .c-line {
  background: var(--color);
}
.c-home2 .c-title-box {
  margin-bottom: 0.5rem;
}
.c-home2 .c-title-box .c-title {
  font-family: "Roboto-Bold", 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
.c-home2 .c-list {
  overflow: hidden;
}
@media (max-width: 991px) {
  .c-home2 .c-list {
    display: flex;
    flex-wrap: wrap;
  }
}
.c-home2 .c-list li {
  float: left;
  width: 50%;
}
@media (max-width: 767px) {
  .c-home2 .c-list li {
    margin-bottom: 0.4rem;
    width: 100%;
  }
  .c-home2 .c-list li:last-child {
    margin: 0;
  }
}
.c-home2 .c-list li:nth-child(5n-4) .c-wrap {
  height: 470px;
}
@media (max-width: 1580px) {
  .c-home2 .c-list li:nth-child(5n-4) .c-wrap {
    height: 400px;
  }
}
@media (max-width: 991px) {
  .c-home2 .c-list li:nth-child(5n-4) .c-wrap {
    height: 100%;
  }
}
.c-home2 .c-list li:nth-child(5n-4) .c-wrap .c-text-box {
  position: absolute;
  bottom: 0;
  z-index: 5;
  width: 100%;
  height: 100%;
  background: transparent;
  color: #fff;
}
.c-home2 .c-list li:nth-child(5n-4) .c-wrap .c-text-box .c-text {
  color: #fff;
}
.c-home2 .c-list li:nth-child(5n-4) .c-wrap .public-img {
  width: 100%;
}
.c-home2 .c-list li:nth-child(5n-4) .c-wrap .public-img::after {
  display: none;
}
.c-home2 .c-list li:nth-child(5n-3) .c-wrap {
  flex-direction: row-reverse;
  height: 270px;
}
@media (max-width: 1580px) {
  .c-home2 .c-list li:nth-child(5n-3) .c-wrap {
    height: 250px;
  }
}
@media (max-width: 991px) {
  .c-home2 .c-list li:nth-child(5n-3) .c-wrap {
    height: auto;
  }
}
.c-home2 .c-list li:nth-child(5n-3) .c-wrap .public-img::after {
  left: auto;
  right: 0;
  border: 10px solid transparent;
  border-right: 10px solid #fff;
}
@media (max-width: 991px) {
  .c-home2 .c-list li:nth-child(5n-3) .c-wrap .public-img::after {
    left: 50%;
    right: auto;
    border-color: transparent;
    border-top-color: #fff;
  }
}
.c-home2 .c-list li:nth-child(5n-2) .c-wrap {
  height: 200px;
}
@media (max-width: 1580px) {
  .c-home2 .c-list li:nth-child(5n-2) .c-wrap {
    height: 150px;
  }
}
@media (max-width: 991px) {
  .c-home2 .c-list li:nth-child(5n-2) .c-wrap {
    height: 100%;
  }
}
.c-home2 .c-list li:nth-child(5n-2) .c-wrap .c-text-box {
  width: 100%;
  align-items: center;
  color: #fff;
  background: #021b35;
}
.c-home2 .c-list li:nth-child(5n-2) .c-wrap .c-text-box .c-text {
  color: #fff;
}
@media (min-width: 992px) {
  .c-home2 .c-list li:nth-child(5n-2) .c-wrap:hover .c-text-box > div {
    transform: translateY(-0.4rem);
  }
}
.c-home2 .c-list li .c-wrap {
  position: relative;
  display: flex;
  height: 340px;
}
@media (max-width: 1580px) {
  .c-home2 .c-list li .c-wrap {
    height: 250px;
  }
}
@media (max-width: 991px) {
  .c-home2 .c-list li .c-wrap {
    flex-wrap: wrap;
    height: auto;
  }
}
.c-home2 .c-list li .c-wrap .c-text-box {
  position: relative;
  display: flex;
  align-items: flex-end;
  width: 50%;
  background: #fff;
  overflow: hidden;
}
@media (max-width: 991px) {
  .c-home2 .c-list li .c-wrap .c-text-box {
    width: 100%;
  }
}
.c-home2 .c-list li .c-wrap .c-text-box > div {
  width: 100%;
  padding: 0.3rem;
  transition: all 0.4s;
}
.c-home2 .c-list li .c-wrap .c-text-box .c-ico {
  margin-bottom: 0.4rem;
  width: 46px;
  height: 46px;
  object-fit: cover;
  transition: all 0.4s;
}
.c-home2 .c-list li .c-wrap .c-text-box .c-text {
  color: #666;
}
.c-home2 .c-list li .c-wrap .c-text-box .c-title {
  margin-top: 0.05rem;
  line-height: calc(26/24);
}
.c-home2 .c-list li .c-wrap .c-text-box .c-more {
  display: flex;
  align-items: center;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0.3rem;
  background: var(--color);
  color: #fff;
  transform: translateY(100%);
  transition: all 0.4s;
}
.c-home2 .c-list li .c-wrap .c-text-box .c-more img,
.c-home2 .c-list li .c-wrap .c-text-box .c-more svg {
  margin-left: 0.1rem;
  width: 22px;
  height: 22px;
  object-fit: contain;
  transform: translateY(2px);
}
.c-home2 .c-list li .c-wrap .public-img {
  width: 50%;
  overflow: hidden;
}
@media (max-width: 991px) {
  .c-home2 .c-list li .c-wrap .public-img {
    width: 100%;
  }
}
.c-home2 .c-list li .c-wrap .public-img::before {
  padding-top: calc(335/410*100%);
}
.c-home2 .c-list li .c-wrap .public-img::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 10;
  border: 10px solid transparent;
  border-left: 10px solid #fff;
  transform: translateY(-50%);
}
@media (max-width: 991px) {
  .c-home2 .c-list li .c-wrap .public-img::after {
    top: -1px;
    left: 50%;
    border-color: transparent;
    border-top-color: #fff;
    transform: translate(-50%, 0);
  }
}
@media (min-width: 992px) {
  .c-home2 .c-list li .c-wrap:hover .c-text-box > div {
    transform: translateY(-0.8rem);
  }
  .c-home2 .c-list li .c-wrap:hover .c-text-box .c-ico {
    opacity: 0;
  }
  .c-home2 .c-list li .c-wrap:hover .c-text-box .c-more {
    transform: translateY(0);
  }
  .c-home2 .c-list li .c-wrap:hover .public-img img {
    transform: scale(1.1);
  }
}
/*首页3*/
.c-home3 {
  position: relative;
  overflow: hidden;
}
.c-home3 .c-line-box {
  position: absolute;
  top: 0;
  z-index: 10;
  width: 1px;
  height: 100%;
  left: calc(80/1920*100vw);
  background: rgba(255, 255, 255, 0.1);
}
@media (max-width: 1260px) {
  .c-home3 .c-line-box {
    left: calc(50/1920*100vw);
  }
}
.c-home3 .c-line-box .c-line {
  background: #fff;
}
.c-home3 .c-img-list {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
}
@media (max-width: 767px) {
  .c-home3 .c-img-list {
    position: relative;
    width: 100%;
    height: 100vw;
  }
}
.c-home3 .c-img-list img {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.8s;
}
.c-home3 .c-img-list img.on {
  opacity: 1;
}
.c-home3 .container .c-box {
  position: relative;
  z-index: 5;
  width: 50%;
  padding: 1.4rem 1rem 1rem 0;
  color: #fff;
}
@media (max-width: 1260px) {
  .c-home3 .container .c-box {
    padding: 1.4rem 0.6rem 1rem 0;
  }
}
@media (max-width: 767px) {
  .c-home3 .container .c-box {
    padding: 1.2rem 0;
    width: 100%;
  }
}
.c-home3 .container .c-box .c-bg {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  height: 100%;
  width: 50vw;
  max-width: none;
  object-fit: cover;
}
@media (max-width: 767px) {
  .c-home3 .container .c-box .c-bg {
    left: -10vw;
    width: 120vw;
  }
}
.c-home3 .container .c-box .c-title-box {
  margin-bottom: 1.9rem;
}
@media (max-width: 1260px) {
  .c-home3 .container .c-box .c-title-box {
    margin-bottom: 0.6rem;
  }
}
.c-home3 .container .c-box .c-title-box .c-title {
  font-family: "Roboto-Bold", 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
.c-home3 .container .c-box .c-list li {
  display: flex;
  align-items: center;
  margin-bottom: 0.2rem;
  cursor: pointer;
}
.c-home3 .container .c-box .c-list li:last-child {
  margin-bottom: 0;
}
.c-home3 .container .c-box .c-list li .c-ico {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 0.8rem;
  height: 0.8rem;
  background: rgba(255, 255, 255, 0.05);
}
.c-home3 .container .c-box .c-list li .c-ico img {
  width: 50%;
  height: 50%;
  object-fit: contain;
}
.c-home3 .container .c-box .c-list li .c-title {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 767px) {
  .c-home3 .container .c-box .c-list li .c-title {
    font-size: 16px;
  }
}
.c-home3 .container .c-box .c-list li .c-title span {
  position: relative;
  color: rgba(255, 255, 255, 0.5);
  margin: 0 0.3rem 0 0.3rem;
  transition: all 0.4s;
}
.c-home3 .container .c-box .c-list li .c-title span::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background: rgba(255, 255, 255, 0.3);
  transition: all 0.3s;
}
.c-home3 .container .c-box .c-list li .c-title img {
  opacity: 0;
  width: 22px;
  height: 22px;
  transition: all 0.4s;
}
.c-home3 .container .c-box .c-list li.on .c-title span,
.c-home3 .container .c-box .c-list li:hover .c-title span {
  font-family: "Roboto-Medium", 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  color: #fff;
  margin-right: 0.8rem;
}
@media (max-width: 1260px) {
  .c-home3 .container .c-box .c-list li.on .c-title span,
  .c-home3 .container .c-box .c-list li:hover .c-title span {
    margin-right: 0.3rem;
    font-family: "Roboto-Light", 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  }
}
.c-home3 .container .c-box .c-list li.on .c-title span::before,
.c-home3 .container .c-box .c-list li:hover .c-title span::before {
  width: 100%;
  background-color: #fff;
}
.c-home3 .container .c-box .c-list li.on .c-title img,
.c-home3 .container .c-box .c-list li:hover .c-title img {
  opacity: 1;
}
/*首页3*/
.c-home3 {
  position: relative;
  overflow: hidden;
}
.c-home3 .c-line-box {
  position: absolute;
  top: 0;
  z-index: 10;
  width: 1px;
  height: 100%;
  left: calc(80/1920*100vw);
  background: rgba(255, 255, 255, 0.1);
}
@media (max-width: 1260px) {
  .c-home3 .c-line-box {
    left: calc(50/1920*100vw);
  }
}
.c-home3 .c-line-box .c-line {
  background: #fff;
}
.c-home-animation {
  height: 700vh;
}
.c-home-animation .c-sticky {
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
.c-home-animation .c-sticky .c-line-box {
  position: absolute;
  top: 0;
  z-index: 1;
  width: 1px;
  height: 50%;
  left: calc(80/1920*100vw);
  background: #c4d6ea;
}
@media (max-width: 1260px) {
  .c-home-animation .c-sticky .c-line-box {
    left: calc(50/1920*100vw);
  }
}
.c-home-animation .c-sticky .c-line-box .c-line {
  background: var(--color);
}
.c-home-animation .c-sticky .c-line-box2 {
  position: absolute;
  top: 50%;
  z-index: 2;
  width: 100%;
  height: 1px;
  left: calc(80/1920*100vw);
  background: #c4d6ea;
}
@media (max-width: 1260px) {
  .c-home-animation .c-sticky .c-line-box2 {
    left: calc(50/1920*100vw);
  }
}
.c-home-animation .c-sticky .c-line-box2 .c-line {
  width: 0;
  background: var(--color);
  height: 100%;
}
/*首页4*/
.c-home4 {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 3;
  width: 100%;
  height: 100%;
}
.c-home4 .container {
  position: relative;
  font-size: 1.2rem;
  font-family: "Roboto-Medium", 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  width: 95vw;
  max-width: 100%;
  background: #fff;
}
@media (max-width: 1260px) {
  .c-home4 .container {
    font-size: 1rem;
  }
}
@media (max-width: 991px) {
  .c-home4 .container {
    font-size: 0.7rem;
  }
}
@media (max-width: 767px) {
  .c-home4 .container {
    font-size: 6vw;
  }
}
.c-home4 .container p {
  white-space: nowrap;
}
.c-home4 .container p:nth-child(1) {
  color: #fff;
  text-shadow: -1px -1px 0 var(--color), 1px -1px 0 var(--color), -1px 1px 0 var(--color), 1px 1px 0 var(--color);
}
.c-home4 .container p:nth-child(2) {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  color: var(--color);
  white-space: nowrap;
  overflow: hidden;
}
.c-home4 .container p:nth-child(2) span {
  display: block;
  width: 95vw;
}
/*首页5*/
.c-home5 {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 4;
  padding: 1.4rem 0;
  width: 100%;
  height: 100%;
}
.c-home5 .container {
  width: 90%;
  max-width: 1720px;
}
.c-home5 .c-img,
.c-home5 .c-video {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-home5 .c-video {
  z-index: 2;
}
.c-home5 .container {
  position: relative;
  z-index: 5;
}
.c-home5 .container .c-box {
  position: relative;
  z-index: 5;
  padding: 0.6rem 0.6rem 0.4rem;
  max-width: 720px;
  background: #fff;
  transform: translateY(60px);
  opacity: 0;
}
.c-home5 .container .c-box .c-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-home5 .container .c-box .c-title {
  font-family: "Roboto-Medium", 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
.c-home5 .container .c-box .c-text {
  margin: 0.2rem 0 0.3rem;
  color: #666;
}
.c-home6 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.c-home6 .c-mask {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: #eff4f9;
  opacity: 0;
}
.c-home6 .c-img {
  position: relative;
  z-index: 5;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(55) translateX(1.18%);
}
.c-home6 .c-img:last-child {
  display: none;
}
@media (max-width: 991px) {
  .c-home6 .c-img {
    display: none;
    transform: scale(100) translateX(1.18%);
  }
  .c-home6 .c-img:last-child {
    display: block;
  }
}
.c-home7 {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  padding: 1.4rem 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  overflow: hidden;
}
@media (max-width: 767px) {
  .c-home7 {
    padding: 1.2rem 0;
  }
}
.c-home7.on {
  pointer-events: auto;
}
.c-home7 .c-video {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  width: calc(950/1600*100%);
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .c-home7 .c-video {
    top: auto;
    bottom: 5%;
    width: 80%;
  }
}
.c-home7 .c-video img {
  width: 100%;
}
.c-home7 .c-video video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.c-home7 .container {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.c-home7 .c-left {
  width: calc(630/1600*100%);
}
@media (max-width: 1260px) {
  .c-home7 .c-left {
    width: calc(700/1600*100%);
  }
}
@media (max-width: 767px) {
  .c-home7 .c-left {
    width: 100%;
  }
}
.c-home7 .c-left .c-title {
  font-family: "Roboto-Bold", 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
.c-home7 .c-left .c-title span {
  color: var(--color);
}
.c-home7 .c-left .c-text {
  margin: 0.5rem 0 0.6rem;
  color: #666;
}
@media (max-width: 767px) {
  .c-home7 .c-left .c-text {
    font-size: 14px;
    margin: 0.2rem 0 0.3rem;
  }
}
.c-home7 .c-right {
  width: calc(540/1600*100%);
}
@media (max-width: 1260px) {
  .c-home7 .c-right {
    width: calc(700/1600*100%);
  }
}
@media (max-width: 767px) {
  .c-home7 .c-right {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .c-home7 .c-right .c-list {
    margin-top: 0.6rem;
  }
}
.c-home7 .c-right .c-list li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.6rem 0;
  border-bottom: 2px solid #e7eef6;
}
@media (max-width: 767px) {
  .c-home7 .c-right .c-list li {
    padding: 0.3rem 0;
  }
}
.c-home7 .c-right .c-list li .c-text1 {
  font-family: "Roboto-Bold", 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  color: var(--color);
  line-height: 1;
}
@media (max-width: 767px) {
  .c-home7 .c-right .c-list li .c-text1 {
    font-size: 20px;
  }
}
.c-home8 {
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  position: relative;
  min-height: calc(820 / 1920 * 100vw);
  overflow: hidden;
}
.c-home8 .c-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .c-home8 .c-img {
    position: static;
  }
}
.c-home8 .c-text-box {
  position: relative;
  z-index: 10;
  width: 100%;
  padding: 1.2rem 0 0;
}
@media (max-width: 991px) {
  .c-home8 .c-text-box {
    padding: 0;
  }
}
.c-home8 .c-text-box .container {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 991px) {
  .c-home8 .c-text-box .container {
    width: 100%;
  }
}
.c-home8 .c-text-box .container .c-box {
  position: relative;
  padding: 1rem 0.8rem 0.5rem;
  width: 50%;
  color: #fff;
}
@media (max-width: 991px) {
  .c-home8 .c-text-box .container .c-box {
    width: 100%;
    padding: 0.6rem 5vw;
  }
}
.c-home8 .c-text-box .container .c-box > img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-home8 .c-text-box .container .c-box .c-title {
  font-family: "Roboto-Bold", 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
.c-home8 .c-text-box .container .c-box .c-text {
  margin: 0.2rem 0 0.7rem;
}
.c-product-list {
  padding: 1.3rem 0;
}
.c-product-list .c-title-box {
  margin-bottom: 0.55rem;
  font-family: "Roboto-Bold", 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  text-align: center;
}
.c-product-list .public-img {
  margin-bottom: 0.6rem;
}
.c-product-list .public-img::before {
  padding-top: calc(300/1920*100%);
}
@media (max-width: 991px) {
  .c-product-list .public-img::before {
    padding-top: 50%;
  }
}
.c-product-list .c-list {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 0 -0.3rem -0.6rem;
}
.c-product-list .c-list > li {
  width: 25%;
  padding: 0 0.3rem 0.6rem;
}
@media (max-width: 1580px) {
  .c-product-list .c-list > li {
    width: 33.33%;
  }
}
@media (max-width: 991px) {
  .c-product-list .c-list > li {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .c-product-list .c-list > li {
    width: 100%;
  }
}
.c-product-list .c-list > li .c-title {
  font-family: "Roboto-Bold", 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
.c-product-list .c-list > li li {
  margin-top: 0.15rem;
}
.c-product-list .c-list > li li a {
  display: inline-flex;
  align-items: center;
  color: #666;
  text-decoration: underline;
  transition: all 0.4s;
}
.c-product-list .c-list > li li a img,
.c-product-list .c-list > li li a svg {
  margin-left: 0;
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  object-fit: contain;
  transition: all 0.4s;
  opacity: 0;
}
.c-product-list .c-list > li li a:hover {
  color: var(--color);
}
.c-product-list .c-list > li li a:hover img,
.c-product-list .c-list > li li a:hover svg {
  margin-left: 0.3rem;
  opacity: 1;
}
.c-product-list2 {
  padding-bottom: 1.4rem;
  background: #f5f8fb;
}
.c-product-list2 .c-top {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding: 0.6rem 0;
}
@media (max-width: 991px) {
  .c-product-list2 .c-top {
    flex-wrap: wrap;
  }
}
.c-product-list2 .c-top .c-tag {
  display: flex;
}
.c-product-list2 .c-top .c-tag > span {
  margin-right: 5px;
  flex-shrink: 0;
  line-height: 42px;
}
.c-product-list2 .c-top .c-tag .c-box {
  display: flex;
  flex-wrap: wrap;
}
.c-product-list2 .c-top .c-tag .c-box p {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin: 5px;
  padding: 5px 0.2rem;
  border: 1px solid #dbe0e5;
  color: #999;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.c-product-list2 .c-top .c-tag .c-box p.on {
  color: #fff;
  background: var(--color);
  border-color: var(--color);
}
.c-product-list2 .c-top .public-search {
  flex-shrink: 0;
  margin-left: 20px;
  width: calc(420/1600*100%);
}
@media (max-width: 991px) {
  .c-product-list2 .c-top .public-search {
    margin: 0;
    width: 100%;
  }
}
.c-product-list2 .c-bottom {
  display: flex;
  align-items: flex-start;
}
@media (max-width: 991px) {
  .c-product-list2 .c-bottom {
    flex-wrap: wrap;
  }
}
.c-product-list2 .c-bottom .c-left {
  position: sticky;
  position: -webkit-sticky;
  top: 100px;
  width: 350px;
  flex-shrink: 0;
}
@media (max-width: 1580px) {
  .c-product-list2 .c-bottom .c-left {
    width: 250px;
  }
}
@media (max-width: 991px) {
  .c-product-list2 .c-bottom .c-left {
    position: static;
    width: 100%;
  }
}
.c-product-list2 .c-bottom .c-left .c-list {
  border-right: 1px solid #dbe0e5;
}
@media (max-width: 991px) {
  .c-product-list2 .c-bottom .c-left .c-list {
    border: 0;
  }
}
.c-product-list2 .c-bottom .c-left .c-list li.on > .c-title {
  color: var(--color);
  font-family: "Roboto-Bold", 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
.c-product-list2 .c-bottom .c-left .c-list ul {
  display: none;
  color: #666;
}
.c-product-list2 .c-bottom .c-left .c-list ul ul {
  color: #999;
}
.c-product-list2 .c-bottom .c-left .c-list > li {
  border-bottom: 1px solid #dbe0e5;
}
.c-product-list2 .c-bottom .c-left .c-list > li .c-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.25rem 0.2rem 0.25rem 0;
  cursor: pointer;
  transition: all 0.4s;
}
.c-product-list2 .c-bottom .c-left .c-list > li .c-title img,
.c-product-list2 .c-bottom .c-left .c-list > li .c-title svg {
  flex-shrink: 0;
  margin-left: 20px;
  width: 12px;
  height: 12px;
  object-fit: contain;
  transform: rotate(90deg);
}
.c-product-list2 .c-bottom .c-left .c-list > li .c-title:hover {
  color: var(--color);
}
@media (max-width: 767px) {
  .c-product-list2 .c-bottom .c-left .c-list > li > .c-title {
    font-size: 16px;
  }
}
.c-product-list2 .c-bottom .c-left .c-list > li li .c-title {
  padding: 0.1rem 0.3rem 0.1rem 0.2rem;
}
.c-product-list2 .c-bottom .c-left .c-list > li > ul {
  padding: 0.15rem 0;
  border-top: 1px solid #dbe0e5;
}
.c-product-list2 .c-bottom .c-right {
  padding: 0 0 0 0.6rem;
  width: 100%;
}
@media (max-width: 991px) {
  .c-product-list2 .c-bottom .c-right {
    padding: 0.8rem 0 0;
  }
}
.c-product-list2 .c-bottom .c-right .c-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px 0.75rem;
}
.c-product-list2 .c-bottom .c-right .c-list li {
  display: flex;
  width: 33.333%;
  padding: 0 5px 10px;
}
@media (max-width: 1260px) {
  .c-product-list2 .c-bottom .c-right .c-list li {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .c-product-list2 .c-bottom .c-right .c-list li {
    width: 100%;
  }
}
.c-product-list2 .c-bottom .c-right .c-list li .c-wrap {
  position: relative;
  width: 100%;
  background: #fff;
}
.c-product-list2 .c-bottom .c-right .c-list li .c-wrap .public-img {
  width: 100%;
  display: block;
}
.c-product-list2 .c-bottom .c-right .c-list li .c-wrap .public-img::before {
  padding-top: calc(260/390*100%);
}
.c-product-list2 .c-bottom .c-right .c-list li .c-wrap .public-img img:nth-child(2) {
  opacity: 0;
}
.c-product-list2 .c-bottom .c-right .c-list li .c-wrap .public-img img:nth-child(3) {
  transform: scale(0.8);
  object-fit: contain;
}
.c-product-list2 .c-bottom .c-right .c-list li .c-wrap .c-box {
  position: relative;
  z-index: 10;
  width: 100%;
  padding: 100px 30px 20px;
}
.c-product-list2 .c-bottom .c-right .c-list li .c-wrap .c-box .c-box2 {
  position: absolute;
  bottom: 80px;
  left: 0;
  width: 100%;
  padding: 20px 30px;
  background: #fff;
}
.c-product-list2 .c-bottom .c-right .c-list li .c-wrap .c-box .c-title {
  display: block;
  color: #333;
  transition: all 0.4s;
  line-height: 1.4;
  height: 2.8em;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
}
.c-product-list2 .c-bottom .c-right .c-list li .c-wrap .c-box .c-title:hover {
  color: var(--color);
}
.c-product-list2 .c-bottom .c-right .c-list li .c-wrap .c-box .c-tag {
  display: none;
  padding: 0.1rem 0 0;
}
.c-product-list2 .c-bottom .c-right .c-list li .c-wrap .c-box .c-tag p {
  display: flex;
  align-items: center;
  color: #666;
}
.c-product-list2 .c-bottom .c-right .c-list li .c-wrap .c-box .c-tag p::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  background: var(--color);
  margin-right: 0.1rem;
}
.c-product-list2 .c-bottom .c-right .c-list li .c-wrap .c-box .c-btn-box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 20px;
}
.c-product-list2 .c-bottom .c-right .c-list li .c-wrap .c-box .c-btn-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  border-top: 1px solid #edeff2;
}
.c-product-list2 .c-bottom .c-right .c-list li .c-wrap .c-box .c-btn-box::after {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  z-index: 2;
  width: 30px;
  border-top: 2px solid var(--color);
  transition: all 0.4s;
}
.c-product-list2 .c-bottom .c-right .c-list li .c-wrap .c-box .c-btn-box a.c-btn1 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #edeff2;
  height: 40px;
  padding: 0 10px;
  color: var(--color);
  transition: all 0.4s;
}
.c-product-list2 .c-bottom .c-right .c-list li .c-wrap .c-box .c-btn-box a.c-btn2 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #808d9a;
  transition: all 0.4s;
}
.c-product-list2 .c-bottom .c-right .c-list li .c-wrap .c-box .c-btn-box a.c-btn2 img,
.c-product-list2 .c-bottom .c-right .c-list li .c-wrap .c-box .c-btn-box a.c-btn2 svg {
  margin-left: 0.1rem;
  width: 28px;
  height: 28px;
  object-fit: contain;
}
.c-product-list2 .c-bottom .c-right .c-list li .c-wrap:hover .public-img img {
  height: 85%;
}
.c-product-list2 .c-bottom .c-right .c-list li .c-wrap:hover .public-img img:nth-child(1) {
  opacity: 0;
}
.c-product-list2 .c-bottom .c-right .c-list li .c-wrap:hover .public-img img:nth-child(2) {
  opacity: 1;
}
.c-product-list2 .c-bottom .c-right .c-list li .c-wrap:hover .c-box .c-btn-box::after {
  width: 100%;
}
.c-product-list2 .c-bottom .c-right .c-list li .c-wrap:hover .c-box .c-btn-box a.c-btn1 {
  color: #fff;
  background: var(--color);
  border-color: var(--color);
}
.c-product-list2 .c-bottom .c-right .c-list li .c-wrap:hover .c-box .c-btn-box a.c-btn2 {
  color: var(--color);
}
.hi-pagination2 {
  display: flex;
  align-items: center;
  justify-content: center;
}
.hi-pagination2 .c-box {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.hi-pagination2 .c-box a {
  margin: 5px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 5px;
  min-width: 44px;
  height: 44px;
  border: 1px solid #dbe0e5;
  color: #999;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .hi-pagination2 .c-box a {
    min-width: 40px;
    height: 40px;
  }
}
.hi-pagination2 .c-box a img,
.hi-pagination2 .c-box a svg {
  width: 16px;
  height: 16px;
}
@media (max-width: 767px) {
  .hi-pagination2 .c-box a img,
  .hi-pagination2 .c-box a svg {
    width: 14px;
    height: 14px;
  }
}
.hi-pagination2 .c-box a img path,
.hi-pagination2 .c-box a svg path {
  fill: currentColor;
}
.hi-pagination2 .c-box a:hover,
.hi-pagination2 .c-box a.on {
  color: #fff;
  border-color: var(--color);
  background-color: var(--color);
}
.hi-pagination2 .c-box a:hover svg path,
.hi-pagination2 .c-box a.on svg path {
  fill: #fff;
}
.hi-pagination2 .c-box .c-prev {
  transform: rotate(180deg);
}
.public-breadcrumb {
  padding: 0.25rem 0;
}
@media (max-width: 991px) {
  .public-breadcrumb {
    display: none;
  }
}
.public-breadcrumb .container {
  display: flex;
  align-items: center;
  color: #b0c0cc;
}
.public-breadcrumb .container a {
  display: inline-flex;
  transition: all 0.4s;
}
.public-breadcrumb .container a img,
.public-breadcrumb .container a svg {
  width: 18px;
  height: 18px;
  object-fit: contain;
}
.public-breadcrumb .container a:hover {
  color: var(--color);
}
.public-breadcrumb .container > img {
  margin: 0 0.1rem;
  width: 8px;
  height: 8px;
  object-fit: contain;
}
.public-breadcrumb .container > img:last-child {
  display: none;
}
.public-breadcrumb .container a:nth-last-child(2) {
  color: #222;
}
.public-breadcrumb .container a:nth-last-child(2):hover {
  color: var(--color);
}
.public-breadcrumb.c-style2 {
  position: absolute;
  left: 0;
  z-index: 10;
  width: 100%;
  top: 80px;
}
@media (max-width: 991px) {
  .public-breadcrumb.c-style2 {
    top: 60px;
  }
}
.public-breadcrumb.c-style2 a:nth-last-child(2) {
  color: #222;
}
.public-breadcrumb.c-style2 a:nth-last-child(2):hover {
  color: var(--color);
}
.c-product-info1 {
  display: flex;
  align-items: flex-end;
  position: relative;
  z-index: 1;
  padding: 180px 0 1.5rem;
  min-height: 9.6rem;
}
.c-product-info1 .c-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-product-info1 .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 5;
}
@media (max-width: 991px) {
  .c-product-info1 .container {
    flex-wrap: wrap;
  }
}
.c-product-info1 .container .c-left {
  width: calc(640/1600*100%);
}
@media (max-width: 1260px) {
  .c-product-info1 .container .c-left {
    width: 60%;
  }
}
@media (max-width: 991px) {
  .c-product-info1 .container .c-left {
    width: 100%;
  }
}
.c-product-info1 .container .c-left .c-title {
  font-family: "Roboto-Bold", 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
.c-product-info1 .container .c-left .c-title span {
  color: var(--color);
}
.c-product-info1 .container .c-left .c-text {
  margin: 0.2rem 0 0.4rem;
  color: #666;
}
.c-product-info1 .container .c-left .c-tag {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  color: #666;
  max-width: 600px;
}
.c-product-info1 .container .c-left .c-tag p {
  display: flex;
  align-items: center;
  width: 50%;
  padding-bottom: 0.1rem;
}
.c-product-info1 .container .c-left .c-tag p::before {
  margin-right: 0.1rem;
  content: '';
  display: inline-block;
  width: 6px;
  height: 6px;
  background: #004fa3;
}
.c-product-info1 .container .c-left .c-tag2 {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-top: 0.25rem;
  padding: 0.4rem 0 0.5rem;
  border-top: 1px solid #dae0e4;
  max-width: 600px;
}
.c-product-info1 .container .c-left .c-tag2 p {
  margin: 0 0.1rem 0.1rem 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 5px 0.2rem;
  border: 1px solid #dae0e4;
  color: #999;
}
.c-product-info1 .container .c-right {
  width: 50%;
}
@media (max-width: 1260px) {
  .c-product-info1 .container .c-right {
    width: 40%;
  }
}
@media (max-width: 991px) {
  .c-product-info1 .container .c-right {
    margin-top: 0.6rem;
    width: 100%;
  }
}
.c-product-info1 .container .c-right .public-img::before {
  padding-top: calc(600/800*100%);
}
.c-product-info1 .container .c-right .public-img img {
  object-fit: contain;
}
.hi-nav1 {
  border-bottom: 1px solid #e9eef4;
}
.hi-nav1 .swiper {
  margin-bottom: -1px;
}
.hi-nav1 .swiper .swiper-slide {
  width: auto;
  margin-right: 0.6rem;
  line-height: 66px;
}
.hi-nav1 .swiper .swiper-slide:last-child {
  margin-right: 0;
}
.hi-nav1 .swiper .swiper-slide .c-text {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #333;
  transition: all 0.4s;
  cursor: pointer;
}
.hi-nav1 .swiper .swiper-slide .c-text::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0%;
  border-top: 2px solid var(--color);
  transition: all 0.4s;
}
.hi-nav1 .swiper .swiper-slide.on .c-text,
.hi-nav1 .swiper .swiper-slide:hover .c-text {
  font-family: "Roboto-Bold", 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  color: var(--color);
}
.hi-nav1 .swiper .swiper-slide.on .c-text::before,
.hi-nav1 .swiper .swiper-slide:hover .c-text::before {
  width: 100%;
  left: 0;
}
.hi-nav1 .swiper .swiper-scrollbar {
  left: 0;
  bottom: 0;
  width: 100%;
  background: #f2f6fa;
  border-radius: 0;
}
.hi-nav1 .swiper .swiper-scrollbar .swiper-scrollbar-drag {
  border-radius: 0;
  background: var(--color);
}
.c-product-info2 .hi-nav1 {
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  z-index: 10;
  background: #fff;
}
.c-product-info2 .c-main {
  padding: 0.9rem 0 1.6rem;
}
@media (max-width: 767px) {
  .c-product-info2 .c-main {
    padding-bottom: 1.2rem;
  }
}
.c-product-info2 .c-main .container {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .c-product-info2 .c-main .container {
    flex-wrap: wrap;
  }
}
.c-product-info2 .c-main .container .c-left {
  width: calc(1070/1600*100%);
}
@media (max-width: 991px) {
  .c-product-info2 .c-main .container .c-left {
    width: 100%;
  }
}
.c-product-info2 .c-main .container .c-right {
  position: sticky;
  position: -webkit-sticky;
  top: 40px;
  width: calc(430/1600*100%);
  border-left: 1px solid #edeff2;
}
@media (max-width: 991px) {
  .c-product-info2 .c-main .container .c-right {
    margin-top: 1.2rem;
    width: 100%;
    border: 0;
  }
}
.c-product-info2 .c-main .c-main-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.6rem;
}
.c-product-info2 .c-main .c-main-title .c-title {
  font-family: "Roboto-Bold", 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
.c-product-info2 .c-main .c-main-title .c-text {
  margin-top: 0.2rem;
  color: #666;
}
.c-product-info2 .c-main .c-main-title .c-btn {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.2rem;
  height: 46px;
  border: 1px solid var(--color);
  color: var(--color);
  transition: all 0.4s;
  cursor: pointer;
}
@media (max-width: 767px) {
  .c-product-info2 .c-main .c-main-title .c-btn {
    height: 40px;
  }
}
.c-product-info2 .c-main .c-main-title .c-btn img,
.c-product-info2 .c-main .c-main-title .c-btn svg {
  margin-left: 0.2rem;
  width: 18px;
  height: 18px;
  object-fit: contain;
}
.c-product-info2 .c-main .c-main-title .c-btn:hover {
  color: #fff;
  background: var(--color);
}
.c-product-info2 .c-main .c-product-info2-1 {
  margin-bottom: 1.4rem;
}
@media (max-width: 767px) {
  .c-product-info2 .c-main .c-product-info2-1 {
    margin-bottom: 1.2rem;
  }
}
.c-product-info2 .c-main .c-product-info2-1 .c-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.3rem -0.6rem;
}
.c-product-info2 .c-main .c-product-info2-1 .c-list li {
  width: 50%;
  padding: 0 0.3rem 0.6rem;
}
@media (max-width: 767px) {
  .c-product-info2 .c-main .c-product-info2-1 .c-list li {
    width: 100%;
  }
}
.c-product-info2 .c-main .c-product-info2-1 .c-list li .c-wrap .c-box {
  display: flex;
}
.c-product-info2 .c-main .c-product-info2-1 .c-list li .c-wrap .c-box .c-num {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  color: #fff;
  background: var(--color);
}
@media (max-width: 767px) {
  .c-product-info2 .c-main .c-product-info2-1 .c-list li .c-wrap .c-box .c-num {
    width: 40px;
    height: 40px;
  }
}
.c-product-info2 .c-main .c-product-info2-1 .c-list li .c-wrap .c-box .c-square {
  margin-left: 5px;
  width: 20px;
  height: 20px;
  background: var(--color);
}
@media (max-width: 767px) {
  .c-product-info2 .c-main .c-product-info2-1 .c-list li .c-wrap .c-box .c-square {
    width: 10px;
    height: 10px;
  }
}
.c-product-info2 .c-main .c-product-info2-1 .c-list li .c-wrap .c-title {
  margin: 0.25rem 0 0.1rem;
  color: #000;
  font-family: "Roboto-Bold", 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
.c-product-info2 .c-main .c-product-info2-1 .c-list li .c-wrap .c-text {
  color: #666;
}
.c-product-info2 .c-main .c-product-info2-2 {
  margin-bottom: 1.4rem;
}
@media (max-width: 767px) {
  .c-product-info2 .c-main .c-product-info2-2 {
    margin-bottom: 1.2rem;
  }
}
.c-product-info2 .c-main .c-product-info2-2 .public-content {
  margin-bottom: 0.4rem;
}
.c-product-info2 .c-main .c-product-info2-2 .c-list li {
  display: flex;
}
.c-product-info2 .c-main .c-product-info2-2 .c-list li .c-text1 {
  display: flex;
  align-items: center;
  padding: 0.15rem 0.3rem 0.15rem 0;
  color: #000;
  font-family: "Roboto-Medium", 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  width: calc(330/1070*100%);
  border-top: 1px solid #edeff2;
  border-right: 1px solid #edeff2;
}
@media (max-width: 767px) {
  .c-product-info2 .c-main .c-product-info2-2 .c-list li .c-text1 {
    width: 50%;
  }
}
.c-product-info2 .c-main .c-product-info2-2 .c-list li .c-text2 {
  display: flex;
  align-items: center;
  padding: 0.15rem 0 0.15rem 0.3rem;
  width: calc(740/1070*100%);
  color: #999;
  border-top: 1px solid #edeff2;
}
@media (max-width: 767px) {
  .c-product-info2 .c-main .c-product-info2-2 .c-list li .c-text2 {
    width: 50%;
  }
}
.c-product-info2 .c-main .c-product-info2-2 .c-list li:last-child .c-text1,
.c-product-info2 .c-main .c-product-info2-2 .c-list li:last-child .c-text2 {
  border-bottom: 1px solid #edeff2;
}
.c-product-info2 .c-main .c-product-info2-3 .c-list-box {
  display: flex;
  align-items: flex-start;
  border-top: 1px solid #edeff2;
}
@media (max-width: 991px) {
  .c-product-info2 .c-main .c-product-info2-3 .c-list-box {
    flex-wrap: wrap;
  }
}
.c-product-info2 .c-main .c-product-info2-3 .c-list-box .c-lt {
  padding-right: 0.25rem;
  width: calc(330/1070*100%);
  border-right: 1px solid #edeff2;
  margin-right: -1px;
}
@media (max-width: 991px) {
  .c-product-info2 .c-main .c-product-info2-3 .c-list-box .c-lt {
    width: 100%;
    border: 0;
  }
}
.c-product-info2 .c-main .c-product-info2-3 .c-list-box .c-lt .c-title-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.25rem 0 0.3rem;
  color: var(--color);
  font-family: "Roboto-Bold", 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
.c-product-info2 .c-main .c-product-info2-3 .c-list-box .c-lt .c-title-box .c-title span:nth-child(2) {
  font-size: 10px;
  line-height: calc(20/10);
}
.c-product-info2 .c-main .c-product-info2-3 .c-list-box .c-lt .c-title-box img,
.c-product-info2 .c-main .c-product-info2-3 .c-list-box .c-lt .c-title-box svg {
  color: #000;
  width: 14px;
  height: 14px;
  transform: rotate(90deg);
}
@media (max-width: 991px) {
  .c-product-info2 .c-main .c-product-info2-3 .c-list-box .c-lt .c-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-right: -0.15rem;
  }
}
.c-product-info2 .c-main .c-product-info2-3 .c-list-box .c-lt .c-list li {
  margin-bottom: 0.15rem;
}
@media (max-width: 991px) {
  .c-product-info2 .c-main .c-product-info2-3 .c-list-box .c-lt .c-list li {
    margin-right: 0.15rem;
  }
}
.c-product-info2 .c-main .c-product-info2-3 .c-list-box .c-lt .c-list li:last-child {
  margin-bottom: 0;
}
.c-product-info2 .c-main .c-product-info2-3 .c-list-box .c-lt .c-list li label {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.c-product-info2 .c-main .c-product-info2-3 .c-list-box .c-lt .c-list li input {
  flex-shrink: 0;
  margin-right: 0.1rem;
  width: 14px;
  height: 14px;
  border: 1px solid var(--color);
  background: url(../images/ico-checked.svg) no-repeat center center / 80%;
}
.c-product-info2 .c-main .c-product-info2-3 .c-list-box .c-lt .c-list li input:checked {
  background-color: var(--color);
}
.c-product-info2 .c-main .c-product-info2-3 .c-list-box .c-lt .c-list li p span:nth-child(2) {
  font-size: 10px;
  line-height: calc(20/10);
}
.c-product-info2 .c-main .c-product-info2-3 .c-list-box .c-gt {
  width: calc(740/1070*100%);
  border-left: 1px solid #edeff2;
}
@media (max-width: 991px) {
  .c-product-info2 .c-main .c-product-info2-3 .c-list-box .c-gt {
    width: 100%;
    border: 0;
  }
}
.c-product-info2 .c-main .c-product-info2-3 .c-list-box .c-gt .c-list {
  margin-bottom: 0.8rem;
}
.c-product-info2 .c-main .c-product-info2-3 .c-list-box .c-gt .c-list li {
  border-bottom: 1px solid #edeff2;
}
.c-product-info2 .c-main .c-product-info2-3 .c-list-box .c-gt .c-list li .c-wrap {
  display: flex;
  align-items: center;
  padding: 0.25rem 0.3rem;
}
@media (max-width: 991px) {
  .c-product-info2 .c-main .c-product-info2-3 .c-list-box .c-gt .c-list li .c-wrap {
    padding: 0.25rem 0;
  }
}
.c-product-info2 .c-main .c-product-info2-3 .c-list-box .c-gt .c-list li .c-wrap img,
.c-product-info2 .c-main .c-product-info2-3 .c-list-box .c-gt .c-list li .c-wrap svg {
  flex-shrink: 0;
  width: 30px;
  height: 40px;
  object-fit: contain;
  color: #8999a9;
  transition: all 0.4s;
}
.c-product-info2 .c-main .c-product-info2-3 .c-list-box .c-gt .c-list li .c-wrap .c-box {
  width: 100%;
  padding: 0 0.3rem;
  color: #333;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .c-product-info2 .c-main .c-product-info2-3 .c-list-box .c-gt .c-list li .c-wrap .c-box .c-title {
    font-size: 14px;
  }
}
.c-product-info2 .c-main .c-product-info2-3 .c-list-box .c-gt .c-list li .c-wrap .c-box .c-time {
  color: #999;
}
.c-product-info2 .c-main .c-product-info2-3 .c-list-box .c-gt .c-list li .c-wrap .c-download {
  flex-shrink: 0;
  display: block;
}
.c-product-info2 .c-main .c-product-info2-3 .c-list-box .c-gt .c-list li .c-wrap .c-download img,
.c-product-info2 .c-main .c-product-info2-3 .c-list-box .c-gt .c-list li .c-wrap .c-download svg {
  width: 20px;
  height: 26px;
  transition: all 0.4s;
}
.c-product-info2 .c-main .c-product-info2-3 .c-list-box .c-gt .c-list li .c-wrap:hover .c-box {
  color: var(--color);
}
.c-product-info2 .c-main .c-product-info2-3 .c-list-box .c-gt .c-list li .c-wrap:hover svg {
  color: var(--color);
}
.c-product-info2 .c-main .c-product-info2-4 {
  border-bottom: 1px solid #edeff2;
  margin-bottom: 0.2rem;
  padding: 0 0 0.3rem 0.4rem;
}
@media (max-width: 991px) {
  .c-product-info2 .c-main .c-product-info2-4 {
    margin-bottom: 0;
    padding: 0.3rem 0;
  }
}
.c-product-info2 .c-main .c-product-info2-4:first-child .c-list li .c-wrap .public-img img:nth-child(2) {
  transform: scale(0.7);
}
.c-product-info2 .c-main .c-product-info2-4:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}
.c-product-info2 .c-main .c-product-info2-4 > .c-title {
  margin-bottom: 0.25rem;
  font-family: "Roboto-Bold", 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
.c-product-info2 .c-main .c-product-info2-4 .c-list li {
  margin-bottom: 0.1rem;
}
.c-product-info2 .c-main .c-product-info2-4 .c-list li:last-child {
  margin: 0;
}
.c-product-info2 .c-main .c-product-info2-4 .c-list li .c-wrap {
  display: flex;
  align-content: center;
}
.c-product-info2 .c-main .c-product-info2-4 .c-list li .c-wrap .public-img {
  width: calc(135/400*100%);
}
.c-product-info2 .c-main .c-product-info2-4 .c-list li .c-wrap .public-img::before {
  padding-top: calc(90/135*100%);
}
.c-product-info2 .c-main .c-product-info2-4 .c-list li .c-wrap .c-box {
  padding-left: 0.2rem;
  width: calc(265/400*100%);
}
.c-product-info2 .c-main .c-product-info2-4 .c-list li .c-wrap .c-box .c-title {
  margin-bottom: 0.1rem;
  color: #333;
  transition: all 0.4s;
  line-height: 1.4;
  height: 2.8em;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
}
.c-product-info2 .c-main .c-product-info2-4 .c-list li .c-wrap .c-box img,
.c-product-info2 .c-main .c-product-info2-4 .c-list li .c-wrap .c-box svg {
  width: 28px;
  height: 28px;
  color: #8999a9;
  transition: all 0.4s;
}
.c-product-info2 .c-main .c-product-info2-4 .c-list li .c-wrap:hover .c-box .c-title,
.c-product-info2 .c-main .c-product-info2-4 .c-list li .c-wrap:hover .c-box svg {
  color: var(--color);
}
.c-service1 {
  padding: 1.4rem 0;
  overflow: hidden;
}
@media (max-width: 767px) {
  .c-service1 {
    padding: 1.2rem 0;
  }
}
.c-service1 .c-list {
  display: flex;
  flex-wrap: wrap;
}
.c-service1 .c-list li {
  width: 50%;
}
@media (max-width: 767px) {
  .c-service1 .c-list li {
    width: 100%;
  }
}
.c-service1 .c-list li .c-wrap {
  position: relative;
}
.c-service1 .c-list li .c-wrap .c-img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-service1 .c-list li .c-wrap .c-box {
  position: relative;
  z-index: 2;
  padding: 0.5rem;
  min-height: 4.5rem;
}
.c-service1 .c-list li .c-wrap .c-box .c-ico {
  width: 36px;
  height: 36px;
  object-fit: contain;
}
.c-service1 .c-list li .c-wrap .c-box .c-title {
  margin: 0.25rem 0 0.1rem;
  font-family: "Roboto-Bold", 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
.c-service1 .c-list li .c-wrap .c-box .c-text {
  margin-bottom: 0.4rem;
  opacity: 0.7;
  line-height: 1.6;
  height: 8em;
  max-width: 380px;
  overflow-y: auto;
}
.c-service1 .c-list li:nth-child(2n) {
  color: #fff;
}
.c-service2 {
  overflow: hidden;
}
.c-service2 .c-list {
  display: flex;
  justify-content: center;
  margin: 0 -2px;
}
@media (max-width: 767px) {
  .c-service2 .c-list {
    flex-wrap: wrap;
  }
}
.c-service2 .c-list li {
  flex: 1 1 25%;
  padding: 0 2px;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .c-service2 .c-list li {
    flex: 0 0 100%;
    margin-bottom: 0.4rem;
  }
  .c-service2 .c-list li:last-child {
    margin: 0;
  }
}
.c-service2 .c-list li .c-wrap {
  position: relative;
}
.c-service2 .c-list li .c-wrap .c-img {
  width: 100%;
  height: 5.7rem;
  object-fit: cover;
}
.c-service2 .c-list li .c-wrap .c-box {
  display: flex;
  align-items: flex-end;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  width: 100%;
  height: 100%;
  color: #fff;
}
.c-service2 .c-list li .c-wrap .c-box::before,
.c-service2 .c-list li .c-wrap .c-box::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 50%);
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .c-service2 .c-list li .c-wrap .c-box::before,
  .c-service2 .c-list li .c-wrap .c-box::after {
    opacity: 0;
  }
}
.c-service2 .c-list li .c-wrap .c-box::after {
  opacity: 0;
  background-image: linear-gradient(0deg, #004fa3 0, rgba(0, 0, 0, 0) 50%);
}
@media (max-width: 767px) {
  .c-service2 .c-list li .c-wrap .c-box::after {
    opacity: 1;
  }
}
.c-service2 .c-list li .c-wrap .c-box > .c-title {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0.3rem 0.2rem;
  transition: all 0.4s 0.4s;
}
@media (max-width: 767px) {
  .c-service2 .c-list li .c-wrap .c-box > .c-title {
    opacity: 0;
  }
}
.c-service2 .c-list li .c-wrap .c-box > div {
  opacity: 0;
  padding: 0.3rem 0.2rem;
  width: 100%;
  transition: all 0s 0s;
}
@media (max-width: 767px) {
  .c-service2 .c-list li .c-wrap .c-box > div {
    opacity: 1;
  }
}
.c-service2 .c-list li .c-wrap .c-box > div .c-title {
  font-family: "Roboto-Bold", 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
.c-service2 .c-list li .c-wrap .c-box > div .c-text {
  padding-top: 0.1rem;
}
.c-service2 .c-list li:hover {
  flex: 0 0 40%;
}
@media (max-width: 767px) {
  .c-service2 .c-list li:hover {
    flex: 0 0 100%;
  }
}
.c-service2 .c-list li:hover .c-wrap .c-box::after {
  opacity: 1;
}
.c-service2 .c-list li:hover .c-wrap .c-box::before {
  opacity: 0;
}
.c-service2 .c-list li:hover .c-wrap .c-box > .c-title {
  opacity: 0;
  transition: all 0.4s 0s;
}
.c-service2 .c-list li:hover .c-wrap .c-box > div {
  opacity: 1;
  transition: all 0.4s 0.4s;
}
.c-service3 {
  padding: 1.4rem 0;
}
.c-service3 .container {
  max-width: 1200px;
}
.c-service3 .c-list {
  margin-bottom: 0.8rem;
}
.c-service3 .c-list li {
  border-bottom: 1px solid #edeff2;
}
.c-service3 .c-list li.on .c-wrap {
  background: var(--color);
}
.c-service3 .c-list li.on .c-wrap .c-title-box .c-text {
  color: var(--color);
  background: #fff;
}
.c-service3 .c-list li.on .c-wrap .c-title-box .c-title {
  color: #fff;
}
.c-service3 .c-list li.on .c-wrap .c-title-box svg {
  color: #fff;
  transform: rotate(-90deg);
}
.c-service3 .c-list li .c-wrap {
  padding: 0 0.3rem;
  transition: all 0.4s;
}
.c-service3 .c-list li .c-wrap .c-title-box {
  padding: 0.25rem 0;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.c-service3 .c-list li .c-wrap .c-title-box .c-title {
  width: 100%;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .c-service3 .c-list li .c-wrap .c-title-box .c-title {
    font-size: 16px;
  }
}
.c-service3 .c-list li .c-wrap .c-title-box img,
.c-service3 .c-list li .c-wrap .c-title-box svg {
  flex-shrink: 0;
  margin-left: 0.2rem;
  width: 16px;
  height: 16px;
  object-fit: contain;
  color: #adb5be;
  transform: rotate(90deg);
  transition: all 0.4s;
}
.c-service3 .c-list li .c-wrap .c-text {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.2rem;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: var(--color);
  color: #fff;
  flex-shrink: 0;
  transition: all 0.4s;
}
.c-service3 .c-list li .c-wrap .c-text-box {
  display: none;
}
.c-service3 .c-list li .c-wrap .c-text-box .c-box {
  padding: 0.25rem 0;
  display: flex;
  align-items: flex-start;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.c-service3 .c-list li .c-wrap .c-text-box .c-box .c-text {
  background: #80a7d1;
}
.c-service3 .c-list li .c-wrap .c-text-box .c-box .public-content {
  color: #fff;
}
.public-contact {
  padding: 1.4rem 0;
  background: #f5f8fb;
}
.public-contact .container {
  max-width: 800px;
}
.public-contact .c-list {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 0 -0.1rem -0.2rem;
}
.public-contact .c-list li {
  padding: 0 0.1rem 0.2rem;
  width: 50%;
}
.public-contact .c-list li:nth-child(1),
.public-contact .c-list li:nth-child(2),
.public-contact .c-list li:nth-child(3) {
  width: 33.33%;
}
@media (max-width: 767px) {
  .public-contact .c-list li:nth-child(1),
  .public-contact .c-list li:nth-child(2),
  .public-contact .c-list li:nth-child(3) {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .public-contact .c-list li:nth-child(3) {
    width: 100%;
  }
}
.public-contact .c-list li:nth-child(8),
.public-contact .c-list li:nth-child(9) {
  width: 100%;
}
.public-contact .c-list li .c-wrap {
  position: relative;
  border-bottom: 1px solid #dbe0e5;
}
.public-contact .c-list li .c-wrap::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  border-top: 1px solid var(--color);
  width: 0%;
  transition: all 0.4s;
}
.public-contact .c-list li .c-wrap .c-placeholder {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  color: #999;
  pointer-events: none;
}
.public-contact .c-list li .c-wrap .c-placeholder span:nth-child(2) {
  margin-left: 0.1rem;
  color: var(--color);
}
.public-contact .c-list li.focus .c-wrap::after {
  width: 100%;
}
.public-contact .c-list li.focus .c-wrap .c-placeholder {
  opacity: 0;
}
.public-contact .c-list li.isVal .c-wrap .c-placeholder {
  opacity: 0;
}
.public-contact .c-list li input {
  width: 100%;
  height: 50px;
  line-height: 50px;
}
.public-contact .c-list li textarea {
  margin-top: 0.15rem;
  padding: 0.15rem 0.2rem;
  width: 100%;
  height: 100px;
  border: 1px solid #dbe0e5;
  background: #fff;
  line-height: 1.5;
}
.public-contact .c-list li .c-text {
  color: #999;
}
.public-contact .c-list li .c-text a {
  transition: all 0.4s;
  color: var(--color);
  text-decoration: underline;
}
.public-contact .c-list li button {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0.35rem;
  width: 100%;
  height: 60px;
  background: var(--color);
  color: #fff;
}
@media (max-width: 1580px) {
  .public-contact .c-list li button {
    height: 50px;
  }
}
.public-contact .c-list li button img,
.public-contact .c-list li button svg {
  margin-left: 0.1rem;
  width: 22px;
  height: 22px;
  object-fit: contain;
  position: sticky;
  transition: all 0.4s;
}
.public-contact .c-list li button:hover img,
.public-contact .c-list li button:hover svg {
  margin-left: 0.2rem;
}
.c-life1 {
  height: 200vh;
}
@media (max-width: 991px) {
  .c-life1 {
    height: auto;
  }
}
.c-life1 .c-sticky {
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  height: 100vh;
  overflow: hidden;
}
.c-life1 .c-sticky .c-title {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 90%;
  z-index: 10;
  text-align: center;
  transform: translate(-50%, -50%);
  color: #fff;
  opacity: 0;
  font-size: 50px;
  line-height: 1.2;
}
@media (max-width: 991px) {
  .c-life1 .c-sticky .c-title {
    opacity: 1;
  }
}
@media (max-width: 767px) {
  .c-life1 .c-sticky .c-title {
    font-size: 28px;
  }
}
.c-life1 .c-sticky .c-img {
  position: relative;
  z-index: 5;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .c-life1 .c-sticky .c-img {
    opacity: 0;
  }
}
.c-life1 .c-sticky .c-video {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.2);
}
.c-life2 {
  padding: 1.5rem 0;
}
@media (max-width: 767px) {
  .c-life2 {
    padding: 1.2rem 0;
  }
}
.c-life2 .c-list {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 0 -0.1rem -0.2rem;
}
.c-life2 .c-list li {
  width: 50%;
  padding: 0 0.1rem 0.2rem;
}
@media (max-width: 767px) {
  .c-life2 .c-list li {
    width: 100%;
  }
}
.c-life2 .c-list li .c-wrap {
  position: relative;
}
.c-life2 .c-list li .c-wrap .public-img::before {
  padding-top: calc(600/790*100%);
}
.c-life2 .c-list li .c-wrap .c-box {
  display: flex;
  align-items: flex-end;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  width: 100%;
  height: 100%;
  padding: 0.35rem 0.4rem;
  color: #fff;
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0) 50%);
}
@media (max-width: 991px) {
  .c-life2 .c-list li .c-wrap .c-title {
    font-size: 16px;
  }
}
.c-life2 .c-list li .c-wrap .c-text {
  margin-top: 0.1rem;
}
@media (max-width: 991px) {
  .c-life2 .c-list li .c-wrap .c-text {
    font-size: 12px;
  }
}
.c-life3 {
  padding: 1.4rem 0;
  background: #f2f6fa;
}
@media (max-width: 767px) {
  .c-life3 {
    padding: 1.2rem 0;
  }
}
.c-life3 .c-list li {
  margin-bottom: 0.2rem;
}
.c-life3 .c-list li:last-child {
  margin-bottom: 0;
}
.c-life3 .c-list li:nth-child(2n) .c-wrap {
  flex-direction: row-reverse;
}
.c-life3 .c-list li .c-wrap {
  display: flex;
  align-content: center;
  align-items: center;
  background: #fff;
}
@media (max-width: 1580px) {
  .c-life3 .c-list li .c-wrap {
    align-items: inherit;
  }
}
@media (max-width: 767px) {
  .c-life3 .c-list li .c-wrap {
    flex-wrap: wrap;
  }
}
.c-life3 .c-list li .c-wrap .c-box {
  width: 50%;
  padding: 1rem 1.3rem;
}
@media (max-width: 991px) {
  .c-life3 .c-list li .c-wrap .c-box {
    padding: 0.4rem;
  }
}
@media (max-width: 767px) {
  .c-life3 .c-list li .c-wrap .c-box {
    width: 100%;
  }
}
.c-life3 .c-list li .c-wrap .c-box img {
  width: 1rem;
  height: 1rem;
  object-fit: contain;
}
@media (max-width: 1580px) {
  .c-life3 .c-list li .c-wrap .c-box img {
    width: 50px;
    height: 50px;
  }
}
.c-life3 .c-list li .c-wrap .c-box .c-text {
  margin-top: 0.75rem;
  color: #333;
  line-height: calc(30/18);
}
@media (max-width: 991px) {
  .c-life3 .c-list li .c-wrap .c-box .c-text {
    margin-top: 0.2rem;
  }
}
.c-life3 .c-list li .c-wrap .public-img {
  width: 50%;
}
@media (max-width: 767px) {
  .c-life3 .c-list li .c-wrap .public-img {
    width: 100%;
  }
}
.c-life3 .c-list li .c-wrap .public-img::before {
  padding-top: calc(600/800*100%);
}
.c-life4 {
  padding: 1.4rem 0 0;
}
@media (max-width: 767px) {
  .c-life4 {
    padding: 1.2rem 0 0;
  }
}
.c-life4 .public-title {
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
}
.c-life4 .c-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.1rem -0.2rem;
}
.c-life4 .c-list li {
  display: flex;
  width: 50%;
  padding: 0 0.1rem 0.2rem;
}
@media (max-width: 767px) {
  .c-life4 .c-list li {
    width: 100%;
  }
}
.c-life4 .c-list li .c-wrap {
  width: 100%;
  background: #f2f6fa url(../images/life4-bg.png) no-repeat right -1rem bottom -1.15rem / auto 4rem;
}
.c-life4 .c-list li .c-wrap .public-img::before {
  padding-top: calc(375/790*100%);
}
.c-life4 .c-list li .c-wrap .c-box {
  padding: 0.5rem;
  max-width: 720px;
}
.c-life4 .c-list li .c-wrap .c-box .c-title {
  font-family: "Roboto-Bold", 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
.c-life4 .c-list li .c-wrap .c-box .c-text {
  margin-top: 0.2rem;
  color: #666;
}
.public-news {
  padding: 1.4rem 0;
  background: #fff;
}
@media (max-width: 767px) {
  .public-news {
    padding: 1.2rem 0;
  }
}
.public-news .c-wrap {
  display: block;
  background: #f5f8fb;
  transition: all 0.4s;
}
.public-news .c-wrap .public-img::before {
  padding-top: calc(210/385*100%);
}
.public-news .c-wrap .c-box {
  padding: 0.2rem 0.2rem 0;
}
.public-news .c-wrap .c-box .c-time {
  display: flex;
  align-items: center;
}
.public-news .c-wrap .c-box .c-time img,
.public-news .c-wrap .c-box .c-time svg {
  margin-right: 0.1rem;
  width: 16px;
  height: 16px;
}
.public-news .c-wrap .c-box .c-title {
  margin: 0.15rem 0 0.35rem;
  line-height: 1.5;
  height: 4.5em;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  transition: all 0.4s;
}
.public-news .c-wrap .c-box .c-arrow {
  position: relative;
  display: flex;
  justify-content: flex-end;
  padding: 0.3rem 0;
  border-top: 1px solid #dbe0e5;
}
.public-news .c-wrap .c-box .c-arrow::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  width: 30px;
  border-top: 2px solid var(--color);
  transition: all 0.4s;
}
.public-news .c-wrap .c-box .c-arrow img,
.public-news .c-wrap .c-box .c-arrow svg {
  width: 26px;
  height: 26px;
  color: #97a6b4;
  transition: all 0.4s;
}
.public-news .c-wrap:hover {
  background: #fff;
  box-shadow: 0 3px 20px rgba(196, 207, 218, 0.44);
}
.public-news .c-wrap:hover .public-img img {
  transform: scale(1.1);
}
.public-news .c-wrap:hover .c-box .c-title {
  color: var(--color);
}
.public-news .c-wrap:hover .c-box .c-arrow svg {
  color: var(--color);
}
.public-news .c-wrap:hover .c-box .c-arrow::before {
  width: 100%;
}
.public-news .c-button-box {
  margin-top: 0.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.public-news .c-button-box .swiper-button-next,
.public-news .c-button-box .swiper-button-prev {
  margin: 0 10px;
  position: static;
  width: 60px;
  height: 60px;
  border: 1px solid var(--color);
  color: var(--color);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s;
}
@media (max-width: 1580px) {
  .public-news .c-button-box .swiper-button-next,
  .public-news .c-button-box .swiper-button-prev {
    width: 50px;
    height: 50px;
  }
}
@media (max-width: 767px) {
  .public-news .c-button-box .swiper-button-next,
  .public-news .c-button-box .swiper-button-prev {
    width: 40px;
    height: 40px;
  }
}
.public-news .c-button-box .swiper-button-next::after,
.public-news .c-button-box .swiper-button-prev::after {
  display: none;
}
.public-news .c-button-box .swiper-button-next img,
.public-news .c-button-box .swiper-button-prev img,
.public-news .c-button-box .swiper-button-next svg,
.public-news .c-button-box .swiper-button-prev svg {
  width: 20px;
  height: 20px;
  object-fit: contain;
}
@media (max-width: 767px) {
  .public-news .c-button-box .swiper-button-next img,
  .public-news .c-button-box .swiper-button-prev img,
  .public-news .c-button-box .swiper-button-next svg,
  .public-news .c-button-box .swiper-button-prev svg {
    width: 18px;
    height: 18px;
  }
}
.public-news .c-button-box .swiper-button-next:hover,
.public-news .c-button-box .swiper-button-prev:hover {
  color: #fff;
  background: var(--color);
}
.public-list {
  padding-bottom: 1.4rem;
}
.public-list .c-top {
  border-bottom: 1px solid #e9eef4;
  margin-bottom: 0.8rem;
}
.public-list .c-top .container {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .public-list .c-top .container {
    flex-wrap: wrap;
  }
}
.public-list .c-top .hi-nav1 {
  border: 0;
}
.public-list .c-top .public-search {
  flex-shrink: 0;
  margin-left: 20px;
  width: calc(420/1600*100%);
}
@media (max-width: 991px) {
  .public-list .c-top .public-search {
    margin: 0;
    width: 100%;
  }
}
.public-list .c-top .public-search::before {
  display: none;
}
.public-list .c-bottom .container {
  display: flex;
  align-items: flex-start;
}
@media (max-width: 991px) {
  .public-list .c-bottom .container {
    flex-wrap: wrap;
  }
}
.public-list .c-bottom .c-left {
  width: 350px;
  flex-shrink: 0;
}
@media (max-width: 1580px) {
  .public-list .c-bottom .c-left {
    width: 250px;
  }
}
@media (max-width: 991px) {
  .public-list .c-bottom .c-left {
    position: static;
    width: 100%;
  }
}
.public-list .c-bottom .c-left .c-title-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.25rem 0.2rem;
  color: var(--color);
  font-family: "Roboto-Bold", 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  background: #f2f6fa;
}
.public-list .c-bottom .c-left .c-title-box .c-title span:nth-child(2) {
  font-size: 10px;
  line-height: calc(20/10);
}
.public-list .c-bottom .c-left .c-title-box img,
.public-list .c-bottom .c-left .c-title-box svg {
  color: #000;
  width: 14px;
  height: 14px;
  transform: rotate(90deg);
}
.public-list .c-bottom .c-left .c-list {
  margin: 0.1rem 0 0.3rem;
  padding: 0 0.2rem;
  max-height: 390px;
  overflow-y: auto;
}
@media (max-width: 991px) {
  .public-list .c-bottom .c-left .c-list {
    height: 310px;
  }
}
.public-list .c-bottom .c-left .c-list li.on > .c-title {
  color: var(--color);
  font-family: "Roboto-Bold", 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
.public-list .c-bottom .c-left .c-list li i {
  font-style: normal;
}
.public-list .c-bottom .c-left .c-list ul {
  display: none;
  color: #666;
}
.public-list .c-bottom .c-left .c-list ul ul {
  color: #999;
}
.public-list .c-bottom .c-left .c-list > li {
  border-bottom: 1px solid #dbe0e5;
}
.public-list .c-bottom .c-left .c-list > li .c-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.25rem 0.2rem 0.25rem 0;
  cursor: pointer;
  transition: all 0.4s;
}
.public-list .c-bottom .c-left .c-list > li .c-title img,
.public-list .c-bottom .c-left .c-list > li .c-title svg {
  flex-shrink: 0;
  margin-left: 20px;
  width: 12px;
  height: 12px;
  object-fit: contain;
  transform: rotate(90deg);
}
.public-list .c-bottom .c-left .c-list > li .c-title:hover {
  color: var(--color);
}
.public-list .c-bottom .c-left .c-list > li li .c-title {
  padding: 0.1rem 0.3rem 0.1rem 0.2rem;
}
@media (max-width: 767px) {
  .public-list .c-bottom .c-left .c-list > li > .c-title {
    font-size: 16px;
  }
}
.public-list .c-bottom .c-left .c-list > li > ul {
  padding: 0.15rem 0;
  border-top: 1px solid #dbe0e5;
}
.public-list .c-bottom .c-left .c-list2 {
  padding: 0.25rem 0.2rem 0;
}
@media (max-width: 991px) {
  .public-list .c-bottom .c-left .c-list2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-right: -0.15rem;
  }
}
.public-list .c-bottom .c-left .c-list2 li {
  margin-bottom: 0.15rem;
}
@media (max-width: 991px) {
  .public-list .c-bottom .c-left .c-list2 li {
    margin-right: 0.15rem;
  }
}
.public-list .c-bottom .c-left .c-list2 li:last-child {
  margin-bottom: 0;
}
.public-list .c-bottom .c-left .c-list2 li label {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.public-list .c-bottom .c-left .c-list2 li input {
  flex-shrink: 0;
  margin-right: 0.1rem;
  width: 14px;
  height: 14px;
  border: 1px solid var(--color);
  background: url(../images/ico-checked.svg) no-repeat center center / 80%;
}
.public-list .c-bottom .c-left .c-list2 li input:checked {
  background-color: var(--color);
}
.public-list .c-bottom .c-left .c-list2 li p span:nth-child(2) {
  font-size: 10px;
  line-height: calc(20/10);
}
.public-list .c-bottom .c-right {
  padding: 0 0 0 0.6rem;
  width: 100%;
}
@media (max-width: 991px) {
  .public-list .c-bottom .c-right {
    padding: 0.8rem 0 0;
  }
}
.public-list .c-bottom .c-right .c-title-box {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 0.5rem;
}
.public-list .c-bottom .c-right .c-title-box .c-title {
  font-family: "Roboto-Bold", 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
.public-list .c-bottom .c-right .c-title-box .c-more {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: var(--color);
}
.public-list .c-bottom .c-right .c-title-box .c-more img,
.public-list .c-bottom .c-right .c-title-box .c-more svg {
  margin-left: 0.1rem;
  width: 22px;
  height: 22px;
  transition: all 0.4s;
}
.public-list .c-bottom .c-right .c-title-box .c-more:hover img,
.public-list .c-bottom .c-right .c-title-box .c-more:hover svg {
  margin-left: 0.2rem;
}
.public-list .c-bottom .c-right .c-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.1rem 0.55rem;
}
.public-list .c-bottom .c-right .c-list li {
  display: flex;
  width: 33.333%;
  padding: 0 0.1rem 0.2rem;
}
@media (max-width: 1260px) {
  .public-list .c-bottom .c-right .c-list li {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .public-list .c-bottom .c-right .c-list li {
    width: 100%;
  }
}
.public-list .c-bottom .c-right .c-list li .c-wrap {
  display: block ;
  position: relative;
  width: 100%;
  background: #f2f6fa;
  padding: 0.3rem;
}
.public-list .c-bottom .c-right .c-list li .c-wrap .c-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  object-fit: cover;
  transition: all 0.4s;
  opacity: 0;
}
.public-list .c-bottom .c-right .c-list li .c-wrap .c-box {
  position: relative;
  z-index: 10;
}
.public-list .c-bottom .c-right .c-list li .c-wrap .c-box .c-ico {
  color: var(--color);
  transition: all 0.4s;
}
.public-list .c-bottom .c-right .c-list li .c-wrap .c-box .c-ico img,
.public-list .c-bottom .c-right .c-list li .c-wrap .c-box .c-ico svg {
  display: none;
  width: 30px;
  height: 40px;
  object-fit: contain;
}
.public-list .c-bottom .c-right .c-list li .c-wrap .c-box .c-ico.pdf img,
.public-list .c-bottom .c-right .c-list li .c-wrap .c-box .c-ico.pdf svg {
  display: none;
}
.public-list .c-bottom .c-right .c-list li .c-wrap .c-box .c-ico.pdf img:nth-child(1),
.public-list .c-bottom .c-right .c-list li .c-wrap .c-box .c-ico.pdf svg:nth-child(1) {
  display: block;
}
.public-list .c-bottom .c-right .c-list li .c-wrap .c-box .c-ico.zip img,
.public-list .c-bottom .c-right .c-list li .c-wrap .c-box .c-ico.zip svg {
  display: none;
}
.public-list .c-bottom .c-right .c-list li .c-wrap .c-box .c-ico.zip img:nth-child(2),
.public-list .c-bottom .c-right .c-list li .c-wrap .c-box .c-ico.zip svg:nth-child(2) {
  display: block;
}
.public-list .c-bottom .c-right .c-list li .c-wrap .c-box .c-line {
  margin: 0.25rem 0 0.2rem;
  width: 30px;
  border-top: 2px solid #dbe0e5;
  transition: all 0.4s;
}
.public-list .c-bottom .c-right .c-list li .c-wrap .c-box .c-title {
  display: block;
  color: #333;
  line-height: 1.4;
  transition: all 0.4s;
}
.public-list .c-bottom .c-right .c-list li .c-wrap .c-box .c-more {
  display: flex;
  align-items: center;
  color: #fff;
  margin-top: -0.15rem;
  opacity: 0;
  transition: all 0.4s;
}
.public-list .c-bottom .c-right .c-list li .c-wrap .c-box .c-more img,
.public-list .c-bottom .c-right .c-list li .c-wrap .c-box .c-more svg {
  margin-left: 0.15rem;
  width: 20px;
  height: 20px;
  object-fit: contain;
}
.public-list .c-bottom .c-right .c-list li .c-wrap:hover .c-bg {
  opacity: 1;
}
.public-list .c-bottom .c-right .c-list li .c-wrap:hover .c-box .c-ico {
  color: #fff;
}
.public-list .c-bottom .c-right .c-list li .c-wrap:hover .c-box .c-line {
  opacity: 0;
}
.public-list .c-bottom .c-right .c-list li .c-wrap:hover .c-box .c-title {
  color: #fff;
  transform: translateY(-0.3rem);
}
.public-list .c-bottom .c-right .c-list li .c-wrap:hover .c-box .c-more {
  opacity: 1;
}
.public-list .c-bottom .c-right .c-list2 {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.1rem 0.55rem;
}
.public-list .c-bottom .c-right .c-list2 li {
  display: flex;
  width: 33.333%;
  padding: 0 0.1rem 0.2rem;
}
@media (max-width: 1260px) {
  .public-list .c-bottom .c-right .c-list2 li {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .public-list .c-bottom .c-right .c-list2 li {
    width: 100%;
  }
}
.public-list .c-bottom .c-right .c-list2 li .c-wrap {
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  position: relative;
  width: 100%;
  background: #f2f6fa;
  padding: 0.3rem;
  min-height: 250px;
}
@media (max-width: 1580px) {
  .public-list .c-bottom .c-right .c-list2 li .c-wrap {
    min-height: 200px;
  }
}
.public-list .c-bottom .c-right .c-list2 li .c-wrap .c-box {
  width: 100%;
}
.public-list .c-bottom .c-right .c-list2 li .c-wrap .c-box .c-title {
  display: block;
  line-height: 1.4;
  transition: all 0.4s;
}
.public-list .c-bottom .c-right .c-list2 li .c-wrap .c-box .c-text,
.public-list .c-bottom .c-right .c-list2 li .c-wrap .c-box .c-text2 {
  margin-top: 0.1rem;
  color: #666;
}
.public-list .c-bottom .c-right .c-list2 li .c-wrap .c-box .c-text p::before,
.public-list .c-bottom .c-right .c-list2 li .c-wrap .c-box .c-text2 p::before {
  margin-right: 0.1rem;
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 6px;
  height: 6px;
  background: var(--color);
}
.public-list .c-bottom .c-right .c-list2 li .c-wrap .c-box .c-text3 {
  margin-top: 0.1rem;
  color: #666;
}
.public-list .c-bottom .c-right .c-list2 li .c-wrap .c-box .c-text3 p {
  margin-top: 0.1rem;
}
.public-list .c-bottom .c-right .c-list2 li .c-wrap .c-box .c-text3 span {
  color: #021b35;
}
.public-list .c-bottom .c-right .c-list2 li .c-wrap .c-more {
  margin-top: 0.3rem;
  padding-top: 0.3rem;
  border-top: 1px solid #dbe0e5;
  width: 100%;
  display: flex;
  justify-content: flex-end;
  color: #8999a9;
  transition: all 0.4s;
  line-height: 1;
}
.public-list .c-bottom .c-right .c-list2 li .c-wrap .c-more p {
  display: flex;
  align-items: center;
}
.public-list .c-bottom .c-right .c-list2 li .c-wrap .c-more p img,
.public-list .c-bottom .c-right .c-list2 li .c-wrap .c-more p svg {
  margin-left: 0.15rem;
  width: 20px;
  height: 20px;
  object-fit: contain;
}
.public-list .c-bottom .c-right .c-list2 li .c-wrap:hover .c-box .c-title {
  color: var(--color);
}
.public-list .c-bottom .c-right .c-list2 li .c-wrap:hover .c-more {
  color: var(--color);
}
.public-list .c-no-data {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 6.8rem;
  padding: 1.2rem 0;
  text-align: center;
}
.public-list .c-no-data img {
  width: 80px;
  height: 80px;
}
@media (max-width: 767px) {
  .public-list .c-no-data img {
    width: 50px;
    height: 50px;
  }
}
.public-list .c-no-data p {
  margin: 0.5rem auto 0;
  max-width: 400px;
  color: #222;
}
.c-news1 {
  padding: 1rem 0;
  background: #f2f6fa;
}
.c-news1 .c-wrap {
  display: flex;
  align-content: center;
  flex-wrap: wrap;
  background: #fff;
}
.c-news1 .c-wrap .public-img {
  width: 50%;
}
@media (max-width: 767px) {
  .c-news1 .c-wrap .public-img {
    width: 100%;
  }
}
.c-news1 .c-wrap .public-img::before {
  padding-top: calc(440/800*100%);
}
.c-news1 .c-wrap .c-box {
  width: 50%;
  padding: 0.7rem;
}
@media (max-width: 767px) {
  .c-news1 .c-wrap .c-box {
    width: 100%;
  }
}
.c-news1 .c-wrap .c-box .c-time {
  display: flex;
  align-items: center;
}
.c-news1 .c-wrap .c-box .c-time img {
  margin-right: 0.1rem;
  width: 16px;
  height: 16px;
  object-fit: contain;
}
.c-news1 .c-wrap .c-box .c-title {
  font-family: "Roboto-Bold", 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  margin: 0.2rem 0 0.1rem;
  transition: all 0.4s;
}
.c-news1 .c-wrap .c-box .c-text {
  margin-bottom: 0.4rem;
  color: #666;
}
.c-news1 .c-wrap:hover .public-img img {
  transform: scale(1.1);
}
.c-news1 .c-wrap:hover .c-box .c-title {
  color: var(--color);
}
.c-news1 .swiper-pagination {
  margin-top: 0.6rem;
  position: static;
}
.c-news1 .swiper-pagination .swiper-pagination-bullet {
  position: relative;
  width: 30px;
  height: 1px;
  border-radius: 0;
  background: #dbe0e5;
  opacity: 1;
}
.c-news1 .swiper-pagination .swiper-pagination-bullet::before {
  content: "";
  display: block;
  width: 0;
  height: 2px;
  margin-top: -1px;
  background: var(--color);
  transition: all 0s;
}
.c-news1 .swiper-pagination .swiper-pagination-bullet-active::before {
  width: 100%;
  transition: all 4.8s linear;
}
.public-news2 {
  padding-bottom: 1.4rem;
}
.public-news2 .c-top {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding: 0.3rem 0 0.7rem;
}
@media (max-width: 991px) {
  .public-news2 .c-top {
    flex-wrap: wrap;
  }
}
.public-news2 .c-top .c-tag {
  display: flex;
}
.public-news2 .c-top .c-tag > span {
  margin-right: 5px;
  flex-shrink: 0;
  line-height: 42px;
}
.public-news2 .c-top .c-tag .c-box {
  display: flex;
  flex-wrap: wrap;
}
.public-news2 .c-top .c-tag .c-box p {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin: 5px;
  padding: 5px 0.2rem;
  border: 1px solid #dbe0e5;
  color: #999;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.public-news2 .c-top .c-tag .c-box p.on {
  color: #fff;
  background: var(--color);
  border-color: var(--color);
}
.public-news2 .c-top .public-search {
  flex-shrink: 0;
  margin-left: 20px;
  width: calc(420/1600*100%);
}
@media (max-width: 991px) {
  .public-news2 .c-top .public-search {
    margin: 0;
    width: 100%;
  }
}
.public-news2 .c-bottom .c-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.1rem 0.6rem;
}
.public-news2 .c-bottom .c-list li {
  display: flex;
  width: 25%;
  padding: 0 0.1rem 0.2rem;
}
@media (max-width: 1580px) {
  .public-news2 .c-bottom .c-list li {
    width: 33.33%;
  }
}
@media (max-width: 991px) {
  .public-news2 .c-bottom .c-list li {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .public-news2 .c-bottom .c-list li {
    width: 100%;
  }
}
.public-news2 .c-bottom .c-list li .c-wrap {
  width: 100%;
  display: block;
  background: #f5f8fb;
  transition: all 0.4s;
}
.public-news2 .c-bottom .c-list li .c-wrap .public-img::before {
  padding-top: calc(210/385*100%);
}
.public-news2 .c-bottom .c-list li .c-wrap .c-box {
  padding: 0.2rem 0.2rem 0;
}
.public-news2 .c-bottom .c-list li .c-wrap .c-box .c-time {
  display: flex;
  align-items: center;
}
.public-news2 .c-bottom .c-list li .c-wrap .c-box .c-time img,
.public-news2 .c-bottom .c-list li .c-wrap .c-box .c-time svg {
  margin-right: 0.1rem;
  width: 16px;
  height: 16px;
}
.public-news2 .c-bottom .c-list li .c-wrap .c-box .c-title {
  margin: 0.15rem 0 0.35rem;
  line-height: 1.5;
  height: 4.5em;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  transition: all 0.4s;
}
.public-news2 .c-bottom .c-list li .c-wrap .c-box .c-arrow {
  position: relative;
  display: flex;
  justify-content: flex-end;
  padding: 0.3rem 0;
  border-top: 1px solid #dbe0e5;
}
.public-news2 .c-bottom .c-list li .c-wrap .c-box .c-arrow::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  width: 30px;
  border-top: 2px solid var(--color);
  transition: all 0.4s;
}
.public-news2 .c-bottom .c-list li .c-wrap .c-box .c-arrow img,
.public-news2 .c-bottom .c-list li .c-wrap .c-box .c-arrow svg {
  width: 26px;
  height: 26px;
  color: #97a6b4;
  transition: all 0.4s;
}
.public-news2 .c-bottom .c-list li .c-wrap:hover {
  background: #fff;
  box-shadow: 0 3px 20px rgba(196, 207, 218, 0.44);
}
.public-news2 .c-bottom .c-list li .c-wrap:hover .public-img img {
  transform: scale(1.1);
}
.public-news2 .c-bottom .c-list li .c-wrap:hover .c-box .c-title {
  color: var(--color);
}
.public-news2 .c-bottom .c-list li .c-wrap:hover .c-box .c-arrow svg {
  color: var(--color);
}
.public-news2 .c-bottom .c-list li .c-wrap:hover .c-box .c-arrow::before {
  width: 100%;
}
.c-news-info {
  padding: 0.5rem 0 1.4rem;
}
.c-news-info .c-main {
  padding: 1.4rem 2rem 1.2rem;
  background: #fff;
}
@media (max-width: 1580px) {
  .c-news-info .c-main {
    padding: 1rem;
  }
}
@media (max-width: 767px) {
  .c-news-info .c-main {
    padding: 0.4rem;
  }
}
.c-news-info .c-main .c-title {
  font-weight: bold;
}
.c-news-info .c-main .c-time-box {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 0.4rem;
  padding: 0.4rem 0;
  border-bottom: 1px solid #dbe0e5;
}
.c-news-info .c-main .c-time-box .c-time {
  display: flex;
  align-items: center;
}
.c-news-info .c-main .c-time-box .c-time img,
.c-news-info .c-main .c-time-box .c-time svg {
  margin-right: 0.1rem;
  width: 16px;
  height: 16px;
  object-fit: contain;
}
.c-news-info .c-main .c-time-box .c-share {
  display: flex;
  align-items: center;
}
.c-news-info .c-main .c-time-box .c-share > span {
  color: #999;
}
.c-news-info .c-main .c-time-box .c-share .social-share {
  display: flex;
  align-items: center;
}
.c-news-info .c-main .c-time-box .c-share a {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 0 0.2rem;
  width: 40px;
  height: 40px;
  border: 1px solid #f8f8f8;
  border-radius: 50%;
  color: #dbe0e5;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .c-news-info .c-main .c-time-box .c-share a {
    margin-left: 5px;
    width: 30px;
    height: 30px;
  }
}
.c-news-info .c-main .c-time-box .c-share a img,
.c-news-info .c-main .c-time-box .c-share a svg {
  width: 50%;
  height: 50%;
  object-fit: contain;
}
.c-news-info .c-main .c-time-box .c-share a::before {
  display: none;
}
.c-news-info .c-main .c-time-box .c-share a:hover {
  color: #fff;
  background: var(--color);
  border-color: var(--color);
}
.c-news-info .c-main .c-btn-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 1.2rem;
  padding-top: 0.4rem;
  border-top: 1px solid #dbe0e5;
  color: #999;
}
@media (max-width: 767px) {
  .c-news-info .c-main .c-btn-box {
    margin-top: 0.8rem;
  }
}
.c-news-info .c-main .c-btn-box img,
.c-news-info .c-main .c-btn-box svg {
  width: 24px;
  height: 20px;
  object-fit: contain;
  color: #8999a9;
  transition: all 0.4s;
}
.c-news-info .c-main .c-btn-box .c-back {
  text-align: center;
}
.c-news-info .c-main .c-btn-box .c-back svg {
  color: var(--color);
}
.c-news-info .c-main .c-btn-box .c-next {
  text-align: right;
}
.c-news-info .c-main .c-btn-box a {
  transition: all 0.4s;
}
.c-news-info .c-main .c-btn-box a:hover {
  color: var(--color);
}
.c-news-info .c-main .c-btn-box a:hover svg {
  color: var(--color);
}
.c-structure .container {
  padding-bottom: 1.4rem;
  border-left: 1px solid #dbe0e5;
}
@media (max-width: 767px) {
  .c-structure .container {
    padding-bottom: 1.2rem;
  }
}
.c-structure .c-list {
  position: relative;
  z-index: 5;
}
.c-structure .c-list li {
  padding: 1.4rem 0 0 1.1rem;
}
@media (max-width: 1580px) {
  .c-structure .c-list li {
    padding-left: 0.6rem;
  }
}
@media (max-width: 767px) {
  .c-structure .c-list li {
    padding-left: 0.4rem;
  }
}
.c-structure .c-list li .c-box {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}
.c-structure .c-list li .c-box .c-lt {
  width: calc(690/1490*100%);
  max-width: 550px;
}
@media (max-width: 991px) {
  .c-structure .c-list li .c-box .c-lt {
    width: 100%;
    max-width: 100%;
  }
}
.c-structure .c-list li .c-box .c-lt .c-logo {
  position: relative;
}
.c-structure .c-list li .c-box .c-lt .c-logo::after {
  content: "";
  position: absolute;
  top: 50%;
  left: -1.1rem;
  margin-left: -1px;
  height: 45px;
  border-left: 3px solid var(--color);
  transform: translateY(-50%);
}
@media (max-width: 1580px) {
  .c-structure .c-list li .c-box .c-lt .c-logo::after {
    left: -0.6rem;
  }
}
@media (max-width: 991px) {
  .c-structure .c-list li .c-box .c-lt .c-logo::after {
    height: 30px;
  }
}
@media (max-width: 767px) {
  .c-structure .c-list li .c-box .c-lt .c-logo::after {
    left: -0.4rem;
  }
}
.c-structure .c-list li .c-box .c-lt .c-logo img {
  max-width: 290px;
  max-height: 90px;
}
@media (max-width: 991px) {
  .c-structure .c-list li .c-box .c-lt .c-logo img {
    max-height: 50px;
    max-width: 200px;
  }
}
@media (max-width: 767px) {
  .c-structure .c-list li .c-box .c-lt .c-logo img {
    max-height: 40px;
  }
}
.c-structure .c-list li .c-box .c-lt .c-address {
  margin-top: 0.2rem;
  font-family: "Roboto-Bold", 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
.c-structure .c-list li .c-box .c-gt {
  width: calc(740/1490*100%);
}
@media (max-width: 991px) {
  .c-structure .c-list li .c-box .c-gt {
    width: 100%;
    margin-top: 0.2rem;
  }
}
.c-structure .c-list li .c-box .c-gt .c-text {
  margin-bottom: 0.4rem;
}
.c-structure .c-list li .public-img {
  margin-top: 0.9rem;
}
@media (max-width: 1580px) {
  .c-structure .c-list li .public-img {
    margin-top: 0.6rem;
  }
}
.c-structure .c-list li .public-img::before {
  padding-top: calc(580/1490*100%);
}
.c-structure .c-loading {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color);
  margin-top: 0.6rem;
}
.c-structure .c-loading img,
.c-structure .c-loading svg {
  margin-right: 0.2rem;
  width: 30px;
  height: 30px;
  object-fit: contain;
  animation: loading 2s linear infinite;
}
.c-about1 {
  padding: 1rem 0 1.7rem;
}
@media (max-width: 767px) {
  .c-about1 {
    padding: 1.2rem 0;
  }
}
.c-about1 .public-title {
  margin-bottom: 0.9rem;
}
.c-about1 .public-title .c-title {
  max-width: 700px;
  margin: 0 auto;
}
.c-about1 .public-title .c-text {
  margin: 0.3rem auto 0;
  max-width: 980px;
}
.c-about1 .c-list {
  display: flex;
  align-items: flex-start;
  justify-content: space-evenly;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .c-about1 .c-list {
    justify-content: space-between;
  }
}
@media (max-width: 767px) {
  .c-about1 .c-list {
    margin: 0 -0.1rem -0.6rem;
  }
}
@media (max-width: 767px) {
  .c-about1 .c-list li {
    padding: 0 0.1rem 0.6rem;
    width: 50%;
  }
}
.c-about1 .c-list li img {
  width: 46px;
  height: 46px;
  object-fit: contain;
}
@media (max-width: 767px) {
  .c-about1 .c-list li img {
    width: 40px;
    height: 40px;
  }
}
.c-about1 .c-list li .c-text {
  margin: 0.3rem 0 0.1rem;
  color: var(--color);
  font-family: "Roboto-Bold", 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
.c-about2 {
  position: relative;
}
.c-about2 div {
  position: relative;
  z-index: 2;
  background-position: center bottom;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: 100% auto;
  width: 100%;
  height: 100vh;
}
@media (max-width: 991px) {
  .c-about2 div {
    height: calc(900/1920*100vw);
    background-attachment: scroll;
  }
}
.c-about2 div:nth-child(1) {
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  z-index: 1;
  background-color: var(--color);
}
@media (max-width: 991px) {
  .c-about2 div:nth-child(1) {
    position: absolute;
  }
}
.c-about3 {
  padding: 1.4rem 0;
}
.c-about3 .c-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.1rem -0.2rem;
}
.c-about3 .c-list li {
  width: 33.33%;
  display: flex;
  padding: 0 0.1rem 0.2rem;
}
@media (max-width: 991px) {
  .c-about3 .c-list li {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .c-about3 .c-list li {
    width: 100%;
  }
}
.c-about3 .c-list li .c-wrap {
  position: relative;
  width: 100%;
  padding: 0.9rem 0.5rem 0.5rem;
  background: #f5f8fb;
  overflow: hidden;
}
.c-about3 .c-list li .c-wrap .c-ico {
  width: 80px;
  height: 80px;
  color: var(--color);
  object-fit: contain;
}
@media (max-width: 1580px) {
  .c-about3 .c-list li .c-wrap .c-ico {
    width: 50px;
    height: 50px;
  }
}
@media (max-width: 767px) {
  .c-about3 .c-list li .c-wrap .c-ico {
    width: 40px;
    height: 40px;
  }
}
.c-about3 .c-list li .c-wrap .c-ico:nth-child(2) {
  position: absolute;
  bottom: -15%;
  right: -35%;
  width: 90%;
  height: 80%;
  color: #f0f5f9;
}
.c-about3 .c-list li .c-wrap .c-title {
  margin: 0.45rem 0 0.15rem;
  font-family: "Roboto-Bold", 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
.c-about3 .c-list li .c-wrap .c-text {
  opacity: 0.7;
}
.c-about4 {
  position: relative;
  padding: 1.4rem 0 0;
  color: #fff;
  overflow: hidden;
}
@media (max-width: 767px) {
  .c-about4 {
    padding: 1.2rem 0;
  }
}
.c-about4 .c-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  object-fit: cover;
  pointer-events: none;
}
.c-about4 .c-img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  pointer-events: none;
}
.c-about4 .container {
  position: relative;
  z-index: 2;
}
.c-about4 .public-title {
  margin-bottom: 1.3rem;
}
.c-about4 .swiper {
  overflow: visible;
}
.c-about4 .swiper .swiper-slide {
  padding-bottom: calc(580/1920*100vw);
  border-left: 1px dashed rgba(255, 255, 255, 0.2);
}
@media (max-width: 991px) {
  .c-about4 .swiper .swiper-slide {
    padding-bottom: calc(700/1920*100vw);
  }
}
@media (max-width: 767px) {
  .c-about4 .swiper .swiper-slide {
    padding-bottom: calc(800/1920*100vw);
  }
}
.c-about4 .swiper .swiper-slide:nth-child(2n) {
  margin-top: 0.5rem;
}
.c-about4 .swiper .swiper-slide .c-time {
  padding: 0 0.2rem;
  border-left: 1px solid #fff;
  margin-left: -1px;
  font-family: "Roboto-Bold", 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
.c-about4 .swiper .swiper-slide .c-text {
  padding: 0.1rem 0.2rem;
  opacity: 0.7;
}
.c-about4 .swiper .swiper-button-next,
.c-about4 .swiper .swiper-button-prev {
  top: auto;
  bottom: 25vw;
  width: 56px;
  height: 56px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  transition: all 0.4s;
}
@media (max-width: 1580px) {
  .c-about4 .swiper .swiper-button-next,
  .c-about4 .swiper .swiper-button-prev {
    width: 50px;
    height: 50px;
  }
}
@media (max-width: 767px) {
  .c-about4 .swiper .swiper-button-next,
  .c-about4 .swiper .swiper-button-prev {
    width: 40px;
    height: 40px;
  }
}
.c-about4 .swiper .swiper-button-next:hover,
.c-about4 .swiper .swiper-button-prev:hover {
  background: #fff;
  color: var(--color);
  border-color: #fff;
}
.c-about4 .swiper .swiper-button-next::after,
.c-about4 .swiper .swiper-button-prev::after {
  display: none;
}
.c-about4 .swiper .swiper-button-next img,
.c-about4 .swiper .swiper-button-prev img,
.c-about4 .swiper .swiper-button-next svg,
.c-about4 .swiper .swiper-button-prev svg {
  width: calc(24/56 * 100%);
  height: calc(24/56 * 100%);
}
.c-about4 .swiper .swiper-button-prev {
  left: 0;
}
.c-about4 .swiper .swiper-button-next {
  right: 0;
}
.c-about4 .swiper .swiper-button-disabled {
  opacity: 0;
}
.c-about5 {
  padding-bottom: 1.4rem;
  background: #0d2266;
}
@media (max-width: 767px) {
  .c-about5 {
    padding-bottom: 1.2rem;
  }
}
.c-about5 .public-title {
  color: #fff;
}
.c-about5 .c-list {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 0 -5px -10px;
}
.c-about5 .c-list li {
  width: 20%;
  padding: 0 5px 10px;
}
@media (max-width: 1580px) {
  .c-about5 .c-list li {
    width: 25%;
  }
}
@media (max-width: 991px) {
  .c-about5 .c-list li {
    width: 33.333%;
  }
}
@media (max-width: 767px) {
  .c-about5 .c-list li {
    width: 50%;
  }
}
.c-about5 .c-list li .c-wrap {
  background: rgba(255, 255, 255, 0.05);
}
.c-about5 .c-list li .c-wrap .public-img::before {
  padding-top: calc(420/310*100%);
}
.c-about5 .c-list li .c-wrap .public-img img {
  top: 50%;
  left: 50%;
  width: 75%;
  height: 65%;
  object-fit: contain;
  transform: translate(-50%, -50%);
}
.c-about5 .c-loading {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  margin-top: 0.6rem;
}
.c-about5 .c-loading img,
.c-about5 .c-loading svg {
  margin-right: 0.2rem;
  width: 30px;
  height: 30px;
  object-fit: contain;
  animation: loading 2s linear infinite;
}
.c-innovation1 {
  position: relative;
  padding: 1.4rem 0;
  min-height: calc(1080/1920*100vw);
}
@media (max-width: 767px) {
  .c-innovation1 {
    padding: 1.2rem 0;
    min-height: 180vw;
  }
}
.c-innovation1 .c-img {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-innovation1 .container {
  position: relative;
  z-index: 2;
}
.c-innovation1 .c-text {
  text-align: center;
  margin: 0 auto;
  max-width: 1140px;
  font-family: "Roboto-Medium", 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  color: #fff;
}
.c-innovation1 .c-text i {
  vertical-align: middle;
  display: inline-block;
  width: 46px;
  height: 46px;
  background: url("../images/innovation1-ico.png") no-repeat center center / contain;
}
@media (max-width: 991px) {
  .c-innovation1 .c-text i {
    width: 30px;
    height: 30px;
  }
}
.c-innovation1 .c-text span {
  opacity: 0.3;
}
.c-innovation1 .c-text span.on {
  opacity: 1;
}
.c-innovation2 {
  position: relative;
  padding: 1.4rem 0;
}
@media (max-width: 767px) {
  .c-innovation2 {
    padding: 1.2rem 0;
  }
}
.c-innovation2 .swiper-slide {
  display: flex;
  height: auto;
}
.c-innovation2 .c-wrap {
  width: 100%;
  background: #f2f6fa url(../images/life4-bg.png) no-repeat right -1rem bottom -1.15rem / auto 4rem;
}
.c-innovation2 .c-wrap .public-img::before {
  padding-top: calc(375/790*100%);
}
.c-innovation2 .c-wrap .c-box {
  padding: 0.5rem;
  max-width: 720px;
}
.c-innovation2 .c-wrap .c-box .c-title {
  font-family: "Roboto-Bold", 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
.c-innovation2 .c-wrap .c-box .c-text {
  margin-top: 0.2rem;
  color: #666;
}
.c-innovation2 .c-button-box {
  margin-top: 0.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-innovation2 .c-button-box .swiper-button-next,
.c-innovation2 .c-button-box .swiper-button-prev {
  margin: 0 10px;
  position: static;
  width: 60px;
  height: 60px;
  border: 1px solid var(--color);
  color: var(--color);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s;
}
@media (max-width: 1580px) {
  .c-innovation2 .c-button-box .swiper-button-next,
  .c-innovation2 .c-button-box .swiper-button-prev {
    width: 50px;
    height: 50px;
  }
}
@media (max-width: 767px) {
  .c-innovation2 .c-button-box .swiper-button-next,
  .c-innovation2 .c-button-box .swiper-button-prev {
    width: 40px;
    height: 40px;
  }
}
.c-innovation2 .c-button-box .swiper-button-next::after,
.c-innovation2 .c-button-box .swiper-button-prev::after {
  display: none;
}
.c-innovation2 .c-button-box .swiper-button-next img,
.c-innovation2 .c-button-box .swiper-button-prev img,
.c-innovation2 .c-button-box .swiper-button-next svg,
.c-innovation2 .c-button-box .swiper-button-prev svg {
  width: 20px;
  height: 20px;
  object-fit: contain;
}
@media (max-width: 767px) {
  .c-innovation2 .c-button-box .swiper-button-next img,
  .c-innovation2 .c-button-box .swiper-button-prev img,
  .c-innovation2 .c-button-box .swiper-button-next svg,
  .c-innovation2 .c-button-box .swiper-button-prev svg {
    width: 18px;
    height: 18px;
  }
}
.c-innovation2 .c-button-box .swiper-button-next:hover,
.c-innovation2 .c-button-box .swiper-button-prev:hover {
  color: #fff;
  background: var(--color);
}
.c-innovation3 {
  position: relative;
  padding: 0 0 1.4rem;
}
@media (max-width: 767px) {
  .c-innovation3 {
    padding: 0 0 1.2rem;
  }
}
.c-innovation3 .c-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px -10px;
}
.c-innovation3 .c-list li {
  display: flex;
  width: 25%;
  padding: 0 5px 10px;
}
@media (max-width: 1260px) {
  .c-innovation3 .c-list li {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .c-innovation3 .c-list li {
    width: 100%;
  }
}
.c-innovation3 .c-list li:nth-child(2n) .c-wrap {
  background: #8999a9;
}
.c-innovation3 .c-list li .c-wrap {
  width: 100%;
  padding: 0.5rem 0.4rem;
  color: #fff;
  background: var(--color);
}
.c-innovation3 .c-list li .c-wrap img,
.c-innovation3 .c-list li .c-wrap svg {
  width: 50px;
  height: 50px;
  object-fit: contain;
}
@media (max-width: 767px) {
  .c-innovation3 .c-list li .c-wrap img,
  .c-innovation3 .c-list li .c-wrap svg {
    width: 40px;
    height: 40px;
  }
}
.c-innovation3 .c-list li .c-wrap .c-num {
  margin: 0.4rem 0 0.2rem;
  font-family: "Roboto-Bold", 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
.c-innovation4 {
  padding: 1.4rem 0;
  background: #f0f5f9;
}
@media (max-width: 767px) {
  .c-innovation4 {
    padding: 1.2rem 0;
  }
}
.c-innovation4 .c-swiper-box {
  position: relative;
}
@media (max-width: 767px) {
  .c-innovation4 .c-swiper-box {
    padding-bottom: 1.4rem;
  }
}
.c-innovation4 .swiper {
  margin: 0 100px;
}
@media (max-width: 767px) {
  .c-innovation4 .swiper {
    margin: 0;
  }
}
.c-innovation4 .c-wrap .public-img {
  margin-bottom: 0.15rem;
}
.c-innovation4 .c-wrap .public-img::before {
  padding-top: calc(335/460*100%);
}
.c-innovation4 .swiper-button-next,
.c-innovation4 .swiper-button-prev {
  margin: 0;
  width: 60px;
  height: 60px;
  border: 1px solid var(--color);
  color: var(--color);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s;
  transform: translateY(-50%);
}
@media (max-width: 1580px) {
  .c-innovation4 .swiper-button-next,
  .c-innovation4 .swiper-button-prev {
    width: 50px;
    height: 50px;
  }
}
@media (max-width: 767px) {
  .c-innovation4 .swiper-button-next,
  .c-innovation4 .swiper-button-prev {
    width: 40px;
    height: 40px;
    top: auto;
    bottom: 0;
    transform: translateY(0);
  }
}
.c-innovation4 .swiper-button-next::after,
.c-innovation4 .swiper-button-prev::after {
  display: none;
}
.c-innovation4 .swiper-button-next img,
.c-innovation4 .swiper-button-prev img,
.c-innovation4 .swiper-button-next svg,
.c-innovation4 .swiper-button-prev svg {
  width: 20px;
  height: 20px;
  object-fit: contain;
}
@media (max-width: 767px) {
  .c-innovation4 .swiper-button-next img,
  .c-innovation4 .swiper-button-prev img,
  .c-innovation4 .swiper-button-next svg,
  .c-innovation4 .swiper-button-prev svg {
    width: 18px;
    height: 18px;
  }
}
.c-innovation4 .swiper-button-next:hover,
.c-innovation4 .swiper-button-prev:hover {
  color: #fff;
  background: var(--color);
}
.c-innovation4 .swiper-button-next {
  right: 0;
}
@media (max-width: 767px) {
  .c-innovation4 .swiper-button-next {
    right: 50%;
    margin-right: -45px;
  }
}
.c-innovation4 .swiper-button-prev {
  left: 0;
}
@media (max-width: 767px) {
  .c-innovation4 .swiper-button-prev {
    left: 50%;
    margin-left: -45px;
  }
}
.c-cooperation1 {
  padding: 1rem 0 0;
}
@media (max-width: 767px) {
  .c-cooperation1 {
    padding: 1.2rem 0 0;
  }
}
.c-cooperation1 .c-wrap {
  position: relative;
}
.c-cooperation1 .c-wrap .public-img::before {
  content: "";
  padding-top: 37.5%;
}
@media (max-width: 991px) {
  .c-cooperation1 .c-wrap .public-img::before {
    padding-top: 70vw;
  }
}
.c-cooperation1 .c-wrap .c-box {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 5;
  width: 100%;
  padding: 0.8rem;
  transform: translateY(-50%);
  text-align: center;
  color: #fff;
}
.c-cooperation1 .c-wrap .c-box .c-title {
  margin-bottom: 0.3rem;
  font-family: "Roboto-Bold", 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
.c-cooperation1 .c-wrap .c-box .public-btn {
  align-items: center;
}
.c-cooperation1 .c-wrap .c-box .public-btn img,
.c-cooperation1 .c-wrap .c-box .public-btn svg {
  transform: translateY(0);
}
.c-cooperation2 {
  padding: 1.4rem 0;
}
@media (max-width: 767px) {
  .c-cooperation2 {
    padding: 1.2rem 0;
  }
}
.c-cooperation2 .c-wrap {
  display: flex;
  align-content: center;
  flex-wrap: wrap;
}
.c-cooperation2 .c-wrap .public-img {
  display: block;
  width: calc(750/1600*100%);
}
@media (max-width: 767px) {
  .c-cooperation2 .c-wrap .public-img {
    width: 100%;
  }
}
.c-cooperation2 .c-wrap .public-img::before {
  padding-top: calc(520/750*100%);
}
.c-cooperation2 .c-wrap .public-img:hover img {
  transform: scale(1.1);
}
.c-cooperation2 .c-wrap .c-box {
  position: relative;
  width: calc(850/1600*100%);
  padding: 1.25rem 1rem;
  background: url(../images/cooperation2-bg.jpg) no-repeat center center / cover;
}
@media (max-width: 991px) {
  .c-cooperation2 .c-wrap .c-box {
    padding: 1.25rem 0.8rem;
  }
}
@media (max-width: 767px) {
  .c-cooperation2 .c-wrap .c-box {
    padding: 0.8rem 0.6rem 1.2rem;
    width: 100%;
  }
}
.c-cooperation2 .c-wrap .c-box .c-title {
  display: block;
  margin-bottom: 0.5rem;
  max-width: 500px;
  transition: all 0.4s;
}
.c-cooperation2 .c-wrap .c-box .c-title:hover {
  color: var(--color);
}
.c-cooperation2 .c-wrap .c-box .c-download {
  display: inline-flex;
  align-items: center;
  height: 60px;
  padding: 0 0.2rem;
  border: 1px solid var(--color);
  color: var(--color);
  transition: all 0.4s;
}
@media (max-width: 1580px) {
  .c-cooperation2 .c-wrap .c-box .c-download {
    height: 50px;
  }
}
@media (max-width: 767px) {
  .c-cooperation2 .c-wrap .c-box .c-download {
    height: 40px;
  }
}
.c-cooperation2 .c-wrap .c-box .c-download img,
.c-cooperation2 .c-wrap .c-box .c-download svg {
  width: 20px;
  height: 20px;
  object-fit: contain;
  margin-left: 0.2rem;
}
.c-cooperation2 .c-wrap .c-box .c-download:hover {
  background: var(--color);
  color: #fff;
}
.c-cooperation2 .c-wrap .c-box .c-more {
  position: absolute;
  bottom: 0.5rem;
  right: 0.5rem;
  display: inline-flex;
  align-items: center;
  padding: 0 0.2rem;
  transition: all 0.4s;
}
.c-cooperation2 .c-wrap .c-box .c-more img,
.c-cooperation2 .c-wrap .c-box .c-more svg {
  width: 20px;
  height: 20px;
  object-fit: contain;
  margin-left: 0.1rem;
  transition: all 0.4s;
}
.c-cooperation2 .c-wrap .c-box .c-more:hover {
  color: var(--color);
}
.c-cooperation2 .c-wrap .c-box .c-more:hover img,
.c-cooperation2 .c-wrap .c-box .c-more:hover svg {
  margin-left: 0.2rem;
}
.c-cooperation3 {
  position: relative;
  padding: 1.4rem 0;
}
.c-cooperation3 .c-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-cooperation3 .container {
  position: relative;
  z-index: 5;
  color: #fff;
}
.c-cooperation3 .c-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -0.1rem -0.2rem;
}
.c-cooperation3 .c-list li {
  display: flex;
  padding: 0 0.1rem 0.2rem;
  width: 33.333%;
}
@media (max-width: 991px) {
  .c-cooperation3 .c-list li {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .c-cooperation3 .c-list li {
    width: 100%;
  }
}
.c-cooperation3 .c-list li .c-wrap {
  position: relative;
  width: 100%;
  padding: 1rem 0.3rem 1.3rem;
  background: rgba(255, 255, 255, 0.1);
  text-align: center;
}
.c-cooperation3 .c-list li .c-wrap .c-ico {
  width: 90px;
  height: 90px;
  object-fit: contain;
}
@media (max-width: 1580px) {
  .c-cooperation3 .c-list li .c-wrap .c-ico {
    width: 60px;
    height: 60px;
  }
}
@media (max-width: 767px) {
  .c-cooperation3 .c-list li .c-wrap .c-ico {
    width: 50px;
    height: 50px;
  }
}
.c-cooperation3 .c-list li .c-wrap .c-title {
  font-family: "Roboto-Bold", 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  margin: 0.5rem 0 0.1rem;
}
.c-cooperation3 .c-list li .c-wrap .c-text {
  margin-bottom: 0.5rem;
}
.c-cooperation3 .c-list li .c-wrap .public-btn {
  position: absolute;
  bottom: 0.7rem;
  left: 50%;
  transform: translateX(-50%);
}
.c-cooperation4 {
  position: relative;
  padding: 0.9rem;
  text-align: center;
  color: #fff;
}
.c-cooperation4 .c-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-cooperation4 .container {
  position: relative;
  z-index: 5;
}
.c-cooperation4 .c-title {
  margin-bottom: 0.3rem;
  font-family: "Roboto-Bold", 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
.c-cooperation4 .public-btn svg {
  transform: translateY(0);
}
.c-contact1 {
  padding: 1.4rem 0;
}
@media (max-width: 767px) {
  .c-contact1 {
    padding: 1.2rem 0;
  }
}
.c-contact1 .c-wrap {
  display: flex;
  align-content: center;
  flex-wrap: wrap;
}
.c-contact1 .c-wrap .c-box {
  display: flex;
  align-items: center;
  width: 50%;
  padding: 0.7rem;
  background: #f7fafc;
}
@media (max-width: 991px) {
  .c-contact1 .c-wrap .c-box {
    width: 100%;
  }
}
.c-contact1 .c-wrap .c-box .c-list {
  width: 100%;
}
.c-contact1 .c-wrap .c-box .c-list li {
  margin-bottom: 0.5rem;
}
.c-contact1 .c-wrap .c-box .c-list li:last-child {
  margin: 0;
}
.c-contact1 .c-wrap .c-box .c-list li .c-title {
  position: relative;
  padding-bottom: 0.1rem;
  display: flex;
  align-items: center;
  font-family: "Roboto-Bold", 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  color: var(--color);
  border-bottom: 1px solid #dbe0e5;
}
.c-contact1 .c-wrap .c-box .c-list li .c-title .c-ico {
  margin-right: 0.15rem;
  width: 36px;
  height: 24px;
  object-fit: contain;
}
.c-contact1 .c-wrap .c-box .c-list li .c-title::before {
  content: "";
  position: absolute;
  bottom: -1px;
  width: 36px;
  border-top: 1px solid var(--color);
}
.c-contact1 .c-wrap .c-box .c-list li .c-text {
  padding: 0.15rem 0 0 0.55rem;
}
.c-contact1 .c-wrap .public-img {
  width: 50%;
}
@media (max-width: 991px) {
  .c-contact1 .c-wrap .public-img {
    width: 100%;
  }
}
.c-contact1 .c-wrap .public-img::before {
  padding-top: calc(600/800*100%);
}
.c-contact2 {
  padding: 0 0 1.4rem;
}
@media (max-width: 767px) {
  .c-contact2 {
    padding: 0 0 1.2rem;
  }
}
.c-contact2 .c-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px -10px;
}
.c-contact2 .c-list li {
  display: flex;
  width: 50%;
  padding: 0 5px 10px;
}
@media (max-width: 767px) {
  .c-contact2 .c-list li {
    width: 100%;
  }
}
.c-contact2 .c-list li .c-wrap {
  display: flex;
  align-items: flex-start;
  width: 100%;
  padding: 0.5rem;
  background: #f7fafc;
}
@media (max-width: 991px) {
  .c-contact2 .c-list li .c-wrap {
    flex-wrap: wrap;
  }
}
.c-contact2 .c-list li .c-wrap .c-box1 {
  flex-shrink: 0;
  margin-right: 0.5rem;
  display: flex;
  width: 136px;
}
@media (max-width: 1580px) {
  .c-contact2 .c-list li .c-wrap .c-box1 {
    width: 100px;
  }
}
.c-contact2 .c-list li .c-wrap .c-box1 > div {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50%;
  height: 68px;
}
@media (max-width: 1580px) {
  .c-contact2 .c-list li .c-wrap .c-box1 > div {
    height: 50px;
  }
}
.c-contact2 .c-list li .c-wrap .c-box1 .c-img1 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-contact2 .c-list li .c-wrap .c-box1 .c-img2 {
  background: var(--color);
}
.c-contact2 .c-list li .c-wrap .c-box1 .c-img2 img {
  width: 45%;
  height: 45%;
  object-fit: contain;
}
.c-contact2 .c-list li .c-wrap .c-box2 {
  width: 100%;
}
@media (max-width: 991px) {
  .c-contact2 .c-list li .c-wrap .c-box2 {
    margin-top: 0.2rem;
  }
}
.c-contact2 .c-list li .c-wrap .c-box2 .c-title {
  position: relative;
  margin-bottom: 0.25rem;
  padding-bottom: 0.1rem;
  border-bottom: 1px solid #dbe0e5;
  font-family: "Roboto-Bold", 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  color: var(--color);
}
.c-contact2 .c-list li .c-wrap .c-box2 .c-title::before {
  content: "";
  position: absolute;
  bottom: -1px;
  width: 40px;
  border-top: 2px solid var(--color);
}
.c-contact2 .c-list li .c-wrap .c-box2 .c-text {
  color: #666;
}
.c-contact2 .c-list li .c-wrap .c-box2 .c-text span {
  color: #000;
}
.c-contact3 {
  padding: 1.4rem 0;
  background: #f5f8fb;
}
@media (max-width: 767px) {
  .c-contact3 {
    padding: 1.2rem 0;
  }
}
.c-contact3 .c-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.13rem -0.5rem;
}
.c-contact3 .c-list li {
  padding: 0 0.13rem 0.5rem;
  width: 25%;
}
@media (max-width: 1580px) {
  .c-contact3 .c-list li {
    width: 33.33%;
  }
}
@media (max-width: 991px) {
  .c-contact3 .c-list li {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .c-contact3 .c-list li {
    width: 100%;
  }
}
.c-contact3 .c-list li .c-wrap .public-img::before {
  padding-top: calc(200/380*100%);
}
.c-contact3 .c-list li .c-wrap .public-img::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: rgba(0, 79, 163, 0.6);
}
.c-contact3 .c-list li .c-wrap .public-img .c-title {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 3;
  padding: 0.3rem;
  width: 100%;
  transform: translateY(-50%);
  color: #fff;
  font-family: "Roboto-Bold", 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
.c-contact3 .c-list li .c-wrap .c-box p {
  display: flex;
  align-items: flex-start;
  margin-top: 0.2rem;
  color: #666;
}
.c-contact3 .c-list li .c-wrap .c-box p:nth-child(1) {
  margin-top: 0.3rem;
}
.c-contact3 .c-list li .c-wrap .c-box p img {
  margin-right: 0.2rem;
  width: 24px;
  height: 24px;
  object-fit: contain;
}
@media (max-width: 1580px) {
  .c-contact3 .c-list li .c-wrap .c-box p img {
    width: 20px;
    height: 20px;
  }
}
.c-join1 {
  padding: 1rem 0 1.3rem;
  background: url(../images/join1-bg.jpg) no-repeat center center / cover;
  overflow: hidden;
}
.c-join1 .container {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}
.c-join1 .c-box1 {
  padding: 1rem 0 0;
  width: calc(500/1600*100%);
}
@media (max-width: 991px) {
  .c-join1 .c-box1 {
    width: 45%;
  }
}
@media (max-width: 767px) {
  .c-join1 .c-box1 {
    width: 100%;
    padding: 0 0 0.6rem;
  }
}
.c-join1 .c-box1 .public-title {
  text-align: left;
}
.c-join1 .c-box2 {
  position: relative;
  width: calc(820/1600*100%);
  height: 7.3rem;
}
@media (max-width: 991px) {
  .c-join1 .c-box2 {
    height: 6rem;
  }
}
@media (max-width: 767px) {
  .c-join1 .c-box2 {
    width: 100%;
  }
}
.c-join1 .c-box2 .c-logo {
  position: absolute;
  top: calc(280/730*100%);
  left: calc(240/820*100%);
  width: calc(450/820*100%);
  height: calc(130/730*100%);
  object-fit: contain;
}
.c-join1 .c-box2 .public-img {
  position: absolute;
}
.c-join1 .c-box2 .public-img:nth-child(1) {
  top: 0;
  left: calc(45/820*100%);
  width: calc(360/820*100%);
  animation: blockMove 3s 0s infinite;
}
.c-join1 .c-box2 .public-img:nth-child(1)::before {
  padding-top: calc(220/360*100%);
}
.c-join1 .c-box2 .public-img:nth-child(2) {
  top: calc(95/730*100%);
  left: calc(495/820*100%);
  width: calc(245/820*100%);
  animation: blockMove 3s 1.5s infinite;
}
.c-join1 .c-box2 .public-img:nth-child(2)::before {
  padding-top: calc(140/245*100%);
}
.c-join1 .c-box2 .public-img:nth-child(3) {
  top: calc(240/730*100%);
  left: 100%;
  width: calc(400/820*100%);
  animation: blockMove 3s 1s infinite;
}
.c-join1 .c-box2 .public-img:nth-child(3)::before {
  padding-top: calc(260/400*100%);
}
.c-join1 .c-box2 .public-img:nth-child(4) {
  top: calc(350/730*100%);
  left: 0;
  width: calc(165/820*100%);
  animation: blockMove 3s 0.5s infinite;
}
.c-join1 .c-box2 .public-img:nth-child(4)::before {
  padding-top: calc(215/165*100%);
}
.c-join1 .c-box2 .public-img:nth-child(5) {
  top: calc(465/730*100%);
  left: calc(305/820*100%);
  width: calc(400/820*100%);
  animation: blockMove 3s 1.75s infinite;
}
.c-join1 .c-box2 .public-img:nth-child(5)::before {
  padding-top: calc(260/400*100%);
}
.c-join1 .c-box2 .c-block {
  position: absolute;
  top: calc(135/730*100%);
  left: calc(800/820*100%);
  width: 0.28rem;
  height: 0.28rem;
  background: var(--color);
  animation: blockMove 3s 1.25s infinite;
}
.c-join1 .c-box2 .c-block:nth-last-child(2) {
  width: 0.4rem;
  height: 0.4rem;
  top: calc(580/730*100%);
  left: calc(200/820*100%);
  animation: blockMove 3s 0.25s infinite;
}
.c-join1 .c-box2 .c-block:nth-last-child(1) {
  width: 0.2rem;
  height: 0.2rem;
  top: calc(530/730*100%);
  left: calc(765/820*100%);
  animation: blockMove 3s 0.75s infinite;
}
.c-join2 {
  padding: 1.4rem 0;
}
@media (max-width: 767px) {
  .c-join2 {
    padding: 1.2rem 0;
  }
}
.c-join2 .public-title {
  margin-bottom: 0.8rem;
}
.c-join2 .swiper {
  padding-bottom: 1rem;
}
.c-join2 .swiper .swiper-pagination {
  bottom: 0;
}
.c-join2 .swiper .swiper-pagination .swiper-pagination-bullet {
  opacity: 1;
  position: relative;
  width: 0.4rem;
  height: 1px;
  background: #dbe0e5;
}
.c-join2 .swiper .swiper-pagination .swiper-pagination-bullet::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: var(--color);
  transition: all 0.4s;
}
.c-join2 .swiper .swiper-pagination .swiper-pagination-bullet-active::before {
  width: 100%;
}
.c-join2 .c-wrap {
  padding: 0 0.95rem;
  text-align: center;
}
@media (max-width: 1580px) {
  .c-join2 .c-wrap {
    padding: 0 0.6rem;
  }
}
@media (max-width: 767px) {
  .c-join2 .c-wrap {
    padding: 0 0.2rem;
  }
}
.c-join2 .c-wrap img {
  width: 90px;
  height: 80px;
  object-fit: contain;
}
@media (max-width: 1580px) {
  .c-join2 .c-wrap img {
    width: 60px;
    height: 50px;
  }
}
.c-join2 .c-wrap .c-title {
  margin: 0.35rem 0 0.1rem;
  font-family: "Roboto-Bold", 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  color: #333;
}
.c-join2 .c-wrap .c-text {
  color: #666;
}
.c-join3 .c-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.1rem -0.6rem;
}
.c-join3 .c-list li {
  width: 50%;
  padding: 0 0.1rem 0.6rem;
}
@media (max-width: 767px) {
  .c-join3 .c-list li {
    width: 100%;
  }
}
.c-join3 .c-list li .c-wrap .public-img::before {
  padding-top: calc(445/790*100%);
}
.c-join3 .c-list li .c-wrap .c-title {
  margin: 0.25rem 0 0.1rem;
  font-family: "Roboto-Bold", 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
.c-join3 .c-list li .c-wrap .c-text {
  color: #666;
}
.c-join4 {
  display: flex;
  align-items: center;
  min-height: 100vh;
  padding: 1.4rem 0;
  overflow: hidden;
}
@media (max-width: 991px) {
  .c-join4 {
    min-height: auto;
  }
}
@media (max-width: 767px) {
  .c-join4 {
    padding: 1.2rem 0;
  }
}
.c-join4 .c-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.c-join4 .c-bottom .swiper {
  margin: 0;
  width: 42.5%;
  height: 6.5rem;
}
@media (max-width: 767px) {
  .c-join4 .c-bottom .swiper {
    width: 100%;
  }
}
.c-join4 .c-bottom .swiper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-join4 .c-bottom .c-list {
  position: relative;
  width: 46.875%;
}
.c-join4 .c-bottom .c-list::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  border-left: 1px solid #dbe0e5;
  height: 200vh;
}
@media (max-width: 991px) {
  .c-join4 .c-bottom .c-list {
    width: 55%;
  }
}
@media (max-width: 767px) {
  .c-join4 .c-bottom .c-list {
    margin-top: 0.4rem;
    width: 100%;
  }
}
.c-join4 .c-bottom .c-list li {
  position: relative;
  z-index: 5;
  padding-left: 0.8rem;
  margin-bottom: 0.4rem;
  border-left: 3px solid transparent;
  cursor: pointer;
  transition: all 0.4s;
}
@media (max-width: 991px) {
  .c-join4 .c-bottom .c-list li {
    padding-left: 2vw;
  }
}
@media (max-width: 767px) {
  .c-join4 .c-bottom .c-list li {
    padding-left: 0.4rem;
  }
}
.c-join4 .c-bottom .c-list li:last-child {
  margin: 0;
}
.c-join4 .c-bottom .c-list li .c-title {
  font-family: "Roboto-Bold", 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  color: #000;
  transition: all 0.4s;
}
.c-join4 .c-bottom .c-list li .c-text {
  display: none;
  padding-top: 0.1rem;
  color: #666;
}
.c-join4 .c-bottom .c-list li.on {
  border-color: var(--color);
}
.c-join4 .c-bottom .c-list li.on .c-title {
  color: var(--color);
}
.c-join5 {
  padding: 1.4rem 0;
  background: #f2f6fa;
}
@media (max-width: 767px) {
  .c-join5 {
    padding: 1.2rem 0;
  }
}
.c-join5 .c-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.1rem -0.2rem;
}
.c-join5 .c-list li {
  display: flex;
  padding: 0 0.1rem 0.2rem;
  width: 25%;
}
@media (max-width: 1580px) {
  .c-join5 .c-list li {
    width: 33.33%;
  }
}
@media (max-width: 991px) {
  .c-join5 .c-list li {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .c-join5 .c-list li {
    width: 100%;
  }
}
.c-join5 .c-list li .c-wrap {
  display: block;
  width: 100%;
  padding: 0.3rem;
  background: #fff;
}
.c-join5 .c-list li .c-wrap .c-ico {
  width: 36px;
  height: 36px;
  object-fit: contain;
}
.c-join5 .c-list li .c-wrap .c-title {
  position: relative;
  padding: 0.25rem 0;
  border-bottom: 1px solid #dbe0e5;
  font-family: "Roboto-Bold", 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
.c-join5 .c-list li .c-wrap .c-title::before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 40px;
  border-top: 2px solid var(--color);
  transition: all 0.4s;
}
.c-join5 .c-list li .c-wrap .c-text {
  padding: 0.25rem 0;
  color: #666;
}
.c-join5 .c-list li .c-wrap .c-text p {
  margin-bottom: 0.1rem;
  display: flex;
}
.c-join5 .c-list li .c-wrap .c-text p:last-child {
  margin: 0;
}
.c-join5 .c-list li .c-wrap .c-text p span {
  margin-right: 0.1rem;
  flex-shrink: 0;
  color: #000;
}
.c-join5 .c-list li .c-wrap .c-more {
  display: flex;
  justify-content: flex-end;
  color: #8999a9;
  transition: all 0.4s;
}
.c-join5 .c-list li .c-wrap .c-more img,
.c-join5 .c-list li .c-wrap .c-more svg {
  width: 26px;
  height: 10px;
  object-fit: contain;
}
.c-join5 .c-list li .c-wrap:hover .c-title::before {
  width: 100%;
}
.c-join5 .c-list li .c-wrap:hover .c-more {
  color: var(--color);
}
.c-join5 .c-loading {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color);
  margin-top: 0.6rem;
}
.c-join5 .c-loading img,
.c-join5 .c-loading svg {
  margin-right: 0.2rem;
  width: 30px;
  height: 30px;
  object-fit: contain;
  animation: loading 2s linear infinite;
}
.c-join-info {
  padding: 0.5rem 0 0;
}
.c-join-info .c-main {
  padding: 1rem 2rem 1.6rem;
  background: #fff;
}
@media (max-width: 1580px) {
  .c-join-info .c-main {
    padding: 1rem;
  }
}
@media (max-width: 767px) {
  .c-join-info .c-main {
    padding: 0.4rem;
  }
}
.c-join-info .c-main .c-title {
  font-weight: bold;
}
.c-join-info .c-main .c-time {
  margin: 0.2rem 0 0.85rem;
}
.c-join-info .c-main .c-list {
  border-left: 1px solid #dbe0e5;
}
.c-join-info .c-main .c-list li {
  margin-bottom: 0.8rem;
}
.c-join-info .c-main .c-list li:last-child {
  margin: 0;
}
.c-join-info .c-main .c-list li .c-title2 {
  padding-left: 0.3rem;
  margin-left: -1px;
  font-family: "Roboto-Bold", 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  color: var(--color);
  border-left: 3px solid var(--color);
}
.c-join-info .c-main .c-list li .public-content {
  margin-top: 0.25rem;
  padding-left: 0.3rem;
  margin-left: -1px;
}
.c-join-info .c-main .c-btn {
  margin-top: 0.7rem;
  display: inline-flex;
  align-items: center;
  height: 60px;
  padding: 0 0.2rem;
  border: 1px solid var(--color);
  background: var(--color);
  color: #fff;
  cursor: pointer;
  transition: all 0.4s;
}
@media (max-width: 1580px) {
  .c-join-info .c-main .c-btn {
    height: 50px;
  }
}
@media (max-width: 767px) {
  .c-join-info .c-main .c-btn {
    height: 40px;
  }
}
.c-join-info .c-main .c-btn img,
.c-join-info .c-main .c-btn svg {
  margin-left: 0.2rem;
  width: 22px;
  height: 22px;
  object-fit: contain;
  pointer-events: none;
}
.c-join-info .c-main .c-btn:hover {
  background: transparent;
  color: var(--color);
}
.public-join {
  padding: 1.4rem 0;
}
@media (max-width: 767px) {
  .public-join {
    padding: 1.2rem 0;
  }
}
.public-join .c-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.1rem -0.2rem;
}
.public-join .c-list li {
  display: flex;
  padding: 0 0.1rem 0.2rem;
  width: 25%;
}
@media (max-width: 1580px) {
  .public-join .c-list li {
    width: 33.33%;
  }
}
@media (max-width: 991px) {
  .public-join .c-list li {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .public-join .c-list li {
    width: 100%;
  }
}
.public-join .c-list li .c-wrap {
  display: block;
  width: 100%;
  padding: 0.3rem;
  background: #fff;
}
.public-join .c-list li .c-wrap .c-ico {
  width: 36px;
  height: 36px;
  object-fit: contain;
}
.public-join .c-list li .c-wrap .c-title {
  position: relative;
  padding: 0.25rem 0;
  border-bottom: 1px solid #dbe0e5;
  font-family: "Roboto-Bold", 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
.public-join .c-list li .c-wrap .c-title::before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 40px;
  border-top: 2px solid var(--color);
  transition: all 0.4s;
}
.public-join .c-list li .c-wrap .c-text {
  padding: 0.25rem 0;
  color: #666;
}
.public-join .c-list li .c-wrap .c-text p {
  margin-bottom: 0.1rem;
  display: flex;
}
.public-join .c-list li .c-wrap .c-text p:last-child {
  margin: 0;
}
.public-join .c-list li .c-wrap .c-text p span {
  margin-right: 0.1rem;
  flex-shrink: 0;
  color: #000;
}
.public-join .c-list li .c-wrap .c-more {
  display: flex;
  justify-content: flex-end;
  color: #8999a9;
  transition: all 0.4s;
}
.public-join .c-list li .c-wrap .c-more img,
.public-join .c-list li .c-wrap .c-more svg {
  width: 26px;
  height: 10px;
  object-fit: contain;
}
.public-join .c-list li .c-wrap:hover .c-title::before {
  width: 100%;
}
.public-join .c-list li .c-wrap:hover .c-more {
  color: var(--color);
}
.report-top {
  width: 100%;
  position: relative;
  z-index: 1;
}
.report-top .img {
  width: 100%;
  height: 6rem;
}
.report-top .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.report-top .top-box {
  width: 100%;
  position: absolute;
  top: 80px;
  left: 0;
  z-index: 2;
}
@media (max-width: 991px) {
  .report-top .top-box {
    top: 50%;
    transform: translateY(-50%);
  }
}
.report-top .top {
  width: 100%;
  margin-top: 0.62rem;
}
.report-top .top .container .title {
  line-height: calc(70/60);
  color: #021b35;
  font-family: "Roboto-Bold";
  text-align: center;
}
.report-top .top .container .search {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 0.33rem;
}
.report-top .top .container .search .public-search {
  width: 500px;
  max-width: 100%;
}
.report-top .top .container .c-text {
  margin: 0.15rem auto 0;
  color: #666;
  width: 500px;
  max-width: 100%;
}
.report {
  width: 100%;
  position: relative;
  z-index: 1;
  padding: 0.55rem 0 1.4rem;
}
@media (max-width: 767px) {
  .report {
    padding: 0.6rem 0 1.2rem;
  }
}
.report .container .tips {
  color: #999;
  line-height: calc(24/16);
}
.report .container .list {
  width: 100%;
  margin-top: 0.68rem;
}
.report .container .list ul {
  width: calc(100% + 0.2rem);
  margin: 0 -0.1rem;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .report .container .list ul {
    width: 100%;
    margin: 0;
  }
}
.report .container .list ul li {
  width: calc(50% - 0.2rem);
  margin: 0 0.1rem 0.2rem;
  background: #f5f8fb;
  transition: all 0.4s;
}
@media (max-width: 991px) {
  .report .container .list ul li {
    width: 100%;
    margin: 0 0 0.2rem;
  }
}
.report .container .list ul li a {
  display: block;
  padding: 0.35rem 0.3rem 0.25rem;
}
.report .container .list ul li a .name {
  font-family: "Roboto-Bold";
  line-height: calc(34/24);
  transition: all 0.4s;
}
.report .container .list ul li a .line {
  width: 100%;
  height: 1px;
  position: relative;
  z-index: 1;
  background: #dae0e5;
  margin-top: 0.45rem;
}
.report .container .list ul li a .line::before {
  content: '';
  width: 0.6rem;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  transition: all 0.4s;
  background: #004fa3;
}
.report .container .list ul li a .load {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-top: 0.35rem;
}
.report .container .list ul li a .load span {
  color: #004fa3;
  line-height: calc(24/16);
  margin-right: 0.18rem;
}
.report .container .list ul li a .load i {
  width: 12px;
  height: 18px;
  display: flex;
  align-items: center;
}
.report .container .list ul li a .load i svg {
  width: 100%;
  height: 100%;
  color: #004fa3;
}
.report .container .list ul li:hover {
  background: #fff;
  box-shadow: 0 0 0.2rem 0 rgba(196, 207, 218, 0.44);
}
.report .container .list ul li:hover a .name {
  color: #004fa3;
}
.report .container .list ul li:hover a .line::before {
  width: 100%;
}
.report .container .hi-pagination2 {
  margin-top: 0.6rem;
}
.invest {
  width: 100%;
  position: relative;
  z-index: 1;
}
.invest .invest-box1 {
  width: 100%;
  padding: 1rem 0 0;
}
.invest .invest-box1 .container {
  position: relative;
  z-index: 1;
}
.invest .invest-box1 .container .img {
  width: 100%;
  height: 6rem;
  overflow: hidden;
}
.invest .invest-box1 .container .img img {
  width: 100%;
}
.invest .invest-box1 .container .tbox {
  width: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}
.invest .invest-box1 .container .tbox .title {
  line-height: calc(58/48);
  color: #fff;
  text-align: center;
  font-family: "Roboto-Bold";
}
.invest .invest-box1 .container .tbox .more {
  display: flex;
  justify-content: center;
  margin-top: 0.36rem;
}
.invest .invest-box1 .container .tbox .more a {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
  padding: 0 0 0.12rem;
}
.invest .invest-box1 .container .tbox .more a::before {
  content: '';
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.invest .invest-box1 .container .tbox .more a::after {
  content: '';
  width: 0.3rem;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  background: #fff;
  transition: all 0.4s;
}
.invest .invest-box1 .container .tbox .more a span {
  color: #fff;
  line-height: calc(28/18);
}
.invest .invest-box1 .container .tbox .more a i {
  width: 14px;
  height: 14px;
  display: flex;
  align-items: center;
  margin-left: 0.2rem;
}
.invest .invest-box1 .container .tbox .more a i svg {
  color: #fff;
}
.invest .invest-box1 .container .tbox .more a:hover::after {
  width: 100%;
}
#c-cookie {
  display: none;
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 900;
  max-width: 380px;
  padding: 0.25rem 0.3rem 0.5rem;
  background: url(../images/cookie-bg.jpg) no-repeat center center / cover;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
#c-cookie .c-title {
  font-family: "Roboto-Bold", 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
#c-cookie .c-text {
  color: #666;
  margin: 0.1rem 0 0.55rem;
}
#c-cookie .c-btn-box {
  display: flex;
  align-items: flex-start;
}
#c-cookie .c-btn-box .c-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.1rem;
  border: 1px solid var(--color);
  padding: 0 0.2rem;
  height: 40px;
  color: var(--color);
  cursor: pointer;
}
#c-cookie .c-btn-box .c-btn:last-child {
  margin: 0;
  background: var(--color);
  color: #fff;
}
#c-right-pop {
  position: fixed;
  top: 50%;
  right: 10px;
  z-index: 800;
  transform: translateY(-50%);
}
@media (max-width: 991px) {
  #c-right-pop {
    display: none !important;
  }
}
#c-right-pop .c-item {
  display: block;
  position: relative;
  border: 1px solid #dbe0e5;
  border-top: 0;
  border-bottom: 0;
  padding: 4px;
  width: 60px;
  height: 60px;
  background: #fff;
}
#c-right-pop .c-item:nth-child(1) {
  margin-bottom: 5px;
  border-top: 1px solid #dbe0e5;
  border-bottom: 1px solid #dbe0e5;
}
#c-right-pop .c-item:nth-child(1) .c-wrap::before {
  display: none;
}
#c-right-pop .c-item:nth-child(2) {
  border-top: 1px solid #dbe0e5;
}
#c-right-pop .c-item:nth-last-child(2) .c-wrap::before {
  display: none;
}
#c-right-pop .c-item:last-child {
  padding: 0;
  border: 0;
}
#c-right-pop .c-item:last-child .c-wrap {
  background: var(--color);
}
#c-right-pop .c-item:last-child .c-wrap::before {
  display: none;
}
#c-right-pop .c-item:last-child .c-wrap svg {
  color: #fff;
}
#c-right-pop .c-item .c-wrap {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  transition: all 0.4s;
  cursor: pointer;
}
#c-right-pop .c-item .c-wrap > img,
#c-right-pop .c-item .c-wrap > svg {
  width: 20px;
  height: 20px;
  object-fit: contain;
  color: #333;
  transition: all 0.4s;
}
#c-right-pop .c-item .c-wrap::before {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 100%;
  border-top: 1px solid #dbe0e5;
}
#c-right-pop .c-item .c-box {
  display: none;
  position: absolute;
  right: 100%;
  top: 0;
  margin-right: 20px;
  padding: 15px 20px;
  min-width: 280px;
  background: var(--color);
  color: #fff;
  white-space: nowrap;
}
#c-right-pop .c-item .c-box::before {
  content: "";
  position: absolute;
  top: 20px;
  right: -19px;
  border: 10px solid transparent;
  border-left: 10px solid var(--color);
}
#c-right-pop .c-item .c-box .c-text2 {
  position: relative;
  margin-bottom: 15px;
  padding: 10px 0 15px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
#c-right-pop .c-item .c-box .c-text2::before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 30px;
  border-top: 1px solid #fff;
}
#c-right-pop .c-item .c-box .c-more {
  text-align: right;
}
#c-right-pop .c-item .c-box .c-more a {
  display: inline-flex;
  align-items: center;
}
#c-right-pop .c-item .c-box .c-more a img,
#c-right-pop .c-item .c-box .c-more a svg {
  margin-left: 10px;
  width: 22px;
  height: 22px;
  object-fit: contain;
  transition: all 0.4s;
}
#c-right-pop .c-item .c-box .c-more a:hover img,
#c-right-pop .c-item .c-box .c-more a:hover svg {
  margin-left: 20px;
}
#c-right-pop .c-item:hover .c-box {
  display: block;
}
#c-right-pop .c-item:hover .c-wrap {
  background: var(--color);
  color: #fff;
}
#c-right-pop .c-item:hover .c-wrap > img,
#c-right-pop .c-item:hover .c-wrap > svg {
  color: #fff;
}
#c-right-pop .c-item:hover .c-wrap::before {
  opacity: 0;
}
.hi-sitemap1 {
  padding: 0.3rem 0 1.3rem;
}
@media (max-width: 991px) {
  .hi-sitemap1 {
    padding: 0.4rem 0 1.2rem;
  }
}
.hi-sitemap1 .c-wrap {
  padding: 1.4rem 2rem;
  background: #fff;
}
@media (max-width: 1580px) {
  .hi-sitemap1 .c-wrap {
    padding: 1rem;
  }
}
@media (max-width: 767px) {
  .hi-sitemap1 .c-wrap {
    padding: 0.4rem;
  }
}
.hi-sitemap1 .c-title {
  font-family: "Roboto-Bold", 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  margin-bottom: 1rem;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .hi-sitemap1 .c-title {
    margin-bottom: 0.4rem;
  }
}
.hi-sitemap1 .c-list {
  line-height: 40px;
}
@media (max-width: 767px) {
  .hi-sitemap1 .c-list {
    line-height: 0.6rem;
  }
}
.hi-sitemap1 .c-list > li {
  display: flex;
  align-items: flex-start;
  border-top: 1px solid #dbe0e5;
  padding: 0.35rem 0;
}
@media (max-width: 991px) {
  .hi-sitemap1 .c-list > li {
    flex-wrap: wrap;
  }
}
.hi-sitemap1 .c-list > li:last-child {
  border-bottom: 1px solid #dbe0e5;
}
.hi-sitemap1 .c-list > li .c-title-box {
  width: 240px;
  flex-shrink: 0;
}
@media (max-width: 991px) {
  .hi-sitemap1 .c-list > li .c-title-box {
    width: 100%;
    margin-bottom: 0.1rem;
  }
}
.hi-sitemap1 .c-list > li .c-title-box p {
  font-family: "Roboto-Bold", 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
.hi-sitemap1 .c-list > li a {
  display: inline-flex;
  align-items: center;
  position: relative;
  color: #666;
  transition: all 0.4s;
}
.hi-sitemap1 .c-list > li a span {
  position: relative;
}
.hi-sitemap1 .c-list > li a span::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background: var(--color);
  transition: all 0.4s;
}
.hi-sitemap1 .c-list > li a img,
.hi-sitemap1 .c-list > li a svg {
  margin-left: 0.1rem;
  width: 20px;
  height: 20px;
  color: transparent;
  transition: all 0.4s;
}
.hi-sitemap1 .c-list > li a:hover {
  color: var(--color);
}
.hi-sitemap1 .c-list > li a:hover span::before {
  width: 100%;
}
.hi-sitemap1 .c-list > li a:hover svg {
  color: var(--color);
}
.hi-sitemap1 .c-list > li ul {
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
.hi-sitemap1 .c-list > li ul li {
  padding: 5px 0;
  margin-right: 0.4rem;
}
.public-page {
  padding: 0.3rem 0 1.3rem;
}
@media (max-width: 991px) {
  .public-page {
    padding: 0.4rem 0 1.2rem;
  }
}
.public-page .c-wrap {
  padding: 1.4rem 2rem;
  background: #fff;
}
@media (max-width: 1580px) {
  .public-page .c-wrap {
    padding: 1rem;
  }
}
@media (max-width: 767px) {
  .public-page .c-wrap {
    padding: 0.4rem;
  }
}
.public-page .c-wrap .c-title {
  font-family: "Roboto-Bold", 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
.public-page .c-wrap .c-time {
  margin-top: 0.2rem;
  position: relative;
  color: #666;
}
.public-page .c-wrap .c-time span {
  margin-right: 0.45rem;
}
@media (max-width: 767px) {
  .public-page .c-wrap .c-time span {
    display: block;
  }
}
.public-page .c-wrap .c-time span:last-child {
  margin-right: 0;
}
.public-page .c-wrap .public-content {
  position: relative;
  border-top: 1px solid #e5edf6;
  margin-top: 0.5rem;
  padding-top: 0.6rem;
}
.public-page .c-wrap .public-content::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  width: 45px;
  border-top: 3px solid var(--color);
}
.hi-404-3 {
  display: flex;
  align-items: center;
  min-height: calc(100vh - 160px);
  padding: 1.2rem 0;
}
@media (max-width: 991px) {
  .hi-404-3 {
    min-height: calc(100vh - 60px);
  }
}
.hi-404-3 .container {
  display: flex;
  flex-direction: column;
  text-align: center;
  justify-content: center;
}
.hi-404-3 .container .img {
  height: 3.2rem;
  max-width: 100%;
  margin-bottom: 0.6rem;
}
.hi-404-3 .container .img img {
  width: auto;
  max-width: 100%;
  height: 100%;
}
.hi-404-3 .container .f_text {
  margin: 0 auto;
  max-width: 600px;
  color: #666;
}
.hi-404-3 .container .f_text span {
  color: var(--color);
}
.c-solution {
  display: flex;
}
@media (max-width: 767px) {
  .c-solution {
    overflow-x: auto;
  }
}
.c-solution .c-wrap {
  position: relative;
}
.c-solution .c-video {
  width: 100%;
}
@media (max-width: 767px) {
  .c-solution .c-video {
    width: auto;
    max-width: none;
    height: 160vw;
  }
}
.c-solution .c-list1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.c-solution .c-list1 li {
  position: absolute;
  width: 0;
  height: 0;
  cursor: pointer;
}
.c-solution .c-list1 li .c-dot {
  position: absolute;
  top: 50%;
  left: -30px;
  transform: translateY(-50%);
  width: 60px;
  height: 60px;
}
@media (max-width: 767px) {
  .c-solution .c-list1 li .c-dot {
    width: 40px;
    height: 40px;
    left: -20px;
  }
}
.c-solution .c-list1 li .c-dot::before {
  box-sizing: border-box;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  width: 4px;
  height: 4px;
  background: var(--color);
  border-radius: 50%;
  transform: translate(-50%, -50%);
}
.c-solution .c-list1 li .c-dot::after {
  box-sizing: border-box;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 30px;
  border: 8px solid var(--color);
  border-radius: 50%;
  background: #fff;
  transform: translate(-50%, -50%);
}
@media (max-width: 991px) {
  .c-solution .c-list1 li .c-dot::after {
    width: 20px;
    height: 20px;
    border: 5px solid var(--color);
  }
}
.c-solution .c-list1 li .c-dot div {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 30px;
  margin: -15px 0 0 -15px;
  border-radius: 50%;
  background: rgba(0, 79, 163, 0.8);
  animation: dotScale 3s linear infinite;
}
@media (max-width: 991px) {
  .c-solution .c-list1 li .c-dot div {
    width: 20px;
    height: 20px;
    margin: -10px 0 0 -10px;
  }
}
.c-solution .c-list1 li .c-dot div:nth-child(2) {
  animation: dotScale 3s 1s linear infinite;
}
.c-solution .c-list1 li .c-dot div:nth-child(3) {
  animation: dotScale 3s 2s linear infinite;
}
.c-solution .c-list1 li .c-box {
  position: absolute;
  top: 50%;
  left: 30px;
  display: flex;
  align-items: center;
  background: #fff;
  white-space: nowrap;
  transform: translateY(-50%);
  opacity: 0;
  pointer-events: none;
  transition: all 0.4s;
}
@media (max-width: 991px) {
  .c-solution .c-list1 li .c-box {
    left: 20px;
  }
}
.c-solution .c-list1 li .c-box .c-ico {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 1px solid #fff;
  background: var(--color);
}
.c-solution .c-list1 li .c-box .c-ico img,
.c-solution .c-list1 li .c-box .c-ico svg {
  width: 50%;
  height: 50%;
}
.c-solution .c-list1 li .c-box .c-text {
  display: flex;
  align-items: center;
  padding: 0 10px;
  color: var(--color);
}
.c-solution .c-list1 li .c-box .c-text img,
.c-solution .c-list1 li .c-box .c-text svg {
  margin-left: 10px;
  width: 20px;
  height: 20px;
}
.c-solution .c-list1 li:hover .c-box {
  opacity: 1;
  pointer-events: auto;
}
.c-solution .c-main {
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 999;
  background: #fff;
  max-width: 550px;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  padding: 0.8rem;
  transform: translateX(100%);
  transition: all 0.4s;
}
.c-solution .c-main.on {
  transform: translateX(0);
}
.c-solution .c-main .c-back {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  transition: all 0.4s;
}
.c-solution .c-main .c-back img,
.c-solution .c-main .c-back svg {
  margin-right: 0.2rem;
  width: 20px;
  height: 20px;
  object-fit: contain;
}
.c-solution .c-main .c-back:hover {
  color: var(--color);
}
.c-solution .c-main .c-list2 {
  width: 100%;
  height: calc(100% - 1rem);
  overflow-y: auto;
}
.c-solution .c-main .c-list2 > li {
  width: 100%;
  display: none;
}
.c-solution .c-main .c-list2 > li.on {
  display: block;
}
.c-solution .c-main .c-list2 > li a {
  position: relative;
  padding: 0.1rem 0;
  display: block;
}
.c-solution .c-main .c-list2 > li a img,
.c-solution .c-main .c-list2 > li a svg {
  margin-left: 0.2rem;
  width: 20px;
  height: 20px;
  object-fit: contain;
  vertical-align: middle;
  opacity: 0;
  transition: all 0.4s;
}
.c-solution .c-main .c-list2 > li a::before,
.c-solution .c-main .c-list2 > li a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  border-top: 1px solid #e2e6ea;
}
.c-solution .c-main .c-list2 > li a::after {
  width: 0;
  z-index: 2;
  border-color: var(--color);
  transition: all 0.4s;
}
.c-solution .c-main .c-list2 > li a:hover {
  color: var(--color);
}
.c-solution .c-main .c-list2 > li a:hover::after {
  width: 100%;
}
.c-solution .c-main .c-list2 > li a:hover img,
.c-solution .c-main .c-list2 > li a:hover svg {
  opacity: 1;
}
.c-solution-tips {
  display: none;
  padding: 0.6rem 0;
  color: #999;
  text-align: center;
}
@media (max-width: 767px) {
  .c-solution-tips {
    display: block;
  }
}
.c-solution-info1 {
  position: relative;
}
.c-solution-info1 .c-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.c-solution-info1 .c-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-solution-info1 .c-box {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 5;
  padding: 2.2rem 0 1.4rem;
  min-height: var(--vh);
}
@media (max-width: 991px) {
  .c-solution-info1 .c-box {
    min-height: auto;
  }
}
.c-solution-info1 .c-box .c-wrap {
  width: 50%;
  padding: 0.7rem 0.6rem;
  background: #fff;
}
@media (max-width: 1900px) {
  .c-solution-info1 .c-box .c-wrap {
    width: 60%;
  }
}
@media (max-width: 767px) {
  .c-solution-info1 .c-box .c-wrap {
    width: 100%;
  }
}
.c-solution-info1 .c-box .c-wrap .c-title {
  font-family: "Roboto-Bold", 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
.c-solution-info1 .c-box .c-wrap .c-text {
  margin-top: 0.1rem;
}
.c-solution-info1 .c-box .c-wrap .c-text2 {
  margin-top: 0.4rem;
  color: #666;
}
.c-solution-info1 .c-box .c-wrap .c-btn-box {
  margin-top: 0.55rem;
  padding-top: 0.55rem;
  position: relative;
  border-top: 1px solid #dae0e4;
}
.c-solution-info2 .hi-nav1 {
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  z-index: 10;
  background: #fff;
}
.c-solution-info2 .c-main {
  padding: 0.9rem 0 1.6rem;
}
@media (max-width: 767px) {
  .c-solution-info2 .c-main {
    padding-bottom: 1.2rem;
  }
}
.c-solution-info2 .c-main .container {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .c-solution-info2 .c-main .container {
    flex-wrap: wrap;
  }
}
.c-solution-info2 .c-main .container .c-left {
  width: calc(1070/1600*100%);
}
@media (max-width: 991px) {
  .c-solution-info2 .c-main .container .c-left {
    width: 100%;
  }
}
.c-solution-info2 .c-main .container .c-right {
  position: sticky;
  position: -webkit-sticky;
  top: 40px;
  width: calc(430/1600*100%);
  border-left: 1px solid #edeff2;
}
@media (max-width: 991px) {
  .c-solution-info2 .c-main .container .c-right {
    margin-top: 1.2rem;
    width: 100%;
    border: 0;
  }
}
.c-solution-info2 .c-main .c-main-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.6rem;
}
.c-solution-info2 .c-main .c-main-title .c-title {
  font-family: "Roboto-Bold", 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
.c-solution-info2 .c-main .c-main-title .c-text {
  margin-top: 0.2rem;
  color: #666;
}
.c-solution-info2 .c-main .c-main-title .c-btn {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.2rem;
  height: 46px;
  border: 1px solid var(--color);
  color: var(--color);
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .c-solution-info2 .c-main .c-main-title .c-btn {
    height: 40px;
  }
}
.c-solution-info2 .c-main .c-main-title .c-btn img,
.c-solution-info2 .c-main .c-main-title .c-btn svg {
  margin-left: 0.2rem;
  width: 18px;
  height: 18px;
  object-fit: contain;
}
.c-solution-info2 .c-main .c-main-title .c-btn:hover {
  color: #fff;
  background: var(--color);
}
.c-solution-info2 .c-main .c-solution-info2-1 {
  margin-bottom: 1.1rem;
}
.c-solution-info2 .c-main .c-solution-info2-2 {
  margin-bottom: 1.1rem;
}
@media (max-width: 767px) {
  .c-solution-info2 .c-main .c-solution-info2-2 {
    margin-bottom: 1.2rem;
  }
}
.c-solution-info2 .c-main .c-solution-info2-2 .c-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.3rem -0.6rem;
}
.c-solution-info2 .c-main .c-solution-info2-2 .c-list li {
  width: 50%;
  padding: 0 0.3rem 0.6rem;
}
@media (max-width: 767px) {
  .c-solution-info2 .c-main .c-solution-info2-2 .c-list li {
    width: 100%;
  }
}
.c-solution-info2 .c-main .c-solution-info2-2 .c-list li .c-wrap .c-box {
  display: flex;
}
.c-solution-info2 .c-main .c-solution-info2-2 .c-list li .c-wrap .c-box .c-num {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  color: #fff;
  background: var(--color);
}
@media (max-width: 767px) {
  .c-solution-info2 .c-main .c-solution-info2-2 .c-list li .c-wrap .c-box .c-num {
    width: 40px;
    height: 40px;
  }
}
.c-solution-info2 .c-main .c-solution-info2-2 .c-list li .c-wrap .c-box .c-square {
  margin-left: 5px;
  width: 20px;
  height: 20px;
  background: var(--color);
}
@media (max-width: 767px) {
  .c-solution-info2 .c-main .c-solution-info2-2 .c-list li .c-wrap .c-box .c-square {
    width: 10px;
    height: 10px;
  }
}
.c-solution-info2 .c-main .c-solution-info2-2 .c-list li .c-wrap .c-title {
  margin: 0.25rem 0 0.1rem;
  color: #000;
  font-family: "Roboto-Bold", 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
.c-solution-info2 .c-main .c-solution-info2-2 .c-list li .c-wrap .c-text {
  color: #666;
}
.c-solution-info2 .c-main .c-solution-info2-3 .c-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -2px -20px;
}
.c-solution-info2 .c-main .c-solution-info2-3 .c-list li {
  padding: 0 2px 20px;
  width: 33.33%;
}
@media (max-width: 767px) {
  .c-solution-info2 .c-main .c-solution-info2-3 .c-list li {
    width: 50%;
  }
}
.c-solution-info2 .c-main .c-solution-info2-3 .c-list li .c-wrap {
  color: #666;
}
.c-solution-info2 .c-main .c-solution-info2-3 .c-list li .c-wrap .public-img {
  margin-bottom: 0.15rem;
}
.c-solution-info2 .c-main .c-solution-info2-3 .c-list li .c-wrap .public-img::before {
  padding-top: calc(250/350*100%);
}
.c-solution-info2 .c-main .c-solution-info2-4 {
  border-bottom: 1px solid #edeff2;
  margin-bottom: 0.2rem;
  padding: 0 0 0.3rem 0.4rem;
}
@media (max-width: 991px) {
  .c-solution-info2 .c-main .c-solution-info2-4 {
    margin-bottom: 0;
    padding: 0.3rem 0;
  }
}
.c-solution-info2 .c-main .c-solution-info2-4:first-child .c-list li .c-wrap .public-img img:nth-child(2) {
  transform: scale(0.7);
}
.c-solution-info2 .c-main .c-solution-info2-4:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}
.c-solution-info2 .c-main .c-solution-info2-4 > .c-title {
  margin-bottom: 0.25rem;
  font-family: "Roboto-Bold", 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
.c-solution-info2 .c-main .c-solution-info2-4 .c-list li {
  margin-bottom: 0.1rem;
}
.c-solution-info2 .c-main .c-solution-info2-4 .c-list li:last-child {
  margin: 0;
}
.c-solution-info2 .c-main .c-solution-info2-4 .c-list li .c-wrap {
  display: flex;
  align-content: center;
}
.c-solution-info2 .c-main .c-solution-info2-4 .c-list li .c-wrap .public-img {
  width: calc(135/400*100%);
}
.c-solution-info2 .c-main .c-solution-info2-4 .c-list li .c-wrap .public-img::before {
  padding-top: calc(90/135*100%);
}
.c-solution-info2 .c-main .c-solution-info2-4 .c-list li .c-wrap .c-box {
  padding-left: 0.2rem;
  width: calc(265/400*100%);
}
.c-solution-info2 .c-main .c-solution-info2-4 .c-list li .c-wrap .c-box .c-title {
  margin-bottom: 0.1rem;
  color: #333;
  transition: all 0.4s;
  line-height: 1.4;
  height: 2.8em;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
}
.c-solution-info2 .c-main .c-solution-info2-4 .c-list li .c-wrap .c-box img,
.c-solution-info2 .c-main .c-solution-info2-4 .c-list li .c-wrap .c-box svg {
  width: 28px;
  height: 28px;
  color: #8999a9;
  transition: all 0.4s;
}
.c-solution-info2 .c-main .c-solution-info2-4 .c-list li .c-wrap:hover .c-box .c-title,
.c-solution-info2 .c-main .c-solution-info2-4 .c-list li .c-wrap:hover .c-box svg {
  color: var(--color);
}
.c-case .c-bottom {
  padding: 1.4rem 0;
}
@media (max-width: 767px) {
  .c-case .c-bottom {
    padding: 1.2rem 0;
  }
}
.c-case .c-bottom .c-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.1rem;
}
.c-case .c-bottom .c-list li {
  padding: 0 0.1rem 0.6rem;
  width: 33.33%;
}
@media (max-width: 991px) {
  .c-case .c-bottom .c-list li {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .c-case .c-bottom .c-list li {
    width: 100%;
  }
}
.c-case .c-bottom .c-list li .c-wrap {
  display: block;
  transition: all 0.4s;
}
.c-case .c-bottom .c-list li .c-wrap .public-img {
  margin-bottom: 0.15rem;
}
.c-case .c-bottom .c-list li .c-wrap .public-img::before {
  padding-top: calc(350/520*100%);
}
.c-case .c-bottom .c-list li .c-wrap .c-title span {
  margin-right: 0.4rem;
}
.c-case .c-bottom .c-list li .c-wrap .c-title img,
.c-case .c-bottom .c-list li .c-wrap .c-title svg {
  opacity: 0;
  vertical-align: middle;
  width: 26px;
  height: 18px;
  transition: all 0.4s;
}
.c-case .c-bottom .c-list li .c-wrap:hover {
  color: var(--color);
}
.c-case .c-bottom .c-list li .c-wrap:hover .public-img img {
  transform: scale(1.1);
}
.c-case .c-bottom .c-list li .c-wrap:hover .c-title img,
.c-case .c-bottom .c-list li .c-wrap:hover .c-title svg {
  opacity: 1;
}
.c-webinars {
  padding: 1rem 0 1.4rem;
}
@media (max-width: 767px) {
  .c-webinars {
    padding: 1.2rem 0;
  }
}
.c-webinars .c-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.1rem 0.6rem;
}
.c-webinars .c-list li {
  display: flex;
  width: 33.33%;
  padding: 0 0.1rem 0.2rem;
}
@media (max-width: 991px) {
  .c-webinars .c-list li {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .c-webinars .c-list li {
    width: 100%;
  }
}
.c-webinars .c-list li .c-wrap {
  width: 100%;
  display: block;
  background: #f5f8fb;
  transition: all 0.4s;
}
.c-webinars .c-list li .c-wrap .public-img::before {
  padding-top: calc(280/520*100%);
}
.c-webinars .c-list li .c-wrap .c-box {
  padding: 0.2rem 0.2rem 0;
}
.c-webinars .c-list li .c-wrap .c-box .c-time {
  display: flex;
  align-items: center;
}
.c-webinars .c-list li .c-wrap .c-box .c-time img,
.c-webinars .c-list li .c-wrap .c-box .c-time svg {
  margin-right: 0.1rem;
  width: 16px;
  height: 16px;
  transform: translateY(-2px);
}
.c-webinars .c-list li .c-wrap .c-box .c-title {
  margin-top: 0.15rem;
  line-height: 1.5;
  height: 1.5em;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  transition: all 0.4s;
}
.c-webinars .c-list li .c-wrap .c-box .c-text {
  margin: 0.1rem 0 0.35rem;
  line-height: 1.5;
  height: 3em;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
}
.c-webinars .c-list li .c-wrap .c-box .c-arrow {
  position: relative;
  display: flex;
  justify-content: flex-end;
  padding: 0.3rem 0;
  border-top: 1px solid #dbe0e5;
}
.c-webinars .c-list li .c-wrap .c-box .c-arrow::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  width: 30px;
  border-top: 2px solid var(--color);
  transition: all 0.4s;
}
.c-webinars .c-list li .c-wrap .c-box .c-arrow img,
.c-webinars .c-list li .c-wrap .c-box .c-arrow svg {
  width: 26px;
  height: 26px;
  color: #97a6b4;
  transition: all 0.4s;
}
.c-webinars .c-list li .c-wrap:hover {
  background: #fff;
  box-shadow: 0 3px 20px rgba(196, 207, 218, 0.44);
}
.c-webinars .c-list li .c-wrap:hover .public-img img {
  transform: scale(1.1);
}
.c-webinars .c-list li .c-wrap:hover .c-box .c-title {
  color: var(--color);
}
.c-webinars .c-list li .c-wrap:hover .c-box .c-arrow svg {
  color: var(--color);
}
.c-webinars .c-list li .c-wrap:hover .c-box .c-arrow::before {
  width: 100%;
}
.c-webinars-info .c-banner img {
  width: 100%;
  height: calc(970/1920*100vw);
  object-fit: cover;
}
@media (max-width: 767px) {
  .c-webinars-info .c-banner img {
    height: 80vw;
  }
}
.c-webinars-info .c-main {
  position: relative;
  z-index: 5;
  margin-top: calc(-480/1920*100vw);
}
.c-webinars-info .c-main .c-wrap {
  background: #fff;
  padding: 1rem;
}
@media (max-width: 991px) {
  .c-webinars-info .c-main .c-wrap {
    padding: 0.8rem;
  }
}
@media (max-width: 767px) {
  .c-webinars-info .c-main .c-wrap {
    padding: 0.4rem;
  }
}
.c-webinars-info .c-main .c-wrap .c-title {
  font-family: "Roboto-Bold", 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
.c-webinars-info .c-main .c-wrap .c-time-box {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-top: 0.2rem;
  padding-bottom: 0.6rem;
  border-bottom: 1px solid #dbe0e5;
}
@media (max-width: 767px) {
  .c-webinars-info .c-main .c-wrap .c-time-box {
    flex-wrap: wrap;
  }
}
.c-webinars-info .c-main .c-wrap .c-time-box::before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 1rem;
  border-top: 3px solid var(--color);
}
.c-webinars-info .c-main .c-wrap .c-time-box .c-time {
  display: flex;
  align-items: center;
  color: #666;
}
.c-webinars-info .c-main .c-wrap .c-time-box .c-time img,
.c-webinars-info .c-main .c-wrap .c-time-box .c-time svg {
  margin-right: 0.1rem;
  width: 18px;
  height: 18px;
  transform: translateY(-2px);
}
.c-webinars-info .c-main .c-wrap .c-time-box .c-text {
  margin-top: 0.2rem;
  color: #666;
}
.c-webinars-info .c-main .c-wrap .c-time-box .c-btn {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  margin-left: 0.2rem;
  padding: 0 0.2rem;
  height: 50px;
  border: 1px solid var(--color);
  color: var(--color);
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .c-webinars-info .c-main .c-wrap .c-time-box .c-btn {
    margin: 0.3rem 0 0;
    height: 40px;
  }
}
.c-webinars-info .c-main .c-wrap .c-time-box .c-btn img,
.c-webinars-info .c-main .c-wrap .c-time-box .c-btn svg {
  margin-left: 0.1rem;
  width: 26px;
  height: 26px;
}
.c-webinars-info .c-main .c-wrap .c-time-box .c-btn:hover {
  color: #fff;
  background: var(--color);
}
.c-webinars-info .c-main .c-wrap .public-content {
  padding: 0.6rem 0 1rem;
}
@media (max-width: 767px) {
  .c-webinars-info .c-main .c-wrap .public-content img {
    margin: 1em 0 !important;
    float: inherit !important;
    max-width: 100% !important;
  }
}
.public-info-box .c-share {
  display: flex;
  align-items: center;
  color: #999;
}
.public-info-box .c-share .share {
  display: flex;
  align-items: flex-start;
}
.public-info-box .c-share .share a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  margin: 0 0 0 0.2rem;
  color: #dbe0e5;
  border: 1px solid #dbe0e5;
  border-radius: 50%;
  transition: all 0.4s;
}
.public-info-box .c-share .share a::before {
  display: none;
}
.public-info-box .c-share .share a img,
.public-info-box .c-share .share a svg {
  width: 46%;
  height: 46%;
}
.public-info-box .c-share .share a:hover {
  color: #fff;
  background: var(--color);
  border-color: var(--color);
}
.public-info-box .c-btn-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 0.4rem;
  padding-top: 0.4rem;
  border-top: 1px solid #dbe0e5;
  color: #999;
}
@media (max-width: 767px) {
  .public-info-box .c-btn-box {
    margin-top: 0.8rem;
  }
}
.public-info-box .c-btn-box img,
.public-info-box .c-btn-box svg {
  width: 24px;
  height: 20px;
  object-fit: contain;
  color: #8999a9;
  transition: all 0.4s;
}
.public-info-box .c-btn-box .c-back {
  text-align: center;
}
.public-info-box .c-btn-box .c-back svg {
  color: var(--color);
}
.public-info-box .c-btn-box .c-next {
  text-align: right;
}
.public-info-box .c-btn-box a {
  transition: all 0.4s;
}
.public-info-box .c-btn-box a:hover {
  color: var(--color);
}
.public-info-box .c-btn-box a:hover svg {
  color: var(--color);
}
.public-contact2 {
  position: relative;
  padding: 1rem 0;
}
.public-contact2 .c-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.public-contact2 .container {
  position: relative;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff;
}
.public-contact2 .container .c-box {
  padding-right: 0.4rem;
}
.public-contact2 .container .c-box .c-phone {
  font-family: "Roboto-Bold", 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
.public-contact2 .container .c-box .c-text {
  margin-top: 5px;
  line-height: 1.2;
}
.public-contact2 .container .public-btn {
  flex-shrink: 0;
}
.c-case-info1 {
  position: relative;
}
.c-case-info1 .c-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.c-case-info1 .c-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-case-info1 .c-box {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 5;
  padding: 2.2rem 0 1.4rem;
  min-height: var(--vh);
}
@media (max-width: 991px) {
  .c-case-info1 .c-box {
    min-height: auto;
  }
}
.c-case-info1 .c-box .container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media (max-width: 991px) {
  .c-case-info1 .c-box .container {
    flex-wrap: wrap;
  }
}
.c-case-info1 .c-box .container .c-wrap {
  width: calc(700/1600*100%);
}
@media (max-width: 1260px) {
  .c-case-info1 .c-box .container .c-wrap {
    width: 50%;
  }
}
@media (max-width: 991px) {
  .c-case-info1 .c-box .container .c-wrap {
    width: 100%;
  }
}
.c-case-info1 .c-box .container .c-wrap .c-title {
  font-family: "Roboto-Bold", 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
.c-case-info1 .c-box .container .c-wrap .c-text {
  margin-top: 0.2rem;
  color: #666;
}
.c-case-info1 .c-box .container .c-wrap .c-list {
  display: flex;
  align-items: flex-start;
  margin-top: 0.5rem;
}
.c-case-info1 .c-box .container .c-wrap .c-list li {
  margin-right: 0.7rem;
}
.c-case-info1 .c-box .container .c-wrap .c-list li:last-child {
  margin: 0;
}
.c-case-info1 .c-box .container .c-wrap .c-list li p:nth-child(1) {
  color: var(--color);
  font-family: 'Manrope3', "Roboto-Regular", 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  font-weight: bold;
}
.c-case-info1 .c-box .container .c-wrap .c-list li .c-text {
  margin-top: 0.1rem;
}
.c-case-info1 .c-box .container .c-wrap .c-btn-box {
  margin-top: 0.55rem;
  padding-top: 0.55rem;
  position: relative;
  border-top: 1px solid #dae0e4;
}
.c-case-info1 .c-box .container .public-img {
  width: calc(860/1600*100%);
  border: 1px solid #fff;
  background: rgba(255, 255, 255, 0.3);
}
@media (max-width: 1260px) {
  .c-case-info1 .c-box .container .public-img {
    width: 50%;
  }
}
@media (max-width: 991px) {
  .c-case-info1 .c-box .container .public-img {
    margin-top: 0.6rem;
    width: 100%;
  }
}
.c-case-info1 .c-box .container .public-img::before {
  padding-top: calc(560/840*100%);
}
.c-case-info1 .c-box .container .public-img img {
  top: 10px;
  left: 10px;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
}
.c-case-info2 .c-main {
  padding: 0.9rem 0 1.6rem;
}
@media (max-width: 767px) {
  .c-case-info2 .c-main {
    padding-bottom: 1.2rem;
  }
}
.c-case-info2 .c-main .container {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .c-case-info2 .c-main .container {
    flex-wrap: wrap;
  }
}
.c-case-info2 .c-main .container .c-left {
  width: calc(1070/1600*100%);
}
@media (max-width: 991px) {
  .c-case-info2 .c-main .container .c-left {
    width: 100%;
  }
}
.c-case-info2 .c-main .container .c-right {
  position: sticky;
  position: -webkit-sticky;
  top: 40px;
  width: calc(430/1600*100%);
  border-left: 1px solid #edeff2;
}
@media (max-width: 991px) {
  .c-case-info2 .c-main .container .c-right {
    margin-top: 1.2rem;
    width: 100%;
    border: 0;
  }
}
.c-case-info2 .c-main .c-main-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.6rem;
}
.c-case-info2 .c-main .c-main-title .c-title {
  font-family: "Roboto-Bold", 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
.c-case-info2 .c-main .c-main-title .c-text {
  margin-top: 0.2rem;
  color: #666;
}
.c-case-info2 .c-main .c-main-title .c-btn {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.2rem;
  height: 46px;
  border: 1px solid var(--color);
  color: var(--color);
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .c-case-info2 .c-main .c-main-title .c-btn {
    height: 40px;
  }
}
.c-case-info2 .c-main .c-main-title .c-btn img,
.c-case-info2 .c-main .c-main-title .c-btn svg {
  margin-left: 0.2rem;
  width: 18px;
  height: 18px;
  object-fit: contain;
}
.c-case-info2 .c-main .c-main-title .c-btn:hover {
  color: #fff;
  background: var(--color);
}
.c-case-info2 .c-main .c-case-info2-1 {
  margin-bottom: 1.1rem;
}
.c-case-info2 .c-main .c-case-info2-1 .c-wrap {
  padding: 0.6rem 0.9rem 0.7rem 0.6rem;
  display: flex;
  align-items: flex-start;
  background: #f5f8fb;
}
@media (max-width: 767px) {
  .c-case-info2 .c-main .c-case-info2-1 .c-wrap {
    padding: 0.6rem;
  }
}
.c-case-info2 .c-main .c-case-info2-1 .c-wrap .c-box1 {
  position: relative;
  flex-shrink: 0;
  width: 58px;
  height: 58px;
  border: 1px solid var(--color);
  border-radius: 50%;
}
.c-case-info2 .c-main .c-case-info2-1 .c-wrap .c-box1::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 120%;
  height: 120%;
  border: 1px solid #c7d8ea;
  transform: translate(-50%, -50%);
  border-radius: 50%;
}
.c-case-info2 .c-main .c-case-info2-1 .c-wrap .c-box1::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 140%;
  height: 140%;
  border: 1px solid #c7d8ea;
  transform: translate(-50%, -50%);
  border-radius: 50%;
}
.c-case-info2 .c-main .c-case-info2-1 .c-wrap .c-box2 {
  padding-left: 25px;
}
.c-case-info2 .c-main .c-case-info2-1 .c-wrap .c-box2 .c-box3 {
  display: flex;
  align-items: center;
  height: 58px;
}
.c-case-info2 .c-main .c-case-info2-1 .c-wrap .c-box2 .c-box3 .c-title {
  font-family: "Roboto-Bold", 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  color: #333;
  line-height: 24px;
}
.c-case-info2 .c-main .c-case-info2-1 .c-wrap .c-box2 .c-box3 .c-text {
  color: #666;
  border-top: 1px solid #dbe0e5;
  line-height: 14px;
  padding-top: 9px;
  margin-top: 9px;
}
.c-case-info2 .c-main .c-case-info2-1 .c-wrap .c-box2 .c-text2 {
  position: relative;
  margin-top: 0.4rem;
  color: #333;
}
@media (max-width: 767px) {
  .c-case-info2 .c-main .c-case-info2-1 .c-wrap .c-box2 .c-text2 {
    width: calc(100% + 80px);
    margin-left: -80px;
  }
}
.c-case-info2 .c-main .c-case-info2-1 .c-wrap .c-box2 .c-text2::before {
  content: "";
  position: absolute;
  top: -0.4rem;
  right: -0.4rem;
  width: 0.7rem;
  height: 0.7rem;
  background: url(../images/case-info2-1-yh.png) no-repeat center / contain;
}
.c-case-info2 .c-main .c-case-info2-2 {
  margin-bottom: 1.1rem;
}
.c-case-info2 .c-main .c-case-info2-2 .public-content {
  padding-bottom: 1rem;
}
.c-case-info2 .c-main .c-case-info2-3 {
  border-bottom: 1px solid #edeff2;
  margin-bottom: 0.2rem;
  padding: 0 0 0.3rem 0.4rem;
}
@media (max-width: 991px) {
  .c-case-info2 .c-main .c-case-info2-3 {
    margin-bottom: 0;
    padding: 0.3rem 0;
  }
}
.c-case-info2 .c-main .c-case-info2-3:first-child .c-list li .c-wrap .public-img img:nth-child(2) {
  transform: scale(0.7);
}
.c-case-info2 .c-main .c-case-info2-3:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}
.c-case-info2 .c-main .c-case-info2-3 > .c-title {
  margin-bottom: 0.25rem;
  font-family: "Roboto-Bold", 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
.c-case-info2 .c-main .c-case-info2-3 .c-list li {
  margin-bottom: 0.1rem;
}
.c-case-info2 .c-main .c-case-info2-3 .c-list li:last-child {
  margin: 0;
}
.c-case-info2 .c-main .c-case-info2-3 .c-list li .c-wrap {
  display: flex;
  align-content: center;
}
.c-case-info2 .c-main .c-case-info2-3 .c-list li .c-wrap .public-img {
  width: calc(135/400*100%);
}
.c-case-info2 .c-main .c-case-info2-3 .c-list li .c-wrap .public-img::before {
  padding-top: calc(90/135*100%);
}
.c-case-info2 .c-main .c-case-info2-3 .c-list li .c-wrap .c-box {
  padding-left: 0.2rem;
  width: calc(265/400*100%);
}
.c-case-info2 .c-main .c-case-info2-3 .c-list li .c-wrap .c-box .c-title {
  margin-bottom: 0.1rem;
  color: #333;
  transition: all 0.4s;
  line-height: 1.4;
  height: 2.8em;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
}
.c-case-info2 .c-main .c-case-info2-3 .c-list li .c-wrap .c-box img,
.c-case-info2 .c-main .c-case-info2-3 .c-list li .c-wrap .c-box svg {
  width: 28px;
  height: 28px;
  color: #8999a9;
  transition: all 0.4s;
}
.c-case-info2 .c-main .c-case-info2-3 .c-list li .c-wrap:hover .c-box .c-title,
.c-case-info2 .c-main .c-case-info2-3 .c-list li .c-wrap:hover .c-box svg {
  color: var(--color);
}
.c-sustainability1 {
  padding: 1.2rem 0 0;
  height: 170vh;
}
@media (max-width: 767px) {
  .c-sustainability1 {
    padding: 1.2rem 0 0;
  }
}
.c-sustainability1 .c-main {
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
}
.c-sustainability1 .c-main .c-img {
  display: block;
  margin: 0 auto;
  width: calc(1200/1920*100vw);
  height: calc(400/1600*100vw);
}
.c-sustainability1 .c-main .c-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-sustainability1 .c-main .c-policies {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  overflow: hidden;
  opacity: 0;
}
.c-sustainability1 .c-main .c-policies .swiper1 {
  text-align: center;
  padding-bottom: 0.6rem;
  overflow: visible;
}
@media (max-width: 1580px) {
  .c-sustainability1 .c-main .c-policies .swiper1 {
    padding-bottom: 0.4rem;
  }
}
.c-sustainability1 .c-main .c-policies .swiper1 .swiper-slide {
  padding: 0 0.7rem;
}
@media (max-width: 1580px) {
  .c-sustainability1 .c-main .c-policies .swiper1 .swiper-slide {
    padding: 0 0.4rem;
  }
}
@media (max-width: 767px) {
  .c-sustainability1 .c-main .c-policies .swiper1 .swiper-slide {
    padding: 0 0.3rem;
  }
}
.c-sustainability1 .c-main .c-policies .swiper1 .swiper-slide .c-title {
  margin-bottom: 0.2rem;
  font-family: "Roboto-Bold", 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
.c-sustainability1 .c-main .c-policies .swiper1 .swiper-pagination {
  top: auto;
  bottom: 0;
  left: 50%;
  width: 120px;
  height: 2px;
  transform: translateX(-50%);
  background: rgba(255, 255, 255, 0.5);
}
.c-sustainability1 .c-main .c-policies .swiper1 .swiper-pagination .swiper-pagination-progressbar-fill {
  background: #fff;
}
.c-sustainability1 .c-main .c-policies .swiper2 {
  margin-top: 0.9rem;
  padding-bottom: 0.6rem;
  overflow: visible;
}
@media (max-width: 1580px) {
  .c-sustainability1 .c-main .c-policies .swiper2 {
    margin-top: 0.4rem;
    padding-bottom: 0.4rem;
  }
}
@media (max-width: 991px) {
  .c-sustainability1 .c-main .c-policies .swiper2 {
    margin-top: 0.8rem;
  }
}
.c-sustainability1 .c-main .c-policies .swiper2 .swiper-slide {
  display: flex;
  height: auto;
}
.c-sustainability1 .c-main .c-policies .swiper2 .swiper-slide .c-wrap {
  display: block;
  width: 100%;
  padding: 0.3rem;
  background: #fff;
}
.c-sustainability1 .c-main .c-policies .swiper2 .swiper-slide .c-wrap .c-ico {
  width: 28px;
  height: 28px;
  object-fit: contain;
}
.c-sustainability1 .c-main .c-policies .swiper2 .swiper-slide .c-wrap .c-title {
  margin-top: 0.25rem;
  display: flex;
  align-items: center;
  font-family: "Roboto-Bold", 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  color: #021b35;
  transition: all 0.4s;
}
.c-sustainability1 .c-main .c-policies .swiper2 .swiper-slide .c-wrap .c-title img,
.c-sustainability1 .c-main .c-policies .swiper2 .swiper-slide .c-wrap .c-title svg {
  margin-left: 0.2rem;
  width: 22px;
  height: 22px;
  color: var(--color);
  transition: all 0.4s;
  opacity: 0;
}
.c-sustainability1 .c-main .c-policies .swiper2 .swiper-slide .c-wrap:hover .c-title {
  color: var(--color);
}
.c-sustainability1 .c-main .c-policies .swiper2 .swiper-slide .c-wrap:hover .c-title img,
.c-sustainability1 .c-main .c-policies .swiper2 .swiper-slide .c-wrap:hover .c-title svg {
  opacity: 1;
}
.c-sustainability1 .c-main .c-policies .swiper2 .swiper-pagination {
  top: auto;
  bottom: 0;
  left: 50%;
  width: 120px;
  height: 2px;
  transform: translateX(-50%);
  background: rgba(255, 255, 255, 0.5);
}
.c-sustainability1 .c-main .c-policies .swiper2 .swiper-pagination .swiper-pagination-progressbar-fill {
  background: #fff;
}
.c-sustainability2 {
  padding: 1.4rem 0 0;
}
@media (max-width: 767px) {
  .c-sustainability2 {
    padding: 1.2rem 0 0;
  }
}
.c-sustainability2 .public-title {
  margin-bottom: -1.6rem;
  width: 50%;
  max-width: 700px;
  text-align: left;
}
@media (max-width: 991px) {
  .c-sustainability2 .public-title {
    margin-bottom: 0.55rem;
    width: 100%;
  }
}
.c-sustainability2 .public-title .c-text {
  justify-content: flex-start;
}
.c-sustainability2 .c-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px -10px;
}
.c-sustainability2 .c-list li {
  padding: 0 5px 10px;
  width: calc(1/7*100%);
}
@media (max-width: 767px) {
  .c-sustainability2 .c-list li {
    width: 25%;
  }
}
.c-sustainability2 .c-list li:nth-child(1) {
  margin-left: calc(1/7*4*100%);
}
@media (max-width: 991px) {
  .c-sustainability2 .c-list li:nth-child(1) {
    margin: 0;
  }
}
.c-sustainability2 .c-list li .public-img {
  cursor: pointer;
  transition: all 0.4s;
}
.c-sustainability2 .c-list li .public-img:hover {
  transform: translateY(-10px);
  box-shadow: 0 7px 32px rgba(124, 133, 138, 0.68);
}
.c-sustainability2 .c-pop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  pointer-events: none;
  transition: all 0.4s;
}
.c-sustainability2 .c-pop.on {
  opacity: 1;
  pointer-events: auto;
}
.c-sustainability2 .c-pop.on .c-main .swiper .swiper-slide-active {
  pointer-events: auto;
}
.c-sustainability2 .c-pop .c-main {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 90%;
  max-width: 900px;
  padding: 0.6rem 0.6rem 0.8rem;
  background: #fff;
  transform: translate(-50%, -50%);
}
.c-sustainability2 .c-pop .c-main .c-close {
  position: absolute;
  top: 0.6rem;
  right: 0.6rem;
  z-index: 10;
  width: 20px;
  height: 20px;
  cursor: pointer;
  color: #94a2b1;
  transition: all 0.4s;
}
.c-sustainability2 .c-pop .c-main .c-close img,
.c-sustainability2 .c-pop .c-main .c-close svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
  pointer-events: none;
}
.c-sustainability2 .c-pop .c-main .c-close:hover {
  color: var(--color);
}
.c-sustainability2 .c-pop .c-main .swiper .swiper-slide-active {
  pointer-events: none;
}
.c-sustainability2 .c-pop .c-main .swiper .public-img {
  width: 1.5rem;
}
.c-sustainability2 .c-pop .c-main .swiper .c-title {
  margin: 1.3rem 0 0.2rem;
  font-family: "Roboto-Bold", 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
.c-sustainability2 .c-pop .c-main .swiper .c-text {
  margin-bottom: 0.8rem;
  color: #666;
}
.c-sustainability2 .c-pop .c-main .swiper .c-btn-box {
  display: flex;
  align-items: center;
}
.c-sustainability2 .c-pop .c-main .swiper .swiper-button-prev,
.c-sustainability2 .c-pop .c-main .swiper .swiper-button-next {
  position: static;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.1rem;
  width: 56px;
  height: 56px;
  border: 1px solid #7fa7d1;
  color: var(--color);
  transition: all 0.4s;
}
@media (max-width: 1580px) {
  .c-sustainability2 .c-pop .c-main .swiper .swiper-button-prev,
  .c-sustainability2 .c-pop .c-main .swiper .swiper-button-next {
    width: 50px;
    height: 50px;
  }
}
@media (max-width: 767px) {
  .c-sustainability2 .c-pop .c-main .swiper .swiper-button-prev,
  .c-sustainability2 .c-pop .c-main .swiper .swiper-button-next {
    width: 40px;
    height: 40px;
  }
}
.c-sustainability2 .c-pop .c-main .swiper .swiper-button-prev::after,
.c-sustainability2 .c-pop .c-main .swiper .swiper-button-next::after {
  display: none;
}
.c-sustainability2 .c-pop .c-main .swiper .swiper-button-prev img,
.c-sustainability2 .c-pop .c-main .swiper .swiper-button-next img,
.c-sustainability2 .c-pop .c-main .swiper .swiper-button-prev svg,
.c-sustainability2 .c-pop .c-main .swiper .swiper-button-next svg {
  width: 40%;
  height: 40%;
  object-fit: contain;
}
.c-sustainability2 .c-pop .c-main .swiper .swiper-button-prev:hover,
.c-sustainability2 .c-pop .c-main .swiper .swiper-button-next:hover {
  color: #fff;
  background: var(--color);
  border-color: var(--color);
}
.c-sustainability3 {
  padding: 1.5rem 0 1.4rem;
  overflow: hidden;
}
.c-sustainability3 .c-top {
  margin-bottom: 0.4rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.c-sustainability3 .c-top .public-title {
  margin: 0;
}
.c-sustainability3 .c-top .c-btn-box {
  display: flex;
  align-items: center;
}
.c-sustainability3 .c-top .c-btn-box .swiper-button-prev,
.c-sustainability3 .c-top .c-btn-box .swiper-button-next {
  position: static;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 0.1rem;
  margin-top: 0;
  width: 56px;
  height: 56px;
  border: 1px solid #7fa7d1;
  color: var(--color);
  transition: all 0.4s;
}
@media (max-width: 1580px) {
  .c-sustainability3 .c-top .c-btn-box .swiper-button-prev,
  .c-sustainability3 .c-top .c-btn-box .swiper-button-next {
    width: 50px;
    height: 50px;
  }
}
@media (max-width: 767px) {
  .c-sustainability3 .c-top .c-btn-box .swiper-button-prev,
  .c-sustainability3 .c-top .c-btn-box .swiper-button-next {
    width: 40px;
    height: 40px;
  }
}
.c-sustainability3 .c-top .c-btn-box .swiper-button-prev::after,
.c-sustainability3 .c-top .c-btn-box .swiper-button-next::after {
  display: none;
}
.c-sustainability3 .c-top .c-btn-box .swiper-button-prev img,
.c-sustainability3 .c-top .c-btn-box .swiper-button-next img,
.c-sustainability3 .c-top .c-btn-box .swiper-button-prev svg,
.c-sustainability3 .c-top .c-btn-box .swiper-button-next svg {
  width: 40%;
  height: 40%;
  object-fit: contain;
}
.c-sustainability3 .c-top .c-btn-box .swiper-button-prev:hover,
.c-sustainability3 .c-top .c-btn-box .swiper-button-next:hover {
  color: #fff;
  background: var(--color);
  border-color: var(--color);
}
.c-sustainability3 .c-bottom .swiper {
  margin: -20px;
  padding: 20px;
}
.c-sustainability3 .c-bottom .c-wrap {
  width: 100%;
  display: block;
  background: #f5f8fb;
  transition: all 0.4s;
}
.c-sustainability3 .c-bottom .c-wrap .public-img::before {
  padding-top: calc(210/385*100%);
}
.c-sustainability3 .c-bottom .c-wrap .c-box {
  padding: 0.2rem 0.2rem 0;
}
.c-sustainability3 .c-bottom .c-wrap .c-box .c-time {
  display: flex;
  align-items: center;
}
.c-sustainability3 .c-bottom .c-wrap .c-box .c-time img,
.c-sustainability3 .c-bottom .c-wrap .c-box .c-time svg {
  margin-right: 0.1rem;
  width: 16px;
  height: 16px;
}
.c-sustainability3 .c-bottom .c-wrap .c-box .c-title {
  margin: 0.15rem 0 0.35rem;
  line-height: 1.5;
  height: 4.5em;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  transition: all 0.4s;
}
.c-sustainability3 .c-bottom .c-wrap .c-box .c-arrow {
  position: relative;
  display: flex;
  justify-content: flex-end;
  padding: 0.3rem 0;
  border-top: 1px solid #dbe0e5;
}
.c-sustainability3 .c-bottom .c-wrap .c-box .c-arrow::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  width: 30px;
  border-top: 2px solid var(--color);
  transition: all 0.4s;
}
.c-sustainability3 .c-bottom .c-wrap .c-box .c-arrow img,
.c-sustainability3 .c-bottom .c-wrap .c-box .c-arrow svg {
  width: 26px;
  height: 26px;
  color: #97a6b4;
  transition: all 0.4s;
}
.c-sustainability3 .c-bottom .c-wrap:hover {
  background: #fff;
  box-shadow: 0 3px 20px rgba(196, 207, 218, 0.44);
}
.c-sustainability3 .c-bottom .c-wrap:hover .public-img img {
  transform: scale(1.1);
}
.c-sustainability3 .c-bottom .c-wrap:hover .c-box .c-title {
  color: var(--color);
}
.c-sustainability3 .c-bottom .c-wrap:hover .c-box .c-arrow svg {
  color: var(--color);
}
.c-sustainability3 .c-bottom .c-wrap:hover .c-box .c-arrow::before {
  width: 100%;
}
.c-sustainability4 {
  padding: 1.2rem 0;
  background: #f8f9fa;
}
.c-sustainability4 .public-title {
  text-align: left;
}
.c-sustainability4 .public-title .c-text {
  justify-content: flex-start;
}
.c-sustainability4 .c-main {
  display: flex;
}
@media (max-width: 991px) {
  .c-sustainability4 .c-main {
    flex-wrap: wrap;
  }
}
.c-sustainability4 .c-main .c-left {
  width: 330px;
  flex-shrink: 0;
  border-right: 1px solid #dbe0e5;
}
@media (max-width: 1580px) {
  .c-sustainability4 .c-main .c-left {
    width: 250px;
  }
}
@media (max-width: 991px) {
  .c-sustainability4 .c-main .c-left {
    position: static;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .c-sustainability4 .c-main .c-left {
    border-right: 0;
  }
}
.c-sustainability4 .c-main .c-left .c-title-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.25rem 0.2rem 0;
  border-top: 1px solid #dbe0e5;
  color: var(--color);
  font-family: "Roboto-Bold", 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
.c-sustainability4 .c-main .c-left .c-title-box .c-title span:nth-child(2) {
  font-size: 10px;
  line-height: calc(20/10);
}
.c-sustainability4 .c-main .c-left .c-title-box img,
.c-sustainability4 .c-main .c-left .c-title-box svg {
  color: #000;
  width: 14px;
  height: 14px;
  transform: rotate(90deg);
}
.c-sustainability4 .c-main .c-left .c-list2 {
  padding: 0.25rem 0.2rem;
}
@media (max-width: 991px) {
  .c-sustainability4 .c-main .c-left .c-list2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-right: -0.15rem;
  }
}
.c-sustainability4 .c-main .c-left .c-list2 li {
  margin-bottom: 0.15rem;
}
@media (max-width: 991px) {
  .c-sustainability4 .c-main .c-left .c-list2 li {
    margin-right: 0.15rem;
  }
}
.c-sustainability4 .c-main .c-left .c-list2 li:last-child {
  margin-bottom: 0;
}
.c-sustainability4 .c-main .c-left .c-list2 li label {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.c-sustainability4 .c-main .c-left .c-list2 li input {
  flex-shrink: 0;
  margin-right: 0.1rem;
  width: 14px;
  height: 14px;
  border: 1px solid var(--color);
  background: url(../images/ico-checked.svg) no-repeat center center / 80%;
}
.c-sustainability4 .c-main .c-left .c-list2 li input:checked {
  background-color: var(--color);
}
.c-sustainability4 .c-main .c-left .c-list2 li p span:nth-child(2) {
  font-size: 10px;
  line-height: calc(20/10);
}
.c-sustainability4 .c-main .c-right {
  width: 100%;
  border-top: 1px solid #dbe0e5;
}
.c-sustainability4 .c-main .c-right .c-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 0.6rem;
}
.c-sustainability4 .c-main .c-right .c-list li {
  display: flex;
  width: 48%;
  padding: 0.3rem;
  border-bottom: 1px solid #dbe0e5;
}
@media (max-width: 767px) {
  .c-sustainability4 .c-main .c-right .c-list li {
    width: 100%;
  }
}
.c-sustainability4 .c-main .c-right .c-list li .c-wrap {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
}
.c-sustainability4 .c-main .c-right .c-list li .c-wrap .c-pdf {
  flex-shrink: 0;
  color: #8999a9;
  transition: all 0.4s;
  width: 30px;
  height: 40px;
  object-fit: contain;
}
.c-sustainability4 .c-main .c-right .c-list li .c-wrap .c-box {
  padding-left: 0.2rem;
  width: 100%;
}
.c-sustainability4 .c-main .c-right .c-list li .c-wrap .c-box .c-title {
  display: block;
  color: #333;
  line-height: 1.4;
  transition: all 0.4s;
}
.c-sustainability4 .c-main .c-right .c-list li .c-wrap .c-box .c-title span {
  margin-right: 0.3rem;
}
.c-sustainability4 .c-main .c-right .c-list li .c-wrap .c-box .c-arrow {
  width: 22px;
  height: 22px;
  object-fit: contain;
  transition: all 0.4s;
  vertical-align: bottom;
  opacity: 0;
}
.c-sustainability4 .c-main .c-right .c-list li .c-wrap .c-box .c-time {
  color: #999;
}
.c-sustainability4 .c-main .c-right .c-list li .c-wrap:hover .c-pdf,
.c-sustainability4 .c-main .c-right .c-list li .c-wrap:hover .c-box .c-title,
.c-sustainability4 .c-main .c-right .c-list li .c-wrap:hover .c-box .c-arrow {
  color: var(--color);
  opacity: 1;
}
.c-sustainability5 {
  padding: 1.4rem 0;
}
.c-sustainability5 .c-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .c-sustainability5 .c-top {
    flex-wrap: wrap;
  }
}
.c-sustainability5 .c-top .public-title {
  text-align: left;
  margin: 0;
}
.c-sustainability5 .c-top .swiper {
  margin: 0;
  max-width: 50%;
}
@media (max-width: 767px) {
  .c-sustainability5 .c-top .swiper {
    width: 100%;
    margin-top: 0.2rem;
    max-width: 100%;
  }
}
.c-sustainability5 .c-top .swiper .swiper-slide {
  position: relative;
  margin-right: 0.5rem;
  padding-bottom: 0.15rem;
  width: auto;
  cursor: pointer;
  transition: all 0.4s;
}
.c-sustainability5 .c-top .swiper .swiper-slide::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  border-top: 2px solid var(--color);
  transition: all 0.4s;
}
.c-sustainability5 .c-top .swiper .swiper-slide:last-child {
  margin: 0;
}
.c-sustainability5 .c-top .swiper .swiper-slide.on,
.c-sustainability5 .c-top .swiper .swiper-slide:hover {
  color: var(--color);
}
.c-sustainability5 .c-top .swiper .swiper-slide.on::before,
.c-sustainability5 .c-top .swiper .swiper-slide:hover::before {
  width: 100%;
  left: 0;
}
.c-sustainability5 .c-top .swiper .swiper-scrollbar {
  left: 0;
  bottom: 0;
  width: 100%;
  background: #f2f6fa;
  border-radius: 0;
}
.c-sustainability5 .c-top .swiper .swiper-scrollbar .swiper-scrollbar-drag {
  border-radius: 0;
  background: var(--color);
}
.c-sustainability5 .c-bottom .c-list {
  position: relative;
}
.c-sustainability5 .c-bottom .c-list li {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  pointer-events: none;
  opacity: 0;
}
.c-sustainability5 .c-bottom .c-list li.on {
  position: relative;
  pointer-events: auto;
  opacity: 1;
}
.c-sustainability5 .c-bottom .swiper .public-img {
  margin-bottom: 0.15rem;
  background: #f8f9fa;
}
.c-sustainability5 .c-bottom .swiper .public-img::before {
  padding-top: calc(450/385*100%);
}
.c-sustainability5 .c-bottom .swiper .public-img img {
  object-fit: contain;
  transform: scale(0.7);
}
.c-sustainability5 .c-bottom .swiper .c-btn-box {
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-sustainability5 .c-bottom .swiper .c-btn-box .swiper-button-prev,
.c-sustainability5 .c-bottom .swiper .c-btn-box .swiper-button-next {
  position: static;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 20px;
  margin-top: 0.75rem;
  width: 56px;
  height: 56px;
  border: 1px solid #7fa7d1;
  color: var(--color);
  transition: all 0.4s;
}
@media (max-width: 1580px) {
  .c-sustainability5 .c-bottom .swiper .c-btn-box .swiper-button-prev,
  .c-sustainability5 .c-bottom .swiper .c-btn-box .swiper-button-next {
    width: 50px;
    height: 50px;
  }
}
@media (max-width: 767px) {
  .c-sustainability5 .c-bottom .swiper .c-btn-box .swiper-button-prev,
  .c-sustainability5 .c-bottom .swiper .c-btn-box .swiper-button-next {
    width: 40px;
    height: 40px;
  }
}
.c-sustainability5 .c-bottom .swiper .c-btn-box .swiper-button-prev::after,
.c-sustainability5 .c-bottom .swiper .c-btn-box .swiper-button-next::after {
  display: none;
}
.c-sustainability5 .c-bottom .swiper .c-btn-box .swiper-button-prev img,
.c-sustainability5 .c-bottom .swiper .c-btn-box .swiper-button-next img,
.c-sustainability5 .c-bottom .swiper .c-btn-box .swiper-button-prev svg,
.c-sustainability5 .c-bottom .swiper .c-btn-box .swiper-button-next svg {
  width: 40%;
  height: 40%;
  object-fit: contain;
}
.c-sustainability5 .c-bottom .swiper .c-btn-box .swiper-button-prev:hover,
.c-sustainability5 .c-bottom .swiper .c-btn-box .swiper-button-next:hover {
  color: #fff;
  background: var(--color);
  border-color: var(--color);
}
.c-sustainability5 .c-bottom .swiper .c-btn-box .swiper-button-prev {
  margin-left: 0;
}
/*可持续发展6*/
.c-sustainability6 {
  position: relative;
  overflow: hidden;
  background: #f5f8fb;
}
.c-sustainability6 .c-img-list {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
}
@media (max-width: 991px) {
  .c-sustainability6 .c-img-list {
    position: relative;
    width: 100%;
    height: 100vw;
  }
}
.c-sustainability6 .c-img-list img {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.8s;
}
.c-sustainability6 .c-img-list img.on {
  opacity: 1;
}
.c-sustainability6 .container .c-box {
  position: relative;
  z-index: 5;
  width: 50%;
  padding: 1.4rem 1.2rem 1.4rem 0;
  min-height: 9.7rem;
}
@media (max-width: 1260px) {
  .c-sustainability6 .container .c-box {
    padding: 1.4rem 0.6rem 1rem 0;
  }
}
@media (max-width: 991px) {
  .c-sustainability6 .container .c-box {
    padding: 0.6rem 0 1.2rem;
    width: 100%;
  }
}
.c-sustainability6 .container .c-box .public-title {
  margin-bottom: 0.9rem;
  text-align: left;
}
@media (max-width: 991px) {
  .c-sustainability6 .container .c-box .public-title {
    margin-bottom: 0.6rem;
  }
}
@media (max-width: 767px) {
  .c-sustainability6 .container .c-box .public-title .c-title {
    font-size: 23px;
  }
}
.c-sustainability6 .container .c-box .c-list {
  border-left: 1px solid #dbe0e5;
}
.c-sustainability6 .container .c-box .c-list li {
  margin: 0 0 0.4rem -1px;
  padding-left: 0.4rem;
  cursor: pointer;
  border-left: 3px solid transparent;
}
.c-sustainability6 .container .c-box .c-list li:last-child {
  margin-bottom: 0;
}
.c-sustainability6 .container .c-box .c-list li .c-title {
  transition: all 0.4s;
}
.c-sustainability6 .container .c-box .c-list li .c-text {
  display: none;
  margin-top: 0.1rem;
  color: #666;
}
.c-sustainability6 .container .c-box .c-list li.on {
  border-color: var(--color);
}
.c-sustainability6 .container .c-box .c-list li.on .c-title {
  color: var(--color);
}
.c-sustainability6 .container .c-box .c-list li.on .c-text {
  display: block;
}
