@charset "utf-8";
:root {
  --particle-color: 255, 255, 255;
  /* 白色粒子的 RGB 值 */
  --color: #0068b7;
  --color2: #00335a;
  --color3: #0086d1;
  --color4: #61c1e4;
  --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-h {
  font-family: 'PingFang-Heavy', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
.font-b {
  font-family: 'PingFang-Bold', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
.font-m {
  font-family: 'PingFang-Medium', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
.font-r {
  font-family: 'PingFang-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
.font-l {
  font-family: 'PingFang-Light', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
.font-e {
  font-family: 'PingFang-ExtraLight', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
* {
  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;
}
@-moz-document url-prefix() {
  * {
    scrollbar-width: thin;
  }
}
* ::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 6px;
  /*高宽分别对应横竖滚动条的尺寸*/
  height: 5px;
}
* ::-webkit-scrollbar-thumb {
  /*滚动条-滑块*/
  border-radius: 3px;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: rgba(13, 13, 33, 0.1);
}
* ::-webkit-scrollbar-track {
  /*滚动条-背景*/
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  background: rgba(255, 255, 255, 0.08);
}
html {
  font-size: calc(100vw/19.2);
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (min-width: 1901px) {
  html {
    font-size: 100px;
  }
}
@media (max-width: 1580px) {
  html {
    font-size: 66px;
  }
}
@media (max-width: 767px) {
  html {
    font-size: 50px;
  }
}
body {
  min-height: 100%;
  font-family: 'PingFang-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  font-size: 16px;
  line-height: 1.5;
  color: #000;
  background: #fff;
}
@media (max-width: 1580px) {
  body {
    font-size: 14px;
  }
}
img {
  max-width: 100%;
  border: 0;
  vertical-align: top;
}
video,
video:focus {
  display: block;
  font-size: 0;
  border: 0;
  outline: none;
}
li {
  list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: inherit;
  font-style: inherit;
  font-size: inherit;
  font-weight: normal;
}
a {
  color: inherit;
}
a,
a:hover,
a:focus {
  text-decoration: none;
}
input,
button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
}
button {
  cursor: pointer;
}
input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  appearance: button;
  cursor: pointer;
}
textarea {
  resize: none;
  overflow: auto;
}
input,
button,
textarea,
select {
  border: 0;
  font-family: inherit;
  font-style: inherit;
  font-size: inherit;
  font-weight: normal;
  color: inherit;
  background: transparent;
}
select {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  white-space: nowrap;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
select::-ms-expand {
  display: none;
}
input::placeholder,
textarea::placeholder {
  color: #999;
}
table {
  border-collapse: collapse;
}
svg:not(.no-inherit) path,
svg:not(.no-inherit) circle,
svg:not(.no-inherit) 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;
}
.container {
  margin: 0 auto;
  width: 90%;
  max-width: 1440px;
}
.bg-color1 {
  background-color: #fff;
}
@media (max-width: 767px) {
  .padding {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
  .padding-top {
    padding-top: 60px !important;
  }
  .padding-bottom {
    padding-bottom: 60px !important;
  }
}
@media (max-width: 767px) {
  .ico-32 {
    width: 32px !important;
    height: 32px !important;
  }
  .ico-24 {
    width: 24px !important;
    height: 24px !important;
  }
  .ico-16 {
    width: 16px !important;
    height: 16px !important;
  }
  .ico12 {
    width: 12px !important;
    height: 12px !important;
  }
}
@media (max-width: 767px) {
  .radius8 {
    border-radius: 8px !important;
  }
  .radius4 {
    border-radius: 4px !important;
  }
}
.font12 {
  font-size: 12px;
  line-height: calc(22/12);
}
.font14 {
  font-size: 14px;
  line-height: calc(24/14);
}
.font16 {
  font-size: 16px;
  line-height: calc(26/16);
}
.font18 {
  font-size: 18px;
  line-height: calc(26/18);
}
.font20 {
  font-size: 20px;
  line-height: calc(30/20);
}
.font22 {
  font-size: 22px;
  line-height: calc(32/22);
}
.font24 {
  font-size: 24px;
  line-height: calc(34/24);
}
.font26 {
  font-size: 26px;
  line-height: calc(36/26);
}
.font28 {
  font-size: 28px;
  line-height: calc(38/28);
}
.font30 {
  font-size: 30px;
  line-height: calc(40/30);
}
.font32 {
  font-size: 32px;
  line-height: calc(42/32);
}
.font34 {
  font-size: 34px;
  line-height: calc(44/34);
}
.font36 {
  font-size: 36px;
  line-height: calc(46/36);
}
.font38 {
  font-size: 38px;
  line-height: calc(48/38);
}
.font40 {
  font-size: 40px;
  line-height: calc(50/40);
}
.font42 {
  font-size: 42px;
  line-height: calc(52/42);
}
.font44 {
  font-size: 44px;
  line-height: calc(54/44);
}
.font46 {
  font-size: 46px;
  line-height: calc(56/46);
}
.font48 {
  font-size: 48px;
  line-height: calc(58/48);
}
.font50 {
  font-size: 50px;
  line-height: calc(60/50);
}
.font52 {
  font-size: 52px;
  line-height: calc(62/52);
}
.font54 {
  font-size: 54px;
  line-height: calc(64/54);
}
.font56 {
  font-size: 56px;
  line-height: calc(66/56);
}
.font58 {
  font-size: 58px;
  line-height: calc(68/58);
}
.font60 {
  font-size: 60px;
  line-height: calc(70/60);
}
@media (max-width: 1580px) {
  .font16 {
    font-size: 14px;
  }
  .font18,
  .font20 {
    font-size: 16px;
  }
  .font22,
  .font24,
  .font26,
  .font28 {
    font-size: 18px;
  }
  .font30,
  .font32,
  .font34,
  .font36,
  .font38 {
    font-size: 24px;
  }
  .font40,
  .font42,
  .font44,
  .font46,
  .font48 {
    font-size: 36px;
  }
  .font50,
  .font52,
  .font54,
  .font56,
  .font58,
  .font60 {
    font-size: 40px;
  }
}
@media (max-width: 991px) {
  .font30,
  .font32,
  .font34,
  .font36,
  .font38 {
    font-size: 20px;
  }
  .font40,
  .font42,
  .font44,
  .font46,
  .font48 {
    font-size: 28px;
  }
  .font50,
  .font52,
  .font54,
  .font56,
  .font58,
  .font60 {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  .font12 {
    font-size: 10px;
    line-height: calc(15/10);
  }
  .font14 {
    font-size: 12px;
    line-height: calc(18/12);
  }
  .font16 {
    font-size: 14px;
    line-height: calc(21/14);
  }
  .font18,
  .font20 {
    font-size: 16px;
    line-height: calc(24/16);
  }
  .font22,
  .font24,
  .font26,
  .font28 {
    font-size: 18px;
    line-height: calc(27/18);
  }
  .font30,
  .font32,
  .font34,
  .font36,
  .font38 {
    font-size: 19px;
    line-height: calc(29/19);
  }
  .font40,
  .font42,
  .font44,
  .font46,
  .font48 {
    font-size: 22px;
    line-height: calc(32/22);
  }
  .font50,
  .font52,
  .font54,
  .font56,
  .font58 {
    font-size: 32px;
    line-height: calc(42/32);
  }
}
@keyframes btnRotate {
  from {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@keyframes arrowMove {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(200%, -200%);
  }
  51% {
    transform: translate(-200%, 200%);
  }
  100% {
    transform: translate(0, 0);
  }
}
.public-btn {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
  min-width: 1.5rem;
  height: 50px;
  border-radius: 25px;
  color: #fff;
  cursor: pointer;
  overflow: hidden;
  transition: all 0.4s;
}
@media (max-width: 1580px) {
  .public-btn {
    height: 40px;
    min-width: 1.1rem;
    border-radius: 20px;
  }
}
.public-btn .c-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, var(--color), var(--color4));
  transition: opacity 0.4s;
  /* 旋转的流光层 */
  /* 按钮内部遮罩（覆盖在流光之上，露出边框） */
}
.public-btn .c-bg::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  width: 150%;
  height: 400%;
  /* 增加高度使光束更窄更亮 */
  background: conic-gradient(transparent, #fff, transparent 50%);
  animation: btnRotate 2.5s linear infinite;
  opacity: 0;
  transition: all 0.4s;
  box-sizing: border-box;
}
.public-btn .c-bg::after {
  content: '';
  position: absolute;
  inset: 2px;
  /* 边框粗细 */
  background: linear-gradient(90deg, var(--color), var(--color4));
  border-radius: 25px;
  z-index: 3;
  transition: opacity 0.4s;
  box-sizing: border-box;
}
@media (max-width: 1580px) {
  .public-btn .c-bg::after {
    border-radius: 20px;
  }
}
.public-btn span {
  position: relative;
  z-index: 5;
}
.public-btn .c-ico {
  position: relative;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 -13px 0 0.15rem;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #fff;
  transition: opacity 0.4s;
  overflow: hidden;
}
@media (max-width: 1580px) {
  .public-btn .c-ico {
    margin: 0 -12px 0 5px;
    width: 24px;
    height: 24px;
  }
}
.public-btn .c-ico .c-svg {
  width: 16px;
  height: 16px;
}
@media (max-width: 1580px) {
  .public-btn .c-ico .c-svg {
    width: 12px;
    height: 12px;
  }
}
.public-btn:hover .c-bg {
  opacity: 0.8;
}
.public-btn:hover .c-bg:before {
  opacity: 1;
}
.public-btn.style2::before {
  box-sizing: border-box;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  border-radius: 25px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  transition: all 0.4s;
}
.public-btn.style2 .c-bg {
  opacity: 0;
}
.public-btn.style2:hover::before {
  opacity: 0;
}
.public-btn.style2:hover .c-bg {
  opacity: 1;
}
.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-swiper-next,
.public-swiper-prev {
  margin-top: 0;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  opacity: 0.5;
  transition: 0.4s;
  color: #fff;
  background: rgba(255, 255, 255, 0.5);
  transform: translateY(-50%);
}
.public-swiper-next::after,
.public-swiper-prev::after {
  display: none;
}
.public-swiper-next .c-svg,
.public-swiper-prev .c-svg {
  width: 50%;
  height: 50%;
}
.public-swiper-next:hover,
.public-swiper-prev:hover {
  opacity: 1;
  background: #fff;
  color: var(--color);
}
.public-swiper-prev {
  transform: translateY(-50%) rotate(180deg);
}
.public-swiper-pagination {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  bottom: 0.5rem;
}
@media (max-width: 767px) {
  .public-swiper-pagination {
    bottom: 0.6rem;
  }
}
.public-swiper-pagination .swiper-pagination-bullet {
  position: relative;
  margin: 0 0.1rem 0 0;
  width: 10px;
  height: 4px;
  border-radius: 4px;
  background: #fff;
  opacity: 1 !important;
  transition: all 0.4s;
  overflow: hidden;
}
.public-swiper-pagination .swiper-pagination-bullet:last-child {
  margin-right: 0;
}
.public-swiper-pagination .swiper-pagination-bullet::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: var(--color4);
  transition: all 0.4s;
}
.public-swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 26px;
}
.public-swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  width: 100%;
}
.public-swiper-pagination.has-video .swiper-pagination-bullet div {
  height: 100%;
  background: var(--color4);
  width: 0;
  animation-timing-function: linear;
}
.public-swiper-pagination.has-video .swiper-pagination-bullet::before {
  display: none;
}
.public-swiper-pagination.has-video .swiper-pagination-bullet-active div {
  animation-name: width100;
}
.public-content {
  color: #666;
  line-height: calc(26/16);
}
@media (max-width: 991px) {
  .public-content {
    font-size: 14px;
    line-height: 1.5;
  }
  .public-content * {
    font-size: 14px !important;
  }
}
.public-content * {
  max-width: 100% !important;
  white-space: wrap !important;
}
.public-content a {
  color: var(--color);
}
.public-content a:hover {
  text-decoration: underline;
}
.public-content table {
  width: 100%;
}
.public-content table td,
.public-content table th {
  padding: 10px 15px;
  border: 1px solid #ddd;
}
.public-content ul,
.public-content ol {
  padding-left: revert;
}
.public-content li {
  list-style: revert;
}
.public-content dd {
  margin-left: revert;
}
.public-content img,
.public-content video,
.public-content iframe {
  max-width: 100%;
  height: auto !important;
}
.public-content h1,
.public-content h2,
.public-content h3,
.public-content h4,
.public-content h5,
.public-content h6 {
  color: #222;
  font-weight: revert;
}
.public-content h1:nth-child(1),
.public-content h2:nth-child(1),
.public-content h3:nth-child(1),
.public-content h4:nth-child(1),
.public-content h5:nth-child(1),
.public-content h6:nth-child(1) {
  margin-top: 0;
}
.public-content h1 {
  font-size: 1.75em;
}
.public-content h2 {
  font-size: 1.5em;
}
.public-content h3 {
  font-size: 1.25em;
}
.public-content h4 {
  font-size: 1em;
}
.public-content h5 {
  font-size: 0.875em;
}
.public-content h6 {
  font-size: 0.75em;
}
@media (max-width: 1580px) {
  .public-content h1 {
    font-size: 1.857em;
  }
  .public-content h2 {
    font-size: 1.571em;
  }
  .public-content h3 {
    font-size: 1.286em;
  }
  .public-content h4 {
    font-size: 1em;
  }
  .public-content h5 {
    font-size: 0.857em;
  }
  .public-content h6 {
    font-size: 0.714em;
  }
}
@media (max-width: 991px) {
  .public-content h1 {
    font-size: 1.571em !important;
  }
  .public-content h2 {
    font-size: 1.429em !important;
  }
  .public-content h3 {
    font-size: 1.286em !important;
  }
  .public-content h4 {
    font-size: 1em !important;
  }
  .public-content h5 {
    font-size: 0.857em !important;
  }
  .public-content h6 {
    font-size: 0.714em !important;
  }
  .public-content h1 *,
  .public-content h2 *,
  .public-content h3 *,
  .public-content h4 *,
  .public-content h5 *,
  .public-content h6 * {
    font-size: inherit !important;
  }
}
.public-title {
  text-align: center;
}
.public-title .c-title {
  color: var(--color);
}
.public-title .c-text {
  margin-top: 0.2rem;
  color: #05090e;
}
.public-title .public-btn {
  margin-top: 0.55rem;
}
.public-menu {
  margin: -0.15rem;
  padding: 0.15rem;
}
.public-menu .swiper-slide {
  width: auto;
  margin-right: 0.1rem;
}
.public-menu .swiper-slide:last-child {
  margin-right: 0;
}
.public-menu .swiper-slide.on .public-btn,
.public-menu .swiper-slide:hover .public-btn {
  color: #fff;
}
.public-menu .swiper-slide.on .public-btn::before,
.public-menu .swiper-slide:hover .public-btn::before {
  opacity: 0;
}
.public-menu .swiper-slide.on .public-btn .c-bg,
.public-menu .swiper-slide:hover .public-btn .c-bg {
  opacity: 1;
}
.public-menu .public-btn {
  min-width: 0.96rem;
  color: #111;
  box-shadow: 0.01rem 0.05rem 0.1rem 0rem rgba(0, 0, 0, 0.1);
}
.public-menu .public-btn::before {
  background: #f4f4f4;
  border-color: #fff;
}
.public-ad {
  position: relative;
  padding: 1.45rem 0 1.5rem;
}
.public-ad .c-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.public-ad .public-title .c-text {
  margin-top: 0.07rem;
  color: rgba(3, 45, 96, 0.7);
}
.public-ad .public-title .c-feature {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0.15rem -0.22rem 0;
  color: var(--color3);
}
.public-ad .public-title .c-feature p {
  display: flex;
  align-items: center;
  padding: 0 0.22rem;
}
.public-ad .public-title .c-feature p img {
  margin-right: 0.1rem;
  width: 16px;
  height: 16px;
  object-fit: contain;
}
.public-ad .public-title .public-btn {
  margin-top: 0.33rem;
}
.public-case-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 0.4rem;
}
@media (max-width: 991px) {
  .public-case-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .public-case-list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.public-case-list .c-item .c-wrap {
  position: relative;
  display: block;
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
  z-index: 1;
  box-shadow: 0rem 0.02rem 0.12rem 0rem rgba(0, 0, 0, 0.1);
}
.public-case-list .c-item .c-wrap::before {
  opacity: 0;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(bottom, #0068b7 0%, #0068b7 60%, rgba(0, 104, 183, 0) 100%);
  background: linear-gradient(to top, #0068b7 0%, #0068b7 60%, rgba(0, 104, 183, 0) 100%);
  transition: all 0.4s;
}
.public-case-list .c-item .c-wrap .public-img::before {
  padding-top: calc(256/454*100%);
}
.public-case-list .c-item .c-wrap .c-text-box {
  position: relative;
  z-index: 6;
  padding: 0.3rem 0.25rem 0;
}
.public-case-list .c-item .c-wrap .c-text-box .c-title {
  line-height: 1.5;
  height: 3em;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  transition: all 0.4s;
  color: #032d60;
}
.public-case-list .c-item .c-wrap .c-text-box .c-text {
  margin: 0.13rem 0 0.4rem;
  line-height: 1.5;
  height: 1.5em;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  transition: all 0.4s;
  color: #999;
}
.public-case-list .c-item .c-wrap .c-text-box .c-tag {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: -0.1rem 0 0.1rem;
}
.public-case-list .c-item .c-wrap .c-text-box .c-tag span {
  margin: 0 0.1rem 0.1rem 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 3px 0.2rem;
  border: 1px solid #fff;
  background: #fafafa;
  border-radius: 16px;
  color: #606265;
  transition: all 0.4s;
  box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.1);
}
.public-case-list .c-item .c-wrap .c-text-box .c-more {
  display: flex;
  align-items: center;
  color: var(--color3);
  padding: 0.25rem 0;
  border-top: 1px solid #f3f3f3;
  transition: all 0.4s;
}
.public-case-list .c-item .c-wrap .c-text-box .c-more .c-svg {
  margin-left: 0.1rem;
  width: 10px;
  height: 12px;
  object-fit: contain;
}
.public-case-list:not(.no-hover) .c-item .c-wrap:hover::before {
  opacity: 1;
}
.public-case-list:not(.no-hover) .c-item .c-wrap:hover .c-text-box .c-title,
.public-case-list:not(.no-hover) .c-item .c-wrap:hover .c-text-box .c-text {
  color: #fff;
}
.public-case-list:not(.no-hover) .c-item .c-wrap:hover .c-text-box .c-tag span {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.04);
}
.public-case-list:not(.no-hover) .c-item .c-wrap:hover .c-text-box .c-more {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.1);
}
.public-ai {
  padding: 1.2rem 0 1.85rem;
}
.public-ai .container {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
.public-ai .c-left {
  width: calc(640/1440*100%);
}
@media (max-width: 767px) {
  .public-ai .c-left {
    width: 100%;
  }
}
.public-ai .c-left .public-title {
  text-align: left;
}
.public-ai .c-left .c-list {
  margin-top: 0.65rem;
}
@media (max-width: 767px) {
  .public-ai .c-left .c-list {
    display: none;
  }
}
.public-ai .c-left .c-list li {
  margin-bottom: 0.1rem;
}
.public-ai .c-left .c-list li .c-btn {
  display: inline-flex;
  align-items: center;
  padding: 8px 15px;
  border-radius: 4px;
  background: rgba(0, 104, 183, 0.1);
  color: var(--color2);
  cursor: pointer;
  transition: all 0.4s;
}
.public-ai .c-left .c-list li .c-btn .c-svg {
  width: 14px;
  height: 14px;
  color: var(--color3);
  transition: all 0.4s;
}
.public-ai .c-left .c-list li .c-btn .c-svg:last-child {
  color: transparent;
  margin-left: -14px;
}
.public-ai .c-left .c-list li .c-btn span {
  margin-left: 5px;
}
.public-ai .c-left .c-list li .c-btn:hover {
  color: #fff;
  background: var(--color);
}
.public-ai .c-left .c-list li .c-btn:hover .c-svg {
  color: #fff;
}
.public-ai .c-left .c-list li .c-btn:hover .c-svg:last-child {
  color: transparent;
  margin-left: 5px;
  color: #fff;
}
.public-ai .c-right {
  width: calc(772/1440*100%);
}
@media (max-width: 767px) {
  .public-ai .c-right {
    margin-top: 0.8rem;
    width: 100%;
  }
}
.public-ai .c-right .public-img::before {
  padding-top: calc(560/770*100%);
}
.public-ai .c-right .c-ai {
  padding: 10px;
  border: 1px solid #cfecf7;
  background: #f2f9fd;
  border-radius: 0.3rem;
}
.public-ai .c-right .c-ai .c-wrap {
  border-radius: 0.3rem;
  background: #fff;
  overflow: hidden;
}
.public-ai .c-right .c-ai .c-wrap .c-title-box {
  padding: 15px 25px;
  display: flex;
  align-items: center;
  background: url(../images/ai-bg.jpg) no-repeat center center / cover;
  color: #fff;
}
.public-ai .c-right .c-ai .c-wrap .c-title-box .c-title {
  line-height: 1;
}
.public-ai .c-right .c-ai .c-wrap .c-title-box img {
  margin-right: 0.1rem;
  width: 44px;
}
.public-ai .c-right .c-ai .c-wrap .c-content {
  margin: 35px 15px;
  overflow-y: auto;
  max-height: 245px;
}
.public-ai .c-right .c-ai .c-wrap .c-content li {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 0.2rem;
}
.public-ai .c-right .c-ai .c-wrap .c-content li > div {
  max-width: 550px;
  padding: 0.13rem 0.2rem;
  color: #fff;
  background: var(--color);
  border-radius: 10px 10px 0 10px;
}
@media (max-width: 767px) {
  .public-ai .c-right .c-ai .c-wrap .c-content li > div {
    border-radius: 8px 8px 0 8px;
  }
}
.public-ai .c-right .c-ai .c-wrap .c-content li.style2 {
  justify-content: flex-start;
}
.public-ai .c-right .c-ai .c-wrap .c-content li.style2 > div {
  color: #636e80;
  background: #f9faff;
  border-radius: 10px 10px 10px 0;
}
@media (max-width: 767px) {
  .public-ai .c-right .c-ai .c-wrap .c-content li.style2 > div {
    border-radius: 8px 8px 8px 0;
  }
}
.public-ai .c-right .c-ai .c-wrap .c-input-box {
  padding: 15px;
  margin: 0 15px 15px 15px;
  border-radius: 18px;
  border: solid 1px #dfdfdf;
}
.public-ai .c-right .c-ai .c-wrap .c-input-box textarea {
  width: 100%;
}
.public-ai .c-right .c-ai .c-wrap .c-input-box .c-bbox {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.public-ai .c-right .c-ai .c-wrap .c-input-box .c-bbox .c-ico {
  display: flex;
  align-items: center;
}
.public-ai .c-right .c-ai .c-wrap .c-input-box .c-bbox .c-ico .c-input {
  margin-right: 0.15rem;
  position: relative;
}
.public-ai .c-right .c-ai .c-wrap .c-input-box .c-bbox .c-ico .c-input input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  opacity: 0;
  z-index: 5;
}
.public-ai .c-right .c-ai .c-wrap .c-input-box .c-bbox .c-ico .c-input .c-svg {
  width: 20px;
  height: 40px;
  color: #999;
  cursor: pointer;
  vertical-align: top;
}
.public-ai .c-right .c-ai .c-wrap .c-input-box .c-bbox .c-btn {
  width: 40px;
  height: 40px;
  cursor: pointer;
}
.public-ai .c-right .c-ai .c-wrap .c-input-box .c-bbox .c-btn img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.public-ai.f_huise {
  background: #f2f4f5 linear-gradient(to top, #e3ecf6, #f2f4f5);
}
@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: 50px;
}
@media (max-width: 1580px) {
  #c-placeholder {
    height: 90px;
  }
}
@media (max-width: 991px) {
  #c-placeholder {
    height: 60px;
  }
}
/*头部*/
.c-head-move #c-header {
  top: -145px;
}
@media (max-width: 991px) {
  .c-head-move #c-header {
    top: -60px;
  }
}
#c-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 900;
  width: 100%;
  border-bottom: 1px solid transparent;
  text-align: center;
  color: #fff;
  transition: 0.4s;
}
#c-header a {
  color: #fff;
  transition: 0.4s;
}
#c-header .c-top {
  color: #fff;
  background: #05090e;
}
@media (max-width: 991px) {
  #c-header .c-top {
    display: none;
  }
}
#c-header .c-top a {
  color: #fff !important;
}
#c-header .c-top a:hover {
  color: var(--color) !important;
}
#c-header .c-top .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  line-height: 50px;
  padding: 0 20px;
  max-width: 1800px;
}
@media (max-width: 1580px) {
  #c-header .c-top .container {
    height: 30px;
  }
}
#c-header .c-top .c-list {
  display: flex;
}
#c-header .c-top .c-list li {
  margin-right: 0.4rem;
}
#c-header .c-top .c-phone-box {
  display: flex;
  align-items: center;
}
#c-header .c-top .c-phone-box .c-phone {
  display: flex;
  align-items: center;
  margin: 0 0.5rem;
}
@media (max-width: 1260px) {
  #c-header .c-top .c-phone-box .c-phone {
    display: none;
  }
}
#c-header .c-top .c-phone-box .c-phone img,
#c-header .c-top .c-phone-box .c-phone svg {
  margin: 0 0.1rem 0 0;
  width: 16px;
  height: 16px;
}
#c-header .c-top .c-phone-box .c-phone span {
  font-weight: bold;
}
#c-header .c-top .c-phone-box .c-btn {
  display: flex;
  align-items: center;
}
#c-header .c-top .c-phone-box .c-btn img,
#c-header .c-top .c-phone-box .c-btn svg {
  margin: 0 0.1rem 0 0;
  width: 16px;
  height: 16px;
}
#c-header .c-bottom {
  padding: 10px 0;
  transition: all 0.4s;
}
@media (max-width: 1580px) {
  #c-header .c-bottom {
    padding: 0;
  }
}
#c-header .c-bottom > .container {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1800px;
  padding: 0 20px;
  line-height: 70px;
  border-radius: 35px;
  backdrop-filter: blur(20px);
  transition: all 0.4s;
}
@media (max-width: 1580px) {
  #c-header .c-bottom > .container {
    height: 60px;
    line-height: 60px;
  }
}
@media (max-width: 991px) {
  #c-header .c-bottom > .container {
    padding: 0;
    position: static;
  }
}
#c-header .c-bottom > .container::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  width: 100%;
  height: 70px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 35px;
  background: rgba(255, 255, 255, 0.04);
  background: rgba(255, 255, 255, 0.2);
  transform: translate(-50%, -50%);
  transition: all 0.3s;
}
@media (max-width: 1580px) {
  #c-header .c-bottom > .container::before {
    width: 100vw;
    height: 60px;
    border-radius: 0;
  }
}
#c-header .c-right-box {
  display: flex;
  align-items: center;
}
#c-header .c-logo {
  position: relative;
  display: flex;
  align-items: center;
}
#c-header .c-logo .c-img-box {
  position: relative;
  display: flex;
  align-items: center;
}
#c-header .c-logo .c-img-box img {
  height: 42px;
  transition: all 0.4s;
}
@media (max-width: 991px) {
  #c-header .c-logo .c-img-box img {
    height: 30px;
  }
}
#c-header .c-logo .c-img-box img:nth-child(2) {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
}
#c-header .c-switch {
  position: relative;
  display: none;
  margin-left: 15px;
  width: 24px;
  height: 20px;
  cursor: pointer;
}
@media (max-width: 1199px) {
  #c-header .c-switch {
    display: block;
  }
}
#c-header .c-switch i {
  position: absolute;
  left: 0;
  height: 2px;
  width: 100%;
  background: #fff;
  transition: all 0.4s;
}
#c-header .c-switch i:nth-child(1) {
  top: 0;
}
#c-header .c-switch i:nth-child(3) {
  bottom: 0;
}
#c-header .c-switch i:nth-child(2) {
  top: 50%;
  margin-top: -1px;
}
#c-header .c-gn {
  display: flex;
  align-items: center;
}
#c-header .c-gn .c-search-btn {
  display: block;
  padding-left: 0.6rem;
  cursor: pointer;
  line-height: 70px;
}
#c-header .c-gn .c-search-btn:hover {
  color: var(--color);
}
#c-header .c-gn .c-search-btn:hover svg {
  color: var(--color);
}
#c-header .c-gn .c-search-btn img,
#c-header .c-gn .c-search-btn svg {
  margin-right: 0.1rem;
  width: 18px;
  height: 18px;
  transition: 0.4s;
  vertical-align: middle;
}
@media (max-width: 1199px) {
  #c-header .c-gn .c-search-btn span {
    display: none;
  }
}
#c-header .c-gn .c-search-btn .c-pop {
  position: absolute;
  top: 100%;
  left: 50%;
  display: none;
  padding: 0.8rem 0;
  width: 104vw;
  background: #fff;
  border-top: 1px solid rgba(51, 51, 51, 0.1);
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
  color: #333;
  text-align: left;
  cursor: auto;
  transform: translateX(-50%);
}
#c-header .c-gn .c-search-btn .c-pop .container {
  max-width: 500px;
  line-height: 1.625;
}
#c-header .c-gn .c-search-btn .c-pop .container .c-box {
  display: flex;
  width: 100%;
  background: #f4f4f4;
  border-radius: 25px;
  overflow: hidden;
}
@media (max-width: 991px) {
  #c-header .c-gn .c-search-btn .c-pop .container .c-box {
    border-radius: 20px;
  }
}
#c-header .c-gn .c-search-btn .c-pop .container .c-box input {
  padding: 0 15px;
  width: 100%;
  height: 50px;
  line-height: 50px;
}
@media (max-width: 991px) {
  #c-header .c-gn .c-search-btn .c-pop .container .c-box input {
    height: 40px;
    line-height: 40px;
  }
}
#c-header .c-gn .c-search-btn .c-pop .container .c-box button {
  float: left;
  width: 70px;
  height: 50px;
  color: #333;
  cursor: pointer;
  transition: all 0.4s;
}
@media (max-width: 991px) {
  #c-header .c-gn .c-search-btn .c-pop .container .c-box button {
    height: 40px;
  }
}
#c-header .c-gn .c-search-btn .c-pop .container .c-box button:hover {
  color: var(--color);
}
#c-header .c-gn .c-search-btn .c-pop .container .c-tag {
  margin: 0.3rem 0 0.1rem;
  color: #666;
}
#c-header .c-gn .c-search-btn .c-pop .container .c-list li a {
  display: inline-flex;
  align-items: center;
  color: #333;
}
#c-header .c-gn .c-search-btn .c-pop .container .c-list li a .c-svg {
  margin-right: 5px;
  width: 18px;
  height: 18px;
}
#c-header .c-gn .c-search-btn .c-pop .container .c-list li a:hover {
  color: var(--color);
}
#c-header .c-gn .c-language {
  margin-right: 0.3rem;
  position: relative;
}
@media (max-width: 1199px) {
  #c-header .c-gn .c-language {
    display: none;
  }
}
#c-header .c-gn .c-language .c-ico-text {
  display: flex;
  align-items: center;
  cursor: pointer;
}
#c-header .c-gn .c-language .c-ico-text span {
  margin: 0 0.05rem;
  transition: all 0.4s;
}
#c-header .c-gn .c-language .c-ico-text img,
#c-header .c-gn .c-language .c-ico-text svg {
  width: 20px;
  height: 20px;
  transition: 0.4s;
  vertical-align: middle;
}
#c-header .c-gn .c-language .c-ico-text img:nth-child(3),
#c-header .c-gn .c-language .c-ico-text svg:nth-child(3) {
  width: 14px;
  height: 14px;
  transform: rotate(90deg);
}
#c-header .c-gn .c-language .c-pop {
  display: none;
  position: absolute;
  top: 100%;
  left: 50%;
  padding: 10px;
  min-width: 100px;
  line-height: 40px;
  background: #fff;
  border-top: 1px solid rgba(51, 51, 51, 0.1);
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  border-radius: 0 0 5px 5px;
}
#c-header .c-gn .c-language .c-pop a {
  display: block;
  padding: 0 20px;
  color: #333;
  border-radius: 5px;
}
#c-header .c-gn .c-language .c-pop a:hover {
  color: var(--color);
  background: #f8f9fc;
}
#c-header .c-gn .c-language:hover .c-ico-text {
  color: var(--color);
}
#c-header .c-gn .c-language:hover .c-ico-text svg {
  color: var(--color);
}
#c-header .c-gn .c-btn-box {
  margin-left: 0.4rem;
  display: flex;
}
@media (max-width: 1199px) {
  #c-header .c-gn .c-btn-box {
    display: none;
  }
}
#c-header .c-gn .c-btn-box .public-btn {
  height: 40px;
  min-width: 1.1rem;
  border-radius: 20px;
}
#c-header .c-gn .c-btn-box .public-btn .c-bg::after {
  border-radius: 20px;
}
#c-header .c-gn .c-btn-box .public-btn.style2 {
  margin-right: 0.1rem;
}
#c-header.c-style2 .c-gn .c-phone svg {
  color: var(--color);
}
#c-header.c-style2 .c-gn .c-btn-box .public-btn.style2 {
  box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.1);
}
#c-header .c-nav {
  display: flex;
  align-items: center;
  white-space: nowrap;
  margin-left: 3rem;
}
@media (max-width: 1580px) {
  #c-header .c-nav {
    margin-left: 2rem;
  }
}
@media (max-width: 1260px) {
  #c-header .c-nav {
    margin-left: 15px;
  }
}
@media (max-width: 1199px) {
  #c-header .c-nav {
    display: none;
  }
}
#c-header .c-nav > li {
  position: relative;
  margin-right: 0.4rem;
}
@media (max-width: 1260px) {
  #c-header .c-nav > li {
    margin-right: 15px;
  }
}
#c-header .c-nav > li:last-child {
  margin-right: 0;
}
#c-header .c-nav > li > .c-title-box {
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
}
#c-header .c-nav > li > .c-title-box img,
#c-header .c-nav > li > .c-title-box svg {
  margin-left: 0.1rem;
  width: 8px;
  height: 8px;
  transform: rotate(90deg);
  transition: all 0.4s;
}
#c-header .c-nav > li > .c-title-box span {
  position: relative;
}
#c-header .c-nav > li > .c-title-box span:before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 50%;
  width: 0;
  height: 2px;
  background: var(--color4);
  transition: 0.4s;
}
#c-header .c-nav > li > ul {
  position: absolute;
  top: 100%;
  left: 50%;
  display: none;
  padding: 10px;
  min-width: 100px;
  line-height: 40px;
  background: #fff;
  border-top: 1px solid rgba(51, 51, 51, 0.1);
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  border-radius: 0 0 5px 5px;
}
#c-header .c-nav > li > ul li:last-child a::before {
  display: none;
}
#c-header .c-nav > li > ul li a {
  display: block;
  padding: 0 20px;
  color: #333;
  border-radius: 5px;
}
#c-header .c-nav > li > ul li a:hover {
  color: var(--color);
  background: #f8f9fc;
}
#c-header .c-nav > li .f_hover {
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translateX(-50%);
  width: 100%;
  padding-top: 10px;
  width: auto;
  line-height: 1.5;
  text-align: left;
  white-space: initial;
  color: #fff;
  display: none;
}
#c-header .c-nav > li .f_hover .f_box {
  border: 1px solid rgba(255, 255, 255, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.3);
  background: rgba(0, 104, 183, 0.1);
  background: rgba(0, 104, 183, 0.5);
  border-radius: 0.35rem;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  min-height: 6rem;
  width: 100%;
  display: flex;
}
@media (max-width: 1580px) {
  #c-header .c-nav > li .f_hover .f_box {
    min-height: 7.6rem;
  }
}
#c-header .c-nav > li .f_hover .f_box .hover_nav {
  font-family: 'PingFang-Medium', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
