.curmbs_head .content, footer .footer_banquna .footer_banquna_main, footer .footer_content .footer_content_main, header .head_main, .w {
  width: 67.263%;
  margin: 0 auto;
}

.view_more span,
.view_more a, header.is_bg .head_main .right_box nav > ul > li {
  display: flex;
  justify-content: center;
  align-items: center;
}

.add_mailbox .add_mailbox_content .info form .en_text, .add_mailbox .add_mailbox_content .tit i, footer .footer_content .footer_content_main .footer_links ul li dl dd a, header .head_main .right_box .top a {
  font-family: "HarmonyOS_Sans_SC_Light";
}

@media only screen and (max-width: 1024px) {
  .w {
    width: 100%;
  }
}

/*footer .footer_content .footer_content_main .footer_links ul li:nth-of-type(3) dl dd:nth-of-type(2),*/
/*header .head_main .right_box nav > ul > li:nth-of-type(3) ul li:nth-of-type(2) {*/
/*  display: none;*/
/*}*/

.loading {
  height: 100vw;
  width: 100%;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  right: 0;
  background-color: #0052BF;
  transition: background-color 0.9s;
}
.loading.success {
  background-color: transparent;
}

header {
  height: 13.5rem;
  width: 100%;
  position: sticky;
  top: 0;
  z-index: 999;
  transition: all 0.6s;
  background-color: #fff;
}
header .head_main {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .head_main .logo {
  height: 6.6rem;
  transition: all 0.6s;
  position: relative;
}
header .head_main .logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
header .head_main .right_box {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
header .head_main .right_box .top {
  flex: 1;
  display: flex;
  align-items: center;
  padding-top: 1rem;
}
header .head_main .right_box .top .search {
  display: flex;
  align-items: center;
  height: 2.5rem;
  margin-right: 4.5rem;
  margin-right: 4rem;
}
header .head_main .right_box .top .search form {
  width: 16rem;
  height: 2.5rem;
  background: #F5F5F5;
  border: 0.1rem solid #E4E7EA;
  box-shadow: 0rem 0rem 0rem 0rem rgba(0, 0, 0, 0.29);
  border-radius: 0.1rem;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  opacity: 0;
  transition: all 0.6s;
}
header .head_main .right_box .top .search form input {
  flex: 1;
  overflow: hidden;
  border: none;
  background-color: transparent;
  font-size: 1.2rem;
  padding-left: 1rem;
}
header .head_main .right_box .top .search form button {
  width: 3rem;
  background: #0047BA url("../image/search.png") no-repeat center;
}
header .head_main .right_box .top .search .show_search {
  margin-left: 1.5rem;
  width: 1.5rem;
  height: 1.5rem;
  background: url("../image/search1.png") no-repeat center;
  background-size: 100%;
  cursor: pointer;
}
header .head_main .right_box .top .search.active form {
  opacity: 1;
}
header .head_main .right_box .top .search.active .show_search {
  background: url("../image/search_off.png") no-repeat center;
}
header .head_main .right_box .top a {
  color: #0055B8;
  font-size: 1.4rem;
}
header .head_main .right_box .top a + a {
  margin-left: 4rem;
}
header .head_main .right_box .top .change_language {
  margin-left: 4rem;
  padding-left: 2.1rem;
  background: url("../image/language_icon.png") no-repeat center left;
  background-size: 1.5rem;
  position: relative;
  cursor: pointer;
}
header .head_main .right_box .top .change_language a {
  color: #0055B8;
  font-size: 1.4rem;
}
header .head_main .right_box .top .change_language span {
  color: #0055B8;
  font-size: 1.4rem;
}
header .head_main .right_box .top .change_language .cn {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  padding-top: 0.5rem;
}
header .head_main .right_box .top .change_language .cn a {
  display: block;
  width: 7.4rem;
  height: 1.9rem;
  line-height: 1.9rem;
  text-align: center;
  background: #F5F5F5;
  box-shadow: 0rem 0.3rem 0.2rem 0rem rgba(0, 0, 0, 0.09);
  border-radius: 0rem 0.6rem 0.5rem 0.5rem;
}
header .head_main .right_box .top .change_language .cn a i {
  font-size: 1.2rem;
  color: #303030;
  font-weight: 700;
}
@media only screen and (max-width: 1550px) {
  header .head_main .right_box .top .change_language .cn a i {
    display: block;
    transform: scale(0.8);
  }
}
header .head_main .right_box nav > ul {
  display: flex;
  height: 5.7rem;
  justify-content: space-between;
}
header .head_main .right_box nav > ul > li {
  position: relative;
  padding-bottom: 1.5rem;
}
header .head_main .right_box nav > ul > li + li {
  margin-left: 4.8rem;
}
header .head_main .right_box nav > ul > li > a,
header .head_main .right_box nav > ul > li span {
  position: relative;
  font-size: 1.8rem;
  font-weight: 700;
  color: #282E39;
  padding-bottom: 2rem;
  cursor: pointer;
}
header .head_main .right_box nav > ul > li > a::after,
header .head_main .right_box nav > ul > li span::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #0047BA;
  transition: all 0.6s;
}
header .head_main .right_box nav > ul > li:hover > a::after,
header .head_main .right_box nav > ul > li:hover span::after {
  width: 100%;
}
header .head_main .right_box nav > ul > li:hover ul {
  display: block;
}
header .head_main .right_box nav > ul > li ul {
  display: none;
  position: absolute;
  top: 100%;
  left: -1.5rem;
  background: #FFFFFF;
  opacity: 0.8;
  z-index: 9;
  border-radius: 0rem 0rem 0.8rem 0.8rem;
  padding: 0.5rem 0;
}
header .head_main .right_box nav > ul > li ul li {
  padding: 0 1.5rem;
  height: 3.5rem;
  line-height: 3.5rem;
  box-sizing: border-box;
}
header .head_main .right_box nav > ul > li ul li:hover a {
  color: #0047BA;
}
header .head_main .right_box nav > ul > li ul li a {
  white-space: nowrap;
  font-size: 1.4rem;
  color: #696868;
}
header.index {
  position: fixed;
  background-color: transparent;
}
header.index .head_main .logo {
  width: 23rem;
}
header.index .head_main .right_box .top a {
  color: #fff;
}
header.index .head_main .right_box .top .change_language span {
  color: #fff;
}

header.index .head_main .right_box nav > ul > li > a,
header.index .head_main .right_box nav > ul > li span {
  color: #fff;
}
header.index.is_bg .head_main .right_box .top a {
  color: #0055B8;
}
header.index.is_bg .head_main .logo img {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}
header.index.is_bg .head_main .logo img.wap {
  display: block;
  opacity: 1;
}
header.is_bg {
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.12);
  height: 10rem;
}
header.is_bg .head_main .logo img {
  transform: scale(0.8);
  transform-origin: left;
}
header.is_bg .head_main .right_box .top {
  display: none;
}
header.is_bg .head_main .right_box nav {
  height: 100%;
}
header.is_bg .head_main .right_box nav > ul {
  height: 100%;
}
header.is_bg .head_main .right_box nav > ul > li {
  padding-bottom: 0;
}
header.is_bg .head_main .right_box nav > ul > li.wap {
  display: none;
}
header.is_bg .head_main .right_box nav > ul > li span,
header.is_bg .head_main .right_box nav > ul > li a {
  transform: translateY(1rem);
  color: #282E39;
}
header.show {
  transform: translateY(0);
}
header.hide {
  transform: translateY(-100%);
}
@media only screen and (max-width: 1024px) {
  header {
    border-bottom: 1px solid rgba(245, 245, 250, 0.5);
  }
  header .head_main {
    width: 100%;
    margin: 0 auto;
    padding: 0 6.6rem;
    box-sizing: border-box;
  }
  header .head_main .logo {
    position: relative;
    width: 18rem;
  }
  header .head_main .logo img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }
  header .head_main .right_box .top {
    padding: 0;
  }
  header .head_main .right_box .top .search, header .head_main .right_box .top > a {
    display: none;
  }
  header .head_main .right_box .top .change_language {
    background-size: contain;
    padding-left: 4rem;
    margin-left: 0;
  }
  header .head_main .right_box .top .change_language span {
    font-family: "HarmonyOS_Sans_SC_Light";
    font-size: 2.1rem;
    padding-right: 2.98rem;
    background: url(../image/language_icon_wap_more_active.png) no-repeat center right;
    background-size: 1.33rem 0.83rem;
  }
  header .head_main .right_box .top .change_language .cn {
    padding-top: 2rem;
  }
  header .head_main .right_box .top .change_language .cn a {
    width: 11.6rem;
    height: 3rem;
    line-height: 3rem;
  }
  header .head_main .right_box .top .change_language .cn a i {
    font-size: 2rem;
    transform: scale(1);
  }
  header .head_main .right_box .top .show_wap_nav {
    order: 1;
    margin: 0 0 0 2.49rem;
    width: 3.31rem;
    position: relative;
    border-radius: 0.3rem;
    height: 0.33rem;
    background: #ddd;
    transition: all 0.4s ease;
  }
  header .head_main .right_box .top .show_wap_nav::after, header .head_main .right_box .top .show_wap_nav::before {
    content: "";
    position: absolute;
    background: #ddd;
    border-radius: 0.3rem;
    height: 0.33rem;
    width: 100%;
    transition: all 0.4s ease;
  }
  header .head_main .right_box .top .show_wap_nav::before {
    top: -1.16rem;
  }
  header .head_main .right_box .top .show_wap_nav::after {
    bottom: -1.16rem;
  }
  header .head_main .right_box nav {
    display: block;
    position: absolute;
    left: 0;
    top: 13.5rem;
    height: 0;
    transition: all 0.6s ease;
    overflow: hidden;
    padding: 0 6.6rem;
    box-sizing: border-box;
  }
  header .head_main .right_box nav > ul {
    opacity: 0;
    height: 0;
  }
  /*header .head_main .right_box nav > ul > li:nth-of-type(4) {*/
  /*  display: none !important;*/
  /*}*/
  header.index .head_main .logo img {
    opacity: 1;
  }
  header.index .head_main .logo img.wap {
    opacity: 0;
  }
  header.index .head_main .right_box .top .change_language {
    background: url(../image/language_icon_wap.png) no-repeat center left;
    background-size: contain;
  }
  header.index .head_main .right_box .top .change_language span {
    background: url(../image/language_icon_wap_more.png) no-repeat center right;
    background-size: 1.33rem 0.83rem;
  }
  header.index .head_main .right_box .top .show_wap_nav {
    background: #fff;
  }
  header.index .head_main .right_box .top .show_wap_nav::after, header.index .head_main .right_box .top .show_wap_nav::before {
    background: #fff;
  }
  header.show-nav {
    background-color: #fff;
    box-shadow: 0px 1px 1px 0px #CCCCCC;
    box-sizing: border-box;
  }
  header.show-nav .head_main .right_box {
    flex: 1;
  }
  header.show-nav .head_main .right_box .top .change_language {
    display: none;
  }
  header.show-nav .head_main .right_box .top .show_wap_nav {
    background: transparent;
  }
  header.show-nav .head_main .right_box .top .show_wap_nav::before, header.show-nav .head_main .right_box .top .show_wap_nav::after {
    background: #333333;
  }
  header.show-nav .head_main .right_box .top .show_wap_nav::before {
    transform: translateY(1.19rem) rotate(45deg);
  }
  header.show-nav .head_main .right_box .top .show_wap_nav::after {
    transform: translateY(-1.19rem) rotate(-45deg);
  }
  header.show-nav .head_main .right_box nav {
    width: 100%;
    background-color: #fff;
    height: calc(100vh - 13.5rem);
    overflow-x: hidden;
    overflow-y: scroll;
    transition: all 0.6s ease;
  }
  @supports (-webkit-touch-callout: none) {
    header.show-nav .head_main .right_box nav {
      height: calc(var(--vh) * 100 - 13.5rem);
    }
  }
  header.show-nav .head_main .right_box nav > ul {
    opacity: 1;
    display: flex;
    flex-direction: column;
    height: initial;
  }
  header.show-nav .head_main .right_box nav > ul > li {
    padding-bottom: 0;
  }
  header.show-nav .head_main .right_box nav > ul > li + li {
    margin-left: 0;
  }
  header.show-nav .head_main .right_box nav > ul > li > a, header.show-nav .head_main .right_box nav > ul > li > span {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #333;
    padding-bottom: initial;
    height: 8.28rem;
    line-height: 8.28rem;
    border-bottom: 0.17rem solid #D8D8D8;
    font-size: 2.49rem;
    font-weight: 400;
  }
  header.show-nav .head_main .right_box nav > ul > li > a::after, header.show-nav .head_main .right_box nav > ul > li > span::after {
    content: none;
  }
  header.show-nav .head_main .right_box nav > ul > li > a::before, header.show-nav .head_main .right_box nav > ul > li > span::before {
    content: "";
    order: 1;
    width: 2.65rem;
    height: 2.65rem;
    background: url("../image/wap_nav_right.png") no-repeat center;
    background-size: contain;
    transition: all 0.3s ease;
  }
  header.show-nav .head_main .right_box nav > ul > li.active > a::before, header.show-nav .head_main .right_box nav > ul > li.active > span::before {
    transform: rotate(-90deg);
  }
  header.show-nav .head_main .right_box nav > ul > li.active ul {
    max-height: 49.7rem;
    visibility: visible;
    opacity: 1;
  }
  header.show-nav .head_main .right_box nav > ul > li ul {
    display: block;
    position: initial;
    opacity: initial;
    border-radius: initial;
    padding-bottom: initial;
    height: auto;
    max-height: 0;
    visibility: hidden;
    opacity: 0;
    transition: all 0.6s ease-in-out;
    overflow: hidden;
  }
  header.show-nav .head_main .right_box nav > ul > li ul li {
    margin-left: 3.31rem;
    padding: initial;
    height: 6.63rem;
    line-height: 6.63rem;
    border-bottom: 0.17rem solid #D8D8D8;
  }
  header.show-nav .head_main .right_box nav > ul > li ul li a {
    font-size: 2.15rem;
    color: #333333;
  }
  header.show-nav.index .head_main .logo img {
    opacity: 0;
  }
  header.show-nav.index .head_main .logo img.wap {
    opacity: 1;
  }
  header.is_bg {
    background-color: white;
    height: 13rem;
    box-sizing: border-box;
  }
  header.is_bg .head_main .logo {
    transform: initial;
  }
  header.is_bg .head_main .right_box .top {
    display: flex;
  }
  header.is_bg .head_main .right_box .top .change_language {
    background: url(../image/language_icon.png) no-repeat center left;
    background-size: contain;
  }
  header.is_bg .head_main .right_box .top .change_language span {
    color: #333;
    background: url(../image/language_icon_wap_more_active.png) no-repeat center right;
    background-size: 1.33rem 0.83rem;
  }
  header.is_bg .head_main .right_box nav {
    height: 0;
    width: 100%;
  }
  header.is_bg .head_main .right_box nav > ul {
    height: initial;
  }
  header.is_bg .head_main .right_box nav > ul > li {
    display: block;
  }
  header.is_bg .head_main .right_box nav > ul > li.wap {
    display: block;
  }
  header.is_bg.index .head_main .logo img {
    opacity: 0;
  }
  header.is_bg.index .head_main .logo img.wap {
    opacity: 1;
  }
  header.is_bg.index .head_main .right_box .top .show_wap_nav {
    background-color: #ddd;
  }
  header.is_bg.index .head_main .right_box .top .show_wap_nav::before, header.is_bg.index .head_main .right_box .top .show_wap_nav::after {
    background-color: #ddd;
  }
  header.is_bg.index.show-nav .head_main .right_box .top .show_wap_nav {
    background-color: transparent;
  }
  header.is_bg.index.show-nav .head_main .right_box .top .show_wap_nav::before, header.is_bg.index.show-nav .head_main .right_box .top .show_wap_nav::after {
    background-color: #333;
  }
  header.is_bg.show-nav .head_main .right_box nav {
    height: calc(100vh - 13rem);
    top: 13rem;
  }
  @supports (-webkit-touch-callout: none) {
    header.is_bg.show-nav .head_main .right_box nav {
      height: calc(var(--vh) * 100 - 13rem);
    }
  }
}
@media only screen and (max-width: 768px) {
  header .head_main {
    padding: 0 3.3rem;
    box-sizing: border-box;
  }
  header .head_main .right_box nav {
    padding: 0 3.3rem;
    box-sizing: border-box;
  }
  header.index .head_main .logo {
    width: 18rem;
  }
  header.is_bg .head_main .logo img {
    transform: scale(1);
  }
}

