@font-face {
  font-family: "Hm-Medium";
  src: url("../font/HarmonyOS_Sans_SC_Medium.ttf");
}
@font-face {
  font-family: "Hm-Regular";
  src: url("../font/HarmonyOS_Sans_SC_Regular.ttf");
}
@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: 25px;
  }
}
@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: 18px;
  }
}
@media screen and (min-width: 1440px) and (max-width: 1660px) {
  html {
    font-size: 16px;
  }
}
@media screen and (min-width: 1366px) and (max-width: 1440px) {
  html {
    font-size: 14px;
  }
  .footer-side-bar a {
    width: 5rem !important;
    height: 5rem !important;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1366px) {
  html {
    font-size: 14px;
  }
  .footer-side-bar a {
    width: 5rem !important;
    height: 5rem !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  html {
    font-size: 16px;
  }
}
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.8rem;
  vertical-align: baseline;
  outline: none;
  box-sizing: border-box;
  font-family: "Hm-Regular", "Microsoft YaHei", Arial, Tahoma, sans-serif;
  transition: all ease 0.3s;
  text-align: justify;
  color: #333;
}
textarea,
input,
button {
  font-family: "Hm-Regular", "Microsoft YaHei", Arial, Tahoma, sans-serif;
}
textarea::placeholder,
input::placeholder,
button::placeholder {
  font-family: "Microsoft YaHei", Arial, Tahoma, sans-serif;
  font-size: 0.8rem;
  color: #666;
}
button {
  cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  font-family: "Hm-Medium";
}
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;
}
::-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: #1d74d4;
  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;
}
.setBetween {
  display: flex;
  justify-content: space-between;
}
.setAlignCenter {
  display: flex;
  align-items: center;
}
.setCenter {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
body {
  overflow-x: hidden;
  min-width: 300px;
}
.img img {
  display: block;
}
.boxShadow {
  box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.1);
}
#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: 33%;
}
#mb-header #navbar-main > a .iconfont {
  font-size: 2rem;
  color: #1d74d4;
}
#mb-header #navbar-main #logo img {
  width: 100%;
}
#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: #1d74d4;
}
#mb-header #sidebar-main .member a:last-of-type {
  background-color: #172a88;
}
#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 #1d74d4;
  border-bottom: 4px solid #1d74d4;
  background-color: #1d74d4;
  padding: 6px 0;
  background-clip: content-box;
  cursor: pointer;
}
#mb-header #accordion > li .submenu a {
  padding-left: 2rem;
}
#accordion > li {
  position: relative;
}
#accordion > li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
#accordion > li > a {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
#accordion > li .submenu {
  transition: none;
}
#accordion > li .submenu a {
  padding-left: 2rem;
  text-align: left;
  background-color: #fbfbfb;
  padding-right: 0.5rem;
}
div[data-sidebar-main="mask"] {
  z-index: 100 !important;
}
.paged {
  display: flex;
  justify-content: center;
  margin-top: 2rem;
}
.paged a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.75rem;
  height: 2.75rem;
  margin: 0 0.5rem;
  font-size: 1rem;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.paged a:hover,
