@import url("../font/iconfont.css");
@font-face {
  font-family: Medium;
  src: url("../font/HarmonyOS_Sans_SC_Medium.ttf");
}
@font-face {
  font-family: Regular;
  src: url("../font/HarmonyOS_Sans_SC_Regular.ttf");
}
@font-face {
  font-family: Mon;
  src: url("../font/Montserrat-SemiBold.otf");
}
.font-Regular {
  font-family: "Regular";
}
.font-Light {
  font-family: "Light";
}
@media screen and (min-width: 2880px) {
  html {
    font-size: 32px;
  }
}
@media screen and (min-width: 2560px) and (max-width: 2880px) {
  html {
    font-size: 26px;
  }
}
@media screen and (min-width: 1920px) and (max-width: 2560px) {
  html {
    font-size: 24px;
  }
}
@media screen and (min-width: 1780px) and (max-width: 1920px) {
  html {
    font-size: 20px;
  }
}
@media screen and (min-width: 1660px) and (max-width: 1780px) {
  html {
    font-size: 17px;
  }
}
@media screen and (min-width: 1440px) and (max-width: 1660px) {
  html {
    font-size: 15px;
  }
}
@media screen and (min-width: 1366px) and (max-width: 1440px) {
  html {
    font-size: 14px;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1366px) {
  html {
    font-size: 12px;
  }
}
@media screen and (min-width: 1176px) and (max-width: 1280px) {
  html {
    font-size: 12px;
  }
}
@media screen and (min-width: 1000px) and (max-width: 1176px) {
  html {
    font-size: 10px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  html {
    font-size: 9px;
  }
}
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 0.9rem;
  vertical-align: baseline;
  outline: none;
  box-sizing: border-box;
  font-family: "Regular", "Microsoft YaHei", Arial, Tahoma, sans-serif;
  transition: all ease 0.3s;
  color: #333;
}
textarea,
input,
button,
select {
  font-family: "Regular", "Light", "Microsoft YaHei", Arial, Tahoma, sans-serif;
  font-size: 0.8rem;
}
textarea::placeholder,
input::placeholder,
button::placeholder,
select::placeholder {
  font-family: "Regular", "Light", "Microsoft YaHei", Arial, Tahoma, sans-serif;
  font-size: 0.8rem;
  color: #999;
}
button {
  cursor: pointer;
  border: none;
  background-color: transparent;
}
body,
p {
  line-height: 1;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
a,
ol,
ul,
li {
  list-style: none;
  text-decoration: none;
  color: #333;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
img {
  border: 0;
  max-width: 100%;
}
input[type="button"],
input[type="submit"],
input[type="reset"] {
  -webkit-appearance: none;
}
input,
textarea {
  outline: none;
  border: none;
  background-color: transparent;
  box-sizing: border-box !important;
}
::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 3px rgba(123, 60, 71, 0.8);
  border-radius: 10px;
}
::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #1562e5;
  box-shadow: inset 0 0 6px rgba(123, 60, 71, 0.8);
}
.dot {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.dots {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
body {
  overflow-x: hidden;
  min-width: 300px;
}
.img img {
  display: block;
}
#mb-header {
  display: none;
}
#mb-header #navbar-main {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 3.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #fff;
  z-index: 99;
  padding: 0 2.5%;
  box-sizing: border-box;
}
#mb-header .inverse #navbar-main {
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.1);
}
#mb-header #navbar-main #logo {
  width: auto;
  max-width: 40%;
  height: 3.2rem;
}
#mb-header #navbar-main #logo a {
  height: 100%;
}
#mb-header #navbar-main #logo img {
  height: 100%;
}
#mb-header #navbar-main > a .iconfont {
  font-size: 2rem;
  color: #1562e5;
}
#mb-header #navbar-main #logo a {
  display: block;
}
#mb-header #navbar-main #logo img {
  width: 100%;
}
#mb-header #navbar-main .btn {
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background: linear-gradient(180deg, #355cd8 0%, #5acaff 100%);
}
#mb-header #navbar-main .btn img {
  width: 50%;
}
#mb-header #navbar-main #sidebar-main-trigger {
  width: 30px;
}
#mb-header #navbar-main #sidebar-main-trigger img {
  width: 100%;
}
#mb-header #sidebar-main {
  background-color: #fff;
  width: 70% !important;
  transition: none;
  overflow-y: auto;
}
#mb-header #sidebar-main li:last-of-type a {
  border-bottom: none;
}
#mb-header #sidebar-main .member {
  display: flex;
  justify-content: center;
  padding: 1rem 0;
}
#mb-header #sidebar-main .member a {
  padding: 0.4rem 1rem;
  background-color: #ccc;
  color: #fff;
  border-radius: 4rem;
  border-bottom: none;
  margin: 0 0.5rem;
}
#mb-header #sidebar-main .member a:first-of-type {
  background-color: #1562e5;
}
#mb-header #sidebar-main .member a:last-of-type {
  background-color: #24447d;
}
#mb-header #sidebar-main a {
  text-align: center;
  padding: 1rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