footer {
  border-top: 0.2rem solid #fff;
}
footer .footer_content {
  background: #F7F7F7;
  border-bottom: 0.2rem solid #fff;
  height: 50rem;
}
footer .footer_content .footer_content_main {
  display: flex;
  height: 100%;
  justify-content: space-between;
}
footer .footer_content .footer_content_main .footer_links {
  width: 83rem;
  padding: 6.5rem 11.5rem 5rem 0;
  box-sizing: border-box;
}
footer .footer_content .footer_content_main .footer_links ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
footer .footer_content .footer_content_main .footer_links ul li {
  width: 30%;
}
footer .footer_content .footer_content_main .footer_links ul li:nth-of-type(-n+3) {
  margin-bottom: 6rem;
}
footer .footer_content .footer_content_main .footer_links ul li dl dt {
  color: #424242;
  font-size: 1.6rem;
  white-space: nowrap;
  margin-bottom: 4.4rem;
}
footer .footer_content .footer_content_main .footer_links ul li dl dd a {
  line-height: 2.8rem;
  font-weight: 500;
  color: #979797;
  font-size: 1.4rem;
  text-transform: capitalize;
  white-space: nowrap;
}
footer .footer_content .footer_content_main .footer_links ul li dl dd:hover a {
  color: #424242;
  font-weight: 700;
}
footer .footer_content .footer_content_main .footer_infos {
  width: 45rem;
  padding: 6.5rem 0 7rem;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  text-align: right;
  border-left: 0.2rem solid #fff;
  overflow: hidden;
}
footer .footer_content .footer_content_main .footer_infos .contact_phone {
  margin-bottom: 3.5rem;
}
footer .footer_content .footer_content_main .footer_infos .contact_phone span {
  display: block;
  font-size: 4.1rem;
  margin-bottom: 1.3rem;
  font-weight: 700;
  color: #0052bf;
  line-height: 3.5rem;
  padding-left: 3.5rem;
  background: url("../image/footer_phone_icon.svg") no-repeat bottom left;
  background-size: 2.2rem;
}
footer .footer_content .footer_content_main .footer_infos .contact_phone i {
  font-size: 1.8rem;
  color: #424242;
}
footer .footer_content .footer_content_main .footer_infos .contact_phone > a {
  font-size: 1.6rem;
  color: #424242;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@keyframes content_jump {
  0% {
    transform: translateX(-50%);
  }
  to {
    transform: translateX(0);
  }
}
footer .footer_content .footer_content_main .footer_infos .contact_phone > a::before {
  content: "";
  width: 1.6rem;
  height: 1.6rem;
  margin-right: 1rem;
  background: url("../image/footer_content_icon.svg") no-repeat center;
  background-size: contain;
  animation: content_jump 0.8s;
  animation-direction: alternate;
  animation-iteration-count: infinite;
}
footer .footer_content .footer_content_main .footer_infos .contact_phone > a:hover {
  color: #0052bf;
}
footer .footer_content .footer_content_main .footer_infos .address {
  margin-bottom: 4rem;
}
footer .footer_content .footer_content_main .footer_infos .address p {
  font-size: 1.4rem;
  color: #424242;
  line-height: 2.2rem;
}
footer .footer_content .footer_content_main .footer_infos .qr_code {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  cursor: pointer;
}
footer .footer_content .footer_content_main .footer_infos .qr_code span {
  font-size: 1.8rem;
  color: #979797;
  line-height: 3.5rem;
  padding-right: 3.2rem;
  background: url("../image/footer_code_icon.png") no-repeat center right;
  background-size: 2.2rem;
  letter-spacing: 1px;
}
footer .footer_content .footer_content_main .footer_infos .qr_code .code {
  transform: translateX(100%);
  margin-top: 1rem;
  width: 11rem;
  height: 11rem;
  line-height: 11rem;
  text-align: center;
  background: #FFFFFF;
  border-radius: 0.6rem;
  transition: all 0.6s;
}
footer .footer_content .footer_content_main .footer_infos .qr_code .code img {
  width: 10rem;
  height: 10rem;
}
footer .footer_content .footer_content_main .footer_infos .qr_code:hover span {
  background: url("../image/footer_code_icon_active.png") no-repeat center right;
  background-size: 2.2rem;
}
footer .footer_content .footer_content_main .footer_infos .qr_code:hover .code {
  transform: translateX(0);
}
footer .footer_content .footer_content_main .footer_infos .icons {
  display: flex;
  align-items: center;
}
footer .footer_content .footer_content_main .footer_infos .icons a {
  width: 4.4rem;
  height: 4.4rem;
  background: url("../image/footer_lingying_icon.svg") no-repeat center/contain;
  transition: all 0.6s;
}
footer .footer_content .footer_content_main .footer_infos .icons a:hover {
  background: url("../image/footer_lingying_icon_active.svg") no-repeat center/contain;
}
footer .footer_content .footer_content_main .footer_infos .icons .wx {
  width: 4.4rem;
  height: 4.4rem;
  background: url("../image/footer_wx_icon.svg") no-repeat center/contain;
  position: relative;
  margin-left: 2.4rem;
  transition: all 0.6s;
}
footer .footer_content .footer_content_main .footer_infos .icons .wx .code {
  position: absolute;
  transform: translateX(100%);
  top: 125%;
  right: 0;
  width: 11rem;
  height: 11rem;
  line-height: 11rem;
  text-align: center;
  background: #FFFFFF;
  border-radius: 0.6rem;
  transition: all 0.6s;
}
footer .footer_content .footer_content_main .footer_infos .icons .wx .code img {
  width: 10rem;
  height: 10rem;
}
footer .footer_content .footer_content_main .footer_infos .icons .wx:hover {
  background: url("../image/footer_wx_icon_active.svg") center/contain no-repeat;
}
footer .footer_content .footer_content_main .footer_infos .icons .wx:hover .code {
  transform: translateX(0);
}
footer .footer_content.cn {
  height: 39.3rem;
  box-sizing: border-box;
}
footer .footer_content.cn .footer_content_main .footer_links ul li:nth-of-type(-n+3) {
  margin-bottom: 4.8rem;
}
footer .footer_content.cn .footer_content_main .footer_links ul li dl dt {
  margin-bottom: 2.2rem;
}
footer .footer_content.cn .footer_content_main .footer_links ul li dl dd a {
  line-height: 2.5rem;
}
footer .footer_content.cn .footer_content_main .footer_infos .contact_phone {
  margin-bottom: 3.3rem;
}
footer .footer_content.cn .footer_content_main .footer_infos .qr_code span {
  line-height: 2.2rem;
}
footer .footer_content.cn .footer_infos .qr_code .code {
  width: 10rem;
  height: 10rem;
  line-height: 10rem;
}
footer .footer_content.cn .footer_infos .qr_code .code img {
  width: 9rem;
  height: 9rem;
}
footer .footer_banquna {
  background-color: #EFEFEF;
  position: relative;
}
footer .footer_banquna .footer_banquna_main {
  height: 11.2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
footer .footer_banquna .footer_banquna_main .banquna {
  font-size: 1.2rem;
  font-weight: 600;
  color: #0B0B0B;
  line-height: 2.2rem;
  max-width: 75rem;
  display: flex;
}
footer .footer_banquna .footer_banquna_main .banquna .beian {
  margin-left: 7.4rem;
  font-weight: 400;
}
footer .footer_banquna .footer_banquna_main .banquna .beian i {
  margin: 0 1.2rem;
}
@media only screen and (max-width: 1550px) {
  footer .footer_banquna .footer_banquna_main .banquna {
    flex-direction: column;
    max-width: 100%;
  }
  footer .footer_banquna .footer_banquna_main .banquna .beian {
    margin: 1rem 0 0;
  }
}
footer .footer_banquna .footer_banquna_main .footer_logo {
  position: relative;
  z-index: 1;
  width: 20rem;
}
footer .footer_banquna .footer_banquna_main .footer_logo img {
  width: 100%;
}
footer .footer_banquna::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 39.937%;
  height: 11.2rem;
  background: #0052bf;
  border-radius: 2.8rem 0rem 0rem 2.8rem;
}
@media only screen and (max-width: 1024px) {
  footer .footer_content {
    display: none;
  }
  footer .footer_banquna {
    background-color: initial;
  }
  footer .footer_banquna .footer_banquna_main {
    width: 100%;
    margin: 0 auto;
    display: block;
    height: initial;
  }
  footer .footer_banquna .footer_banquna_main .banquna {
    background: #EFEFEF;
    align-items: center;
    padding: 2rem 0;
    font-size: 1.81rem;
    text-align: center;
    color: #9E9E9E;
  }
  footer .footer_banquna .footer_banquna_main .banquna .beian {
    color: #484747;
  }
  footer .footer_banquna .footer_banquna_main .banquna .beian a {
    color: #484747;
  }
  footer .footer_banquna .footer_banquna_main .footer_logo {
    width: 100%;
    background: #0055B8;
    height: 80px;
    line-height: 80px;
    text-align: center;
  }
  footer .footer_banquna .footer_banquna_main .footer_logo img {
    width: 28.16rem;
    object-fit: contain;
  }
  footer .footer_banquna:after {
    content: none;
  }
}
@media only screen and (max-width: 768px) {
  footer .footer_banquna .footer_banquna_main .footer_logo img {
    width: 20rem;
  }
}

