@font-face {
  font-family: "font-b";
  src: ;
}
@font-face {
  font-family: "font-h";
  src: ;
}
@font-face {
  font-family: "font-l";
  src: ;
}
@font-face {
  font-family: "font-m";
  src: ;
}
@font-face {
  font-family: "font-r";
  src: ;
}
@font-face {
  font-family: "pangmenzhengdao";
  src: ;
}
.font-b {
  font-family: "font-b";
}
.font-h {
  font-family: "font-h";
}
.font-l {
  font-family: "font-l";
}
.font-m {
  font-family: "font-m";
}
.font-r {
  font-family: "font-r";
}
@media screen and (min-width: 2560px) and (max-width: 2880px) {
  html {
    font-size: 26px;
  }
}
@media screen and (min-width: 1920px) and (max-width: 2560px) {
  html {
    font-size: 25px;
  }
}
@media screen and (min-width: 1780px) and (max-width: 1920px) {
  html {
    font-size: 20px;
  }
}
@media screen and (min-width: 1660px) and (max-width: 1780px) {
  html {
    font-size: 18px;
  }
}
@media screen and (min-width: 1440px) and (max-width: 1660px) {
  html {
    font-size: 16px;
  }
}
@media screen and (min-width: 1366px) and (max-width: 1440px) {
  html {
    font-size: 14px;
  }
  .footer-side-bar a {
    width: 5rem !important;
    height: 5rem !important;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1366px) {
  html {
    font-size: 14px;
  }
  .footer-side-bar a {
    width: 5rem !important;
    height: 5rem !important;
  }
}
@media screen and (min-width: 1000px) and (max-width: 1200px) {
  html {
    font-size: 12px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  html {
    font-size: 10px;
  }
}
@media screen and (max-width: 768px) {
  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.9rem;
  vertical-align: baseline;
  outline: none;
  box-sizing: border-box;
  font-family: "font-m", "microsoft yahei", arial, tahoma, sans-serif;
  transition: all ease 0.3s;
  text-align: justify;
  color: #0f1d2a;
}
textarea,
input,
button {
  font-family: "font-r", "microsoft yahei", arial, tahoma, sans-serif;
}
textarea::placeholder,
input::placeholder,
button::placeholder {
  font-family: "font-r", arial, tahoma, sans-serif;
  font-size: 0.8rem;
  color: #666;
}
button {
  cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  font-family: "opposans-b";
}
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: #0f1d2a;
}
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;
  height: 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: #203e80;
  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: 33%;
}
#mb-header #navbar-main > a .iconfont {
  font-size: 2rem;
  color: #203e80;
}
#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: #203e80;
}
#mb-header #sidebar-main .member a:last-of-type {
  background-color: #9bb0cb;
}
#mb-header #sidebar-main * {
  color: #9bb0cb;
}
#mb-header #sidebar-main a {
  text-align: center;
  padding: 1rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
#mb-header #sidebar-main a.active p,
#mb-header #sidebar-main a.active span {
  color: #203e80;
}
#mb-header #sidebar-main-trigger {
  width: 30px;
  height: 24px;
  border-top: 4px solid #203e80;
  border-bottom: 4px solid #203e80;
  background-color: #203e80;
  padding: 6px 0;
  background-clip: content-box;
  cursor: pointer;
}
#mb-header #accordion > li .submenu a {
  padding-left: 2rem;
}
#accordion > li {
  position: relative;
}
#accordion > li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
#accordion > li > a {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
#accordion > li .submenu {
  transition: none;
}
#accordion > li .submenu a {
  padding-left: 2rem;
  text-align: left;
  background-color: #fbfbfb;
  padding-right: 0.5rem;
}
div[data-sidebar-main="mask"] {
  z-index: 100 !important;
}
.paged {
  display: flex;
  justify-content: center;
  margin-top: 2rem;
}
.paged a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.75rem;
  height: 2.75rem;
  margin: 0 0.5rem;
  font-size: 1rem;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.paged a:hover,