#c-header .c-nav > li .f_hover .f_box .hover_nav .f_li {
  border: 1px solid transparent;
  border-radius: 0.1rem;
}
#c-header .c-nav > li .f_hover .f_box .hover_nav .f_li .f_tit {
  padding: 0.18rem 0.34rem 0.18rem 0.26rem;
  display: flex;
  align-items: flex-start;
  border-radius: 0.1rem;
  transition: all 0.4s;
}
#c-header .c-nav > li .f_hover .f_box .hover_nav .f_li .f_tit .f_icon {
  width: 24px;
  height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  position: relative;
  top: 0.75em;
  transition: all 0.4s;
  transform: translateY(-50%);
}
@media (max-width: 1580px) {
  #c-header .c-nav > li .f_hover .f_box .hover_nav .f_li .f_tit .f_icon {
    width: 20px;
    height: 20px;
  }
}
#c-header .c-nav > li .f_hover .f_box .hover_nav .f_li .f_tit .f_icon img,
#c-header .c-nav > li .f_hover .f_box .hover_nav .f_li .f_tit .f_icon svg {
  width: auto;
  height: auto;
  max-height: 100%;
  max-width: 100%;
  object-fit: contain;
}
#c-header .c-nav > li .f_hover .f_box .hover_nav .f_li .f_tit .f_icon img path,
#c-header .c-nav > li .f_hover .f_box .hover_nav .f_li .f_tit .f_icon svg path,
#c-header .c-nav > li .f_hover .f_box .hover_nav .f_li .f_tit .f_icon img polygon,
#c-header .c-nav > li .f_hover .f_box .hover_nav .f_li .f_tit .f_icon svg polygon,
#c-header .c-nav > li .f_hover .f_box .hover_nav .f_li .f_tit .f_icon img circle,
#c-header .c-nav > li .f_hover .f_box .hover_nav .f_li .f_tit .f_icon svg circle {
  fill: currentColor!important;
}
#c-header .c-nav > li .f_hover .f_box .hover_nav .f_li .f_tit .f_wen {
  width: calc(100% - 24px);
  padding-left: 12px;
  display: flex;
  align-items: flex-start;
}
@media (max-width: 1580px) {
  #c-header .c-nav > li .f_hover .f_box .hover_nav .f_li .f_tit .f_wen {
    padding-left: 10px;
    width: calc(100% - 24px);
  }
}
#c-header .c-nav > li .f_hover .f_box .hover_nav .f_li .f_tit .f_wen span {
  display: block;
  width: calc(100% - 8px);
  padding-right: 0.22rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
