@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: #e60a1d;
  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: 63%;
}
#mb-header #navbar-main > a .iconfont {
  font-size: 2rem;
  color: #e60a1d;
}
#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: #e60a1d;
}
#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 #e60a1d;
  border-bottom: 4px solid #e60a1d;
  background-color: #e60a1d;
  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: 1.6rem;
  height: 1.6rem;
  margin: 0 0.3rem;
  border-radius: 0.4rem;
  border: 1px solid rgba(0, 0, 0, 0.1);
  white-space: nowrap;
}
.paged a:hover,
.paged a.active {
  color: #fff;
  border-color: #333;
  background-color: #333;
}
.paged .prev,
.paged .next {
  width: auto;
  padding: 0 0.4rem;
}
.icon {
  width: 1em;
  height: 1em;
  vertical-align: -0.15em;
  fill: currentColor;
  overflow: hidden;
}
.main-center {
  max-width: 75rem;
  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: #e60a1d;
}
body .swiper-button:hover {
  background-color: #e60a1d;
}
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: #e60a1d;
}
.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 #e60a1d;
}
.page-banner {
  background-color: #ccc;
  position: relative;
}
.page-banner > img {
  display: block;
  width: 100%;
}
.page-banner .text {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 75rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transform: translateX(-50%);
}
.page-banner .text .main-center {
  width: 100%;
}
.page-banner .text p {
  font-size: 1.8rem;
  color: #fff;
}
.page-banner .text h2 {
  font-size: 3.6rem;
  color: #fff;
  line-height: 1.4;
}
.page-banner .text span {
  display: block;
  font-size: 1.2rem;
  color: #fff;
  margin-top: 1rem;
}
.page-nav .content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.page-nav .content nav {
  display: flex;
}
.page-nav .content nav a {
  margin-right: 3.5rem;
  padding: 1rem 0;
  border-bottom: 2px solid transparent;
}
.page-nav .content nav a.active,
.page-nav .content nav a:hover {
  border-color: #333;
}
.more-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 8rem;
  padding: 1rem;
  border-top: 0.1rem solid #333;
  border-bottom: 0.1rem solid #333;
  text-align: center;
}
.more-btn i {
  font-size: 1rem;
}
.more-btn:hover {
  padding: 1rem 0.5rem;
}
.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: #e60a1d;
}
.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: center;
  margin-bottom: 3rem;
}
.main-title.revser * {
  color: #fff !important;
}
.main-title.revser > a {
  border-color: #fff;
}
.main-title h2 {
  font-size: 2.7rem;
  font-weight: bold;
  position: relative;
  z-index: 1;
  text-transform: uppercase;
}
.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: 2rem;
  margin-top: 0.5rem;
}
.main-title > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 8rem;
  padding: 1rem;
  border-top: 0.1rem solid #333;
  border-bottom: 0.1rem solid #333;
  text-align: center;
}
.main-title > a i {
  font-size: 1rem;
}
.main-title > a:hover {
  padding: 1rem 0.5rem;
}
.main-title nav {
  display: flex;
}
.main-title nav a {
  font-size: 0.9rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid transparent;
  font-family: "Hm-Medium";
  margin-left: 1.5rem;
}
.main-title nav a:hover,
.main-title nav a.active {
  color: #e60a1d;
  border-color: #e60a1d;
}
.page-title {
  margin-bottom: 3rem;
}
.page-title.center h2 {
  left: 50%;
  text-align: center;
  transform: translateX(-50%);
}
.page-title.center p {
  text-align: center;
}
.page-title.center span {
  display: block;
  text-align: center;
  font-size: 1.6rem;
  color: #999;
  margin-top: 1.5rem;
}
.page-title .t {
  position: relative;
  z-index: 1;
  padding-top: 2.5rem;
}
.page-title h2 {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 2.7rem;
  text-transform: uppercase;
  letter-spacing: 0em;
  background: linear-gradient(to bottom, #EDEDED 0%, rgba(51, 51, 51, 0) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: bold;
  z-index: -1;
}
.page-title p {
  font-size: 2rem;
}
.page-title .tabs {
  display: flex;
}
.page-title .tabs a {
  width: 10.8rem;
  height: 2.8rem;
  border-radius: 3rem;
  font-size: 1.2rem;
  text-align: center;
  line-height: 2.8rem;
  margin-right: 1.5rem;
  color: #999;
  border: 1px solid #999;
}
.page-title .tabs a.active {
  border-color: #333;
  color: #333;
}
.mb-show {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .mb-show {
    display: block !important;
  }
}
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/index\ \(5\).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 .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 * {
  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.inverse .container .btn {
  background-color: #fff;
}
header #pc-header.inverse .container .btn * {
  color: #333;
}
header #pc-header > .main-center {
  max-width: 100%;
}
header #pc-header .logo {
  position: absolute;
  top: 0;
  left: 4rem;
  width: 22.4rem;
  height: 5.5rem;
  padding: 0 3rem;
  background-image: url("../images/logo.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
header #pc-header .container {
  display: flex;
  align-items: center;
  position: relative;
  padding-right: 4rem;
  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: 0;
  width: 100%;
  border-bottom: 0.1rem solid transparent;
}
header #pc-header .container nav > div:last-of-type > a::before {
  display: none;
}
header #pc-header .container nav > div:hover::after {
  border-color: #e60a1d;
}
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 1.5rem;
  height: 4rem;
  line-height: 4rem;
  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;
}
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 #e60a1d;
  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: #e60a1d;
}
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: #e60a1d;
}
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 {
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 1.6rem;
  height: 4rem;
  padding-left: 2.5rem;
  overflow: hidden;
}
header #pc-header .container .tel::before {
  content: "";
  position: absolute;
  top: -1rem;
  left: 0;
  height: calc(100% + 6rem);
  border-left: 1px solid #ebebeb;
  transform: rotate(30deg);
}
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: #e60a1d;
  line-height: 1.6;
}
header #pc-header .container > .btn {
  position: absolute;
  top: 0;
  right: 0;
  height: 5rem;
  width: 5rem;
  color: #fff;
  background-color: #e60a1d;
}
header #pc-header .container > .btn .icon {
  font-size: 1.5rem;
}
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: #e60a1d;
}
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: #e60a1d;
}
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 {
  color: #e60a1d;
  font-size: 1.5rem;
  border: none;
  background-color: transparent;
}
body {
  padding-top: 4rem;
}
body main section {
  padding: 5rem 0;
}
body main section:first-of-type {
  padding-top: 5rem;
}
footer {
  position: relative;
  padding-top: 3.5rem;
  background-color: #EBECF1;
}
footer .top ul {
  display: flex;
  justify-content: space-between;
  padding-bottom: 5rem;
}
footer .top ul li > p {
  margin-bottom: 1rem;
}
footer .top .nav a {
  display: block;
  font-size: 0.75rem;
  padding: 0.5rem 0;
}
footer .top .logo {
  width: 7rem;
  margin-top: -0.5rem;
}
footer .top .logo img {
  width: 100%;
}
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 .img {
  width: 8.3rem;
  height: 8.3rem;
  margin-bottom: 1rem;
  border: 1px solid #f7f7f7;
}
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;
}
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: #e60a1d;
}
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 > div {
  display: flex;
  justify-content: space-between;
  padding: 1rem 0;
}
footer .copyright,
footer .copyright * {
  line-height: 1.4;
}
footer .bottom .content {
  display: flex;
  padding: 1.5rem 0;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
footer .bottom .content p {
  margin-right: 3.5rem;
}
footer .bottom .content p:last-of-type {
  margin-left: auto;
  margin-right: 0;
}
footer .go-top {
  position: fixed;
  bottom: 30%;
  right: 3rem;
  width: 3.5rem;
  height: 3.5rem;
  background-color: #e60a1d;
  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: 0;
  }
  footer .top {
    display: none;
  }
  footer .bottom .content {
    flex-direction: column;
    position: relative;
    padding: 1.5rem 0.5rem;
    border-top: none;
  }
  footer .bottom .content p {
    max-width: 68%;
    margin-left: 0 !important;
    line-height: 2;
  }
  footer .bottom .content .code {
    position: absolute;
    top: 1.5rem;
    right: 0.5rem;
  }
  footer .bottom .content .code .img {
    width: 6rem !important;
    height: 6rem !important;
  }
  footer .copyright > div {
    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;
    margin-bottom: 2rem;
  }
  .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;
    text-align: center;
  }
  .main-title nav {
    margin-top: 2rem;
  }
  .main-title > a {
    margin-top: 2rem;
    width: 6rem;
    padding: 0.5rem 0;
  }
  .page-title {
    margin-bottom: 2rem;
  }
  .page-title * {
    text-align: center;
  }
  .page-title .t {
    padding-top: 1.5rem;
  }
  .page-title h2 {
    left: 50%;
    font-size: 1.6rem;
    transform: translateX(-50%);
  }
  .page-title p {
    font-size: 1.4rem;
  }
  .page-title.center span {
    font-size: 1rem;
  }
  .main-center {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .page-banner > img {
    height: 30vh;
    object-fit: cover;
  }
  .page-banner .text {
    width: 100%;
  }
  .page-banner .text p {
    font-size: 1rem;
  }
  .page-banner .text h2 {
    font-size: 1.4rem;
  }
  .page-nav .content nav a {
    margin-right: 1rem;
  }
}
