@charset "utf-8";
:root {
  --color: #01314A;
  --color2: #BC111F;
  --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: "OPPOSans-H";
  src: url("../fonts/OPPOSans-H.ttf") format("truetype");
}
@font-face {
  font-family: "Poppins-SemiBold";
  src: url("../fonts/Poppins-SemiBold.ttf") format("truetype");
}
.fontNum {
  font-family: "OPPOSans-H";
}
.fontNum2 {
  font-family: "Poppins-SemiBold";
}
* {
  padding: 0;
  margin: 0;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
* ::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 5px;
  /*高宽分别对应横竖滚动条的尺寸*/
  height: 2px;
}
@media (max-width: 767px) {
  * ::-webkit-scrollbar {
    width: 3px;
  }
}
* ::-webkit-scrollbar-thumb {
  /*滚动条-滑块*/
  border-radius: 3px;
  background: var(--color);
}
* ::-webkit-scrollbar-track {
  /*滚动条-背景*/
  border-radius: 3px;
  background: #ededed;
}
html {
  font-size: calc(100vw/19.2);
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (min-width: 1901px) {
  html {
    font-size: 100px;
  }
}
@media (max-width: 1600px) {
  html {
    font-size: 66px;
  }
}
@media (max-width: 767px) {
  html {
    font-size: 50px;
  }
}
body {
  min-height: 100%;
  font-family: 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  font-size: 16px;
  line-height: 1.5;
  color: #000;
  background: #fff;
  transition: all 0.4s;
}
@media (max-width: 1600px) {
  body {
    font-size: 14px;
  }
}
img {
  max-width: 100%;
  border: 0;
  vertical-align: top;
}
video,
video:focus {
  display: block;
  font-size: 0;
  border: 0;
  outline: none;
}
li {
  list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: inherit;
  font-style: inherit;
  font-size: inherit;
  font-weight: normal;
}
a {
  color: inherit;
}
a,
a:hover,
a:focus {
  text-decoration: none;
}
input,
button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
}
button {
  cursor: pointer;
}
input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  appearance: button;
  cursor: pointer;
}
textarea {
  resize: none;
  overflow: auto;
}
input,
button,
textarea,
select {
  border: 0;
  font-family: inherit;
  font-style: inherit;
  font-size: inherit;
  font-weight: normal;
  color: inherit;
  background: transparent;
}
select {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  white-space: nowrap;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
select::-ms-expand {
  display: none;
}
table {
  border-collapse: collapse;
}
svg path,
svg circle,
svg rect {
  fill: currentColor !important;
  opacity: 1 !important;
}
picture,
section,
main {
  display: block;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.clear {
  zoom: 1;
}
.clear:after {
  content: '';
  display: block;
  clear: both;
}
.bg-color1 {
  background-color: #fff;
}
.ptb100 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (max-width: 767px) {
  .ptb100 {
    padding-top: 1.2rem;
    padding-bottom: 1.2em;
  }
}
.pt100 {
  padding-top: 1rem;
}
@media (max-width: 767px) {
  .pt100 {
    padding-top: 1.2rem;
  }
}
.pb100 {
  padding-bottom: 1rem;
}
@media (max-width: 767px) {
  .pb100 {
    padding-bottom: 1.2rem;
  }
}
.font12 {
  font-size: 12px;
}
.font14 {
  font-size: 14px;
}
.font16 {
  font-size: 16px;
}
.font18 {
  font-size: 18px;
}
.font20 {
  font-size: 20px;
}
.font22 {
  font-size: 22px;
}
.font24 {
  font-size: 24px;
}
.font26 {
  font-size: 26px;
}
.font28 {
  font-size: 28px;
}
.font30 {
  font-size: 30px;
}
.font32 {
  font-size: 32px;
}
.font34 {
  font-size: 34px;
}
.font36 {
  font-size: 36px;
}
.font38 {
  font-size: 38px;
}
.font40 {
  font-size: 40px;
}
.font42 {
  font-size: 42px;
}
.font44 {
  font-size: 44px;
}
.font46 {
  font-size: 46px;
}
.font48 {
  font-size: 48px;
}
.font50 {
  font-size: 50px;
}
.font52 {
  font-size: 52px;
}
.font54 {
  font-size: 54px;
}
.font56 {
  font-size: 56px;
}
.font58 {
  font-size: 58px;
}
.font60 {
  font-size: 60px;
}
.font62 {
  font-size: 62px;
}
.font64 {
  font-size: 64px;
}
.font70 {
  font-size: 70px;
}
.font72 {
  font-size: 72px;
}
.font80 {
  font-size: 80px;
}
@media (max-width: 1600px) {
  .font16 {
    font-size: 14px;
  }
  .font18 {
    font-size: 16px;
  }
  .font20 {
    font-size: 18px;
  }
  .font22 {
    font-size: 20px;
  }
  .font24 {
    font-size: 22px;
  }
  .font26 {
    font-size: 24px;
  }
  .font28 {
    font-size: 26px;
  }
  .font30 {
    font-size: 28px;
  }
  .font32 {
    font-size: 30px;
  }
  .font34 {
    font-size: 32px;
  }
  .font36 {
    font-size: 34px;
  }
  .font38 {
    font-size: 36px;
  }
  .font40 {
    font-size: 38px;
  }
  .font42,
  .font44 {
    font-size: 40px;
  }
  .font46 {
    font-size: 42px;
  }
  .font48 {
    font-size: 44px;
  }
  .font50 {
    font-size: 46px;
  }
  .font52 {
    font-size: 48px;
  }
  .font54 {
    font-size: 48px;
  }
  .font56,
  .font58 {
    font-size: 48px;
  }
  .font60,
  .font62,
  .font64,
  .font70,
  .font72,
  .font80 {
    font-size: 48px;
  }
}
@media (max-width: 1260px) {
  .font16 {
    font-size: 14px;
  }
  .font18 {
    font-size: 14px;
  }
  .font20 {
    font-size: 16px;
  }
  .font22 {
    font-size: 18px;
  }
  .font24 {
    font-size: 20px;
  }
  .font26 {
    font-size: 22px;
  }
  .font28 {
    font-size: 24px;
  }
  .font30 {
    font-size: 26px;
  }
  .font32 {
    font-size: 28px;
  }
  .font34,
  .font36,
  .font38,
  .font40 {
    font-size: 28px;
  }
  .font42,
  .font44 {
    font-size: 32px;
  }
  .font46 {
    font-size: 36px;
  }
  .font48,
  .font50 {
    font-size: 38px;
  }
  .font52,
  .font54,
  .font56,
  .font58,
  .font60,
  .font62,
  .font64,
  .font70,
  .font72,
  .font80 {
    font-size: 44px;
  }
}
@media (max-width: 991px) {
  .font16,
  .font18 {
    font-size: 0.24rem;
  }
  .font20 {
    font-size: 0.26rem;
  }
  .font22,
  .font24,
  .font26,
  .font27 {
    font-size: 0.28rem;
  }
  .font28,
  .font30,
  .font32 {
    font-size: 0.3rem;
  }
  .font34,
  .font36,
  .font38 {
    font-size: 0.32rem;
  }
  .font40,
  .font42,
  .font44,
  .font46,
  .font48,
  .font50 {
    font-size: 0.4rem;
  }
  .font52,
  .font54,
  .font56,
  .font58,
  .font60,
  .font62,
  .font64,
  .font70,
  .font72,
  .font80 {
    font-size: 0.48rem;
  }
}
@media (max-width: 767px) {
  .font18 {
    font-size: 14px;
  }
  .font20 {
    font-size: 16px;
  }
  .font22,
  .font24,
  .font26,
  .font27 {
    font-size: 18px;
  }
  .font28,
  .font30,
  .font32 {
    font-size: 18px;
  }
  .font34,
  .font36,
  .font38 {
    font-size: 22px;
  }
  .font40,
  .font42,
  .font44,
  .font46,
  .font48,
  .font50 {
    font-size: 22px;
  }
}
.container {
  margin: 0 auto;
  width: 90%;
  max-width: 1600px;
}
.container2 {
  margin: 0 auto;
  width: 90%;
  max-width: 1400px;
}
.public-btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.public-btn a,
.public-btn .a {
  height: 40px;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  background: var(--color);
  color: #fff;
  transition: all 0.4s;
  padding: 5px 0.2rem 5px 5px;
  backdrop-filter: blur(5px);
}
.public-btn a span,
.public-btn .a span {
  line-height: calc(24/16);
  display: block;
  transition: all 0.4s;
}
.public-btn a i,
.public-btn .a i {
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 2;
  flex-shrink: 0;
  color: #D9D9D9;
  transition: all 0.4s;
  margin-right: 0.2rem;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 6px;
}
.public-btn a i svg,
.public-btn .a i svg {
  width: 6px;
  height: auto;
  object-fit: contain;
}
.public-btn a i svg:nth-child(1),
.public-btn .a i svg:nth-child(1) {
  opacity: 0.4;
  margin-right: 1px;
}
.public-btn a:hover,
.public-btn .a:hover {
  background: var(--color2);
  padding: 5px 5px 5px 0.2rem;
}
.public-btn a:hover i,
.public-btn .a:hover i {
  order: 2;
  margin: 0 0 0 0.2rem;
}
.public-btn.img-btn a,
.public-btn.img-btn .a {
  background: rgba(255, 255, 255, 0.2);
}
.public-btn.img-btn a:hover,
.public-btn.img-btn .a:hover {
  background: var(--color2);
  padding: 5px 5px 5px 0.2rem;
}
.public-btn.img-btn a:hover i,
.public-btn.img-btn .a:hover i {
  order: 2;
  margin: 0 0 0 0.2rem;
}
.public-img {
  display: block;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.public-img::before {
  content: "";
  display: block;
  position: relative;
  z-index: 0;
  padding-top: 100%;
}
.public-img > img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.8s;
}
.public-content {
  color: #666;
  line-height: 1.8;
}
.public-content h1,
.public-content h2,
.public-content h3,
.public-content h4,
.public-content h5,
.public-content h6 {
  font-size: 1.5em;
  font-weight: bold;
  color: #000;
}
.public-content h1 {
  font-size: 2em;
}
.public-content h3 {
  font-size: 1.2em;
}
.public-content h4 {
  font-size: 1em;
}
.public-content h5 {
  font-size: 0.8em;
}
.public-content h6 {
  font-size: 0.7em;
}
.public-content a {
  color: #666;
}
.public-content table {
  max-width: 100%;
}
.public-content table td,
.public-content table th {
  padding: 10px 15px;
  border: 1px solid #dbf1ed;
}
.public-content li {
  margin-left: 15px;
  list-style: disc;
}
.public-content ol {
  margin-left: 15px;
  list-style: decimal;
}
.public-content img,
.public-content video {
  max-width: 100%;
  height: auto !important;
}
@keyframes width100 {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@keyframes width0 {
  0% {
    width: 100%;
  }
  100% {
    width: 0%;
  }
}
@keyframes arrow {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(250%);
  }
  51% {
    transform: translateX(-250%);
  }
  100% {
    transform: translateX(0);
  }
}
/* 占位标签，设置导航样式 */
#c-placeholder {
  height: 88px;
}
@media (max-width: 991px) {
  #c-placeholder {
    height: 60px;
  }
}
.c-open .header .container .c-switch i:nth-child(2) {
  opacity: 0;
}
.c-open .header .container .c-switch i:nth-child(1) {
  margin-top: -1px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.c-open .header .container .c-switch i:nth-child(3) {
  margin-bottom: -1px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
@media (max-width: 991px) {
  .pc {
    display: none;
  }
}
.mb {
  display: none;
}
@media (max-width: 991px) {
  .mb {
    display: block;
  }
}
.header {
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 0.4s;
}
@media (max-width: 991px) {
  .header {
    padding: 0;
  }
}
.header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1025px) {
  .header .container {
    height: 60px;
    z-index: 5;
  }
}
.header .container .logo {
  height: 36px;
  display: flex;
  position: relative;
  z-index: 9;
}
@media (max-width: 767px) {
  .header .container .logo {
    height: 30px;
  }
}
.header .container .logo a {
  display: flex;
  height: 100%;
  color: #fff;
  transition: all 0.4s;
}
.header .container .logo a img,
.header .container .logo a svg {
  width: auto;
  height: 100%;
  object-fit: contain;
}
.header .container .logo a img path,
.header .container .logo a svg path {
  transition: all 0.4s;
}
.header .container .c-switch {
  position: relative;
  right: 0;
  z-index: 9;
  display: none;
  width: 28px;
  height: 20px;
  cursor: pointer;
}
@media (max-width: 1025px) {
  .header .container .c-switch {
    display: block;
  }
}
.header .container .c-switch i {
  position: absolute;
  left: 0;
  height: 2px;
  width: 100%;
  background: #fff;
  transition: all 0.4s;
}
.header .container .c-switch i:nth-child(1) {
  top: 0;
  transform-origin: left center;
}
.header .container .c-switch i:nth-child(3) {
  bottom: 0;
  transform-origin: left center;
}
.header .container .c-switch i:nth-child(2) {
  top: 50%;
  margin-top: -1px;
}
.header .container .right {
  display: flex;
  align-items: center;
}
@media (max-width: 1025px) {
  .header .container .right {
    display: none;
    width: 100%;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    background: #fff;
    padding: 60px 5% 30px;
    overflow-y: auto;
  }
}
@media (max-width: 1025px) {
  .header .container .right .menu {
    width: 100%;
  }
}
.header .container .right .menu ul {
  display: flex;
}
@media (max-width: 1025px) {
  .header .container .right .menu ul {
    flex-wrap: wrap;
  }
}
.header .container .right .menu ul li {
  display: flex;
  position: relative;
  z-index: 1;
  margin-right: 0.7rem;
}
@media (max-width: 1600px) {
  .header .container .right .menu ul li {
    margin-right: 0.5rem;
  }
}
@media (max-width: 1260px) {
  .header .container .right .menu ul li {
    margin-right: 0.4rem;
  }
}
@media (max-width: 1180px) {
  .header .container .right .menu ul li {
    margin-right: 0.2rem;
  }
}
@media (max-width: 1025px) {
  .header .container .right .menu ul li {
    width: 100%;
    margin-right: 0;
    flex-wrap: wrap;
  }
}
.header .container .right .menu ul li.np {
  position: static;
}
.header .container .right .menu ul li:last-child {
  margin-right: 0;
}
.header .container .right .menu ul li .link {
  display: flex;
  align-items: center;
}
@media (max-width: 1025px) {
  .header .container .right .menu ul li .link {
    width: 100%;
    justify-content: space-between;
  }
}
.header .container .right .menu ul li .link a {
  height: 0.88rem;
  color: #fff;
  display: flex;
  align-items: center;
  transition: all 0.4s;
}
@media (max-width: 1025px) {
  .header .container .right .menu ul li .link a {
    font-size: 18px;
  }
}
.header .container .right .menu ul li .link i {
  width: 10px;
  height: 10px;
  display: flex;
  align-items: center;
  color: #D9D9D9;
  transition: all 0.4s;
  margin-left: 0.1rem;
}
@media (max-width: 1025px) {
  .header .container .right .menu ul li .link i {
    width: 1rem;
    height: 0.88rem;
    justify-content: flex-end;
    padding-right: 0.2rem;
  }
}
.header .container .right .menu ul li .link i img,
.header .container .right .menu ul li .link i svg {
  width: 100%;
  height: auto;
  object-fit: contain;
}
@media (max-width: 991px) {
  .header .container .right .menu ul li .link i img,
  .header .container .right .menu ul li .link i svg {
    width: 10px;
  }
}
.header .container .right .menu ul li .product-smenu {
  width: 100%;
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 2;
  background: #fff;
  padding: 0.35rem 0 0.5rem;
  display: none;
}
@media (min-width: 992px) {
  .header .container .right .menu ul li .product-smenu {
    box-shadow: 0 0 0.1rem 0 rgba(0, 0, 0, 0.1);
  }
}
@media (max-width: 1025px) {
  .header .container .right .menu ul li .product-smenu {
    position: relative;
    left: initial;
    top: initial;
  }
}
.header .container .right .menu ul li .product-smenu .box {
  width: 1600px;
  max-width: 90%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 1025px) {
  .header .container .right .menu ul li .product-smenu .box {
    max-width: calc(100% - 0.4rem);
  }
}
.header .container .right .menu ul li .product-smenu .box .pmenu {
  width: calc(1140/1600*100%);
}
@media (max-width: 1025px) {
  .header .container .right .menu ul li .product-smenu .box .pmenu {
    width: 100%;
  }
}
.header .container .right .menu ul li .product-smenu .box .pmenu .t1 {
  color: #000;
  line-height: calc(34/24);
}
@media (max-width: 1025px) {
  .header .container .right .menu ul li .product-smenu .box .pmenu .t1 {
    font-size: 16px;
  }
}
.header .container .right .menu ul li .product-smenu .box .pmenu .sm-list {
  width: 100%;
  margin-top: 0.4rem;
  display: flex;
  flex-wrap: wrap;
}
.header .container .right .menu ul li .product-smenu .box .pmenu .sm-list .items {
  width: 50%;
  margin-bottom: 0.4rem;
}
@media (max-width: 991px) {
  .header .container .right .menu ul li .product-smenu .box .pmenu .sm-list .items {
    width: 100%;
    margin-bottom: 0.3rem;
  }
  .header .container .right .menu ul li .product-smenu .box .pmenu .sm-list .items:last-child {
    margin-bottom: 0;
  }
}
.header .container .right .menu ul li .product-smenu .box .pmenu .sm-list .items a {
  width: 100%;
  display: flex;
}
.header .container .right .menu ul li .product-smenu .box .pmenu .sm-list .items a i {
  width: 0.56rem;
  height: 0.56rem;
  background: #EFF4F6;
  border-radius: 0.1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 0.2rem;
  flex-shrink: 0;
}
.header .container .right .menu ul li .product-smenu .box .pmenu .sm-list .items a i img,
.header .container .right .menu ul li .product-smenu .box .pmenu .sm-list .items a i svg {
  width: calc(26/56*100%);
  height: calc(26/56*100%);
  object-fit: contain;
}
.header .container .right .menu ul li .product-smenu .box .pmenu .sm-list .items a .ts .s1 {
  line-height: calc(24/18);
  color: #222;
  font-weight: bold;
  transition: all 0.4s;
}
.header .container .right .menu ul li .product-smenu .box .pmenu .sm-list .items a .ts .s2 {
  line-height: 1;
  color: #999;
  margin-top: 0.1rem;
}
.header .container .right .menu ul li .product-smenu .box .pmenu .sm-list .items a:hover .ts .s1 {
  color: var(--color2);
}
@media (max-width: 1025px) {
  .header .container .right .menu ul li .product-smenu .box .omenu {
    margin-top: 0.4rem;
  }
}
@media (max-width: 767px) {
  .header .container .right .menu ul li .product-smenu .box .omenu {
    width: 100%;
  }
}
.header .container .right .menu ul li .product-smenu .box .omenu .t1 {
  color: #000;
  line-height: calc(34/24);
  margin-bottom: 0.4rem;
}
@media (max-width: 1025px) {
  .header .container .right .menu ul li .product-smenu .box .omenu .t1 {
    font-size: 16px;
    margin-bottom: 0.3rem;
  }
}
.header .container .right .menu ul li .product-smenu .box .omenu .s-link {
  display: flex;
  margin-bottom: 0.2rem;
}
.header .container .right .menu ul li .product-smenu .box .omenu .s-link:last-child {
  margin-bottom: 0;
}
.header .container .right .menu ul li .product-smenu .box .omenu .s-link a {
  display: flex;
  align-items: center;
  color: #222;
  line-height: calc(24/18);
  font-weight: bold;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .header .container .right .menu ul li .product-smenu .box .omenu .s-link a {
    width: 100%;
    justify-content: space-between;
  }
}
.header .container .right .menu ul li .product-smenu .box .omenu .s-link a span {
  min-width: 2.1rem;
}
.header .container .right .menu ul li .product-smenu .box .omenu .s-link a i {
  width: 10px;
  height: 10px;
  display: flex;
  align-items: center;
  color: #A3A1A1;
  transition: all 0.4s;
  transform: rotateZ(-90deg);
  margin-left: 0.1rem;
}
.header .container .right .menu ul li .product-smenu .box .omenu .s-link a i img,
.header .container .right .menu ul li .product-smenu .box .omenu .s-link a i svg {
  width: 10px;
  height: auto;
}
.header .container .right .menu ul li .product-smenu .box .omenu .s-link a:hover {
  color: var(--color2);
}
.header .container .right .menu ul li .product-smenu .box .omenu .s-link a:hover i {
  color: var(--color2);
}
.header .container .right .menu ul li .solution-smenu {
  width: 100%;
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 2;
  background: #fff;
  padding: 0.35rem 0 0;
  display: none;
}
@media (min-width: 992px) {
  .header .container .right .menu ul li .solution-smenu {
    box-shadow: 0 0 0.1rem 0 rgba(0, 0, 0, 0.1);
  }
}
@media (max-width: 1025px) {
  .header .container .right .menu ul li .solution-smenu {
    position: relative;
    left: inherit;
    top: initial;
  }
}
.header .container .right .menu ul li .solution-smenu .box {
  width: 1600px;
  max-width: 90%;
  margin: 0 auto;
}
@media (max-width: 1025px) {
  .header .container .right .menu ul li .solution-smenu .box {
    max-width: calc(100% - 0.4rem);
  }
}
.header .container .right .menu ul li .solution-smenu .box .t1 {
  color: #000;
  line-height: calc(34/24);
}
@media (max-width: 1025px) {
  .header .container .right .menu ul li .solution-smenu .box .t1 {
    display: none;
  }
}
.header .container .right .menu ul li .solution-smenu .box .sm-list {
  width: 100%;
  margin-top: 0.4rem;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 1025px) {
  .header .container .right .menu ul li .solution-smenu .box .sm-list {
    margin-top: 0;
  }
}
.header .container .right .menu ul li .solution-smenu .box .sm-list .items {
  width: 33.33%;
  margin-bottom: 0.4rem;
  padding-right: 0.2rem;
}
@media (max-width: 991px) {
  .header .container .right .menu ul li .solution-smenu .box .sm-list .items {
    width: 100%;
    padding-right: 0;
  }
}
.header .container .right .menu ul li .solution-smenu .box .sm-list .items a {
  width: 100%;
  display: flex;
}
.header .container .right .menu ul li .solution-smenu .box .sm-list .items a i {
  width: 0.56rem;
  height: 0.56rem;
  background: #EFF4F6;
  border-radius: 0.1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 0.2rem;
  flex-shrink: 0;
}
.header .container .right .menu ul li .solution-smenu .box .sm-list .items a i img,
.header .container .right .menu ul li .solution-smenu .box .sm-list .items a i svg {
  width: calc(26/56*100%);
  height: calc(26/56*100%);
  object-fit: contain;
}
.header .container .right .menu ul li .solution-smenu .box .sm-list .items a .ts .s1 {
  line-height: calc(24/18);
  color: #222;
  font-weight: bold;
  transition: all 0.4s;
}
.header .container .right .menu ul li .solution-smenu .box .sm-list .items a .ts .s2 {
  line-height: 1;
  color: #999;
  margin-top: 0.1rem;
}
.header .container .right .menu ul li .solution-smenu .box .sm-list .items a:hover .ts .s1 {
  color: var(--color2);
}
.header .container .right .menu ul li .s-menu {
  position: absolute;
  top: 100%;
  left: -0.4rem;
  z-index: 2;
  background: #fff;
  padding: 0.24rem 0.4rem;
  border-radius: 0.1rem;
  display: none;
}
@media (min-width: 992px) {
  .header .container .right .menu ul li .s-menu {
    box-shadow: 0 0 0.1rem 0 rgba(0, 0, 0, 0.1);
  }
}
@media (max-width: 1025px) {
  .header .container .right .menu ul li .s-menu {
    position: relative;
    left: inherit;
    top: initial;
    padding: 0.2rem;
  }
}
@media (max-width: 767px) {
  .header .container .right .menu ul li .s-menu {
    width: 100%;
  }
}
.header .container .right .menu ul li .s-menu .s-link {
  display: flex;
  margin-bottom: 0.3rem;
}
.header .container .right .menu ul li .s-menu .s-link:last-child {
  margin-bottom: 0;
}
.header .container .right .menu ul li .s-menu .s-link a {
  display: flex;
  align-items: center;
  color: #222;
  line-height: calc(24/18);
  font-weight: bold;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .header .container .right .menu ul li .s-menu .s-link a {
    width: 100%;
    justify-content: space-between;
  }
}
.header .container .right .menu ul li .s-menu .s-link a span {
  min-width: 120px;
}
.header .container .right .menu ul li .s-menu .s-link a i {
  width: 10px;
  height: 10px;
  display: flex;
  align-items: center;
  color: #A3A1A1;
  transition: all 0.4s;
  transform: rotateZ(-90deg);
  margin-left: 0.1rem;
}
.header .container .right .menu ul li .s-menu .s-link a i img,
.header .container .right .menu ul li .s-menu .s-link a i svg {
  width: 10px;
  height: auto;
}
.header .container .right .menu ul li .s-menu .s-link a:hover {
  color: var(--color2);
}
.header .container .right .menu ul li .s-menu .s-link a:hover i {
  color: var(--color2);
}
@media (min-width: 1026px) {
  .header .container .right .menu ul li:hover .link a {
    color: var(--color2);
  }
  .header .container .right .menu ul li:hover .link i {
    color: var(--color2);
    transform: rotateZ(180deg);
  }
}
.header .container .right .menu ul li.on .link a {
  color: var(--color2);
}
.header .container .right .menu ul li.on .link i {
  color: var(--color2);
  transform: rotateZ(180deg);
}
.header .container .right .other {
  display: flex;
  margin-left: 1.1rem;
}
@media (max-width: 1260px) {
  .header .container .right .other {
    margin-left: 0.5rem;
  }
}
@media (max-width: 1025px) {
  .header .container .right .other {
    width: 100%;
    margin-left: 0;
    margin-top: 0.3rem;
  }
}
.header .container .right .other .ask {
  display: flex;
  align-items: center;
  border-radius: 0.1rem;
  padding: 4px 5px 4px 0.14rem;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(5.6500001px);
}
.header .container .right .other .ask i {
  width: 18px;
  height: 18px;
  display: flex;
  align-items: center;
  color: #fff;
  transition: all 0.4s;
}
.header .container .right .other .ask i img,
.header .container .right .other .ask i svg {
  width: 100%;
  object-fit: contain;
}
.header .container .right .other .ask span {
  line-height: 1;
  font-weight: bold;
  color: #fff;
  margin-left: 0.1rem;
}
.header .container .right .other .ask a {
  min-width: 80px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 0.1rem;
  color: #fff;
  background: linear-gradient(to right, #3994c2, #1b465c);
  transition: all 0.4s;
  border-radius: 8px;
  font-weight: bold;
  margin-left: 0.15rem;
}
.header .container .right .other .search {
  width: 40px;
  height: 40px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 8px;
  transition: all 0.4s;
}
@media (max-width: 1025px) {
  .header .container .right .other .search {
    color: #2F789E;
    background: #F3FAFE;
    border: 1px solid #2F789E;
  }
}
.header .container .right .other .search img,
.header .container .right .other .search svg {
  width: 14px;
  height: 14px;
  object-fit: contain;
}
.header.c-style2 {
  background: #fff;
}
.header.c-style2::after {
  content: '';
  width: 100%;
  height: 1px;
  background: rgba(170, 170, 170, 0.1);
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}
.header.c-style2 .container .logo a {
  color: var(--color);
}
.header.c-style2 .container .logo a svg .r3 {
  fill: var(--color2) !important;
}
.header.c-style2 .container .c-switch i {
  background: var(--color);
}
.header.c-style2 .container .right .menu ul li .link a {
  color: #222;
}
.header.c-style2 .container .right .menu ul li .link i {
  color: #A3A1A1;
}
@media (min-width: 1026px) {
  .header.c-style2 .container .right .menu ul li:hover .link a {
    color: var(--color2);
  }
  .header.c-style2 .container .right .menu ul li:hover .link i {
    color: var(--color2);
    transform: rotateZ(180deg);
  }
}
.header.c-style2 .container .right .menu ul li.on .link a {
  color: var(--color2);
}
.header.c-style2 .container .right .menu ul li.on .link i {
  color: var(--color2);
  transform: rotateZ(180deg);
}
.header.c-style2 .container .right .other .ask {
  border: 1px solid #014E77;
}
.header.c-style2 .container .right .other .ask i {
  color: var(--color);
}
.header.c-style2 .container .right .other .ask span {
  color: var(--color);
}
.header.c-style2 .container .right .other .search {
  color: #2F789E;
  background: #F3FAFE;
  border: 1px solid #2F789E;
}
.header .search-sbox {
  width: 100%;
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 2;
  border-top: 1px solid #AAAAAA;
  padding: 0.45rem 0 0.7rem;
  background: #fff;
  display: none;
}
.header .search-sbox .box {
  width: 750px;
  max-width: 90%;
  margin: 0 auto;
}
.header .search-sbox .box form {
  width: 100%;
  position: relative;
  z-index: 1;
}
.header .search-sbox .box form i {
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0.24rem;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000;
}
@media (max-width: 767px) {
  .header .search-sbox .box form i {
    width: 14px;
    height: 14px;
  }
}
.header .search-sbox .box form i img,
.header .search-sbox .box form i svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.header .search-sbox .box form .txt {
  width: 100%;
  height: 0.66rem;
  border: 1px solid #E6E6E6;
  border-radius: 0.1rem;
  padding-left: 0.6rem;
  color: #000;
}
@media (max-width: 1025px) {
  .header .search-sbox .box form .txt {
    height: 0.8rem;
  }
}
.header .search-sbox .box form .txt::placeholder {
  color: rgba(0, 0, 0, 0.5);
}
.header .search-sbox .box form .clear {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #E6E6E6;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  color: #777777;
  position: absolute;
  right: 0.24rem;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  transition: all 0.4s;
  opacity: 0;
}
.header .search-sbox .box form .clear img,
.header .search-sbox .box form .clear svg {
  width: 18px;
  height: 18px;
  object-fit: contain;
}
.header .search-sbox .box form .clear.on {
  opacity: 1;
}
.header .search-sbox .box .sbox {
  width: 100%;
  margin-top: 0.3rem;
}
.header .search-sbox .box .sbox .t1 {
  line-height: calc(22/16);
  color: #777;
  margin-bottom: 0.18rem;
}
.header .search-sbox .box .sbox .ts {
  display: flex;
  align-items: center;
  margin-bottom: 0.1rem;
}
.header .search-sbox .box .sbox .ts:last-child {
  margin-bottom: 0;
}
.header .search-sbox .box .sbox .ts i {
  width: 16px;
  height: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #777777;
  margin-right: 6px;
}
.header .search-sbox .box .sbox .ts i img,
.header .search-sbox .box .sbox .ts i svg {
  width: 14px;
  height: 14px;
  object-fit: contain;
}
.header .search-sbox .box .sbox .ts a {
  color: #666;
  line-height: calc(26/16);
  transition: all 0.4s;
}
.header .search-sbox .box .sbox .ts a:hover {
  color: var(--color2);
}
.banner {
  width: 100%;
  height: var(--vh);
  position: relative;
  z-index: 1;
}
.banner .swiper-container {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.banner .swiper-container .swiper-slide {
  width: 100%;
  position: relative;
  z-index: 1;
}
.banner .swiper-container .swiper-slide .img {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.banner .swiper-container .swiper-slide .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 1.5s;
}
.banner .swiper-container .swiper-slide .img video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  transition: all 1.5s;
}
.banner .swiper-container .swiper-slide .img::before {
  content: '';
  width: 100%;
  height: 100%;
  background: rgba(7, 43, 63, 0.4);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
}
.banner .swiper-container .swiper-slide .img::after {
  content: '';
  width: 100%;
  height: 3rem;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.26), rgba(0, 0, 0, 0));
  position: absolute;
  left: 0;
  top: 0;
  z-index: 4;
}
.banner .swiper-container .swiper-slide .container {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 1.62rem;
  z-index: 2;
}
@media (max-width: 991px) {
  .banner .swiper-container .swiper-slide .container {
    bottom: 40%;
  }
}
.banner .swiper-container .swiper-slide .container .title {
  color: #fff;
  line-height: calc(96/64);
}
.banner .swiper-container .swiper-slide .container .public-btn {
  margin-top: 0.6rem;
}
.banner .swiper-container .swiper-slide:hover .img img,
.banner .swiper-container .swiper-slide:hover .img video {
  transform: scale(1.04);
}
.banner .btns {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0.6rem;
  z-index: 3;
}
.banner .btns .container {
  position: relative;
  z-index: 1;
}
.banner .btns .container .swiper-pagination {
  position: relative;
  z-index: 1;
  bottom: initial;
  font-size: 0;
  display: flex;
}
.banner .btns .container .swiper-pagination .swiper-pagination-bullet {
  opacity: 1;
  width: 12px;
  height: 12px;
  border-radius: 2px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  background: rgba(255, 255, 255, 0.1);
  margin-right: 0.12rem;
  backdrop-filter: blur(5px);
  transition: all 0.4s;
}
.banner .btns .container .swiper-pagination .swiper-pagination-bullet-active {
  background: #fff;
  border: 1px solid #fff;
}
.banner .btns .container .ck-box {
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 0.3rem;
}
.banner .btns .container .ck-box .swiper-prev,
.banner .btns .container .ck-box .swiper-next {
  width: 1rem;
  height: 1rem;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.27);
  backdrop-filter: blur(5px);
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  color: rgba(255, 255, 255, 0.7);
  transition: all 0.4s;
}
.banner .btns .container .ck-box .swiper-prev img,
.banner .btns .container .ck-box .swiper-next img,
.banner .btns .container .ck-box .swiper-prev svg,
.banner .btns .container .ck-box .swiper-next svg {
  width: 30%;
  height: auto;
  object-fit: contain;
}
.banner .btns .container .ck-box .swiper-prev:hover,
.banner .btns .container .ck-box .swiper-next:hover {
  background: rgba(188, 17, 31, 0.32);
  border: 1px solid rgba(188, 17, 31, 0.23);
  color: #fff;
}
.banner .btns .container .ck-box .swiper-prev {
  transform: translateX(-0.97rem);
}
.banner .btns .container .ck-box .swiper-prev img,
.banner .btns .container .ck-box .swiper-prev svg {
  transform: rotateZ(180deg);
}
.index-box1 {
  width: 100%;
  border-bottom: 1px solid #F2EFEF;
  position: relative;
  z-index: 2;
  background: #fff;
}
.index-box1 .container .list {
  width: 100%;
}
.index-box1 .container .list ul {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .index-box1 .container .list ul {
    width: 100%;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}
.index-box1 .container .list ul li {
  padding: 0.33rem 0;
}
@media (max-width: 767px) {
  .index-box1 .container .list ul li {
    width: 33.33%;
    text-align: center;
  }
}
.index-box1 .container .list ul li .t1 {
  display: flex;
  align-items: baseline;
  line-height: calc(54/40);
  color: var(--color);
}
@media (max-width: 767px) {
  .index-box1 .container .list ul li .t1 {
    justify-content: center;
  }
}
.index-box1 .container .list ul li .t1 .ts {
  font-size: 0.3rem;
}
.index-box1 .container .list ul li .t2 {
  color: #999;
  line-height: calc(28/18);
  margin-top: 0.1rem;
}
.index-box2 {
  width: 100%;
  position: relative;
  z-index: 1;
  padding: 1.2rem 0 0;
  overflow: hidden;
}
.index-box2 .top {
  width: 1600px;
  max-width: 90%;
  margin: 0 auto;
}
.index-box2 .top .title {
  text-align: center;
  color: #222;
  line-height: calc(90/64);
}
.index-box2 .top .txt {
  line-height: calc(2);
  color: #666;
  text-align: center;
  margin-top: 0.2rem;
}
.index-box2 .down {
  width: 100%;
  position: relative;
  z-index: 1;
  margin-top: 0.53rem;
}
.index-box2 .down .bg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.index-box2 .down .bg ul {
  width: 100%;
  height: 100%;
}
.index-box2 .down .bg ul li {
  width: 100%;
  height: 100%;
  display: none;
}
.index-box2 .down .bg ul li.on {
  display: block;
}
.index-box2 .down .bg ul li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index-box2 .down .container {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 1rem 0 0.55rem;
}
@media (max-width: 991px) {
  .index-box2 .down .container {
    padding: 1rem 0 1.2rem;
  }
}
.index-box2 .down .container .menu {
  padding: 0.55rem 0.5rem 0 0;
  border-right: 1px solid #D9D9D9;
}
@media (max-width: 991px) {
  .index-box2 .down .container .menu {
    width: 100%;
    padding: 0;
    border-right: none;
  }
}
@media (max-width: 991px) {
  .index-box2 .down .container .menu ul {
    width: 100%;
    display: flex;
    overflow-x: auto;
    padding-bottom: 3px;
  }
}
.index-box2 .down .container .menu ul li {
  display: flex;
  justify-content: flex-end;
  line-height: calc(30/18);
  color: #666;
  margin-bottom: 0.3rem;
  padding: 0.15rem 0;
  position: relative;
  z-index: 1;
  cursor: pointer;
  white-space: nowrap;
}
@media (max-width: 991px) {
  .index-box2 .down .container .menu ul li {
    margin-bottom: 0;
    margin-right: 0.2rem;
  }
}
.index-box2 .down .container .menu ul li::after {
  content: '';
  width: 3px;
  height: 100%;
  background: var(--color2);
  position: absolute;
  top: 0;
  right: -0.5rem;
  z-index: 1;
  opacity: 0;
  transition: all 0.4s;
}
@media (max-width: 991px) {
  .index-box2 .down .container .menu ul li::after {
    width: 100%;
    height: 2px;
    top: initial;
    bottom: 0;
    left: 0;
    right: initial;
  }
}
.index-box2 .down .container .menu ul li:last-child {
  margin-bottom: 0;
}
.index-box2 .down .container .menu ul li.on {
  color: var(--color2);
}
.index-box2 .down .container .menu ul li.on::after {
  opacity: 1;
}
.index-box2 .down .container .list {
  width: calc(1310/1600*100%);
  padding: 0.6rem 0 0;
}
@media (max-width: 1025px) {
  .index-box2 .down .container .list {
    width: calc(1210/1600*100%);
  }
}
.index-box2 .down .container .list ul li {
  width: 100%;
  display: none;
}
.index-box2 .down .container .list ul li.on {
  display: block;
}
.index-box2 .down .container .list ul li .tbox {
  width: 422px;
  max-width: 100%;
}
@media (max-width: 991px) {
  .index-box2 .down .container .list ul li .tbox {
    width: 100%;
  }
}
.index-box2 .down .container .list ul li .tbox .t1 {
  line-height: calc(36/32);
  color: #000;
}
.index-box2 .down .container .list ul li .tbox .txt {
  line-height: calc(26/18);
  margin-top: 0.3rem;
  color: #666;
}
.index-box2 .down .container .list ul li .tbox .public-btn {
  margin-top: 0.6rem;
}
.index-box2 .down .container .list ul li .swipers {
  width: 100%;
  margin-top: 0.86rem;
  -webkit-clip-path: inset(-10px -100vw 0 -10px);
  clip-path: inset(-10px -100vw 0 -10px);
}
.index-box2 .down .container .list ul li .swipers .swiper-container {
  width: 100%;
}
.index-box2 .down .container .list ul li .swipers .swiper-container .swiper-slide {
  border-radius: 0.1rem;
  height: auto;
  background: rgba(255, 255, 255, 0.3);
  border: 1px solid rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(5px);
  padding: 0.3rem;
  cursor: grab;
  box-shadow: 0 0 0.1rem 0 rgba(0, 0, 0, 0.04);
}
.index-box2 .down .container .list ul li .swipers .swiper-container .swiper-slide .icons {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.36);
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 1;
}
.index-box2 .down .container .list ul li .swipers .swiper-container .swiper-slide .icons::before {
  content: '';
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.6);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.index-box2 .down .container .list ul li .swipers .swiper-container .swiper-slide .icons img,
.index-box2 .down .container .list ul li .swipers .swiper-container .swiper-slide .icons svg {
  width: 18px;
  height: 18px;
  object-fit: contain;
  position: relative;
  z-index: 2;
}
.index-box2 .down .container .list ul li .swipers .swiper-container .swiper-slide .t1 {
  line-height: calc(30/20);
  color: #333;
  margin-top: 0.15rem;
  font-weight: 600;
}
.index-box2 .down .container .list ul li .swipers .swiper-container .swiper-slide .t2 {
  width: 280px;
  max-width: 100%;
  line-height: calc(24/14);
  color: #333;
  margin-top: 0.1rem;
}
.index-box2 .down .container .list ul li .swipers .ck-box {
  display: flex;
  margin-top: 0.18rem;
}
@media (max-width: 767px) {
  .index-box2 .down .container .list ul li .swipers .ck-box {
    margin-top: 0.3rem;
  }
}
.index-box2 .down .container .list ul li .swipers .ck-box .swiper-prev,
.index-box2 .down .container .list ul li .swipers .ck-box .swiper-next {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  background: #fff;
  color: var(--color);
  transition: all 0.4s;
  margin-right: 8px;
}
.index-box2 .down .container .list ul li .swipers .ck-box .swiper-prev img,
.index-box2 .down .container .list ul li .swipers .ck-box .swiper-next img,
.index-box2 .down .container .list ul li .swipers .ck-box .swiper-prev svg,
.index-box2 .down .container .list ul li .swipers .ck-box .swiper-next svg {
  width: 6px;
  height: auto;
}
.index-box2 .down .container .list ul li .swipers .ck-box .swiper-prev:hover,
.index-box2 .down .container .list ul li .swipers .ck-box .swiper-next:hover {
  background: var(--color2);
  color: #fff;
}
.index-box2 .down .container .list ul li .swipers .ck-box .swiper-prev img,
.index-box2 .down .container .list ul li .swipers .ck-box .swiper-prev svg {
  transform: rotateZ(180deg);
}
.index-box2 .down .container .list ul li .swiper2 {
  width: 100%;
  margin-top: 0.86rem;
  -webkit-clip-path: inset(0 -100vw 0 0);
  clip-path: inset(0 -100vw 0 0);
}
.index-box2 .down .container .list ul li .swiper2 .swiper-container {
  width: 100%;
}
.index-box2 .down .container .list ul li .swiper2 .swiper-container .swiper-slide {
  border-radius: 0.1rem;
  height: auto;
  background: rgba(255, 255, 255, 0.3);
  border: 1px solid rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(5px);
  padding: 0.3rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  cursor: pointer;
}
.index-box2 .down .container .list ul li .swiper2 .swiper-container .swiper-slide .public-img {
  width: calc(198/500*100%);
  border-radius: 8px;
}
@media (max-width: 767px) {
  .index-box2 .down .container .list ul li .swiper2 .swiper-container .swiper-slide .public-img {
    width: 100%;
  }
}
.index-box2 .down .container .list ul li .swiper2 .swiper-container .swiper-slide .public-img::before {
  padding-top: calc(149/198*100%);
}
.index-box2 .down .container .list ul li .swiper2 .swiper-container .swiper-slide .tbox {
  width: calc(285/500*100%);
}
@media (max-width: 767px) {
  .index-box2 .down .container .list ul li .swiper2 .swiper-container .swiper-slide .tbox {
    width: 100%;
    margin-top: 0.3rem;
  }
}
.index-box2 .down .container .list ul li .swiper2 .swiper-container .swiper-slide .tbox .t1 {
  line-height: calc(24/18);
  color: #000;
  font-weight: bold;
}
.index-box2 .down .container .list ul li .swiper2 .swiper-container .swiper-slide .tbox .t2 {
  line-height: calc(24/14);
  color: #666;
  margin-top: 0.2rem;
}
.index-box2 .down .container .list ul li .swiper2 .swiper-container .swiper-slide .tbox .mores {
  margin-top: 0.2rem;
  display: flex;
}
.index-box2 .down .container .list ul li .swiper2 .swiper-container .swiper-slide .tbox .mores a {
  display: flex;
  align-items: center;
  color: var(--color);
  transition: all 0.4s;
}
.index-box2 .down .container .list ul li .swiper2 .swiper-container .swiper-slide .tbox .mores a i {
  display: flex;
  margin-left: 0.1rem;
}
.index-box2 .down .container .list ul li .swiper2 .swiper-container .swiper-slide .tbox .mores a i img:nth-child(1),
.index-box2 .down .container .list ul li .swiper2 .swiper-container .swiper-slide .tbox .mores a i svg:nth-child(1) {
  color: #D9D9D9;
}
.index-box2 .down .container .list ul li .swiper2 .swiper-container .swiper-slide .tbox .mores a:hover {
  color: var(--color2);
}
.index-box2 .down .container .list ul li .swiper2 .swiper-container .swiper-slide:hover .public-img img {
  transform: scale(1.05);
}
.index-box2 .down .container .list ul li .swiper2 .ck-box {
  display: flex;
  margin-top: 0.18rem;
}
@media (max-width: 767px) {
  .index-box2 .down .container .list ul li .swiper2 .ck-box {
    margin-top: 0.3rem;
  }
}
.index-box2 .down .container .list ul li .swiper2 .ck-box .swiper-prev,
.index-box2 .down .container .list ul li .swiper2 .ck-box .swiper-next {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  background: #fff;
  color: var(--color);
  transition: all 0.4s;
  margin-right: 8px;
}
.index-box2 .down .container .list ul li .swiper2 .ck-box .swiper-prev img,
.index-box2 .down .container .list ul li .swiper2 .ck-box .swiper-next img,
.index-box2 .down .container .list ul li .swiper2 .ck-box .swiper-prev svg,
.index-box2 .down .container .list ul li .swiper2 .ck-box .swiper-next svg {
  width: 6px;
  height: auto;
}
.index-box2 .down .container .list ul li .swiper2 .ck-box .swiper-prev:hover,
.index-box2 .down .container .list ul li .swiper2 .ck-box .swiper-next:hover {
  background: var(--color2);
  color: #fff;
}
.index-box2 .down .container .list ul li .swiper2 .ck-box .swiper-prev img,
.index-box2 .down .container .list ul li .swiper2 .ck-box .swiper-prev svg {
  transform: rotateZ(180deg);
}
.index-box3 {
  width: 100%;
  padding: 1.4rem 0 1.6rem;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .index-box3 {
    padding: 1.4rem 0;
  }
}
.index-box3 .container .top {
  width: 100%;
  position: sticky;
  position: -webkit-sticky;
  top: 0.8rem;
  margin-bottom: 0.6rem;
}
@media (max-width: 991px) {
  .index-box3 .container .top {
    position: relative;
    top: initial;
  }
}
.index-box3 .container .top .title {
  line-height: calc(90/64);
  text-align: center;
  color: #222;
}
.index-box3 .container .top .txt {
  line-height: 2;
  color: #666;
  text-align: center;
  margin-top: 0.2rem;
}
.index-box3 .container .list {
  width: 100%;
  position: relative;
  z-index: 2;
}
.index-box3 .container .list ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.index-box3 .container .list ul li {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  background: #fff;
  border: 1px solid #F8EDEE;
  border-radius: 0.1rem;
  overflow: hidden;
  margin-bottom: 0.6rem;
  position: sticky;
  position: -webkit-sticky;
}
@media (max-width: 767px) {
  .index-box3 .container .list ul li {
    position: relative;
    top: initial;
  }
  .index-box3 .container .list ul li:last-child {
    margin-bottom: 0;
  }
}
.index-box3 .container .list ul li .public-img {
  width: calc(800/1600*100%);
}
@media (max-width: 991px) {
  .index-box3 .container .list ul li .public-img {
    width: 100%;
  }
}
.index-box3 .container .list ul li .public-img::before {
  padding-top: calc(600/800*100%);
}
.index-box3 .container .list ul li .tbox {
  width: calc(800/1600*100%);
  position: relative;
  z-index: 1;
  padding: 0.9rem 0.5rem 0 0.7rem;
}
@media (max-width: 1025px) {
  .index-box3 .container .list ul li .tbox {
    padding: 0.6rem 0.5rem;
  }
}
@media (max-width: 991px) {
  .index-box3 .container .list ul li .tbox {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .index-box3 .container .list ul li .tbox {
    padding: 0.5rem 0.3rem;
  }
}
.index-box3 .container .list ul li .tbox .num {
  position: absolute;
  z-index: 2;
  top: 0.8rem;
  right: 0.5rem;
  color: #FF9E9E;
  line-height: calc(54/40);
  opacity: 0.2;
}
@media (max-width: 991px) {
  .index-box3 .container .list ul li .tbox .num {
    top: 0.5rem;
  }
}
@media (max-width: 767px) {
  .index-box3 .container .list ul li .tbox .num {
    position: relative;
    top: initial;
    right: initial;
    margin-bottom: 0.2rem;
  }
}
.index-box3 .container .list ul li .tbox .t1 {
  line-height: calc(38/28);
  color: #000;
  font-weight: bold;
}
.index-box3 .container .list ul li .tbox .t2 {
  width: 640px;
  max-width: 100%;
  line-height: calc(26/16);
  color: #666;
  margin-top: 0.3rem;
}
.index-box3 .container .list ul li .tbox .ts {
  width: 100%;
  min-height: 1.86rem;
  background: linear-gradient(to right, rgba(224, 224, 224, 0.42), rgba(255, 255, 255, 0.42));
  margin-top: 0.6rem;
  padding: 0.3rem;
}
.index-box3 .container .list ul li .tbox .ts .s1 {
  line-height: 1;
  color: #222;
  font-weight: 600;
  padding-left: 0.2rem;
  border-left: 2px solid var(--color2);
}
.index-box3 .container .list ul li .tbox .ts .s2 {
  line-height: calc(24/16);
  color: #666;
  margin-top: 0.2rem;
}
.index-box3 .container .list ul li .zz {
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  pointer-events: none;
}
.index-box4 {
  width: 100%;
  background: #F4F4F4;
  padding: 1.05rem 0 0.8rem;
}
.index-box4 .container .title {
  line-height: calc(90/64);
  text-align: center;
  color: #222;
}
.index-box4 .container .txt {
  line-height: calc(2);
  color: #666;
  text-align: center;
  margin-top: 0.2rem;
}
.index-box4 .container .menu {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 0.32rem;
}
@media (max-width: 767px) {
  .index-box4 .container .menu {
    margin-top: 0.5rem;
  }
}
.index-box4 .container .menu ul {
  display: flex;
  overflow-x: auto;
  padding-bottom: 3px;
}
.index-box4 .container .menu ul li {
  height: 46px;
  display: flex;
  align-items: center;
  margin-right: 0.2rem;
  background: #fff;
  border-radius: 30px;
  padding: 8px 16px 8px 8px;
  color: #666;
  transition: all 0.4s;
  cursor: pointer;
}
.index-box4 .container .menu ul li:last-child {
  margin-right: 0;
}
.index-box4 .container .menu ul li i {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 0.1rem;
}
.index-box4 .container .menu ul li i img,
.index-box4 .container .menu ul li i svg {
  width: 18px;
  height: 18px;
  object-fit: contain;
}
.index-box4 .container .menu ul li span {
  white-space: nowrap;
}
.index-box4 .container .menu ul li:hover,
.index-box4 .container .menu ul li.on {
  background: var(--color2);
  color: #fff;
}
.index-box4 .container .list {
  width: 100%;
  margin-top: 0.3rem;
}
@media (max-width: 767px) {
  .index-box4 .container .list {
    margin-top: 0.5rem;
  }
}
.index-box4 .container .list ul li {
  width: 100%;
  position: relative;
  z-index: 1;
  display: none;
}
.index-box4 .container .list ul li.on {
  display: block;
}
.index-box4 .container .list ul li .img {
  width: 100%;
  border-radius: 0.1rem;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.index-box4 .container .list ul li .img img {
  width: 100%;
  transition: all 0.6s;
}
.index-box4 .container .list ul li .img::after {
  content: '';
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.69), rgba(0, 0, 0, 0));
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}
.index-box4 .container .list ul li .tbox {
  width: 422px;
  max-width: 100%;
  position: absolute;
  top: 2.34rem;
  left: 1.15rem;
  z-index: 2;
}
@media (max-width: 991px) {
  .index-box4 .container .list ul li .tbox {
    left: 0.6rem;
    top: initial;
    bottom: 0.6rem;
    margin-top: 0.5rem;
  }
}
@media (max-width: 767px) {
  .index-box4 .container .list ul li .tbox {
    position: relative;
    top: initial;
    bottom: initial;
    left: initial;
  }
}
.index-box4 .container .list ul li .tbox .t1 {
  color: #fff;
  font-weight: bold;
  line-height: calc(36/32);
}
@media (max-width: 767px) {
  .index-box4 .container .list ul li .tbox .t1 {
    color: #000;
  }
}
.index-box4 .container .list ul li .tbox .t2 {
  line-height: calc(26/18);
  color: rgba(255, 255, 255, 0.6);
  margin-top: 0.3rem;
}
@media (max-width: 767px) {
  .index-box4 .container .list ul li .tbox .t2 {
    color: #333;
  }
}
.index-box4 .container .list ul li .tbox .public-btn {
  margin-top: 0.6rem;
}
@media (max-width: 767px) {
  .index-box4 .container .list ul li .tbox .public-btn {
    margin-top: 0.3rem;
  }
}
.index-box4 .container .list ul li:hover .img img {
  transform: scale(1.05);
}
.index-box4 .container .down {
  width: 100%;
  margin-top: 0.4rem;
}
@media (max-width: 767px) {
  .index-box4 .container .down {
    margin-top: 1rem;
  }
}
.index-box4 .container .down .txts {
  width: 100%;
  text-align: center;
  line-height: calc(34/24);
  color: #333;
  font-weight: bold;
}
.index-box4 .container .down .imgs-list {
  width: 100%;
  margin-top: 0.4rem;
}
.index-box4 .container .down .imgs-list .hi-steady-carousel {
  margin: 0 0 18px;
}
.index-box4 .container .down .imgs-list .hi-steady-carousel .c-box .c-item {
  width: 1.7rem;
  height: 0.77rem;
  margin: 0 8px;
  padding: 0;
  border-radius: 8px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.index-box4 .container .down .imgs-list .hi-steady-carousel .c-box .c-item img {
  object-fit: contain;
}
.index-box5 {
  width: 100%;
  position: relative;
  z-index: 1;
  padding: 1rem 0;
}
.index-box5 .bg1 {
  width: 3.6rem;
  position: absolute;
  top: 0.38rem;
  left: 0;
  z-index: 1;
  opacity: 0.3;
}
.index-box5 .bg1 img,
.index-box5 .bg1 svg {
  width: 100%;
  height: auto;
}
.index-box5 .bg2 {
  width: 3.2rem;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
  opacity: 0.3;
}
.index-box5 .bg2 img,
.index-box5 .bg2 svg {
  width: 100%;
  height: auto;
}
.index-box5 .container {
  position: relative;
  z-index: 2;
}
.index-box5 .container .top {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.index-box5 .container .top .tbox {
  width: calc(780/1600*100%);
}
@media (max-width: 1025px) {
  .index-box5 .container .top .tbox {
    width: 100%;
  }
}
.index-box5 .container .top .tbox .title {
  line-height: calc(90/64);
  color: #222;
  font-weight: bold;
}
.index-box5 .container .top .tbox .txt {
  color: #666;
  line-height: 2;
  margin-top: 0.2rem;
}
.index-box5 .container .top .list {
  width: calc(707/1600*100%);
  padding-top: 0.44rem;
}
@media (max-width: 1025px) {
  .index-box5 .container .top .list {
    width: 100%;
    padding-top: 0.4rem;
  }
}
.index-box5 .container .top .list ul {
  display: flex;
  flex-wrap: wrap;
}
.index-box5 .container .top .list ul li {
  margin-right: 0.9rem;
}
@media (max-width: 767px) {
  .index-box5 .container .top .list ul li {
    width: 50%;
    margin-right: 0;
    margin-bottom: 0.3rem;
  }
}
.index-box5 .container .top .list ul li:last-child {
  margin-right: 0;
}
.index-box5 .container .top .list ul li .t1 {
  display: flex;
  align-items: baseline;
  line-height: calc(54/40);
  color: var(--color2);
}
.index-box5 .container .top .list ul li .t2 {
  color: #999;
  line-height: calc(28/18);
  margin-top: 0.1rem;
}
.index-box5 .container .menu {
  width: 100%;
  margin-top: 0.4rem;
}
.index-box5 .container .menu ul {
  display: flex;
  overflow-x: auto;
  padding-bottom: 3px;
}
.index-box5 .container .menu ul li {
  display: flex;
  margin-right: 0.1rem;
}
.index-box5 .container .menu ul li:last-child {
  margin-right: 0;
}
.index-box5 .container .menu ul li a {
  padding: 0 0.32rem;
  height: 40px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  background: rgba(255, 255, 255, 0.15);
  color: #666;
  border: 1px solid #D9D9D9;
  transition: all 0.4s;
  white-space: nowrap;
}
.index-box5 .container .menu ul li:hover a,
.index-box5 .container .menu ul li.on a {
  background: var(--color2);
  border: 1px solid var(--color2);
  color: #fff;
}
.index-box5 .container .list-box {
  width: 100%;
  margin-top: 0.8rem;
}
@media (max-width: 767px) {
  .index-box5 .container .list-box {
    margin-top: 0.4rem;
  }
}
.index-box5 .container .list-box .lboxs {
  display: none;
}
.index-box5 .container .list-box .lboxs.on {
  display: block;
}
.index-box5 .container .list-box .msg {
  width: 100%;
}
.index-box5 .container .list-box .msg ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.index-box5 .container .list-box .msg ul li {
  width: calc(50% - 0.3rem);
}
@media (max-width: 767px) {
  .index-box5 .container .list-box .msg ul li {
    width: 100%;
  }
}
.index-box5 .container .list-box .msg ul li a {
  width: 100%;
  display: block;
  position: relative;
  z-index: 1;
}
@media (max-width: 1600px) {
  .index-box5 .container .list-box .msg ul li a {
    padding-bottom: 0.6rem;
  }
}
@media (max-width: 1260px) {
  .index-box5 .container .list-box .msg ul li a {
    padding-bottom: 1rem;
  }
}
.index-box5 .container .list-box .msg ul li a .public-img {
  width: 330px;
  max-width: 100%;
  position: relative;
  z-index: 2;
  transition: all 0.4s;
}
.index-box5 .container .list-box .msg ul li a .public-img::before {
  padding-top: calc(458/330*100%);
}
.index-box5 .container .list-box .msg ul li a .tbox {
  width: 100%;
  height: 1.8rem;
  position: absolute;
  left: 0;
  bottom: 0.3rem;
  z-index: 1;
}
@media (max-width: 1260px) {
  .index-box5 .container .list-box .msg ul li a .tbox {
    bottom: 0.2rem;
  }
}
.index-box5 .container .list-box .msg ul li a .tbox .bg {
  width: 100%;
  height: 100%;
  border-radius: 0.1rem;
  overflow: hidden;
}
.index-box5 .container .list-box .msg ul li a .tbox .bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index-box5 .container .list-box .msg ul li a .tbox .txt {
  color: #fff;
  line-height: calc(36/28);
  font-weight: bold;
  position: absolute;
  right: 0.3rem;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}
@media (max-width: 767px) {
  .index-box5 .container .list-box .msg ul li a .tbox .txt {
    right: initial;
    left: 0;
    width: 100%;
    text-align: center;
  }
}
.index-box5 .container .list-box .msg ul li a:hover .public-img {
  transform: translateY(-0.3rem);
}
.index-box5 .container .list-box .list2 {
  width: 100%;
}
.index-box5 .container .list-box .list2 ul {
  width: calc(100% + 1.1rem);
  margin: 0 -0.55rem;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 1900px) {
  .index-box5 .container .list-box .list2 ul {
    width: calc(100% + 0.6rem);
    margin: 0 -0.3rem;
  }
}
@media (max-width: 1180px) {
  .index-box5 .container .list-box .list2 ul {
    width: calc(100% + 0.4rem);
    margin: 0 -0.2rem;
  }
}
@media (max-width: 767px) {
  .index-box5 .container .list-box .list2 ul {
    width: calc(100%);
    margin: 0;
  }
}
.index-box5 .container .list-box .list2 ul li {
  width: calc(33.33% - 1.1rem);
  margin: 0 0.55rem 0.6rem;
}
@media (max-width: 1900px) {
  .index-box5 .container .list-box .list2 ul li {
    width: calc(33.33% - 0.6rem);
    margin: 0 0.3rem 0.6rem;
  }
}
@media (max-width: 1180px) {
  .index-box5 .container .list-box .list2 ul li {
    width: calc(33.33% - 0.4rem);
    margin: 0 0.2rem 0.4rem;
  }
}
@media (max-width: 991px) {
  .index-box5 .container .list-box .list2 ul li {
    width: calc(50% - 0.4rem);
  }
}
@media (max-width: 767px) {
  .index-box5 .container .list-box .list2 ul li {
    width: 100%;
    margin: 0 0 0.4rem;
  }
}
.index-box5 .container .list-box .list2 ul li a {
  width: 100%;
  display: block;
}
.index-box5 .container .list-box .list2 ul li a .public-img {
  width: 100%;
  border-radius: 0.1rem;
}
.index-box5 .container .list-box .list2 ul li a .public-img::before {
  padding-top: calc(256/460*100%);
}
.index-box5 .container .list-box .list2 ul li a .tbox {
  width: 100%;
  padding: 0.3rem 0 0;
}
.index-box5 .container .list-box .list2 ul li a .tbox .t1 {
  width: 100%;
}
.index-box5 .container .list-box .list2 ul li a .tbox .t1 .s1 {
  display: flex;
}
.index-box5 .container .list-box .list2 ul li a .tbox .t1 .s1 span {
  padding: 0 0.1rem;
  height: 30px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  background: rgba(57, 148, 194, 0.1);
  color: #3994C2;
  line-height: calc(20/14);
}
.index-box5 .container .list-box .list2 ul li a .tbox .t1 .s2 {
  height: 30px;
  padding: 0 0.1rem;
  color: #774B4E;
  background: rgba(188, 17, 31, 0.05);
  border: 1px solid rgba(188, 17, 31, 0.1);
  border-radius: 4px;
  display: inline-flex;
  align-items: center;
  line-height: calc(20/14);
  margin-top: 0.1rem;
}
.index-box5 .container .list-box .list2 ul li a .tbox .t1 .s2 i {
  width: 14px;
  height: 14px;
  color: #BC111F;
  flex-shrink: 0;
  display: flex;
  align-items: center;
}
.index-box5 .container .list-box .list2 ul li a .tbox .t1 .s2 i img,
.index-box5 .container .list-box .list2 ul li a .tbox .t1 .s2 i svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.index-box5 .container .list-box .list2 ul li a .tbox .t1 .s2 span {
  margin-left: 0.1rem;
}
.index-box5 .container .list-box .list2 ul li a .tbox .t2 {
  line-height: calc(30/20);
  color: #000;
  margin-top: 0.2rem;
  transition: all 0.4s;
}
.index-box5 .container .list-box .list2 ul li:not(.end):hover a .public-img img {
  transform: scale(1.05);
}
.index-box5 .container .list-box .list2 ul li:not(.end):hover a .tbox .t2 {
  color: var(--color2);
}
.index-box5 .container .list-box .list2 ul li.end a .tbox .t1 .s2 {
  color: #999;
  background: #F2F2F2;
  border: 1px solid #DDDDDD;
}
.index-box5 .container .list-box .list2 ul li.end a .tbox .t1 .s2 i {
  color: #BFBFBF;
}
.index-box5 .container .list-box .list3 {
  width: 100%;
}
.index-box5 .container .list-box .list3 ul {
  width: calc(100% + 0.6rem);
  margin: 0 -0.3rem;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .index-box5 .container .list-box .list3 ul {
    width: 100%;
    margin: 0;
  }
}
.index-box5 .container .list-box .list3 ul li {
  width: calc(50% - 0.6rem);
  margin: 0 0.3rem 0.6rem;
  display: flex;
}
@media (max-width: 991px) {
  .index-box5 .container .list-box .list3 ul li {
    width: 100%;
    margin: 0 0 0.6rem;
  }
}
.index-box5 .container .list-box .list3 ul li a {
  width: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  background: #ECF3F6;
  transition: all 0.4s;
  border-radius: 0.1rem;
  position: relative;
  z-index: 1;
}
.index-box5 .container .list-box .list3 ul li a::before {
  content: '';
  width: 100%;
  height: 100%;
  border-radius: 0.1rem;
  background: url(../images/industry-box1-bg.jpg) center center no-repeat;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  opacity: 0;
  transition: all 0.4s;
}
.index-box5 .container .list-box .list3 ul li a .public-img {
  width: calc(216/770*100%);
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  .index-box5 .container .list-box .list3 ul li a .public-img {
    width: 70%;
    margin: 0 auto;
  }
}
.index-box5 .container .list-box .list3 ul li a .public-img::before {
  padding-top: calc(300/216*100%);
}
.index-box5 .container .list-box .list3 ul li a .tbox {
  width: calc(480/770*100%);
  margin-left: 0.3rem;
  position: relative;
  z-index: 2;
  padding: 0.3rem 0;
}
@media (max-width: 767px) {
  .index-box5 .container .list-box .list3 ul li a .tbox {
    width: 100%;
    margin: 0;
    padding: 0.3rem;
  }
}
.index-box5 .container .list-box .list3 ul li a .tbox .tag {
  display: flex;
}
.index-box5 .container .list-box .list3 ul li a .tbox .tag span {
  border: 1px solid rgba(65, 141, 180, 0.3);
  background: rgba(57, 148, 194, 0.1);
  height: 30px;
  border-radius: 4px;
  color: #3994C2;
  padding: 0 0.1rem;
  transition: all 0.4s;
  display: flex;
  align-items: center;
}
.index-box5 .container .list-box .list3 ul li a .tbox .t1 {
  margin-top: 0.1rem;
  line-height: calc(36/24);
  font-weight: bold;
  color: #222;
  transition: all 0.4s;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.index-box5 .container .list-box .list3 ul li a .tbox .t2 {
  margin-top: 0.2rem;
  line-height: calc(24/14);
  color: rgba(102, 102, 102, 0.7);
  transition: all 0.4s;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: calc(24/14*2em);
}
.index-box5 .container .list-box .list3 ul li a .tbox .more {
  margin-top: 0.2rem;
  display: flex;
  color: #01314A;
  line-height: calc(24/14);
  transition: all 0.4s;
}
.index-box5 .container .list-box .list3 ul li a .tbox .more i {
  width: 22px;
  height: 22px;
  background: #01314A;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 0.1rem;
  color: #fff;
  transform: rotateZ(-90deg);
  transition: all 0.4s;
}
@media (min-width: 992px) {
  .index-box5 .container .list-box .list3 ul li a:hover::before {
    opacity: 1;
  }
  .index-box5 .container .list-box .list3 ul li a:hover .tbox .tag span {
    color: #fff;
    background: rgba(255, 255, 255, 0.27);
  }
  .index-box5 .container .list-box .list3 ul li a:hover .tbox .t1 {
    color: #fff;
  }
  .index-box5 .container .list-box .list3 ul li a:hover .tbox .t2 {
    color: rgba(255, 255, 255, 0.7);
  }
  .index-box5 .container .list-box .list3 ul li a:hover .tbox .more {
    color: #fff;
  }
  .index-box5 .container .list-box .list3 ul li a:hover .tbox .more i {
    background: #fff;
    color: #01314A;
  }
}
.index-box6 {
  width: 100%;
  background: #F4F4F4;
  padding: 1.2rem 0;
}
.index-box6 .container .title {
  line-height: calc(60/64);
  color: #222;
  text-align: center;
}
.index-box6 .container .list {
  width: 100%;
  margin-top: 0.6rem;
}
.index-box6 .container .list ul {
  width: calc(100% + 0.5rem);
  margin: 0 -0.25rem;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .index-box6 .container .list ul {
    width: 100%;
    margin: 0;
  }
}
.index-box6 .container .list ul li {
  width: calc(33.33% - 0.5rem);
  margin: 0 0.25rem;
}
@media (max-width: 767px) {
  .index-box6 .container .list ul li {
    width: 100%;
    margin: 0 0 0.3rem;
  }
}
.index-box6 .container .list ul li a {
  width: 100%;
  display: block;
}
.index-box6 .container .list ul li a .public-img {
  width: 100%;
  border-radius: 0.1rem;
}
.index-box6 .container .list ul li a .public-img::before {
  padding-top: calc(313/500*100%);
}
.index-box6 .container .list ul li a .tbox {
  width: 100%;
  padding: 0.25rem 0 0.3rem;
}
.index-box6 .container .list ul li a .tbox .t1 {
  line-height: calc(20/14);
  color: #000;
}
.index-box6 .container .list ul li a .tbox .t2 {
  line-height: calc(34/20);
  color: #000;
  margin-top: 0.15rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: all 0.4s;
}
.index-box6 .container .list ul li:hover a .public-img img {
  transform: scale(1.05);
}
.index-box6 .container .list ul li:hover a .tbox .t2 {
  color: var(--color2);
}
.index-box6 .container .btns {
  margin-top: 0.6rem;
  display: flex;
  justify-content: center;
}
.foot-public-box {
  width: 100%;
  position: relative;
  z-index: 1;
  padding: 1.08rem 0 1rem;
}
.foot-public-box .bg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.foot-public-box .bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.foot-public-box .container {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.foot-public-box .container .tbox {
  width: calc(850/1600*100%);
}
@media (max-width: 991px) {
  .foot-public-box .container .tbox {
    width: 100%;
  }
}
.foot-public-box .container .tbox .title {
  line-height: calc(78/56);
  color: #fff;
  font-weight: bold;
}
@media (max-width: 1025px) {
  .foot-public-box .container .tbox .title {
    font-size: 0.52rem;
  }
}
@media (max-width: 767px) {
  .foot-public-box .container .tbox .title {
    font-size: 0.48rem;
  }
}
.foot-public-box .container .tbox .txt {
  line-height: calc(36/24);
  color: rgba(255, 255, 255, 0.8);
  margin-top: 0.15rem;
}
.foot-public-box .container .tbox .list {
  margin-top: 0.8rem;
}
.foot-public-box .container .tbox .list ul {
  display: flex;
  flex-wrap: wrap;
}
.foot-public-box .container .tbox .list ul li {
  display: flex;
  align-items: baseline;
  margin-right: 1.4rem;
  position: relative;
  z-index: 1;
  line-height: 1;
}
@media (max-width: 1025px) {
  .foot-public-box .container .tbox .list ul li {
    margin-right: 0.4rem;
  }
}
@media (max-width: 767px) {
  .foot-public-box .container .tbox .list ul li {
    margin-right: 0;
    margin-bottom: 0.4rem;
  }
  .foot-public-box .container .tbox .list ul li:last-child {
    margin-bottom: 0;
  }
}
.foot-public-box .container .tbox .list ul li::after {
  content: '';
  width: 1px;
  height: 100%;
  position: absolute;
  right: -0.7rem;
  top: 0;
  z-index: 1;
  background: rgba(255, 255, 255, 0.19);
}
@media (max-width: 1025px) {
  .foot-public-box .container .tbox .list ul li::after {
    right: -0.2rem;
  }
}
@media (max-width: 767px) {
  .foot-public-box .container .tbox .list ul li::after {
    display: none;
  }
}
.foot-public-box .container .tbox .list ul li:last-child {
  margin-right: 0;
}
.foot-public-box .container .tbox .list ul li:last-child::after {
  display: none;
}
.foot-public-box .container .tbox .list ul li .t1 {
  color: #fff;
  font-weight: bold;
  display: flex;
}
.foot-public-box .container .tbox .list ul li .t2 {
  line-height: calc(28/20);
  color: rgba(255, 255, 255, 0.6);
  margin-left: 0.1rem;
}
.foot-public-box .container .form {
  width: calc(600/1600*100%);
}
@media (max-width: 991px) {
  .foot-public-box .container .form {
    width: 100%;
    margin-top: 0.8rem;
  }
}
.foot-public-box .container .form form {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.foot-public-box .container .form form .item {
  width: calc(285/600*100%);
  margin-bottom: 0.2rem;
}
@media (max-width: 767px) {
  .foot-public-box .container .form form .item {
    width: 100%;
  }
}
.foot-public-box .container .form form .item.w100 {
  width: 100%;
}
.foot-public-box .container .form form .item .t1 {
  display: flex;
  align-items: center;
  color: #fff;
  line-height: calc(22/16);
}
.foot-public-box .container .form form .item .t1 i {
  font-style: initial;
}
.foot-public-box .container .form form .item .txt {
  width: 100%;
  height: 52px;
  background: #fff;
  border-radius: 6px;
  color: #222;
  padding: 0 0.15rem;
  margin-top: 0.1rem;
}
@media (max-width: 1600px) {
  .foot-public-box .container .form form .item .txt {
    height: 42px;
  }
}
.foot-public-box .container .form form .item .txt::placeholder {
  color: rgba(105, 105, 105, 0.7);
}
.foot-public-box .container .form form .item .ck {
  width: 100%;
  display: flex;
  align-items: center;
}
.foot-public-box .container .form form .item .ck i {
  width: 18px;
  height: 18px;
  border: 1px solid rgba(217, 217, 217, 0.3);
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.1);
  position: relative;
  z-index: 1;
  cursor: pointer;
}
.foot-public-box .container .form form .item .ck i::before {
  content: '';
  width: 8px;
  height: 3px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotateZ(-45deg);
  z-index: 1;
  margin-top: -1px;
  opacity: 0;
  transition: all 0.4s;
}
.foot-public-box .container .form form .item .ck i.on::before {
  opacity: 1;
}
.foot-public-box .container .form form .item .ck span {
  margin-left: 0.2rem;
  line-height: calc(18/14);
  color: rgba(255, 255, 255, 0.6);
}
.foot-public-box .container .form form .item .ck span a {
  color: rgba(255, 255, 255, 0.6);
  transition: all 0.4s;
}
.foot-public-box .container .form form .item .ck span a:hover {
  color: var(--color2);
}
.foot-public-box .container .form form .item .btn {
  width: 100%;
  height: 48px;
  border-radius: 0.1rem;
  background: var(--color2);
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 0.2rem 0 0.24rem;
  color: #fff;
  margin-top: 0.2rem;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .foot-public-box .container .form form .item .btn {
    height: 42px;
  }
}
.foot-public-box .container .form form .item .btn i {
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  height: 14px;
  display: flex;
  align-items: center;
  padding: 0 0.03rem 0 0.13rem;
}
.foot-public-box .container .form form .item .btn i img,
.foot-public-box .container .form form .item .btn i svg {
  width: auto;
  height: 100%;
  object-fit: contain;
}
.foot-public-box .container .form form .item .btn:hover {
  background: #D21626;
}
.foot-public-box2 {
  width: 100%;
  position: relative;
  z-index: 1;
  padding: 1.1rem 0;
}
.foot-public-box2 .bg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.foot-public-box2 .bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.foot-public-box2 .container {
  position: relative;
  z-index: 2;
}
.foot-public-box2 .container .title {
  text-align: center;
  color: #fff;
  font-weight: bold;
  line-height: calc(78/56);
}
.foot-public-box2 .container .txt {
  margin: 0.15rem auto 0;
  width: 840px;
  max-width: 100%;
  line-height: calc(36/24);
  color: rgba(255, 255, 255, 0.8);
  text-align: center;
}
.foot-public-box2 .container .btn {
  display: flex;
  justify-content: center;
  margin-top: 0.8rem;
}
.foot-public-box2 .container .btn .public-btn a,
.foot-public-box2 .container .btn .public-btn .a {
  padding: 5px 5px 5px 0.16rem;
}
.foot-public-box2 .container .btn .public-btn a i,
.foot-public-box2 .container .btn .public-btn .a i {
  margin: 0 0 0 0.2rem;
}
.footer {
  width: 100%;
  background: #062332;
  padding: 0.72rem 0 0;
  position: relative;
  z-index: 2;
}
.footer .container .top {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0 0 0.25rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.footer .container .top .tbox {
  width: 300px;
  max-width: 100%;
}
@media (max-width: 1025px) {
  .footer .container .top .tbox {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }
}
.footer .container .top .tbox .logo {
  height: 38px;
  display: flex;
  width: 100%;
}
@media (max-width: 767px) {
  .footer .container .top .tbox .logo {
    height: 30px;
    justify-content: center;
  }
}
.footer .container .top .tbox .logo a {
  display: block;
  height: 100%;
}
.footer .container .top .tbox .logo a img,
.footer .container .top .tbox .logo a svg {
  height: 100%;
}
.footer .container .top .tbox .tb {
  width: 100%;
  margin-top: 0.6rem;
}
@media (max-width: 1025px) {
  .footer .container .top .tbox .tb {
    width: 50%;
    margin-top: 0.4rem;
  }
}
@media (max-width: 767px) {
  .footer .container .top .tbox .tb {
    width: 100%;
  }
}
.footer .container .top .tbox .ts {
  line-height: calc(26/16);
  color: rgba(255, 255, 255, 0.7);
}
@media (max-width: 767px) {
  .footer .container .top .tbox .ts {
    text-align: center;
  }
}
.footer .container .top .tbox .ts .s1 {
  margin-bottom: 0.1rem;
}
.footer .container .top .tbox .ts .s1:last-child {
  margin-bottom: 0;
}
.footer .container .top .tbox .focus {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-top: 0.2rem;
}
@media (max-width: 767px) {
  .footer .container .top .tbox .focus {
    justify-content: center;
  }
}
.footer .container .top .tbox .focus .icons {
  width: 44px;
  height: 44px;
  position: relative;
  z-index: 1;
  display: flex;
  margin-right: 8px;
}
.footer .container .top .tbox .focus .icons:last-child {
  margin-right: 0;
}
.footer .container .top .tbox .focus .icons a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer .container .top .tbox .focus .icons .ewms {
  width: 1.4rem;
  height: 1.4rem;
  background: #fff;
  padding: 0.05rem;
  border-radius: 3px;
  overflow: hidden;
  position: absolute;
  z-index: 2;
  left: 50%;
  transform: translateX(-50%);
  bottom: 100%;
  display: none;
}
@media (max-width: 767px) {
  .footer .container .top .tbox .focus .icons .ewms {
    width: 110px;
    height: 110px;
  }
}
.footer .container .top .tbox .focus .icons:hover .ewms {
  display: block;
}
.footer .container .top .tbox .ewm {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-top: 0.2rem;
}
@media (max-width: 1025px) {
  .footer .container .top .tbox .ewm {
    width: 50%;
    margin-top: 0.4rem;
    padding-left: 0.5rem;
  }
}
@media (max-width: 767px) {
  .footer .container .top .tbox .ewm {
    width: 100%;
    padding-left: 0;
    margin-top: 0.2rem;
    justify-content: center;
  }
}
.footer .container .top .tbox .ewm .ets {
  width: 100px;
  margin-right: 0.2rem;
}
@media (max-width: 767px) {
  .footer .container .top .tbox .ewm .ets {
    width: 120px;
  }
}
.footer .container .top .tbox .ewm .ets:last-child {
  margin-right: 0;
}
.footer .container .top .tbox .ewm .ets .img {
  width: 100%;
  aspect-ratio: 1 / 1;
  border-radius: 0.1rem;
  overflow: hidden;
  background: rgba(217, 217, 217, 0.2);
}
.footer .container .top .tbox .ewm .ets .txt {
  text-align: center;
  line-height: calc(18/14);
  color: rgba(255, 255, 255, 0.2);
  margin-top: 0.15rem;
}
@media (max-width: 1025px) {
  .footer .container .top .menu {
    display: none;
  }
}
.footer .container .top .menu ul {
  display: flex;
  flex-wrap: wrap;
}
.footer .container .top .menu ul li {
  margin-right: 0.88rem;
}
@media (max-width: 1260px) {
  .footer .container .top .menu ul li {
    margin-right: 0.4rem;
  }
}
.footer .container .top .menu ul li:last-child {
  margin-right: 0;
}
.footer .container .top .menu ul li .t1 {
  display: flex;
  padding-left: 0.18rem;
  border-left: 2px solid var(--color2);
  margin-bottom: 0.3rem;
}
.footer .container .top .menu ul li .t1 a {
  color: #fff;
  line-height: 1;
}
.footer .container .top .menu ul li .t2 {
  padding-left: 0.2rem;
  display: flex;
  margin-bottom: 0.16rem;
}
.footer .container .top .menu ul li .t2:last-child {
  margin-bottom: 0;
}
.footer .container .top .menu ul li .t2 a {
  line-height: calc(24/14);
  color: rgba(255, 255, 255, 0.6);
  transition: all 0.4s;
}
.footer .container .top .menu ul li .t2 a:hover {
  color: #fff;
}
.footer .container .down {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0.3rem 0 0.24rem;
}
.footer .container .down .copyright span {
  color: rgba(255, 255, 255, 0.6);
  margin-right: 0.2rem;
  position: relative;
  z-index: 1;
}
.footer .container .down .copyright span::after {
  content: '';
  width: 1px;
  height: 14px;
  background: #fff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -0.1rem;
}
@media (max-width: 767px) {
  .footer .container .down .copyright span::after {
    display: none;
  }
}
.footer .container .down .copyright a {
  color: rgba(255, 255, 255, 0.6);
  transition: all 0.4s;
}
.footer .container .down .copyright a:hover {
  color: #fff;
}
.footer .container .down .copyright a.power {
  color: rgba(255, 255, 255, 0.24);
}
.footer .container .down .copyright a.power:hover {
  color: #fff;
}
.footer .container .down .copyright .power {
  color: rgba(255, 255, 255, 0.24);
}
.footer .container .down .links {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .footer .container .down .links {
    margin-top: 0.2rem;
  }
}
.footer .container .down .links a {
  color: rgba(255, 255, 255, 0.6);
  transition: all 0.4s;
  margin-right: 0.4rem;
}
.footer .container .down .links a:last-child {
  margin-right: 0;
}
.footer .container .down .links a:hover {
  color: #fff;
}
.ask-pop {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99;
  background: rgba(0, 0, 0, 0.6);
  display: none;
}
.ask-pop .box {
  display: flex;
  width: 1370px;
  max-height: calc(760/970*100vh);
  overflow: hidden;
  max-width: 90%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  background: #fff;
  border-radius: 0.16rem;
}
@media (max-width: 767px) {
  .ask-pop .box {
    height: calc(760/970*100vh);
  }
}
.ask-pop .box .close {
  width: 0.54rem;
  height: 0.54rem;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000;
  transition: all 0.4s;
}
.ask-pop .box .close img,
.ask-pop .box .close svg {
  width: 14px;
  height: 14px;
}
.ask-pop .box .close:hover {
  color: var(--color2);
}
.ask-pop .box .left {
  width: calc(490/1370*100%);
  background: #E4E4E4 url(../images/ask-pop-bg.png) center center no-repeat;
  background-size: cover;
  padding: 0.6rem 0.4rem;
}
@media (max-width: 991px) {
  .ask-pop .box .left {
    display: none;
  }
}
.ask-pop .box .left .logo {
  display: flex;
}
.ask-pop .box .left .logo img {
  height: 0.48rem;
  object-fit: contain;
}
.ask-pop .box .left .t1 {
  color: #999;
  line-height: calc(26/16);
  margin-top: 0.25rem;
}
.ask-pop .box .left .t2 {
  width: 100%;
  margin-top: 0.35rem;
}
.ask-pop .box .left .t2 .ts {
  display: flex;
  align-items: flex-start;
}
.ask-pop .box .left .t2 .ts i {
  width: 18px;
  height: 18px;
  display: flex;
  align-items: center;
  margin-top: calc(38/16*0.5em - 9px);
  margin-right: 0.1rem;
  flex-shrink: 0;
}
.ask-pop .box .left .t2 .ts i img,
.ask-pop .box .left .t2 .ts i svg {
  width: 100%;
  object-fit: contain;
}
.ask-pop .box .left .t2 .ts span {
  line-height: calc(38/16);
  color: #000;
}
.ask-pop .box .left .t3 {
  position: absolute;
  left: 0.5rem;
  bottom: 0.85rem;
  z-index: 1;
}
.ask-pop .box .left .t3 .ts {
  display: flex;
  align-items: flex-start;
}
.ask-pop .box .left .t3 .ts i {
  width: 22px;
  height: 22px;
  display: flex;
  align-items: center;
  margin-top: calc(42/16*0.5em - 11px);
  margin-right: 0.1rem;
  flex-shrink: 0;
}
.ask-pop .box .left .t3 .ts i img,
.ask-pop .box .left .t3 .ts i svg {
  width: 100%;
  object-fit: contain;
}
.ask-pop .box .left .t3 .ts span {
  line-height: calc(42/16);
  color: #000;
}
.ask-pop .box .right {
  width: calc(880/1370*100%);
  padding: 0.6rem 0.77rem 0.6rem 1.14rem;
  display: flex;
  flex-wrap: wrap;
  overflow-y: auto;
}
@media (max-width: 991px) {
  .ask-pop .box .right {
    width: 100%;
    padding: 0.5rem;
  }
}
@media (max-width: 767px) {
  .ask-pop .box .right {
    padding: 0.5rem 0.3rem;
    height: 100%;
  }
}
.ask-pop .box .right .title {
  width: 100%;
  color: #000;
  line-height: calc(48/36);
  font-weight: bold;
}
.ask-pop .box .right form {
  width: 100%;
  padding-top: 0.72rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 0.27rem;
  border-top: 1px solid #D9D9D9;
}
@media (max-width: 767px) {
  .ask-pop .box .right form {
    padding-top: 0.5rem;
  }
}
.ask-pop .box .right form .item {
  width: calc(330/690*100%);
  display: flex;
  align-items: center;
  border-bottom: 1px solid #D9D9D9;
  margin-bottom: 0.4rem;
}
@media (max-width: 991px) {
  .ask-pop .box .right form .item {
    width: 100%;
  }
}
.ask-pop .box .right form .item:last-child {
  margin-bottom: 0;
  border-bottom: none;
}
.ask-pop .box .right form .item .tips {
  display: flex;
  flex-shrink: 0;
  line-height: calc(22/16);
  color: #000;
}
.ask-pop .box .right form .item .tips i {
  color: var(--color2);
  font-style: initial;
  margin-right: 0.1rem;
}
.ask-pop .box .right form .item .layui-form-select {
  width: 100%;
}
.ask-pop .box .right form .item .layui-form-select .layui-input {
  width: 100%;
  height: 60px;
  color: #000;
  border: none;
  padding: 0 0.12rem;
  background: none;
}
@media (max-width: 1260px) {
  .ask-pop .box .right form .item .layui-form-select .layui-input {
    height: 50px;
  }
}
@media (max-width: 767px) {
  .ask-pop .box .right form .item .layui-form-select .layui-input {
    height: 40px;
  }
}
.ask-pop .box .right form .item .layui-form-select .layui-input::placeholder {
  color: #000;
}
.ask-pop .box .right form .item .layui-form-select .layui-input:focus {
  box-shadow: none;
}
.ask-pop .box .right form .item .layui-form-select .layui-edge {
  width: 8px;
  height: 8px;
  border: none;
  border-left: 1px solid #626262;
  border-bottom: 1px solid #626262;
  transform: rotateZ(-45deg);
  right: 0;
  margin-top: -5px;
}
.ask-pop .box .right form .item .layui-form-select dl {
  top: 60px;
}
@media (max-width: 1260px) {
  .ask-pop .box .right form .item .layui-form-select dl {
    top: 50px;
  }
}
@media (max-width: 767px) {
  .ask-pop .box .right form .item .layui-form-select dl {
    top: 40px;
  }
}
.ask-pop .box .right form .item .layui-form-selected .layui-edge {
  margin-top: 0;
  transform: rotateZ(-225deg);
}
.ask-pop .box .right form .item .layui-form-selectup dl {
  bottom: 60px;
  top: initial;
}
@media (max-width: 1260px) {
  .ask-pop .box .right form .item .layui-form-selectup dl {
    bottom: 50px;
  }
}
@media (max-width: 767px) {
  .ask-pop .box .right form .item .layui-form-selectup dl {
    bottom: 40px;
  }
}
.ask-pop .box .right form .item .txt {
  width: 100%;
  height: 60px;
  padding-left: 0.1rem;
}
@media (max-width: 1260px) {
  .ask-pop .box .right form .item .txt {
    height: 50px;
  }
}
@media (max-width: 767px) {
  .ask-pop .box .right form .item .txt {
    height: 40px;
  }
}
.ask-pop .box .right form .item .text {
  width: 100%;
  height: 92px;
  padding: 0.1rem;
}
.ask-pop .box .right form .item .sbox {
  width: 100%;
  display: flex;
}
.ask-pop .box .right form .item .check {
  width: 100%;
  display: flex;
  align-items: center;
  line-height: calc(20/14);
}
.ask-pop .box .right form .item .check i {
  width: 15px;
  height: 15px;
  border: 1px solid #DBDBDB;
  border-radius: 2px;
  background: #fff;
  cursor: pointer;
  transition: all 0.4s;
  position: relative;
  z-index: 1;
}
.ask-pop .box .right form .item .check i::before {
  content: '';
  width: 7px;
  height: 3px;
  border-left: 1px solid var(--color2);
  border-bottom: 1px solid var(--color2);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotateZ(-45deg);
  margin-top: -1px;
  opacity: 0;
  transition: all 0.4s;
}
.ask-pop .box .right form .item .check i.on {
  border: 1px solid var(--color2);
}
.ask-pop .box .right form .item .check i.on::before {
  opacity: 1;
}
.ask-pop .box .right form .item .check span {
  color: #999;
  margin-left: 0.1rem;
}
.ask-pop .box .right form .item .check span a {
  color: #999;
  transition: all 0.4s;
}
.ask-pop .box .right form .item .check span a:hover {
  color: var(--color2);
}
.ask-pop .box .right form .item .ckbox {
  width: 100%;
  display: flex;
  margin-top: 0.4rem;
}
.ask-pop .box .right form .item .ckbox .sub {
  width: 100%;
  height: 48px;
  border-radius: 0.1rem;
  background: var(--color2);
  color: #fff;
  margin-right: 0.24rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .ask-pop .box .right form .item .ckbox .sub {
    height: 40px;
  }
}
.ask-pop .box .right form .item .ckbox .sub i {
  width: 18px;
  height: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 0.1rem;
}
.ask-pop .box .right form .item .ckbox .sub i img,
.ask-pop .box .right form .item .ckbox .sub i svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.ask-pop .box .right form .item .ckbox .reset {
  width: 162px;
  height: 48px;
  border-radius: 0.1rem;
  background: #DFEBF2;
  color: #666;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .ask-pop .box .right form .item .ckbox .reset {
    height: 40px;
  }
}
.ask-pop .box .right form .item .ckbox .reset i {
  width: 18px;
  height: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 0.1rem;
}
.ask-pop .box .right form .item .ckbox .reset i img,
.ask-pop .box .right form .item .ckbox .reset i svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.ask-pop .box .right form .item.w100 {
  width: 100%;
  flex-wrap: wrap;
}
.right-pop {
  position: fixed;
  z-index: 99;
  right: 0.2rem;
  bottom: 1.4rem;
}
.right-pop .box {
  width: 100%;
  border-radius: 0.4rem 0.4rem 0.1rem 0.1rem;
  background: #fff;
  box-shadow: 0px 10px 20px 0px rgba(147, 159, 176, 0.15);
}
@media (max-width: 1900px) {
  .right-pop .box {
    border-radius: 0.5rem 0.5rem 0.1rem 0.1rem;
  }
}
.right-pop .box .b1 {
  width: 0.8rem;
  display: flex;
}
@media (max-width: 1900px) {
  .right-pop .box .b1 {
    width: 1rem;
  }
}
.right-pop .box .b1 a {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 0 0 0.2rem;
}
.right-pop .box .b1 .icons {
  width: 0.54rem;
  height: 0.54rem;
  border-radius: 50%;
  background: linear-gradient(to top, #3994C2, #074768);
  margin: 0.1rem auto 0;
  position: relative;
  z-index: 1;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.right-pop .box .b1 .icons img,
.right-pop .box .b1 .icons svg {
  object-fit: contain;
  position: relative;
  z-index: 2;
}
.right-pop .box .b1 .icons::before {
  content: '';
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: linear-gradient(to top, #3994C2, #074768);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(1);
  z-index: 2;
  pointer-events: none;
  box-sizing: border-box;
  animation: quanRun 2s linear forwards infinite;
}
.right-pop .box .b1 .txt {
  width: 100%;
  line-height: calc(16/14);
  color: #666;
  margin-top: 0.1rem;
  text-align: center;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .right-pop .box .b1 .txt {
    font-size: 12px;
  }
}
.right-pop .box .b1:hover .txt {
  color: var(--color);
}
.right-pop .box .b2 {
  width: 0.8rem;
  height: 0.8rem;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  cursor: pointer;
  position: relative;
  z-index: 1;
}
@media (max-width: 1900px) {
  .right-pop .box .b2 {
    width: 1rem;
    height: 1rem;
  }
}
.right-pop .box .b2 .icons {
  width: 22px;
  height: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}
.right-pop .box .b2 .icons img,
.right-pop .box .b2 .icons svg {
  object-fit: contain;
}
.right-pop .box .b2 .txt {
  width: 100%;
  line-height: calc(16/14);
  color: #666;
  margin-top: 0.1rem;
  text-align: center;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .right-pop .box .b2 .txt {
    font-size: 12px;
  }
}
.right-pop .box .b2 .boxs {
  position: absolute;
  right: 100%;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  padding: 0.27rem 0.39rem 0.27rem 0.25rem;
  display: none;
}
@media (max-width: 1260px) {
  .right-pop .box .b2 .boxs {
    min-width: 180px;
  }
}
@media (max-width: 767px) {
  .right-pop .box .b2 .boxs {
    min-width: 140px;
  }
}
.right-pop .box .b2 .boxs::before {
  content: '';
  width: calc(100% - 0.14rem);
  height: 100%;
  background: #fff;
  box-shadow: 2px 0px 32.8px 0px rgba(0, 0, 0, 0.1);
  border-radius: 0.08rem;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.right-pop .box .b2 .boxs::after {
  content: '';
  border-left: 0.07rem solid #fff;
  border-top: 0.07rem solid transparent;
  border-bottom: 0.07rem solid transparent;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: calc(100% - 0.14rem);
  z-index: 1;
}
.right-pop .box .b2 .boxs .bs1 {
  position: relative;
  z-index: 1;
  margin-bottom: 0.26rem;
}
.right-pop .box .b2 .boxs .bs1:last-child {
  margin-bottom: 0;
}
.right-pop .box .b2 .boxs .bs1 .t1 {
  display: flex;
  align-items: center;
  line-height: calc(22/14);
  color: #000;
}
.right-pop .box .b2 .boxs .bs1 .t1 i {
  width: 22px;
  height: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 0.1rem;
  flex-shrink: 0;
}
.right-pop .box .b2 .boxs .bs1 .t2 {
  margin-top: 6px;
  line-height: calc(20/16);
  color: var(--color);
  font-weight: bold;
  padding-left: 0.3rem;
  white-space: nowrap;
}
.right-pop .box .b2 .boxs .bs1 .t3 {
  width: 1rem;
  height: 1rem;
  border-radius: 6px;
  overflow: hidden;
  margin: 0.1rem 0 0 0.3rem;
  background: rgba(1, 49, 74, 0.2);
}
@media (max-width: 991px) {
  .right-pop .box .b2 .boxs .bs1 .t3 {
    width: 1.8rem;
    height: 1.8rem;
  }
}
.right-pop .box .b2:hover .boxs {
  display: block;
}
.right-pop .box .b2:hover .txt {
  color: var(--color);
}
.right-pop .back {
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 0.1rem;
  background: #fff;
  box-shadow: 0px 10px 20px 0px rgba(147, 159, 176, 0.15);
  cursor: pointer;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  margin-top: 0.1rem;
}
@media (max-width: 1900px) {
  .right-pop .back {
    width: 1rem;
    height: 1rem;
  }
}
.right-pop .back .icons {
  width: 22px;
  height: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}
.right-pop .back .icons img,
.right-pop .back .icons svg {
  object-fit: contain;
}
.right-pop .back .txt {
  width: 100%;
  line-height: calc(16/14);
  color: #666;
  margin-top: 0.1rem;
  text-align: center;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .right-pop .back .txt {
    font-size: 12px;
  }
}
.right-pop .back:hover .txt {
  color: var(--color);
}
@keyframes quanRun {
  0% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }
  100% {
    transform: translate(-50%, -50%) scale(1.5);
    opacity: 0;
  }
}
.public-info-topimg {
  width: 100%;
  height: 100vh;
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  z-index: 1;
}
.public-info-topimg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.public-info-topbox {
  width: 100%;
  height: 100vh;
  position: relative;
  margin-top: -100vh;
  z-index: 2;
}
.public-info-topbox .top {
  width: 100%;
  padding: 0 0 0.52rem;
  background: #fff;
  position: relative;
  z-index: 2;
}
.public-info-topbox .top > .container .brands {
  line-height: calc(20/14);
  padding: 0.2rem 0;
}
.public-info-topbox .top > .container .brands .box {
  width: 100%;
  position: relative;
  z-index: 1;
  padding-left: 16px;
}
.public-info-topbox .top > .container .brands .box::before {
  content: '';
  width: 8px;
  height: 8px;
  border-radius: 1px;
  background: #BCBCBC;
  position: absolute;
  left: 0;
  top: calc(20/14*0.5em - 4px);
  z-index: 1;
}
.public-info-topbox .top > .container .brands .box a {
  color: #BCBCBC;
  transition: all 0.4s;
}
.public-info-topbox .top > .container .brands .box a:hover {
  color: var(--color2);
}
.public-info-topbox .top > .container .brands .box i {
  width: 5px;
  height: calc(20/14*1em);
  display: inline-flex;
  align-items: center;
  color: #999;
  margin: 0 8px;
}
.public-info-topbox .top > .container .brands .box i img,
.public-info-topbox .top > .container .brands .box i svg {
  width: 100%;
  height: auto;
}
.public-info-topbox .top > .container .brands .box span {
  color: #666666;
}
.public-info-topbox .top > .container .title {
  color: #222;
  line-height: calc(74/56);
  margin-top: 0.4rem;
}
.public-info-topbox .top > .container .title span {
  color: var(--color2);
}
.public-info-topbox .top > .container .txt {
  width: 766px;
  max-width: 100%;
  color: #999;
  margin-top: 0.3rem;
  line-height: calc(22/16);
}
.public-info-topbox .top > .container .btn {
  margin-top: 0.3rem;
  display: flex;
}
.public-info-topbox .img-box {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.public-info-topbox .img-box .swiper-container {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.public-info-topbox .img-box .swiper-container .swiper-slide {
  width: 100%;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.public-info-topbox .img-box .swiper-container .swiper-slide .img {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.public-info-topbox .img-box .swiper-container .swiper-slide .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.public-info-topbox .img-box .tbox {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
}
.public-info-topbox .img-box .tbox ul li {
  display: none;
}
.public-info-topbox .img-box .tbox ul li.on {
  display: block;
}
.public-info-topbox .img-box .tbox ul li .container {
  position: absolute;
  z-index: 2;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}
.public-info-topbox .img-box .tbox ul li .container .tbox {
  width: calc(800/1600*100%);
  position: relative;
  z-index: 2;
  padding: 0.33rem 1rem 0.7rem 0;
}
@media (max-width: 991px) {
  .public-info-topbox .img-box .tbox ul li .container .tbox {
    width: 70%;
  }
}
.public-info-topbox .img-box .tbox ul li .container .tbox::before {
  content: '';
  width: calc(100% + 100vw);
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
  background: rgba(1, 49, 74, 0.8);
  border-radius: 0 0.1rem 0 0;
}
.public-info-topbox .img-box .tbox ul li .container .tbox .t1 {
  line-height: calc(20/14);
  color: #fff;
}
.public-info-topbox .img-box .tbox ul li .container .tbox .t2 {
  font-weight: bold;
  color: #fff;
  line-height: calc(42/30);
  margin-top: 0.1rem;
}
.public-info-topbox .img-box .tbox ul li .container .tbox .t3 {
  margin-top: 0.2rem;
  line-height: calc(24/16);
  color: rgba(255, 255, 255, 0.6);
}
.public-info-topbox .img-box .other {
  width: 100%;
  position: absolute;
  z-index: 3;
  left: 0;
  bottom: 0;
  pointer-events: none;
}
.public-info-topbox .img-box .other .container {
  position: relative;
  z-index: 1;
}
.public-info-topbox .img-box .other .container .swiper-pagination {
  display: flex;
  justify-content: flex-start;
  font-size: 12px;
  line-height: calc(16/12);
  color: rgba(255, 255, 255, 0.66);
  bottom: 0.34rem;
}
.public-info-topbox .img-box .other .container .swiper-pagination .swiper-pagination-current {
  color: #fff;
  margin-right: 3px;
}
.public-info-topbox .img-box .other .container .swiper-pagination .swiper-pagination-total {
  margin-left: 3px;
}
.public-info-topbox .img-box .other .container .ck-box {
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 0.32rem;
}
.public-info-topbox .img-box .other .container .ck-box .swiper-prev,
.public-info-topbox .img-box .other .container .ck-box .swiper-next {
  width: 1rem;
  height: 1rem;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.27);
  backdrop-filter: blur(5px);
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  color: rgba(255, 255, 255, 0.7);
  transition: all 0.4s;
  pointer-events: all;
}
.public-info-topbox .img-box .other .container .ck-box .swiper-prev img,
.public-info-topbox .img-box .other .container .ck-box .swiper-next img,
.public-info-topbox .img-box .other .container .ck-box .swiper-prev svg,
.public-info-topbox .img-box .other .container .ck-box .swiper-next svg {
  width: 30%;
  height: auto;
  object-fit: contain;
}
.public-info-topbox .img-box .other .container .ck-box .swiper-prev:hover,
.public-info-topbox .img-box .other .container .ck-box .swiper-next:hover {
  background: rgba(188, 17, 31, 0.32);
  border: 1px solid rgba(188, 17, 31, 0.23);
  color: #fff;
}
.public-info-topbox .img-box .other .container .ck-box .swiper-prev {
  transform: translateX(-0.97rem);
}
.public-info-topbox .img-box .other .container .ck-box .swiper-prev img,
.public-info-topbox .img-box .other .container .ck-box .swiper-prev svg {
  transform: rotateZ(180deg);
}
.public-info-topbox .menus {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(5px);
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.public-info-topbox .menus .container ul {
  display: flex;
  overflow-x: auto;
}
.public-info-topbox .menus .container ul li {
  display: flex;
}
.public-info-topbox .menus .container ul li a {
  padding: 0 0.2rem;
  height: 46px;
  display: flex;
  align-items: center;
  color: #fff;
  transition: all 0.4s;
  white-space: nowrap;
}
@media (min-width: 992px) {
  .public-info-topbox .menus .container ul li:hover a {
    background: var(--color2);
  }
}
.public-info-topbox .menus .container ul li.on a {
  background: var(--color2);
}
.public-info-topbox.no-img {
  border-bottom: 1px solid #F8F8F8;
  height: auto;
}
.public-info-topbox.info .top .container .others {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 0.3rem 0 0.1rem;
}
.public-info-topbox.info .top .container .others .tb {
  display: flex;
  align-items: center;
  margin-right: 1rem;
}
@media (max-width: 991px) {
  .public-info-topbox.info .top .container .others .tb {
    margin-right: 0.4rem;
  }
}
@media (max-width: 767px) {
  .public-info-topbox.info .top .container .others .tb {
    margin-bottom: 0.2rem;
  }
}
.public-info-topbox.info .top .container .others .tb i {
  width: 18px;
  height: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 0.1rem;
  flex-shrink: 0;
}
.public-info-topbox.info .top .container .others .tb i img,
.public-info-topbox.info .top .container .others .tb i svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.public-info-topbox.info .top .container .others .tb span {
  color: #666;
  line-height: calc(18/14);
}
.public-info-topbox.info .top .container .others .tag {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .public-info-topbox.info .top .container .others .tag {
    width: 100%;
  }
}
.public-info-topbox.info .top .container .others .tag a {
  padding: 0 0.15rem;
  height: 30px;
  border: 1px solid #B5B0B1;
  border-radius: 15px;
  display: flex;
  align-items: center;
  cursor: pointer;
  transition: all 0.4s;
  color: #B5B0B1;
  margin-right: 0.1rem;
}
.public-info-topbox.info .top .container .others .tag a:last-child {
  margin-right: 0;
}
.public-info-topbox.info .top .container .others .tag a:hover {
  color: #fff;
  background: var(--color2);
  border: 1px solid var(--color2);
}
.public-info-topbox.bg .top {
  background: #fff url(../images/public-info-topbox-bg.png) right -0.3rem no-repeat;
  background-size: 6.25rem;
}
@media (max-width: 767px) {
  .public-info-topbox.bg .top {
    background: #fff;
  }
}
.public-info-topbox.nomt-topbox {
  position: relative;
  margin-top: 0;
}
.public-info-topbox.no-topbg .top {
  background: transparent;
}
.industry-box1 {
  width: 100%;
  padding: 0.7rem 0 1.6rem;
}
.industry-box1 .container .top {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .industry-box1 .container .top .menu {
    width: 100%;
  }
}
.industry-box1 .container .top .menu ul {
  display: flex;
  overflow-x: auto;
}
.industry-box1 .container .top .menu ul li {
  display: flex;
  margin-right: 0.2rem;
}
.industry-box1 .container .top .menu ul li:last-child {
  margin-right: 0;
}
.industry-box1 .container .top .menu ul li a {
  min-width: 1.2rem;
  height: 40px;
  padding: 0 0.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  border: 1px solid #D9D9D9;
  color: #666;
  transition: all 0.4s;
  white-space: nowrap;
}
.industry-box1 .container .top .menu ul li:hover a,
.industry-box1 .container .top .menu ul li.on a {
  color: #fff;
  background: var(--color2);
  border: 1px solid var(--color2);
}
.industry-box1 .container .top .search-box {
  width: calc(433/1600*100%);
}
@media (max-width: 1260px) {
  .industry-box1 .container .top .search-box {
    width: calc(600/1600*100%);
  }
}
@media (max-width: 991px) {
  .industry-box1 .container .top .search-box {
    width: 100%;
    order: -1;
    margin-bottom: 0.5rem;
  }
}
.industry-box1 .container .top .search-box form {
  width: 100%;
  height: 40px;
  display: flex;
  position: relative;
  z-index: 1;
}
.industry-box1 .container .top .search-box form .txt {
  width: calc(100%);
  height: 100%;
  border-radius: 20px;
  border: 1px solid #D9D9D9;
  color: #000;
  padding: 0 100px 0 16px;
}
.industry-box1 .container .top .search-box form .txt::placeholder {
  color: #666;
}
.industry-box1 .container .top .search-box form .btn {
  width: 90px;
  height: 100%;
  border-radius: 20px;
  background: var(--color2);
  color: #fff;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
}
.industry-box1 .container .list {
  width: 100%;
  margin-top: 0.8rem;
}
@media (max-width: 991px) {
  .industry-box1 .container .list {
    margin-top: 0.4rem;
  }
}
.industry-box1 .container .list ul {
  width: calc(100% + 0.6rem);
  margin: 0 -0.3rem;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .industry-box1 .container .list ul {
    width: 100%;
    margin: 0;
  }
}
.industry-box1 .container .list ul li {
  width: calc(50% - 0.6rem);
  margin: 0 0.3rem 0.6rem;
  display: flex;
}
@media (max-width: 991px) {
  .industry-box1 .container .list ul li {
    width: 100%;
    margin: 0 0 0.6rem;
  }
}
.industry-box1 .container .list ul li a {
  width: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  background: #ECF3F6;
  transition: all 0.4s;
  border-radius: 0.1rem;
  position: relative;
  z-index: 1;
}
.industry-box1 .container .list ul li a::before {
  content: '';
  width: 100%;
  height: 100%;
  border-radius: 0.1rem;
  background: url(../images/industry-box1-bg.jpg) center center no-repeat;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  opacity: 0;
  transition: all 0.4s;
}
.industry-box1 .container .list ul li a .public-img {
  width: calc(216/770*100%);
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  .industry-box1 .container .list ul li a .public-img {
    width: 70%;
    margin: 0 auto;
  }
}
.industry-box1 .container .list ul li a .public-img::before {
  padding-top: calc(300/216*100%);
}
.industry-box1 .container .list ul li a .tbox {
  width: calc(480/770*100%);
  margin-left: 0.3rem;
  position: relative;
  z-index: 2;
  padding: 0.3rem 0;
}
@media (max-width: 767px) {
  .industry-box1 .container .list ul li a .tbox {
    width: 100%;
    margin: 0;
    padding: 0.3rem;
  }
}
.industry-box1 .container .list ul li a .tbox .tag {
  display: flex;
}
.industry-box1 .container .list ul li a .tbox .tag span {
  border: 1px solid rgba(65, 141, 180, 0.3);
  background: rgba(57, 148, 194, 0.1);
  height: 30px;
  border-radius: 4px;
  color: #3994C2;
  padding: 0 0.1rem;
  transition: all 0.4s;
  display: flex;
  align-items: center;
}
.industry-box1 .container .list ul li a .tbox .t1 {
  margin-top: 0.1rem;
  line-height: calc(36/24);
  font-weight: bold;
  color: #222;
  transition: all 0.4s;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.industry-box1 .container .list ul li a .tbox .t2 {
  margin-top: 0.2rem;
  line-height: calc(24/14);
  color: rgba(102, 102, 102, 0.7);
  transition: all 0.4s;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: calc(24/14*2em);
}
.industry-box1 .container .list ul li a .tbox .more {
  margin-top: 0.2rem;
  display: flex;
  color: #01314A;
  line-height: calc(24/14);
  transition: all 0.4s;
}
.industry-box1 .container .list ul li a .tbox .more i {
  width: 22px;
  height: 22px;
  background: #01314A;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 0.1rem;
  color: #fff;
  transform: rotateZ(-90deg);
  transition: all 0.4s;
}
@media (min-width: 992px) {
  .industry-box1 .container .list ul li a:hover::before {
    opacity: 1;
  }
  .industry-box1 .container .list ul li a:hover .tbox .tag span {
    color: #fff;
    background: rgba(255, 255, 255, 0.27);
  }
  .industry-box1 .container .list ul li a:hover .tbox .t1 {
    color: #fff;
  }
  .industry-box1 .container .list ul li a:hover .tbox .t2 {
    color: rgba(255, 255, 255, 0.7);
  }
  .industry-box1 .container .list ul li a:hover .tbox .more {
    color: #fff;
  }
  .industry-box1 .container .list ul li a:hover .tbox .more i {
    background: #fff;
    color: #01314A;
  }
}
.industry-box1 .container .list2 {
  width: 100%;
  margin-top: 0.8rem;
}
@media (max-width: 991px) {
  .industry-box1 .container .list2 {
    margin-top: 0.4rem;
  }
}
.industry-box1 .container .list2 ul {
  width: calc(100% + 1.1rem);
  margin: 0 -0.55rem;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 1900px) {
  .industry-box1 .container .list2 ul {
    width: calc(100% + 0.6rem);
    margin: 0 -0.3rem;
  }
}
@media (max-width: 1180px) {
  .industry-box1 .container .list2 ul {
    width: calc(100% + 0.4rem);
    margin: 0 -0.2rem;
  }
}
@media (max-width: 767px) {
  .industry-box1 .container .list2 ul {
    width: calc(100%);
    margin: 0;
  }
}
.industry-box1 .container .list2 ul li {
  width: calc(33.33% - 1.1rem);
  margin: 0 0.55rem 0.6rem;
}
@media (max-width: 1900px) {
  .industry-box1 .container .list2 ul li {
    width: calc(33.33% - 0.6rem);
    margin: 0 0.3rem 0.6rem;
  }
}
@media (max-width: 1180px) {
  .industry-box1 .container .list2 ul li {
    width: calc(33.33% - 0.4rem);
    margin: 0 0.2rem 0.4rem;
  }
}
@media (max-width: 991px) {
  .industry-box1 .container .list2 ul li {
    width: calc(50% - 0.4rem);
  }
}
@media (max-width: 767px) {
  .industry-box1 .container .list2 ul li {
    width: 100%;
    margin: 0 0 0.4rem;
  }
}
.industry-box1 .container .list2 ul li a {
  width: 100%;
  display: block;
}
.industry-box1 .container .list2 ul li a .public-img {
  width: 100%;
  border-radius: 0.1rem;
}
.industry-box1 .container .list2 ul li a .public-img::before {
  padding-top: calc(256/460*100%);
}
.industry-box1 .container .list2 ul li a .tbox {
  width: 100%;
  padding: 0.3rem 0 0;
}
.industry-box1 .container .list2 ul li a .tbox .t1 {
  width: 100%;
}
.industry-box1 .container .list2 ul li a .tbox .t1 .s1 {
  display: flex;
}
.industry-box1 .container .list2 ul li a .tbox .t1 .s1 span {
  padding: 0 0.1rem;
  height: 30px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  background: rgba(57, 148, 194, 0.1);
  color: #3994C2;
  line-height: calc(20/14);
}
.industry-box1 .container .list2 ul li a .tbox .t1 .s2 {
  height: 30px;
  padding: 0 0.1rem;
  color: #774B4E;
  background: rgba(188, 17, 31, 0.05);
  border: 1px solid rgba(188, 17, 31, 0.1);
  border-radius: 4px;
  display: inline-flex;
  align-items: center;
  line-height: calc(20/14);
  margin-top: 0.1rem;
}
.industry-box1 .container .list2 ul li a .tbox .t1 .s2 i {
  width: 14px;
  height: 14px;
  color: #BC111F;
  flex-shrink: 0;
  display: flex;
  align-items: center;
}
.industry-box1 .container .list2 ul li a .tbox .t1 .s2 i img,
.industry-box1 .container .list2 ul li a .tbox .t1 .s2 i svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.industry-box1 .container .list2 ul li a .tbox .t1 .s2 span {
  margin-left: 0.1rem;
}
.industry-box1 .container .list2 ul li a .tbox .t2 {
  line-height: calc(30/20);
  color: #000;
  margin-top: 0.2rem;
  transition: all 0.4s;
}
.industry-box1 .container .list2 ul li:not(.end):hover a .public-img img {
  transform: scale(1.05);
}
.industry-box1 .container .list2 ul li:not(.end):hover a .tbox .t2 {
  color: var(--color2);
}
.industry-box1 .container .list2 ul li.end a .tbox .t1 .s2 {
  color: #999;
  background: #F2F2F2;
  border: 1px solid #DDDDDD;
}
.industry-box1 .container .list2 ul li.end a .tbox .t1 .s2 i {
  color: #BFBFBF;
}
.industry-box1 .container .page-list {
  margin-top: 0.4rem;
}
.industry-box1.industry-label {
  padding: 0.57rem 0 1.6rem;
}
.industry-box1.industry-label .container .list {
  margin-top: 0;
}
.industry-box1 .not_search {
  margin-top: 0.8rem;
}
.industry-box1 .not_search .container {
  width: 100%;
}
.page-list {
  width: 100%;
  display: flex;
  justify-content: center;
}
.page-list a {
  width: 50px;
  height: 50px;
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: all 0.4s;
  color: #666;
  margin: 0 5px;
}
@media (max-width: 1260px) {
  .page-list a {
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 767px) {
  .page-list a {
    width: 32px;
    height: 32px;
  }
}
.page-list a img,
.page-list a svg {
  color: #000;
  width: 8px;
  height: auto;
  transition: all 0.4s;
}
.page-list a:hover,
.page-list a.on {
  background: var(--color2);
  border: 1px solid var(--color2);
  color: #fff;
}
.page-list a:hover img,
.page-list a.on img,
.page-list a:hover svg,
.page-list a.on svg {
  color: #fff;
}
.page-list a.prev img,
.page-list a.prev svg {
  transform: rotateZ(180deg);
}
.industry-info {
  padding: 1.1rem 0 1.4rem;
  position: relative;
  z-index: 3;
  background: #fff;
}
.industry-info .container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.industry-info .container .left {
  width: calc(960/1600*100%);
}
@media (max-width: 991px) {
  .industry-info .container .left {
    width: 100%;
  }
}
.industry-info .container .left .public-content {
  width: 100%;
  line-height: calc(30/16);
  color: #666;
}
.industry-info .container .left .ck-box {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 0.75rem;
  border-top: 1px solid #EAEAEA;
  padding-top: 0.3rem;
}
.industry-info .container .left .ck-box a {
  max-width: 45%;
  color: #666;
  line-height: calc(20/14);
  transition: all 0.4s;
}
@media (max-width: 1180px) {
  .industry-info .container .left .ck-box a {
    width: 100%;
    max-width: 100%;
    margin-bottom: 0.1rem;
  }
}
.industry-info .container .left .ck-box a:hover {
  color: var(--color2);
}
.industry-info .container .right {
  width: calc(446/1600*100%);
  position: sticky;
  position: -webkit-sticky;
  top: 1rem;
}
@media (max-width: 991px) {
  .industry-info .container .right {
    width: 100%;
    position: relative;
    top: initial;
  }
}
.industry-info .container .right .menu {
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}
@media (max-width: 991px) {
  .industry-info .container .right .menu {
    display: none;
  }
}
.industry-info .container .right .menu ul li {
  padding-left: 0.2rem;
  display: flex;
  margin-bottom: 0.26rem;
  position: relative;
  z-index: 1;
}
.industry-info .container .right .menu ul li::before {
  content: '';
  width: 2px;
  height: 100%;
  background: var(--color2);
  position: absolute;
  left: -1px;
  top: 0;
  z-index: 1;
  opacity: 0;
  transition: all 0.4s;
}
.industry-info .container .right .menu ul li:last-child {
  margin-bottom: 0;
}
.industry-info .container .right .menu ul li span {
  line-height: calc(24/16);
  color: #666;
  transition: all 0.4s;
  cursor: pointer;
}
.industry-info .container .right .menu ul li:hover span {
  color: var(--color2);
}
.industry-info .container .right .menu ul li.on::before {
  opacity: 1;
}
.industry-info .container .right .menu ul li.on span {
  color: var(--color2);
}
.industry-info .container .right .form {
  width: 100%;
  margin-top: 1rem;
  background: linear-gradient(270deg, rgba(255, 193, 194, 0.39) 0%, rgba(255, 104, 106, 0.39) 22.6%, rgba(123, 25, 27, 0.1209) 100%);
  border-radius: 0.26rem;
  padding: 1px;
  position: relative;
  z-index: 1;
}
@media (max-width: 1180px) {
  .industry-info .container .right .form {
    margin-top: 0.6rem;
  }
}
.industry-info .container .right .form::before {
  content: '';
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  background: linear-gradient(270deg, rgba(255, 95, 97, 0.24) 0%, rgba(255, 95, 97, 0.04) 93.75%);
  border-radius: 0.26rem;
  position: absolute;
  left: 1px;
  top: 1px;
  z-index: 2;
}
.industry-info .container .right .form::after {
  content: '';
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  background: #fff;
  border-radius: 0.26rem;
  position: absolute;
  left: 1px;
  top: 1px;
  z-index: 1;
}
.industry-info .container .right .form .top {
  width: 100%;
  position: relative;
  z-index: 2;
  padding: 0.15rem 0.2rem 0.1rem;
}
.industry-info .container .right .form .top .t1 {
  line-height: calc(28/20);
  color: #000;
  font-weight: bold;
}
.industry-info .container .right .form .top .img {
  width: calc(190/450*100%);
  max-width: 130px;
  position: absolute;
  right: 0.1rem;
  top: -0.83rem;
  z-index: 1;
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 1600px) {
  .industry-info .container .right .form .top .img {
    top: -1.2rem;
  }
}
@media (max-width: 1260px) {
  .industry-info .container .right .form .top .img {
    top: -1rem;
  }
}
@media (max-width: 767px) {
  .industry-info .container .right .form .top .img {
    max-width: 80px;
  }
}
.industry-info .container .right .form form {
  width: 100%;
  background: #fff;
  position: relative;
  z-index: 3;
  border-radius: 0.26rem;
  padding: 0.4rem;
}
@media (max-width: 1180px) {
  .industry-info .container .right .form form {
    padding: 0.3rem 0.2rem;
  }
}
.industry-info .container .right .form form .item {
  width: 100%;
  position: relative;
  z-index: 1;
  margin-bottom: 0.2rem;
}
.industry-info .container .right .form form .item:last-child {
  margin-bottom: 0;
}
.industry-info .container .right .form form .item > i {
  color: var(--color2);
  position: absolute;
  left: 0.1rem;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  display: flex;
  align-items: center;
  font-style: initial;
  line-height: 1;
}
.industry-info .container .right .form form .item .txt {
  width: 100%;
  border: 1px solid #EEEEEE;
  height: 48px;
  border-radius: 0.1rem;
  padding-left: 0.2rem;
  color: #000;
}
@media (max-width: 1600px) {
  .industry-info .container .right .form form .item .txt {
    height: 40px;
  }
}
.industry-info .container .right .form form .item .txt::placeholder {
  color: #ACACAC;
}
.industry-info .container .right .form form .item.select {
  z-index: 2;
}
.industry-info .container .right .form form .item .layui-form-select {
  z-index: 1;
}
.industry-info .container .right .form form .item .layui-form-select .layui-input {
  width: 100%;
  height: 48px;
  background: #fff;
  border: 1px solid #EEEEEE;
  border-radius: 0.1rem;
  color: #000;
  padding-left: 0.2rem;
  margin-top: 0.1rem;
}
@media (max-width: 767px) {
  .industry-info .container .right .form form .item .layui-form-select .layui-input {
    height: 42px;
  }
}
.industry-info .container .right .form form .item .layui-form-select .layui-input::placeholder {
  color: #bbb;
}
.industry-info .container .right .form form .item .layui-form-select .layui-input:focus {
  box-shadow: none;
  border-color: #EEEEEE !important;
}
.industry-info .container .right .form form .item .layui-form-select .layui-edge {
  width: 8px;
  height: 8px;
  border: none;
  border-left: 2px solid #000;
  border-bottom: 2px solid #000;
  transform: rotateZ(-45deg);
  right: 0.2rem;
  margin-top: -5px;
}
.industry-info .container .right .form form .item .layui-form-select dl {
  width: 100%;
}
@media (min-width: 1261px) {
  .industry-info .container .right .form form .item .layui-form-select dl {
    top: 48px;
  }
}
.industry-info .container .right .form form .item .layui-form-selected .layui-edge {
  margin-top: 0;
  transform: rotateZ(-225deg);
}
@media (min-width: 1261px) {
  .industry-info .container .right .form form .item .layui-form-selectup dl {
    bottom: 48px;
    top: initial;
  }
}
.industry-info .container .right .form form .item .ck {
  width: 100%;
  display: flex;
  align-items: center;
}
.industry-info .container .right .form form .item .ck i {
  width: 16px;
  height: 16px;
  border: 1px solid #D9D9D9;
  border-radius: 2px;
  position: relative;
  z-index: 1;
  cursor: pointer;
  margin-right: 0.1rem;
  flex-shrink: 0;
}
.industry-info .container .right .form form .item .ck i::before {
  content: '';
  width: 8px;
  height: 3px;
  border-left: 2px solid var(--color2);
  border-bottom: 2px solid var(--color2);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotateZ(-45deg);
  z-index: 1;
  margin-top: -1px;
  opacity: 0;
  transition: all 0.4s;
}
.industry-info .container .right .form form .item .ck i.on::before {
  opacity: 1;
}
.industry-info .container .right .form form .item .ck span {
  margin-left: 0.1rem;
  line-height: calc(18/14);
  color: #999;
}
.industry-info .container .right .form form .item .ck span a {
  color: #999;
  transition: all 0.4s;
}
.industry-info .container .right .form form .item .ck span a:hover {
  color: var(--color2);
}
.industry-info .container .right .form form .item .btn {
  width: 100%;
  height: 48px;
  margin-top: 0.2rem;
  background: var(--color2);
  color: #fff;
  border-radius: 0.1rem;
}
@media (max-width: 1600px) {
  .industry-info .container .right .form form .item .btn {
    height: 40px;
  }
}
.industry-other {
  width: 100%;
  padding: 1.18rem 0 1.18rem;
  border-top: 1px solid #EFEFEF;
  position: relative;
  z-index: 2;
  background: #fff;
}
.industry-other .container .title {
  line-height: calc(68/48);
  text-align: center;
  color: #000;
  font-weight: bold;
}
.industry-other .container .list {
  width: 100%;
  margin-top: 0.64rem;
}
@media (max-width: 991px) {
  .industry-other .container .list {
    margin-top: 0.4rem;
  }
}
.industry-other .container .list ul {
  width: calc(100% + 0.6rem);
  margin: 0 -0.3rem;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .industry-other .container .list ul {
    width: 100%;
    margin: 0;
  }
}
.industry-other .container .list ul li {
  width: calc(50% - 0.6rem);
  margin: 0 0.3rem 0.6rem;
  display: flex;
}
@media (max-width: 991px) {
  .industry-other .container .list ul li {
    width: 100%;
    margin: 0 0 0.6rem;
  }
}
.industry-other .container .list ul li a {
  width: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  background: #ECF3F6;
  transition: all 0.4s;
  border-radius: 0.1rem;
  position: relative;
  z-index: 1;
}
.industry-other .container .list ul li a::before {
  content: '';
  width: 100%;
  height: 100%;
  border-radius: 0.1rem;
  background: url(../images/industry-box1-bg.jpg) center center no-repeat;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  opacity: 0;
  transition: all 0.4s;
}
.industry-other .container .list ul li a .public-img {
  width: calc(216/770*100%);
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  .industry-other .container .list ul li a .public-img {
    width: 70%;
    margin: 0 auto;
  }
}
.industry-other .container .list ul li a .public-img::before {
  padding-top: calc(300/216*100%);
}
.industry-other .container .list ul li a .tbox {
  width: calc(480/770*100%);
  margin-left: 0.3rem;
  position: relative;
  z-index: 2;
  padding: 0.3rem 0;
}
@media (max-width: 767px) {
  .industry-other .container .list ul li a .tbox {
    width: 100%;
    margin: 0;
    padding: 0.3rem;
  }
}
.industry-other .container .list ul li a .tbox .tag {
  display: flex;
}
.industry-other .container .list ul li a .tbox .tag span {
  border: 1px solid rgba(65, 141, 180, 0.3);
  background: rgba(57, 148, 194, 0.1);
  height: 30px;
  border-radius: 4px;
  color: #3994C2;
  padding: 0 0.1rem;
  transition: all 0.4s;
  display: flex;
  align-items: center;
}
.industry-other .container .list ul li a .tbox .t1 {
  margin-top: 0.1rem;
  line-height: calc(36/24);
  font-weight: bold;
  color: #222;
  transition: all 0.4s;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.industry-other .container .list ul li a .tbox .t2 {
  margin-top: 0.2rem;
  line-height: calc(24/14);
  color: rgba(102, 102, 102, 0.7);
  transition: all 0.4s;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: calc(24/14*2em);
}
.industry-other .container .list ul li a .tbox .more {
  margin-top: 0.2rem;
  display: flex;
  color: #01314A;
  line-height: calc(24/14);
  transition: all 0.4s;
}
.industry-other .container .list ul li a .tbox .more i {
  width: 22px;
  height: 22px;
  background: #01314A;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 0.1rem;
  color: #fff;
  transform: rotateZ(-90deg);
  transition: all 0.4s;
}
@media (min-width: 992px) {
  .industry-other .container .list ul li a:hover::before {
    opacity: 1;
  }
  .industry-other .container .list ul li a:hover .tbox .tag span {
    color: #fff;
    background: rgba(255, 255, 255, 0.27);
  }
  .industry-other .container .list ul li a:hover .tbox .t1 {
    color: #fff;
  }
  .industry-other .container .list ul li a:hover .tbox .t2 {
    color: rgba(255, 255, 255, 0.7);
  }
  .industry-other .container .list ul li a:hover .tbox .more {
    color: #fff;
  }
  .industry-other .container .list ul li a:hover .tbox .more i {
    background: #fff;
    color: #01314A;
  }
}
.solution-box1 {
  width: 100%;
  position: relative;
  z-index: 2;
  background: #fff;
}
.solution-box1 .bg {
  width: 100%;
  height: 100vh;
  position: relative;
  z-index: 1;
}
.solution-box1 .bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.solution-box1 .container {
  position: absolute;
  z-index: 2;
  left: 50%;
  transform: translateX(-50%);
  top: 1.4rem;
}
.solution-box1 .container .txt {
  width: calc(1020/1600*100%);
  line-height: calc(56/40);
  color: #D9D9D9;
}
@media (max-width: 991px) {
  .solution-box1 .container .txt {
    width: 100%;
  }
}
.solution-box1 .container .txt .on {
  color: var(--color);
}
.solution-box1 .container .tbox {
  width: 100%;
  padding-left: 50%;
  margin-top: 0.68rem;
}
@media (max-width: 991px) {
  .solution-box1 .container .tbox {
    padding-left: 0;
  }
}
.solution-box1 .container .tbox .list {
  width: 100%;
}
.solution-box1 .container .tbox .list ul {
  width: calc(100% + 0.4rem);
  margin: 0 -0.2rem;
  display: flex;
  flex-wrap: wrap;
}
.solution-box1 .container .tbox .list ul li {
  width: calc(33.33% - 0.4rem);
  margin: 0 0.2rem 0.4rem;
  border: 1px solid rgba(255, 255, 255, 0.8);
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0.4)), linear-gradient(121.05deg, rgba(211, 240, 255, 0.1) 27.18%, rgba(255, 255, 255, 0.1) 96.96%);
  border-radius: 0.1rem;
  padding: 0.2rem 0.3rem;
}
@media (max-width: 767px) {
  .solution-box1 .container .tbox .list ul li {
    width: calc(50% - 0.4rem);
  }
}
.solution-box1 .container .tbox .list ul li .t1 {
  display: flex;
  align-items: baseline;
  line-height: calc(50/40);
  color: var(--color);
}
.solution-box1 .container .tbox .list ul li .t2 {
  line-height: calc(28/16);
  color: #999;
  margin-top: 0.2rem;
}
.solution-box1 .container .tbox .tips {
  line-height: calc(20/14);
  color: #B1B1B1;
}
.solution-box2 {
  width: 100%;
  padding: 1.4rem 0 1.1rem;
  position: relative;
  z-index: 2;
  background: #fff;
}
.solution-box2 .bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.solution-box2 .bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.solution-box2 .container {
  position: relative;
  z-index: 2;
}
.solution-box2 .container .title {
  line-height: calc(68/48);
  color: #fff;
  text-align: center;
}
.solution-box2 .container .list {
  width: 100%;
  margin-top: 0.7rem;
}
.solution-box2 .container .list .swiper-container {
  width: 100%;
  overflow: hidden;
}
.solution-box2 .container .list .swiper-container .swiper-slide {
  height: auto;
  background: #fff;
  border-radius: 0.1rem;
  padding: 0.6rem 0.3rem 0.8rem;
  cursor: grab;
}
.solution-box2 .container .list .swiper-container .swiper-slide .icons {
  width: 0.7rem;
  height: 0.7rem;
  margin: 0 auto;
}
.solution-box2 .container .list .swiper-container .swiper-slide .icons img,
.solution-box2 .container .list .swiper-container .swiper-slide .icons svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.solution-box2 .container .list .swiper-container .swiper-slide .t1 {
  font-weight: bold;
  color: #000;
  line-height: calc(34/24);
  text-align: center;
  margin-top: 0.45rem;
}
.solution-box2 .container .list .swiper-container .swiper-slide .t2 {
  width: 220px;
  max-width: 100%;
  line-height: calc(24/16);
  color: #666;
  text-align: center;
  margin: 0.2rem auto 0;
}
.solution-box2 .container .list .ck-box {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 0.6rem;
}
.solution-box2 .container .list .ck-box .swiper-prev,
.solution-box2 .container .list .ck-box .swiper-next {
  width: 40px;
  height: 40px;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.27);
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(10px);
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.4s;
  margin: 0 8px;
  color: #D9D9D9;
}
@media (max-width: 767px) {
  .solution-box2 .container .list .ck-box .swiper-prev,
  .solution-box2 .container .list .ck-box .swiper-next {
    width: 32px;
    height: 32px;
  }
}
.solution-box2 .container .list .ck-box .swiper-prev img,
.solution-box2 .container .list .ck-box .swiper-next img,
.solution-box2 .container .list .ck-box .swiper-prev svg,
.solution-box2 .container .list .ck-box .swiper-next svg {
  width: 30%;
  height: auto;
}
.solution-box2 .container .list .ck-box .swiper-prev:hover,
.solution-box2 .container .list .ck-box .swiper-next:hover {
  background: var(--color2);
  border: 1px solid var(--color2);
  color: #fff;
}
.solution-box2 .container .list .ck-box .swiper-prev img,
.solution-box2 .container .list .ck-box .swiper-prev svg {
  transform: rotateZ(180deg);
}
.solution-box3 {
  width: 100%;
  padding: 1.3rem 0 0;
  position: relative;
  z-index: 2;
  background: #fff;
}
@media (max-width: 991px) {
  .solution-box3 {
    padding: 1.3rem 0 1rem;
  }
}
.solution-box3 .container .title {
  color: #000;
  line-height: calc(68/48);
  text-align: center;
}
.solution-box3 .container .box {
  width: 100%;
  margin-top: 0.8rem;
  background: linear-gradient(156.92deg, #3994C2 -28.38%, #347292 48.09%, #427C9B 65.88%, #A3C6D9 111.94%);
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0.3rem;
  border-radius: 0.1rem 0 0 0.1rem;
}
@media (max-width: 991px) {
  .solution-box3 .container .box {
    display: none;
  }
}
.solution-box3 .container .box .menu {
  width: calc(480/1540*100%);
  padding: 0.4rem;
}
@media (max-width: 1025px) {
  .solution-box3 .container .box .menu {
    width: calc(580/1540*100%);
    padding: 0.4rem 0;
  }
}
.solution-box3 .container .box .menu ul {
  width: 100%;
}
.solution-box3 .container .box .menu ul li {
  width: 100%;
  padding-left: 0.32rem;
  transition: all 0.4s;
  margin-bottom: 0.34rem;
}
.solution-box3 .container .box .menu ul li:last-child {
  margin-bottom: 0;
}
.solution-box3 .container .box .menu ul li .t1 {
  font-size: 20px;
  line-height: calc(26/20);
  color: rgba(255, 255, 255, 0.6);
  transition: all 0.4s;
  cursor: pointer;
}
@media (max-width: 1025px) {
  .solution-box3 .container .box .menu ul li .t1 {
    font-size: 18px;
  }
}
.solution-box3 .container .box .menu ul li .t2 {
  line-height: calc(26/16);
  color: rgba(255, 255, 255, 0.7);
  display: none;
}
.solution-box3 .container .box .menu ul li .line {
  width: 100%;
  height: 2px;
  background: rgba(255, 255, 255, 0.2);
  position: relative;
  z-index: 1;
  display: none;
}
.solution-box3 .container .box .menu ul li .line span {
  width: 0;
  height: 2px;
  background: var(--color2);
  position: absolute;
  left: 0;
  z-index: 1;
}
.solution-box3 .container .box .menu ul li.on {
  padding-left: 0;
  margin-bottom: 1.06rem;
}
@media (max-width: 1260px) {
  .solution-box3 .container .box .menu ul li.on {
    margin-bottom: 0.4rem;
  }
}
@media (max-width: 1180px) {
  .solution-box3 .container .box .menu ul li.on {
    margin-bottom: 0.3rem;
  }
}
.solution-box3 .container .box .menu ul li.on:last-child {
  margin-bottom: 0;
}
.solution-box3 .container .box .menu ul li.on .t1 {
  color: #fff;
  font-size: 24px;
  line-height: calc(30/24);
}
@media (max-width: 1025px) {
  .solution-box3 .container .box .menu ul li.on .t1 {
    font-size: 20px;
  }
}
.solution-box3 .container .box .menu ul li.on .t2 {
  margin-top: 0.3rem;
}
@media (max-width: 1180px) {
  .solution-box3 .container .box .menu ul li.on .t2 {
    margin-top: 0.2rem;
  }
}
.solution-box3 .container .box .menu ul li.on .line {
  margin-top: 0.6rem;
}
@media (max-width: 1180px) {
  .solution-box3 .container .box .menu ul li.on .line {
    margin-top: 0.2rem;
  }
}
.solution-box3 .container .box .menu ul li.on .line span {
  animation: 5s lineRuns linear forwards;
}
.solution-box3 .container .box .img-box {
  width: calc(933/1540*100%);
}
.solution-box3 .container .box .img-box ul li {
  width: 100%;
  display: none;
}
.solution-box3 .container .box .img-box ul li.on {
  display: block;
}
.solution-box3 .container .box .img-box ul li .public-img {
  width: 100%;
  border-radius: 0.1rem;
}
.solution-box3 .container .box .img-box ul li .public-img::before {
  padding-top: calc(700/933*100%);
}
.solution-box3 .container .list {
  width: 100%;
  display: none;
  margin-top: 0.6rem;
}
@media (max-width: 991px) {
  .solution-box3 .container .list {
    display: block;
  }
}
.solution-box3 .container .list .swiper-container {
  width: 100%;
  overflow: hidden;
}
.solution-box3 .container .list .swiper-container .swiper-slide {
  width: 100%;
  height: auto;
}
.solution-box3 .container .list .swiper-container .swiper-slide .public-img {
  width: 100%;
  border-radius: 0.1rem;
}
.solution-box3 .container .list .swiper-container .swiper-slide .public-img::before {
  padding-top: calc(700/933*100%);
}
.solution-box3 .container .list .swiper-container .swiper-slide .tbox {
  width: 100%;
  margin-top: 0.3rem;
}
.solution-box3 .container .list .swiper-container .swiper-slide .tbox .t1 {
  line-height: calc(26/22);
  color: #000;
  transition: all 0.4s;
}
.solution-box3 .container .list .swiper-container .swiper-slide .tbox .t2 {
  line-height: calc(26/16);
  color: #666;
  margin-top: 0.1rem;
}
.solution-box3 .container .list .swiper-pagination {
  position: relative;
  z-index: 1;
  bottom: initial;
  font-size: 0;
  margin-top: 0.3rem;
}
.solution-box3 .container .list .swiper-pagination .swiper-pagination-bullet {
  opacity: 1;
  margin-right: 0.12rem;
  width: 12px;
  height: 12px;
  background: rgba(102, 102, 102, 0.3);
  border-radius: 2px;
  transition: all 0.4s;
}
.solution-box3 .container .list .swiper-pagination .swiper-pagination-bullet:last-child {
  margin-right: 0;
}
.solution-box3 .container .list .swiper-pagination .swiper-pagination-bullet-active {
  background: var(--color2);
}
@keyframes lineRuns {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
.solution-box4 {
  width: 100%;
  padding: 1rem 0 0;
  position: relative;
  z-index: 2;
  background: #fff;
}
@media (max-width: 991px) {
  .solution-box4 {
    padding: 1.4rem 0 0;
  }
}
.solution-box4 .container .title {
  color: #000;
  line-height: calc(68/48);
  text-align: center;
}
.solution-box4 .img {
  width: 100%;
  margin-top: 0.6rem;
}
.solution-box4 .img img {
  width: 100%;
}
.solution-box5 {
  width: 100%;
  padding: 1.06rem 0 1rem;
  position: relative;
  z-index: 2;
  background: #fff;
}
.solution-box5 .container .title {
  text-align: center;
  line-height: calc(68/48);
  color: #000;
}
.solution-box5 .container .list {
  width: 100%;
  margin-top: 0.7rem;
  position: relative;
  z-index: 1;
}
.solution-box5 .container .list .swiper-container {
  width: 100%;
  overflow: hidden;
}
.solution-box5 .container .list .swiper-container .swiper-slide {
  height: auto;
  display: flex;
}
.solution-box5 .container .list .swiper-container .swiper-slide a {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  border-radius: 0.1rem;
  background: #F8F8F8;
}
.solution-box5 .container .list .swiper-container .swiper-slide a .img {
  width: 50%;
  height: 100%;
  min-height: 6rem;
  border-radius: 0.1rem;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
@media (max-width: 991px) {
  .solution-box5 .container .list .swiper-container .swiper-slide a .img {
    width: 100%;
    height: auto;
    min-height: auto;
  }
}
.solution-box5 .container .list .swiper-container .swiper-slide a .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.solution-box5 .container .list .swiper-container .swiper-slide a .img::after {
  content: '';
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(1, 49, 74, 0), rgba(1, 49, 74, 0.48));
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
}
.solution-box5 .container .list .swiper-container .swiper-slide a .tbox {
  width: 50%;
  padding: 0.3rem 0.5rem;
}
@media (max-width: 991px) {
  .solution-box5 .container .list .swiper-container .swiper-slide a .tbox {
    width: 100%;
    padding: 0.5rem 0.3rem;
  }
}
.solution-box5 .container .list .swiper-container .swiper-slide a .tbox .t1 {
  line-height: calc(34/24);
  font-weight: bold;
  color: #222;
}
.solution-box5 .container .list .swiper-container .swiper-slide a .tbox .t2 {
  color: #666;
  line-height: calc(24/16);
  margin-top: 0.2rem;
}
.solution-box5 .container .list .swiper-container .swiper-slide a .tbox .t3 {
  margin-top: 0.17rem;
  line-height: calc(26/20);
  color: #333;
  font-weight: bold;
  position: relative;
  z-index: 1;
  padding-left: 0.2rem;
}
.solution-box5 .container .list .swiper-container .swiper-slide a .tbox .t3::before {
  content: '';
  width: 2px;
  height: 1em;
  background: var(--color2);
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
.solution-box5 .container .list .swiper-container .swiper-slide a .tbox .t4 {
  margin-top: 0.4rem;
  line-height: calc(26/20);
  color: #333;
  font-weight: bold;
  position: relative;
  z-index: 1;
  padding-left: 0.2rem;
}
.solution-box5 .container .list .swiper-container .swiper-slide a .tbox .t4::before {
  content: '';
  width: 2px;
  height: 1em;
  background: var(--color2);
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
.solution-box5 .container .list .swiper-container .swiper-slide a .tbox .more {
  margin-top: 0.4rem;
  display: flex;
  align-items: center;
}
.solution-box5 .container .list .swiper-container .swiper-slide a .tbox .more span {
  line-height: calc(24/14);
  color: var(--color);
  transition: all 0.4s;
}
.solution-box5 .container .list .swiper-container .swiper-slide a .tbox .more i {
  width: 22px;
  height: 22px;
  border-radius: 4px;
  background: var(--color);
  color: #fff;
  margin-left: 0.1rem;
  transition: all 0.4s;
  display: flex;
  justify-content: center;
  align-items: center;
}
.solution-box5 .container .list .swiper-container .swiper-slide a .tbox .more i img,
.solution-box5 .container .list .swiper-container .swiper-slide a .tbox .more i svg {
  width: auto;
  height: 6px;
  transform: rotateZ(-90deg);
}
.solution-box5 .container .list .swiper-container .swiper-slide a:hover .public-img img {
  transform: scale(1.05);
}
.solution-box5 .container .list .swiper-container .swiper-slide a:hover .tbox .more span {
  color: var(--color2);
}
.solution-box5 .container .list .swiper-container .swiper-slide a:hover .tbox .more i {
  background: var(--color2);
}
.solution-box5 .container .list .swiper-pagination {
  width: 50%;
  font-size: 0;
  bottom: 0.38rem;
}
@media (max-width: 1025px) {
  .solution-box5 .container .list .swiper-pagination {
    margin-top: 0.3rem;
    bottom: initial;
    position: relative;
    width: 100%;
  }
}
.solution-box5 .container .list .swiper-pagination .swiper-pagination-bullet {
  opacity: 1;
  margin-right: 0.12rem;
  width: 12px;
  height: 12px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 2px;
  transition: all 0.4s;
}
@media (max-width: 1025px) {
  .solution-box5 .container .list .swiper-pagination .swiper-pagination-bullet {
    background: rgba(102, 102, 102, 0.3);
  }
}
.solution-box5 .container .list .swiper-pagination .swiper-pagination-bullet:last-child {
  margin-right: 0;
}
.solution-box5 .container .list .swiper-pagination .swiper-pagination-bullet-active {
  background: var(--color2);
}
@media (max-width: 1025px) {
  .solution-box5 .container .list .ck-box {
    display: flex;
    justify-content: center;
    margin-top: 0.3rem;
  }
}
.solution-box5 .container .list .ck-box .swiper-prev,
.solution-box5 .container .list .ck-box .swiper-next {
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 8px;
  border: 1px solid #E2E2E2;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.4s;
  margin: 0 8px;
  color: #D9D9D9;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}
@media (max-width: 1025px) {
  .solution-box5 .container .list .ck-box .swiper-prev,
  .solution-box5 .container .list .ck-box .swiper-next {
    position: relative;
    z-index: 1;
    top: initial;
    transform: translateY(0);
  }
}
.solution-box5 .container .list .ck-box .swiper-prev img,
.solution-box5 .container .list .ck-box .swiper-next img,
.solution-box5 .container .list .ck-box .swiper-prev svg,
.solution-box5 .container .list .ck-box .swiper-next svg {
  width: 30%;
  height: auto;
}
.solution-box5 .container .list .ck-box .swiper-prev:hover,
.solution-box5 .container .list .ck-box .swiper-next:hover {
  background: var(--color2);
  border: 1px solid var(--color2);
  color: #fff;
}
.solution-box5 .container .list .ck-box .swiper-prev {
  right: calc(100% + 0.4rem);
}
@media (max-width: 1600px) {
  .solution-box5 .container .list .ck-box .swiper-prev {
    right: calc(100% + 0.2rem);
  }
}
@media (max-width: 1260px) {
  .solution-box5 .container .list .ck-box .swiper-prev {
    right: calc(100% + 0.1rem);
  }
}
@media (max-width: 1025px) {
  .solution-box5 .container .list .ck-box .swiper-prev {
    right: initial;
  }
}
.solution-box5 .container .list .ck-box .swiper-prev img,
.solution-box5 .container .list .ck-box .swiper-prev svg {
  transform: rotateZ(180deg);
}
.solution-box5 .container .list .ck-box .swiper-next {
  left: calc(100% + 0.4rem);
}
@media (max-width: 1600px) {
  .solution-box5 .container .list .ck-box .swiper-next {
    left: calc(100% + 0.2rem);
  }
}
@media (max-width: 1260px) {
  .solution-box5 .container .list .ck-box .swiper-next {
    left: calc(100% + 0.1rem);
  }
}
@media (max-width: 1025px) {
  .solution-box5 .container .list .ck-box .swiper-next {
    left: initial;
  }
}
.solution-box5 .container .mores {
  display: flex;
  justify-content: center;
  margin-top: 0.6rem;
}
.solution-box6 {
  width: 100%;
  padding: 0.33rem 0 1.4rem;
  position: relative;
  z-index: 2;
  background: #fff;
}
.solution-box6 .container .title {
  text-align: center;
  line-height: calc(68/48);
  color: #000;
}
.solution-box6 .container .list {
  width: 100%;
  margin-top: 0.78rem;
}
@media (max-width: 991px) {
  .solution-box6 .container .list {
    margin-top: 0.4rem;
  }
}
.solution-box6 .container .list ul {
  width: calc(100% + 0.6rem);
  margin: 0 -0.3rem;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .solution-box6 .container .list ul {
    width: 100%;
    margin: 0;
  }
}
.solution-box6 .container .list ul li {
  width: calc(50% - 0.6rem);
  margin: 0 0.3rem 0.6rem;
  display: flex;
}
@media (max-width: 991px) {
  .solution-box6 .container .list ul li {
    width: 100%;
    margin: 0 0 0.6rem;
  }
}
.solution-box6 .container .list ul li a {
  width: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  background: #ECF3F6;
  transition: all 0.4s;
  border-radius: 0.1rem;
  position: relative;
  z-index: 1;
}
.solution-box6 .container .list ul li a::before {
  content: '';
  width: 100%;
  height: 100%;
  border-radius: 0.1rem;
  background: url(../images/industry-box1-bg.jpg) center center no-repeat;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  opacity: 0;
  transition: all 0.4s;
}
.solution-box6 .container .list ul li a .public-img {
  width: calc(216/770*100%);
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  .solution-box6 .container .list ul li a .public-img {
    width: 70%;
    margin: 0 auto;
  }
}
.solution-box6 .container .list ul li a .public-img::before {
  padding-top: calc(300/216*100%);
}
.solution-box6 .container .list ul li a .tbox {
  width: calc(480/770*100%);
  margin-left: 0.3rem;
  position: relative;
  z-index: 2;
  padding: 0.3rem 0;
}
@media (max-width: 767px) {
  .solution-box6 .container .list ul li a .tbox {
    width: 100%;
    margin: 0;
    padding: 0.3rem;
  }
}
.solution-box6 .container .list ul li a .tbox .tag {
  display: flex;
}
.solution-box6 .container .list ul li a .tbox .tag span {
  border: 1px solid rgba(65, 141, 180, 0.3);
  background: rgba(57, 148, 194, 0.1);
  height: 30px;
  border-radius: 4px;
  color: #3994C2;
  padding: 0 0.1rem;
  transition: all 0.4s;
  display: flex;
  align-items: center;
}
.solution-box6 .container .list ul li a .tbox .t1 {
  margin-top: 0.1rem;
  line-height: calc(36/24);
  font-weight: bold;
  color: #222;
  transition: all 0.4s;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.solution-box6 .container .list ul li a .tbox .t2 {
  margin-top: 0.2rem;
  line-height: calc(24/14);
  color: rgba(102, 102, 102, 0.7);
  transition: all 0.4s;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: calc(24/14*2em);
}
.solution-box6 .container .list ul li a .tbox .more {
  margin-top: 0.2rem;
  display: flex;
  color: #01314A;
  line-height: calc(24/14);
  transition: all 0.4s;
}
.solution-box6 .container .list ul li a .tbox .more i {
  width: 22px;
  height: 22px;
  background: #01314A;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 0.1rem;
  color: #fff;
  transform: rotateZ(-90deg);
  transition: all 0.4s;
}
@media (min-width: 992px) {
  .solution-box6 .container .list ul li a:hover::before {
    opacity: 1;
  }
  .solution-box6 .container .list ul li a:hover .tbox .tag span {
    color: #fff;
    background: rgba(255, 255, 255, 0.27);
  }
  .solution-box6 .container .list ul li a:hover .tbox .t1 {
    color: #fff;
  }
  .solution-box6 .container .list ul li a:hover .tbox .t2 {
    color: rgba(255, 255, 255, 0.7);
  }
  .solution-box6 .container .list ul li a:hover .tbox .more {
    color: #fff;
  }
  .solution-box6 .container .list ul li a:hover .tbox .more i {
    background: #fff;
    color: #01314A;
  }
}
.solution-box6 .container .mores {
  display: flex;
  justify-content: center;
  margin-top: 0.4rem;
}
.news {
  width: 100%;
  padding: 0.7rem 0 1.2rem;
  position: relative;
  z-index: 2;
  background: #fff;
}
.news .container .top {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .news .container .top .menu {
    width: 100%;
  }
}
.news .container .top .menu ul {
  display: flex;
  overflow-x: auto;
}
.news .container .top .menu ul li {
  display: flex;
  margin-right: 0.2rem;
}
.news .container .top .menu ul li:last-child {
  margin-right: 0;
}
.news .container .top .menu ul li a {
  min-width: 1.2rem;
  height: 40px;
  padding: 0 0.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  border: 1px solid #D9D9D9;
  color: #666;
  transition: all 0.4s;
  white-space: nowrap;
}
.news .container .top .menu ul li:hover a,
.news .container .top .menu ul li.on a {
  color: #fff;
  background: var(--color2);
  border: 1px solid var(--color2);
}
.news .container .list {
  width: 100%;
  margin-top: 0.5rem;
}
.news .container .list ul {
  width: calc(100% + 0.5rem);
  margin: 0 -0.25rem;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .news .container .list ul {
    width: 100%;
    margin: 0;
  }
}
.news .container .list ul li {
  width: calc(33.33% - 0.5rem);
  margin: 0 0.25rem 0.5rem;
}
@media (max-width: 991px) {
  .news .container .list ul li {
    width: calc(50% - 0.5rem);
  }
}
@media (max-width: 767px) {
  .news .container .list ul li {
    width: 100%;
    margin: 0 0 0.5rem;
  }
}
.news .container .list ul li a {
  width: 100%;
  display: block;
}
.news .container .list ul li a .public-img {
  width: 100%;
  border-radius: 0.1rem;
}
.news .container .list ul li a .public-img::before {
  padding-top: calc(313/500*100%);
}
.news .container .list ul li a .tbox {
  width: 100%;
  padding: 0.25rem 0 0.3rem;
}
.news .container .list ul li a .tbox .t1 {
  line-height: calc(20/14);
  color: #000;
}
.news .container .list ul li a .tbox .t2 {
  line-height: calc(30/20);
  color: #000;
  margin-top: 0.15rem;
  transition: all 0.4s;
}
@media (min-width: 992px) {
  .news .container .list ul li a:hover .public-img img {
    transform: scale(1.05);
  }
  .news .container .list ul li a:hover .tbox .t2 {
    color: var(--color2);
  }
}
.news .container .page-list {
  margin-top: 0.3rem;
}
.news.news-label .container .list {
  margin-top: 0;
}
.news .not_search {
  margin-top: 0.8rem;
}
.news .not_search .container {
  width: 100%;
}
.news-info {
  width: 100%;
  position: relative;
  z-index: 2;
  background: #fff;
}
.news-info .top {
  width: 100%;
}
.news-info .top .container {
  max-width: 960px;
}
.news-info .top .container .title {
  line-height: calc(64/48);
  color: #222;
}
.news-info .top .container .others {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 0.3rem 0 0.1rem;
}
.news-info .top .container .others .tb {
  display: flex;
  align-items: center;
  margin-right: 1rem;
}
@media (max-width: 991px) {
  .news-info .top .container .others .tb {
    margin-right: 0.4rem;
  }
}
@media (max-width: 767px) {
  .news-info .top .container .others .tb {
    margin-bottom: 0.2rem;
  }
}
.news-info .top .container .others .tb i {
  width: 18px;
  height: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 0.1rem;
  flex-shrink: 0;
}
.news-info .top .container .others .tb i img,
.news-info .top .container .others .tb i svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.news-info .top .container .others .tb span {
  color: #666;
  line-height: calc(18/14);
}
.news-info .top .container .others .tag {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .news-info .top .container .others .tag {
    width: 100%;
  }
}
.news-info .top .container .others .tag a {
  padding: 0 0.15rem;
  height: 30px;
  border: 1px solid #B5B0B1;
  border-radius: 15px;
  display: flex;
  align-items: center;
  cursor: pointer;
  transition: all 0.4s;
  color: #B5B0B1;
  margin-right: 0.1rem;
}
.news-info .top .container .others .tag a:last-child {
  margin-right: 0;
}
.news-info .top .container .others .tag a:hover {
  color: #fff;
  background: var(--color2);
  border: 1px solid var(--color2);
}
.news-info .down {
  width: 100%;
  margin-top: 0.4rem;
  border-top: 1px solid #F8F8F8;
  padding: 0.6rem 0 1.4rem;
}
.news-info .down .container {
  max-width: 960px;
}
.news-info .down .container .public-content {
  color: #666;
  line-height: calc(30/16);
}
.news-info .down .container .share {
  display: flex;
  margin-top: 0.6rem;
}
@media (max-width: 991px) {
  .news-info .down .container .share {
    justify-content: center;
  }
}
.news-info .down .container .share a {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background: #F2F2F2;
  cursor: pointer;
  color: #010308;
  margin-right: 0.12rem;
  transition: all 0.4s;
}
.news-info .down .container .share a:hover {
  background: var(--color2);
  color: #fff;
}
.news-info .down .container .share a > img,
.news-info .down .container .share a svg {
  width: 18px;
  height: 18px;
}
.news-info .down .container .ck-box {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 0.3rem;
  border-top: 1px solid #EAEAEA;
  padding-top: 0.3rem;
}
.news-info .down .container .ck-box a {
  max-width: 45%;
  color: #666;
  line-height: calc(20/14);
  transition: all 0.4s;
}
@media (max-width: 1180px) {
  .news-info .down .container .ck-box a {
    width: 100%;
    max-width: 100%;
    margin-bottom: 0.1rem;
  }
}
.news-info .down .container .ck-box a:hover {
  color: var(--color2);
}
.other-news {
  width: 100%;
  padding: 1.2rem 0 0.9rem;
  background: #F4F4F4;
}
.other-news .container .title {
  text-align: center;
  line-height: calc(68/48);
  color: #000;
  font-weight: bold;
}
.other-news .container .list {
  width: 100%;
  margin-top: 0.8rem;
}
.other-news .container .list ul {
  width: calc(100% + 0.5rem);
  margin: 0 -0.25rem;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .other-news .container .list ul {
    width: 100%;
    margin: 0;
  }
}
.other-news .container .list ul li {
  width: calc(33.33% - 0.5rem);
  margin: 0 0.25rem 0.5rem;
}
@media (max-width: 767px) {
  .other-news .container .list ul li {
    width: 100%;
    margin: 0 0 0.5rem;
  }
}
.other-news .container .list ul li a {
  width: 100%;
  display: block;
}
.other-news .container .list ul li a .public-img {
  width: 100%;
  border-radius: 0.1rem;
}
.other-news .container .list ul li a .public-img::before {
  padding-top: calc(313/500*100%);
}
.other-news .container .list ul li a .tbox {
  width: 100%;
  padding: 0.25rem 0 0.3rem;
}
.other-news .container .list ul li a .tbox .t1 {
  line-height: calc(20/14);
  color: #000;
}
.other-news .container .list ul li a .tbox .t2 {
  line-height: calc(30/20);
  color: #000;
  margin-top: 0.15rem;
  transition: all 0.4s;
}
@media (min-width: 992px) {
  .other-news .container .list ul li a:hover .public-img img {
    transform: scale(1.05);
  }
  .other-news .container .list ul li a:hover .tbox .t2 {
    color: var(--color2);
  }
}
.other-news .container .more {
  display: flex;
  justify-content: center;
  margin-top: 0.6rem;
}
.contact-box1 {
  width: 100%;
  padding: 0.95rem 0 1rem;
  position: relative;
  z-index: 2;
  background: #fff;
}
.contact-box1 .container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.contact-box1 .container .box1 {
  width: calc(646/1600*100%);
}
@media (max-width: 991px) {
  .contact-box1 .container .box1 {
    width: 100%;
  }
}
.contact-box1 .container .box1 .title {
  line-height: calc(68/48);
  font-weight: bold;
  color: #000;
}
.contact-box1 .container .box1 .tbox {
  width: 100%;
  border-top: 1px solid #D9D9D9;
  margin-top: 0.4rem;
}
.contact-box1 .container .box1 .tbox .t1 {
  color: #000;
  line-height: calc(20/18);
  margin-top: 0.58rem;
}
.contact-box1 .container .box1 .tbox .t1 span {
  display: block;
  margin-bottom: 0.1rem;
  line-height: calc(20/16);
  color: #666;
}
.contact-box1 .container .box1 .focus {
  margin-top: 0.63rem;
}
.contact-box1 .container .box1 .focus .t1 {
  color: #000;
  line-height: calc(22/16);
}
.contact-box1 .container .box1 .focus .fbox {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-top: 0.24rem;
}
.contact-box1 .container .box1 .focus .fbox .icons {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background: #F2F2F2;
  cursor: pointer;
  color: #010308;
  margin-right: 0.12rem;
  transition: all 0.4s;
  position: relative;
  z-index: 1;
}
.contact-box1 .container .box1 .focus .fbox .icons:hover {
  background: var(--color2);
  color: #fff;
}
.contact-box1 .container .box1 .focus .fbox .icons > img,
.contact-box1 .container .box1 .focus .fbox .icons svg {
  width: 18px;
  height: 18px;
}
.contact-box1 .container .box1 .focus .fbox .icons .ewm {
  width: 1.4rem;
  height: 1.4rem;
  border-radius: 5px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 0 0.1rem 0 rgba(0, 0, 0, 0.1);
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 100%;
  padding: 0.05rem;
  display: none;
}
@media (max-width: 767px) {
  .contact-box1 .container .box1 .focus .fbox .icons .ewm {
    width: 110px;
    height: 110px;
  }
}
.contact-box1 .container .box1 .focus .fbox .icons:hover .ewm {
  display: block;
}
.contact-box1 .container .box2 {
  width: calc(784/1600*100%);
}
@media (max-width: 991px) {
  .contact-box1 .container .box2 {
    width: 100%;
    margin-top: 1rem;
  }
}
.contact-box1 .container .box2 .title {
  line-height: calc(68/48);
  font-weight: bold;
  color: #000;
}
.contact-box1 .container .box2 form {
  width: 100%;
  background: #F6F9FA;
  border-radius: 0.12rem;
  padding: 0.5rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 0.4rem;
}
@media (max-width: 767px) {
  .contact-box1 .container .box2 form {
    padding: 0.5rem 0.3rem;
  }
}
.contact-box1 .container .box2 form .item {
  width: calc(330/684*100%);
  display: flex;
  align-items: center;
  border-bottom: 1px solid #D9D9D9;
  margin-bottom: 0.3rem;
}
@media (max-width: 767px) {
  .contact-box1 .container .box2 form .item {
    width: 100%;
  }
}
.contact-box1 .container .box2 form .item:last-child {
  margin-bottom: 0;
  border-bottom: none;
}
.contact-box1 .container .box2 form .item .tips {
  display: flex;
  flex-shrink: 0;
  line-height: calc(22/16);
  color: #000;
}
.contact-box1 .container .box2 form .item .tips i {
  color: var(--color2);
  font-style: initial;
  margin-right: 0.1rem;
}
.contact-box1 .container .box2 form .item .layui-form-select {
  width: 100%;
}
.contact-box1 .container .box2 form .item .layui-form-select .layui-input {
  width: 100%;
  height: 60px;
  color: #000;
  border: none;
  padding: 0 0.12rem;
  background: none;
}
@media (max-width: 1260px) {
  .contact-box1 .container .box2 form .item .layui-form-select .layui-input {
    height: 50px;
  }
}
@media (max-width: 767px) {
  .contact-box1 .container .box2 form .item .layui-form-select .layui-input {
    height: 40px;
  }
}
.contact-box1 .container .box2 form .item .layui-form-select .layui-input::placeholder {
  color: #000;
}
.contact-box1 .container .box2 form .item .layui-form-select .layui-input:focus {
  box-shadow: none;
}
.contact-box1 .container .box2 form .item .layui-form-select .layui-edge {
  width: 8px;
  height: 8px;
  border: none;
  border-left: 1px solid #626262;
  border-bottom: 1px solid #626262;
  transform: rotateZ(-45deg);
  right: 0;
  margin-top: -5px;
}
.contact-box1 .container .box2 form .item .layui-form-select dl {
  top: 60px;
}
@media (max-width: 1260px) {
  .contact-box1 .container .box2 form .item .layui-form-select dl {
    top: 50px;
  }
}
@media (max-width: 767px) {
  .contact-box1 .container .box2 form .item .layui-form-select dl {
    top: 40px;
  }
}
.contact-box1 .container .box2 form .item .layui-form-selected .layui-edge {
  margin-top: 0;
  transform: rotateZ(-225deg);
}
.contact-box1 .container .box2 form .item .layui-form-selectup dl {
  bottom: 60px;
}
@media (max-width: 1260px) {
  .contact-box1 .container .box2 form .item .layui-form-selectup dl {
    bottom: 50px;
  }
}
@media (max-width: 767px) {
  .contact-box1 .container .box2 form .item .layui-form-selectup dl {
    bottom: 40px;
  }
}
.contact-box1 .container .box2 form .item .txt {
  width: 100%;
  height: 60px;
  padding-left: 0.1rem;
}
@media (max-width: 1260px) {
  .contact-box1 .container .box2 form .item .txt {
    height: 50px;
  }
}
@media (max-width: 767px) {
  .contact-box1 .container .box2 form .item .txt {
    height: 40px;
  }
}
.contact-box1 .container .box2 form .item .text {
  width: 100%;
  height: 92px;
  padding: 0.1rem;
}
.contact-box1 .container .box2 form .item .check {
  width: 100%;
  display: flex;
  align-items: center;
  line-height: calc(20/14);
}
.contact-box1 .container .box2 form .item .check i {
  width: 15px;
  height: 15px;
  border: 1px solid #DBDBDB;
  border-radius: 2px;
  background: #fff;
  cursor: pointer;
  transition: all 0.4s;
  position: relative;
  z-index: 1;
}
.contact-box1 .container .box2 form .item .check i::before {
  content: '';
  width: 7px;
  height: 3px;
  border-left: 1px solid var(--color2);
  border-bottom: 1px solid var(--color2);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotateZ(-45deg);
  margin-top: -1px;
  opacity: 0;
  transition: all 0.4s;
}
.contact-box1 .container .box2 form .item .check i.on {
  border: 1px solid var(--color2);
}
.contact-box1 .container .box2 form .item .check i.on::before {
  opacity: 1;
}
.contact-box1 .container .box2 form .item .check span {
  color: #999;
  margin-left: 0.1rem;
}
.contact-box1 .container .box2 form .item .check span a {
  color: #999;
  transition: all 0.4s;
}
.contact-box1 .container .box2 form .item .check span a:hover {
  color: var(--color2);
}
.contact-box1 .container .box2 form .item .ckbox {
  width: 100%;
  display: flex;
  margin-top: 0.3rem;
}
.contact-box1 .container .box2 form .item .ckbox .sub {
  width: 162px;
  height: 48px;
  border-radius: 0.1rem;
  background: var(--color2);
  color: #fff;
  margin-right: 0.24rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .contact-box1 .container .box2 form .item .ckbox .sub {
    height: 40px;
  }
}
.contact-box1 .container .box2 form .item .ckbox .sub i {
  width: 18px;
  height: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 0.1rem;
}
.contact-box1 .container .box2 form .item .ckbox .sub i img,
.contact-box1 .container .box2 form .item .ckbox .sub i svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.contact-box1 .container .box2 form .item .ckbox .reset {
  width: 162px;
  height: 48px;
  border-radius: 0.1rem;
  background: #DFEBF2;
  color: #666;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .contact-box1 .container .box2 form .item .ckbox .reset {
    height: 40px;
  }
}
.contact-box1 .container .box2 form .item .ckbox .reset i {
  width: 18px;
  height: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 0.1rem;
}
.contact-box1 .container .box2 form .item .ckbox .reset i img,
.contact-box1 .container .box2 form .item .ckbox .reset i svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.contact-box1 .container .box2 form .item.w100 {
  width: 100%;
  flex-wrap: wrap;
}
.contact-box2 {
  width: 100%;
  background: #F6F9FA;
  padding: 1.1rem 0 0.8rem;
  position: relative;
  z-index: 2;
}
.contact-box2 .container .title {
  line-height: calc(68/48);
  text-align: center;
  color: #000;
}
.contact-box2 .container .menu {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 0.4rem;
}
.contact-box2 .container .menu ul {
  display: flex;
  overflow-x: auto;
}
.contact-box2 .container .menu ul li {
  height: 40px;
  border-radius: 20px;
  padding: 0 0.32rem;
  white-space: nowrap;
  margin-right: 0.1rem;
  color: #666;
  border: 1px solid #D9D9D9;
  background: rgba(255, 255, 255, 0.15);
  display: flex;
  align-items: center;
  cursor: pointer;
  transition: all 0.4s;
}
.contact-box2 .container .menu ul li:last-child {
  margin-right: 0;
}
.contact-box2 .container .menu ul li:hover,
.contact-box2 .container .menu ul li.on {
  background: var(--color2);
  color: #fff;
  border: 1px solid var(--color2);
}
.contact-box2 .container .list {
  width: 100%;
  margin-top: 0.4rem;
}
.contact-box2 .container .list ul {
  width: calc(100% + 0.3rem);
  margin: 0 -0.15rem;
  display: flex;
  flex-wrap: wrap;
  display: none;
}
.contact-box2 .container .list ul.on {
  display: flex;
}
@media (max-width: 767px) {
  .contact-box2 .container .list ul {
    width: 100%;
    margin: 0;
  }
}
.contact-box2 .container .list ul li {
  width: calc(33.33% - 0.3rem);
  margin: 0 0.15rem 0.3rem;
  background: #fff;
  border-radius: 0.1rem;
  border-bottom: 1px solid #E5E5E5;
  padding: 0.4rem;
}
@media (max-width: 991px) {
  .contact-box2 .container .list ul li {
    width: calc(50% - 0.3rem);
  }
}
@media (max-width: 767px) {
  .contact-box2 .container .list ul li {
    width: 100%;
    margin: 0 0 0.3rem;
    padding: 0.3rem;
  }
}
.contact-box2 .container .list ul li .t1 {
  color: var(--color);
  line-height: 2;
}
.contact-box2 .container .list ul li .t2 {
  margin-top: 0.2rem;
}
.contact-box2 .container .list ul li .t2 .ts {
  line-height: calc(24/14);
  color: #222;
  margin-bottom: 0.1rem;
}
.contact-box2 .container .list ul li .t2 .ts:last-child {
  margin-bottom: 0;
}
.contact-box2 .container .list ul li .t2 .ts span {
  color: #666;
  margin-right: 0.1rem;
  display: inline-flex;
}
.product-box1 {
  width: 100%;
  padding: 1.85rem 0 3.1rem;
  position: relative;
  z-index: 2;
  background: #fff;
}
.product-box1 .container .txt {
  width: 1010px;
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
}
.product-box1 .container .txt span {
  color: #BABABA;
}
.product-box1 .container .txt span.on {
  color: var(--color);
}
.product-box2 {
  width: 100%;
  position: relative;
  z-index: 2;
  background: #01314A linear-gradient(181deg, rgba(1, 49, 74, 0) 12.73%, #3E7998 99.6%);
  padding: 1.4rem 0 0.96rem;
}
.product-box2 .container .title {
  text-align: center;
  line-height: calc(68/48);
  color: #fff;
}
.product-box2 .container .list {
  width: 100%;
  margin-top: 0.75rem;
  position: relative;
  z-index: 1;
}
.product-box2 .container .list .swiper-container {
  width: 100%;
  overflow: hidden;
}
.product-box2 .container .list .swiper-container .swiper-slide {
  background: #fff;
  border-radius: 0.1rem;
  height: auto;
  padding: 0.4rem 0.4rem 0.5rem;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.product-box2 .container .list .swiper-container .swiper-slide::before {
  content: '';
  width: 710px;
  height: 280px;
  transform: rotate(165deg);
  opacity: 0.2;
  background: linear-gradient(90deg, #32E5C8 0%, #30B8FF 30%);
  filter: blur(56.97997284px);
  position: absolute;
  z-index: 2;
  left: -70px;
  bottom: 100%;
  pointer-events: none;
  opacity: 0;
  transition: all 0.4s;
}
.product-box2 .container .list .swiper-container .swiper-slide::after {
  content: '';
  width: 710px;
  height: 280px;
  transform: rotate(165deg);
  opacity: 0.2;
  background: linear-gradient(90deg, #6ECCFE 0%, #87B3C9 30%, #FFAEB5 85%, #FF7F66 100%);
  filter: blur(56.97997284px);
  position: absolute;
  z-index: 2;
  left: -235px;
  top: 100%;
  pointer-events: none;
  opacity: 0;
  transition: all 0.4s;
}
.product-box2 .container .list .swiper-container .swiper-slide .icons {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #fff;
  color: var(--color2);
}
.product-box2 .container .list .swiper-container .swiper-slide .icons img,
.product-box2 .container .list .swiper-container .swiper-slide .icons svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.product-box2 .container .list .swiper-container .swiper-slide .t1 {
  line-height: calc(28/20);
  color: #000;
  font-weight: bold;
  margin-top: 0.4rem;
}
.product-box2 .container .list .swiper-container .swiper-slide .t2 {
  color: #666;
  line-height: calc(26/16);
  margin-top: 0.2rem;
}
.product-box2 .container .list .swiper-container .swiper-slide:hover::before {
  opacity: 0.2;
}
.product-box2 .container .list .swiper-container .swiper-slide:hover::after {
  opacity: 0.2;
}
.product-box2 .container .list .ck-box {
  display: flex;
  justify-content: center;
  margin-top: 0.8rem;
}
.product-box2 .container .list .ck-box .swiper-prev,
.product-box2 .container .list .ck-box .swiper-next {
  width: 40px;
  height: 40px;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.27);
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(10px);
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.4s;
  margin: 0 8px;
  color: #D9D9D9;
}
@media (max-width: 767px) {
  .product-box2 .container .list .ck-box .swiper-prev,
  .product-box2 .container .list .ck-box .swiper-next {
    width: 32px;
    height: 32px;
  }
}
.product-box2 .container .list .ck-box .swiper-prev img,
.product-box2 .container .list .ck-box .swiper-next img,
.product-box2 .container .list .ck-box .swiper-prev svg,
.product-box2 .container .list .ck-box .swiper-next svg {
  width: 30%;
  height: auto;
}
.product-box2 .container .list .ck-box .swiper-prev:hover,
.product-box2 .container .list .ck-box .swiper-next:hover {
  background: var(--color2);
  border: 1px solid var(--color2);
  color: #fff;
}
.product-box2 .container .list .ck-box .swiper-prev img,
.product-box2 .container .list .ck-box .swiper-prev svg {
  transform: rotateZ(180deg);
}
.product-box3 {
  width: 100%;
  padding: 1.4rem 0 1.55rem;
  position: relative;
  z-index: 2;
  background: #fff;
}
.product-box3 .container {
  position: sticky;
  position: -webkit-sticky;
  top: 1.4rem;
}
@media (max-width: 991px) {
  .product-box3 .container {
    position: relative;
    top: initial;
  }
}
.product-box3 .container .title {
  text-align: center;
  line-height: calc(68/48);
  color: #000;
}
.product-box3 .container .box {
  width: 100%;
  margin-top: 0.8rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.product-box3 .container .box .menu {
  width: calc(740/1600*100%);
  border-left: 1px solid #D9D9D9;
}
@media (max-width: 991px) {
  .product-box3 .container .box .menu {
    width: 100%;
    margin-top: 0.3rem;
  }
}
.product-box3 .container .box .menu ul li {
  padding-left: 0.6rem;
  margin-bottom: 0.3rem;
  position: relative;
  z-index: 1;
}
.product-box3 .container .box .menu ul li::before {
  content: '';
  width: 3px;
  height: 100%;
  background: var(--color2);
  position: absolute;
  left: -2px;
  top: 0;
  z-index: 2;
  opacity: 0;
  transition: all 0.4s;
}
.product-box3 .container .box .menu ul li:last-child {
  margin-bottom: 0;
}
.product-box3 .container .box .menu ul li .t1 {
  color: rgba(0, 0, 0, 0.3);
  line-height: calc(36/24);
  font-weight: bold;
  transition: all 0.4s;
  padding-bottom: 0.3rem;
  cursor: pointer;
}
.product-box3 .container .box .menu ul li .t2 {
  width: 606px;
  max-width: 100%;
  color: #666;
  line-height: calc(26/16);
  display: none;
}
.product-box3 .container .box .menu ul li.on::before {
  opacity: 1;
}
.product-box3 .container .box .menu ul li.on .t1 {
  color: #000;
}
.product-box3 .container .box .img-box {
  width: 50%;
}
@media (max-width: 991px) {
  .product-box3 .container .box .img-box {
    width: 100%;
    order: -1;
  }
}
.product-box3 .container .box .img-box ul {
  width: 100%;
}
.product-box3 .container .box .img-box ul li {
  width: 100%;
  display: none;
}
.product-box3 .container .box .img-box ul li.on {
  display: block;
}
.product-box3 .container .box .img-box ul li .public-img {
  width: 100%;
  border-radius: 0.1rem;
}
.product-box3 .container .box .img-box ul li .public-img::before {
  padding-top: calc(520/800*100%);
}
.product-box4 {
  width: 100%;
  background: #F5F9FB;
  position: relative;
  z-index: 2;
  padding: 1.1rem 0 2.2rem;
}
.product-box4 .bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  overflow: hidden;
}
.product-box4 .bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product-box4 .container {
  position: relative;
  z-index: 2;
}
.product-box4 .container .top {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.product-box4 .container .top .title {
  color: #000;
  font-weight: bold;
  line-height: calc(68/48);
}
.product-box4 .container .top .txt {
  width: 50%;
  color: #666;
  line-height: calc(26/14);
}
@media (max-width: 991px) {
  .product-box4 .container .top .txt {
    width: 100%;
    margin-top: 0.2rem;
  }
}
.product-box4 .container .box {
  width: 100%;
  margin-top: 0.55rem;
}
.product-box4 .container .box .box1 {
  width: 100%;
  background: #fff;
  border-radius: 0.16rem;
  padding: 0.5rem 0.5rem 0.2rem;
  margin-bottom: 0.4rem;
}
.product-box4 .container .box .box1:last-child {
  margin-bottom: 0;
}
.product-box4 .container .box .box1 .t1 {
  line-height: calc(36/24);
  color: #222;
}
.product-box4 .container .box .box1 .t2 {
  width: 100%;
  max-height: 450px;
  overflow-y: auto;
  display: flex;
  flex-wrap: wrap;
  margin-top: 0.44rem;
}
.product-box4 .container .box .box1 .t2 .ts {
  width: 20%;
  margin-bottom: 0.3rem;
}
@media (max-width: 991px) {
  .product-box4 .container .box .box1 .t2 .ts {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .product-box4 .container .box .box1 .t2 .ts {
    width: 100%;
  }
}
.product-box4 .container .box .box1 .t2 .ts .s1 {
  line-height: calc(26/18);
  color: #000;
  font-weight: bold;
  display: flex;
  align-items: center;
}
.product-box4 .container .box .box1 .t2 .ts .s1 span {
  padding: 3px 5px 3px 3px;
  height: 20px;
  display: flex;
  align-items: center;
  font-style: italic;
  background: var(--color);
  font-size: 12px;
  border-radius: 4px;
  color: #fff;
  font-weight: bold;
  background: linear-gradient(to right, #FB4214, #FC35A3);
  margin-left: 0.1rem;
}
.product-box4 .container .box .box1 .t2 .ts .s2 {
  margin-top: 0.1rem;
  line-height: calc(24/14);
  color: #666;
}
.product-box4 .container .box .box1 .t3 {
  width: calc(100% + 0.8rem);
  margin: 0.44rem -0.4rem 0;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .product-box4 .container .box .box1 .t3 {
    width: 100%;
    margin: 0.4rem 0 0;
  }
}
.product-box4 .container .box .box1 .t3 .ts {
  width: calc(25% - 0.8rem);
  margin: 0 0.4rem 0.44rem;
}
@media (max-width: 991px) {
  .product-box4 .container .box .box1 .t3 .ts {
    width: calc(50% - 0.8rem);
  }
}
@media (max-width: 767px) {
  .product-box4 .container .box .box1 .t3 .ts {
    width: 100%;
    margin: 0 0 0.4rem;
  }
}
.product-box4 .container .box .box1 .t3 .ts .s1 {
  font-size: 26/18;
  color: #333;
  font-weight: bold;
}
.product-box4 .container .box .box1 .t3 .ts .s2 {
  margin-top: 0.1rem;
  line-height: calc(24/14);
  color: #666;
}
.product-box5 {
  width: 100%;
  padding: 1.1rem 0 1.4rem;
  position: relative;
  z-index: 2;
  background: #fff;
}
.product-box5 .container .title {
  text-align: center;
  line-height: calc(68/48);
  color: #000;
}
.product-box5 .container .list {
  width: 100%;
  border-top: 1px solid #E5E5E5;
  margin-top: 0.52rem;
}
.product-box5 .container .list ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.product-box5 .container .list ul li {
  width: 33.33%;
  padding: 0.5rem 0.5rem 0.8rem;
  border-right: 1px solid #E5E5E5;
  border-bottom: 1px solid #E5E5E5;
}
@media (max-width: 991px) {
  .product-box5 .container .list ul li {
    width: 50%;
    border-left: 1px solid #E5E5E5;
  }
}
@media (max-width: 767px) {
  .product-box5 .container .list ul li {
    width: 100%;
  }
}
.product-box5 .container .list ul li .icons {
  width: 0.8rem;
  height: 0.8rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.product-box5 .container .list ul li .icons img,
.product-box5 .container .list ul li .icons svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.product-box5 .container .list ul li .t1 {
  margin-top: 0.38rem;
  line-height: calc(26/18);
  color: #333;
  font-weight: bold;
}
.product-box5 .container .list ul li .t2 {
  color: #666;
  line-height: calc(24/14);
  margin-top: 0.25rem;
}
.product-box6 {
  width: 100%;
  background: #F3F3F3;
  padding: 1.1rem 0 1.6rem;
  position: relative;
  z-index: 2;
}
.product-box6 .container .title {
  text-align: center;
  line-height: calc(68/48);
  color: #000;
}
.product-box6 .container .box {
  width: 100%;
  margin-top: 0.7rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.product-box6 .container .box .img-box {
  width: 50%;
}
@media (max-width: 991px) {
  .product-box6 .container .box .img-box {
    width: 100%;
  }
}
.product-box6 .container .box .img-box ul {
  width: 100%;
}
.product-box6 .container .box .img-box ul li {
  width: 100%;
  display: none;
}
.product-box6 .container .box .img-box ul li.on {
  display: block;
}
.product-box6 .container .box .img-box ul li .public-img {
  width: 100%;
  border-radius: 0.1rem;
}
.product-box6 .container .box .img-box ul li .public-img::before {
  padding-top: calc(650/800*100%);
}
.product-box6 .container .box .img-box ul li .public-img::after {
  content: '';
  width: 100%;
  height: 100%;
  background: rgba(1, 49, 74, 0.15) linear-gradient(to top, #01314a, rgba(1, 49, 74, 0) 20%);
  position: absolute;
  z-index: 3;
  left: 0;
  top: 0;
}
.product-box6 .container .box .menu {
  width: calc(780/1600*100%);
}
@media (max-width: 991px) {
  .product-box6 .container .box .menu {
    width: 100%;
    margin-top: 0.1rem;
  }
}
.product-box6 .container .box .menu ul li {
  width: 100%;
  background: #fff;
  border-radius: 0.1rem;
  padding: 0.31rem 0.32rem;
  margin-bottom: 0.1rem;
}
@media (max-width: 1180px) {
  .product-box6 .container .box .menu ul li {
    padding: 0.275rem 0.2rem;
  }
}
@media (max-width: 1025px) {
  .product-box6 .container .box .menu ul li {
    padding: 0.175rem 0.2rem;
  }
}
.product-box6 .container .box .menu ul li:last-child {
  margin-bottom: 0;
}
.product-box6 .container .box .menu ul li .t1 {
  display: flex;
  line-height: calc(36/24);
  color: rgba(0, 0, 0, 0.3);
  font-weight: bold;
  cursor: pointer;
  transition: all 0.4s;
}
.product-box6 .container .box .menu ul li .t1 span {
  margin-right: 0.1rem;
}
.product-box6 .container .box .menu ul li .t1 i {
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: auto;
}
.product-box6 .container .box .menu ul li .t1 i img,
.product-box6 .container .box .menu ul li .t1 i svg {
  width: 18px;
  height: 18px;
  object-fit: contain;
}
.product-box6 .container .box .menu ul li .t1 i img:nth-child(2),
.product-box6 .container .box .menu ul li .t1 i svg:nth-child(2) {
  display: none;
}
.product-box6 .container .box .menu ul li .t2 {
  line-height: calc(26/16);
  color: #666;
  display: none;
}
.product-box6 .container .box .menu ul li.on .t1 {
  color: #000;
  padding-bottom: 0.2rem;
}
.product-box6 .container .box .menu ul li.on .t1 i img:nth-child(1) {
  display: none;
}
.product-box6 .container .box .menu ul li.on .t1 i img:nth-child(2) {
  display: block;
}
.product-box7 {
  width: 100%;
  padding: 1.4rem 0 1.2rem;
  background: #01314A linear-gradient(to bottom, #01314a, #3e7998);
  position: relative;
  z-index: 2;
}
.product-box7 .container .title {
  text-align: center;
  color: #fff;
  line-height: calc(68/48);
  font-weight: bold;
}
.product-box7 .container .list {
  width: 100%;
  margin-top: 0.7rem;
}
.product-box7 .container .list .swiper-container {
  width: 100%;
  overflow: hidden;
}
.product-box7 .container .list .swiper-container .swiper-slide {
  height: auto;
  background: #fff;
  border-radius: 0.1rem;
  padding: 0.24rem 0.24rem 0.4rem;
}
.product-box7 .container .list .swiper-container .swiper-slide .public-img {
  width: 100%;
  border-radius: 0.1rem;
}
.product-box7 .container .list .swiper-container .swiper-slide .public-img::before {
  padding-top: calc(248/330*100%);
}
.product-box7 .container .list .swiper-container .swiper-slide .tbox {
  width: 100%;
  margin-top: 0.3rem;
}
.product-box7 .container .list .swiper-container .swiper-slide .tbox .t1 {
  line-height: calc(28/20);
  color: #000;
  font-weight: bold;
  transition: all 0.4s;
}
.product-box7 .container .list .swiper-container .swiper-slide .tbox .t2 {
  line-height: calc(26/16);
  color: #666;
  margin-top: 0.1rem;
}
.product-box7 .container .list .swiper-container .swiper-slide:hover .public-img img {
  transform: scale(1.05);
}
.product-box7 .container .list .swiper-container .swiper-slide:hover .tbox .t1 {
  color: var(--color2);
}
.product-box7 .container .list .ck-box {
  display: flex;
  justify-content: center;
  margin-top: 0.8rem;
}
.product-box7 .container .list .ck-box .swiper-prev,
.product-box7 .container .list .ck-box .swiper-next {
  width: 40px;
  height: 40px;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.27);
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(10px);
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.4s;
  margin: 0 8px;
  color: #D9D9D9;
}
@media (max-width: 767px) {
  .product-box7 .container .list .ck-box .swiper-prev,
  .product-box7 .container .list .ck-box .swiper-next {
    width: 32px;
    height: 32px;
  }
}
.product-box7 .container .list .ck-box .swiper-prev img,
.product-box7 .container .list .ck-box .swiper-next img,
.product-box7 .container .list .ck-box .swiper-prev svg,
.product-box7 .container .list .ck-box .swiper-next svg {
  width: 30%;
  height: auto;
}
.product-box7 .container .list .ck-box .swiper-prev:hover,
.product-box7 .container .list .ck-box .swiper-next:hover {
  background: var(--color2);
  border: 1px solid var(--color2);
  color: #fff;
}
.product-box7 .container .list .ck-box .swiper-prev img,
.product-box7 .container .list .ck-box .swiper-prev svg {
  transform: rotateZ(180deg);
}
.product-box8 {
  width: 100%;
  padding: 1.4rem 0 0.7rem;
  position: relative;
  z-index: 2;
  background: #fff;
}
.product-box8 .container .title {
  text-align: center;
  line-height: calc(68/48);
  color: #000;
  font-weight: bold;
}
.product-box8 .container .list {
  width: 100%;
  margin-top: 1.06rem;
}
.product-box8 .container .list ul {
  width: calc(100% + 0.6rem);
  margin: 0 -0.3rem;
  display: flex;
  flex-wrap: wrap;
  padding-right: 1.4rem;
}
@media (max-width: 991px) {
  .product-box8 .container .list ul {
    width: calc(100% + 0.3rem);
    margin: 0 -0.15rem;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .product-box8 .container .list ul {
    width: 100%;
    margin: 0;
    padding: 0;
  }
}
.product-box8 .container .list ul li {
  width: calc(25% - 0.6rem);
  background: #F6F6F6;
  border-radius: 0.2rem;
  padding: 0.68rem 0.4rem 0.4rem;
  margin: 0 0.3rem 1.08rem;
  position: relative;
  z-index: 1;
}
@media (max-width: 991px) {
  .product-box8 .container .list ul li {
    width: calc(50% - 0.3rem);
    margin: 0 0.15rem 0.6rem;
  }
}
@media (max-width: 767px) {
  .product-box8 .container .list ul li {
    width: 100%;
    margin: 0 0 0.6rem;
  }
}
.product-box8 .container .list ul li::before {
  content: '';
  width: 17px;
  height: 17px;
  background: url(../images/product-box8-arrow.svg) center center no-repeat;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: calc(100% + 0.21rem);
  z-index: 1;
}
@media (max-width: 991px) {
  .product-box8 .container .list ul li::before {
    display: none;
  }
}
.product-box8 .container .list ul li:nth-child(4)::before {
  display: none;
}
.product-box8 .container .list ul li:nth-child(n + 4)::before {
  left: initial;
  right: calc(100% + 0.21rem);
  transform: translateY(-50%) rotateZ(180deg);
}
@media (min-width: 992px) {
  .product-box8 .container .list ul li:nth-child(5) {
    order: 7;
  }
  .product-box8 .container .list ul li:nth-child(5)::after {
    content: '';
    width: 1.16rem;
    height: 3.85rem;
    background: url(../images/product-box8-line.svg) top right no-repeat;
    background-size: cover;
    position: absolute;
    bottom: 50%;
    right: -1.16rem;
    z-index: -1;
  }
}
@media (min-width: 992px) {
  .product-box8 .container .list ul li:nth-child(6) {
    order: 6;
  }
}
@media (min-width: 992px) {
  .product-box8 .container .list ul li:nth-child(7) {
    order: 5;
  }
}
@media (min-width: 992px) {
  .product-box8 .container .list ul li:last-child {
    margin-left: auto;
  }
  .product-box8 .container .list ul li:last-child::before {
    display: none;
  }
}
.product-box8 .container .list ul li .num {
  color: #BC111F;
  line-height: calc(60/48);
  position: absolute;
  top: -0.26rem;
  left: 0.4rem;
}
.product-box8 .container .list ul li .t1 {
  line-height: calc(28/20);
  color: #000;
  font-weight: bold;
}
.product-box8 .container .list ul li .t2 {
  line-height: calc(26/16);
  color: #666;
  margin-top: 0.2rem;
}
.product-box8 .container .img-box {
  width: 100%;
  margin-top: 0.8rem;
}
.ai-box1 {
  width: 100%;
  padding: 1.33rem 0 1rem;
  position: relative;
  z-index: 2;
  background: #fff;
}
.ai-box1 .bg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  opacity: 0.35;
}
.ai-box1 .bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ai-box1 .container {
  position: relative;
  z-index: 2;
}
.ai-box1 .container .top {
  width: 100%;
}
.ai-box1 .container .top .title {
  text-align: center;
  font-weight: bold;
  color: #000;
  line-height: calc(68/48);
}
.ai-box1 .container .top .txt {
  width: 960px;
  max-width: 100%;
  margin: 0.4rem auto 0;
  color: #666;
  line-height: calc(36/20);
  text-align: center;
}
.ai-box1 .container .box {
  width: 100%;
  background: #fff;
  border-radius: 0.1rem;
  margin-top: 0.8rem;
  padding: 0.6rem 0.24rem 0.97rem;
}
.ai-box1 .container .box .title {
  text-align: center;
  font-weight: bold;
  line-height: calc(56/40);
  color: #000;
}
.ai-box1 .container .box .list {
  width: 100%;
  margin-top: 0.53rem;
}
.ai-box1 .container .box .list ul {
  display: flex;
  flex-wrap: wrap;
}
.ai-box1 .container .box .list ul li {
  width: calc(33.33%);
  padding: 0 1rem;
}
@media (max-width: 1180px) {
  .ai-box1 .container .box .list ul li {
    padding: 0 0.5rem;
  }
}
@media (max-width: 991px) {
  .ai-box1 .container .box .list ul li {
    width: 100%;
    margin-bottom: 0.8rem;
  }
  .ai-box1 .container .box .list ul li:last-child {
    margin-bottom: 0;
  }
}
.ai-box1 .container .box .list ul li .icons {
  width: 0.8rem;
  height: 0.8rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}
.ai-box1 .container .box .list ul li .icons img,
.ai-box1 .container .box .list ul li .icons svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.ai-box1 .container .box .list ul li .t1 {
  text-align: center;
  line-height: calc(26/22);
  color: #000;
  margin-top: 0.4rem;
}
.ai-box1 .container .box .list ul li .t2 {
  text-align: center;
  line-height: calc(24/16);
  color: #666;
  margin-top: 0.2rem;
}
.ai-box2 {
  width: 100%;
  padding: 1.3rem 0;
  position: relative;
  z-index: 2;
  background: #fff;
}
.ai-box2 .container .title {
  text-align: center;
  color: #000;
  font-weight: bold;
  line-height: calc(68/48);
}
.ai-box2 .container .img {
  width: 100%;
  margin-top: 0.7rem;
}
.ai-box3 {
  width: 100%;
  position: relative;
  z-index: 2;
  padding: 1.2rem 0 0.5rem;
  background: #fff;
}
.ai-box3 .bg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.ai-box3 .bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ai-box3 .container {
  position: relative;
  z-index: 2;
}
.ai-box3 .container .title {
  color: #222;
  font-weight: bold;
  text-align: center;
  line-height: calc(68/48);
}
.ai-box3 .container .list {
  width: 100%;
  margin-top: 0.8rem;
}
.ai-box3 .container .list ul li {
  width: 100%;
  justify-content: space-between;
  align-items: center;
  flex-direction: row-reverse;
  flex-wrap: wrap;
  display: none;
}
.ai-box3 .container .list ul li.on {
  display: flex;
}
.ai-box3 .container .list ul li .img {
  width: calc(812/1600*100%);
  border: 0.06rem solid rgba(255, 255, 255, 0.16);
  border-radius: 0.1rem;
}
@media (max-width: 991px) {
  .ai-box3 .container .list ul li .img {
    width: 100%;
  }
}
.ai-box3 .container .list ul li .img .public-img {
  width: 100%;
  border-radius: 0.1rem;
}
.ai-box3 .container .list ul li .img .public-img::before {
  padding-top: calc(436/800*100%);
}
.ai-box3 .container .list ul li .tbox {
  width: calc(470/1600*100%);
}
@media (max-width: 991px) {
  .ai-box3 .container .list ul li .tbox {
    width: 100%;
    margin-top: 0.5rem;
  }
}
.ai-box3 .container .list ul li .tbox .t1 {
  font-weight: bold;
  line-height: calc(50/40);
  color: #222;
}
.ai-box3 .container .list ul li .tbox .t2 {
  color: #666;
  line-height: calc(26/16);
  margin-top: 0.4rem;
}
.ai-box3 .container .list ul li .tbox .btn {
  display: flex;
  margin-top: 0.8rem;
}
.ai-box3 .container .menu {
  width: 100%;
  margin-top: 0.8rem;
}
.ai-box3 .container .menu ul {
  width: calc(100% + 10px);
  margin: 0 -5px;
  display: flex;
  overflow-x: auto;
}
.ai-box3 .container .menu ul li {
  width: calc(20% - 10px);
  margin: 0 5px;
  padding: 0.25rem 0.2rem;
  cursor: pointer;
  border-radius: 0.1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(255, 255, 255, 0.16);
  border: 1px solid rgba(255, 255, 255, 0.98);
  color: #666;
  line-height: calc(22/20);
  transition: all 0.4s;
  flex-shrink: 0;
}
@media (max-width: 991px) {
  .ai-box3 .container .menu ul li {
    width: auto;
    min-width: 22%;
  }
}
.ai-box3 .container .menu ul li i {
  width: 0.3rem;
  height: 0.3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 8px;
  color: #A1A1A1;
  transition: all 0.4s;
  flex-shrink: 0;
}
.ai-box3 .container .menu ul li i img,
.ai-box3 .container .menu ul li i svg {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.ai-box3 .container .menu ul li span {
  white-space: nowrap;
}
@media (min-width: 992px) {
  .ai-box3 .container .menu ul li:hover {
    background: var(--color2);
    color: #fff;
    border: 1px solid var(--color2);
  }
  .ai-box3 .container .menu ul li:hover i {
    color: #fff;
  }
}
.ai-box3 .container .menu ul li.on {
  background: var(--color2);
  color: #fff;
  border: 1px solid var(--color2);
}
.ai-box3 .container .menu ul li.on i {
  color: #fff;
}
.ai-box4 {
  width: 100%;
  padding: 1.2rem 0 1.34rem;
  overflow: hidden;
  position: relative;
  z-index: 2;
  background: #fff;
}
.ai-box4 .bg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.ai-box4 .bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ai-box4 .container {
  position: relative;
  z-index: 2;
}
.ai-box4 .container .title {
  text-align: center;
  line-height: calc(68/48);
  color: #000;
  font-weight: bold;
}
.ai-box4 .container .list {
  width: 1264px;
  max-width: 100%;
  margin: 1.2rem auto 0;
  display: flex;
  justify-content: center;
}
.ai-box4 .container .list .swiper-container {
  width: 100%;
}
.ai-box4 .container .list .swiper-container .swiper-slide {
  aspect-ratio: 404 / 290;
  height: auto;
}
.ai-box4 .container .list .swiper-container .swiper-slide .dian {
  width: 0.36rem;
  height: 0.36rem;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  left: 0;
  z-index: 2;
}
.ai-box4 .container .list .swiper-container .swiper-slide .dian::before {
  content: '';
  width: 0.06rem;
  height: 0.06rem;
  border-radius: 50%;
  background: var(--color);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
}
.ai-box4 .container .list .swiper-container .swiper-slide .dian::after {
  content: '';
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 1px solid var(--color2);
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  opacity: 0;
}
.ai-box4 .container .list .swiper-container .swiper-slide .tbox .year {
  color: rgba(51, 51, 51, 0.5);
  line-height: calc(42/32);
}
.ai-box4 .container .list .swiper-container .swiper-slide .tbox .txt {
  width: 250px;
  max-width: 100%;
  color: #333;
  line-height: calc(24/16);
  margin-top: 0.15rem;
}
.ai-box4 .container .list .swiper-container .swiper-slide::before {
  content: '';
  width: 100%;
  height: 100%;
  background: url(../images/ai-box4-line1.svg) top right no-repeat;
  background-size: auto 100%;
  position: absolute;
  right: calc(100% - 0.18rem);
  top: 0.05rem;
  z-index: 1;
}
@media (max-width: 1600px) {
  .ai-box4 .container .list .swiper-container .swiper-slide::before {
    top: -0.02rem;
  }
}
@media (max-width: 1366px) {
  .ai-box4 .container .list .swiper-container .swiper-slide::before {
    top: 0;
  }
}
@media (max-width: 1025px) {
  .ai-box4 .container .list .swiper-container .swiper-slide::before {
    top: 0.02rem;
  }
}
@media (max-width: 767px) {
  .ai-box4 .container .list .swiper-container .swiper-slide::before {
    top: -0.02rem;
  }
}
.ai-box4 .container .list .swiper-container .swiper-slide:nth-child(3n + 1) .dian {
  top: 0;
}
.ai-box4 .container .list .swiper-container .swiper-slide:nth-child(3n + 1) .tbox {
  margin-top: 0.8rem;
}
.ai-box4 .container .list .swiper-container .swiper-slide:nth-child(3n + 2)::before {
  background-position: 0;
}
.ai-box4 .container .list .swiper-container .swiper-slide:nth-child(3n + 2) .dian {
  top: calc(210/290*100%);
}
.ai-box4 .container .list .swiper-container .swiper-slide:nth-child(3n + 3)::before {
  background-position: 50%;
  top: -0.02rem;
}
@media (max-width: 1600px) {
  .ai-box4 .container .list .swiper-container .swiper-slide:nth-child(3n + 3)::before {
    top: -0.13rem;
  }
}
@media (max-width: 1366px) {
  .ai-box4 .container .list .swiper-container .swiper-slide:nth-child(3n + 3)::before {
    top: -0.1rem;
  }
}
@media (max-width: 1025px) {
  .ai-box4 .container .list .swiper-container .swiper-slide:nth-child(3n + 3)::before {
    top: -0.07rem;
  }
}
@media (max-width: 767px) {
  .ai-box4 .container .list .swiper-container .swiper-slide:nth-child(3n + 3)::before {
    top: -0.17rem;
  }
}
.ai-box4 .container .list .swiper-container .swiper-slide:nth-child(3n + 3) .dian {
  top: calc(210/290*100%);
}
.ai-box4 .container .list .swiper-container .on .dian {
  background: rgba(188, 17, 31, 0.2);
}
.ai-box4 .container .list .swiper-container .on .dian::before {
  background: var(--color2);
}
.ai-box4 .container .list .swiper-container .on .dian::after {
  opacity: 1;
  animation: dianRun 1.5s forwards linear infinite;
}
.ai-box4 .container .list .swiper-container .on .tbox .year {
  color: var(--color2);
}
.ai-box4 .container .menu {
  width: 1264px;
  max-width: 100%;
  margin: 1.1rem auto 0;
  border-radius: 0.1rem;
  border: 1px solid rgba(255, 255, 255, 0.3);
  background: rgba(1, 49, 74, 0.3);
  padding: 0 0.6rem;
  position: relative;
  z-index: 1;
}
.ai-box4 .container .menu .swiper-container {
  width: 100%;
  overflow: hidden;
}
.ai-box4 .container .menu .swiper-container .swiper-slide {
  color: #fff;
  height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0.1rem;
  cursor: pointer;
}
.ai-box4 .container .menu .swiper-container .swiper-slide::before {
  content: '';
  position: absolute;
  left: calc(100% - 5px);
  width: 60px;
  height: 100%;
  z-index: -1;
  background: url(../images/ai-box4-icon1.svg) center center no-repeat;
  background-size: contain;
}
@media (max-width: 1025px) {
  .ai-box4 .container .menu .swiper-container .swiper-slide::before {
    width: 40px;
  }
}
.ai-box4 .container .menu .swiper-container .swiper-slide:last-child::before {
  display: none;
}
.ai-box4 .container .menu .swiper-container .on {
  background: linear-gradient(to bottom, #01314A, #0275B0);
}
.ai-box4 .container .menu .swiper-prev,
.ai-box4 .container .menu .swiper-next {
  position: absolute;
  top: 0;
  z-index: 2;
  width: 0.5rem;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  color: #fff;
  transition: all 0.4s;
  border-radius: 0.1rem;
}
.ai-box4 .container .menu .swiper-prev img,
.ai-box4 .container .menu .swiper-next img,
.ai-box4 .container .menu .swiper-prev svg,
.ai-box4 .container .menu .swiper-next svg {
  width: 12px;
  height: auto;
}
.ai-box4 .container .menu .swiper-prev:hover,
.ai-box4 .container .menu .swiper-next:hover {
  background: linear-gradient(to bottom, #01314A, #0275B0);
}
.ai-box4 .container .menu .swiper-prev {
  left: 0;
}
.ai-box4 .container .menu .swiper-prev img,
.ai-box4 .container .menu .swiper-prev svg {
  transform: rotateZ(90deg);
}
.ai-box4 .container .menu .swiper-next {
  right: 0;
}
.ai-box4 .container .menu .swiper-next img,
.ai-box4 .container .menu .swiper-next svg {
  transform: rotateZ(-90deg);
}
@keyframes dianRun {
  0% {
    transform: scale(1);
    opacity: 0.2;
  }
  100% {
    transform: scale(2);
    opacity: 0;
  }
}
.ai-box5 {
  width: 100%;
  padding: 1.2rem 0 0.8rem;
  position: relative;
  z-index: 2;
  background: #fff;
}
.ai-box5 .container .title {
  text-align: center;
  line-height: calc(68/48);
  color: #000;
  font-weight: bold;
}
.ai-box5 .container .menu {
  display: flex;
  justify-content: center;
  margin-top: 0.4rem;
}
.ai-box5 .container .menu ul {
  display: flex;
}
.ai-box5 .container .menu ul li {
  height: 40px;
  border-radius: 20px;
  padding: 0 0.32rem;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  color: #666;
  border: 1px solid #D9D9D9;
  margin-right: 0.2rem;
  transition: all 0.4s;
}
.ai-box5 .container .menu ul li:last-child {
  margin-right: 0;
}
@media (min-width: 992px) {
  .ai-box5 .container .menu ul li:hover {
    background: var(--color2);
    color: #fff;
    border: 1px solid var(--color2);
  }
}
.ai-box5 .container .menu ul li.on {
  background: var(--color2);
  color: #fff;
  border: 1px solid var(--color2);
}
.ai-box5 .container .list {
  width: 100%;
  margin-top: 0.52rem;
}
.ai-box5 .container .list ul li {
  display: none;
}
.ai-box5 .container .list ul li.on {
  display: block;
}
.ai-box5 .container .list ul li .swiper-container {
  width: 100%;
  overflow: hidden;
}
.ai-box5 .container .list ul li .swiper-container .swiper-slide {
  height: auto;
}
.ai-box5 .container .list ul li .swiper-container .swiper-slide .public-img {
  width: 100%;
  border-radius: 0.1rem;
}
.ai-box5 .container .list ul li .swiper-container .swiper-slide .public-img::before {
  padding-top: calc(453/340*100%);
}
.ai-box5 .container .list ul li .swiper-container .swiper-slide .txt {
  line-height: calc(24/18);
  text-align: center;
  color: #222;
  margin-top: 0.2rem;
}
.ai-box5 .container .list ul li .ck-box {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 0.8rem;
}
.ai-box5 .container .list ul li .ck-box .swiper-prev,
.ai-box5 .container .list ul li .ck-box .swiper-next {
  width: 40px;
  height: 40px;
  border-radius: 8px;
  border: 1px solid rgba(1, 49, 74, 0.4);
  background: rgba(1, 49, 74, 0.3);
  backdrop-filter: blur(10px);
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.4s;
  margin: 0 8px;
  color: #D9D9D9;
}
@media (max-width: 767px) {
  .ai-box5 .container .list ul li .ck-box .swiper-prev,
  .ai-box5 .container .list ul li .ck-box .swiper-next {
    width: 32px;
    height: 32px;
  }
}
.ai-box5 .container .list ul li .ck-box .swiper-prev img,
.ai-box5 .container .list ul li .ck-box .swiper-next img,
.ai-box5 .container .list ul li .ck-box .swiper-prev svg,
.ai-box5 .container .list ul li .ck-box .swiper-next svg {
  width: 30%;
  height: auto;
}
.ai-box5 .container .list ul li .ck-box .swiper-prev:hover,
.ai-box5 .container .list ul li .ck-box .swiper-next:hover {
  background: var(--color2);
  border: 1px solid var(--color2);
  color: #fff;
}
.ai-box5 .container .list ul li .ck-box .swiper-prev img,
.ai-box5 .container .list ul li .ck-box .swiper-prev svg {
  transform: rotateZ(180deg);
}
.about-box1 {
  width: 100%;
  background: #fff linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(49, 109, 143, 0.29) 100%);
  padding: 1.5rem 0 1.6rem;
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  .about-box1 {
    padding: 1.8rem 0 1.6rem;
  }
}
.about-box1 .imgs {
  width: calc(722/1920*100%);
  position: absolute;
  z-index: 1;
  top: 0.24rem;
  right: 0.88rem;
}
.about-box1 .container {
  position: relative;
  z-index: 1;
}
.about-box1 .container .top {
  width: 50%;
}
@media (max-width: 991px) {
  .about-box1 .container .top {
    width: 100%;
  }
}
.about-box1 .container .top .title {
  line-height: calc(68/48);
  color: #000;
  font-weight: bold;
}
.about-box1 .container .top .txt {
  margin-top: 0.3rem;
  line-height: calc(32/18);
  color: #666;
}
.about-box1 .container .list {
  width: 100%;
  margin-top: 0.8rem;
}
.about-box1 .container .list ul {
  width: calc(100% + 0.24rem);
  margin: 0 -0.12rem;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .about-box1 .container .list ul {
    width: 100%;
    margin: 0;
  }
}
.about-box1 .container .list ul li {
  width: calc(20% - 0.24rem);
  margin: 0 0.12rem 0.52rem;
  border-radius: 10px;
  border: 1px solid #FFF;
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid #fff;
  backdrop-filter: blur(5px);
  padding: 0.3rem 0.28rem;
  position: relative;
  z-index: 1;
  transition: all 0.4s;
}
.about-box1 .container .list ul li:nth-child(4) {
  margin-right: 1rem;
}
@media (max-width: 1260px) {
  .about-box1 .container .list ul li:nth-child(4) {
    margin-right: 0;
  }
}
.about-box1 .container .list ul li:nth-child(5) {
  margin-left: auto;
}
@media (max-width: 1260px) {
  .about-box1 .container .list ul li {
    width: calc(25% - 0.24rem);
  }
}
@media (max-width: 991px) {
  .about-box1 .container .list ul li {
    width: calc(50% - 0.24rem);
    margin: 0 0.12rem 0.24rem;
  }
}
@media (max-width: 767px) {
  .about-box1 .container .list ul li {
    width: 100%;
    margin: 0 0 0.3rem;
  }
}
.about-box1 .container .list ul li .icons {
  height: 0.4rem;
  position: absolute;
  top: 0.3rem;
  right: 0.43rem;
}
.about-box1 .container .list ul li .icons img {
  height: 100%;
  object-fit: contain;
}
.about-box1 .container .list ul li .t1 {
  width: 60%;
  line-height: calc(32/20);
  font-weight: bold;
  color: #000;
}
.about-box1 .container .list ul li .t2 {
  line-height: calc(26/16);
  color: #666;
  margin-top: 0.24rem;
}
.about-box1 .container .list ul li .btn {
  margin-top: 0.4rem;
  display: flex;
}
.about-box1 .container .list ul li .btn a {
  display: flex;
  align-items: center;
  color: var(--color);
  transition: all 0.4s;
}
.about-box1 .container .list ul li .btn a i {
  width: 22px;
  height: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--color);
  color: #fff;
  border-radius: 4px;
  margin-left: 0.1rem;
  transition: all 0.4s;
}
.about-box1 .container .list ul li .btn a i img,
.about-box1 .container .list ul li .btn a i svg {
  width: 6px;
  height: auto;
}
.about-box1 .container .list ul li .btn a:hover {
  color: var(--color2);
}
.about-box1 .container .list ul li .btn a:hover i {
  background: var(--color2);
}
.about-box1 .container .list ul li:hover {
  background: #fff;
  box-shadow: 0 0 2px 0 rgba(255, 255, 255, 0.7) inset, 0 0 6.2px 0 #FFF inset;
  filter: drop-shadow(0 4px 9.8px rgba(156, 15, 80, 0.2));
  backdrop-filter: blur(0.80000001px);
}
.about-box1 .tips {
  position: absolute;
  left: 0;
  bottom: -0.92rem;
  z-index: 1;
  font-size: 2.6rem;
  line-height: calc(305/260);
  color: rgba(255, 255, 255, 0.2);
  font-weight: bold;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .about-box1 .tips {
    font-size: 1.6rem;
    bottom: -0.4rem;
  }
}
@media (max-width: 767px) {
  .about-box1 .tips {
    font-size: 1rem;
    bottom: -0.3rem;
  }
}
.about-box2 {
  width: 100%;
  padding: 1.45rem 0 2.8rem;
  position: relative;
  z-index: 2;
  background: #fff;
  overflow: hidden;
}
@media (max-width: 991px) {
  .about-box2 {
    padding: 1.6rem 0;
  }
}
.about-box2 .bg {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  top: 0;
}
.about-box2 .bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about-box2 .container {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.about-box2 .container .title {
  width: calc(700/1600*100%);
  line-height: calc(68/48);
  color: #fff;
  font-weight: bold;
}
@media (max-width: 991px) {
  .about-box2 .container .title {
    width: 100%;
  }
}
.about-box2 .container .list {
  width: calc(830/1600*100%);
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 2.55rem;
}
@media (max-width: 991px) {
  .about-box2 .container .list {
    width: 100%;
    margin-top: 1.2rem;
    overflow: hidden;
  }
}
.about-box2 .container .list .swiper-container {
  width: calc(690/830*100%);
  height: 3.2rem;
}
@media (max-width: 991px) {
  .about-box2 .container .list .swiper-container {
    width: 100%;
    height: auto;
  }
}
.about-box2 .container .list .swiper-container .swiper-slide {
  width: 100%;
  position: relative;
  z-index: 1;
  padding-left: 1.25rem;
  opacity: 0.16;
  transition: all 0.4s;
}
@media (max-width: 991px) {
  .about-box2 .container .list .swiper-container .swiper-slide {
    height: auto;
  }
}
.about-box2 .container .list .swiper-container .swiper-slide::before {
  content: '';
  width: 1px;
  height: 1.9rem;
  border-right: 1px dashed rgba(255, 255, 255, 0.4);
  position: absolute;
  top: 1.05rem;
  left: 0.3rem;
  z-index: 1;
}
@media (max-width: 991px) {
  .about-box2 .container .list .swiper-container .swiper-slide::before {
    display: none;
  }
}
.about-box2 .container .list .swiper-container .swiper-slide:last-child::before {
  display: none;
}
.about-box2 .container .list .swiper-container .swiper-slide .num {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  color: #fff;
  line-height: calc(74/56);
}
.about-box2 .container .list .swiper-container .swiper-slide .tbox .t1 {
  padding-left: 0.36rem;
  color: #fff;
  line-height: calc(46/32);
  font-weight: bold;
  transition: all 0.4s;
  position: relative;
  z-index: 1;
}
.about-box2 .container .list .swiper-container .swiper-slide .tbox .t1::before {
  content: '';
  width: 0.16rem;
  height: 0.16rem;
  border-radius: 2px;
  background: var(--color2);
  position: absolute;
  left: 0;
  top: calc(40/32*0.5em - 0.08rem);
  opacity: 0;
  transition: all 0.4s;
}
.about-box2 .container .list .swiper-container .swiper-slide .tbox .t2 {
  padding-left: 0.36rem;
  line-height: calc(30/16);
  margin-top: 0.2rem;
  color: rgba(255, 255, 255, 0.7);
}
.about-box2 .container .list .swiper-container .swiper-slide-active {
  opacity: 1;
}
.about-box2 .container .list .swiper-container .swiper-slide-active .tbox .t1 {
  color: var(--color2);
}
.about-box2 .container .list .swiper-container .swiper-slide-active .tbox .t1::before {
  opacity: 1;
}
.about-box2 .container .list .ck-box {
  width: 40px;
}
@media (max-width: 991px) {
  .about-box2 .container .list .ck-box {
    width: 100%;
    margin-top: 0.6rem;
    display: flex;
    justify-content: center;
  }
}
.about-box2 .container .list .ck-box .swiper-prev,
.about-box2 .container .list .ck-box .swiper-next {
  width: 40px;
  height: 40px;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.27);
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(10px);
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.4s;
  color: #D9D9D9;
}
@media (max-width: 991px) {
  .about-box2 .container .list .ck-box .swiper-prev,
  .about-box2 .container .list .ck-box .swiper-next {
    margin: 0 8px;
  }
}
@media (max-width: 767px) {
  .about-box2 .container .list .ck-box .swiper-prev,
  .about-box2 .container .list .ck-box .swiper-next {
    width: 32px;
    height: 32px;
  }
}
.about-box2 .container .list .ck-box .swiper-prev img,
.about-box2 .container .list .ck-box .swiper-next img,
.about-box2 .container .list .ck-box .swiper-prev svg,
.about-box2 .container .list .ck-box .swiper-next svg {
  width: 30%;
  height: auto;
}
.about-box2 .container .list .ck-box .swiper-prev:hover,
.about-box2 .container .list .ck-box .swiper-next:hover {
  background: var(--color2);
  border: 1px solid var(--color2);
  color: #fff;
}
.about-box2 .container .list .ck-box .swiper-prev {
  margin-bottom: 0.15rem;
}
@media (max-width: 991px) {
  .about-box2 .container .list .ck-box .swiper-prev {
    margin-bottom: 0;
  }
}
.about-box2 .container .list .ck-box .swiper-prev img,
.about-box2 .container .list .ck-box .swiper-prev svg {
  transform: rotateZ(-90deg);
}
@media (max-width: 991px) {
  .about-box2 .container .list .ck-box .swiper-prev img,
  .about-box2 .container .list .ck-box .swiper-prev svg {
    transform: rotateZ(-180deg);
  }
}
.about-box2 .container .list .ck-box .swiper-next img,
.about-box2 .container .list .ck-box .swiper-next svg {
  transform: rotateZ(90deg);
}
@media (max-width: 991px) {
  .about-box2 .container .list .ck-box .swiper-next img,
  .about-box2 .container .list .ck-box .swiper-next svg {
    transform: rotateZ(0);
  }
}
.about-box3 {
  width: 100%;
  padding: 1.45rem 0 1.6rem;
  overflow: hidden;
  position: relative;
  z-index: 2;
  background: #fff;
}
.about-box3 .container .title {
  text-align: center;
  line-height: calc(68/48);
  color: #000;
  font-weight: bold;
}
.about-box3 .container .list {
  width: 100%;
  margin-top: 0.94rem;
}
.about-box3 .container .list .swiper-container {
  width: 100%;
  clip-path: inset(0 -100vw 0 0);
  -webkit-clip-path: inset(0 -100vw 0 0);
}
.about-box3 .container .list .swiper-container .swiper-slide {
  background: #F6F9FA;
  height: auto;
  display: flex;
  flex-wrap: wrap;
}
.about-box3 .container .list .swiper-container .swiper-slide .tbox {
  width: calc(552/1072*100%);
  padding: 0.48rem 0.5rem;
}
@media (max-width: 991px) {
  .about-box3 .container .list .swiper-container .swiper-slide .tbox {
    width: 100%;
  }
}
.about-box3 .container .list .swiper-container .swiper-slide .tbox .t1 {
  color: var(--color2);
  line-height: calc(24/16);
}
.about-box3 .container .list .swiper-container .swiper-slide .tbox .t2 {
  color: #222;
  line-height: calc(50/36);
  margin-top: 0.4rem;
  font-weight: bold;
}
.about-box3 .container .list .swiper-container .swiper-slide .tbox .t3 {
  width: 385px;
  max-width: 100%;
  margin-top: 0.2rem;
  color: #666;
  line-height: calc(26/16);
}
.about-box3 .container .list .swiper-container .swiper-slide .public-img {
  width: calc(520/1072*100%);
}
.about-box3 .container .list .swiper-container .swiper-slide .public-img::before {
  padding-top: calc(472/520*100%);
}
@media (max-width: 991px) {
  .about-box3 .container .list .swiper-container .swiper-slide .public-img {
    width: 100%;
    order: -1;
  }
}
.about-box3 .container .ck-box {
  width: 100%;
  display: none;
}
@media (max-width: 991px) {
  .about-box3 .container .ck-box {
    display: flex;
    justify-content: center;
    margin-top: 0.55rem;
  }
}
.about-box3 .container .ck-box .swiper-prev,
.about-box3 .container .ck-box .swiper-next {
  width: 40px;
  height: 40px;
  border-radius: 8px;
  border: 1px solid rgba(0, 0, 0, 0.27);
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(10px);
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.4s;
  margin: 0 8px;
  color: #D9D9D9;
}
@media (max-width: 767px) {
  .about-box3 .container .ck-box .swiper-prev,
  .about-box3 .container .ck-box .swiper-next {
    width: 32px;
    height: 32px;
  }
}
.about-box3 .container .ck-box .swiper-prev img,
.about-box3 .container .ck-box .swiper-next img,
.about-box3 .container .ck-box .swiper-prev svg,
.about-box3 .container .ck-box .swiper-next svg {
  width: 30%;
  height: auto;
}
.about-box3 .container .ck-box .swiper-prev:hover,
.about-box3 .container .ck-box .swiper-next:hover {
  background: var(--color2);
  border: 1px solid var(--color2);
  color: #fff;
}
.about-box3 .container .ck-box .swiper-prev img,
.about-box3 .container .ck-box .swiper-prev svg {
  transform: rotateZ(180deg);
}
.about-box4 {
  width: 100%;
  padding: 1.2rem 0 1.5rem;
  position: relative;
  z-index: 2;
  background: #fff;
}
.about-box4 .bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.about-box4 .bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about-box4 .container {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
.about-box4 .container .year-menu {
  width: calc(490/1600*100%);
  height: 4rem;
  position: relative;
  z-index: 1;
  margin-top: 0.45rem;
  overflow: hidden;
}
@media (max-width: 991px) {
  .about-box4 .container .year-menu {
    width: 100%;
    height: auto;
    order: 2;
  }
}
.about-box4 .container .year-menu::before {
  content: '';
  width: 0.12rem;
  height: 100%;
  background: url(../images/about-box4-line.svg) center center no-repeat;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
@media (max-width: 991px) {
  .about-box4 .container .year-menu::before {
    display: none;
  }
}
.about-box4 .container .year-menu .swiper-container {
  width: 100%;
  height: 1rem;
  margin-top: 1rem;
  position: relative;
  z-index: 2;
}
@media (max-width: 991px) {
  .about-box4 .container .year-menu .swiper-container {
    height: auto;
    margin-top: 0;
  }
}
.about-box4 .container .year-menu .swiper-container .swiper-slide {
  height: 1rem;
  display: flex;
  align-items: center;
  font-size: 0.4rem;
  color: rgba(223, 223, 223, 0.6);
  transition: all 0.4s;
  line-height: 1;
  padding-left: 0.4rem;
  border-left: 0.12rem solid transparent;
}
@media (max-width: 991px) {
  .about-box4 .container .year-menu .swiper-container .swiper-slide {
    justify-content: center;
    padding-left: 0;
    border-left: none;
  }
}
.about-box4 .container .year-menu .swiper-container .swiper-slide-active {
  font-size: 0.72rem;
  color: #fff;
  border-left: 0.12rem solid var(--color2);
}
@media (max-width: 1180px) {
  .about-box4 .container .year-menu .swiper-container .swiper-slide-active {
    font-size: 0.6rem;
  }
}
@media (max-width: 991px) {
  .about-box4 .container .year-menu .swiper-container .swiper-slide-active {
    border-left: none;
  }
}
.about-box4 .container .tbox {
  width: calc(530/1600*100%);
  position: relative;
  z-index: 1;
  aspect-ratio: 1 / 1;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 0.45rem;
}
@media (max-width: 991px) {
  .about-box4 .container .tbox {
    width: 60%;
    margin: 0 auto;
  }
}
.about-box4 .container .tbox .bgs {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  color: transparent;
}
.about-box4 .container .tbox .title {
  line-height: calc(67/48);
  color: #fff;
  text-align: center;
  font-weight: bold;
  position: relative;
  z-index: 3;
}
.about-box4 .container .tbox .shi {
  width: 2px;
  height: 1.2rem;
  background: var(--color2);
  position: absolute;
  bottom: 50%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
.about-box4 .container .tbox .fen {
  width: 2px;
  height: 2rem;
  background: var(--color2);
  position: absolute;
  bottom: 50%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  transform-origin: center bottom;
  transition: all 0.6s;
}
.about-box4 .container .list {
  width: calc(385/1600*100%);
  height: 4.88rem;
  overflow-y: auto;
  padding-right: 0.07rem;
  margin-top: 0.55rem;
  margin-left: auto;
}
@media (max-width: 991px) {
  .about-box4 .container .list {
    width: 100%;
    order: 3;
  }
}
.about-box4 .container .list ul li {
  display: none;
}
.about-box4 .container .list ul li.on {
  display: block;
}
.about-box4 .container .list ul li .item {
  width: 100%;
  margin-bottom: 0.5rem;
}
.about-box4 .container .list ul li .item:last-child {
  margin-bottom: 0;
}
.about-box4 .container .list ul li .item .years {
  line-height: calc(28/20);
  color: var(--color2);
  font-weight: bold;
  padding-left: 0.2rem;
  position: relative;
  z-index: 1;
}
.about-box4 .container .list ul li .item .years::before {
  content: '';
  width: 0.1rem;
  height: 0.1rem;
  border-radius: 2px;
  background: var(--color2);
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
.about-box4 .container .list ul li .item .txt {
  color: rgba(255, 255, 255, 0.8);
  line-height: calc(28/20);
  margin-top: 8px;
}
.about-box4 .container .ck-box {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 0.55rem;
}
@media (max-width: 991px) {
  .about-box4 .container .ck-box {
    order: 2;
  }
}
.about-box4 .container .ck-box .swiper-prev,
.about-box4 .container .ck-box .swiper-next {
  width: 40px;
  height: 40px;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.27);
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(10px);
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.4s;
  margin: 0 8px;
  color: #D9D9D9;
}
@media (max-width: 767px) {
  .about-box4 .container .ck-box .swiper-prev,
  .about-box4 .container .ck-box .swiper-next {
    width: 32px;
    height: 32px;
  }
}
.about-box4 .container .ck-box .swiper-prev img,
.about-box4 .container .ck-box .swiper-next img,
.about-box4 .container .ck-box .swiper-prev svg,
.about-box4 .container .ck-box .swiper-next svg {
  width: 30%;
  height: auto;
}
.about-box4 .container .ck-box .swiper-prev:hover,
.about-box4 .container .ck-box .swiper-next:hover {
  background: var(--color2);
  border: 1px solid var(--color2);
  color: #fff;
}
.about-box4 .container .ck-box .swiper-prev img,
.about-box4 .container .ck-box .swiper-prev svg {
  transform: rotateZ(180deg);
}
.about-box5 {
  width: 100%;
  padding: 1.2rem 0 0;
  position: relative;
  z-index: 2;
  background: #fff;
}
@media (max-width: 991px) {
  .about-box5 {
    padding: 1.2rem 0;
  }
}
.about-box5 .bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.about-box5 .bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about-box5 .container {
  position: relative;
  z-index: 2;
}
.about-box5 .container .title {
  color: #000;
  text-align: center;
  line-height: calc(68/48);
  font-weight: bold;
}
.about-box5 .container .box {
  margin-top: 0.36rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
.about-box5 .container .box .tbox {
  width: calc(698/1600*100%);
  padding-bottom: 0.3rem;
}
@media (max-width: 991px) {
  .about-box5 .container .box .tbox {
    width: 100%;
  }
}
.about-box5 .container .box .tbox li {
  width: 100%;
  display: none;
}
.about-box5 .container .box .tbox li.on {
  display: block;
}
.about-box5 .container .box .tbox li .t1 {
  color: var(--color2);
  line-height: calc(34/24);
  font-weight: bold;
}
.about-box5 .container .box .tbox li .t2 {
  margin-top: 0.1rem;
  line-height: calc(22/16);
  color: #666;
}
.about-box5 .container .box .tbox li .t3 {
  line-height: calc(26/16);
  color: #333;
  margin-top: 0.3rem;
}
.about-box5 .container .box .tbox li .t4 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 0.6rem;
}
.about-box5 .container .box .tbox li .t4 .ts {
  width: calc(50% - 0.15rem);
  display: flex;
  margin-bottom: 0.15rem;
}
@media (max-width: 767px) {
  .about-box5 .container .box .tbox li .t4 .ts {
    width: 100%;
  }
}
.about-box5 .container .box .tbox li .t4 .ts span {
  color: var(--color);
  line-height: calc(26/16);
  padding: 0 0.22rem;
  position: relative;
  z-index: 1;
}
.about-box5 .container .box .tbox li .t4 .ts span::before {
  content: '';
  background: url(../images/about-box5-icon1.svg) center center no-repeat;
  background-size: contain;
  width: 0.12rem;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.about-box5 .container .box .tbox li .t4 .ts span::after {
  content: '';
  background: url(../images/about-box5-icon1.svg) center center no-repeat;
  background-size: contain;
  width: 0.12rem;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  transform: rotateY(180deg);
}
.about-box5 .container .box .imgs {
  width: calc(446/1600*100%);
}
@media (max-width: 991px) {
  .about-box5 .container .box .imgs {
    width: 60%;
    order: -1;
    margin: 0 auto;
  }
}
.about-box5 .container .box .imgs ul li {
  width: 100%;
  display: none;
}
.about-box5 .container .box .imgs ul li.on {
  display: block;
}
.about-box5 .container .box .list {
  width: calc(140/1600*100%);
  height: 7.5rem;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 0.2rem;
  padding: 0.54rem 0;
  position: relative;
  z-index: 1;
}
@media (max-width: 991px) {
  .about-box5 .container .box .list {
    width: 100%;
    height: auto;
    padding: 0.2rem;
    margin-top: 0.6rem;
    background: none;
  }
}
.about-box5 .container .box .list .swiper-container {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.about-box5 .container .box .list .swiper-container .swiper-slide {
  width: 100%;
  height: 1.3rem;
  padding: 0 0.2rem;
  opacity: 0.6;
  cursor: pointer;
}
@media (max-width: 1900px) {
  .about-box5 .container .box .list .swiper-container .swiper-slide {
    height: 1.9rem;
  }
}
@media (max-width: 1260px) {
  .about-box5 .container .box .list .swiper-container .swiper-slide {
    height: 1.4rem;
  }
}
@media (max-width: 991px) {
  .about-box5 .container .box .list .swiper-container .swiper-slide {
    height: auto;
    padding: 0;
  }
}
.about-box5 .container .box .list .swiper-container .swiper-slide .public-img {
  width: 100%;
  border-radius: 0.1rem;
  border: 1px solid transparent;
  transition: all 0.4s;
  background: #E1EAEE;
}
.about-box5 .container .box .list .swiper-container .swiper-slide .public-img::before {
  padding-top: 100%;
}
.about-box5 .container .box .list .swiper-container .swiper-slide .txt {
  text-align: center;
  color: #666;
  line-height: calc(20/14);
  margin-top: 0.1rem;
}
@media (max-width: 1260px) {
  .about-box5 .container .box .list .swiper-container .swiper-slide .txt {
    font-size: 12px;
  }
}
.about-box5 .container .box .list .swiper-container .swiper-slide-active {
  opacity: 1;
}
.about-box5 .container .box .list .swiper-container .swiper-slide-active .public-img {
  border: 1px solid var(--color2);
}
.about-box5 .container .box .list .ck-box {
  width: 100%;
}
@media (max-width: 991px) {
  .about-box5 .container .box .list .ck-box {
    display: flex;
    justify-content: center;
    margin-top: 0.5rem;
  }
}
.about-box5 .container .box .list .ck-box .swiper-prev,
.about-box5 .container .box .list .ck-box .swiper-next {
  width: 100%;
  height: 0.54rem;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  position: absolute;
  z-index: 2;
  left: 0;
  color: rgba(180, 180, 180, 0.7);
  transition: all 0.4s;
}
@media (max-width: 991px) {
  .about-box5 .container .box .list .ck-box .swiper-prev,
  .about-box5 .container .box .list .ck-box .swiper-next {
    position: relative;
    left: initial;
    width: 40px;
    height: 40px;
    border-radius: 8px;
    border: 1px solid rgba(1, 49, 74, 0.4);
    background: rgba(1, 49, 74, 0.3);
    backdrop-filter: blur(10px);
    margin: 0 8px;
    color: #D9D9D9;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .about-box5 .container .box .list .ck-box .swiper-prev,
  .about-box5 .container .box .list .ck-box .swiper-next {
    width: 32px;
    height: 32px;
  }
}
.about-box5 .container .box .list .ck-box .swiper-prev img,
.about-box5 .container .box .list .ck-box .swiper-next img,
.about-box5 .container .box .list .ck-box .swiper-prev svg,
.about-box5 .container .box .list .ck-box .swiper-next svg {
  width: 0.12rem;
  height: auto;
}
.about-box5 .container .box .list .ck-box .swiper-prev:hover,
.about-box5 .container .box .list .ck-box .swiper-next:hover {
  color: var(--color2);
}
.about-box5 .container .box .list .ck-box .swiper-prev {
  top: 0;
}
.about-box5 .container .box .list .ck-box .swiper-prev img,
.about-box5 .container .box .list .ck-box .swiper-prev svg {
  transform: rotateZ(-90deg);
}
@media (max-width: 991px) {
  .about-box5 .container .box .list .ck-box .swiper-prev {
    top: initial;
  }
  .about-box5 .container .box .list .ck-box .swiper-prev img,
  .about-box5 .container .box .list .ck-box .swiper-prev svg {
    transform: rotateZ(-180deg);
  }
}
.about-box5 .container .box .list .ck-box .swiper-next {
  bottom: 0;
}
.about-box5 .container .box .list .ck-box .swiper-next img,
.about-box5 .container .box .list .ck-box .swiper-next svg {
  transform: rotateZ(90deg);
}
@media (max-width: 991px) {
  .about-box5 .container .box .list .ck-box .swiper-next {
    bottom: initial;
  }
  .about-box5 .container .box .list .ck-box .swiper-next img,
  .about-box5 .container .box .list .ck-box .swiper-next svg {
    transform: rotateZ(0deg);
  }
}
.about-box6 {
  width: 100%;
  padding: 1.2rem 0 0.84rem;
  overflow: hidden;
  position: relative;
  z-index: 2;
  background: #fff;
}
.about-box6 .container .title {
  text-align: center;
  line-height: calc(68/48);
  color: #000;
  font-weight: bold;
}
.about-box6 .container .menu {
  display: flex;
  justify-content: center;
  margin-top: 0.4rem;
}
.about-box6 .container .menu ul {
  display: flex;
}
.about-box6 .container .menu ul li {
  height: 40px;
  border-radius: 20px;
  padding: 0 0.32rem;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  color: #666;
  border: 1px solid #D9D9D9;
  margin-right: 0.2rem;
  transition: all 0.4s;
}
.about-box6 .container .menu ul li:last-child {
  margin-right: 0;
}
@media (min-width: 992px) {
  .about-box6 .container .menu ul li:hover {
    background: var(--color2);
    color: #fff;
    border: 1px solid var(--color2);
  }
}
.about-box6 .container .menu ul li.on {
  background: var(--color2);
  color: #fff;
  border: 1px solid var(--color2);
}
.about-box6 .container .list {
  width: 100%;
  margin-top: 0.7rem;
}
.about-box6 .container .list ul li {
  width: 100%;
  display: none;
}
.about-box6 .container .list ul li.on {
  display: block;
}
.about-box6 .container .list ul li .swiper-container {
  width: 100%;
  overflow: hidden;
}
.about-box6 .container .list ul li .swiper-container .swiper-slide {
  background: #F9F9F9;
  height: auto;
  border-radius: 0.1rem;
  padding: 0.4rem 0.55rem 0.3rem;
}
.about-box6 .container .list ul li .swiper-container .swiper-slide .public-img {
  width: 253px;
  max-width: 100%;
  border-radius: 0.1rem;
  margin: 0 auto;
}
.about-box6 .container .list ul li .swiper-container .swiper-slide .public-img::before {
  padding-top: calc(190/253*100%);
}
.about-box6 .container .list ul li .swiper-container .swiper-slide .txt {
  width: 260px;
  max-width: 100%;
  text-align: center;
  line-height: calc(22/18);
  color: #000;
  margin: 0.24rem auto 0;
}
.about-box6 .container .list ul li .ck-box {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 0.8rem;
}
.about-box6 .container .list ul li .ck-box .swiper-prev,
.about-box6 .container .list ul li .ck-box .swiper-next {
  width: 40px;
  height: 40px;
  border-radius: 8px;
  border: 1px solid rgba(1, 49, 74, 0.4);
  background: rgba(1, 49, 74, 0.3);
  backdrop-filter: blur(10px);
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.4s;
  margin: 0 8px;
  color: #D9D9D9;
}
@media (max-width: 767px) {
  .about-box6 .container .list ul li .ck-box .swiper-prev,
  .about-box6 .container .list ul li .ck-box .swiper-next {
    width: 32px;
    height: 32px;
  }
}
.about-box6 .container .list ul li .ck-box .swiper-prev img,
.about-box6 .container .list ul li .ck-box .swiper-next img,
.about-box6 .container .list ul li .ck-box .swiper-prev svg,
.about-box6 .container .list ul li .ck-box .swiper-next svg {
  width: 30%;
  height: auto;
}
.about-box6 .container .list ul li .ck-box .swiper-prev:hover,
.about-box6 .container .list ul li .ck-box .swiper-next:hover {
  background: var(--color2);
  border: 1px solid var(--color2);
  color: #fff;
}
.about-box6 .container .list ul li .ck-box .swiper-prev img,
.about-box6 .container .list ul li .ck-box .swiper-prev svg {
  transform: rotateZ(180deg);
}
.about-box7 {
  width: 100%;
  padding: 1.3rem 0 1.6rem;
  position: relative;
  z-index: 2;
  background: #fff;
}
.about-box7 .bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.about-box7 .bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about-box7 .container {
  position: relative;
  z-index: 2;
}
.about-box7 .container .title {
  text-align: center;
  line-height: calc(68/48);
  color: #fff;
  font-weight: bold;
}
.about-box7 .container .list {
  width: 100%;
  margin-top: 0.56rem;
}
.about-box7 .container .list ul {
  width: calc(100% + 0.5rem);
  margin: 0 -0.25rem;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .about-box7 .container .list ul {
    width: 100%;
    margin: 0;
  }
}
.about-box7 .container .list ul li {
  width: calc(33.33% - 0.5rem);
  margin: 0 0.25rem 0.5rem;
  border: 1px solid rgba(255, 255, 255, 0.17);
  border-radius: 0.1rem;
  padding: 0.1rem 0.1rem 0.38rem;
  background: rgba(255, 255, 255, 0.01);
  backdrop-filter: blur(16.10000038px);
}
@media (max-width: 991px) {
  .about-box7 .container .list ul li {
    width: 100%;
    margin: 0 0 0.5rem;
  }
}
.about-box7 .container .list ul li .public-img {
  width: 100%;
  border-radius: 0.1rem;
}
.about-box7 .container .list ul li .public-img::before {
  padding-top: calc(300/480*100%);
}
.about-box7 .container .list ul li .tbox {
  width: 100%;
  padding: 0.2rem 0.7rem 0 0.3rem;
}
@media (max-width: 1260px) {
  .about-box7 .container .list ul li .tbox {
    padding: 0.2rem 0.3rem 0;
  }
}
.about-box7 .container .list ul li .tbox .t1 {
  line-height: calc(34/24);
  color: #fff;
  font-weight: bold;
}
.about-box7 .container .list ul li .tbox .t2 {
  line-height: calc(26/16);
  color: rgba(255, 255, 255, 0.6);
  margin-top: 0.2rem;
}
.about-box8 {
  width: 100%;
  padding: 1.4rem 0 0.8rem;
  position: relative;
  z-index: 2;
  background: #fff;
}
.about-box8 .container .title {
  color: #000;
  line-height: calc(68/48);
  text-align: center;
  font-weight: bold;
}
.about-box8 .container .list {
  width: 100%;
  margin-top: 0.8rem;
}
.about-box8 .container .list ul {
  width: calc(100% + 0.5rem);
  margin: 0 -0.25rem;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .about-box8 .container .list ul {
    width: 100%;
    margin: 0;
  }
}
.about-box8 .container .list ul li {
  width: calc(33.33% - 0.5rem);
  margin: 0 0.25rem 0.5rem;
}
@media (max-width: 991px) {
  .about-box8 .container .list ul li {
    width: 100%;
    margin: 0 0 0.5rem;
  }
}
.about-box8 .container .list ul li a {
  width: 100%;
  display: block;
}
.about-box8 .container .list ul li a .public-img {
  width: 100%;
  border-radius: 0.1rem;
}
.about-box8 .container .list ul li a .public-img::before {
  padding-top: calc(313/500*100%);
}
.about-box8 .container .list ul li a .tbox {
  width: 100%;
  padding: 0.25rem 0 0.3rem;
}
.about-box8 .container .list ul li a .tbox .t1 {
  line-height: calc(20/14);
  color: #000;
}
.about-box8 .container .list ul li a .tbox .t2 {
  line-height: calc(30/20);
  color: #000;
  margin-top: 0.15rem;
  transition: all 0.4s;
}
@media (min-width: 992px) {
  .about-box8 .container .list ul li a:hover .public-img img {
    transform: scale(1.05);
  }
  .about-box8 .container .list ul li a:hover .tbox .t2 {
    color: var(--color2);
  }
}
.about-box8 .container .mores {
  display: flex;
  justify-content: center;
}
.error {
  width: 100%;
  background: #F8F8F8;
  padding: 2.15rem 0 2.83rem;
}
.error .container .img {
  width: 2rem;
  margin: 0 auto;
}
.error .container .img img {
  width: 100%;
}
.error .container .btn {
  display: flex;
  justify-content: center;
  margin-top: 0.32rem;
}
.error .container .btn .public-btn a,
.error .container .btn .public-btn .a {
  padding: 5px 5px 5px 0.16rem;
}
.error .container .btn .public-btn a i,
.error .container .btn .public-btn .a i {
  margin: 0 0 0 0.2rem;
}
.error .container .tips {
  text-align: center;
  margin-top: 0.32rem;
  color: #999;
  line-height: calc(22/16);
}
.sitemap {
  width: 100%;
  background: #F8F8F8;
}
.sitemap .public-info-topbox .top {
  padding: 0;
}
.sitemap > .container {
  padding: 1.2rem 0;
}
.sitemap > .container .title {
  text-align: center;
  line-height: calc(84/56);
  color: #333;
}
.sitemap > .container .list {
  width: 100%;
  margin-top: 0.8rem;
}
.sitemap > .container .list ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .sitemap > .container .list ul {
    justify-content: flex-start;
  }
}
.sitemap > .container .list ul li {
  min-width: 80px;
}
@media (max-width: 991px) {
  .sitemap > .container .list ul li {
    min-width: 20%;
    margin-right: 0.6rem;
    margin-bottom: 0.6rem;
  }
}
@media (max-width: 767px) {
  .sitemap > .container .list ul li {
    width: 50%;
    margin-right: 0;
    margin-bottom: 0.3rem;
  }
  .sitemap > .container .list ul li:last-child {
    margin-bottom: 0;
  }
}
.sitemap > .container .list ul li:last-child {
  margin-right: 0;
}
.sitemap > .container .list ul li .t1 {
  display: flex;
}
.sitemap > .container .list ul li .t1 a {
  line-height: calc(28/20);
  color: #222;
  transition: all 0.4s;
}
.sitemap > .container .list ul li .t1 a:hover {
  color: var(--color2);
}
.sitemap > .container .list ul li .t2 {
  margin-top: 0.2rem;
}
.sitemap > .container .list ul li .t2 a {
  line-height: calc(34/16);
  color: #666;
  margin-bottom: 0.1rem;
  display: flex;
  transition: all 0.4s;
}
.sitemap > .container .list ul li .t2 a:last-child {
  margin-bottom: 0;
}
.sitemap > .container .list ul li .t2 a:hover {
  color: var(--color2);
}
.disclaimer {
  width: 100%;
  background: #F8F8F8;
}
.disclaimer .public-info-topbox .top {
  padding: 0;
  border-bottom: none;
  background: none;
}
.disclaimer > .container {
  padding: 1.2rem 0;
}
.disclaimer > .container .title {
  text-align: center;
  line-height: calc(84/56);
  color: #333;
}
.disclaimer > .container .time {
  text-align: center;
  line-height: calc(18/14);
  color: #666;
  margin-top: 0.2rem;
}
.disclaimer > .container .public-content {
  width: 1280px;
  max-width: 100%;
  margin: 0.2rem auto 0;
  line-height: calc(24/16);
  color: #666;
}
.search-end {
  width: 100%;
  padding: 1rem 0 0;
}
.search-end .top {
  width: 100%;
  border-bottom: 1px solid #D9D9D9;
  padding: 0 0 0.6rem;
}
.search-end .top .container .title {
  line-height: calc(84/56);
  color: #333;
  text-align: center;
}
.search-end .top .container .txt {
  margin-top: 0.2rem;
  text-align: center;
  line-height: calc(22/16);
  color: #666;
}
.search-end .top .container .box {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 0.8rem;
}
@media (max-width: 991px) {
  .search-end .top .container .box .menu {
    width: 100%;
  }
}
.search-end .top .container .box .menu ul {
  display: flex;
  overflow-x: auto;
}
.search-end .top .container .box .menu ul li {
  display: flex;
  margin-right: 0.2rem;
}
.search-end .top .container .box .menu ul li:last-child {
  margin-right: 0;
}
.search-end .top .container .box .menu ul li a {
  min-width: 1.2rem;
  height: 40px;
  padding: 0 0.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  border: 1px solid #D9D9D9;
  color: #666;
  transition: all 0.4s;
  white-space: nowrap;
}
.search-end .top .container .box .menu ul li:hover a,
.search-end .top .container .box .menu ul li.on a {
  color: #fff;
  background: var(--color2);
  border: 1px solid var(--color2);
}
.search-end .top .container .box .search-box {
  width: calc(433/1600*100%);
}
@media (max-width: 1260px) {
  .search-end .top .container .box .search-box {
    width: calc(600/1600*100%);
  }
}
@media (max-width: 991px) {
  .search-end .top .container .box .search-box {
    width: 100%;
    order: -1;
    margin-bottom: 0.5rem;
  }
}
.search-end .top .container .box .search-box form {
  width: 100%;
  height: 40px;
  display: flex;
  position: relative;
  z-index: 1;
}
.search-end .top .container .box .search-box form .txts {
  width: calc(100%);
  height: 100%;
  border-radius: 20px;
  border: 1px solid #D9D9D9;
  color: #000;
  padding: 0 100px 0 16px;
}
.search-end .top .container .box .search-box form .txts::placeholder {
  color: #666;
}
.search-end .top .container .box .search-box form .btn {
  width: 90px;
  height: 100%;
  border-radius: 20px;
  background: var(--color2);
  color: #fff;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
}
.search-end .down {
  width: 100%;
  padding: 0.84rem 0 1.3rem;
}
.search-end .down .container .item {
  width: 100%;
  margin-bottom: 1.45rem;
}
.search-end .down .container .item:last-child {
  margin-bottom: 0;
}
.search-end .down .container .item .tp {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.search-end .down .container .item .tp .t1 {
  line-height: calc(24/18);
  color: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: baseline;
}
.search-end .down .container .item .tp .t1 span {
  line-height: 1;
  color: #000;
  margin-right: 0.1rem;
}
.search-end .down .container .item .tp .more {
  display: flex;
}
.search-end .down .container .item .tp .more a {
  display: flex;
  align-items: center;
  color: #666;
  line-height: calc(24/18);
  transition: all 0.4s;
}
.search-end .down .container .item .tp .more a i {
  width: 6px;
  display: flex;
  align-items: center;
  margin-left: 0.1rem;
  color: #A3A1A1;
  transition: all 0.4s;
}
.search-end .down .container .item .tp .more a i img,
.search-end .down .container .item .tp .more a i svg {
  width: 100%;
  height: auto;
}
.search-end .down .container .item .tp .more a:hover {
  color: var(--color2);
}
.search-end .down .container .item .tp .more a:hover i {
  color: var(--color2);
}
.search-end .down .container .item .insudtry-list {
  width: 100%;
  margin-top: 0.45rem;
}
.search-end .down .container .item .insudtry-list ul {
  width: calc(100% + 0.6rem);
  margin: 0 -0.3rem;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .search-end .down .container .item .insudtry-list ul {
    width: 100%;
    margin: 0;
  }
}
.search-end .down .container .item .insudtry-list ul li {
  width: calc(50% - 0.6rem);
  margin: 0 0.3rem 0.6rem;
  display: flex;
}
@media (max-width: 991px) {
  .search-end .down .container .item .insudtry-list ul li {
    width: 100%;
    margin: 0 0 0.6rem;
  }
}
.search-end .down .container .item .insudtry-list ul li a {
  width: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  background: #ECF3F6;
  transition: all 0.4s;
  border-radius: 0.1rem;
  position: relative;
  z-index: 1;
}
.search-end .down .container .item .insudtry-list ul li a::before {
  content: '';
  width: 100%;
  height: 100%;
  border-radius: 0.1rem;
  background: url(../images/industry-box1-bg.jpg) center center no-repeat;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  opacity: 0;
  transition: all 0.4s;
}
.search-end .down .container .item .insudtry-list ul li a .public-img {
  width: calc(216/770*100%);
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  .search-end .down .container .item .insudtry-list ul li a .public-img {
    width: 70%;
    margin: 0 auto;
  }
}
.search-end .down .container .item .insudtry-list ul li a .public-img::before {
  padding-top: calc(300/216*100%);
}
.search-end .down .container .item .insudtry-list ul li a .tbox {
  width: calc(480/770*100%);
  margin-left: 0.3rem;
  position: relative;
  z-index: 2;
  padding: 0.3rem 0;
}
@media (max-width: 767px) {
  .search-end .down .container .item .insudtry-list ul li a .tbox {
    width: 100%;
    margin: 0;
    padding: 0.3rem;
  }
}
.search-end .down .container .item .insudtry-list ul li a .tbox .tag {
  display: flex;
}
.search-end .down .container .item .insudtry-list ul li a .tbox .tag span {
  border: 1px solid rgba(65, 141, 180, 0.3);
  background: rgba(57, 148, 194, 0.1);
  height: 30px;
  border-radius: 4px;
  color: #3994C2;
  padding: 0 0.1rem;
  transition: all 0.4s;
  display: flex;
  align-items: center;
}
.search-end .down .container .item .insudtry-list ul li a .tbox .t1 {
  margin-top: 0.1rem;
  line-height: calc(36/24);
  font-weight: bold;
  color: #222;
  transition: all 0.4s;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.search-end .down .container .item .insudtry-list ul li a .tbox .t2 {
  margin-top: 0.2rem;
  line-height: calc(24/14);
  color: rgba(102, 102, 102, 0.7);
  transition: all 0.4s;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: calc(24/14*2em);
}
.search-end .down .container .item .insudtry-list ul li a .tbox .more {
  margin-top: 0.2rem;
  display: flex;
  color: #01314A;
  line-height: calc(24/14);
  transition: all 0.4s;
}
.search-end .down .container .item .insudtry-list ul li a .tbox .more i {
  width: 22px;
  height: 22px;
  background: #01314A;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 0.1rem;
  color: #fff;
  transform: rotateZ(-90deg);
  transition: all 0.4s;
}
@media (min-width: 992px) {
  .search-end .down .container .item .insudtry-list ul li a:hover::before {
    opacity: 1;
  }
  .search-end .down .container .item .insudtry-list ul li a:hover .tbox .tag span {
    color: #fff;
    background: rgba(255, 255, 255, 0.27);
  }
  .search-end .down .container .item .insudtry-list ul li a:hover .tbox .t1 {
    color: #fff;
  }
  .search-end .down .container .item .insudtry-list ul li a:hover .tbox .t2 {
    color: rgba(255, 255, 255, 0.7);
  }
  .search-end .down .container .item .insudtry-list ul li a:hover .tbox .more {
    color: #fff;
  }
  .search-end .down .container .item .insudtry-list ul li a:hover .tbox .more i {
    background: #fff;
    color: #01314A;
  }
}
.search-end .down .container .item .news-list {
  width: 100%;
  margin-top: 0.45rem;
}
.search-end .down .container .item .news-list ul {
  width: calc(100% + 0.5rem);
  margin: 0 -0.25rem;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .search-end .down .container .item .news-list ul {
    width: 100%;
    margin: 0;
  }
}
.search-end .down .container .item .news-list ul li {
  width: calc(33.33% - 0.5rem);
  margin: 0 0.25rem 0.5rem;
}
@media (max-width: 991px) {
  .search-end .down .container .item .news-list ul li {
    width: calc(50% - 0.5rem);
  }
}
@media (max-width: 767px) {
  .search-end .down .container .item .news-list ul li {
    width: 100%;
    margin: 0 0 0.5rem;
  }
}
.search-end .down .container .item .news-list ul li a {
  width: 100%;
  display: block;
}
.search-end .down .container .item .news-list ul li a .public-img {
  width: 100%;
  border-radius: 0.1rem;
}
.search-end .down .container .item .news-list ul li a .public-img::before {
  padding-top: calc(313/500*100%);
}
.search-end .down .container .item .news-list ul li a .tbox {
  width: 100%;
  padding: 0.25rem 0 0.3rem;
}
.search-end .down .container .item .news-list ul li a .tbox .t1 {
  line-height: calc(20/14);
  color: #000;
}
.search-end .down .container .item .news-list ul li a .tbox .t2 {
  line-height: calc(30/20);
  color: #000;
  margin-top: 0.15rem;
  transition: all 0.4s;
}
@media (min-width: 992px) {
  .search-end .down .container .item .news-list ul li a:hover .public-img img {
    transform: scale(1.05);
  }
  .search-end .down .container .item .news-list ul li a:hover .tbox .t2 {
    color: var(--color2);
  }
}
.public-bg {
  width: 100%;
  background: #fff;
  position: relative;
  z-index: 2;
}