.paged a.active {
  color: #172a88;
  border-color: #172a88;
}
.icon {
  width: 1em;
  height: 1em;
  vertical-align: -0.15em;
  fill: currentColor;
  overflow: hidden;
}
.main-center {
  max-width: 88.15rem;
  margin: 0 auto;
}
.main-center-big {
  max-width: 80rem;
  margin: 0 auto;
  padding: 2.5rem 0;
  background-color: #fff;
}
.mb0:last-of-type {
  margin-bottom: 0;
}
.swiper-wrapper {
  height: auto;
}
.swiper-button-wrap {
  display: flex;
}
.swiper-button-wrap .swiper-button {
  position: initial;
  margin-right: 0.5rem;
}
body .swiper-button {
  width: 3.2rem;
  height: 3.2rem;
  background-color: #172a88;
  border: none;
  border-radius: 0;
  margin-right: 0.3rem;
  margin-bottom: 5rem;
  margin-top: 0;
}
body .swiper-button:hover {
  background-color: #1d74d4;
}
body .swiper-button:hover {
  background-color: #1d74d4;
}
body .swiper-button:hover::after {
  color: #fff;
}
body .swiper-button::after {
  font-size: 1rem !important;
  color: #fff;
}
body .swiper-button.swiper-button-prev {
  left: 4%;
}
body .swiper-button.swiper-button-prev::after {
  content: "\e667";
  font-family: "iconfont" !important;
}
body .swiper-button.swiper-button-next {
  right: 4%;
}
body .swiper-button.swiper-button-next::after {
  content: "\e666";
  font-family: "iconfont" !important;
}
.swiper-pagination .swiper-pagination-bullet {
  width: 0.5rem;
  height: 0.2rem;
  border-radius: 2rem;
}
.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 1rem;
  background-color: #1d74d4;
}
.position-container {
  margin-bottom: 5rem;
  border-bottom: 1px solid #ebebeb;
  background-color: #fff;
}
.position-container > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.position-container nav {
  display: flex;
  align-items: center;
}
.position-container nav a {
  padding: 0 2rem;
  height: 3.35rem;
  line-height: 3.35rem;
  border: 1px solid #ebebeb;
  border-bottom: none;
}
.position-container nav a.active {
  border-bottom: 1px solid #1d74d4;
}
.position .con {
  display: flex;
  justify-content: space-between;
  padding: 2rem 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.position nav a {
  font-size: 1rem;
  margin-right: 2rem;
}
.position nav a i {
  display: inline-block;
  color: #999;
  font-size: 1rem;
  margin-left: 0.5rem;
  font-weight: bold;
}
.position nav a:hover i,
.position nav a.active i {
  color: #333;
  transform: rotate(45deg);
}
.position .pos,
.position .pos * {
  font-size: 0.9rem;
}
.page-banner {
  background-color: #ccc;
  position: relative;
}
.page-banner > img {
  display: block;
  width: 100%;
}
.page-banner .text {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transform: translateX(-50%);
}
.page-banner .text h2 {
  width: 6rem;
  font-size: 3rem;
  color: #fff;
  position: relative;
}
.page-banner .text h2::before {
  content: "";
  position: absolute;
  top: -1rem;
  right: 0;
  width: 9.6rem;
  height: 0.15rem;
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0.1) 0%, #ffffff 100%);
}
.page-banner .text .number {
  display: grid;
  gap: 2.5rem;
  padding: 0 5rem;
  grid-template-columns: repeat(6, 4rem);
  grid-template-rows: repeat(3, 1fr);
  justify-content: space-between;
  align-self: flex-end;
}
.page-banner .text .number .item {
  padding: 1rem 0;
  border-bottom: 1px solid #ffffff;
}
.page-banner .text .number .item:nth-of-type(1) {
  grid-column-start: 1;
  grid-column-end: 3;
}
.page-banner .text .number .item:nth-of-type(2) {
  grid-column-start: 3;
  grid-column-end: 5;
}
.page-banner .text .number .item:nth-of-type(3) {
  grid-column-start: 5;
  grid-column-end: 7;
}
.page-banner .text .number .item:nth-of-type(4) {
  grid-column-start: 1;
  grid-column-end: 4;
}
.page-banner .text .number .item:nth-of-type(5) {
  grid-column-start: 4;
  grid-column-end: 7;
}
.page-banner .text .number .item > span {
  font-size: 0.9rem;
  color: #fff;
  line-height: 2;
}
.page-banner .text .number p {
  display: flex;
  align-items: flex-start;
}
.page-banner .text .number p span {
  font-size: 3.6rem;
  color: #fff;
}
.page-banner .text .number p i {
  padding-top: 0.6rem;
  color: #fff;
}
.page-nav .content {
  display: flex;
  justify-content: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.page-nav .content a {
  font-size: 0.9rem;
  margin: 0 1rem;
  padding: 2rem 0;
  border-bottom: 1px solid transparent;
}
.page-nav .content a:hover,
.page-nav .content a.active {
  color: #1d74d4;
  border-color: #1d74d4;
}
.more-btn {
  display: flex;
  align-items: center;
  width: fit-content;
  padding: 0.25rem;
  padding-right: 1rem;
  border-radius: 4rem;
}
.more-btn.inverse {
  background-color: #fff;
}
.more-btn .i {
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  margin-right: 1rem;
  background-color: #0c6adf;
}
.more-btn .i .icon {
  font-size: 1.2rem;
}
.more-btn .i .icon path {
  fill: #fff;
}
.more-btn span {
  font-family: "Hm-Medium";
}
.more-btn:hover {
  background-color: #1d74d4;
}
.more-btn:hover .i {
  background-color: #fff;
}
.more-btn:hover .i .icon path {
  fill: #1d74d4;
}
.more-btn:hover span {
  color: #fff;
}
.more {
  display: flex;
}
.more * {
  color: #fff;
}
.more span {
  width: 4.75rem;
  height: 2.1rem;
  background-color: #172a88;
}
.more .i {
  width: 2.1rem;
  height: 2.1rem;
  background-color: #1d74d4;
}
.more:hover .i {
  width: 3.1rem;
}
.section-title {
  margin-bottom: 4rem;
}
.section-title.inverse * {
  color: #fff;
}
.section-title * {
  text-align: center;
}
.section-title.left {
  margin-bottom: 0;
}
.section-title.left * {
  text-align: left;
}
.section-title h2 {
  font-size: 1.8rem;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
}
.section-title h4 {
  font-size: 1.5rem;
}
.section-title p {
  color: #666;
  line-height: 2;
}
.img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.centers {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.main-title {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 3rem;
}
.main-title.revser h2::before {
  background: linear-gradient(to bottom, #e7ebf6, transparent);
  -webkit-background-clip: text;
}
.main-title.center {
  justify-content: center;
}
.main-title.center > div * {
  text-align: center;
}
.main-title h2 {
  font-size: 2rem;
  position: relative;
  z-index: 1;
  color: #1d74d4;
}
.main-title h2::before {
  content: attr(txt);
  position: absolute;
  bottom: 20%;
  left: 0;
  font-family: "Hm-Medium";
  white-space: nowrap;
  font-size: 3.763rem;
  font-weight: normal;
  background: linear-gradient(to bottom, #eff0f5, transparent);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  z-index: -1;
}
.main-title h2 img {
  margin-right: 0.5rem;
}
.main-title p {
  font-size: 1.5rem;
  margin-top: 1rem;
}
.main-title p span {
  font: inherit;
  color: #1d74d4;
}
.main-title > a {
  font-size: 1.2rem;
  color: #1d74d4;
}
.main-title > a .icon {
  margin-left: 1rem;
}
.main-title nav {
  display: flex;
}
.main-title nav a {
  font-size: 0.9rem;
  font-family: "Hm-Medium";
  margin-left: 1.5rem;
}
.main-title nav a .iconfont {
  display: inline-block;
  color: #999;
  margin-left: 0.5rem;
  font-size: 1rem;
}
.main-title nav a:hover .iconfont,
.main-title nav a.active .iconfont {
  transform: rotate(45deg);
  color: #333;
}
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}
header #pc-header {
  background-color: #fff;
}
header #pc-header.inverse {
  background-color: transparent;
}
header #pc-header.inverse .container {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
header #pc-header.inverse .container .logo {
  background-image: url("../images/logo.png");
}
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 .language,
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 .language *,
header #pc-header.inverse .container .login * {
  color: #fff;
}
header #pc-header.inverse .container * {
  border-color: rgba(255, 255, 255, 0.1) !important;
}
header #pc-header.inverse .container .tel .i i {
  color: #fff;
}
header #pc-header.inverse .container .tel p {
  color: #fff !important;
}
header #pc-header .logo {
  width: 11.5rem;
  height: 5rem;
  padding: 0 3rem;
  background-image: url("../images/logo1.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 8.9rem auto;
}
header #pc-header .container {
  display: flex;
  align-items: center;
  position: relative;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