#c-header .c-nav > li .f_hover .f_box .hover_nav .f_li .f_tit .f_wen .f_btn {
  width: 8px;
  height: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  top: 0.75em;
  transition: all 0.4s;
  transform: translateY(-50%);
}
#c-header .c-nav > li .f_hover .f_box .hover_nav .f_li .f_tit .f_wen .f_btn img,
#c-header .c-nav > li .f_hover .f_box .hover_nav .f_li .f_tit .f_wen .f_btn svg {
  width: 100%;
  max-height: 100%;
  object-fit: contain;
}
#c-header .c-nav > li .f_hover .f_box .hover_nav .f_li .f_children {
  display: none;
  padding: 12px 10px;
}
@media (max-width: 1580px) {
  #c-header .c-nav > li .f_hover .f_box .hover_nav .f_li .f_children {
    padding: 10px 8px;
  }
}
#c-header .c-nav > li .f_hover .f_box .hover_nav .f_li .f_children .f_chd_li .f_tit {
  border-radius: 35px;
}
#c-header .c-nav > li .f_hover .f_box .hover_nav .f_li .f_children .f_chd_li .f_tit .f_icon {
  width: 18px;
  height: 18px;
}
@media (max-width: 1580px) {
  #c-header .c-nav > li .f_hover .f_box .hover_nav .f_li .f_children .f_chd_li .f_tit .f_icon {
    width: 16px;
    height: 16px;
  }
}
#c-header .c-nav > li .f_hover .f_box .hover_nav .f_li .f_children .f_chd_li .f_tit .f_wen {
  width: calc(100% - 18px);
  padding-left: 14px;
}
@media (max-width: 1580px) {
  #c-header .c-nav > li .f_hover .f_box .hover_nav .f_li .f_children .f_chd_li .f_tit .f_wen {
    padding-left: 10px;
    width: calc(100% - 16px);
  }
}
#c-header .c-nav > li .f_hover .f_box .hover_nav .f_li .f_children .f_chd_li.on .f_tit {
  background: rgba(255, 255, 255, 0.1);
}
#c-header .c-nav > li .f_hover .f_box .hover_nav .f_li.active > .f_tit .f_wen .f_btn {
  transform: translateY(-50%) rotate(-90deg);
}
#c-header .c-nav > li .f_hover .f_box .hover_nav .f_li.on {
  border-color: rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.04);
}
#c-header .c-nav > li .f_hover .f_box .hover_list {
  position: relative;
}
#c-header .c-nav > li .f_hover .f_box .hover_list .f_item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transition: all 0.4s;
  visibility: hidden;
  opacity: 0;
}
#c-header .c-nav > li .f_hover .f_box .hover_list .f_item.on {
  position: relative;
  visibility: inherit;
  opacity: 1;
}
#c-header .c-nav > li .f_hover .f_box .hover_list .f_item .f_list {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transition: all 0.4s;
  visibility: hidden;
  opacity: 0;
  padding: 0.48rem 0.4rem;
}
#c-header .c-nav > li .f_hover .f_box .hover_list .f_item .f_list.on {
  position: relative;
  visibility: inherit;
  opacity: 1;
}
#c-header .c-nav > li .f_hover .f_box .hover_list .f_item .f_list .f_tit {
  padding-bottom: 18px;
  display: flex;
  align-items: center;
  border-bottom: solid 1px rgba(255, 255, 255, 0.1);
}
@media (max-width: 1580px) {
  #c-header .c-nav > li .f_hover .f_box .hover_list .f_item .f_list .f_tit {
    padding-bottom: 14px;
  }
}
#c-header .c-nav > li .f_hover .f_box .hover_list .f_item .f_list .f_tit .f_btn {
  width: 8px;
  height: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
  transition: all 0.4s;
}
#c-header .c-nav > li .f_hover .f_box .hover_list .f_item .f_list .f_tit .f_btn img,
#c-header .c-nav > li .f_hover .f_box .hover_list .f_item .f_list .f_tit .f_btn svg {
  width: 100%;
  max-height: 100%;
  object-fit: contain;
}
#c-header .c-nav > li .f_hover .f_box .hover_list .f_item .f_list .f_tit:hover .f_btn {
  transform: translateX(0.1rem);
}
#c-header .c-nav > li .f_hover .f_box .hover_list .f_item .f_list .f_zixun {
  display: flex;
  flex-wrap: wrap;
  padding-top: 20px;
  margin: 0 -12px;
}
@media (max-width: 1580px) {
  #c-header .c-nav > li .f_hover .f_box .hover_list .f_item .f_list .f_zixun {
    margin: 0 -8px;
    padding-top: 16px;
  }
}
#c-header .c-nav > li .f_hover .f_box .hover_list .f_item .f_list .f_zixun .f_li {
  width: 50%;
  padding: 0 12px;
}
@media (max-width: 1580px) {
  #c-header .c-nav > li .f_hover .f_box .hover_list .f_item .f_list .f_zixun .f_li {
    padding: 0 8px;
  }
}
#c-header .c-nav > li .f_hover .f_box .hover_list .f_item .f_list .f_zixun .f_li .f_name {
  display: flex;
  align-items: flex-start;
  padding: 16px 20px;
  margin: 0 -20px;
  color: #fff;
  border-radius: 0.1rem;
  transition: all 0.4s;
}
@media (max-width: 1580px) {
  #c-header .c-nav > li .f_hover .f_box .hover_list .f_item .f_list .f_zixun .f_li .f_name {
    padding: 12px 16px;
    margin: 0 -16px;
  }
}
#c-header .c-nav > li .f_hover .f_box .hover_list .f_item .f_list .f_zixun .f_li .f_name .f_icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  transition: all 0.4s;
  color: #fff;
  position: relative;
  top: 0.75em;
  transform: translateY(-50%);
}
@media (max-width: 1580px) {
  #c-header .c-nav > li .f_hover .f_box .hover_list .f_item .f_list .f_zixun .f_li .f_name .f_icon {
    width: 20px;
    height: 20px;
  }
}
#c-header .c-nav > li .f_hover .f_box .hover_list .f_item .f_list .f_zixun .f_li .f_name .f_icon img,
#c-header .c-nav > li .f_hover .f_box .hover_list .f_item .f_list .f_zixun .f_li .f_name .f_icon svg {
  width: auto;
  height: auto;
  max-height: 100%;
  max-width: 100%;
  object-fit: contain;
}
#c-header .c-nav > li .f_hover .f_box .hover_list .f_item .f_list .f_zixun .f_li .f_name .f_wen {
  width: calc(100% - 24px);
  padding-left: 13px;
}
@media (max-width: 1580px) {
  #c-header .c-nav > li .f_hover .f_box .hover_list .f_item .f_list .f_zixun .f_li .f_name .f_wen {
    padding-left: 10px;
    width: calc(100% - 20px);
  }
}
#c-header .c-nav > li .f_hover .f_box .hover_list .f_item .f_list .f_zixun .f_li .f_name .f_wen .f_text {
  margin-top: 8px;
  opacity: 0.5;
  padding-right: 0.3rem;
  line-height: 1.71428571;
  overflow: hidden;
}
@media (max-width: 1580px) {
  #c-header .c-nav > li .f_hover .f_box .hover_list .f_item .f_list .f_zixun .f_li .f_name .f_wen .f_text {
    margin-top: 6px;
  }
}
#c-header .c-nav > li .f_hover .f_box .hover_list .f_item .f_list .f_zixun .f_li .f_name:hover {
  background: rgba(255, 255, 255, 0.05);
  margin: 0;
}
#c-header .c-nav > li .f_hover .f_box .hover_btn {
  width: 100%;
  min-width: initial;
  display: flex;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(57, 97, 126, 0.2);
  color: #fff;
  border-radius: 30px;
  height: 60px;
  padding: 0 0.32rem;
  justify-content: space-between;
}
@media (max-width: 1580px) {
  #c-header .c-nav > li .f_hover .f_box .hover_btn {
    height: 54px;
  }
}
@media (max-width: 1260px) {
  #c-header .c-nav > li .f_hover .f_box .hover_btn {
    height: 50px;
  }
}
#c-header .c-nav > li .f_hover .f_box .hover_btn .c-bg {
  opacity: 0;
  transition: all 0.4s;
}
#c-header .c-nav > li .f_hover .f_box .hover_btn span {
  display: block;
  width: calc(100% - 16px);
  padding-right: 0.3rem;
}
@media (max-width: 1580px) {
  #c-header .c-nav > li .f_hover .f_box .hover_btn span {
    width: calc(100% - 14px);
  }
}
#c-header .c-nav > li .f_hover .f_box .hover_btn .f_icon {
  position: relative;
  width: 16px;
  z-index: 5;
  height: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1580px) {
  #c-header .c-nav > li .f_hover .f_box .hover_btn .f_icon {
    width: 14px;
    height: 10px;
  }
}
#c-header .c-nav > li .f_hover .f_box .hover_btn .f_icon img,
#c-header .c-nav > li .f_hover .f_box .hover_btn .f_icon svg {
  width: 100%;
  max-height: 100%;
  object-fit: contain;
}
#c-header .c-nav > li .f_hover .f_box .hover_btn:hover .c-bg {
  opacity: 1;
}
#c-header .c-nav > li .f_hover .f_box .resource_cont {
  width: 11.8rem;
  display: flex;
}
#c-header .c-nav > li .f_hover .f_box .resource_cont .lt {
  width: 27.4%;
  display: flex;
  flex-direction: column;
  padding: 0.52rem 0.4rem 0.3rem;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}