.paged a.active {
  color: #9bb0cb;
  border-color: #9bb0cb;
}
.icon {
  width: 1em;
  height: 1em;
  vertical-align: -0.15em;
  fill: currentcolor;
  overflow: hidden;
}
.main-center {
  width: calc(100% - 24rem);
  margin: 0 auto;
}
.main-center-big {
  max-width: 80rem;
  margin: 0 auto;
  padding: 2.5rem 0;
  background-color: #fff;
}
.mb0:last-of-type {
  margin-bottom: 0;
}
.swiper-wrapper {
  height: auto;
}
.swiper-button-wrap {
  display: flex;
}
.swiper-button-wrap .swiper-button {
  position: initial;
  margin-right: 1rem;
}
.swiper-button-con {
  display: grid;
  grid-template-columns: 2.7rem 2.7rem;
  gap: 1rem;
}
.swiper-button-con .swiper-btn {
  position: initial;
}
body .swiper-btn {
  width: 2.7rem;
  height: 2.7rem;
  border-radius: 50%;
  margin: 0;
  border: 1px solid #9bb0cb;
}
body .swiper-btn::after {
  font-size: 1rem;
  color: #9bb0cb;
}
body .swiper-button {
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  border: 1px solid #9bb0cb;
  background-color: transparent !important;
  margin-top: 0;
}
body .swiper-button:hover {
  background-color: #9bb0cb !important;
}
body .swiper-button:hover::after {
  color: #fff;
}
body .swiper-button::after {
  font-size: 1.5rem !important;
  color: #9bb0cb;
}
body .swiper-button.swiper-button-prev {
  left: 4%;
}
body .swiper-button.swiper-button-prev::after {
  content: "\e70f";
  font-family: "iconfont" !important;
}
body .swiper-button.swiper-button-next {
  right: 4%;
}
body .swiper-button.swiper-button-next::after {
  content: "\e687";
  font-family: "iconfont" !important;
}
.swiper-pagination .swiper-pagination-bullet {
  width: 0.5rem;
  height: 0.2rem;
  border-radius: 2rem;
}
.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 1rem;
  background-color: #203e80;
}
.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 #203e80;
}
.position .con {
  display: flex;
  justify-content: space-between;
  padding: 2rem 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.position nav a {
  font-size: 1rem;
  margin-right: 2rem;
}
.position nav a i {
  display: inline-block;
  color: #999;
  font-size: 1rem;
  margin-left: 0.5rem;
  font-weight: bold;
}
.position nav a:hover i,
.position nav a.active i {
  color: #0f1d2a;
  transform: rotate(45deg);
}
.position .pos,
.position .pos * {
  font-size: 0.9rem;
}
.page-banner {
  position: relative;
}
.page-banner > img {
  display: block;
  width: 100%;
}
.page-banner .text {
  position: absolute;
  bottom: 0;
  left: 50%;
  height: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  transform: translatex(-50%);
}
.page-banner .text h6,
.page-banner .text h2 {
  font-size: 2.7em;
  color: #fff;
  position: relative;
  margin-bottom: 1.25rem;
}
.page-banner .text p {
  font-size: 2rem;
  color: #fff;
  margin-bottom: 1.25rem;
  text-transform: uppercase;
}
.page-banner .text span {
  font-family: "font-r";
  font-size: 1.4rem;
  color: #fff;
}
.page-nav {
  box-shadow: 0 0 0.7rem rgba(32, 62, 128, 0.06);
}
.page-nav .content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.page-nav .content nav {
  display: flex;
}
.page-nav .content nav a {
  height: 3.6rem;
  line-height: 3.6rem;
  margin-right: 2rem;
  border-bottom: 0.1rem solid transparent;
}
.page-nav .content nav a span {
  display: inline-block;
}
.page-nav .content nav a:hover,
.page-nav .content nav a.active {
  color: #203e80;
  border-color: #203e80;
}
.page-nav .content nav a:hover span,
.page-nav .content nav a.active span {
  color: #203e80;
}
.page-nav .content .position *,
.page-nav .content .position {
  font-size: 0.7rem;
  color: #9bb0cb;
  font-family: "font-r";
}
.position *,
.position {
  font-size: 0.7rem;
  color: #999;
  font-family: "font-r";
}
.page-title h2 {
  position: relative;
  font-size: 2.342rem;
  margin-bottom: 2rem;
  z-index: 1;
}
.page-title h2::before {
  content: attr(en);
  position: absolute;
  top: 0;
  left: 0;
  font-size: 4rem;
  color: #e7effd;
  transform: translatey(-50%);
  z-index: -1;
  font-family: "pangmenzhengdao";
  opacity: 0.5;
}
.page-title p {
  display: inline;
  color: #203e80;
}
.more-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 7.89rem;
  height: 2.39rem;
  border: 1px solid #203e80;
  color: #203e80;
  border-radius: 3rem;
}
.more-btn i {
  color: #203e80;
  margin-left: 0.5rem;
}
.more-btn:hover {
  background-color: #203e80;
  color: #fff;
}
.more-btn:hover i {
  color: #fff;
}
.m-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 8.25rem;
  height: 2.6rem;
  border-radius: 0.5rem;
  font-family: "font-r";
  margin-top: 2rem;
  background-color: #ebf0f6 !important;
  background-image: none !important;
}
.m-btn:hover {
  background-color: #9bb0cb !important;
}
.more {
  display: inline-flex;
  align-items: center;
  padding: 0.25rem 0.25rem 0.25rem 1.35rem;
  border-radius: 4rem;
  background-image: linear-gradient(150deg, #fff -20%, #284586 100%);
}
.more * {
  color: #fff;
}
.more span {
  width: 4.75rem;
}
.more .i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.4rem;
  height: 2.4rem;
  margin-left: 1.5rem;
  border-radius: 50%;
  background-color: #fff;
}
.more .i i {
  color: #486299;
  font-size: 1rem;
}
.section-title {
  margin-bottom: 4rem;
}
.section-title.inverse * {
  color: #fff;
}
.section-title * {
  text-align: center;
}
.section-title.left {
  margin-bottom: 0;
}
.section-title.left * {
  text-align: left;
}
.section-title h2 {
  font-size: 1.8rem;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
}
.section-title h4 {
  font-size: 1.5rem;
}
.section-title p {
  color: #666;
  line-height: 2;
}
.img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.centers {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.pagination {
  display: flex;
  justify-content: center;
  margin: 0 auto;
  margin-top: 4rem;
}
.pagination .page-link,
.pagination .page-num {
  padding: 0.5rem 0.7rem;
  background-color: #f9f9f9;
  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,
.pagination .page-num-current {
  background-color: #9bb0cb;
}
.pagination .page-link:hover,
.pagination .page-num:hover,
.pagination .page-link:hover *,
.pagination .page-num:hover *,
.pagination .page-num-current {
  color: #fff;
}
.main-title {
  position: relative;
  margin-bottom: 3rem;
}
.main-title.s1 {
  position: relative;
  display: flex;
  justify-content: center;
}
.main-title.s1 h2 {
  text-align: center;
}
.main-title.s1 h2::before {
  color: #eaf0f6;
  left: 50%;
  transform: translatex(-50%);
}
.main-title.s1 > a {
  position: absolute;
  bottom: 0;
  right: 0;
}
.main-title.s2 {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.main-title.s2 h2::before {
  color: #eaf0f6;
}
.main-title.s3 h2::before {
  color: #f5f5f5;
  opacity: 0.5;
}
.main-title h2 {
  position: relative;
  font-size: 2.5rem;
  z-index: 1;
  color: #203e80;
  padding-top: 4rem;
}
.main-title h2::before {
  content: attr(en);
  position: absolute;
  top: 0;
  left: 0;
  font-family: "pangmenzhengdao";
  font-size: 4.2rem;
  white-space: nowrap;
  z-index: -1;
  color: #eaf0f6;
}
.main-title p {
  font-size: 0.9rem;
}
.news-link {
  position: relative;
  height: 14rem;
  border-radius: 1.5rem;
  overflow: hidden;
}
.news-link .img {
  height: 100%;
  background-color: #ccc;
}
.news-link .img img {
  height: 100%;
  object-fit: cover;
}
.news-link .text {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 1rem 2rem;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.news-link .text::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  z-index: -1;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 60%, #fff 120%);
}
.news-link .text span {
  display: inline-block;
  font-family: "pangmenzhengdao";
  color: #333;
  position: relative;
  padding-bottom: 0.5rem;
  margin-bottom: 0.5rem;
}
.news-link .text span::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1.03rem;
  height: 0.27rem;
  background-color: #203e80;
  border-radius: 2rem;
}
.news-link .text p {
  font-size: 1.2rem;
}
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}
header #pc-header {
  background-color: #fff;
  box-shadow: 0 0 0.7rem rgba(32, 62, 128, 0.06);
}
header #pc-header.inverse {
  background-color: transparent;
  box-shadow: none;
}
header #pc-header.inverse .container .logo {
  background-image: ;
}
header #pc-header.inverse .container nav::after {
  border-color: #fff !important;
}
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 .language,
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 .language *,
header #pc-header.inverse .container .login * {
  color: #fff !important;
}
header #pc-header.inverse .container * {
  border-color: rgba(255, 255, 255, 0.1) !important;
}
header #pc-header.inverse .container .tel .i i {
  color: #fff;
}
header #pc-header.inverse .container .tel p {
  color: #fff !important;
}
header #pc-header .logo {
  width: 8rem;
  height: 2.5rem;
  padding: 0 3rem;
  background-image: ;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