header #pc-header .container nav {
  margin-left: auto;
  display: flex;
  align-items: center;
}
header #pc-header .container nav > div {
  position: relative;
  z-index: 20;
}
header #pc-header .container nav > div::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  border-top: 0.3rem solid transparent;
  border-left: 0.3rem solid transparent;
  border-right: 0.3rem solid transparent;
  transform: translateX(-50%);
}
header #pc-header .container nav > div:last-of-type > a::before {
  display: none;
}
header #pc-header .container nav > div:hover::after {
  border-top-color: #1d74d4;
}
header #pc-header .container nav > div:hover .menu {
  display: block;
}
header #pc-header .container nav > div:hover .pro {
  display: flex;
}
header #pc-header .container nav > div > a {
  display: block;
  height: 100%;
  padding: 0 2rem;
  height: 5rem;
  line-height: 5rem;
  position: relative;
  font-family: "Hm-Medium";
  font-size: 18px;
}
header #pc-header .container nav > div > a.active,
header #pc-header .container nav > div > a:hover {
  color: #333;
}
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%;
  min-width: 100%;
  background-color: #fff;
  transform: translateX(-50%);
  display: none;
  padding: 0 0.5rem;
  border-radius: 0.2rem;
  overflow: hidden;
  box-shadow: 0 0 0.5rem #ebebeb;
}
header #pc-header .container nav > div .menu a {
  display: block;
  padding: 0.8rem 0;
  position: relative;
  text-align: center;
  white-space: nowrap;
  font-size: 18px;
}
header #pc-header .container nav > div .menu a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  border-bottom: 1px solid #1d74d4;
  transform: translateX(-50%);
  transition: all ease 0.5s;
}
header #pc-header .container nav > div .menu a:last-of-type::before {
  display: none;
}
header #pc-header .container nav > div .menu a:hover {
  color: #1d74d4;
}
header #pc-header .container nav > div .pro {
  position: absolute;
  top: 100%;
  left: 50%;
  display: none;
  width: 24rem;
  padding: 1rem 2rem;
  background-color: #fff;
  border-radius: 0.2rem;
  overflow: hidden;
  transform: translateX(-50%);
}
header #pc-header .container nav > div .pro .item {
  flex: 1;
}
header #pc-header .container nav > div .pro .item .t {
  padding-bottom: 0.5rem;
  margin-bottom: 0.5rem;
  border-bottom: 1px solid #ebebeb;
}
header #pc-header .container nav > div .pro .item .t i {
  font-size: 1rem;
}
header #pc-header .container nav > div .pro .item .t span {
  font-size: 0.7rem;
  font-weight: bold;
}
header #pc-header .container nav > div .pro .item .con a {
  display: block;
  font-size: 0.7rem;
  color: #666;
  line-height: 3;
}
header #pc-header .container nav > div .pro .item .con a:hover {
  color: #1d74d4;
}
header #pc-header .container nav > div .pro .down {
  position: absolute;
  left: 50%;
  bottom: 20%;
  display: block;
}
header #pc-header .container nav > div .pro .down span {
  font-weight: bold;
}
header #pc-header .container nav > div .pro .down i {
  font-size: 1rem;
}
header #pc-header .container .tel {
  display: flex;
  align-items: center;
  margin-left: auto;
  padding: 0 1.6rem;
  height: 5rem;
}
header #pc-header .container .tel .i {
  margin-right: 0.2rem;
}
header #pc-header .container .tel .i i {
  font-size: 1.5rem;
}
header #pc-header .container .tel p {
  line-height: 1.6;
  font-size: 0.9rem;
}
header #pc-header .container .tel strong {
  font-size: 1rem;
  font-weight: bold;
  color: #1d74d4;
  line-height: 1.6;
}
header #pc-header .container > .btn {
  position: absolute;
  top: 0;
  right: 0;
  height: 5rem;
  width: 5rem;
  color: #fff;
  background-color: #1d74d4;
}
header #pc-header .container > .btn .icon {
  font-size: 1.5rem;
}
header #pc-header .container .btn-wrap {
  display: flex;
  margin-left: 2.5rem;
}
header #pc-header .container .btn-wrap .btn,
header #pc-header .container .btn-wrap .language {
  display: flex;
  padding: 0 0.8rem;
}
header #pc-header .container .btn-wrap .btn *,
header #pc-header .container .btn-wrap .language * {
  font-family: "Hm-Medium";
  font-size: 18px;
}
header #pc-header .container .btn-wrap .icon {
  margin-right: 0.5rem;
}
header #pc-header .container .btn-wrap .language {
  position: relative;
  padding-right: 0;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}