@keyframes zoomBanner {
  0% {
    background-size: 105%;
  }
  100% {
    background-size: 100%;
  }
}
@keyframes fadeInDowns {
  0% {
    opacity: 0;
    transform: translate(-50%, -5rem);
  }
  100% {
    opacity: 1;
    transform: translate(-50%, 0);
  }
}
@keyframes fadeInDown_wap {
  0% {
    opacity: 0;
    transform: translate(-50%, -5rem);
  }
  100% {
    opacity: 1;
    transform: translate(-50%, -50%);
  }
}
.placard {
  height: 64rem;
  position: relative;
  background-position: center -13rem;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: var(--bg);
  animation: zoomBanner 3s ease;
  transition: all 0.6s;
}
.placard .tit {
  position: absolute;
  top: 28.2rem;
  left: 50%;
  transform: translateX(-50%);
  font-size: 6rem;
  color: #FFFEFE;
  text-shadow: 0.2rem 0.3rem 0.3rem rgba(0, 24, 69, 0.35);
  animation: fadeInDowns 0.5s 0.5s both;
  display: flex;
  align-items: flex-end;
}
.placard .tit::after {
  content: "";
  margin-left: 1.5rem;
  width: 1.7rem;
  height: 1.8rem;
  background: url("../image/placard_icon.png") no-repeat center;
}
.placard .tit span {
  font-weight: 700;
}
@media only screen and (max-width: 1200px) {
  .placard {
    height: 51rem;
    background-position: center;
  }
}
@media only screen and (max-width: 1024px) {
  .placard {
    height: 45.18rem;
  }
  .placard .tit {
    top: 50%;
    transform: translate(-50%, -50%);
    animation: fadeInDown_wap 0.5s 0.5s both;
  }
  .placard .tit span {
    font-weight: 400;
  }
}
@media only screen and (max-width: 768px) {
  .placard {
    height: 27.11rem;
  }
  .placard .tit {
    font-size: 4rem;
    flex-wrap: wrap;
    width: 80%;
    justify-content: center;
  }
}

