@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: Light;
  src: url("../font/HarmonyOS_Sans_SC_Light.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: 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;
}
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: #005baa;
  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: 50%;
  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: #005baa;
}
#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: #005baa;
}
#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 #005baa;
  border-bottom: 4px solid #005baa;
  background-color: #005baa;
  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;
  transition: none;
}
.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: 5rem !important;
}
.padding-right {
  padding-right: 5rem !important;
}
.main-center {
  width: calc(100% - 16rem);
  margin: 0 auto;
}
.main-center-little {
  width: calc(100% - 26rem);
  margin: 0 auto;
}
.padding-left-little {
  padding-left: 13rem;
}
.padding-right-little {
  padding-right: 13rem;
}
.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: 1rem;
}
.swiper-pagination .swiper-pagination-bullet {
  flex-shrink: 0;
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 2rem;
  background-color: rgba(37, 86, 163, 0.5);
  opacity: 1 !important;
}
.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #2556a3;
}
.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: 2.7rem;
  height: 2.7rem;
  border-radius: 50%;
  background-color: #f4f9fd;
}
.swiper-btn .swiper-button::after {
  font-size: 1rem !important;
}
.swiper-btn .swiper-button:hover {
  transform: rotate(0);
  background-color: #005baa;
}
.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: #005baa;
}
.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: 25rem;
  background-color: #f0f0f0;
}
.page-banner .text {
  position: absolute;
  top: 0;
  left: 50%;
  padding-top: 15%;
  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;
  color: #fff;
  font-weight: bold;
}
.page-banner .text p {
  color: #fff;
  line-height: 1.4;
  font-size: 1.7rem;
}
.page-banner .text span {
  font-size: 2.4rem;
  background: linear-gradient(180deg, #f8ba12 0%, rgba(248, 186, 18, 0) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  font-family: "Mon";
  line-height: 0.8;
}
.page-banner .text h6 {
  font-size: 3.2rem;
  color: #fff;
  line-height: 1.2;
}
.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: #005baa;
}
.page-nav {
  border-bottom: 1px solid #ddd;
}
.page-nav .content {
  display: flex;
  align-items: center;
  height: 5rem;
}
.page-nav nav {
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 5rem;
}
.page-nav nav a {
  font-size: 1.1rem;
  height: 5rem;
  line-height: 5rem;
  border-bottom: 0.1rem solid transparent;
}
.page-nav nav a:hover,
.page-nav nav a.active {
  color: #005baa;
  border-color: #005baa;
}
.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: 1.5rem;
  padding: 1rem 1.3rem;
  border: 0.1rem solid #333;
  border-radius: 4rem;
  margin-top: 3rem;
}
.more-btn.primary {
  background-color: #005baa;
  border: none;
}
.more-btn.primary span,
.more-btn.primary::after {
  color: #fff;
}
.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;
}
.more-btn:hover {
  border-color: transparent;
  background-color: #005baa;
}
.more-btn:hover span,
.more-btn:hover::after {
  color: #fff;
}
.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: #005baa;
}
.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;
  text-align: center;
  margin-top: 1rem;
}
.main-title h2 {
  text-align: center;
  font-size: 2.4rem;
}
.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 p {
  font-size: 2.4rem;
  background: linear-gradient(180deg, #f8ba12 0%, rgba(248, 186, 18, 0) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  margin-bottom: -0.5rem;
  font-family: "Mon";
}
.page-title h2 {
  font-size: 2.4rem;
}
.hover-line {
  position: relative;
}
.hover-line:before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  height: 1px;
  background-color: #005baa;
  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: #005baa;
}
.link-item {
  display: flex;
  padding: 1.5rem 2rem;
  background-color: #fafafa;
}
.link-item .time {
  flex-shrink: 0;
  width: 15rem;
}
.link-item .time p {
  font-size: 2.4rem;
  margin-bottom: 0.5rem;
}
.link-item .time span {
  font-size: 0.9rem;
  color: #999;
}
.link-item .text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.link-item .text h6 {
  font-size: 1.2rem;
  line-height: 1.4;
  margin-bottom: 0.5rem;
}
.link-item .text p {
  line-height: 1.6;
  color: #999;
}
.link-item .text .more-btn {
  margin-top: auto;
}
.link-item .img {
  flex-shrink: 0;
  width: 18.8rem;
  height: 11.6rem;
  margin-left: 10rem;
  overflow: hidden;
}
.link-item .img-auto {
  flex-shrink: 0;
  width: 18.8rem;
  margin-left: 10rem;
}
.link-item .img-auto::before {
  padding-top: calc(100% / 390 * 245);
}
.link-item:hover .text h6 {
  color: #005baa;
}
.link-item:hover .img img {
  transform: scale(1.06);
}
.link-item.down {
  align-items: center;
}
.link-item.down .i {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.7rem;
  height: 3.7rem;
  border-radius: 50%;
  margin-right: 1.5rem;
  background: linear-gradient(42deg, #d5ebf8 0%, #0f8dd5 101%);
}
.link-item.down .i img {
  width: 50%;
}
.link-item.down .txt {
  flex: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-right: 4rem;
}
.link-item.down .txt h6 {
  font-size: 1rem;
}
.link-item.down .txt p {
  color: #999;
}
.link-item.down .btn-wrap {
  display: flex;
  gap: 0.5rem;
}
.link-item.down .btn-wrap a {
  padding: 0.8rem 2rem;
  border-radius: 4rem;
  border: 1px solid #333;
  font-size: 0.9rem;
  background-color: #fff;
}
.link-item.down .btn-wrap a.primary {
  color: #fff;
  border: none;
  background: linear-gradient(60deg, #d5ebf8 3%, #0f8dd5 101%);
}
.link-item.news-item {
  padding: 3rem 0;
  border-bottom: 1px solid #f0f0f0;
  background-color: transparent;
}
.link-item2 .img {
  height: 15.5rem;
  overflow: hidden;
  border-bottom: 0.2rem solid #005baa;
}
.link-item2 .text {
  padding: 1.7rem 2.4rem;
  background-color: #fafafa;
}
.link-item2 .text > span {
  color: #005baa;
}
.link-item2 .text h6 {
  font-size: 1.2rem;
  margin-top: 0.8rem;
  line-height: 1.2;
}
.link-item2 .text .more-btn-little {
  position: relative;
  margin-top: 2.3rem;
  z-index: 1;
}
.link-item2 .text .more-btn-little::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 1.8rem;
  height: 1.8rem;
  border-radius: 50%;
  background-color: #005baa;
  transform: translate(-50%, -50%);
  z-index: -1;
  transition: all ease 0.3s;
}
.link-item2 .text .more-btn-little i {
  display: inline-block;
}
.link-item2:hover .img img {
  transform: scale(1.04);
}
.link-item2:hover .text h6 {
  color: #005baa;
}
.link-item2:hover .more-btn-little::before {
  transform: translate(-30%, -50%);
}
.link-item2:hover .more-btn-little i {
  transform: translateX(0.5rem);
}
.news-link {
  display: flex;
  justify-content: space-between;
  padding: 2rem 0;
  border-bottom: 1px solid #f0f0f0;
}
.news-link:hover .text h6 {
  color: #005baa;
}
.news-link .img {
  width: 16rem;
  height: 10.55rem;
}
.news-link .text {
  width: 30rem;
}
.news-link .text h6 {
  width: 100%;
  display: inline-block;
  font-size: 1.2rem;
  text-decoration: underline;
}
.news-link .text p {
  line-height: 2;
  font-size: 0.7rem;
  margin-top: 1rem;
}
.news-link .text .more-btn {
  margin-top: 1rem;
  transform: scale(0.7);
  transform-origin: 0;
}
.news-link .time {
  flex-shrink: 0;
  width: 4rem;
  height: 4rem;
  background-color: #005baa;
}
.news-link .time span {
  font-size: 1.8rem;
  color: #fff;
}
.news-link .time p {
  font-size: 0.7rem;
  color: #fff;
}
.video-link {
  cursor: pointer;
}
.video-link:hover .img > img {
  transform: scale(1.04);
}
.video-link:hover .text h6 {
  color: #005baa;
}
.video-link .img {
  position: relative;
  height: 14.4rem;
  overflow: hidden;
}
.video-link .img .i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 3.2rem;
  height: 3.2rem;
  background-color: #005baa;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.video-link .img .i img {
  width: 1rem;
  height: 1rem;
  object-fit: scale-down;
}
.video-link .text {
  padding-top: 1rem;
}
.video-link .text h6 {
  position: relative;
  font-size: 0.9rem;
  margin-bottom: 1.5rem;
}
.video-link .text h6::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1.35rem;
  height: 0.6rem;
  background-image: url("../images/p6.svg");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  transform: translateY(-100%);
}
.video-link .text p {
  font-size: 1.2rem;
}
.video-link .text .time {
  display: flex;
  justify-content: space-between;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #f0f0f0;
}
.video-link .text .time span {
  font-size: 0.7rem;
  opacity: 0.5;
}
.video-link .text .time i {
  color: #005baa;
}
.video-pop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 999;
}
.video-pop .video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  height: 80%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.video-pop .video video {
  width: 100%;
  max-height: 100%;
}
.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: #005baa;
}
.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: #005baa;
}
.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 #005baa;
  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: #005baa;
  margin-left: 1.3rem;
}
.rich-text *,
.rich-text {
  line-height: 2 !important;
  font-family: "Regular" !important;
}
.team-item {
  display: flex;
  box-shadow: 0rem 0.5rem 1rem 0rem rgba(211, 219, 229, 0.6);
}
.team-item:hover .txt {
  background-color: #005baa !important;
  background-image: url("../images/t-bg.png");
}
.team-item:hover .txt * {
  color: #fff !important;
}
.team-item .img-auto {
  width: 16.8rem;
  flex-shrink: 0;
}
.team-item .img-auto::before {
  padding-top: calc(100% / 336 * 389);
}
.team-item .txt {
  display: flex;
  flex-direction: column;
  padding: 1.9rem;
  background-position: right bottom;
  background-size: 10.7rem;
  background-repeat: no-repeat;
}
.team-item .txt * {
  font-size: 0.8rem;
}
.team-item .txt h6 {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 1rem;
}
.team-item .txt .zw {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 0.5rem;
  margin-bottom: 1.5rem;
  border-bottom: 1px solid #ebebeb;
}
.team-item .txt .zw span:first-of-type {
  color: #666;
}
.team-item .txt .zw span:last-of-type {
  color: #999;
}
.team-item .txt p {
  font-size: 0.8rem;
  line-height: 1.4;
  color: #666;
}
.team-item .txt p span {
  color: #666;
  font-weight: bold;
}
.team-item .txt .m {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: auto;
  padding-top: 0.5rem;
  border-top: 1px solid #ebebeb;
}
.team-item .txt .m * {
  color: #999;
}
.news-item2 {
  padding: 2.5rem;
  min-width: 0;
  background-color: #fff;
}
.news-item2 .tag {
  display: inline-flex;
  align-items: center;
  padding: 0.3rem 0.5rem;
  padding-left: 0.3rem;
  font-size: 0.7rem;
  color: #666;
  border: 1px solid #333;
  border-radius: 2rem;
  margin-bottom: 1rem;
}
.news-item2 .tag::before {
  content: "•";
}
.news-item2 h6 {
  font-size: 1rem;
  line-height: 1.2;
  margin-bottom: 1rem;
}
.news-item2 .img-auto {
  margin-top: 2rem;
}
.news-item2 .img-auto::before {
  padding-top: calc(100% / 346 * 223);
}
.news-item2 .time {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 1rem;
  margin-top: 1rem;
  border-top: 1px solid #ebebeb;
}
.news-item2 .time * {
  color: #999;
}
.news-item2:hover h6 {
  color: #005baa;
}
.honor-item {
  padding: 0.7rem;
  border: 1px solid #d3dbe5;
  background-color: #fff;
}
.honor-item .img-auto {
  background-color: #f7f9fc;
}
.honor-item .img-auto::before {
  padding-top: calc(100% / 300 * 243);
}
.honor-item .img-auto img {
  top: 50%;
  left: 50%;
  width: calc(100% - 1rem);
  height: calc(100% - 1rem);
  object-fit: scale-down;
  transform: translate(-50%, -50%);
}
.honor-item .txt {
  padding: 2rem 1.3rem 1rem;
}
.honor-item .txt p {
  position: relative;
  width: calc(100% - 2rem);
  margin: 0 auto;
  font-size: 0.7rem;
  text-align: center;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid rgba(0, 91, 170, 0.5);
}
.honor-item .txt p::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -1rem;
  display: block;
  width: 1rem;
  height: 2rem;
  background-image: url("../images/hl.png");
  background-size: 100% auto;
  background-position: center;
  background-repeat: no-repeat;
  transform: translateY(-50%);
  opacity: 0.5;
  transition: all ease 0.3s;
}
.honor-item .txt p::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -1rem;
  display: block;
  width: 1rem;
  height: 2rem;
  background-image: url("../images/hr.png");
  background-size: 100% auto;
  background-position: center;
  background-repeat: no-repeat;
  transform: translateY(-50%);
  opacity: 0.5;
  transition: all ease 0.3s;
}
.honor-item:hover .txt p {
  color: #005baa;
  border-color: #005baa;
}
.honor-item:hover .txt p::before,
.honor-item:hover .txt p::after {
  opacity: 1;
}
#footer-form .form {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
}
#footer-form .form .col2 {
  grid-column: 2 span;
}
#footer-form .form .item {
  position: relative;
}
#footer-form .form .item span {
  position: absolute;
  top: 0;
  left: 0;
  line-height: 1.4rem;
  font-size: 1rem;
}
#footer-form .form .item input {
  width: 100%;
  line-height: 1.4rem;
  min-height: 2.5rem;
  font-size: 1rem;
  padding-left: 5rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #ebebeb;
  transition: all 0.3s ease;
}
#footer-form .form .item input:focus {
  border-color: #005baa;
}
#footer-form .form .tips {
  text-align: center;
  color: #999;
}
#footer-form .form .btn {
  display: flex;
  justify-content: center;
  gap: 2rem;
}
#footer-form .form .btn button {
  width: 9.45rem;
  height: 3.2rem;
  color: #005baa;
  background-color: transparent;
  cursor: pointer;
  border: 0.1rem solid #005baa;
}
#footer-form .form .btn button.primary {
  background-color: #005baa;
  color: #fff;
}
.bottom-line {
  display: inline-block;
  background-image: linear-gradient(90deg, rgba(37, 86, 163, 0.5), rgba(37, 86, 163, 0.5));
  /* 颜色 */
  background-repeat: no-repeat;
  background-size: 100% 0.5rem;
  background-position: left bottom;
  padding-bottom: 0;
}
:root {
  --header-top-height: 3.5rem;
  --header-height: 2.5rem;
}
.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 {
  border-color: rgba(255, 255, 255, 0.5);
}
header #pc-header.inverse .container .logo {
  background-image: url("../images/logo.svg");
}
header #pc-header.inverse .container .contact * {
  color: #fff;
}
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 nav > div > a *,
header #pc-header.inverse .container .tel *,
header #pc-header.inverse .container .btn *,
header #pc-header.inverse .container .login * {
  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 .container {
  display: flex;
  align-items: center;
  position: relative;
  border-bottom: 1px solid transparent;
}
header #pc-header .logo {
  display: flex;
  align-items: center;
  width: 16rem;
  height: 4rem;
  background-image: url("../images/logo1.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  transition: none;
}
header #pc-header .nav-box {
  margin-left: auto;
}
header #pc-header .contact {
  display: flex;
  align-items: center;
  justify-content: end;
  height: 3.5rem;
}
header #pc-header .contact p {
  display: flex;
  align-items: center;
  gap: 0.2rem;
}
header #pc-header .contact p img {
  width: 0.9rem;
}
header #pc-header .contact > div {
  padding: 0 1.2rem;
  border-right: 0.1rem solid #e2e2e2;
}
header #pc-header .contact > div:last-of-type {
  padding-right: 0;
  border: none;
}
header #pc-header .contact .search {
  cursor: pointer;
}
header #pc-header .contact .language {
  display: flex;
  gap: 0.5rem;
}
header #pc-header .contact .language a {
  opacity: 0.5;
}
header #pc-header .contact .language a:hover,
header #pc-header .contact .language a.active {
  opacity: 1;
}
header #pc-header nav {
  display: flex;
  align-items: center;
}
header #pc-header nav > div {
  z-index: 20;
  position: relative;
}
header #pc-header nav > div:hover > a::after {
  opacity: 1;
}
header #pc-header nav > div:hover .menu {
  display: block;
}
header #pc-header nav > div:hover .menu-more {
  display: block;
}
header #pc-header nav > div > a {
  display: block;
  height: 100%;
  padding: 0 1.5rem;
  height: var(--header-height);
  line-height: 1;
  position: relative;
  font-size: 1rem;
  font-family: "Medium";
}
header #pc-header 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: #005baa;
}
header #pc-header nav > div > a.active,
header #pc-header nav > div > a:hover {
  color: #005baa;
}
header #pc-header nav > div > a.active::after,
header #pc-header nav > div > a:hover::after {
  opacity: 1;
}
header #pc-header nav > div > a.active i,
header #pc-header nav > div > a:hover i {
  bottom: -1rem;
  opacity: 1;
}
header #pc-header nav > div > a i {
  position: absolute;
  bottom: -1rem;
  left: 50%;
  font-size: 1rem;
  opacity: 0;
  transform: translateX(-50%);
}
header #pc-header nav > div .menu {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  display: none;
}
header #pc-header nav > div .menu .l {
  padding: 1rem 2rem;
  background-color: #f7f9fc;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 1rem;
}
header #pc-header nav > div .menu .l a {
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-width: 10rem;
  padding: 0.6rem 0;
  font-size: 0.8rem;
  color: #999;
  white-space: nowrap;
  z-index: 1;
  border-bottom: 1px solid #ddd;
  position: relative;
}
header #pc-header nav > div .menu .l a:before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  height: 1px;
  background-color: #005baa;
  transform-origin: bottom right;
  transform: scaleX(0);
  transition: transform 0.5s ease;
  z-index: 11;
}
header #pc-header nav > div .menu .l a:hover::before {
  transform-origin: bottom left;
  transform: scaleX(1);
}
header #pc-header nav > div .menu .l a::after {
  content: "\e70e";
  font-family: "iconfont" !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0.8rem;
  color: #ddd;
}
header #pc-header nav > div .menu .l a:hover {
  color: #333;
}
header #pc-header nav > div .menu .l a:hover::after {
  opacity: 1;
}
header #pc-header nav > div .menu-more {
  position: fixed;
  top: var(--header-height);
  left: 0;
  width: 100%;
  display: none;
  background-color: #fafafa;
}
header #pc-header nav > div .menu-more .con {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 3rem;
  padding: 2rem 0;
}
header #pc-header 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 nav > div .menu-more .con .item .t:hover i,
header #pc-header nav > div .menu-more .con .item .t:hover span {
  color: #005baa;
}
header #pc-header nav > div .menu-more .con .item .t i {
  font-size: 0.9rem;
  color: #dbdbdb;
}
header #pc-header nav > div .menu-more .con .item .n {
  display: grid;
  gap: 1rem;
}
header #pc-header nav > div .menu-more .con .item .n a {
  display: block;
  font-size: 0.75rem;
  color: #666;
}
header #pc-header nav > div .menu-more .con .item .n a:hover {
  color: #005baa;
  transform: translateX(0.2rem);
}
header #pc-header 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 nav > div .menu-more .all span {
  color: #005baa;
}
header #pc-header nav > div .menu-more .all i {
  font-size: 0.8rem;
  font-weight: bold;
}
header #pc-header nav > div .menu-more .all:hover {
  gap: 1rem;
}
header #pc-header .search-box {
  position: fixed;
  top: calc(var(--header-top-height) + var(--header-height));
  right: 0;
  width: 100%;
  height: 4.5rem;
  display: none;
  background-color: #fafafa;
  transition: none;
}
header #pc-header .search-box form {
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 10%;
}
header #pc-header .search-box form input {
  flex: 1;
}
header #pc-header .search-box form input,
header #pc-header .search-box form button {
  height: 100%;
}
header #pc-header .search-box form .b {
  display: flex;
  gap: 1rem;
  height: 100%;
}
header #pc-header .search-box form .b button {
  border: none;
  background-color: transparent;
  white-space: nowrap;
  color: #666;
}
header #pc-header .search-box form .b .submit {
  color: #005baa;
}
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: #005baa;
}
header #mb-header nav a:hover * {
  color: #005baa;
}
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 {
  background-color: #333;
}
footer * {
  color: #fff;
}
footer .content {
  display: flex;
  justify-content: space-between;
}
footer .border-top {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
footer .footer-content1 {
  padding: 2rem 0;
}
footer .footer-content1 .content {
  display: flex;
}
footer .footer-content1 .con {
  display: flex;
  gap: 4.3rem;
}
footer .footer-content1 .con .item h6 {
  position: relative;
  font-size: 1rem;
  padding-bottom: 0.7rem;
  margin-bottom: 1.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
footer .footer-content1 .con .item h6::before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 1.1rem;
  border-bottom: 1px solid #fff;
}
footer .footer-content1 .con .item .c {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
footer .footer-content1 .con .item .c a {
  display: block;
  opacity: 0.5;
}
footer .footer-content1 .con .item .c a:hover {
  opacity: 1;
}
footer .footer-content1 .con .links {
  width: 21.5rem;
}
footer .footer-content1 .con .links .c {
  gap: 2rem;
}
footer .footer-content1 .con .nav .c {
  gap: 2rem;
}
footer .footer-content1 .city {
  position: relative;
  flex-shrink: 0;
  width: 28.3rem;
}
footer .footer-content1 .city .tit {
  position: absolute;
  top: 10%;
  left: 50%;
  transform: translateX(-50%);
}
footer .footer-content1 .city .tit span {
  font-size: 1rem;
}
footer .footer-content1 .city .tit p {
  font-size: 0.7rem;
  opacity: 0.5;
}
footer .footer-content1 .city .item {
  position: absolute;
}
footer .footer-content1 .city .item .o {
  position: absolute;
  top: 50%;
  left: -0.5rem;
  transform: translate(-50%, -50%);
  width: 0.3rem;
  height: 0.3rem;
  background: #fff;
  border-radius: 50%;
  z-index: 10;
}
footer .footer-content1 .city .item .o::before,
footer .footer-content1 .city .item .o::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.8);
  animation: ripple 5s infinite linear;
  opacity: 0;
}
footer .footer-content1 .city .item .o::after {
  animation-delay: 0.8s;
}
@keyframes ripple {
  0% {
    width: 0.3rem;
    height: 0.3rem;
    opacity: 1;
  }
  100% {
    width: 0.8rem;
    height: 0.8rem;
    opacity: 0;
  }
}
footer .footer-content1 .city .item p {
  opacity: 0.5;
  text-decoration: underline;
}
footer .footer-content1 .city .item:hover p {
  opacity: 1;
}
footer .footer-content1 .city .item:nth-of-type(1) {
  top: 58%;
  left: 58%;
}
footer .footer-content1 .city .item:nth-of-type(2) {
  top: 46%;
  left: 68%;
}
footer .footer-content1 .city .item:nth-of-type(3) {
  top: 41%;
  left: 69%;
}
footer .footer-content1 .city .item:nth-of-type(4) {
  top: 53%;
  left: 63%;
}
footer .footer-content1 .city .item:nth-of-type(5) {
  top: 62%;
  left: 76%;
}
footer .footer-content1 .city .item:nth-of-type(6) {
  top: 74%;
  left: 69%;
}
footer .footer-content2 .content {
  padding: 2rem 0;
}
footer .footer-content2 nav {
  display: flex;
  gap: 3rem;
}
footer .footer-content2 .item h6 {
  margin-bottom: 1rem;
}
footer .footer-content2 .item .c {
  display: grid;
  gap: 1rem;
}
footer .footer-content2 .item .c a {
  display: block;
  font-size: 0.75rem;
  opacity: 0.5;
}
footer .footer-content2 .item .c a:hover {
  opacity: 1;
}
footer .footer-content2 .qrcode p {
  text-align: center;
  margin-bottom: 0.5rem;
}
footer .footer-content2 .qrcode .img {
  width: 7.5rem;
  height: 7.5rem;
  border-radius: 0.3rem;
  background-color: #fff;
}
footer .footer-content3 .content {
  padding: 1rem 0;
}
footer .footer-content3 .content * {
  color: rgba(255, 255, 255, 0.5);
}
footer .footer-content3 .content a:hover {
  color: #ffffff;
}
.side-scode {
  position: fixed;
  right: 2rem;
  bottom: 10%;
  display: grid;
  gap: 1.1rem;
  transform: translateY(50%);
  z-index: 1000;
}
.side-scode .item {
  position: relative;
}
.side-scode .item:hover .pop {
  display: block;
}
.side-scode .i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0rem 0.3rem 1rem 0rem rgba(188, 204, 234, 0.5);
}
.side-scode .i img {
  width: 60%;
}
.side-scode .pop {
  position: absolute;
  top: 50%;
  right: calc(100% + 1rem);
  transform: translateY(-50%);
  padding: 0.4rem;
  border-radius: 0.7rem;
  background-color: #fff;
  display: none;
}
.side-scode .pop::before {
  content: "";
  position: absolute;
  left: 100%;
  top: 50%;
  border-top: 0.3rem solid transparent;
  border-bottom: 0.3rem solid transparent;
  border-left: 0.3rem solid #fff;
  transform: translateY(-50%);
}
.side-scode .pop .img {
  width: 8.5rem;
  height: 8.5rem;
}
@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,
  .main-center-little {
    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: 10rem;
  }
  .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 {
    width: 100%;
    gap: 1rem;
  }
  .page-nav nav a {
    height: 3rem;
    line-height: 3rem;
    padding: 0;
  }
  .page-nav .position {
    display: none;
  }
  .page-banner .text h2 {
    font-size: 1.4rem;
    line-height: 1.2;
    margin-bottom: 0.5rem;
  }
  .page-banner .text p {
    font-size: 0.8rem;
  }
  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;
    margin-top: 2rem;
  }
  .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;
  }
  footer {
    position: relative;
  }
  footer .footer-content1 {
    padding: 1rem;
  }
  footer .footer-content1 .con {
    display: none;
  }
  footer .footer-content1 .city {
    width: 100%;
  }
  footer .footer-content3 .content {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
  }
  footer .footer-content3 .content,
  footer .footer-content3 .content * {
    font-size: 0.7rem;
  }
  .link-item {
    position: relative;
    gap: 0.5rem;
  }
  .link-item .time {
    position: absolute;
    left: 0;
    bottom: 1rem;
    display: none;
  }
  .link-item .time p {
    font-size: 1.4rem;
  }
  .link-item.news-item {
    padding: 1rem 0;
  }
  .link-item .text {
    flex: 1;
  }
  .link-item .text h6 {
    font-size: 1rem;
  }
  .link-item .text p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .link-item .text .more-btn {
    display: none;
  }
  .link-item .img-auto {
    width: 30%;
    margin-left: 0;
  }
  .news-link {
    gap: 1rem;
    min-width: 0;
  }
  .news-link .time {
    display: none;
  }
  .news-link .img {
    flex-shrink: 0;
    width: 10rem;
    height: 6rem;
  }
  .news-link .text {
    flex: 1;
    width: auto;
    min-width: 0;
  }
  .news-link .text h6 {
    min-width: 0;
    display: block;
  }
  .news-link .text p {
    margin-top: 0.5rem;
  }
  .news-link .text .more-btn {
    margin-top: 0;
  }
  .video-link .img {
    height: 8rem;
  }
  .video-link .img .i {
    width: 2.5rem;
    height: 2.5rem;
  }
  .video-link .text h6 {
    margin-bottom: 0.5rem;
  }
  .news-link {
    position: relative;
    padding: 1rem 0;
  }
  .news-link .img {
    margin-bottom: 1rem;
  }
  .news-link .text h6 {
    font-size: 1rem;
  }
  .news-link .text .time {
    margin-top: 1rem;
  }
  .pro-item .txt {
    padding-top: 1rem;
    padding-bottom: 2rem;
  }
  .pro-item .txt p {
    font-size: 0.8rem;
  }
  .pro-item .txt h6 {
    font-size: 1rem;
  }
  .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;
  }
  .page-top-nav .content {
    padding-left: 2% !important;
    padding-right: 2% !important;
  }
  .page-top-nav .content .search {
    width: 60%;
  }
  .page-top-nav .content .search img {
    width: 1rem;
  }
  .page-top-nav .content .search input[type="text"] {
    margin-left: 0.5rem;
  }
  .page-top-nav .content .position,
  .page-top-nav .content .position a {
    font-size: 0.7rem;
  }
  #footer-form .form {
    gap: 0.5rem;
    grid-template-columns: 1fr;
  }
  #footer-form .form .col2 {
    grid-column: unset;
  }
  #footer-form .form .item span {
    top: 0.5rem;
    font-size: 0.9rem;
  }
  #footer-form .form .item input {
    padding-bottom: 0.5rem;
  }
  #footer-form .form .btn {
    margin-top: 2rem;
  }
  #footer-form .form .btn button {
    width: 5rem;
    height: 2.5rem;
  }
  .team-item .img-auto {
    width: 10rem;
  }
  .team-item .txt {
    padding: 0.5rem;
  }
  .team-item .txt h6 {
    font-size: 1.2rem;
  }
  .honor-item {
    padding: 0.5rem;
  }
  .honor-item .txt {
    padding: 0.5rem;
  }
  .news-item2 {
    padding: 1rem;
  }
  .news-item2 .img-auto {
    margin-top: 1rem;
  }
}
