@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;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1366px) {
  html {
    font-size: 13px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  html {
    font-size: 12px;
  }
}
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: 1rem;
  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;
  font-weight: 300;
  word-wrap: break-word;
  hyphens: auto;
}
textarea,
input {
  font-family: "Microsoft YaHei", Arial, Tahoma, sans-serif !important;
  font-weight: 300;
}
textarea::placeholder,
input::placeholder {
  font-family: "Microsoft YaHei", Arial, Tahoma, sans-serif !important;
  font-size: 0.8rem;
  color: #666;
  font-weight: 300;
}
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: #eb6231;
  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: 44%;
}
#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: #eb6231;
}
#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 #eb6231;
  border-bottom: 4px solid #eb6231;
  background-color: #eb6231;
  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 #eb6231;
  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: #eb6231;
}
.pagination .page-link:hover,
.pagination .page-num:hover,
.pagination .page-link:hover *,
.pagination .page-num:hover *,
.page-num-current {
  color: #fff;
}
.icon {
  width: 1em;
  height: 1em;
  vertical-align: -0.15em;
  fill: currentColor;
  overflow: hidden;
}
.main-center {
  max-width: 72rem;
  margin: 0 auto;
}
.main-center-big {
  max-width: 80rem;
  margin: 0 auto;
  padding: 2.5rem 0;
  background-color: #fff;
}
.c1 {
  color: #eb6231;
}
.mb0:last-of-type {
  margin-bottom: 0;
}
.swiper-wrapper {
  height: auto;
}
.swiper-button {
  width: 2.5rem !important;
  height: 2.5rem !important;
  border: 1px solid #eb6231;
  border-radius: 50%;
}
.swiper-button:hover {
  background-color: #eb6231;
}
.swiper-button:hover::after {
  color: #fff;
}
.swiper-button::after {
  font-size: 1rem !important;
  color: #eb6231;
}
.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: #eb6231;
}
.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 #eb6231;
}
.position {
  padding: 1rem 0;
}
.position *,
.position {
  font-size: 0.7rem;
  color: #999;
}
.nav-page {
  background-color: #f7f7f7;
}
.nav-page .main-center {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.nav-page nav {
  display: flex;
}
.nav-page nav a {
  padding: 1rem 2rem;
  color: #666;
}
.nav-page nav a:hover,
.nav-page nav a.active {
  color: #fff;
  background-color: #eb6231;
}
.page-banner {
  height: 35rem;
  background-size: cover;
  background-color: #ccc;
}
.page-banner .main-center {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.page-banner p {
  color: #fff;
  line-height: 1.4;
}
.page-banner p:first-of-type {
  font-size: 2.5rem;
  font-weight: 300;
  text-transform: uppercase;
}
.page-banner p:last-of-type {
  font-size: 2rem;
  font-weight: 300;
}
.page-banner i {
  display: block;
  width: 2rem;
  border-bottom: 0.1rem solid #fff;
  margin-top: 2.5rem;
}
.more-btn {
  display: inline-flex;
  align-items: center;
  height: 2.5rem;
  padding: 0.75rem 1.5rem;
  border-radius: 2rem;
  font-size: 0.8rem;
  color: #fff;
  background-color: #eb6231;
  margin-top: 3rem;
}
.more-btn.inverse {
  background-color: transparent;
  border: 0.1rem solid #fff;
}
.more-btn i {
  width: 0.75rem;
  border-bottom: 0.1rem solid #fff;
  margin-left: 0.5rem;
}
.more-btn:hover {
  transform: scale(1.05);
  box-shadow: 0 0 0.5rem rgba(235, 98, 49, 0.5);
}
.more-btn:hover i {
  width: 1.5rem;
}
.title {
  text-align: center;
  margin-bottom: 4rem;
}
.title h2 {
  font-size: 2.25rem;
  font-weight: 300;
  color: #eb6231;
  line-height: 1.4;
}
.title p {
  font-size: 0.9rem;
  color: #666;
  line-height: 1.6;
}
.tit {
  margin-bottom: 2.5rem;
}
.tit h2 {
  font-size: 2rem;
  font-weight: 300;
  line-height: 1.4;
}
.tit p {
  color: #666;
  text-transform: uppercase;
  line-height: 1.6;
  font-weight: 300;
}
.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 {
  margin-bottom: 3rem;
}
.main-title h2 {
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1.8;
}
.main-title p {
  margin-top: 0.5rem;
  color: #5f5f5f;
  font-size: 0.9rem;
  font-weight: 300;
}
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;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
header #pc-header.inverse .container .logo {
  background-image: url("../images/logo1.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 .tel .i {
  background-color: #fff;
}
header #pc-header.inverse .container .tel .i i {
  color: #eb6231 !important;
}
header #pc-header.inverse .container .tel p {
  color: #fff !important;
}
header #pc-header.inverse .container .btn {
  background-color: #fff;
  color: #eb6231;
}
header #pc-header.inverse .container .login a {
  background-color: #fff;
}
header #pc-header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header #pc-header .container .logo {
  width: 8rem;
  height: 3rem;
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/logo2.png");
}
header #pc-header .container nav {
  margin-left: 5rem;
  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 1rem;
  height: 4rem;
  line-height: 4rem;
  position: relative;
  font-weight: 300;
}
header #pc-header .container nav > div > a::after {
  content: "";
  position: absolute;
  bottom: 1rem;
  left: 50%;
  width: 1rem;
  border-bottom: 2px solid #eb6231;
  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: #eb6231;
}
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 #eb6231;
  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: #eb6231;
}
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 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: #eb6231;
}
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.1rem;
  padding-right: 0.3rem;
  border-radius: 3rem;
  border: 1px solid #0140d0;
  background-color: #0140d0;
  margin-right: 1rem;
}
header #pc-header .container .tel .i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.3rem;
  height: 1.3rem;
  margin-right: 0.2rem;
  border-radius: 50%;
  background-color: #333;
}
header #pc-header .container .tel .i i {
  color: #fff !important;
}
header #pc-header .container .tel p {
  color: #fff;
  line-height: 1.6;
}
header #pc-header .container .tel strong {
  font-size: 1rem;
  font-weight: bold;
  color: #eb6231;
  line-height: 1.6;
}
header #pc-header .container > .btn {
  padding: 0.4rem 1rem;
  color: #fff;
  border-radius: 4rem;
  background-color: #eb6231;
}
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 !important;
  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: #eb6231;
}
header #pc-header .container .login > div {
  display: flex;
  align-items: center;
}
header #pc-header .container .login a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  margin: 0 0 0 1rem !important;
  background-color: #f8f8f8;
}
body main section {
  padding: 3rem 0;
}
body main section:first-of-type {
  padding-top: 3rem;
}
.code-wrap {
  display: flex;
  margin-top: 0.5rem;
}
.code-wrap .item {
  margin-right: 1.5rem;
  position: relative;
}
.code-wrap .item .i {
  width: 2rem;
  height: 2rem;
  background-color: #1a1a1a;
  border-radius: 50%;
}
.code-wrap .item .i i {
  font-size: 1rem;
}
.code-wrap .item:hover .i i {
  color: #eb6231;
}
.code-wrap .item:hover .img {
  opacity: 1;
  z-index: 1;
}
.code-wrap .item .img {
  position: absolute;
  top: 120%;
  left: 50%;
  width: 4rem;
  height: 4rem;
  background-color: #fff;
  transform: translateX(-50%);
  opacity: 0;
  z-index: -1;
}
.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%);
}
.code-wrap .item .img img {
  border: none;
}
footer .top {
  background-color: #000;
}
footer .top .main-center {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2rem 0;
}
footer .top .main-center .logo {
  width: 10rem;
  height: 3rem;
}
footer .top .main-center .logo img {
  width: 100%;
  height: auto;
}
footer .bottom {
  background-color: #000;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
footer .bottom * {
  color: #fff;
}
footer .bottom .main-center {
  display: flex;
}
footer .bottom .infomation {
  flex-shrink: 0;
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-right: 2.5rem;
  margin-right: 2.5rem;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}
footer .bottom .infomation .item {
  display: flex;
  align-items: center;
  margin-bottom: 1.5rem;
}
footer .bottom .infomation .item:last-of-type {
  margin-bottom: 0;
}
footer .bottom .infomation .item .i {
  width: 2rem;
}
footer .bottom .infomation .item .i path {
  fill: #fff;
}
footer .bottom .infomation .item span {
  font-size: 0.6rem;
}
footer .bottom .infomation .item a {
  font-size: 1.2rem;
}
footer .bottom .infomation .item p {
  font-size: 0.8rem;
  line-height: 1.6;
}
footer .bottom .infomation .item .ewm {
  width: 5rem;
  height: 5rem;
  background-color: #ccc;
}
footer .bottom ul {
  flex: 1;
  display: flex;
  justify-content: space-between;
  padding-top: 2rem;
  padding-bottom: 1rem;
}
footer .bottom ul * {
  color: #999;
}
footer .bottom ul h6 {
  font-weight: normal;
  display: inline-block;
  color: #fff;
  margin-bottom: 1.5rem;
  font-size: 0.9rem;
}
footer .bottom ul .logo {
  width: 6rem;
  height: 2.5rem;
  margin-bottom: 2rem;
}
footer .bottom ul .code > img {
  width: 5rem;
  height: 5rem;
}
footer .bottom ul .code p {
  line-height: 2;
  font-size: 0.6rem;
}
footer .bottom ul .link a {
  display: block;
  line-height: 3;
  font-size: 0.7rem;
}
footer .bottom ul .link a:hover {
  color: #eb6231;
}
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 .copyright {
  background-color: #000;
  padding: 1rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  color: #666;
  text-align: center;
  font-size: 0.7rem;
}
.mb-img {
  display: none !important;
}
@media screen and (max-width: 768px) {
  #mb-header #navbar-main #logo {
    width: 30%;
  }
  .footer-side-bar {
    display: none;
  }
  .pc-img {
    display: none !important;
  }
  .mb-img {
    display: block !important;
  }
  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 .logo {
    margin: 0 auto;
  }
  footer .top ul {
    flex-direction: column;
    margin-top: 2rem;
    width: 100%;
  }
  footer .top ul li:nth-of-type(-n + 4) {
    display: none;
  }
  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;
  }
  body main section:first-of-type {
    padding-top: 0;
  }
  body main section:first-of-type {
    padding-top: 0;
  }
  footer .bottom {
    padding: 2rem 0;
  }
  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;
  }
  .more-btn {
    margin-top: 1rem;
    font-size: 0.6rem;
  }
  .title {
    margin-bottom: 2rem !important;
  }
  .title h2 {
    font-size: 1.4rem !important;
  }
  .tit h2 {
    font-size: 1.4rem !important;
  }
  .page-banner {
    height: 12rem;
  }
  .page-banner p:first-of-type {
    font-size: 1.5rem;
  }
  .page-banner p:last-of-type {
    font-size: 1rem;
  }
  .page-banner i {
    margin-top: 1rem;
  }
  .nav-page nav {
    display: none;
  }
  .main-title {
    padding-left: 2%;
    padding-right: 2%;
    margin-bottom: 2rem;
  }
  .main-title h2 {
    font-size: 1.5rem !important;
    max-width: 94%;
    text-align: center;
  }
  .main-title p {
    line-height: 1.6;
    text-align: center;
    max-width: 94%;
    font-size: 0.8rem;
  }
  .main-title p br {
    display: none;
  }
  body main section {
    padding: 3rem 0 !important;
  }
  footer .top .main-center {
    padding: 1rem 0;
  }
  footer .top .main-center .logo {
    display: none;
  }
  footer .top .main-center .code-wrap {
    width: 100%;
    display: flex;
    justify-content: center;
  }
  footer .top .main-center .code-wrap .item {
    margin: 0 1rem !important;
  }
  footer .top .main-center h2 {
    font-size: 1.2rem;
  }
  footer .top .main-center .btn {
    display: flex;
    flex-direction: column;
  }
  footer .top .main-center .btn a {
    margin-right: 0 !important;
    margin-bottom: 0.5rem;
  }
  footer .bottom {
    padding: 1rem 0;
  }
  footer .bottom .infomation {
    padding-right: 0;
    margin-right: 0;
    border-right: none;
    padding-top: 0;
    padding-bottom: 0;
  }
  footer .bottom ul {
    display: none;
    padding-top: 0;
  }
  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 .copyright {
    padding-bottom: 0;
  }
}
