@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: 17px;
  }
}
@media screen and (min-width: 1366px) and (max-width: 1440px) {
  html {
    font-size: 17px;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1366px) {
  html {
    font-size: 17px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  html {
    font-size: 13px;
  }
}
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.7rem;
  vertical-align: baseline;
  outline: none;
  box-sizing: border-box;
  font-family: "Noto Sans SC", "Microsoft YaHei", Arial, Tahoma, sans-serif !important;
  transition: all ease 0.3s;
  text-align: justify;
}
textarea::placeholder,
input::placeholder {
  font-size: 0.7rem;
  color: #666;
}
textarea,
input {
  font-family: "Microsoft YaHei", Arial, Tahoma, sans-serif !important;
}
textarea::placeholder,
input::placeholder {
  font-family: "Microsoft YaHei", Arial, Tahoma, sans-serif !important;
  font-size: 0.7rem;
  color: #666;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
}
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: #000;
}
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: #2d6edb;
  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;
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.1);
  z-index: 99;
  padding: 0 2.5%;
  box-sizing: border-box;
}
#mb-header #navbar-main #logo {
  width: 70%;
}
#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: #2d6edb;
}
#mb-header #sidebar-main .member a:last-of-type {
  background-color: #fe913f;
}
#mb-header #sidebar-main a {
  display: block;
  text-align: center;
  border-bottom: 1px solid #1d191a;
  padding: 16px 0;
}
#mb-header #sidebar-main-trigger {
  width: 30px;
  height: 24px;
  border-top: 4px solid #2d6edb;
  border-bottom: 4px solid #2d6edb;
  background-color: #2d6edb;
  padding: 6px 0;
  background-clip: content-box;
  cursor: pointer;
}
#mb-header #sidebar-main #accordion > li {
  position: relative;
}
#mb-header #sidebar-main #accordion > li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
#mb-header #sidebar-main #accordion > li > a {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
#mb-header #sidebar-main #accordion > li .submenu {
  transition: none;
}
#mb-header #sidebar-main #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;
}
.pagination {
  display: flex;
  justify-content: center;
  margin: 0 auto;
  margin-top: 4rem;
}
.pagination .page-link,
.pagination .page-num {
  padding: 0.3rem 0.5rem;
  border: 1px solid #2d6edb;
  margin: 0 0.2rem;
  border-radius: 0.1rem;
}
.pagination .page-link,
.pagination .page-num,
.pagination .page-link *,
.pagination .page-num * {
  font-size: 0.7rem;
}
.pagination .page-link:hover,
.pagination .page-num:hover,
.page-num-current {
  background-color: #2d6edb;
}
.pagination .page-link:hover,
.pagination .page-num:hover,
.pagination .page-link:hover *,
.pagination .page-num:hover *,
.page-num-current {
  color: #fff;
}
.article-content > div {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.article-content .article-left {
  flex: 1;
  background-color: #fff;
  padding: 1rem;
  box-shadow: 0 0 0.2rem #ebebeb;
  border-radius: 0.2rem;
}
.article-content .article-left .tit-top h1 {
  font-size: 1.4rem;
  margin-bottom: 1rem;
  font-weight: bold;
  line-height: 1.4;
}
.article-content .article-left .tit-top p {
  font-size: 0.9rem;
  color: #999;
}
.article-content .article-left .article-show {
  padding: 2rem 0;
  margin: 1rem 0;
  border-top: 1px solid #f5f5f5;
  border-bottom: 1px solid #f5f5f5;
}
.article-content .article-left .article-show * {
  line-height: 2;
}
.article-content .article-left .article-navi p {
  padding: 0.5rem 0;
}
.article-content .article-left .article-navi p,
.article-content .article-left .article-navi p a {
  color: #999;
}
.article-content .article-left .article-navi p a:hover {
  color: #2d6edb;
}
.article-content .article-right {
  width: 18rem;
  margin-left: 2%;
}
.article-content .article-right .article-rec {
  padding: 1rem;
  background-color: #fff;
  margin-bottom: 1rem;
  box-shadow: 0 0 0.2rem #ebebeb;
  border-radius: 0.2rem;
}
.article-content .article-right .article-rec h4 {
  font-size: 1rem;
  font-weight: bold;
}
.article-content .article-right .article-rec .rec-con {
  margin-top: 1rem;
}
.article-content .article-right .article-rec .rec-con > a {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1rem;
}
.article-content .article-right .article-rec .rec-con > a:last-of-type {
  margin-bottom: 0;
}
.article-content .article-right .article-rec .rec-con .img {
  width: 34%;
  height: 4rem;
  background-color: #f5f5f5;
  position: relative;
}
.article-content .article-right .article-rec .rec-con .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.article-content .article-right .article-rec .rec-con .img p {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0.3rem;
  font-size: 0.6rem;
  background-color: #2d6edb;
  color: #fff;
}
.article-content .article-right .article-rec .rec-con .txt {
  flex: 1;
  margin-left: 4%;
  min-width: 0;
}
.article-content .article-right .article-rec .rec-con .txt h6 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.article-content .article-right .article-rec .rec-con .txt p {
  margin-top: 1rem;
  font-size: 0.7rem;
  color: #999;
}
.icon {
  width: 1em;
  height: 1em;
  vertical-align: -0.15em;
  fill: currentColor;
  overflow: hidden;
}
.main-center {
  max-width: 60rem;
  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 {
  width: 2.5rem !important;
  height: 2.5rem !important;
  border: 1px solid #2d6edb;
  border-radius: 50%;
}
.swiper-button:hover {
  background-color: #2d6edb;
}
.swiper-button:hover::after {
  color: #fff;
}
.swiper-button::after {
  font-size: 1rem !important;
  color: #2d6edb;
}
.swiper-button.swiper-button-prev {
  left: 4%;
}
.swiper-button.swiper-button-next {
  right: 4%;
}
.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: #2d6edb;
}
.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 #2d6edb;
}
.position {
  padding: 1rem 0;
}
.position *,
.position {
  font-size: 0.7rem;
  color: #999;
}
.page-banner {
  background-color: #ccc;
  position: relative;
}
.page-banner img {
  display: block;
  width: 100%;
  object-fit: cover;
}
.page-banner .text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.page-banner .text * {
  color: #fff;
}
.page-banner .text h2 {
  font-size: 2rem;
}
.page-banner .text p {
  font-size: 1.25rem;
  margin: 1rem 0;
}
.page-banner .text a {
  display: inline-block;
  padding: 0.4rem 1rem;
  border: 1px solid #fff;
  border-radius: 4rem;
  margin-top: 1rem;
  margin-right: 1rem;
  margin-left: 1rem;
}
.page-banner .link {
  position: absolute;
  bottom: 3.75rem;
  left: 50%;
  width: 60rem;
  transform: translateX(-50%);
}
.page-banner .link a {
  display: block;
  padding-left: 1rem;
  border-left: 2px solid transparent;
  color: #fff;
  margin-bottom: 1rem;
}
.page-banner .link a:last-of-type {
  margin-bottom: 0;
}
.page-banner .link a.active {
  border-color: #fff;
}
.page-banner .position {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0 calc((100% - 60rem) / 2);
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: rgba(0, 0, 0, 0.3);
}
.page-banner .position,
.page-banner .position * {
  color: #fff;
}
.page-banner .position .pos,
.page-banner .position .pos * {
  font-size: 0.6rem;
}
.page-banner .position .nav a {
  display: inline-block;
  height: 2rem;
  line-height: 2rem;
  padding: 0 1rem;
}
.page-banner .position .nav a:hover,
.page-banner .position .nav a.active {
  background-color: #2d6edb;
}
.more-btn.center {
  text-align: center;
}
.more-btn.inverse a {
  background-color: #fff;
  color: #2d6edb !important;
}
.more-btn a {
  display: inline-block;
  border-radius: 4rem;
  padding: 0.5rem 1rem;
  background-color: #2d6edb;
  color: #fff;
}
.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 {
  padding-bottom: 0.5rem;
  margin-bottom: 3rem;
  position: relative;
}
.main-title::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  width: 4rem;
  border-bottom: 0.2rem solid #2d6edb;
  border-radius: 1rem;
  transform: translateX(-50%);
}
.main-title h2 {
  font-size: 1.8rem;
}
.main-title p {
  font-size: 0.7rem;
  color: #999;
  margin-top: 1rem;
  text-transform: uppercase;
}
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 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 !important;
}
header #pc-header.inverse .container nav > div > a::after,
header #pc-header.inverse .container .tel::after,
header #pc-header.inverse .container .btn::after,
header #pc-header.inverse .container .login::after,
header #pc-header.inverse .container nav > div > a *::after,
header #pc-header.inverse .container .tel *::after,
header #pc-header.inverse .container .btn *::after,
header #pc-header.inverse .container .login *::after {
  border-color: #fff;
}
header #pc-header.inverse .container .tel {
  border-color: #fff;
}
header #pc-header.inverse .container .tel .i {
  border-color: #fff;
}
header #pc-header.inverse .container .tel .i i {
  color: #fff !important;
}
header #pc-header.inverse .container .tel p {
  color: #fff !important;
}
header #pc-header.inverse .container .btn {
  background-color: #fff;
  color: #2d6edb;
}
header #pc-header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
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: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 0.8rem;
  height: 4rem;
  line-height: 4rem;
  position: relative;
  white-space: nowrap;
}
header #pc-header .container nav > div > a::after {
  content: "";
  position: absolute;
  bottom: 1rem;
  left: 50%;
  width: 2rem;
  border-bottom: 2px solid #2d6edb;
  transform: translateX(-50%);
  opacity: 0;
  transition: all ease 0.3s;
}
header #pc-header .container nav > div > a.active,
header #pc-header .container nav > div > a:hover {
  color: #2d6edb;
}
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;
}
header #pc-header .container nav > div .menu a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  border-bottom: 1px solid #2d6edb;
  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: #2d6edb;
}
header #pc-header .container nav > div .menu a:hover::before {
  width: 100%;
}
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 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: #2d6edb;
}
header #pc-header .container nav > div .pro .down {
  position: absolute;
  left: 50%;
  bottom: 20%;
}
header #pc-header .container nav > div .pro .down span {
  font-weight: bold;
}
header #pc-header .container .tel {
  display: flex;
  align-items: center;
  margin-left: auto;
  padding: 0.1rem;
  border-radius: 2rem;
  margin-left: 1rem;
}
header #pc-header .container .tel * {
  color: #2d6edb !important;
}
header #pc-header .container .tel .i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.5rem;
  height: 1.5rem;
  margin-right: 0.2rem;
  border: 1px solid #2d6edb;
  border-radius: 0.2rem;
}
header #pc-header .container .tel .i i {
  color: #2d6edb;
  font-size: 1rem;
}
header #pc-header .container .tel p {
  color: #666;
  white-space: nowrap;
  font-size: 1.2rem;
  font-weight: bold;
}
header #pc-header .container .tel span {
  font-size: 0.6rem;
}
header #pc-header .container .tel strong {
  font-size: 1rem;
  font-weight: bold;
  color: #2d6edb;
  line-height: 1.6;
}
header #pc-header .container > .btn {
  padding: 0.4rem 1rem;
  margin-left: 1rem;
  color: #fff;
  border-radius: 4rem;
  background-color: #2d6edb;
}
header #pc-header .container .login {
  display: flex;
  padding: 0.5rem;
  border-radius: 0.2rem;
  border: 1px solid #2d6edb;
  margin-left: 4rem;
  position: relative;
}
header #pc-header .container .login::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  height: 40%;
  border-left: 1px solid #2d6edb;
  transform: translateY(-50%);
}
header #pc-header .container .login a {
  color: #2d6edb;
  margin-right: 1rem;
}
header #pc-header .container .login a:last-of-type {
  margin-right: 0;
}
body main section {
  padding: 3rem 0;
}
body main section:first-of-type {
  padding-top: 3rem;
}
footer {
  background-color: #2b3144;
}
footer .top .main-center {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 0;
}
footer .top .main-center h2 {
  font-size: 1.5rem;
}
footer .top .main-center .btn a {
  padding: 0.4rem 1rem;
  border-radius: 0.2rem;
  color: #2d6edb;
  background-color: #fff;
}
footer .top .main-center .btn a:first-of-type {
  background-color: #2d6edb;
  color: #fff;
  margin-right: 1rem;
}
footer .bottom {
  background-color: #2b3144;
}
footer .bottom .main-center {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}
footer .bottom ul {
  display: flex;
  justify-content: space-between;
  padding-top: 2.1rem;
  padding-bottom: 1rem;
}
footer .bottom ul li:nth-of-type(2) {
  margin-left: 6rem;
}
footer .bottom ul li:nth-of-type(5) {
  margin-right: 6rem;
}
footer .bottom ul * {
  color: #fff;
}
footer .bottom ul h6 {
  font-weight: normal;
  display: inline-block;
  color: #fff;
  padding-bottom: 0.5rem;
  white-space: nowrap;
}
footer .bottom ul .logo {
  width: 6rem;
  height: 2.5rem;
  margin-bottom: 2rem;
}
footer .bottom ul .code > img {
  width: 7rem;
  height: 7rem;
  background-color: #ccc;
}
footer .bottom ul .code p {
  line-height: 2;
  font-size: 0.6rem;
}
footer .bottom ul .link a {
  display: block;
  line-height: 2;
  font-size: 0.6rem;
  white-space: nowrap;
  color: #a39e9e;
}
footer .bottom ul .link a:hover {
  color: #2d6edb;
}
footer .bottom ul .phone i {
  font-size: 1.2rem;
}
footer .bottom ul .phone a {
  display: inline-block;
  margin-left: 0.3rem;
  font-size: 1rem;
  color: #fff;
}
footer .bottom ul .phone p {
  font-size: 0.6rem;
  line-height: 2;
}
footer .bottom ul .code-wrap {
  display: flex;
  margin-top: 0.5rem;
}
footer .bottom ul .code-wrap .item {
  margin-right: 1.5rem;
  position: relative;
}
footer .bottom ul .code-wrap .item .i {
  width: 1.5rem;
  height: 1.5rem;
}
footer .bottom ul .code-wrap .item .i i {
  font-size: 1.2rem;
}
footer .bottom ul .code-wrap .item:hover .img {
  opacity: 1;
  z-index: 1;
}
footer .bottom ul .code-wrap .item .img {
  position: absolute;
  top: 100%;
  left: 50%;
  width: 4rem;
  height: 4rem;
  background-color: #fff;
  transform: translateX(-50%);
  opacity: 0;
  z-index: -1;
}
footer .bottom ul .code-wrap .item .img::before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  border-bottom: 0.25rem solid #fff;
  border-left: 0.25rem solid transparent;
  border-right: 0.25rem solid transparent;
  transform: translateX(-50%);
}
footer .bottom ul .code-wrap .item .img img {
  border: none;
}
footer .bottom .copyright {
  padding: 1rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  color: #fff;
  text-align: center;
}
footer .bottom .copyright p,
footer .bottom .copyright a {
  line-height: 2;
  font-size: 0.7rem;
}
footer .bottom .copyright a {
  display: inline-block;
  color: #fff;
  font-size: 0.7rem;
  margin-right: 1rem;
}
footer .bottom .copyright a:hover {
  color: #2d6edb;
}
.support {
  background-color: #2d6edb;
}
.support .main-center {
  display: flex;
  justify-content: space-between;
  padding: 0.5rem 0;
}
.support .main-center * {
  color: #fff;
  font-size: 0.6rem;
}
.index-swiper .swiper-slide {
  height: auto !important;
}
.mb-img {
  display: none !important;
}
.form-container {
  background-color: #494848;
  background-image: url("../images/home/form.jpg");
  background-size: cover;
}
.form-container.fixed {
  position: fixed;
  top: 50%;
  left: 50%;
  padding: 1rem;
  transform: translate(-50%, -50%);
  z-index: 909;
  border-radius: 0.5rem;
  display: none;
}
.form-container.fixed.show {
  display: block !important;
}
.form-container.fixed form {
  padding: 1rem;
  border-radius: 0.5rem;
  background-color: rgba(255, 255, 255, 0.9);
  position: relative;
}
.form-container.fixed form .close {
  position: absolute;
  top: -2rem;
  right: -2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.form-container.fixed form .close .icon {
  font-size: 1.5rem;
}
.form-container.fixed form > p {
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 1rem;
}
.form-container .reserve *,
.form-container .reserve {
  color: #fff !important;
}
.form-container .reserve *::after,
.form-container .reserve::after {
  border-color: #fff !important;
}
.form-container .content {
  width: 48rem;
  margin: 0 auto;
  padding: 1.5rem 2rem;
  background-color: #fff;
  border-radius: 0.5rem;
}
.form-container form .item {
  margin-bottom: 1rem;
}
.form-container form .item:last-of-type {
  margin-bottom: 0;
}
.form-container form .item p {
  margin-bottom: 0.7rem;
}
.form-container form .item input {
  display: block;
  width: 100%;
  padding: 0.5rem;
  border: 1px solid #ebebeb;
}
.form-container form .submit {
  display: flex;
  align-items: center;
}
.form-container form .submit input {
  padding: 0.5rem 2rem;
  background-color: #2d6edb;
  margin-right: 1rem;
  border-radius: 2rem;
  color: #fff;
  cursor: pointer;
}
.menu-container .content {
  display: flex;
}
.menu-container .content a {
  padding: 0 1.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
}
.menu-container .content a:hover,
.menu-container .content a.active {
  color: #fff;
  background-color: #2d6edb;
}
.btn-bg {
  background-image: url("../images/home/h\ \(17\).png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.footer-side-bar {
  position: fixed;
  bottom: 10%;
  right: 0;
  z-index: 999;
  border-bottom: none;
  background-image: url("../images/home/h\ \(4\).png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.footer-side-bar li:first-of-type {
  height: 3rem;
  position: relative;
}
.footer-side-bar li:first-of-type span {
  position: absolute;
  bottom: 0.5rem;
  left: 45%;
  color: #fff;
}
.footer-side-bar li:last-of-type {
  margin-bottom: unset;
}
.footer-side-bar a {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 7.5rem;
  padding: 0.5rem 1rem;
  border-bottom: 1px solid #fff;
  position: relative;
}
.footer-side-bar li:last-of-type a {
  border-bottom: none;
}
.footer-side-bar a .icon {
  width: 1.5rem;
  border-radius: 0.2rem;
  text-align: center;
  margin-right: 0.3rem;
}
.footer-side-bar a .icon img {
  width: 100%;
}
.footer-side-bar a > p {
  color: #fff;
}
.footer-side-bar a .mask {
  position: absolute;
  right: calc(100% + 0.5rem);
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  background-color: #fff;
  box-shadow: 0 0 0.5rem #ebebeb;
  border-radius: 0.2rem;
  display: none;
}
.footer-side-bar a .mask.ewm {
  padding: 0.5rem;
}
.footer-side-bar a .mask::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  border-left: 0.5rem solid #fff;
  border-top: 0.5rem solid transparent;
  border-bottom: 0.5rem solid transparent;
  transform: translateY(-50%);
}
.footer-side-bar a .mask .img {
  width: 7rem;
  height: 7rem;
  background-color: #ccc;
}
.footer-side-bar a .mask span {
  display: inline-block;
  margin-top: 0.5rem;
  white-space: nowrap;
  font-size: 1.2rem;
  font-weight: bold;
}
.footer-side-bar a .mask p {
  text-align: center;
  font-size: 0.7rem;
  margin-top: 0.5rem;
}
.footer-side-bar a .icon {
  color: #20a7aa;
  width: 1.8rem;
  height: 1.8rem;
  display: flex;
  overflow: initial;
}
.footer-side-bar a .icon img {
  width: auto;
  height: 100%;
  margin: auto;
}
.footer-side-bar a p {
  font-size: 0.7rem;
}
.footer-side-bar a:hover .mask {
  display: block;
}
@media screen and (max-width: 768px) {
  .pc-img {
    display: none !important;
  }
  .mb-img {
    display: block !important;
  }
  .page-banner .text h2 {
    font-size: 1.2rem;
  }
  header #pc-header {
    display: none;
  }
  header #mb-header {
    display: block !important;
  }
  body {
    padding-top: 3.5rem;
  }
  body .main-center {
    padding-left: 2% !important;
    padding-right: 2% !important;
  }
  footer .top {
    flex-direction: column;
  }
  footer .top .main-center img {
    display: block;
    max-width: 80%;
    margin: 0 auto;
  }
  footer .bottom ul {
    width: 100%;
    padding-top: 1rem;
  }
  footer .bottom ul li:first-of-type {
    max-width: 60%;
  }
  footer .bottom ul li:nth-of-type(2),
  footer .bottom ul li:nth-of-type(3),
  footer .bottom ul li:nth-of-type(4),
  footer .bottom ul li:nth-of-type(5) {
    display: none;
  }
  footer .bottom ul .code > img {
    width: 5rem;
    height: 5rem;
  }
  footer .bottom p {
    line-height: 2;
  }
  footer .bottom p br {
    display: none;
  }
  .position-container {
    margin-bottom: 2rem;
  }
  .position-container > div {
    flex-direction: column;
    align-items: flex-start;
  }
  .position-container nav {
    overflow: auto;
    width: 100%;
  }
  .position-container nav a {
    height: 2.5rem;
    line-height: 2.5rem;
    padding: 0 1rem;
    white-space: nowrap;
  }
  .main-title {
    padding-left: 2%;
    padding-right: 2%;
    margin-bottom: 1rem;
  }
  .main-title h2 {
    font-size: 1.1rem;
    text-align: center;
    line-height: 1.4;
  }
  .main-title p {
    text-align: center;
    line-height: 1.4;
    margin-top: 0.5rem;
  }
  .main-title::after {
    border-width: 0.1rem;
  }
  body main section {
    padding: 2rem 0;
  }
  body main section:first-of-type {
    padding-top: 2rem;
  }
  footer .bottom .main-center {
    flex-wrap: wrap;
    justify-content: space-around;
  }
  footer .bottom .main-center .item {
    flex: none;
    max-width: 100%;
    border-right: none !important;
  }
  footer .bottom .main-center .item:nth-of-type(1) .img {
    width: 70%;
    margin: 0 auto;
  }
  footer .bottom .main-center .item:nth-of-type(1) .img img {
    width: 100%;
    height: auto;
  }
  footer .bottom .main-center .item:nth-of-type(1) > a {
    padding: 0.5rem 0;
  }
  footer .bottom .main-center .item:nth-of-type(4) {
    width: 100%;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 1rem;
  }
  .support .main-center {
    align-items: center;
  }
  .support p {
    max-width: 60%;
    line-height: 1.4;
  }
  .footer-side-bar {
    display: none;
  }
  .article-content .article-right {
    display: none;
  }
  .page-banner .position .pos {
    padding: 0.5rem 0;
  }
  .page-banner .position .nav {
    display: none;
  }
}