#mb-header #sidebar-main-trigger {
  width: 30px;
  height: 24px;
  border-top: 4px solid #1562e5;
  border-bottom: 4px solid #1562e5;
  background-color: #1562e5;
  padding: 6px 0;
  background-clip: content-box;
  cursor: pointer;
}
#mb-header #accordion > li .submenu a {
  padding-left: 2rem;
}
#mb-header #accordion > li {
  position: relative;
}
#mb-header #accordion > li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
#mb-header #accordion > li > a {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
#mb-header #accordion > li .submenu {
  transition: none;
  display: none;
}
#mb-header #accordion > li .submenu a {
  padding-left: 2rem;
  text-align: left;
  background-color: #fbfbfb;
  padding-right: 0.5rem;
}
#mb-header .sub2 a {
  padding-left: 3rem !important;
  background-color: #f5f5f5 !important;
}
div[data-sidebar-main="mask"] {
  inset: 0 !important;
  z-index: 100 !important;
}
.paged {
  display: flex;
  justify-content: center;
  margin-top: 3rem;
}
.paged a {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0.5rem;
  padding: 0.5rem 0.6rem;
  font-size: 0.7rem;
  border-radius: 0.4rem;
  border: 1px solid #eaeaea;
}
.paged a:hover,
.paged a.active {
  color: #24447d;
  border-color: #24447d;
}
.icon {
  width: 1em;
  height: 1em;
  vertical-align: -0.15em;
  fill: currentColor;
  overflow: hidden;
}
.padding {
  padding-left: 5rem !important;
  padding-right: 5rem !important;
}
.padding-left {
  padding-left: 10.5rem !important;
}
.padding-right {
  padding-right: 5rem !important;
}
.main-center {
  width: calc(100% - 21rem);
  margin: 0 auto;
}
.main-center-little {
  width: calc(100% - 16rem);
  margin: 0 auto;
}
.swiper-wrapper {
  height: auto;
}
.swiper-button-wrap {
  display: flex;
}
.swiper-button-wrap .swiper-button {
  position: initial;
  margin-right: 0.5rem;
  margin: 0;
  background-color: #fff;
}
body .swiper-button {
  margin: 0;
}
body .swiper-button::after {
  font-size: 1.5rem !important;
  font-family: "iconfont";
  color: #333;
}
body .swiper-button.swiper-button-prev {
  left: 4%;
}
body .swiper-button.swiper-button-prev::after {
  content: "\e709";
}
body .swiper-button.swiper-button-next {
  right: 4%;
}
body .swiper-button.swiper-button-next::after {
  content: "\e70e";
}
.swiper-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}
.swiper-pagination.inverse .swiper-pagination-bullet {
  border-color: #fff;
}
.swiper-pagination.inverse .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #fff;
}
.swiper-pagination .swiper-pagination-bullet {
  flex-shrink: 0;
  width: 0.75rem;
  height: 0.75rem;
  border-radius: 2rem;
  border: 0.1rem solid #1562e5;
  opacity: 1 !important;
  background-color: transparent !important;
}
.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #1562e5;
}
.swiper-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  margin-top: 3rem;
}
.swiper-controls > div {
  position: unset;
  width: auto !important;
}
.swiper-btn {
  display: flex;
  gap: 1rem;
}
.swiper-btn .swiper-button {
  position: unset;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  background-color: #f4f9fd;
}
.swiper-btn .swiper-button.swiper-button-prev {
  transform: rotate(-45deg);
}
.swiper-btn .swiper-button.swiper-button-next {
  transform: rotate(45deg);
}
.swiper-btn .swiper-button:hover {
  transform: rotate(0);
  background-color: #1562e5;
}
.swiper-btn .swiper-button:hover::after {
  color: #fff !important;
}
.position-container {
  position: fixed;
  top: calc(0.8rem + var(--header-height));
  left: 50%;
  width: 100%;
  transform: translateX(-50%);
  z-index: 10;
}
.position-container .content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 3.2rem;
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(10px);
  padding: 0 1.5rem;
}
.position-container .content .return * {
  color: #1562e5;
}
.position-container .content .pos,
.position-container .content .pos * {
  opacity: 0.7;
}
.position-fixed {
  padding-top: calc(0.8rem + var(--header-height) + 4rem);
  background: linear-gradient(180deg, #d9dfe1 0%, #ffffff 100%);
}
.page-banner {
  position: relative;
}
.page-banner > img {
  display: block;
  width: 100%;
  min-height: 35rem;
  background-color: #f0f0f0;
}
.page-banner .text {
  position: absolute;
  top: 0;
  left: 50%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  transform: translateX(-50%);
}
.page-banner .text h2 {
  font-size: 3.6rem;
  line-height: 1.2;
  color: #fff;
  margin-bottom: 1.2rem;
}
.page-banner .text > span {
  display: block;
  font-size: 1.2rem;
  color: #fff;
  margin-bottom: 2rem;
}
.page-banner .text p {
  font-size: 1.4rem;
  color: #fff;
}
.page-banner .text .tags {
  display: flex;
  gap: 1rem;
}
.page-banner .text .tags span {
  font-size: 0.8rem;
  color: #fff;
  padding: 0.6rem;
  background-color: #1562e5;
}
.page-banner .banner-nav {
  position: absolute;
  bottom: 0;
  right: 8rem;
}
.page-banner .banner-nav nav {
  display: flex;
}
.page-banner .banner-nav nav a {
  padding: 2rem 4rem;
  color: #fff;
  font-size: 1.2rem;
}
.page-banner .banner-nav nav a:hover,
.page-banner .banner-nav nav a.active {
  background: linear-gradient(180deg, rgba(16, 96, 235, 0) 0%, #1060eb 100%);
}
.page-banner .search-wrap {
  position: absolute;
  bottom: 3.3rem;
  right: 8rem;
  display: flex;
  align-items: center;
  width: 26.5rem;
  padding-left: 1rem;
  border-radius: 0.6rem;
  overflow: hidden;
  background-color: #fff;
}
.page-banner .search-wrap img {
  width: 1rem;
  height: 1rem;
}
.page-banner .search-wrap input,
.page-banner .search-wrap button {
  height: 3.3rem;
}
.page-banner .search-wrap input {
  flex: 1;
  padding: 0 0.5rem;
}
.page-banner .search-wrap button {
  width: 5.3rem;
  color: #fff;
  font-size: 0.8rem;
  border: none;
  background-color: #1562e5;
}
.page-nav {
  background-color: #fafafa;
}
.page-nav .content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 5rem;
}
.page-nav nav {
  width: 100%;
  display: flex;
  gap: 5rem;
}
.page-nav nav a {
  height: 5rem;
  line-height: 5rem;
  border-bottom: 0.1rem solid transparent;
}
.page-nav nav a:hover,
.page-nav nav a.active {
  color: #1562e5;
  border-color: #1562e5;
}
.page-nav .return {
  cursor: pointer;
}
.page-nav .return i {
  font-size: 1rem;
  font-weight: bold;
}
.page-nav .position {
  display: flex;
  align-items: center;
}
.page-nav .position img {
  width: 1.3rem;
  margin-right: 0.5rem;
}
.page-nav .position a {
  white-space: nowrap;
  color: #999;
  font-size: 0.8rem;
}
.section-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.section-title .main-title {
  margin-bottom: 0;
}
.more-btn {
  display: inline-flex;
  align-items: center;
  gap: 1rem;
  margin-top: 3rem;
}
.more-btn.inverse *,
.more-btn.inverse {
  color: #fff !important;
}
.more-btn.primary {
  background-color: #fff;
  border: none;
}
.more-btn::after {
  content: "\e70e";
  font-family: "iconfont" !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1rem;
  transition: all ease 0.3s;
  transform: rotate(90deg);
}
.more {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 6.7rem;
  height: 2.4rem;
  border: 1px solid #333;
  border-radius: 0.4rem;
}
.more i {
  font-size: 1rem;
}
.more:hover {
  padding: 1rem 0.5rem;
}
.more * {
  color: #fff;
}
.more span {
  width: 4.75rem;
  height: 2.1rem;
  background-color: #24447d;
}
.more .i {
  width: 2.1rem;
  height: 2.1rem;
  background-color: #1562e5;
}
.more:hover .i {
  width: 3.1rem;
}
.i {
  display: flex;
  align-items: center;
  justify-content: center;
}
.img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.img-auto {
  position: relative;
  background-color: #ebebeb;
}
.img-auto::before {
  content: "";
  display: block;
}
.img-auto img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.iconfont {
  font-size: 0.8rem;
}
.centers {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.main-title {
  margin-bottom: 3rem;
}
.main-title.left p {
  text-align: left;
}
.main-title.left h2 {
  text-align: left;
}
.main-title.inverse p,
.main-title.inverse h2 {
  color: #fff;
}
.main-title p {
  font-size: 1.2rem;
  color: #60718f;
  text-align: center;
  max-width: 34rem;
  margin: 1rem auto 0;
  line-height: 1.4;
}
.main-title h2 {
  text-align: center;
  font-size: 2rem;
  line-height: 1.2;
}
.main-title span {
  display: block;
  max-width: 50%;
  margin: 1rem auto 0;
  font-size: 1.2rem;
  color: #666;
  text-align: center;
  line-height: 1.6;
}
.page-title {
  padding-bottom: 3rem;
}
.page-title.cen h2,
.page-title.cen p {
  text-align: center;
}
.page-title p {
  font-size: 1.1rem;
  color: #666;
  margin-top: 0.5rem;
}
.page-title h2 {
  font-size: 1.8rem;
  line-height: 1.2;
}
.page-title h3 {
  color: #1562e5;
  font-size: 1.5rem;
}
.hover-line {
  position: relative;
}
.hover-line:before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  height: 1px;
  background-color: #1562e5;
  transform-origin: bottom right;
  transform: scaleX(0);
  transition: transform 0.5s ease;
  z-index: 11;
}
.hover-line:hover::before {
  transform-origin: bottom left;
  transform: scaleX(1);
}
.hover-img {
  overflow: hidden;
  transition: all 0.3s ease;
}
.hover-img > img {
  transition: all 0.3s ease;
}
.hover-img:hover > img {
  transform: scale(1.1);
}
.position .content {
  padding: 1.5rem 0;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.position .content a:hover {
  color: #1562e5;
}
.play {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  cursor: pointer;
}
.play .i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.4rem;
  height: 3.4rem;
  border-radius: 50%;
  background-color: #1562e5;
}
.play span {
  font-size: 1.2rem;
}
.page-container {
  display: flex;
  align-items: flex-start;
  gap: 4rem;
}
.page-container > .content {
  flex: 1;
}
.side-nav {
  flex-shrink: 0;
  width: 22.85rem;
  transform: translateY(-50%);
}
.side-nav .nav {
  padding: 2.85rem 3.2rem;
  background-color: #1562e5;
}
.side-nav .nav * {
  color: #fff;
}
.side-nav .nav h2 {
  font-size: 2.4rem;
  font-family: "Medium";
  margin-bottom: 4.75rem;
}
.side-nav .nav nav {
  display: grid;
  gap: 2.7rem;
}
.side-nav .nav nav a {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.side-nav .nav nav a:hover span,
.side-nav .nav nav a.active span {
  text-decoration: underline;
  opacity: 1;
}
.side-nav .nav nav a:hover img,
.side-nav .nav nav a.active img {
  opacity: 1;
  transform: rotate(0);
}
.side-nav .nav nav a img {
  transform: rotate(45deg);
  opacity: 0.5;
}
.side-nav .nav nav span {
  font-size: 1.2rem;
  opacity: 0.5;
}
.side-nav .nav nav i {
  opacity: 0.5;
}
.side-nav .position {
  padding: 2rem 1.5rem;
  background-color: #f9f9f9;
  margin-top: 2.35rem;
}
.side-nav .position,
.side-nav .position * {
  color: #999;
}
.side-nav .position a.active {
  color: #333;
}
.content-title {
  display: flex;
  align-items: center;
  padding: 1.85rem 1.7rem;
  background-color: #ebf1ff;
  border-bottom: 0.1rem solid #1562e5;
  margin-bottom: 3rem;
}
.content-title.cen {
  justify-content: center;
}
.content-title.cen h3 {
  position: relative;
}
.content-title.cen h3::before,
.content-title.cen h3::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 3rem;
  height: 1rem;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../images/r3.svg");
}
.content-title.cen h3::before {
  right: calc(100% + 1rem);
  transform: translateY(-50%);
}
.content-title.cen h3::after {
  left: calc(100% + 1rem);
  transform: translateY(-50%) rotate(180deg);
}
.content-title img {
  width: 3.25rem;
}
.content-title h3 {
  font-size: 1.4rem;
  color: #1562e5;
  margin-left: 1.3rem;
}
.rich-text *,
.rich-text {
  line-height: 2 !important;
  font-family: "Regular" !important;
}
:root {
  --header-height: 4.5rem;
}
.coo-bg {
  position: relative;
  padding-top: 5rem;
  z-index: 1;
}
.coo-bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 100vw;
  height: 100%;
  background-image: url("../images/bg3.png");
  background-size: 100%;
  transform: translateX(-50%);
  z-index: -1;
}
.coo-swiper {
  position: relative;
  padding-bottom: 4rem !important;
  z-index: 1;
}
.coo-swiper.active {
  display: block;
}
.coo-swiper .swiper-slide {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}
.coo-swiper .swiper-slide .img {
  width: calc((100% - 15px * 6) / 7);
  height: 5rem;
  background-color: #fff;
  border-radius: 10rem;
  border: 1px solid transparent;
}
.coo-swiper .swiper-slide .img img {
  width: 100%;
  height: 100%;
  object-fit: scale-down;
}
.coo-swiper .swiper-slide .img:nth-of-type(1),
.coo-swiper .swiper-slide .img:nth-of-type(14) {
  margin-left: calc(((100% - 15px * 6) / 7) / 2);
}
.coo-swiper .swiper-slide .img:hover {
  border-color: #1562e5;
}
.coo-swiper .swiper-pagination {
  gap: 0;
  bottom: 1.5rem !important;
}
.coo-swiper .swiper-pagination span {
  width: 0.5vw !important;
  height: 0.5vw !important;
}
.coo-swiper .swiper-pagination span.swiper-pagination-bullet-active {
  background-color: #1562e5 !important;
}
.QA .open .link::after {
  transform: translateY(-50%) rotate(0deg);
}
.QA .link {
  position: relative;
  display: flex;
  align-items: center;
  padding: 1.2rem 0;
  border-bottom: 1px solid #ccc;
}
.QA .link::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 1rem;
  height: 0.1rem;
  transform: translateY(-50%);
  background-color: #333;
}
.QA .link::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 1rem;
  height: 0.1rem;
  transform: translateY(-50%) rotate(90deg);
  background-color: #333;
  transition: all ease 0.3s;
}
.QA .link span {
  font-size: 1rem;
}
.QA .submenu {
  display: none;
  transition: none;
  padding: 1rem 0;
}
.QA .submenu,
.QA .submenu * {
  font-size: 0.8rem;
  color: #666;
  line-height: 1.6;
}
.news-item .img-auto {
  border-bottom: 0.25rem solid #e5e5e5;
}
.news-item .img-auto::before {
  padding-top: calc(100% / 516 * 346);
}
.news-item .txt {
  padding: 2.2rem;
  background-color: #fff;
}
.news-item .txt > span {
  color: #24447d;
}
.news-item .txt h6 {
  font-size: 1.2rem;
  line-height: 1.2;
  margin-top: 1rem;
}
.news-item .txt p {
  font-size: 0.7rem;
  color: #666;
  line-height: 1.6;
  margin-top: 1rem;
}
.news-item .txt .tags {
  display: flex;
  gap: 0.5rem;
  margin-top: 1.5rem;
}
.news-item .txt .tags span {
  font-size: 0.6rem;
  color: #fff;
  padding: 0.5rem 0.7rem;
  background-color: #1562e5;
}
.news-item:hover .img-auto {
  border-color: #1562e5;
}
.news-item:hover .txt h6 {
  color: #1562e5;
  text-decoration: underline;
}
.main-form {
  background-color: #adbdcc;
  background-image: url("../images/form-bg.jpg");
}
.main-form .content {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 2rem;
}
.main-form .item {
  width: 30rem;
}
.main-form .item p {
  margin-bottom: 0.5rem;
}
.main-form .item p span {
  color: #de1919;
}
.main-form input {
  width: 100%;
  padding: 0 1rem;
  background-color: #fff;
}
.main-form input,
.main-form button {
  height: 3.2rem;
}
.main-form button {
  flex: 1;
  color: #fff;
  background-color: #1562e5;
}
.header-inverse {
  padding-top: var(--header-height);
}
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}
header #pc-header {
  background-color: #fff;
  box-shadow: 0 0 0.3rem #ebebeb;
}
header #pc-header.inverse {
  background-color: transparent;
  box-shadow: none;
}
header #pc-header.inverse .container .logo {
  background-image: url("../images/logo.svg");
}
header #pc-header.inverse .container nav > div > a,
header #pc-header.inverse .container .tel,
header #pc-header.inverse .container .btn,
header #pc-header.inverse .container .login,
header #pc-header.inverse .container .wx,
header #pc-header.inverse .container nav > div > a *,
header #pc-header.inverse .container .tel *,
header #pc-header.inverse .container .btn *,
header #pc-header.inverse .container .login *,
header #pc-header.inverse .container .wx * {
  color: #fff;
}
header #pc-header.inverse .container nav > div > a.active {
  color: #fff;
}
header #pc-header.inverse .container nav > div > a.active::after {
  background-color: #fff;
}
header #pc-header.inverse .container .handle .h {
  border-color: #fff;
}
header #pc-header.inverse .container .handle .h span,
header #pc-header.inverse .container .handle .h .icon {
  color: #fff;
}
header #pc-header .logo {
  display: flex;
  align-items: center;
  width: 10.8rem;
  height: 4rem;
  background-image: url("../images/logo1.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
}
header #pc-header .container {
  display: flex;
  align-items: center;
  position: relative;
}
header #pc-header .container nav {
  margin-left: auto;
  display: flex;
  align-items: center;
}
header #pc-header .container nav > div {
  z-index: 20;
  position: relative;
}
header #pc-header .container nav > div:hover > a::after {
  opacity: 1;
}
header #pc-header .container nav > div:hover .menu {
  display: block;
}
header #pc-header .container nav > div:hover .menu-more {
  display: block;
}
header #pc-header .container nav > div > a {
  display: block;
  height: 100%;
  padding: 0 1.5rem;
  height: var(--header-height);
  line-height: var(--header-height);
  position: relative;
  font-size: 0.9rem;
  font-family: "Medium";
}
header #pc-header .container nav > div > a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 1.35rem;
  height: 0.1rem;
  transform: translate(-50%, 0);
  opacity: 0;
  transition: all ease 0.3s;
  z-index: 10;
  background-color: #1562e5;
}
header #pc-header .container nav > div > a.active,
header #pc-header .container nav > div > a:hover {
  color: #1562e5;
}
header #pc-header .container nav > div > a.active::after,
header #pc-header .container nav > div > a:hover::after {
  opacity: 1;
}
header #pc-header .container nav > div > a.active i,
header #pc-header .container nav > div > a:hover i {
  bottom: -1rem;
  opacity: 1;
}
header #pc-header .container nav > div > a i {
  position: absolute;
  bottom: -1rem;
  left: 50%;
  font-size: 1rem;
  opacity: 0;
  transform: translateX(-50%);
}
header #pc-header .container nav > div .menu {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  display: none;
}
header #pc-header .container nav > div .menu .l {
  padding: 1rem 0;
  background-color: #fff;
}
header #pc-header .container nav > div .menu .l a {
  position: relative;
}
header #pc-header .container nav > div .menu .l a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 1rem;
  width: 0.5rem;
  height: 0.3rem;
  opacity: 0;
  background-image: url("../images/hover.svg");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  transform: translateY(-50%);
}
header #pc-header .container nav > div .menu .l a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1rem;
  width: 0.5rem;
  height: 0.3rem;
  opacity: 0;
  background-image: url("../images/hover.svg");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  transform: rotate(180deg) translateY(50%);
}
header #pc-header .container nav > div .menu .l a:hover::after,
header #pc-header .container nav > div .menu .l a:hover::before {
  opacity: 1;
}
header #pc-header .container nav > div .menu a {
  display: block;
  padding: 0.6rem 2rem;
  position: relative;
  text-align: center;
  white-space: nowrap;
  z-index: 1;
  overflow: hidden;
}
header #pc-header .container nav > div .menu a:hover {
  color: #fff;
  background-color: #1562e5;
}
header #pc-header .container nav > div .menu-more {
  position: fixed;
  top: var(--header-height);
  left: 0;
  width: 100%;
  display: none;
  background-color: #fafafa;
}
header #pc-header .container nav > div .menu-more .con {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 3rem;
  padding: 2rem 0;
}
header #pc-header .container nav > div .menu-more .con .item .t {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 0.5rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid #dbdbdb;
}
header #pc-header .container nav > div .menu-more .con .item .t:hover i,
header #pc-header .container nav > div .menu-more .con .item .t:hover span {
  color: #1562e5;
}
header #pc-header .container nav > div .menu-more .con .item .t i {
  font-size: 0.9rem;
  color: #dbdbdb;
}
header #pc-header .container nav > div .menu-more .con .item .n {
  display: grid;
  gap: 1rem;
}
header #pc-header .container nav > div .menu-more .con .item .n a {
  display: block;
  font-size: 0.75rem;
  color: #666;
}
header #pc-header .container nav > div .menu-more .con .item .n a:hover {
  color: #1562e5;
  transform: translateX(0.2rem);
}
header #pc-header .container nav > div .menu-more .all {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.2rem;
  padding: 1.5rem 0;
  border-top: 1px solid #dbdbdb;
}
header #pc-header .container nav > div .menu-more .all span {
  color: #1562e5;
}
header #pc-header .container nav > div .menu-more .all i {
  font-size: 0.8rem;
  font-weight: bold;
}
header #pc-header .container nav > div .menu-more .all:hover {
  gap: 1rem;
}
header #pc-header .container .contact {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-left: 1rem;
}
header #pc-header .container .contact .icon {
  font-size: 1.5rem;
}
header #pc-header .container .contact .tel {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
header #pc-header .container .contact .wx {
  position: relative;
}
header #pc-header .container .contact .wx:hover .img {
  display: block;
}
header #pc-header .container .contact .wx .i {
  width: 1.4rem;
  height: 1.4rem;
}
header #pc-header .container .contact .wx .img {
  display: none;
  position: absolute;
  top: 100%;
  left: 50%;
  width: 10rem;
  height: 10rem;
  border-radius: 0.5rem;
  overflow: hidden;
  padding: 0.5rem;
  transform: translateX(-50%);
  background-color: #fff;
}
header #mb-header .wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  border-radius: 1.8rem 0 0 1.8rem;
  background-color: #fff;
}
header #mb-header nav {
  display: grid;
  gap: 3rem;
}
header #mb-header nav > div {
  padding: 0 3rem;
}
header #mb-header nav > div:hover > a {
  border-color: #333;
}
header #mb-header nav > div:hover .sec-nav {
  display: flex;
}
header #mb-header nav a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-width: 8.4rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid transparent;
}
header #mb-header nav a:hover {
  border-color: #1562e5;
}
header #mb-header nav a:hover * {
  color: #1562e5;
}
header #mb-header nav a span {
  font-size: 0.8rem;
  white-space: nowrap;
}
header #mb-header .sec-nav {
  position: absolute;
  top: 0;
  right: calc(100% - 2rem);
  height: 100%;
  padding: 0 3rem;
  padding-right: 5rem;
  background-color: #fafafa;
  z-index: -1;
  border-radius: 1.8rem 0 0 1.8rem;
  display: none;
  flex-direction: column;
  justify-content: center;
}
header #mb-header .sec-nav object {
  display: grid;
  gap: 3rem;
  align-content: center;
  height: 100%;
}
header #mb-header .sec-nav object a:hover {
  border-color: #333;
}
body main section {
  padding: 5rem 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
footer .con1 .c {
  display: flex;
  padding: 2.5rem 0;
}
footer .con1 .nav h6 {
  font-size: 0.8rem;
  margin-bottom: 1rem;
}
footer .con1 .nav nav {
  display: grid;
  grid-template-columns: repeat(2, 10rem);
  row-gap: 1rem;
  column-gap: 3rem;
}
footer .con1 .nav a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  font-size: 0.7rem;
  color: #666;
}
footer .con1 .nav a i {
  transform: rotate(45deg);
  color: #666;
}
footer .con1 .nav a:hover {
  color: #1562e5;
}
footer .con1 .nav a:hover i {
  transform: rotate(0);
  color: #1562e5;
}
footer .con1 .contact {
  display: grid;
  gap: 0.2rem;
  margin-left: auto;
}
.itemfooter .con1 .contact,
footer .con1 .contact * {
  text-align: right;
}
footer .con1 .contact span {
  display: block;
  font-size: 0.8rem;
  color: #666;
}
footer .con1 .contact .item a {
  font-weight: bold !important;
  font-size: 1rem;
  line-height: 1.2;
}
footer .con1 .ewm {
  display: flex;
  gap: 1.2rem;
  margin-left: 5rem;
}
footer .con1 .ewm .img {
  width: 6.1rem;
  height: 6.1rem;
  padding: 0.2rem;
  background-color: #fff;
}
footer .con1 .ewm p {
  text-align: center;
  font-size: 0.7rem;
  color: #999;
}
footer .con2 .c {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  padding: 2rem 0;
  border-top: 1px solid #ebebeb;
}
footer .con2 .item {
  padding: 0 1rem;
  border-right: 1px solid #ebebeb;
}
footer .con2 .item:last-child {
  border-right: none;
}
footer .con2 .item h6 {
  margin-bottom: 1rem;
}
footer .con2 .item p {
  line-height: 1.6;
  font-size: 0.7rem;
  color: #666;
}
footer .con3 > div {
  padding: 1.3rem 0;
  border-top: 1px solid #ebebeb;
}
footer .con3 .c {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
footer .con3 .c p {
  font-size: 0.8rem;
}
footer .con3 .c a {
  font-size: 0.8rem;
  color: #666;
}
footer .con3 .c a:hover {
  color: #1562e5;
}
footer .con3 .p {
  display: flex;
  justify-content: space-between;
  margin-top: 1rem;
}
footer .con3 .p p,
footer .con3 .p * {
  font-size: 0.8rem;
  color: #666;
}
footer .side {
  position: fixed;
  bottom: 30%;
  right: 0;
  width: 2.7rem;
  z-index: 100;
}
footer .side * {
  font-size: 0.7rem;
}
footer .side .item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.3rem;
  background-color: #1562e5;
  margin-bottom: 0.3rem;
  padding: 0.3rem 0;
  border: 0.1rem solid #ffffff;
  box-shadow: 0rem 0.2rem 1rem 0rem #d5ddeb;
  border-radius: 0.8rem;
  cursor: pointer;
  width: 2.7rem;
}
footer .side .item span {
  color: #fff;
}
footer .side .item > .i {
  width: 1.2rem;
}
footer .side .item .d {
  position: absolute;
  top: 0;
  right: 100%;
  padding: 1.3rem;
  border-radius: 0.9rem;
  background-color: #fff;
}
footer .side .item .d.tel {
  display: none;
}
footer .side .item .d.tel > div {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  min-width: 12rem;
  padding: 0.7rem 0;
  border-bottom: 1px solid #ebebeb;
}
footer .side .item .d.tel > div:first-of-type {
  padding-top: 0;
}
footer .side .item .d.tel > div:last-of-type {
  border: none;
  padding-bottom: 0;
}
footer .side .item .d.tel .i {
  width: 1.6rem;
  height: 1.6rem;
  border-radius: 50%;
  border: 1px solid #ebebeb;
}
footer .side .item .d.tel span {
  color: #666;
}
footer .side .item .d.tel p,
footer .side .item .d.tel a {
  display: block;
  font-size: 1rem;
  white-space: nowrap;
}
footer .side .item .d.ewm {
  display: none;
  gap: 1rem;
}
footer .side .item .d.ewm .img {
  width: 7.2rem;
  height: 7.2rem;
}
footer .side .item .d.ewm p {
  text-align: center;
  font-size: 0.6rem;
  color: #666;
  margin-top: 0.5rem;
}
footer .side .item:hover .tel {
  display: block;
}
footer .side .item:hover .ewm {
  display: flex;
}
footer .side .go-top {
  display: flex !important;
  height: 2.7rem;
  border-color: #1562e5;
  background-color: #fff !important;
}
footer .side .go-top .i {
  width: 100%;
}
footer .popup {
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 999;
  transition: none;
}
footer .popup .popup-content {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16.5rem;
  padding: 1.2rem;
  border-radius: 1rem;
  transform: translate(-50%, -50%);
  background: linear-gradient(180deg, #eef5ff 0%, #ffffff 99%);
  box-shadow: 0rem 0.3rem 1rem 0rem rgba(188, 204, 234, 0.5);
}
footer .popup .popup-content h6 {
  font-size: 1.2rem;
  text-align: center;
  margin-bottom: 0.6rem;
}
footer .popup .popup-content h6 span {
  font-size: inherit;
  color: #1562e5;
}
footer .popup .popup-content .form input,
footer .popup .popup-content .form select {
  display: block;
  width: 100%;
  height: 2.7rem;
  padding: 0 1rem;
  margin-bottom: 0.7rem;
  border: 1px solid #e0e7f1;
  border-radius: 0.5rem;
  background-color: #fff;
}
footer .popup .popup-content .form button {
  width: 100%;
  height: 2.7rem;
  color: #fff;
  border-radius: 0.5rem;
  background-color: #1562e5;
}
footer .popup .popup-content .close {
  position: absolute;
  top: calc(100% + 2rem);
  left: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.3rem;
  height: 2.3rem;
  border-radius: 50%;
  border: 0.1rem solid #1562e5;
  transform: translate(-50%, -50%);
  background-color: #fff;
  cursor: pointer;
}
footer .popup .popup-content .close i {
  color: #1562e5;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  header #mb-header #navbar-main {
    display: flex;
  }
  header #mb-header .wrapper {
    border-radius: 0 !important;
  }
  header #mb-header nav > div {
    padding: 0 1rem;
  }
  header #pc-header {
    display: none;
  }
  header #mb-header {
    display: block !important;
  }
  .main-center {
    width: 100%;
    padding-left: 2%;
    padding-right: 2%;
  }
  body {
    padding-top: 3.5rem;
  }
  body main section {
    padding: 2rem 0;
  }
  .main-title {
    margin-bottom: 1.5rem;
  }
  .main-title p {
    font-size: 0.8rem;
    margin-bottom: 0.2rem;
  }
  .main-title h2 {
    font-size: 1.2rem;
  }
  .main-title span {
    max-width: 96%;
    font-size: 0.7rem;
    margin-top: 0.5rem;
  }
  .go-top {
    right: 2%;
    bottom: 10%;
    width: 2rem;
    height: 2rem;
  }
  .go-top img {
    width: 40%;
  }
  .page-banner {
    min-height: auto;
    height: 15rem;
  }
  .page-banner > img {
    height: 100%;
    min-height: auto;
    object-fit: cover;
  }
  .page-banner .text span {
    font-size: 1.4rem;
  }
  .page-banner .text h6 {
    font-size: 1.4rem;
  }
  .page-nav nav {
    justify-content: flex-start;
    gap: 0.5rem;
    overflow: auto;
  }
  .page-nav nav a {
    font-size: 0.9rem;
    padding: 1rem;
    white-space: nowrap;
    box-shadow: none;
  }
  #mb-header #navbar-main {
    flex-direction: row-reverse;
  }
  #mb-header #navbar-main #logo {
    position: initial !important;
    transform: none !important;
  }
  .page-nav .content {
    height: 3rem;
  }
  .page-nav nav {
    gap: 1rem;
  }
  .page-nav nav a {
    height: 3rem;
    line-height: 3rem;
    padding: 0;
  }
  .page-nav .position {
    display: none;
  }
  .page-banner .text span {
    font-size: 1rem;
    margin-bottom: 1rem;
  }
  .page-banner .text h2 {
    font-size: 1.4rem;
    line-height: 1.2;
    margin-bottom: 0.5rem;
  }
  .page-banner .text p {
    font-size: 0.8rem;
  }
  .page-banner .text .tags span {
    font-size: 0.7rem;
  }
  header #mb-header .wrapper {
    justify-content: start;
  }
  header #mb-header .sec-nav {
    border-radius: 0;
  }
  header #mb-header nav {
    gap: 1.5rem;
  }
  .header-inverse {
    padding-top: 1rem;
  }
  .swiper-button-wrap {
    margin-top: 1rem;
  }
  body .swiper-button {
    width: 2rem !important;
    height: 2rem !important;
  }
  body .swiper-button::after {
    font-size: 1rem !important;
  }
  .more-btn {
    gap: 0.2rem;
    height: 2rem;
    padding: 0 0.8rem;
  }
  .more-btn img {
    width: 1rem;
  }
  .more-btn span {
    font-size: 0.7rem;
  }
  .more-btn i {
    font-size: 0.8rem;
  }
  .more-btn::after {
    transform: scale(0.8);
  }
  .padding {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  .padding-left {
    padding-left: 0.5rem !important;
  }
  .padding-right {
    padding-right: 0.5rem !important;
  }
  .page-title {
    padding-bottom: 2rem;
  }
  .page-title h2 {
    font-size: 1.4rem;
  }
  .page-title h3 {
    font-size: 1.4rem;
  }
  .page-title p {
    font-size: 1rem;
    line-height: 1.4;
  }
  footer .con1 .c {
    padding: 1rem 2%;
    align-items: center;
    justify-content: space-between;
  }
  footer .con1 .c .nav {
    display: none;
  }
  footer .con1 .c .contact {
    display: grid;
    gap: 1rem;
    margin: 0;
  }
  footer .con1 .c .contact,
  footer .con1 .c .contact * {
    text-align: left;
  }
  footer .con1 .c .ewm {
    margin-left: 0;
    gap: 0.5rem;
  }
  footer .con2 .c {
    padding: 1rem 2%;
    grid-template-columns: 1fr;
  }
  footer .con2 .c .item {
    border: none;
  }
  footer .con3 > div {
    padding: 1rem 0;
  }
  footer .con3 .p {
    flex-direction: column;
    gap: 0.5rem;
  }
  footer .con3 .p,
  footer .con3 .p * {
    text-align: center;
  }
  footer .side {
    width: 2.2rem;
  }
  footer .side .item {
    width: 2.2rem;
    border-radius: 0.5rem;
  }
  footer .side .item:nth-of-type(n+2) {
    display: none;
  }
  footer .side .item > .i {
    width: 1rem;
  }
  footer .side .item span {
    font-size: 0.6rem;
  }
  footer .side .item .d {
    padding: 1rem;
  }
  footer .side .item .d.tel > div {
    min-width: 10rem;
  }
  footer .side .go-top {
    height: 2.2rem;
  }
  footer .side .go-top .i {
    width: 100%;
  }
  .coo-bg::before {
    background-repeat: no-repeat;
  }
  .coo-swiper {
    padding-bottom: 2rem !important;
  }
  .coo-swiper .swiper-slide {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.5rem;
  }
  .coo-swiper .swiper-slide .img {
    width: 100% !important;
    height: 3rem;
    margin: 0 !important;
  }
  .coo-swiper .swiper-slide .img:nth-of-type(13) {
    display: none;
  }
  .news-item .txt {
    padding: 0.5rem;
  }
  .news-item .txt h6 {
    font-size: 1rem;
    margin-top: 0.5rem;
  }
  .news-item .txt .tags {
    margin-top: 0.5rem;
  }
  .news-item .txt .tags span {
    padding: 0.3rem;
  }
  .main-form .content {
    flex-direction: column;
    gap: 1rem;
  }
  .main-form .item {
    width: 100%;
  }
  .main-form button {
    flex: none;
    padding: 0 1rem;
  }
}