.Pagination {
  display: flex;
  align-items: center;
  justify-content: center;
}
.Pagination span,
.Pagination a {
  font-size: 1.6rem;
  color: #303030;
}
.Pagination a + a {
  margin-left: 2.4rem;
}
.Pagination span,
.Pagination a:hover, .Pagination a.active {
  color: #0056B8;
  font-weight: 700;
}
.Pagination span {
   margin: 0 2.4rem;
}


/* 原来的分页样式*/
/*.Pagination {*/
/*  display: flex;*/
/*  align-items: center;*/
/*  justify-content: center;*/
/*}*/
/*.Pagination a {*/
/*  font-size: 1.6rem;*/
/*  color: #303030;*/
/*}*/
/*.Pagination a + a {*/
/*  margin-left: 2.4rem;*/
/*}*/
/*.Pagination a:hover, .Pagination a.active {*/
/*  color: #0056B8;*/
/*  font-weight: 700;*/
/*}*/
/*.Pagination span {*/
/*  font-size: 1.7rem;*/
/*  color: #0A0A0A;*/
/*  margin: 0 1rem 0 1.4rem;*/
/*}*/
/*.Pagination span ~ img {*/
/*  vertical-align: initial;*/
/*}*/


.article_pian {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.article_pian a {
  display: flex;
  align-items: center;
  max-width: 48%;
}
.article_pian a * {
  transition: all 0.6s;
}
.article_pian a span {
  padding: 0 1.5rem;
  height: 4.6rem;
  background: #FFFFFF;
  border: 0.1rem solid #7E7D7D;
  border-radius: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  font-size: 1.6rem;
  cursor: pointer;
}
.article_pian a span::before {
  content: "";
  width: 2.3rem;
  height: 2.3rem;
  margin-right: 1.1rem;
  background: url("../image/fenpian_left.png") no-repeat center;
}
.article_pian a p {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  flex: 1;
  font-size: 1.4rem;
  color: #424242;
  margin: 0 1.3rem;
}
.article_pian a.active span, .article_pian a:hover span {
  background: #F7F7F7;
  border-color: #F7F7F7;
  color: #0052BF;
}
.article_pian a.active p, .article_pian a:hover p {
  color: #0056B8;
}
.article_pian a:last-of-type span::before {
  order: 1;
  background: url("../image/fenpian_left.png") no-repeat center;
  margin: 0 0 0 1.1rem;
  transform: rotate(180deg);
}
.article_pian a:last-of-type.active span::before, .article_pian a:last-of-type:hover span::before {
  background: url("../image/fenpian_right.png") no-repeat center;
  transform: rotate(0);
}
.article_pian a:first-of-type.active span::before, .article_pian a:first-of-type:hover span::before {
  background: url("../image/fenpian_right.png") no-repeat center;
  transform: rotate(180deg);
}
@media only screen and (max-width: 768px) {
  .article_pian {
    flex-wrap: wrap;
  }
  .article_pian a {
    max-width: 100%;
    width: 100%;
  }
  .article_pian a + a {
    margin-top: 3rem;
  }
}

.curmbs_head {
  height: 9rem;
  background-color: #0056B8;
}
.curmbs_head .content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  color: #FFFEFE;
}
.curmbs_head .content span {
  font-size: 4rem;
  font-weight: 700;
}
.curmbs_head .content span::after {
  content: "";
  display: inline-block;
  margin-left: 1rem;
  width: 1.3rem;
  height: 1.3rem;
  background-color: #fff;
  border-radius: 0.3rem;
}
.curmbs_head .content ul {
  display: flex;
  align-items: center;
}
.curmbs_head .content ul li {
  font-size: 1.6rem;
  white-space: nowrap;
}
.curmbs_head .content ul li a {
  font-size: 1.6rem;
  color: #FFFEFE;
}
.curmbs_head .content ul li + li {
  margin-left: 0.8rem;
}
.curmbs_head .content ul li:first-of-type {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #5D8DFD;
  display: block;
}
.curmbs_head .content ul li:first-of-type a {
  color: #5D8DFD;
}
@media only screen and (max-width: 1024px) {
  .curmbs_head .content {
    width: 100%;
    margin: 0 auto;
    padding: 0 6.6rem;
    box-sizing: border-box;
  }
  .curmbs_head .content span {
    font-size: 2.71rem;
  }
  .curmbs_head .content ul li {
    font-size: 2.11rem;
  }
  .curmbs_head .content ul li a {
    font-size: 2.11rem;
  }
}
@media only screen and (max-width: 768px) {
  .curmbs_head .content {
    padding: 0 3.3rem;
    box-sizing: border-box;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
  }
  .curmbs_head .content span {
    margin-bottom: 1rem;
    white-space: nowrap;
    font-size: 2.56rem;
  }
  .curmbs_head .content ul {
    justify-content: flex-start;
    width: 100%;
  }
  .curmbs_head .content ul li + li {
    margin: 0 0.8rem 0 0;
    order: -2;
  }
  .curmbs_head .content ul li:nth-of-type(2) {
    order: -1;
  }
}