@media (max-width: 767px) {
  #c-header .c-nav > li .f_hover .f_box .resource_cont .lt {
    width: 100%;
  }
}
#c-header .c-nav > li .f_hover .f_box .resource_cont .lt .font .f_tit {
  margin-bottom: 0.2rem;
}
#c-header .c-nav > li .f_hover .f_box .resource_cont .lt .font .f_text {
  line-height: 1.875;
}
#c-header .c-nav > li .f_hover .f_box .resource_cont .lt .hover_btn {
  margin-top: auto;
}
#c-header .c-nav > li .f_hover .f_box .resource_cont .gt {
  display: flex;
  width: 72.6%;
}
@media (max-width: 767px) {
  #c-header .c-nav > li .f_hover .f_box .resource_cont .gt {
    width: 100%;
  }
}
#c-header .c-nav > li .f_hover .f_box .resource_cont .gt .hover_nav {
  width: 37.14%;
  padding: 0.3rem 0.24rem;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}
#c-header .c-nav > li .f_hover .f_box .resource_cont .gt .hover_list {
  width: 62.86%;
}
#c-header .c-nav > li .f_hover .f_box .resource_cont .gt .hover_list .f_item .f_list {
  position: relative;
  visibility: inherit;
  opacity: 1;
}
#c-header .c-nav > li.nav_hover {
  position: inherit;
}
#c-header .c-nav > li.nav_hover .f_hover {
  left: 0;
  width: 100%;
  transform: translateX(0);
}
#c-header .c-nav > li.nav_hover .f_hover .pro_cont {
  display: flex;
  width: 100%;
}
#c-header .c-nav > li.nav_hover .f_hover .pro_cont .lt {
  width: 18.333%;
  padding: 0.3rem 0.3rem 0.25rem;
  display: flex;
  flex-direction: column;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  border-right: 1px solid rgba(255, 255, 255, 0.4);
}
#c-header .c-nav > li.nav_hover .f_hover .pro_cont .lt .hover_nav {
  margin-bottom: 0.4rem;
}
#c-header .c-nav > li.nav_hover .f_hover .pro_cont .lt .hover_btn {
  margin-top: auto;
}
#c-header .c-nav > li.nav_hover .f_hover .pro_cont .gt {
  width: 81.667%;
  position: relative;
}
#c-header .c-nav > li.nav_hover .f_hover .pro_cont .gt .f_rong {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s;
  display: flex;
  flex-wrap: wrap;
  height: 100%;
}
#c-header .c-nav > li.nav_hover .f_hover .pro_cont .gt .f_rong.on {
  position: relative;
  visibility: inherit;
  opacity: 1;
}
#c-header .c-nav > li.nav_hover .f_hover .pro_cont .gt .f_rong .hover_nav {
  width: 22.44%;
  padding: 0.3rem;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}
#c-header .c-nav > li.nav_hover .f_hover .pro_cont .gt .f_rong .hover_list {
  width: 77.56%;
}
#c-header .c-nav > li.nav_hover .f_hover .pro_cont .gt .f_rong .hover_list .f_item .f_list {
  padding: 0.44rem 0.3rem 0.36rem;
}
#c-header .c-nav > li.on > .c-title-box,
#c-header .c-nav > li:hover > .c-title-box,
#c-header .c-nav > li.on > a,
#c-header .c-nav > li:hover > a {
  color: #fff;
}
#c-header .c-nav > li.on > .c-title-box span:before,
#c-header .c-nav > li:hover > .c-title-box span:before,
#c-header .c-nav > li.on > a span:before,
#c-header .c-nav > li:hover > a span:before {
  left: 0;
  width: 100%;
}
#c-header .c-nav > li.on > .c-title-box svg,
#c-header .c-nav > li:hover > .c-title-box svg {
  color: #fff;
}
#c-header .c-nav2-box {
  position: absolute;
  top: 60px;
  left: -5vw;
  width: 100vw;
  height: 0;
  line-height: 50px;
  color: #333;
  background: #fff;
  overflow-y: auto;
  transition: 0.4s;
  text-align: left;
}
#c-header .c-nav2-box .c-nav2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0 5vw;
  border-top: 1px solid #f1f1f1;
  height: calc(100% - 80px);
  overflow-y: auto;
}
#c-header .c-nav2-box .c-nav2 ul {
  border-top: 1px solid #f1f1f1;
}
#c-header .c-nav2-box .c-nav2 li {
  margin: 0 0 0 5vw;
  border-top: 1px solid #f1f1f1;
}
#c-header .c-nav2-box .c-nav2 li .c-title-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#c-header .c-nav2-box .c-nav2 li .c-title-box img,
#c-header .c-nav2-box .c-nav2 li .c-title-box svg {
  width: 10px;
  height: 10px;
  transition: all 0.4s;
}
#c-header .c-nav2-box .c-nav2 li .c-title-box.on img,
#c-header .c-nav2-box .c-nav2 li .c-title-box.on svg {
  transform: rotate(90deg);
}
#c-header .c-nav2-box .c-nav2 li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #333;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  width: calc(100% - 40px);
}
#c-header .c-nav2-box .c-nav2 li a:hover,
#c-header .c-nav2-box .c-nav2 li.on > a {
  color: var(--color);
}
#c-header .c-nav2-box .c-nav2 li ul {
  display: none;
}
#c-header .c-nav2-box .c-nav2 > li {
  margin: 0;
}
#c-header .c-nav2-box .c-nav2 > li:last-child {
  border-bottom: 1px solid #f1f1f1;
}
#c-header .c-nav2-box .c-nav2 li:first-child {
  border-top: 0;
}
#c-header .c-nav2-box .c-btn-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 20px 5vw;
  width: 100%;
}
#c-header .c-nav2-box .c-btn-box .c-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  padding: 0 15px;
  border-radius: 20px;
  background: #f4f4f4;
  color: #333;
  width: calc(50% - 8px);
  border: 1px solid #e4e4e4;
  cursor: pointer;
}
#c-header .c-nav2-box .c-btn-box .c-btn .c-svg {
  margin-right: 5px;
}
#c-header .c-nav2-box .c-language2 {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-end;
  background: rgba(0, 0, 0, 0.4);
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
  transition: all 0.4s;
}
#c-header .c-nav2-box .c-language2 .c-box {
  background: #fff;
  border-radius: 10px 10px 0 0;
  width: 100%;
  padding: 5vw;
  transform: translateY(100%);
  transition: all 0.4s;
}
#c-header .c-nav2-box .c-language2 .c-box .c-text {
  color: #666;
}
#c-header .c-nav2-box .c-language2 .c-box ul {
  max-height: 50vh;
  overflow-y: auto;
}
#c-header .c-nav2-box .c-language2 .c-box ul li {
  margin-top: 10px;
}
#c-header .c-nav2-box .c-language2 .c-box ul li:first-child {
  margin-top: 15px;
}
#c-header .c-nav2-box .c-language2 .c-box ul li a {
  color: #333;
}
#c-header .c-nav2-box.on .c-language2 {
  opacity: 1;
  pointer-events: auto;
}
#c-header .c-nav2-box.on .c-language2 .c-box {
  transform: translateY(0);
}
#c-header.c-style3 {
  color: #333;
  border-bottom: 1px solid rgba(51, 51, 51, 0.1);
}
#c-header.c-style3 a {
  color: #333;
}
#c-header.c-style3 .c-nav > li > .c-title-box {
  color: #333;
}
#c-header.c-style3 .c-logo .c-img-box img {
  display: none;
}
#c-header.c-style3 .c-logo .c-img-box img:nth-child(2) {
  display: block;
}
#c-header.c-style3 .c-gn .c-search-btn {
  color: #333;
}
#c-header.c-style3 .c-gn .c-language {
  color: #333;
}
#c-header.c-style3 .c-switch i {
  background: #000;
}
#c-header.c-style2 {
  color: #111;
}
#c-header.c-style2 .c-logo .c-img-box img {
  opacity: 0;
}
#c-header.c-style2 .c-logo .c-img-box img:nth-child(2) {
  opacity: 1;
}
#c-header.c-style2 .c-bottom > .container::before {
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.06);
}
#c-header.c-style2 .c-nav > li.on > .c-title-box,
#c-header.c-style2 .c-nav > li:hover > .c-title-box,
#c-header.c-style2 .c-nav > li.on > a,
#c-header.c-style2 .c-nav > li:hover > a,
#c-header.c-style2 .c-nav > li.on > .c-title-box svg,
#c-header.c-style2 .c-nav > li:hover > .c-title-box svg,
#c-header.c-style2 .c-nav > li > .c-title-box {
  color: #111;
}
#c-header.c-style2 .c-gn .c-search-btn {
  color: #111;
}
#c-header.c-style2 .c-gn .c-search-btn > svg {
  color: #999;
}
#c-header.c-style2 .c-gn .c-btn-box .public-btn.style2 {
  color: #111;
}
#c-header.c-style2 .c-gn .c-btn-box .public-btn.style2::before {
  border-color: #fff;
}
#c-header.c-style2 .c-gn .c-btn-box .public-btn.style2:hover {
  color: #fff;
}
#c-header.c-style2 .c-switch i {
  background: #333;
}
#c-header.c-style2 .c-nav > li .f_hover .f_box {
  border-color: #fff;
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.06);
  color: #111;
  background: #fff;
}
#c-header.c-style2 .c-nav > li .f_hover .f_box .hover_nav .f_li .f_tit {
  color: #111111;
}
#c-header.c-style2 .c-nav > li .f_hover .f_box .hover_nav .f_li .f_tit .f_icon {
  color: var(--color);
}
#c-header.c-style2 .c-nav > li .f_hover .f_box .hover_nav .f_li .f_tit .f_wen .f_btn {
  color: #999;
}
#c-header.c-style2 .c-nav > li .f_hover .f_box .hover_nav .f_li .f_children .f_chd_li.on .f_tit {
  background: #f2f5fa;
  border-color: #fff;
  color: var(--color);
}
#c-header.c-style2 .c-nav > li .f_hover .f_box .hover_nav .f_li .f_children .f_chd_li.on .f_tit .f_wen .f_btn {
  color: var(--color);
}
#c-header.c-style2 .c-nav > li .f_hover .f_box .hover_nav .f_li.on {
  background-image: linear-gradient(0deg, rgba(250, 251, 251, 0) 0%, rgba(242, 245, 250, 0.8) 100%);
  border-color: #fff;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.04);
}
#c-header.c-style2 .c-nav > li .f_hover .f_box .hover_list .f_item .f_list .f_tit {
  border-color: #f2f5fa;
  color: #111111;
}
#c-header.c-style2 .c-nav > li .f_hover .f_box .hover_list .f_item .f_list .f_tit .f_btn {
  color: #999;
}
#c-header.c-style2 .c-nav > li .f_hover .f_box .hover_list .f_item .f_list .f_tit:hover {
  color: var(--color);
}
#c-header.c-style2 .c-nav > li .f_hover .f_box .hover_list .f_item .f_list .f_tit:hover .f_btn {
  color: var(--color);
}
#c-header.c-style2 .c-nav > li .f_hover .f_box .hover_list .f_item .f_list .f_zixun .f_li .f_name {
  color: #666666;
}
#c-header.c-style2 .c-nav > li .f_hover .f_box .hover_list .f_item .f_list .f_zixun .f_li .f_name .f_icon {
  color: #999;
}
#c-header.c-style2 .c-nav > li .f_hover .f_box .hover_list .f_item .f_list .f_zixun .f_li .f_name:hover {
  color: #111111;
  background: #f2f4f5;
}
#c-header.c-style2 .c-nav > li .f_hover .f_box .hover_list .f_item .f_list .f_zixun .f_li .f_name:hover .f_icon {
  color: var(--color);
}
#c-header.c-style2 .c-nav > li .f_hover .f_box .hover_btn {
  background: none;
  background-image: linear-gradient(0deg, rgba(250, 251, 251, 0) 0%, rgba(242, 245, 250, 0.8) 100%);
  border-color: #fff;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.04);
  color: #666666;
}
#c-header.c-style2 .c-nav > li .f_hover .f_box .hover_btn .f_icon {
  color: #b7b7ca;
}
#c-header.c-style2 .c-nav > li .f_hover .f_box .hover_btn:hover {
  color: #fff;
}
#c-header.c-style2 .c-nav > li .f_hover .f_box .hover_btn:hover .f_icon {
  color: #fff;
}
#c-header.c-style2 .c-nav > li .f_hover .f_box .pro_cont .lt {
  border-right-color: #ebf1f8;
}
#c-header.c-style2 .c-nav > li .f_hover .f_box .pro_cont .gt .f_rong .hover_nav {
  border-right-color: #ebf1f8;
}
#c-header.c-style2 .c-nav > li .f_hover .f_box .resource_cont .lt {
  border-right-color: #ebf1f8;
}
#c-header.c-style2 .c-nav > li .f_hover .f_box .resource_cont .lt .font .f_text {
  color: #666666;
}
#c-header.c-style2 .c-nav > li .f_hover .f_box .resource_cont .gt .hover_nav {
  border-right-color: #ebf1f8;
}
#c-header .head_zhe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: -1;
  height: 100vh;
  background: rgba(255, 255, 255, 0.2);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(5px);
  display: none;
}
.c-open #c-header .c-nav2-box {
  height: calc(100vh - 90px);
  height: calc(100svh - 90px);
  height: calc(100dvh - 90px);
}
@media (max-width: 991px) {
  .c-open #c-header .c-nav2-box {
    height: calc(100vh - 60px);
    height: calc(100svh - 60px);
    height: calc(100dvh - 60px);
  }
}
.c-open #c-header .c-switch i:nth-child(2) {
  opacity: 0;
}
.c-open #c-header .c-switch i:nth-child(1) {
  top: 50%;
  margin-top: -1px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.c-open #c-header .c-switch i:nth-child(3) {
  bottom: 50%;
  margin-bottom: -1px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
