@media screen and (min-width: 1920px) and (max-width: 2560px) {
  html {
    font-size: 22px;
  }
}
@media screen and (min-width: 1680px) and (max-width: 1920px) {
  html {
    font-size: 20px;
  }
}
@media screen and (min-width: 1520px) and (max-width: 1680px) {
  html {
    font-size: 17px;
  }
}
@media screen and (min-width: 1440px) and (max-width: 1520px) {
  html {
    font-size: 14px;
  }
  .main-center {
    max-width: 75rem !important;
  }
}
@media screen and (min-width: 1366px) and (max-width: 1440px) {
  html {
    font-size: 13px;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1366px) {
  html {
    font-size: 12px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1280px) {
  html {
    font-size: 15px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  html {
    font-size: 8px;
  }
}
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,
strong,
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;
  color: #343434;
  vertical-align: baseline;
  outline: none;
  box-sizing: border-box;
  line-height: 1;
  font-family: "noto sans sc", arial, tahoma, sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
a,
ol,
ul,
li {
  list-style: none;
  text-decoration: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table,
table tr th,
table tr td {
  border: 1px solid #dedede;
}
table {
  width: 100%;
  min-height: 25px;
  line-height: 25px;
  text-align: center;
  border-collapse: collapse;
  padding: 2px;
}
img {
  border: 0;
  max-width: 100%;
}
input,
select,
textarea {
  outline: none;
  border: none;
  background-color: transparent;
  box-sizing: border-box;
  font-family: "noto sans sc", arial, tahoma, sans-serif;
}
input::placeholder,
select::placeholder,
textarea::placeholder {
  font-family: "noto sans sc", arial, tahoma, sans-serif;
}
input[type="submit"] {
  cursor: pointer;
}
.dot {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.dots {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
body {
  overflow-x: hidden;
  min-width: 300px;
}
.img img {
  display: block;
}
.main-center {
  max-width: 70rem;
  margin: 0 auto;
}
#banners {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fafafa;
  z-index: 999;
}
#banners .text {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 400px;
  height: 200px;
  margin-top: -100px;
  margin-left: -200px;
  line-height: 1.8;
}
#banners .text .btn {
  position: relative;
  margin-top: 50px;
}
#banners .text .btn:after {
  content: "";
  display: block;
  clear: both;
}
#banners .text .btn a {
  float: left;
  padding: 6px 20px;
  border: 1px solid #000;
  margin-right: 20px;
}
#mb-header {
  display: none;
}
#mb-header #navbar-main {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #1156ba;
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.5);
  z-index: 9999;
  padding: 0 2.5%;
  box-sizing: border-box;
}
#mb-header #navbar-main #logo {
  width: 40%;
}
#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: 40% !important;
}
#mb-header #sidebar-main li:last-of-type a {
  border-bottom: none;
}
#mb-header #sidebar-main a {
  display: block;
  text-align: center;
  border-bottom: 1px solid #ebebeb;
  padding: 16px 0;
}
#mb-header #sidebar-main-trigger {
  width: 30px;
  height: 18px;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
  background-color: #fff;
  padding: 6px 0;
  background-clip: content-box;
}
div[data-sidebar-main="mask"] {
  inset: 0 !important;
}
.paged {
  font-size: 0;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 40px;
  display: block !important;
}
.paged a,
.paged .p_info,
.paged .current {
  display: inline-block;
  vertical-align: top;
  margin: 0 4px;
  padding: 0 15px;
  height: 38px;
  line-height: 38px;
  font-size: 15px;
  text-align: center;
  color: #333;
  background-color: #fff;
  border-radius: 2px;
  box-sizing: border-box;
  transition: all 0.3s;
  border: 1px solid #1156ba;
}
.paged .current,
.paged a:hover {
  color: #fff;
  background: #1156ba;
}
.paged .disabled {
  cursor: default;
  background-color: #e0e0e0;
}
.paged .disabled:hover {
  color: #333;
  background-color: #e0e0e0;
}
.page-banner {
  background-color: #ccc;
  overflow: hidden;
  position: relative;
}
.page-banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page-banner .main-center {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 70rem;
  transform: translatex(-50%);
}
.page-banner .main-center h2 {
  font-size: 1.4rem;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
  color: #fff;
}
.position {
  padding: 1rem 0;
  margin-bottom: 2rem;
}
.position * {
  color: #666;
}
.tabs-bar {
  display: flex;
  justify-content: center;
  height: 2.8rem;
}
.tabs-bar .tabs-fixed {
  position: fixed;
  left: 50%;
  width: 100%;
  transform: translatex(-50%);
  z-index: 98;
}
.tabs-bar .swiper-container {
  width: 100%;
  height: 2.8rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  transition: width ease 0.3s;
  background-color: #fff;
}
.tabs-bar .swiper-container .swiper-wrapper {
  justify-content: center;
}
.tabs-bar .swiper-slide {
  width: auto;
  height: 2.8rem;
  line-height: 2.8rem;
  text-align: center;
}
.tabs-bar .swiper-slide.active,
.tabs-bar .swiper-slide:hover {
  position: relative;
  color: #1156ba;
}
.tabs-bar .swiper-slide.active::after,
.tabs-bar .swiper-slide:hover::after {
  content: "";
  position: absolute;
  bottom: 1px;
  left: 0;
  width: 100%;
  border-bottom: 1px solid #1156ba;
}
.page-title {
  text-align: center;
  padding-bottom: 1rem;
  position: relative;
  margin-bottom: 3rem;
}
.page-title::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 2rem;
  border-bottom: 1px solid #1156ba;
  transform: translatex(-50%);
  z-index: 1;
}
.page-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 8rem;
  border-bottom: 1px solid #e8e7e8;
  transform: translatex(-50%);
}
.page-title h2 {
  font-size: 2rem;
}
.page-title p {
  text-transform: uppercase;
  font-size: 2rem;
  font-weight: bold;
  color: #e8e7e8;
  margin-top: -1.2rem;
  position: relative;
  z-index: -1;
}
.icon {
  width: 1em;
  height: 1em;
  vertical-align: -0.15em;
  fill: currentcolor;
  overflow: hidden;
}
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  transition: all ease 0.3s;
}
header > div {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all ease 0.3s;
}
header > div img {
  width: 100%;
}
header .logo {
  width: 9.85rem;
  height: 2.7rem;
}
header ul {
  display: flex;
  margin-left: auto;
  margin-right: 4%;
}
header ul * {
  color: #fff;
}
header ul li {
  margin-left: 0.5rem;
  height: 3.5rem;
  line-height: 3.5rem;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
header ul li:hover::after,
header ul li.active::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 2rem;
  border-bottom: 2px solid #1156ba;
  transform: translatex(-50%);
}
header ul li > a {
  display: block;
  padding: 0.3rem 0.85rem;
  font-size: 0.9rem;
}
header ul li .two {
  position: absolute;
  top: 100%;
  left: 50%;
  max-height: 0;
  transition: all ease 0.3s;
  overflow: hidden;
  background-color: rgba(14, 27, 53, 0.9);
  z-index: 1;
  transform: translatex(-50%);
}
header ul li .two a {
  display: block;
  padding: 0.6rem 0.85rem;
  font-size: 0.7rem;
  color: #fff;
  white-space: nowrap;
  position: relative;
}
header ul li .two a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 80%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  transform: translatex(-50%);
}
header ul li .two a:last-of-type::after {
  display: none;
}
header ul li .two a:hover {
  background-color: #1156ba;
  color: #fff;
}
header ul li .two::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid transparent;
  z-index: -1;
  box-sizing: border-box;
}
header ul li .two-nav {
  position: fixed;
  top: 13.4rem;
  left: 0;
  background-color: rgba(14, 27, 53, 0.9);
  border: 1px solid #1156ba;
  width: 100%;
  opacity: 0;
  overflow: hidden;
  transition: all ease 0.3s;
  max-height: 0;
}
header ul li .two-nav * {
  color: #fff;
}
header ul li .two-nav > div {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 1rem 0;
  padding-left: 10%;
}
header ul li .two-nav .left {
  position: relative;
  margin-right: 4rem;
}
header ul li .two-nav .left::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -2rem;
  height: 80%;
  width: 1px;
  background-color: #fff;
  transform: translatey(-50%) scalex(0.5);
}
header ul li .two-nav .left .on {
  color: #1156ba;
}
header ul li .two-nav .left a {
  display: block;
  padding: 0.5rem 0;
}
header ul li .two-nav .left a.on *,
header ul li .two-nav .left a:hover * {
  color: #005aff;
}
header ul li .two-nav .left a svg:last-of-type {
  margin-left: auto;
  font-size: 1em;
}
header ul li .two-nav .left h6 {
  display: flex;
  align-items: center;
}
header ul li .two-nav .left .icon {
  font-size: 1.8em;
  margin-right: 0.3rem;
}
header ul li .two-nav .left span {
  font-size: 0.8rem;
  font-weight: normal;
  margin-right: 2rem;
}
header ul li .two-nav .right {
  flex: 1;
  padding-top: 1rem;
}
header ul li .two-nav .right .con {
  display: none;
}
header ul li .two-nav .right .con.on {
  display: flex;
}
header ul li .two-nav .right .con div {
  margin-right: 2rem;
  position: relative;
}
header ul li .two-nav .right .con div::after {
  content: "";
  position: absolute;
  top: 1.8rem;
  left: 0;
  height: 1px;
  width: 100%;
  background-color: #fff;
  transform: scaley(0.5);
}
header ul li .two-nav .right .con p {
  font-size: 0.7rem;
  line-height: 2;
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 0.5rem;
}
header ul li .two-nav .right .con p:last-of-type {
  margin-bottom: 0;
}
header ul li .two-nav .right .con strong {
  display: inline-block;
  font-size: 0.8rem;
  margin-bottom: 0.5rem;
  padding-bottom: 0.5rem;
}
header ul li:hover .two {
  max-height: 24.2rem;
}
header ul li:hover .two::after {
  border-color: #1156ba;
}
header ul li:hover .two-nav {
  max-height: 40.2rem;
  opacity: 1;
}
header .tel {
  display: flex;
  align-items: center;
}
header .tel .i {
  margin-right: 0.3rem;
}
header .tel .i svg {
  width: 2rem;
  height: 2rem;
}
header .tel .i svg path {
  fill: #fff;
}
header .tel p {
  color: #fff;
  line-height: 1.4;
}
header.fixed,
header:hover {
  background-color: #0e1b35;
}
footer {
  background-color: #194165;
  background-image: ;
  background-size: cover;
}
footer * {
  color: #fff;
}
footer .content {
  display: flex;
  justify-content: space-between;
  padding: 3rem 0;
  position: relative;
}
footer .content::before {
  content: "";
  position: absolute;
  top: 4.8rem;
  left: 0;
  width: 100%;
  border-bottom: 1px solid #dde4ee;
  opacity: 0.3;
}
footer .content .short {
  width: 11rem;
}
footer .content .short .link a {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
footer .content .short .link a:last-of-type {
  margin-bottom: 0;
}
footer .content .lang {
  width: 33rem;
}
footer .content .lang .link a {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
footer .content .lang .link a:nth-of-type(odd) {
  width: 55%;
}
footer .content .lang .link a:nth-of-type(even) {
  width: 43%;
}
footer .content .lang .link a:nth-of-type(n   9) {
  margin-bottom: 0;
}
footer .content .contact-us {
  display: flex;
  flex-direction: column;
  margin-right: 1rem;
}
footer .content .contact-us a {
  font-size: 1rem;
  color: #fff;
}
footer .content .contact-us strong {
  font-size: 0.8rem !important;
  font-weight: bold;
  color: #fff !important;
}
footer .content .contact-us div {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1;
}
footer .content .contact-us div * {
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.7rem;
}
footer .content .code .img {
  width: 6rem;
  height: 6rem;
  background-color: #fff;
  margin: 0 auto;
}
footer .content .code .img img {
  width: 100%;
}
footer .content .code p {
  font-size: 0.6rem;
  color: rgba(255, 255, 255, 0.5);
  text-align: center;
  margin-top: 1rem;
}
footer .content h6 {
  font-size: 0.9rem;
  margin-bottom: 2rem;
  padding-bottom: 1rem;
  position: relative;
}
footer .content h6::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 5.3rem;
  border-bottom: 3px solid #1156ba;
}
footer .content .link {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
footer .content .link a {
  display: block;
  font-size: 0.7rem;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 1rem;
}
footer .content a:hover {
  color: #fff;
}
footer .copyright {
  padding: 1.5rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  text-align: center;
}
footer .copyright * {
  font-size: 0.7rem;
  color: #e6e6e6;
}
footer .go-top {
  position: fixed;
  bottom: 10%;
  right: 2%;
  width: 2rem;
  height: 2rem;
  display: none;
  align-items: center;
  justify-content: center;
  background-color: #1156ba;
  transform: rotate(-90deg);
  cursor: pointer;
  z-index: 99;
}
footer .go-top.show {
  display: flex;
}
footer .go-top i {
  font-size: 1rem;
  color: #fff;
}
#mb-header {
  display: none;
}
@media screen and (max-width: 768px) {
  .paged a,
  .paged .p_info,
  .paged .current {
    padding: 0 10px;
    height: 30px;
    line-height: 30px;
  }
  .page-banner {
    height: 10rem;
  }
  .page-title {
    margin-bottom: 2rem;
  }
  .page-title h2 {
    font-size: 1.4rem;
  }
  .page-title p {
    font-size: 1.4rem;
  }
  .tabs-bar .swiper-container .swiper-wrapper {
    justify-content: flex-start;
  }
  body {
    padding-top: 50px !important;
  }
  .main-center {
    padding-left: 2% !important;
    padding-right: 2% !important;
  }
  header {
    display: none;
  }
  #mb-header {
    display: block;
  }
  footer .content .item {
    margin-right: 1rem;
  }
  footer .content .item:last-of-type {
    margin-right: 0;
  }
  footer .content .short,
  footer .content .lang {
    display: none;
  }
  footer .content .contact-us p {
    line-height: 1.6;
  }
  footer .content .code .img {
    margin: 0 auto;
  }
  footer .content .code p {
    white-space: nowrap;
  }
  footer .copyright {
    padding: 1rem 0;
  }
  footer .copyright * {
    line-height: 1.6;
  }
}