.view_more span,
.view_more a {
  width: 14.8rem;
  height: 4.6rem;
  background: #F7F7F7;
  border-radius: 1rem;
  font-size: 1.6rem;
  color: #0052BF;
  margin: 0 auto;
  cursor: pointer;
}
.view_more span::after,
.view_more a::after {
  content: "";
  width: 2.3rem;
  height: 2.3rem;
  margin-left: 1.6rem;
  background: url("../image/view_more_icon.svg") no-repeat center;
  background-size: 100% 100%;
}

.index_title {
  text-align: center;
  position: relative;
  padding-bottom: 2.5rem;
}
.index_title::after {
  content: "";
  position: absolute;
  z-index: 2;
  bottom: -0.9rem;
  left: 50%;
  transform: translateX(-50%);
  width: 11rem;
  height: 0.6rem;
  background-color: #0056B8;
}
.index_title span {
  font-size: 5.6rem;
  font-weight: 700;
  color: #303030;
  border-bottom: 0.2rem solid #E6E8EA;
  position: relative;
  transition: all 0.6s;
  padding-bottom: 2.5rem;
}
.index_title span::after {
  content: "";
  position: absolute;
  bottom: -0.2rem;
  left: 50%;
  transform: translateX(-50%);
  width: 10rem;
  height: 0.2rem;
  transition: all 0.9s;
}
.index_title span:hover::after {
  width: 100%;
  background-color: #0056B8;
}
@media only screen and (max-width: 1200px) {
  .index_title::after {
    bottom: -1.2rem;
  }
}
@media only screen and (max-width: 1024px) {
  .index_title.en span {
    font-size: 4.5rem;
  }
  .index_title.en::after {
    bottom: -1rem;
  }
}

