@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: 16px;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1366px) {
  html {
    font-size: 16px !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.7rem;
  vertical-align: baseline;
  outline: none;
  box-sizing: border-box;
  font-family: "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: #ff3c37;
  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: 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: #ff3c37;
}
#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 #ff3c37;
  border-bottom: 4px solid #ff3c37;
  background-color: #ff3c37;
  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 #ff3c37;
  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: #ff3c37;
}
.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: 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 #ff3c37;
  border-radius: 50%;
}
.swiper-button:hover {
  background-color: #ff3c37;
}
.swiper-button:hover::after {
  color: #fff;
}
.swiper-button::after {
  font-size: 1rem !important;
  color: #ff3c37;
}
.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: #ff3c37;
}
.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 #ff3c37;
}
.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%;
  height: 100vh;
  height: 33rem;
  object-fit: cover;
}
.page-banner .text {
  position: absolute;
  left: 0;
  width: 100%;
  padding-top: 20%;
  padding-top: 0;
  top: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.page-banner .text * {
  color: #fff;
}
.page-banner .text h2 {
  font-size: 2rem;
  font-size: 2.5rem;
  line-height: 1.2;
  text-align: center;
}
.page-banner .text p {
  font-size: 1.25rem;
  font-size: 1.1rem;
  margin: 1rem 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.page-banner .text p span {
  font-size: 1rem;
  background-color: #ff3c37;
  color: #000;
  border-radius: 0.2rem;
  font-weight: 100;
  padding: 0.1rem 0.2rem;
  margin-left: 0.2rem;
}
.page-banner .text a {
  display: inline-block;
  padding: 0.4rem 1rem;
  border: 1px solid #fff;
  border-radius: 4rem;
  margin-top: 1rem !important;
  text-align: center;
}
.page-banner .text a.experience {
  min-width: 7rem;
  font-size: 15px;
  color: #FFFFFF;
  line-height: 26px;
  border-radius: 4px;
  margin: 0 0.5rem;
  border: none;
  background: linear-gradient(to right, #fe3a37, #f51e32);
  cursor: pointer;
  text-align: center;
}
.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;
  font-weight: bold;
}
.more-btn.center {
  text-align: center;
}
.more-btn.inverse a {
  background-color: #fff;
  color: #ff3c37 !important;
}
.more-btn a {
  display: inline-block;
  border-radius: 4rem;
  padding: 0.5rem 1rem;
  background-color: #ff3c37;
  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 {
  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;
}
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 {
  border-color: #fff;
}
header #pc-header.inverse .container .tel .i {
  background-color: #fff;
}
header #pc-header.inverse .container .tel .i i {
  color: #ff3c37 !important;
}
header #pc-header.inverse .container .tel p {
  color: #fff !important;
}
header #pc-header.inverse .container .btn {
  background-color: #fff;
  color: #ff3c37;
}
header #pc-header .container {
  display: flex;
  align-items: center;
}
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 0.8rem;
  padding: 0 0.7rem;
  height: 4rem;
  font-size: 14px;
  font-size: 13px;
  line-height: 4rem;
  position: relative;
}
header #pc-header .container nav > div > a::after {
  content: "";
  position: absolute;
  bottom: 1rem;
  left: 50%;
  width: 1rem;
  border-bottom: 2px solid #ff3c37;
  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: #ff3c37;
}
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;
  font-size: 13px;
  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 #ff3c37;
  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: #ff3c37;
}
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-size: 13px;
  font-weight: bold;
}
header #pc-header .container nav > div .pro .item .con a {
  display: block;
  font-size: 0.7rem;
  font-size: 13px;
  color: #666;
  line-height: 3;
}
header #pc-header .container nav > div .pro .item .con a:hover {
  color: #ff3c37;
}
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 #333;
  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: #666;
  line-height: 1.6;
}
header #pc-header .container .tel strong {
  font-size: 1rem;
  font-weight: bold;
  color: #ff3c37;
  line-height: 1.6;
}
header #pc-header .container > .btn {
  padding: 0.4rem 1rem;
  color: #fff;
  border-radius: 4rem;
  background-color: #ff3c37;
}
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: #ff3c37;
}
body main section {
  padding: 3rem 0;
}
body main section:first-of-type {
  padding-top: 3rem;
}
footer .top {
  background-color: #dedede;
  background-image: url("../images/home/home (13).jpg");
  background-size: cover;
}
footer .top .main-center {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 4rem 1rem;
}
footer .top .main-center h2 {
  font-size: 1.5rem;
  font-size: 1.75rem;
  letter-spacing: 0.05em;
}
footer .top .main-center .btn a {
  display: inline-block;
  vertical-align: middle;
  min-width: 7.3rem;
  font-size: 0.8rem;
  padding: 0.6rem 1.2rem;
  border-radius: 0.2rem;
  color: #ff3c37;
  background-color: #fff;
  text-align: center;
  letter-spacing: 0.05em;
}
footer .top .main-center .btn a:first-of-type {
  background-color: #ff3c37;
  color: #fff;
  margin-right: 1rem;
}
footer .top .main-center .btn a:last-of-type {
  margin-right: 0;
}
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: 1.5rem;
  position: relative;
}
footer .code-wrap .item .i {
  width: 1.5rem;
  height: 1.5rem;
}
footer .code-wrap .item .i i {
  font-size: 1rem;
}
footer .code-wrap .item:hover .i i {
  color: #ff3c37;
}
footer .code-wrap .item:hover .img {
  opacity: 1;
  z-index: 1;
}
footer .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 .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 .code-wrap .item .img img {
  border: none;
}
footer .copyright {
  padding: 1rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  color: #999;
  text-align: center;
}
footer .bottom {
  background-color: #313131;
}
footer .bottom ul {
  display: flex;
  justify-content: space-between;
  padding-top: 2.1rem;
  padding-bottom: 1rem;
}
footer .bottom ul * {
  color: #999;
}
footer .bottom ul h6 {
  font-weight: normal;
  display: inline-block;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  color: #fff;
  padding-bottom: 0.5rem;
  margin-bottom: 1rem;
}
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.6rem;
}
footer .bottom ul .link a:hover {
  color: #ff3c37;
}
footer .mb-bottom {
  background-color: #313131;
  padding-bottom: 4rem;
}
footer .mb-bottom * {
  color: #fff;
}
footer .mb-bottom .code-wrap {
  position: relative;
}
footer .mb-bottom ul {
  padding-top: 1rem;
}
footer .mb-bottom ul li .c-link {
  display: flex;
  justify-content: space-between;
  padding: 1rem;
}
footer .mb-bottom ul li a,
footer .mb-bottom ul li span {
  font-size: 0.9rem;
  font-weight: 300;
}
footer .mb-bottom ul li .link {
  transition: none;
  display: none;
}
footer .mb-bottom ul li .link a {
  display: block;
  padding: 1rem 0;
  padding-left: 2rem;
}
footer .mb-bottom .phone {
  margin-top: 1rem;
}
footer .mb-bottom .phone a {
  font-size: 1.2rem;
}
footer .mb-bottom .phone p {
  color: #666;
}
footer .mb-bottom .right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
footer .mb-bottom .right .code img {
  width: 6rem;
  height: 6rem;
}
footer .mb-bottom .right .code p {
  color: #666;
  margin-top: 0.5rem;
}
footer .mb-bottom .right .code-wrap {
  justify-content: flex-end;
  margin-top: 1rem;
}
footer .mb-bottom .right .code-wrap .item {
  margin-right: 1rem;
}
footer .mb-bottom .right .code-wrap .item i {
  font-size: 1.2rem;
  color: #666;
}
footer .mb-bottom .copyright {
  border-top: none;
  position: relative;
}
footer .mb-bottom .copyright::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  width: calc(100% - 2rem);
  transform: translateX(-50%);
}
footer .mb-bottom .copyright *,
footer .mb-bottom .copyright {
  color: #666;
}
.mb-img {
  display: none !important;
}
.popup-case-mask {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 1000;
}
.popup-case {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  max-width: 60rem;
  border-radius: 1rem;
  z-index: 1001;
}
.popup-case .close {
  width: 36px;
  height: 36px;
  background: url("https://template.3dnest.cn/common/image/bigclose_56x56.png") no-repeat center;
  position: absolute;
  top: -40px;
  left: 98%;
  z-index: 20;
  background-size: 80%;
  cursor: pointer;
}
.popup-case .popup-con {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
}
.popup-case #iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 1rem;
}
@media screen and (max-width: 991px) {
  #mb-header #navbar-main #logo {
    width: 30%;
    max-width: 180px;
  }
  header #pc-header {
    display: none;
  }
  header #mb-header {
    display: block !important;
  }
}
@media screen and (max-width: 768px) {
  .footer-side-bar {
    display: none;
  }
  .pc-img {
    display: none !important;
  }
  .mb-img {
    display: block !important;
  }
  body {
    padding-top: 3.5rem;
    overflow-x: hidden;
  }
  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;
  }
  .main-title {
    padding-left: 2%;
    padding-right: 2%;
    margin-bottom: 2rem;
  }
  .main-title h2 {
    font-size: 1.4rem !important;
    max-width: 94%;
    text-align: center;
  }
  .main-title p {
    line-height: 1.6;
    text-align: center;
    max-width: 94%;
    font-size: 1rem ;
  }
  .main-title p br {
    display: none;
  }
  body main section {
    padding: 3rem 0 !important;
  }
  .footer-side-bar {
    bottom: 45% !important;
  }
  footer .top {
    background-image: url("../images/mb-footer.jpg");
  }
  footer .top .main-center {
    padding: 2rem 0;
    flex-direction: column;
  }
  footer .top .main-center h2 {
    font-size: 1.2rem;
  }
  footer .top .main-center .btn {
    display: flex;
    margin-top: 1.5rem;
  }
  footer .top .main-center .btn a {
    padding: 0.5rem 1.2rem;
    border-radius: 0.4rem;
  }
  footer .bottom {
    padding: 1rem 0;
  }
  footer .bottom ul {
    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;
  }
  .page-banner > img {
    height: 20rem !important;
    object-fit: cover !important;
  }
  .page-banner .text {
    padding-top: 5rem !important;
  }
  .page-banner .text h2 {
    font-size: 1.4rem;
  }
  .page-banner .text p {
    font-size: 0.9rem;
  }
  .page-banner .text a.experience {
    min-width: 6rem;
    font-size: 14px;
    line-height: 22px;
  }
  .popup-case .close {
    left: auto;
    right: 0;
  }
}
@media all and (orientation: landscape) {
  .popup-case .popup-con {
    padding-bottom: 56.25%;
  }
}
@media all and (orientation: portrait) {
  .popup-case .popup-con {
    padding-bottom: 178%;
  }
}