header #pc-header .container {
  display: flex;
  align-items: center;
  position: relative;
  max-width: 90%;
}
header #pc-header .container nav {
  position: relative;
  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:last-of-type > a::before {
  display: none;
}
header #pc-header .container nav > div:hover .pro {
  display: flex;
}
header #pc-header .container nav > div > a {
  display: block;
  height: 100%;
  padding: 0 2rem;
  height: 5rem;
  line-height: 5rem;
  position: relative;
  font-family: "font-m";
  font-size: 1rem;
}
header #pc-header .container nav > div > a.active,
header #pc-header .container nav > div > a:hover {
  color: #203e80;
}
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::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 3rem;
  height: 0.15rem;
  border-radius: 2rem;
  background-color: #203e80;
  transform: translatex(-50%);
  opacity: 0;
  transition: all ease 0.5s;
}
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;
  box-shadow: 0 0 0.7rem rgba(32, 62, 128, 0.06);
  transition: none;
}
header #pc-header .container nav > div .menu a {
  display: flex;
  align-items: center;
  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 #203e80;
  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 img {
  width: 1.5rem;
  height: 1.5rem;
  margin-right: 0.5rem;
  object-fit: scale-down;
}
header #pc-header .container nav > div .menu a:hover {
  color: #203e80;
}
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: #203e80;
}
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 1.6rem;
  height: 5rem;
}
header #pc-header .container .tel .i {
  margin-right: 0.2rem;
}
header #pc-header .container .tel .i i {
  font-size: 1.5rem;
}
header #pc-header .container .tel p {
  line-height: 1.6;
  font-size: 0.9rem;
}
header #pc-header .container .tel strong {
  font-size: 1rem;
  font-weight: bold;
  color: #203e80;
  line-height: 1.6;
}
header #pc-header .container > .btn {
  position: absolute;
  top: 0;
  right: 0;
  height: 5rem;
  width: 5rem;
  color: #fff;
  background-color: #203e80;
}
header #pc-header .container > .btn .icon {
  font-size: 1.5rem;
}
header #pc-header .container .btn-wrap {
  display: flex;
  padding-left: 2rem;
  position: relative;
}
header #pc-header .container .btn-wrap::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  height: 1rem;
  border-right: 1px solid #999;
  transform: translatey(-50%);
}
header #pc-header .container .btn-wrap .btn,
header #pc-header .container .btn-wrap .language {
  display: flex;
  background-color: transparent;
}
header #pc-header .container .btn-wrap .btn *,
header #pc-header .container .btn-wrap .language * {
  font-family: "font-r";
}
header #pc-header .container .btn-wrap .icon {
  margin-right: 0.5rem;
  font-size: 1rem;
}
header #pc-header .container .btn-wrap .language {
  position: relative;
  padding-right: 0;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}