header #pc-header .container .btn-wrap .language:hover > div {
  display: block;
}
header #pc-header .container .btn-wrap .language > div {
  position: absolute;
  top: 100%;
  right: 0;
  width: 100%;
  display: none;
  background-color: #fff;
}
header #pc-header .container .btn-wrap .language > div a {
  display: block;
  padding: 0.5rem 0;
  text-align: center;
}
header #pc-header .container .btn-wrap .language > div a:hover {
  color: #fff;
  background-color: #1d74d4;
}
header #pc-header .container .login {
  margin-left: 1rem;
}
header #pc-header .container .login > a,
header #pc-header .container .login > div {
  display: inline-block;
  margin: 0 0.4rem;
  position: relative;
}
header #pc-header .container .login > a:hover .two,
header #pc-header .container .login > div:hover .two {
  display: block;
}
header #pc-header .container .login > a i,
header #pc-header .container .login > div i {
  font-size: 1rem;
}
header #pc-header .container .login > a .two,
header #pc-header .container .login > div .two {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  box-shadow: 0rem 0rem 0.25rem 0rem rgba(0, 0, 0, 0.1);
  border-radius: 0.25rem;
  overflow: hidden;
  display: none;
  background-color: #fff;
}
header #pc-header .container .login > a .two a,
header #pc-header .container .login > div .two a {
  display: block;
  white-space: nowrap;
  line-height: 2;
  padding: 0.3rem 1rem;
}
header #pc-header .container .login > a .two a:hover,
header #pc-header .container .login > div .two a:hover {
  color: #1d74d4;
}
header #pc-header .search {
  padding-top: 4rem;
  padding-bottom: 2.4rem;
  display: none;
}
header #pc-header .search.show {
  display: flex;
}
header #pc-header .search .con {
  display: flex;
  align-items: center;
  width: 46.65rem;
  padding-bottom: 1.25rem;
  border-bottom: 0.1rem solid #111;
}
header #pc-header .search .con .icon {
  font-size: 1.5rem;
  margin-right: 1rem;
  color: #999;
}
header #pc-header .search .con input {
  min-height: 2rem;
  flex: 1;
  font-size: 1.5rem;
}
header #pc-header .search .con input::placeholder {
  font-size: 1.5rem;
  color: #b4b3b3;
}
header #pc-header .search .con button {
  font-size: 1.5rem;
  border: none;
  background-color: transparent;
}
body main section {
  padding: 5rem 0;
}
body main section:first-of-type {
  padding-top: 5rem;
  margin-bottom: 3rem;
}
footer {
  position: relative;
  background-image: url("../images/index\ \(6\).png");
  background-size: cover;
  padding-top: 5rem;
}
footer .top .con {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2rem 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  max-width: 66.65rem;
  margin: 0;
}
footer .top .con h2 {
  font-size: 1.5rem;
}
footer .top .con .blogroll {
  position: relative;
}
footer .top .con .blogroll:hover .link {
  display: block;
}
footer .top .con .blogroll .txt {
  display: flex;
  align-items: center;
  width: 15.65rem;
  height: 2.2rem;
  padding: 0 0.5rem;
  background-color: #172a88;
}
footer .top .con .blogroll * {
  color: #fff;
}
footer .top .con .blogroll i {
  font-size: 1rem;
}
footer .top .con .blogroll i:first-of-type {
  margin-right: 0.3rem;
}
footer .top .con .blogroll i:last-of-type {
  margin-left: auto;
}
footer .top .con .blogroll .link {
  position: absolute;
  top: 100%;
  right: 0;
  display: none;
  width: 100%;
  background-color: #fff;
  border: 1px solid #172a88;
  z-index: 10;
}
footer .top .con .blogroll .link a {
  display: block;
  color: #333;
  white-space: nowrap;
  padding: 0.6rem 0.5rem;
}
footer .top .con .blogroll .link a:hover {
  color: #172a88;
  background-color: #f1f2f9;
}
footer .t {
  display: flex;
  justify-content: space-between;
}
footer ul {
  width: 49.95rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  border-top: 1px solid #333;
}
footer ul h6 {
  font-size: 0.9rem;
  font-family: "Hm-Medium";
  margin-bottom: 1rem;
}
footer ul li > div > a {
  display: block;
  line-height: 2;
}
footer ul li > div > a:hover {
  color: #1d74d4;
}
footer .right {
  padding-bottom: 2rem;
  margin-top: -2rem;
}
footer .right .logo {
  margin-bottom: 2rem;
}
footer .right p {
  font-size: 0.7rem;
  line-height: 2;
}
footer .item {
  margin-bottom: 2.5rem;
}
footer .item:last-of-type {
  margin-bottom: 0;
}
footer .item i {
  font-size: 2rem;
  color: #172a88;
}
footer .item p {
  font-size: 0.7rem;
  color: #999;
  line-height: 2;
}
footer .item span,
footer .item a {
  font-size: 1.2rem;
  line-height: 1.4;
}
footer .item .address {
  display: block;
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
footer .code {
  margin-top: 2rem;
  width: 6.55rem;
}
footer .code .img {
  width: 6.55rem;
  height: 6.55rem;
  background-color: #fff;
}
footer .code .img img {
  object-fit: scale-down;
}
footer .code p {
  font-size: 0.7rem;
  text-align: center;
  color: #111;
}
footer .phone a {
  display: inline-block;
  margin-left: 0.3rem;
  font-size: 1rem;
  color: #fff;
}
footer .phone p {
  font-size: 0.6rem;
  line-height: 2;
}
footer .code-wrap {
  display: flex;
  margin-top: 0.5rem;
}
footer .code-wrap .item {
  margin-right: 2rem;
  position: relative;
}
footer .code-wrap .item .i {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  border: 1px solid #eee;
}
footer .code-wrap .item .i img {
  width: 100%;
}
footer .code-wrap .item .i i {
  font-size: 2rem;
}
footer .code-wrap .item:hover .i i {
  color: #1d74d4;
}
footer .code-wrap .item:hover .img {
  z-index: 1;
  display: block;
}
footer .code-wrap .item .img {
  position: absolute;
  bottom: 100%;
  left: 50%;
  width: 5rem;
  height: 5rem;
  background-color: #fff;
  transform: translateX(-50%);
  z-index: -1;
  display: none;
}
footer .code-wrap .item .img::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  border-top: 0.25rem solid #fff;
  border-left: 0.25rem solid transparent;
  border-right: 0.25rem solid transparent;
  transform: translateX(-50%);
}
footer .code-wrap .item .img img {
  width: 100%;
  border: none;
  object-fit: scale-down;
}
footer .code-wrap .item .img .icon {
  font-size: 1.5rem;
}
footer .code-wrap .item p {
  font-size: 0.7rem;
  text-align: center;
  line-height: 2;
  color: #999;
}
footer .copyright {
  display: flex;
  justify-content: space-between;
  padding: 1rem 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
footer .copyright,
footer .copyright * {
  font-size: 0.7rem;
}
footer .bottom ul {
  display: flex;
  justify-content: space-between;
}
footer .bottom .info nav {
  margin: 1rem 0;
}
footer .bottom .info nav a {
  margin-right: 1rem;
}
footer .bottom .info > div {
  display: flex;
}
footer .bottom .info > div p {
  font-size: 0.7rem;
  margin-right: 1rem;
}
footer .go-top {
  position: fixed;
  bottom: 30%;
  right: 3rem;
  width: 3.5rem;
  height: 3.5rem;
  background-color: #1d74d4;
  cursor: pointer;
  z-index: 99;
}
footer .go-top * {
  color: #fff;
}
footer .go-top .icon {
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  header #pc-header {
    display: none;
  }
  header #mb-header {
    display: block !important;
  }
  body {
    padding-top: 3.5rem;
  }
  body main section {
    padding: 3rem 0;
  }
  body main section:first-of-type {
    padding-top: 3rem;
  }
  footer {
    padding-bottom: 0;
    padding-top: 4rem;
  }
  footer .top .con .logo {
    width: 9rem;
  }
  footer .top .con .blogroll .txt {
    width: 9rem;
  }
  footer .bottom ul {
    display: none;
    flex-direction: column;
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-right: 0;
    border-bottom: none;
  }
  footer .bottom ul span {
    border: none !important;
    padding-bottom: 0 !important;
  }
  footer .bottom .right p {
    max-width: 70%;
    text-align: left;
  }
  footer .bottom .item {
    margin-bottom: 0;
  }
  footer .bottom .logo {
    display: none;
  }
  footer .bottom .code {
    position: absolute;
    top: 1.5rem;
    right: 0.5rem;
    margin-top: 0;
  }
  footer .bottom .code p {
    max-width: 100%;
    text-align: center;
  }
  footer .copyright {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  footer .copyright * {
    line-height: 1.6;
    text-align: center;
  }
  footer .go-top {
    right: 0;
    bottom: 20%;
    width: 2.5rem;
    height: 2.5rem;
  }
  .main-title {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 2rem;
  }
  .main-title > div {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .main-title h2 {
    font-size: 1.5rem;
  }
  .main-title h2::before {
    bottom: 80%;
    left: 50%;
    transform: translateX(-50%);
    font-size: 1.6rem;
  }
  .main-title h2 > img {
    display: none;
  }
  .main-title p {
    font-size: 1rem;
  }
  .main-title p span {
    font: inherit;
    color: #1d74d4;
  }
  .main-title nav {
    margin-top: 2rem;
  }
  .main-title > a {
    display: flex;
    margin-top: 2rem;
    padding: 0.5rem 0;
  }
  .main-center {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .page-banner img {
    height: 30vh;
    object-fit: cover;
  }
  .page-banner .text h2 {
    font-size: 1.4rem;
    margin: 0 auto;
  }
  .page-banner .text h2::before {
    display: none;
  }
  .page-banner .text .number {
    display: none;
  }
  .position .con {
    padding: 1rem 0.5rem;
  }
  .position nav a {
    font-size: 0.8rem;
    margin-right: 1rem;
  }
  .position .pos {
    display: none;
  }
  .page-nav .content a {
    white-space: nowrap;
    padding: 1rem 0;
    margin: 0 0.3rem;
  }
}