@media screen and (min-width: 1200px) and (max-width: 1366px){
  html {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px){
  html {
    font-size: 16px !important;
  }
}
#mb-header #sidebar-main #accordion > li  a{
  color: #333;
  line-height: 1;
}
#mb-header #sidebar-main #accordion > li a p{
  margin-bottom: 0;
}
body main section:first-of-type{
  padding-top: 6.65rem;
}
body main section{
  padding: 6.65rem 0;
}
.main-title h2{
  line-height: 1.6 !important;
}
.pagination{
  display: flex;
  align-items: center;
}
.pagination .page-link, .pagination .page-num{
  border-color: #ebebeb;
}
.pagination .page-link, .pagination .page-num{
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  background-color: transparent;
  color: #333;
  padding: 0;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  margin: 0 .5rem;
}
.pagination .page-num:hover,
.pagination .page-num.page-num-current{
  font-weight: bold;
  color: #000;
  background-color: transparent;
}
.pagination .page-link{
  background-color: #f8f8f8;
}
.pagination .page-link i{
  font-size: .6rem;
}
header #pc-header.inverse .container .logo {
  /*background-image: url("{label:logo}");*/
}
header #pc-header .container .logo {
  width: 7.563rem;
  height: 1.938rem;
  /*background-image: url("{label:logo_1}");*/
  background-size: 100% 100%;
}
header #pc-header .container .tel .i{
  background-image:url('{pboot:sitetplpath}/images/t1.png');
  background-size: 100%;
}
header #pc-header.inverse .container .tel .i{
  background-image:url('{pboot:sitetplpath}/images/t2.png')
}
/*.page-banner .text{*/
/*    padding-top: 10%;*/
/*}*/
/* .page-banner > img{
    object-fit: unset;
    height: auto;
} */
header #pc-header .container .login  i{
  transition:none;
}
footer .bottom ul .logo{
  margin-bottom: 0;
}
#mb-header #sidebar-main-trigger{
  width: 26px;
  height: 20px;
  border-width:2px;
  padding: 7px 0;
  background-color: #fff;
  border-color:#fff;
}
@media screen and (max-width:991px){
  #mb-header #navbar-main{
    background-color: transparent;
  }
  #mb-header.inverse #navbar-main{
    background-color: #fff;
  }
  #mb-header #navbar-main > a{
    padding:.4rem .8rem;
    border:1px solid;
    border-radius:2rem;
    border-color:#fff;
    color:#fff;
    line-height: 1;
  }
  #mb-header.inverse #navbar-main > a{
    border-color: #666;
    color: #666;
  }
  #mb-header.inverse #sidebar-main-trigger{
    background-color: #666;
    border-color:#666;
  }
}
@media screen and (max-width:768px){
  html,body {
    scroll-behavior: smooth;
  }
  .footer-side-bar{
    padding-left: 0 !important;
  }
  .main-title h2{
    font-family: "Noto Sans SC" !important;
    font-weight: bold;
  }
  #nb_icon_wrap{
    display: none !important;
  }
  body{
    padding-top:0;
  }
}


.pagination li a{
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  background-color: transparent;
  color: #333;
  padding: 0;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  margin: 0 0.5rem;
}
.pagination li.active a{
  font-weight: bold;
  color: #000;
  background-color: transparent;
}
.pagination  .prev a,.pagination  .next a{
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  color: #333;
  padding: 0;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  margin: 0 0.5rem;
  background-color: #f8f8f8;
}
.pagination  .prev a:hover,.pagination  .next a:hover{
  background-color: #ff3c37;
  color: #fff !important;
}
.pagination  .first,.pagination  .end,.pagination  .totalPage,.pagination  .total{
  display: none;
}