/* 底部 */
#c-footer {
  position: relative;
  z-index: 2;
  color: #fff;
  background: var(--color);
}
@media (max-width: 767px) {
  #c-footer {
    background: var(--color) url(../images/footer-bg.png) no-repeat left top / cover;
  }
}
#c-footer #particleCanvas {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
@media (max-width: 767px) {
  #c-footer #particleCanvas {
    display: none;
  }
}
#c-footer .container {
  max-width: 1600px;
}
#c-footer a {
  position: relative;
  color: #fff;
  transition: 0.4s;
}
#c-footer a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  border-top: 1px solid #fff;
  transition: all 0.4s;
}
#c-footer a:hover {
  color: #fff !important;
}
#c-footer a:hover::after {
  width: 100%;
}
#c-footer .c-top-box {
  padding: 0.35rem 0;
}
@media (max-width: 767px) {
  #c-footer .c-top-box {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
}
#c-footer .c-top-box .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
#c-footer .c-top-box .container .c-box {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  #c-footer .c-top-box .container .c-box {
    width: 100%;
  }
}
#c-footer .c-top-box .container .c-box .c-logo {
  margin-right: 0.65rem;
  display: block;
}
@media (max-width: 767px) {
  #c-footer .c-top-box .container .c-box .c-logo {
    margin-right: 0.4rem;
  }
}
#c-footer .c-top-box .container .c-box .c-logo img {
  height: 54px;
}
@media (max-width: 767px) {
  #c-footer .c-top-box .container .c-box .c-logo img {
    height: 32px;
  }
}
#c-footer .c-top-box .container .c-box .c-ico {
  display: flex;
  align-items: center;
}
#c-footer .c-top-box .container .c-box .c-ico a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.15rem;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.3);
  transition: 0.4s;
}
#c-footer .c-top-box .container .c-box .c-ico a::after {
  opacity: 0;
}
#c-footer .c-top-box .container .c-box .c-ico a:last-child {
  margin-right: 0;
}
@media (max-width: 767px) {
  #c-footer .c-top-box .container .c-box .c-ico a {
    width: 26px;
    height: 26px;
  }
}
#c-footer .c-top-box .container .c-box .c-ico a > img,
#c-footer .c-top-box .container .c-box .c-ico a > svg {
  width: 20px;
  height: 20px;
}
@media (max-width: 767px) {
  #c-footer .c-top-box .container .c-box .c-ico a > img,
  #c-footer .c-top-box .container .c-box .c-ico a > svg {
    width: 14px;
    height: 14px;
  }
}
#c-footer .c-top-box .container .c-box .c-ico a .c-img {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  margin-bottom: 5px;
  bottom: 50%;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  border-radius: 8px;
  background: #fff;
  transition: all 0.4s;
  opacity: 0;
  pointer-events: none;
}
#c-footer .c-top-box .container .c-box .c-ico a .c-img::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, -1px);
  border: 5px solid transparent;
  border-top: 5px solid #fff;
}
#c-footer .c-top-box .container .c-box .c-ico a .c-img img {
  padding: 10px;
  max-width: 100%;
}
#c-footer .c-top-box .container .c-box .c-ico a:hover {
  z-index: 5;
  color: #fff;
  background: var(--color3);
  border-color: var(--color3);
}
#c-footer .c-top-box .container .c-box .c-ico a:hover .c-img {
  opacity: 1;
  bottom: 100%;
  pointer-events: auto;
}
@media (max-width: 767px) {
  #c-footer .c-top-box .container .c-text-box {
    display: none;
  }
}
#c-footer .c-center-box .container {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding: 0.53rem 0 0.2rem;
}
@media (max-width: 767px) {
  #c-footer .c-center-box .container {
    border: 0;
    padding: 0;
  }
}
#c-footer .c-center-box .container a.c-title-box:hover {
  color: var(--color);
}
@media (max-width: 767px) {
  #c-footer .c-center-box .container .c-item {
    width: 100%;
  }
}
@media (max-width: 767px) {
  #c-footer .c-center-box .container .c-item:nth-child(3) .c-list-box .c-list > li {
    display: inline-block;
    vertical-align: top;
    width: 45%;
  }
  #c-footer .c-center-box .container .c-item:nth-child(3) .c-list-box .c-list > li:nth-child(2n) {
    margin-left: 7%;
  }
}
#c-footer .c-center-box .container .c-item:nth-child(1) .c-list {
  display: grid;
  grid-template-columns: 440px 1fr;
  /* 左侧固定200px，右侧自适应 */
  grid-template-areas: "left right-top" "left right-bottom";
}
@media (max-width: 1580px) {
  #c-footer .c-center-box .container .c-item:nth-child(1) .c-list {
    grid-template-columns: 300px 1fr;
  }
}
@media (max-width: 1260px) {
  #c-footer .c-center-box .container .c-item:nth-child(1) .c-list {
    grid-template-columns: 170px 1fr;
  }
}
@media (max-width: 991px) {
  #c-footer .c-center-box .container .c-item:nth-child(1) .c-list {
    grid-template-columns: 42vw 1fr;
  }
}
@media (max-width: 767px) {
  #c-footer .c-center-box .container .c-item:nth-child(1) .c-list {
    display: none;
  }
}
#c-footer .c-center-box .container .c-item:nth-child(1) .c-list > li:nth-child(1) {
  padding-right: 1.08rem;
  grid-area: left;
}
@media (max-width: 1260px) {
  #c-footer .c-center-box .container .c-item:nth-child(1) .c-list > li:nth-child(1) {
    padding-right: 0.4rem;
  }
}
@media (max-width: 767px) {
  #c-footer .c-center-box .container .c-item:nth-child(1) .c-list > li:nth-child(1) {
    padding-right: 0;
  }
}
#c-footer .c-center-box .container .c-item:nth-child(1) .c-list > li:nth-child(1) > ul > li:nth-child(1) ul {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 -0.1rem;
}
#c-footer .c-center-box .container .c-item:nth-child(1) .c-list > li:nth-child(1) > ul > li:nth-child(1) ul li {
  padding: 0 0.1rem;
}
#c-footer .c-center-box .container .c-item:nth-child(1) .c-list > li:nth-child(2) {
  grid-area: right-top;
}
@media (max-width: 767px) {
  #c-footer .c-center-box .container .c-item:nth-child(1) .c-list > li:nth-child(2) {
    width: 45%;
    display: inline-block;
    vertical-align: top;
  }
}
#c-footer .c-center-box .container .c-item:nth-child(1) .c-list > li:nth-child(3) {
  grid-area: right-bottom;
}
@media (max-width: 767px) {
  #c-footer .c-center-box .container .c-item:nth-child(1) .c-list > li:nth-child(3) {
    margin-left: 7%;
    width: 45%;
    display: inline-block;
    vertical-align: top;
  }
}
#c-footer .c-center-box .container .c-list-box {
  padding-bottom: 0.3rem;
}
@media (max-width: 767px) {
  #c-footer .c-center-box .container .c-list-box {
    padding-bottom: 0;
    width: 100%;
  }
}
#c-footer .c-center-box .container .c-list-box a {
  color: rgba(243, 247, 254, 0.5);
}
@media (max-width: 767px) {
  #c-footer .c-center-box .container .c-list-box .c-list {
    padding-top: 0.2rem;
    display: none;
  }
}
@media (max-width: 767px) {
  #c-footer .c-center-box .container .c-list-box .c-list li {
    padding-bottom: 0.2rem;
  }
  #c-footer .c-center-box .container .c-list-box .c-list li:last-child {
    padding-bottom: 0;
  }
}
#c-footer .c-center-box .container .c-list-box .c-list li .c-title-box {
  padding-bottom: 0.1rem;
  border: 0;
}
@media (max-width: 767px) {
  #c-footer .c-center-box .container .c-list-box .c-list li .c-title-box {
    padding-top: 0;
  }
  #c-footer .c-center-box .container .c-list-box .c-list li .c-title-box .font18 {
    font-size: 14px;
  }
}
#c-footer .c-center-box .container .c-list-box .c-list li .c-title-box img,
#c-footer .c-center-box .container .c-list-box .c-list li .c-title-box svg {
  display: none;
}
#c-footer .c-center-box .container .c-list-box .c-list ul {
  padding-bottom: 0.2rem;
}
@media (max-width: 767px) {
  #c-footer .c-center-box .container .c-list-box .c-list ul {
    padding: 0;
  }
}
#c-footer .c-center-box .container .c-list-box.on > .c-title-box img,
#c-footer .c-center-box .container .c-list-box.on > .c-title-box svg {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
@media (max-width: 767px) {
  #c-footer .c-center-box .container .c-list-box.on > .c-title-box img,
  #c-footer .c-center-box .container .c-list-box.on > .c-title-box svg {
    display: inline-block;
  }
}
@media (max-width: 767px) {
  #c-footer .c-center-box .container .c-text-box {
    padding-top: 0.2rem;
  }
}
#c-footer .c-center-box .container .c-text-box p {
  padding-bottom: 0.1rem;
}
@media (max-width: 767px) {
  #c-footer .c-center-box .container .c-text-box p {
    padding-bottom: 0.2rem;
  }
}
@media (max-width: 767px) {
  #c-footer .c-center-box .container .c-text-wrap {
    width: 100%;
    padding-top: 0.4rem;
  }
}
#c-footer .c-center-box .container .c-title-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 0.2rem;
  color: #fff !important;
}
@media (max-width: 767px) {
  #c-footer .c-center-box .container .c-title-box {
    padding: 0.3rem 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
}
#c-footer .c-center-box .container .c-title-box:after {
  display: none!important;
}
#c-footer .c-center-box .container .c-title-box > span {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 96%, #fff 0%);
  background-size: 0 100%;
  background-repeat: no-repeat;
  transition: all 0.4s;
}
#c-footer .c-center-box .container .c-title-box img,
#c-footer .c-center-box .container .c-title-box svg {
  display: none;
  transition: 0.4s;
  width: 10px;
  height: 10px;
}
@media (max-width: 767px) {
  #c-footer .c-center-box .container .c-title-box img,
  #c-footer .c-center-box .container .c-title-box svg {
    display: inline-block;
  }
}
#c-footer .c-center-box .container a.c-title-bo:hover > span {
  background-size: 100% 100%;
}
#c-footer .c-center-box .c-tbox {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}
@media (max-width: 767px) {
  #c-footer .c-center-box .c-tbox {
    display: none;
  }
}
@media (max-width: 767px) {
  #c-footer .c-center-box .c-tbox .c-abox {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -0.15rem;
    padding-top: 0.4rem;
  }
  #c-footer .c-center-box .c-tbox .c-abox p {
    padding: 0 0.15rem;
  }
}
#c-footer .c-center-box .c-tbox .c-abox a {
  display: inline-flex;
  align-items: center;
  margin-bottom: 0.18rem;
}
#c-footer .c-center-box .c-tbox .c-abox a .c-arrow {
  margin-left: 0.1rem;
  width: 10px;
  height: 10px;
  overflow: hidden;
}
#c-footer .c-center-box .c-tbox .c-abox a .c-svg {
  width: 10px;
  height: 10px;
  object-fit: contain;
  vertical-align: top;
}
#c-footer .c-center-box .c-tbox .c-abox a:hover .c-svg {
  animation: arrowMove 0.4s;
}
#c-footer .c-center-box .c-tbox .c-abox p:last-child a {
  margin-bottom: 0;
}
#c-footer .c-center-box .c-bbox {
  display: flex;
  align-items: flex-start;
  color: rgba(243, 247, 254, 0.25);
  padding-top: 0.2rem;
}
#c-footer .c-center-box .c-bbox span {
  margin-right: 0.15rem;
}
#c-footer .c-center-box .c-bbox .c-wrap {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
#c-footer .c-center-box .c-bbox .c-wrap a {
  position: relative;
  color: rgba(243, 247, 254, 0.25);
  margin-right: 0.24rem;
}
#c-footer .c-center-box .c-bbox .c-wrap a::before {
  content: '';
  position: absolute;
  top: 50%;
  right: -0.12rem;
  height: 1em;
  transform: translateY(-50%);
  border-left: 1px solid rgba(243, 247, 254, 0.25);
}
#c-footer .c-center-box .c-bbox .c-wrap a:last-child {
  margin: 0;
}
#c-footer .c-center-box .c-bbox .c-wrap a:last-child::before {
  display: none;
}
#c-footer .c-bottom-box {
  color: rgba(243, 247, 254, 0.5);
}
#c-footer .c-bottom-box a {
  color: rgba(243, 247, 254, 0.5);
}
#c-footer .c-bottom-box .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  padding: 0.3rem 0;
}
@media (max-width: 991px) {
  #c-footer .c-bottom-box .container {
    flex-wrap: wrap;
  }
}
#c-footer .c-bottom-box .container .c-copyright {
  margin-right: 0.4rem;
  word-wrap: break-word;
  word-break: break-all;
}
@media (max-width: 991px) {
  #c-footer .c-bottom-box .container .c-copyright {
    margin-right: 0;
  }
}
#c-footer .c-bottom-box .container .c-copyright img {
  margin: 0 0.1rem;
  width: 16px;
  vertical-align: middle;
}
#c-footer .c-bottom-box .container .c-copyright a::after {
  opacity: 0;
}
#c-footer .c-bottom-box .container .c-copyright a span {
  position: relative;
}
#c-footer .c-bottom-box .container .c-copyright a span::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  border-top: 1px solid #fff;
  transition: all 0.4s;
}
#c-footer .c-bottom-box .container .c-copyright a:hover span::after {
  width: 100%;
}
#c-footer .c-bottom-box .container .c-policy-link a {
  position: relative;
  margin-right: 0.2rem;
}
#c-footer .c-bottom-box .container .c-policy-link a::before {
  content: "";
  position: absolute;
  top: 50%;
  right: -0.1rem;
  height: 1em;
  border-left: 1px solid rgba(243, 247, 254, 0.5);
  transform: translateY(-50%);
}
#c-footer .c-bottom-box .container .c-policy-link a:last-child {
  margin-right: 0;
}
#c-footer .c-bottom-box .container .c-policy-link a:last-child::before {
  display: none;
}
#c-go-top {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 999;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: var(--color);
  cursor: pointer;
}
@media (max-width: 767px) {
  #c-go-top {
    display: none !important;
  }
}
#c-go-top img,
#c-go-top svg {
  width: 50%;
  height: 50%;
  color: #fff;
  transform: rotate(-90deg);
}
.public-page {
  padding: 2.15rem 0 1.3rem;
  background: #e9f5fa;
  min-height: calc(100vh - 100px);
  min-height: calc(100svh - 100px);
  min-height: calc(100dvh - 100px);
}
@media (max-width: 1580px) {
  .public-page {
    padding: 1.2rem 0;
  }
}
@media (max-width: 991px) {
  .public-page {
    min-height: calc(100vh - 60px);
    min-height: calc(100svh - 60px);
    min-height: calc(100dvh - 60px);
  }
}
.public-page .container {
  max-width: 1200px;
}
.public-page .c-title-box {
  text-align: center;
}
.public-page .c-title-box .c-title {
  font-weight: bold;
  color: #111;
}
.public-page .c-title-box .c-time {
  padding: 0.2rem 0 0.55rem;
  margin: 0 0 1.15rem;
  color: rgba(9, 19, 32, 0.5);
  border-bottom: 1px solid #d1dce1;
}
.c-404 {
  display: flex;
  align-items: center;
  padding: 1.2rem 0;
  text-align: center;
  background: #f0f6ff;
  min-height: 100vh;
  min-height: 100svh;
  min-height: 100dvh;
  background: url(../images/404-bg.jpg) no-repeat left bottom / cover;
}
.c-404 .container {
  position: relative;
}
.c-404 .c-img {
  width: 3.94rem;
}
.c-404 .c-title {
  margin: 0.45rem 0 0.6rem;
  position: relative;
  z-index: 5;
  font-weight: border;
  color: #fff;
}
.c-404 .c-title a {
  text-decoration: underline;
}
.c-404 .public-btn {
  position: relative;
  z-index: 5;
}
.c-sitemap {
  padding: 1.6rem 0 1.2rem;
  background: #e8f5fa;
  min-height: calc(100vh - 100px);
  min-height: calc(100svh - 100px);
  min-height: calc(100dvh - 100px);
}
@media (max-width: 1580px) {
  .c-sitemap {
    padding: 1.2rem 0;
  }
}
@media (max-width: 991px) {
  .c-sitemap {
    min-height: calc(100vh - 60px);
    min-height: calc(100svh - 60px);
    min-height: calc(100dvh - 60px);
  }
}
.c-sitemap .c-title {
  margin-bottom: 0.75rem;
  text-align: center;
  color: #111;
}
.c-sitemap a {
  transition: all 0.4s;
}
.c-sitemap a:hover {
  color: var(--color) !important;
}
.c-sitemap .c-list > li {
  margin-bottom: 0.4rem;
  background: #f3fafc;
  border-radius: 10px;
  color: #111;
  border: 1px solid #fff;
}
.c-sitemap .c-list > li:last-child {
  margin-bottom: 0;
}
.c-sitemap .c-list > li .c-title-box {
  padding: 0.35rem 0.5rem;
  border-bottom: 1px solid #e6effa;
}
@media (max-width: 991px) {
  .c-sitemap .c-list > li .c-title-box {
    padding: 20px;
  }
}
.c-sitemap .c-list > li > ul {
  display: flex;
  flex-wrap: wrap;
}
.c-sitemap .c-list > li > ul > li {
  width: 33.33%;
  padding: 0.35rem 0.5rem;
  border-right: 1px solid #e6effa;
}
@media (max-width: 991px) {
  .c-sitemap .c-list > li > ul > li {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .c-sitemap .c-list > li > ul > li {
    width: 50%;
    border-bottom: 1px solid #e6effa;
  }
  .c-sitemap .c-list > li > ul > li:nth-child(2n) {
    border-right: 0;
  }
}
.c-sitemap .c-list > li > ul > li:last-child {
  border: 0;
}
@media (max-width: 767px) {
  .c-sitemap .c-list > li > ul > li:last-child {
    border-bottom: 0;
  }
}
.c-sitemap .c-list > li > ul > li a.font18 {
  display: inline-block;
  margin-bottom: 0.1rem;
  color: #111;
}
.c-sitemap .c-list > li > ul > li > a.font18 {
  margin-bottom: 0.3rem;
}
.c-sitemap .c-list > li > ul > li > ul li {
  margin-bottom: 0.1rem;
}
.c-sitemap .c-list > li > ul > li > ul li:last-child {
  margin-bottom: 0;
}
.c-sitemap .c-list > li > ul > li > ul li a {
  color: #666;
}
.c-sitemap .c-list > li.style2 > ul > li {
  width: 25%;
}
@media (max-width: 767px) {
  .c-sitemap .c-list > li.style2 > ul > li {
    width: 50%;
  }
  .c-sitemap .c-list > li.style2 > ul > li:nth-child(3n),
  .c-sitemap .c-list > li.style2 > ul > li:nth-child(3n-2) {
    border-right: 0;
  }
  .c-sitemap .c-list > li.style2 > ul > li:nth-last-child(3n-1) {
    border-bottom: 0;
  }
  .c-sitemap .c-list > li.style2 > ul > li:nth-child(3n-1) {
    border-right: 1px solid #e6effa;
  }
}
.c-sitemap .c-list > li.style2 > ul > li:first-child {
  width: 50%;
}
@media (max-width: 767px) {
  .c-sitemap .c-list > li.style2 > ul > li:first-child {
    width: 100%;
  }
}
.c-sitemap .c-list > li.style2 > ul > li:first-child > ul {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -0.1rem;
}
.c-sitemap .c-list > li.style2 > ul > li:first-child > ul > li {
  width: 50%;
}
.c-sitemap .c-list > li.style3 > ul > li {
  padding: 0.5rem;
}
@media (max-width: 991px) {
  .c-sitemap .c-list > li.style3 > ul > li {
    padding: 20px;
  }
}
.c-sitemap .c-list > li.style3 > ul > li ul li {
  margin-bottom: 0.3rem;
}
@media (max-width: 991px) {
  .c-sitemap .c-list > li.style3 > ul > li ul li {
    margin-bottom: 10px;
  }
}
.c-sitemap .c-list > li.style3 > ul > li ul li:last-child {
  margin-bottom: 0;
}
.c-sitemap .c-list > li.style3 > ul > li ul li a {
  color: #111;
}
/*首页内容1*/
.c-home1 {
  overflow: hidden;
  background: var(--color2);
}
.c-home1 .swiper-slide {
  overflow: hidden;
}
.c-home1 .swiper-slide::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
}
.c-home1 .swiper-slide .c-img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100vh;
  height: 100svh;
  height: 100dvh;
}
.c-home1 .swiper-slide .c-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-home1 .swiper-slide .c-video {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-home1 .swiper-slide .c-wrap {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 10;
  width: 100%;
  transform: translateY(-50%);
  color: #fff;
}
.c-home1 .swiper-slide .c-wrap .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.c-home1 .swiper-slide .c-wrap .c-text-box {
  width: calc(560/1440*100%);
}
@media (max-width: 991px) {
  .c-home1 .swiper-slide .c-wrap .c-text-box {
    width: 100%;
    text-align: center;
  }
}
.c-home1 .swiper-slide .c-wrap .c-text-box .c-text {
  margin: 0.2rem 0 0.4rem;
  opacity: 0.6;
}
.c-home1 .swiper-slide .c-wrap .c-text-box .c-btn-box .public-btn:nth-child(2) {
  margin-left: 0.2rem;
}
.c-home1 .swiper-slide .c-wrap .public-img {
  width: calc(825/1440*100%);
}
@media (max-width: 991px) {
  .c-home1 .swiper-slide .c-wrap .public-img {
    width: 100%;
  }
}
.c-home1 .swiper-slide .c-wrap .public-img::before {
  padding-top: calc(600/825*100%);
}
.c-home1 .swiper-slide .c-wrap .public-img img {
  object-fit: contain;
}
.c-home1 .swiper-button-next,
.c-home1 .swiper-button-prev {
  right: 0.6rem;
}
@media (max-width: 991px) {
  .c-home1 .swiper-button-next,
  .c-home1 .swiper-button-prev {
    display: none;
  }
}
.c-home1 .swiper-button-prev {
  left: 0.6rem;
}
.c-home1 .swiper-pagination {
  left: 50%;
  width: 90%;
  max-width: 1440px;
  transform: translateX(-50%);
  justify-content: flex-start;
  bottom: 0.5rem;
}
@media (max-width: 991px) {
  .c-home1 .swiper-pagination {
    justify-content: center;
  }
}
.c-home2 {
  background: url(../images/home2-bg1.jpg) no-repeat left top / 100% auto, url(../images/home2-bg2.png) no-repeat left bottom / 79.16% auto;
}
.c-home2 .c-main1 {
  padding: 1.15rem 0 0;
}
.c-home2 .c-main1 .c-box {
  margin-top: 0.8rem;
  text-align: center;
}
.c-home3 {
  padding: 1.45rem 0 0;
  background: var(--color) url(../images/home3-bg.png) repeat left top / 1rem auto;
}
.c-home3 .public-title {
  max-width: 800px;
  margin: 0 auto;
}
.c-home3 .public-title .c-text,
.c-home3 .public-title .c-title {
  color: #fff;
}
.c-home3 .c-item-box {
  color: #fff;
}
.c-home3 .c-item-box .c-item {
  padding: 1rem 0 0;
}
.c-home3 .c-item-box .c-item:last-child {
  padding-bottom: 1.5rem;
  background: -webkit-linear-gradient(bottom, #5e2da6 0%, var(--color) 90%, var(--color) 100%);
  background: linear-gradient(to top, #5e2da6 0%, var(--color) 90%, var(--color) 100%);
}
.c-home3 .c-item-box .c-item .c-list {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0.35rem -0.15rem 0;
}
@media (max-width: 767px) {
  .c-home3 .c-item-box .c-item .c-list {
    margin: 0.6rem -5px 0;
  }
}
.c-home3 .c-item-box .c-item .c-list li {
  padding: 0 0.15rem;
}
@media (max-width: 767px) {
  .c-home3 .c-item-box .c-item .c-list li {
    padding: 0 5px;
  }
}
.c-home3 .c-item-box .c-item .c-list li .c-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 1.62rem;
  height: 50px;
  border-radius: 25px;
  padding: 0 20px;
  border: 1px solid rgba(97, 193, 228, 0.3);
  cursor: pointer;
  transition: all 0.4s;
}
@media (max-width: 1580px) {
  .c-home3 .c-item-box .c-item .c-list li .c-wrap {
    height: 40px;
    border-radius: 20px;
  }
}
@media (max-width: 767px) {
  .c-home3 .c-item-box .c-item .c-list li .c-wrap {
    padding: 0 10px;
  }
}
.c-home3 .c-item-box .c-item .c-list li .c-wrap img {
  margin-right: 0.08rem;
  width: 24px;
  height: 24px;
  object-fit: contain;
}
@media (max-width: 767px) {
  .c-home3 .c-item-box .c-item .c-list li .c-wrap img {
    width: 16px;
    height: 16px;
  }
}
.c-home3 .c-item-box .c-item .c-list li.on .c-wrap {
  background: var(--color3);
}
.c-home3 .c-item-box .c-item .c-list2 {
  position: relative;
  margin-top: 0.6rem;
}
.c-home3 .c-item-box .c-item .c-list2 > li {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  pointer-events: none;
  opacity: 0;
  transition: all 0.4s;
}
.c-home3 .c-item-box .c-item .c-list2 > li:nth-child(1) {
  position: relative;
}
.c-home3 .c-item-box .c-item .c-list2 > li.prev {
  opacity: 0.2;
  transform: translateY(-0.6rem) scale(0.9);
}
@media (max-width: 991px) {
  .c-home3 .c-item-box .c-item .c-list2 > li.prev {
    transform: translateY(-0.9rem) scale(0.9);
  }
}
.c-home3 .c-item-box .c-item .c-list2 > li.prev .c-list3 {
  margin-bottom: -40px;
}
.c-home3 .c-item-box .c-item .c-list2 > li.on {
  opacity: 1;
  z-index: 2;
  pointer-events: auto;
}
.c-home3 .c-item-box .c-item .c-list2 > li .c-list3 {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-start;
  padding: 0 0.8rem;
  transition: all 0.4s;
}
.c-home3 .c-item-box .c-item .c-list2 > li .c-list3 li {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  min-width: 1.6rem;
  height: 40px;
  background: var(--color);
  border: 1px solid rgba(97, 193, 228, 0.3);
  border-bottom: 0;
  border-right: 0;
  cursor: pointer;
  transition: all 0.4s;
}
.c-home3 .c-item-box .c-item .c-list2 > li .c-list3 li:first-child {
  border-top-left-radius: 10px;
}
.c-home3 .c-item-box .c-item .c-list2 > li .c-list3 li:last-child {
  border-right: 1px solid rgba(97, 193, 228, 0.3);
  border-top-right-radius: 10px;
}
.c-home3 .c-item-box .c-item .c-list2 > li .c-list3 li.on {
  background: var(--color3);
}
.c-home3 .c-item-box .c-item .c-list2 > li .c-list4 {
  position: relative;
  z-index: 2;
}
.c-home3 .c-item-box .c-item .c-list2 > li .c-list4 > li {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  pointer-events: none;
  opacity: 0;
  transition: all 0.4s;
}
.c-home3 .c-item-box .c-item .c-list2 > li .c-list4 > li:nth-child(1) {
  position: relative;
}
.c-home3 .c-item-box .c-item .c-list2 > li .c-list4 > li.on {
  z-index: 2;
  pointer-events: auto;
  opacity: 1;
}
.c-home3 .c-item-box .c-item .c-list2 > li .c-wrap {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  border-radius: 0.3rem;
  overflow: hidden;
  background: -webkit-linear-gradient(bottom, #0f97d9 0%, #075d9f 100%);
  background: linear-gradient(to top, #0f97d9 0%, #075d9f 100%);
  border: 1px solid rgba(97, 193, 228, 0.3);
}
.c-home3 .c-item-box .c-item .c-list2 > li .c-wrap .c-left {
  padding: 0.6rem 0.7rem 0.6rem 0.8rem;
  width: calc(580/1440*100%);
}
@media (max-width: 1260px) {
  .c-home3 .c-item-box .c-item .c-list2 > li .c-wrap .c-left {
    width: 50%;
  }
}
@media (max-width: 991px) {
  .c-home3 .c-item-box .c-item .c-list2 > li .c-wrap .c-left {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .c-home3 .c-item-box .c-item .c-list2 > li .c-wrap .c-left {
    padding: 0.4rem;
  }
}
.c-home3 .c-item-box .c-item .c-list2 > li .c-wrap .c-left .c-text {
  position: relative;
  padding: 0.2rem 0 0.27rem;
  opacity: 0.7;
}
.c-home3 .c-item-box .c-item .c-list2 > li .c-wrap .c-left .c-text::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 1px;
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0) 100%);
}
.c-home3 .c-item-box .c-item .c-list2 > li .c-wrap .c-left .c-title2 {
  padding: 0.38rem 0 0.2rem;
}
.c-home3 .c-item-box .c-item .c-list2 > li .c-wrap .c-left .c-list5 {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 -0.1rem -0.1rem;
}
.c-home3 .c-item-box .c-item .c-list2 > li .c-wrap .c-left .c-list5 li {
  padding: 0 0.1rem 0.1rem;
  max-width: calc(240/480*100%);
  min-width: calc(220/480*100%);
}
@media (max-width: 767px) {
  .c-home3 .c-item-box .c-item .c-list2 > li .c-wrap .c-left .c-list5 li {
    width: 50%;
  }
}
.c-home3 .c-item-box .c-item .c-list2 > li .c-wrap .c-left .c-list5 li a {
  display: inline-flex;
  align-items: center;
}
.c-home3 .c-item-box .c-item .c-list2 > li .c-wrap .c-left .c-list5 li a .c-ico {
  flex-shrink: 0;
  width: 22px;
  height: 22px;
  object-fit: contain;
  transform: translateY(2px);
}
@media (max-width: 767px) {
  .c-home3 .c-item-box .c-item .c-list2 > li .c-wrap .c-left .c-list5 li a .c-ico {
    width: 18px;
    height: 18px;
    transform: translateY(0);
  }
}
.c-home3 .c-item-box .c-item .c-list2 > li .c-wrap .c-left .c-list5 li a span {
  margin: 0 0.1rem;
}
@media (max-width: 767px) {
  .c-home3 .c-item-box .c-item .c-list2 > li .c-wrap .c-left .c-list5 li a span {
    font-size: 12px;
  }
}
.c-home3 .c-item-box .c-item .c-list2 > li .c-wrap .c-left .c-list5 li a .c-svg {
  flex-shrink: 0;
  width: 6px;
  height: 12px;
  object-fit: contain;
}
.c-home3 .c-item-box .c-item .c-list2 > li .c-wrap .c-left .c-list5 li a:hover {
  text-decoration: underline;
}
.c-home3 .c-item-box .c-item .c-list2 > li .c-wrap .c-right {
  width: calc(860/1440*100%);
}
@media (max-width: 1260px) {
  .c-home3 .c-item-box .c-item .c-list2 > li .c-wrap .c-right {
    width: 50%;
  }
}
@media (max-width: 991px) {
  .c-home3 .c-item-box .c-item .c-list2 > li .c-wrap .c-right {
    width: 100%;
  }
}
.c-home3 .c-item-box .c-item .c-list2 > li .c-wrap .c-right .public-img::before {
  padding-top: calc(500/860*100%);
}
.c-home4 {
  position: relative;
  padding: 1.15rem 0 1.4rem;
}
.c-home4 .c-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-home4 .public-title {
  margin: 0 auto;
  max-width: 500px;
}
.c-home4 .c-bottom {
  display: flex;
  margin-top: 0.6rem;
}
@media (max-width: 767px) {
  .c-home4 .c-bottom {
    flex-wrap: wrap;
  }
}
.c-home4 .c-bottom .c-left {
  display: flex;
  align-items: center;
  position: relative;
  padding: 0.35rem 20px 0.35rem 0.7rem;
  width: calc(416/1440*100%);
  min-height: 420px;
}
@media (max-width: 1580px) {
  .c-home4 .c-bottom .c-left {
    min-height: 340px;
  }
}
@media (max-width: 991px) {
  .c-home4 .c-bottom .c-left {
    width: 250px;
    flex-shrink: 0;
  }
}
@media (max-width: 767px) {
  .c-home4 .c-bottom .c-left {
    display: none;
  }
}
.c-home4 .c-bottom .c-left .c-line-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background: #e4ebf2;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .c-home4 .c-bottom .c-left .c-line-box {
    display: none;
  }
}
.c-home4 .c-bottom .c-left .c-line-box .c-line {
  background: var(--color);
  height: 0%;
  border-radius: 4px;
  transition: all 0.4s;
}
.c-home4 .c-bottom .c-left li {
  position: relative;
  flex-shrink: 0;
  margin-bottom: 0.25rem;
  cursor: pointer;
}
.c-home4 .c-bottom .c-left li .c-dot {
  position: absolute;
  top: 14px;
  left: -0.7rem;
  width: 0;
  height: 0;
  transition: all 0.4s;
  transform: translateX(2px);
  transition: all 0.4s 0s;
  opacity: 0;
}
@media (max-width: 1580px) {
  .c-home4 .c-bottom .c-left li .c-dot {
    top: 12px;
  }
}
.c-home4 .c-bottom .c-left li .c-dot::before,
.c-home4 .c-bottom .c-left li .c-dot::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-50%, -50%);
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: var(--color);
}
.c-home4 .c-bottom .c-left li .c-dot::after {
  z-index: 2;
  width: 8px;
  height: 8px;
  background: #fff;
}
.c-home4 .c-bottom .c-left li:last-child {
  margin-bottom: 0;
}
.c-home4 .c-bottom .c-left li .c-title {
  transition: all 0.4s;
  transform-origin: left center;
}
.c-home4 .c-bottom .c-left li .c-text {
  display: none;
  padding-top: 0.1rem;
  color: #666;
}
.c-home4 .c-bottom .c-left li.on .c-dot {
  opacity: 1;
  transition: all 0.4s 0.2s;
}
.c-home4 .c-bottom .c-left li.on .c-title {
  transform: scale(1.33);
  color: var(--color);
}
@media (max-width: 767px) {
  .c-home4 .c-bottom .c-left li.on .c-title {
    transform: scale(1);
  }
}
.c-home4 .c-bottom .c-right {
  width: calc(824/1440*100%);
}
@media (max-width: 767px) {
  .c-home4 .c-bottom .c-right {
    width: 100%;
  }
}
.c-home4 .c-bottom .c-right .c-list {
  position: relative;
  height: 100%;
}
@media (max-width: 767px) {
  .c-home4 .c-bottom .c-right .c-list {
    height: auto;
  }
}
.c-home4 .c-bottom .c-right .c-list li {
  position: absolute;
  top: 60%;
  margin-bottom: 0.2rem;
  opacity: 0;
  transform: scale(0.85);
}
@media (max-width: 767px) {
  .c-home4 .c-bottom .c-right .c-list li {
    position: relative;
    opacity: 1;
    top: 0;
    transform: scale(1);
  }
}
.c-home4 .c-bottom .c-right .c-list li.on {
  opacity: 1;
  z-index: 5;
  top: 0.35rem;
  transform: scale(1);
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .c-home4 .c-bottom .c-right .c-list li.on {
    top: 0;
    transform: scale(1);
  }
}
.c-home4 .c-bottom .c-right .c-list li.prev {
  top: 0;
  opacity: 0.5;
  transform: scale(0.95);
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .c-home4 .c-bottom .c-right .c-list li.prev {
    opacity: 1;
    top: 0;
    transform: scale(1);
  }
}
.c-home4 .c-bottom .c-right .c-list li.next {
  opacity: 0.5;
  transform: scale(0.9);
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .c-home4 .c-bottom .c-right .c-list li.next {
    opacity: 1;
    top: 0;
    transform: scale(1);
  }
}
.c-home4 .c-bottom .c-right .c-list li:last-child {
  margin-bottom: 0;
}
.c-home4 .c-bottom .c-right .c-list li .c-wrap {
  padding: 0.4rem;
  background: #fff;
  border-radius: 0.15rem;
  display: flex;
  align-items: flex-start;
}
.c-home4 .c-bottom .c-right .c-list li .c-wrap > img {
  flex-shrink: 0;
  margin-right: 0.4rem;
  width: 22px;
  height: 22px;
  object-fit: contain;
}
@media (max-width: 767px) {
  .c-home4 .c-bottom .c-right .c-list li .c-wrap > img {
    margin-right: 0.2rem;
    width: 16px;
    height: 16px;
  }
}
.c-home4 .c-bottom .c-right .c-list li .c-wrap .c-text-box {
  width: 100%;
}
.c-home4 .c-bottom .c-right .c-list li .c-wrap .c-text-box .c-title {
  color: #000;
}
.c-home4 .c-bottom .c-right .c-list li .c-wrap .c-text-box .c-text {
  color: #999;
}
.c-home4 .c-bottom .c-right .c-list li .c-wrap .c-text-box .c-text p {
  margin-top: 0.18rem;
  padding-left: 20px;
}
.c-home4 .c-bottom .c-right .c-list li .c-wrap .c-text-box .c-text p::before {
  margin: 0 14px 0 -20px;
  content: "•";
  color: var(--color3);
}
.c-home5 {
  padding: 1.15rem 0 0;
  overflow: hidden;
}
.c-home5 .public-menu {
  margin: 0.4rem -0.15rem;
}
.c-home5 .c-btn-box {
  text-align: center;
  margin-top: 0.4rem;
}
@media (max-width: 767px) {
  .c-home5 .public-case-list .c-item {
    display: none;
  }
  .c-home5 .public-case-list .c-item:nth-child(1),
  .c-home5 .public-case-list .c-item:nth-child(2),
  .c-home5 .public-case-list .c-item:nth-child(3) {
    display: block;
  }
}
.c-home6 {
  padding: 1.6rem 0 1.2rem;
}
.c-home6 .c-main {
  display: flex;
  flex-wrap: wrap;
  box-shadow: 0 0 0.4rem rgba(46, 105, 252, 0.12);
  border-radius: 0.2rem;
  padding: 0.4rem 0.32rem;
  margin: 0.65rem 0 0.4rem;
}
.c-home6 .c-main .c-left {
  padding-right: 0.4rem;
  width: calc(890/1367*100%);
}
@media (max-width: 991px) {
  .c-home6 .c-main .c-left {
    padding: 0;
    width: 100%;
  }
}
.c-home6 .c-main .c-left .c-wrap {
  display: flex;
  margin-bottom: 0.4rem;
}
@media (max-width: 767px) {
  .c-home6 .c-main .c-left .c-wrap {
    flex-wrap: wrap;
  }
}
.c-home6 .c-main .c-left .c-wrap:last-child {
  margin-bottom: 0;
}
.c-home6 .c-main .c-left .c-wrap .public-img {
  flex-shrink: 0;
  width: calc(385/850*100%);
  border-radius: 10px;
}
@media (max-width: 767px) {
  .c-home6 .c-main .c-left .c-wrap .public-img {
    width: 100%;
  }
}
.c-home6 .c-main .c-left .c-wrap .public-img::before {
  padding-top: calc(216/385*100%);
}
.c-home6 .c-main .c-left .c-wrap .c-text-box {
  width: 100%;
  padding-left: 0.4rem;
}
@media (max-width: 767px) {
  .c-home6 .c-main .c-left .c-wrap .c-text-box {
    padding: 0.3rem 0 0;
    width: 100%;
  }
}
.c-home6 .c-main .c-left .c-wrap .c-text-box .c-title {
  line-height: 1.5;
  height: 3em;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  transition: all 0.4s;
}
.c-home6 .c-main .c-left .c-wrap .c-text-box .c-time {
  margin: 0.1rem 0;
  color: #b3b7c0;
}
.c-home6 .c-main .c-left .c-wrap .c-text-box .c-text {
  color: rgba(29, 33, 41, 0.6);
  line-height: 1.5;
  height: 3em;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
}
.c-home6 .c-main .c-left .c-wrap .c-text-box .c-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0.15rem;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  color: #636e80;
  transition: all 0.4s;
  box-shadow: 0rem 0.06rem 0.16rem 0rem rgba(201, 211, 225, 0.49);
  overflow: hidden;
}
.c-home6 .c-main .c-left .c-wrap .c-text-box .c-arrow .c-svg {
  width: 12px;
  height: 12px;
  object-fit: contain;
}
.c-home6 .c-main .c-left .c-wrap:hover .public-img img {
  transform: scale(1.05);
}
.c-home6 .c-main .c-left .c-wrap:hover .c-text-box .c-title {
  color: var(--color);
}
.c-home6 .c-main .c-left .c-wrap:hover .c-text-box .c-arrow {
  color: var(--color);
}
.c-home6 .c-main .c-left .c-wrap:hover .c-text-box .c-arrow .c-svg {
  animation: arrowMove 0.4s;
}
.c-home6 .c-main .c-right {
  width: calc(457/1367*100%);
  padding-left: 0.4rem;
  border-left: 1px solid #d7dcea;
}
@media (max-width: 991px) {
  .c-home6 .c-main .c-right {
    padding: 0.8rem 0 0;
    border: 0;
    width: 100%;
  }
}
.c-home6 .c-main .c-right .c-wrap {
  position: relative;
  display: block;
  padding: 0.25rem 0 0.2rem;
}
.c-home6 .c-main .c-right .c-wrap:first-child {
  padding-top: 0;
}
.c-home6 .c-main .c-right .c-wrap:last-child {
  padding-bottom: 0;
}
.c-home6 .c-main .c-right .c-wrap:last-child::before,
.c-home6 .c-main .c-right .c-wrap:last-child::after {
  display: none;
}
.c-home6 .c-main .c-right .c-wrap::before,
.c-home6 .c-main .c-right .c-wrap::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  width: 100%;
  background: #d7dcea;
  transition: all 0.4s;
}
.c-home6 .c-main .c-right .c-wrap::after {
  z-index: 2;
  background: var(--color);
  width: 0;
}
.c-home6 .c-main .c-right .c-wrap .c-title {
  line-height: 1.33;
  height: 2.66em;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  transition: all 0.4s;
  color: #1e304a;
}
.c-home6 .c-main .c-right .c-wrap .c-time {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0.15rem 0 0;
  color: rgba(99, 110, 128, 0.55);
}
.c-home6 .c-main .c-right .c-wrap .c-time .c-arrow {
  width: 16px;
  height: 16px;
  overflow: hidden;
}
.c-home6 .c-main .c-right .c-wrap .c-time .c-svg {
  width: 12px;
  height: 12px;
  object-fit: contain;
  color: #636e80;
  transition: all 0.4s;
}
.c-home6 .c-main .c-right .c-wrap:hover::after {
  width: 100%;
}
.c-home6 .c-main .c-right .c-wrap:hover .c-title {
  color: var(--color);
}
.c-home6 .c-main .c-right .c-wrap:hover .c-time .c-svg {
  color: var(--color);
  animation: arrowMove 0.4s;
}
.c-home6 .c-btn-box {
  text-align: center;
}
/* 联系我们弹窗 */
.baseAlt {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.baseAlt .f_bag {
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.5;
}
.baseAlt .cont {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 8.16rem;
  max-width: 90%;
  background: #fff;
  border-radius: 0.24rem;
  max-height: 90vh;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0.38rem 0.4rem 0.4rem 0.45rem;
}
@media (max-width: 767px) {
  .baseAlt .cont {
    width: 100%;
    max-height: 80vh;
  }
}
.baseAlt .cont .f_close {
  position: absolute;
  right: 0.4rem;
  top: 0.4rem;
  color: #000;
  width: 16px;
  height: 16px;
  cursor: pointer;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s;
}
.baseAlt .cont .f_close img,
.baseAlt .cont .f_close svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.baseAlt .cont .f_close:hover {
  color: var(--color);
  transform: rotate(90deg);
}
.baseAlt .cont .font {
  position: relative;
  padding-bottom: 0.26rem;
  margin-bottom: 0.34rem;
  border-bottom: 3px solid rgba(0, 0, 0, 0.1);
}
@media (max-width: 1580px) {
  .baseAlt .cont .font {
    border-width: 2px;
  }
}
.baseAlt .cont .font:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -3px;
  height: 3px;
  width: 2rem;
  background: var(--color);
}
@media (max-width: 1580px) {
  .baseAlt .cont .font:before {
    bottom: -2px;
    height: 2px;
  }
}
.baseAlt .cont .font .f_tit {
  color: #111111;
  margin-bottom: 2px;
}
.baseAlt .cont .font .f_text {
  color: #999999;
}
.baseAlt .cont .f_form {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -11px;
}
@media (max-width: 1260px) {
  .baseAlt .cont .f_form {
    margin: 0 -8px;
  }
}
@media (max-width: 991px) {
  .baseAlt .cont .f_form {
    margin: 0 -5px;
  }
}
.baseAlt .cont .f_form .f_item {
  width: 50%;
  padding: 0 11px;
  margin-bottom: 16px;
}
@media (max-width: 1260px) {
  .baseAlt .cont .f_form .f_item {
    padding: 0 8px;
    margin-bottom: 12px;
  }
}
@media (max-width: 991px) {
  .baseAlt .cont .f_form .f_item {
    padding: 0 5px;
  }
}
@media (max-width: 767px) {
  .baseAlt .cont .f_form .f_item {
    width: 100%;
  }
}
.baseAlt .cont .f_form .f_item::last-child {
  margin-bottom: 0;
}
.baseAlt .cont .f_form .f_item .f_name {
  color: #333333;
  margin-bottom: 6px;
}
.baseAlt .cont .f_form .f_item .f_name span {
  color: #d10707;
}
.baseAlt .cont .f_form .f_item .f_int input,
.baseAlt .cont .f_form .f_item .f_int select,
.baseAlt .cont .f_form .f_item .f_int textarea {
  width: 100%;
  border-radius: 6px;
  border: 1px solid #ededed;
  padding: 15px 20px;
}
@media (max-width: 1580px) {
  .baseAlt .cont .f_form .f_item .f_int input,
  .baseAlt .cont .f_form .f_item .f_int select,
  .baseAlt .cont .f_form .f_item .f_int textarea {
    padding: 11px 16px;
  }
}
.baseAlt .cont .f_form .f_item .f_int textarea {
  height: 100px;
}
@media (max-width: 1580px) {
  .baseAlt .cont .f_form .f_item .f_int textarea {
    height: 80px;
  }
}
@media (max-width: 767px) {
  .baseAlt .cont .f_form .f_item .f_int textarea {
    height: 60px;
  }
}
.baseAlt .cont .f_form .f_item .f_btn {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.baseAlt .cont .f_form .f_item .f_btn .f_button {
  border-radius: 30px;
  background-color: #000000;
  width: calc(50% - 11px);
  padding: 16px 20px;
  color: #fff;
}
@media (max-width: 1580px) {
  .baseAlt .cont .f_form .f_item .f_btn .f_button {
    padding: 12px 16px;
  }
}
@media (max-width: 1260px) {
  .baseAlt .cont .f_form .f_item .f_btn .f_button {
    width: calc(50% - 8px);
  }
}
@media (max-width: 991px) {
  .baseAlt .cont .f_form .f_item .f_btn .f_button {
    width: calc(50% - 5px);
  }
}
.baseAlt .cont .f_form .f_item .f_btn .f_button:hover {
  opacity: 0.8;
}
.baseAlt .cont .f_form .f_item .f_btn .f_sub {
  background: var(--color);
}
.baseAlt .cont .f_form .f_textarea {
  margin-bottom: 14px;
}
@media (max-width: 1580px) {
  .baseAlt .cont .f_form .f_textarea {
    margin-bottom: 10px;
  }
}
.baseAlt .cont .f_form .f_label {
  margin-bottom: 28px;
}
@media (max-width: 1580px) {
  .baseAlt .cont .f_form .f_label {
    margin-bottom: 24px;
  }
}
@media (max-width: 767px) {
  .baseAlt .cont .f_form .f_label {
    margin-bottom: 20px;
  }
}
.baseAlt .cont .f_form .f_label .f_checked {
  position: relative;
  display: flex;
  align-items: flex-start;
}
.baseAlt .cont .f_form .f_label .f_checked input {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s;
}
.baseAlt .cont .f_form .f_label .f_checked i {
  border: solid 1px #ededed;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  position: relative;
  top: 0.8em;
  margin-top: -8px;
  border-radius: 2px;
  transition: all 0.4s;
  flex: 0 0 auto;
  margin-right: 10px;
}
@media (max-width: 1580px) {
  .baseAlt .cont .f_form .f_label .f_checked i {
    width: 14px;
    height: 14px;
    margin-top: -7px;
    margin-right: 8px;
  }
}
.baseAlt .cont .f_form .f_label .f_checked i:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/dagouincim1.svg) center / 71.42857143% auto no-repeat;
  opacity: 0;
  transition: all 0.4s;
}
.baseAlt .cont .f_form .f_label .f_checked .f_wen {
  color: #999999;
}
.baseAlt .cont .f_form .f_label .f_checked .f_wen a {
  color: var(--color);
}
.baseAlt .cont .f_form .f_label .f_checked .f_wen a:hover {
  text-decoration: underline;
}
.baseAlt .cont .f_form .f_label .f_checked input:checked ~ i {
  background: var(--color);
  border-color: var(--color);
}
.baseAlt .cont .f_form .f_label .f_checked input:checked ~ i:before {
  opacity: 1;
}
.baseAlt .cont .f_form .f_width100 {
  width: 100%;
}
.magAlt {
  display: none;
}
/* End */
/* cookie弹窗 */
.cokiealt {
  position: fixed;
  right: 0.74rem;
  bottom: 1.06rem;
  background: url(../images/cokiabag1.jpg) center / cover no-repeat;
  z-index: 666;
  width: 6.4rem;
  border-radius: 0.35rem;
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: #fff;
  padding: 0.4rem 1.1rem 0.38rem 0.38rem;
  display: none;
}
@media (max-width: 767px) {
  .cokiealt {
    width: 90%;
    right: 5%;
    padding: 0.46rem 0.36rem;
  }
}
.cokiealt .f_tit {
  margin-bottom: 14px;
}
.cokiealt .f_text {
  line-height: 2.57142857;
  margin-bottom: 26px;
}
@media (max-width: 1580px) {
  .cokiealt .f_text {
    line-height: 1.7;
  }
}
.cokiealt .f_but {
  display: flex;
}
.cokiealt .f_but .public-btn {
  margin-right: 10px;
  min-width: 110px;
}
@media (max-width: 1580px) {
  .cokiealt .f_but .public-btn {
    min-width: 90px;
  }
}
.cokiealt .f_but .public-btn:last-child {
  margin-right: 0;
}
#ss-chat-wrapper {
  top: 50% !important;
}