.add_mailbox {
  height: 47rem;
  background: url("../image/news_add_mailbox_bg.png") no-repeat center;
  background-size: 100% 100%;
}
.add_mailbox .add_mailbox_content {
  display: flex;
  padding-top: 12rem;
  color: #fff;
  justify-content: space-between;
}
.add_mailbox .add_mailbox_content .tit i {
  font-size: 1.4rem;
  color: #FFFFFF;
  display: block;
  margin-bottom: 2.5rem;
}
.add_mailbox .add_mailbox_content .tit span {
  display: block;
  font-size: 4rem;
  color: #FFFFFF;
  line-height: 5rem;
  font-weight: 700;
}
.add_mailbox .add_mailbox_content .tit.en span {
  font-size: 3rem;
}
.add_mailbox .add_mailbox_content .info {
  width: 65.4rem;
}
.add_mailbox .add_mailbox_content .info form {
  display: flex;
  flex-direction: column;
}
.add_mailbox .add_mailbox_content .info form input[type=checkbox] {
  display: none;
}
.add_mailbox .add_mailbox_content .info form input[type=checkbox] + label {
  position: relative;
  padding-left: 2.5rem;
  cursor: pointer;
  font-size: 1.6rem;
}
.add_mailbox .add_mailbox_content .info form input[type=checkbox] + label:not(:last-of-type) {
  margin-bottom: 1.5rem;
}
.add_mailbox .add_mailbox_content .info form input[type=checkbox] + label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1.5rem;
  height: 1.5rem;
  background-color: #fff;
  border-radius: 0.3rem;
}
.add_mailbox .add_mailbox_content .info form input[type=checkbox]:checked + label::before {
  background: #fff url("../image/dui.png") no-repeat center center;
  background-size: 0.9rem 0.6rem;
}
.add_mailbox .add_mailbox_content .info form .btn {
  height: 6.4rem;
  margin: 3.5rem 0;
  position: relative;
}
.add_mailbox .add_mailbox_content .info form .btn .email {
  height: 100%;
  display: flex;
  justify-content: space-between;
  overflow: hidden;
  border-radius: 2rem;
  background: #FFFFFF;
}
.add_mailbox .add_mailbox_content .info form .btn .email input {
  flex: 1;
  font-size: 1.6rem;
  padding-left: 2.8rem;
}
.add_mailbox .add_mailbox_content .info form .btn .email input::placeholder {
  color: #E4E3E3;
}
.add_mailbox .add_mailbox_content .info form .btn .email button {
  width: 17rem;
  font-size: 2.4rem;
  font-weight: 700;
  color: #FFFFFF;
  background: #070707;
  border: 0.2rem solid #FFFFFF;
  border-radius: 2rem;
}
.add_mailbox .add_mailbox_content .info form .btn .success {
  position: absolute;
  top: calc(100% + 1.1rem);
  right: 4rem;
  color: #64ABFC;
  font-size: 1.6rem;
  padding-left: 2.5rem;
  background: url("../image/success.png") no-repeat center left;
  background-size: 1.8rem 1.8rem;
  opacity: 0;
  transition: all 0.3s;
}
.add_mailbox .add_mailbox_content .info form .btn .success.active {
  opacity: 1;
}
.add_mailbox .add_mailbox_content .info form .btn .error {
  position: absolute;
  top: calc(100% + 1.1rem);
  right: 4rem;
  color: #64ABFC;
  font-size: 1.6rem;
  padding-left: 2.5rem;
  background: url("../image/success.png") no-repeat center left;
  background-size: 1.8rem 1.8rem;
  opacity: 0;
  transition: all 0.3s;
}
.add_mailbox .add_mailbox_content .info form .btn .error.active {
  opacity: 1;
}
.add_mailbox .add_mailbox_content .info form .text {
  font-size: 1.4rem;
  color: #FFFFFF;
  position: relative;
}
.add_mailbox .add_mailbox_content .info form .text input[type=checkbox] + label::before {
  width: 1.7rem;
  height: 1.7rem;
  border-radius: 50%;
}
.add_mailbox .add_mailbox_content .info form .text input[type=checkbox]:checked + label::before {
  background: #fff;
}
.add_mailbox .add_mailbox_content .info form .text input[type=checkbox]:checked + label::after {
  content: "";
  position: absolute;
  left: 0.5rem;
  top: 50%;
  transform: translateY(-50%);
  width: 0.7rem;
  height: 0.7rem;
  background-color: #000;
  border-radius: 50%;
}
.add_mailbox .add_mailbox_content .info form .en_text {
  font-size: 1.2rem;
  color: #FFFFFF;
  margin-top: 1rem;
  padding-left: 2.5rem;
}
@media only screen and (max-width: 1024px) {
  .add_mailbox {
    padding: 0 6.6rem;
    box-sizing: border-box;
    background-size: cover;
  }
  .add_mailbox .add_mailbox_content .tit i {
    font-size: 2.11rem;
  }
  .add_mailbox .add_mailbox_content .info {
    width: initial;
    margin-left: 2rem;
    flex: 1;
  }
}
@media only screen and (max-width: 768px) {
  .add_mailbox {
    padding: 0 3.3rem;
    box-sizing: border-box;
    height: initial;
    padding-bottom: 6rem;
  }
  .add_mailbox .add_mailbox_content {
    flex-direction: column;
    padding-top: 6rem;
    background-position: -60rem;
  }
  .add_mailbox .add_mailbox_content .tit span {
    font-size: 3.5rem;
  }
  .add_mailbox .add_mailbox_content .info {
    width: 100%;
    margin-left: 0;
    margin-top: 3rem;
  }
  .add_mailbox .add_mailbox_content .info form .text {
    margin-top: 1rem;
  }
}