header #pc-header .container .btn-wrap .language:hover > div {
  display: block;
}
header #pc-header .container .btn-wrap .language > div {
  position: absolute;
  top: 100%;
  right: 0;
  width: 100%;
  display: none;
  background-color: #fff;
}
header #pc-header .container .btn-wrap .language > div a {
  display: block;
  text-align: center;
}
header #pc-header .container .btn-wrap .language > div a:hover {
  color: #fff;
  background-color: #203e80;
}
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: #203e80;
}
header #pc-header .search {
  padding-top: 4rem;
  padding-bottom: 2.4rem;
  display: none;
}
header #pc-header .search.show {
  display: flex;
}
header #pc-header .search .con {
  display: flex;
  align-items: center;
  width: 46.65rem;
  padding-bottom: 1.25rem;
  border-bottom: 0.1rem solid #111;
}
header #pc-header .search .con .icon {
  font-size: 1.5rem;
  margin-right: 1rem;
  color: #999;
}
header #pc-header .search .con input {
  min-height: 2rem;
  flex: 1;
  font-size: 1.5rem;
}
header #pc-header .search .con input::placeholder {
  font-size: 1.5rem;
  color: #b4b3b3;
}
header #pc-header .search .con button {
  font-size: 1.5rem;
  border: none;
  background-color: transparent;
}
header #pc-header .software-nav {
  position: fixed;
  top: 5rem;
  left: 0;
  width: 100%;
  background-color: #fff;
  box-shadow: 0 0.1rem 0.2rem #f3f3f3;
  display: none;
  transition: none;
}
header #pc-header .software-nav .content {
  display: flex;
}
header #pc-header .software-nav .content * {
  font-family: "font-r";
}
header #pc-header .software-nav .left {
  display: flex;
  flex-direction: column;
  width: 27rem;
  padding-right: 3rem;
  margin-right: 3rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-left: 12rem;
  background-color: #fafafa;
}
header #pc-header .software-nav .left .sea {
  display: flex;
  padding-bottom: 1rem;
  border-bottom: 1px solid #ebebeb !important;
}
header #pc-header .software-nav .left .sea input {
  flex: 1;
}
header #pc-header .software-nav .left .sea button {
  background-color: transparent;
  border: none;
}
header #pc-header .software-nav .left .sea button .icon {
  font-size: 1rem;
}
header #pc-header .software-nav .left .left-nav {
  padding-bottom: 2rem;
  border-bottom: 1px solid rgba(32, 62, 128, 0.3) !important;
}
header #pc-header .software-nav .left .left-nav a {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 0;
}
header #pc-header .software-nav .left .left-nav a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -3rem;
  width: calc(100%   6rem);
  height: 100%;
  background-color: rgba(32, 62, 128, 0.1);
  transform: translate(0, -50%);
  border-radius: 4rem 0 0 4rem;
  opacity: 0;
  transition: all ease 0.3s;
}
header #pc-header .software-nav .left .left-nav a:hover::before,
header #pc-header .software-nav .left .left-nav a.active::before {
  opacity: 1;
}
header #pc-header .software-nav .left .left-nav a:hover,
header #pc-header .software-nav .left .left-nav a.active,
header #pc-header .software-nav .left .left-nav a:hover i,
header #pc-header .software-nav .left .left-nav a.active i {
  color: #203e80;
}
header #pc-header .software-nav .left .b {
  margin-top: auto;
  padding-top: 1rem;
}
header #pc-header .software-nav .left .b a {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 0;
}
header #pc-header .software-nav .left .b a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -3rem;
  width: calc(100%   6rem);
  height: 100%;
  background-color: rgba(32, 62, 128, 0.1);
  transform: translate(0, -50%);
  border-radius: 4rem 0 0 4rem;
  opacity: 0;
  transition: all ease 0.3s;
}
header #pc-header .software-nav .left .b a:hover::before,
header #pc-header .software-nav .left .b a.active::before {
  opacity: 1;
}
header #pc-header .software-nav .left .b a:hover,
header #pc-header .software-nav .left .b a.active,
header #pc-header .software-nav .left .b a:hover i,
header #pc-header .software-nav .left .b a.active i {
  color: #203e80;
}
header #pc-header .software-nav .right {
  flex: 1;
  padding-right: 10rem;
  padding-top: 1rem;
  max-height: calc(100vh - 5rem);
  overflow: auto;
}
header #pc-header .software-nav .right .con {
  display: none;
  grid-template-columns: repeat(3, 1fr);
}
header #pc-header .software-nav .right .con.active {
  display: grid;
}
header #pc-header .software-nav .right .con.other.active {
  display: block;
}
header #pc-header .software-nav .right .con.other.active .item {
  display: flex;
}
header #pc-header .software-nav .right .con.other.active .item > div a {
  color: #203e80;
}
header #pc-header .software-nav .right .item {
  position: relative;
  padding: 2rem 0;
  border-bottom: 1px solid #f0f0f0;
}
header #pc-header .software-nav .right .item::after {
  content: "";
  clear: both;
  display: block;
}
header #pc-header .software-nav .right .item > div {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
  flex: 1;
}
header #pc-header .software-nav .right .item > div a {
  white-space: nowrap;
}
header #pc-header .software-nav .right .item > p {
  margin-bottom: 0.5rem;
  font-size: 0.9rem;
  margin-right: 1rem;
  white-space: nowrap;
}
header #pc-header .software-nav .right .item > p a {
  padding: 0;
  font-family: "font-b" !important;
}
header #pc-header .software-nav .right .item a {
  display: flex;
  align-items: center;
  height: 1.5rem;
  line-height: 1.5rem;
}
header #pc-header .software-nav .right .item a img {
  width: 1.5rem;
  height: 1.5rem;
  margin-right: 0.5rem;
}
header #pc-header .software-nav .right .item a:hover {
  color: #203e80;
}
body main section {
  padding: 5rem 0;
}
body main section:first-of-type {
  padding-top: 5rem;
}
footer {
  position: relative;
}
footer .map img {
  width: 100%;
  display: block;
}
footer .info {
  position: relative;
  background-color: #203e80;
  background-image: ;
  background-position: 90% 100%;
  background-size: auto 130%;
  background-repeat: no-repeat;
}
footer .info .go-top {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}
@keyframes move1 {
  0% {
    width: 100%;
    height: 100%;
    opacity: 0;
  }
  100% {
    width: calc(100%   2rem);
    height: calc(100%   2rem);
    opacity: 1;
  }
}
@keyframes move2 {
  0% {
    width: calc(100%   0);
    height: calc(100%   0);
    opacity: 0;
  }
  100% {
    width: calc(100%   4rem);
    height: calc(100%   4rem);
    opacity: 1;
  }
}
footer .info .go-top .i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 5rem;
  height: 5rem;
  background-color: #fff;
  border-radius: 50%;
  position: relative;
  z-index: 1;
  cursor: pointer;
}
footer .info .go-top .i .icon {
  font-size: 2.5rem;
}
footer .info .go-top .i::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100%   0);
  height: calc(100%   0);
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.5);
  z-index: -2;
  transition: all ease 0.3s;
  opacity: 0;
  animation: move1 2s linear;
  animation-direction: alternate;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
}
footer .info .go-top .i::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100%   2rem);
  height: calc(100%   2rem);
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.2);
  z-index: -3;
  transition: all ease 0.3s;
  transition-delay: 0.1s;
  opacity: 0;
  animation: move2 2s linear;
  animation-direction: alternate;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-delay: 1s;
}
footer .info .con {
  display: flex;
  gap: 7rem;
  padding-top: 4rem;
  padding-bottom: 3rem;
}
footer .info .con .item:last-of-type {
  margin-left: auto;
}
footer .info .con .item:last-of-type .code {
  width: 7.11rem;
  height: 7.11rem;
  border-radius: 0.5rem;
  overflow: hidden;
  background-color: #fff;
}
footer .info .con .item:last-of-type .code img {
  width: 100%;
  height: 100%;
  object-fit: scale-down;
}
footer .info .con .item:last-of-type .p {
  text-align: center;
  margin-top: 1.5rem;
  font-size: 0.8rem;
}
footer .info .con .item * {
  color: #fff;
}
footer .info .con .item .i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  margin-bottom: 1rem;
}
footer .info .con .item p {
  font-size: 1.2rem;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  position: relative;
}
footer .info .con .item p::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1rem;
  height: 0.2rem;
  border-radius: 3rem;
  background-color: #fff;
}
footer .copyright {
  display: flex;
  align-items: center;
  height: 4.15rem;
}
footer .copyright .con * {
  font-family: "font-r";
  font-size: 0.8rem;
  color: #9bb0cb;
  text-align: center;
}
footer .copyright .con a:hover {
  color: #203e80;
}
@media screen and (max-width: 768px) {
  header #pc-header {
    display: none;
  }
  header #mb-header {
    display: block !important;
  }
  .arr3 a {
    padding-left: 4rem !important;
    background-color: #f6f6f6 !important;
  }
  body {
    padding-top: 3.5rem;
  }
  body main section {
    padding: 3rem 0;
  }
  body main section:first-of-type {
    padding-top: 3rem;
  }
  footer {
    padding-top: 2rem;
  }
  footer .map {
    height: 24vh;
  }
  footer .map > img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  footer .info .go-top {
    transform: translate(-50%, -50%) scale(0.6);
  }
  footer .info .con {
    position: relative;
    flex-wrap: wrap;
    gap: 0;
    justify-content: space-between;
    padding-top: 4rem;
    row-gap: 1rem;
    flex-direction: column;
  }
  footer .info .con .item {
    width: 100%;
  }
  footer .info .con .item .i {
    width: 1.5rem;
    height: 1.5rem;
  }
  footer .info .con .item .code {
    width: 6rem;
    height: 6rem;
    margin: 0 auto;
  }
  footer .info .con .item:last-of-type {
    position: absolute;
    top: 4rem;
    right: 2%;
    width: auto;
  }
  footer nav a {
    margin: 0 0.5rem;
  }
  footer .info {
    flex-direction: column;
  }
  footer .info .txt {
    margin-bottom: 1rem;
  }
  footer .info .code-wrap {
    justify-content: center;
  }
  footer .info .code-wrap .code {
    margin-right: 1rem;
    margin-left: 0;
  }
  footer .link {
    padding: 1rem 0;
  }
  footer .link > span {
    white-space: nowrap;
    margin-right: 1rem;
  }
  footer .link div {
    flex-wrap: wrap;
  }
  footer .link div a {
    line-height: 1.6;
  }
  footer .copyright {
    flex-direction: column;
    justify-content: center;
  }
  footer .copyright p {
    line-height: 1.6;
    text-align: center;
  }
  body .swiper-button {
    width: 3rem;
    height: 3rem;
  }
  .main-title {
    margin-bottom: 2rem;
  }
  .main-title h2 {
    font-size: 1.6rem;
    padding-top: 2rem;
  }
  .main-title h2::before {
    font-size: 2rem;
  }
  .main-title h2 > img {
    display: none;
  }
  .main-title p {
    font-size: 1rem;
  }
  .main-title p span {
    font: inherit;
    color: #203e80;
  }
  .main-title nav {
    margin-top: 2rem;
  }
  .main-title > a {
    display: flex;
    margin-top: 2rem;
    padding: 0.5rem 0;
  }
  .news-link {
    padding: 1rem;
  }
  .news-link .text span {
    padding-bottom: 0.5rem;
    margin-bottom: 0.5rem;
  }
  .more-btn {
    width: 7rem;
    height: 2.5rem;
  }
  .main-center {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    width: 100%;
  }
  .page-banner {
    background-color: #ccc;
  }
  .page-banner img {
    height: 30vh;
    object-fit: cover;
  }
  .page-banner .text {
    align-items: center;
  }
  .page-banner .text h2 {
    font-size: 1.4rem;
    margin: 0 auto 0.5rem;
  }
  .page-banner .text h2::before {
    display: none;
  }
  .page-banner .text p {
    margin: 1rem auto 0;
  }
  .page-banner .text span {
    font-size: 1rem;
  }
  .page-banner .text .number {
    display: none;
  }
  .position .con {
    padding: 1rem 0.5rem;
  }
  .position nav a {
    font-size: 0.8rem;
    margin-right: 1rem;
  }
  .position .pos {
    display: none;
  }
  .title {
    text-align: center;
  }
  .page-nav .content nav {
    width: 100%;
    overflow: auto;
  }
  .page-nav .content nav a {
    margin: 0 0.5rem;
    max-width: none !important;
    flex-shrink: 0;
  }
  .page-nav .content .position {
    display: none;
  }
}
