body,
html {
  line-height: 1.5;
  margin: 0;
  padding: 0;
}
* {
  box-sizing: border-box;
  font-family: "HarmonyOS_Sans_SC_Regular";
}
::-webkit-scrollbar {
  width: 5px;
  height: 3px;
}
::-webkit-scrollbar-track {
  background: #e6e6ec;
  border-radius: 6px;
}
::-webkit-scrollbar-thumb {
  background: #0059a1;
  border-radius: 6px;
}
body,
div,
ul,
ol,
li,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
iframe,
pre,
code,
fieldset,
legend,
form,
input,
select,
textarea,
button,
p,
blockquote,
th,
td,
figure {
  margin: 0;
  padding: 0;
}
body,
div,
ul,
ol,
li,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
iframe,
pre,
code,
fieldset,
legend,
form,
p,
blockquote,
figure,
header,
footer,
nav,
article,
section,
aside,
address,
figcaption {
  *zoom: 1;
}
li {
  list-style-type: none;
}
i {
  font-style: normal;
}
a:link,
a:visited,
a:active,
a {
  text-decoration: none;
}
a * {
  *cursor: pointer;
}
input,
select {
  margin: 0;
  padding: 0;
  border: none;
  background: none;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
input[type="text"],
input[type="password"],
input[type="email"],
input[type="number"],
select {
  -webkit-appearance: none;
}
input::-ms-clear {
  width: 0;
  height: 0;
}
input::-webkit-credentials-auto-fill-button {
  display: none !important;
  visibility: hidden;
  pointer-events: none;
  position: absolute;
  right: 0;
}
input:focus::-webkit-contacts-auto-fill-button {
  opacity: 0;
}
input:focus,
select:focus {
  outline: none;
  border-width: 0;
  box-shadow: none!important;
}
@font-face {
  font-family: "HarmonyOS_Sans_SC_Bold";
  src: url("../css/fonts/HarmonyOS_Sans_SC_Bold.ttf");
}
@font-face {
  font-family: "HarmonyOS_Sans_SC_Medium";
  src: url("../css/fonts/HarmonyOS_Sans_SC_Medium.ttf");
}
@font-face {
  font-family: "HarmonyOS_Sans_SC_Regular";
  src: url("../css/fonts/HarmonyOS_Sans_SC_Regular.ttf");
}
body {
  word-break: break-word;
}
i {
  font-style: normal;
}
img {
  width: 100%;
  display: block;
  line-height: 0;
  font-size: 0;
  transition: all 0.5s;
}
.cont {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.cont h1,
.cont h2,
.cont h3,
.cont h4,
.cont h5,
.cont h6 {
  display: block;
  margin: 0;
}
svg {
  margin: 0;
  width: 20px;
  height: 20px;
}
svg path {
  transition: all 0.3s;
}
.more_a {
  width: 200px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 30px;
  border-radius: 100px;
  position: relative;
  overflow: hidden;
}
.more_a::after {
  content: '';
  display: block;
  position: absolute;
  top: -5px;
  right: -5px;
  bottom: -5px;
  left: -5px;
  background: linear-gradient(130deg, #0059a1 58%, #f23d00 92%);
  opacity: 0;
  transition: all 0.5s;
}
.more_a::before {
  content: '';
  display: block;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  border-radius: 100px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  transition: all 0.5s;
}
.more_a i {
  font-size: 14px;
  color: #fff;
  position: relative;
  z-index: 5;
}
.more_a .ic {
  width: 18px;
  height: 18px;
  position: relative;
  z-index: 5;
}
.more_a .ic svg {
  width: 100%;
  height: 100%;
}
.more_a:hover::before {
  border: 1px solid transparent;
}
.more_a:hover::after {
  opacity: 1;
}
.more_b {
  width: 200px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 30px;
  border-radius: 100px;
  position: relative;
  overflow: hidden;
}
.more_b::after {
  content: '';
  display: block;
  position: absolute;
  top: -5px;
  right: -5px;
  bottom: -5px;
  left: -5px;
  background: linear-gradient(130deg, #0059a1 58%, #f23d00 92%);
  opacity: 0;
  transition: all 0.5s;
}
.more_b::before {
  content: '';
  display: block;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  border-radius: 100px;
  border: 1px solid rgba(34, 34, 34, 0.3);
  transition: all 0.5s;
}
.more_b i {
  font-size: 14px;
  color: #888888;
  position: relative;
  z-index: 5;
}
.more_b .ic {
  width: 18px;
  height: 18px;
  position: relative;
  z-index: 5;
}
.more_b .ic svg {
  width: 100%;
  height: 100%;
}
.more_b .ic svg path {
  fill: #888888;
}
.more_b:hover::before {
  border: 1px solid transparent;
}
.more_b:hover::after {
  opacity: 1;
}
.more_b:hover i {
  color: #fff;
}
.more_b:hover .ic svg path {
  fill: #fff;
}
.more_c {
  width: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 11px 30px;
  border-radius: 100px;
  position: relative;
  overflow: hidden;
}
.more_c::after {
  content: '';
  display: block;
  position: absolute;
  top: -5px;
  right: -5px;
  bottom: -5px;
  left: -5px;
  background: linear-gradient(130deg, #0059a1 58%, #f23d00 92%);
  opacity: 0;
  transition: all 0.5s;
}
.more_c::before {
  content: '';
  display: block;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  border-radius: 100px;
  border: 1px solid rgba(34, 34, 34, 0.3);
  transition: all 0.5s;
}
.more_c i {
  font-size: 14px;
  color: #888888;
  position: relative;
  z-index: 5;
}
.more_c:hover::before {
  border: 1px solid transparent;
}
.more_c:hover::after {
  opacity: 1;
}
.more_c:hover i {
  color: #fff;
}
.more_d {
  width: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 11px 30px;
  border-radius: 100px;
  position: relative;
  overflow: hidden;
}
.more_d::after {
  content: '';
  display: block;
  position: absolute;
  top: -5px;
  right: -5px;
  bottom: -5px;
  left: -5px;
  background: linear-gradient(130deg, #0059a1 58%, #f23d00 92%);
  opacity: 0;
  transition: all 0.5s;
}
.more_d::before {
  content: '';
  display: block;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  border-radius: 100px;
  border: 1px solid rgba(255, 255, 255, 0.9);
  transition: all 0.5s;
}
.more_d i {
  font-size: 14px;
  color: #fff;
  position: relative;
  z-index: 5;
}
.more_d:hover::before {
  border: 1px solid transparent;
}
.more_d:hover::after {
  opacity: 1;
}
.more_d:hover i {
  color: #fff;
}

#page1{
    text-align: center;
}
#page1 .laypage_main{
    display: flex;
    justify-content: center;
    align-items: center;
}
#page1 .laypage_main a, #page1 .laypage_main span{
    width: 40px;
    height: 40px;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    font-size: 16px;
    border: 1px solid #ebedf0;
    font-weight: 300;
    transition: all .5s;
}
#page1 .laypage_main a:hover, #page1 .laypage_main span:hover{
    border: 1px solid #0059a1;
}
#page1 .laypageskin_default .laypage_curr{
    color: #fff;
    background: linear-gradient(130deg, #0059a1 59%, #f23d00 98%);
}

.breadcrumbs {
  width: 100%;
  z-index: 10;
}
.breadcrumbs ul {
  display: flex;
  align-items: center;
  padding: 25px 0;
  position: static!important;
  transform: translate(0, 0) !important;
}
.breadcrumbs ul li {
  color: #fff;
  padding: 0 !important;
  display: flex;
  align-items: center;
}
.breadcrumbs ul li a {
  display: flex;
  align-items: center;
}
.breadcrumbs ul li svg {
  margin: 0 8px 0 0!important;
  width: 16px;
  height: 16px;
}
.breadcrumbs ul li span {
  color: #fff;
  font-size: 14px;
}
.breadcrumbs ul li::after {
  content: '-';
  display: inline-block;
  padding: 0 8px;
  color: #fff;
  font-size: 14px;
}
.breadcrumbs ul li:nth-last-child(1)::after {
  display: none;
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1100;
  width: 100%;
  transition: all 0.3s;
  background: #fff;
}
.header .h_top {
  width: 89%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  overflow: initial;
}
.header .h_top .logo {
  max-width: 150px;
  overflow: hidden;
  position: relative;
}
.header .h_top .header_nav_r {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-grow: 1;
}
.header .h_top .m_nav {
  flex-grow: 1;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 80px;
  transition: all 0.3s;
}
.header .h_top .m_nav > li {
  height: 100%;
  display: block;
  position: relative;
}
.header .h_top .m_nav > li > a {
  color: #222;
  height: 100%;
  padding: 0 40px;
  font-weight: 500;
  display: flex;
  align-items: center;
  white-space: nowrap;
  position: relative;
}
.header .h_top .m_nav > li > a::before {
  content: '';
  position: absolute;
  bottom: 0px;
  left: 20%;
  right: 20%;
  height: 2px;
  background-color: #0053a6;
  opacity: 0;
  transition: all 0.3s;
}
.header .h_top .m_nav > li > a:hover::before {
  opacity: 1;
}
.header .h_top .m_nav > li .nav_icon {
  display: none;
}
.header .h_top .m_nav > li .nav_icon_b {
  display: none;
}
.header .h_top .m_nav > li .sub_nav {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 107%;
  width: 160px;
  background: rgba(255, 255, 255, 0.5);
  display: none;
  padding: 10px 0;
  box-shadow: 0 15px 15px rgba(0, 0, 0, 0.05);
  border-radius: 0px;
}
.header .h_top .m_nav > li .sub_nav li {
  width: 100%;
  position: relative;
}
.header .h_top .m_nav > li .sub_nav li a {
  display: block;
  width: 100%;
  text-align: center;
  padding: 8px 0;
  transition: all 0.5s;
  line-height: 1.3;
  color: #333333;
}
.header .h_top .m_nav > li .sub_nav li a:hover {
  color: #fff;
  background: #0053a6;
}
.header .h_top .m_nav > li .sub_nav li .sub_nav_b {
  position: absolute;
  left: 100%;
  top: 0;
  width: 160px;
  display: none;
  border-left: 5px solid transparent;
  overflow: hidden;
}
.header .h_top .m_nav > li .sub_nav li .sub_nav_b li {
  background: #fff;
  overflow: hidden;
}
.header .h_top .m_nav > li .sub_nav li .sub_nav_b li:nth-child(1) {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.header .h_top .m_nav > li .sub_nav li .sub_nav_b li:nth-last-child(1) {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.header .h_top .nav_r {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-shrink: 0;
  border-left: 1px solid #bcbcbc;
}
.header .h_top .nav_r .language {
  position: relative;
  display: flex;
  align-items: center;
  margin-left: 35px;
}
.header .h_top .nav_r .language svg {
  width: 27px;
  height: 27px;
}
.header .h_top .nav_r .language i {
  display: flex;
  align-items: center;
  color: #333333;
  margin-left: 20px;
}
.header .h_top .nav_r .language i svg {
  width: 12px;
  height: 12px;
  margin-left: 8px;
}
.header .h_top .nav_r .language ul {
  position: absolute;
  top: 100%;
  left: 47px;
  right: 0;
  padding: 10px 0;
  background: #fff;
  display: none;
}
.header .h_top .nav_r .language ul li {
  text-align: center;
  padding: 5px 0;
  color: #333333;
}
.header .h_top .nav_r .oa {
  margin-left: 35px;
}
.header .h_top .nav_r .search {
  display: block;
  width: 17px;
  height: 17px;
  margin-left: 35px;
}
.header .h_top .nav_r .search svg {
  width: 100%;
  height: 100%;
}
.footer {
  background: #fff;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.footer .line {
  width: 100%;
  height: 4px;
  display: block;
  background: #f23d00;
}
.footer .line i {
  display: block;
  height: 100%;
  width: 75%;
  background: #0053a6;
  transition: all 1s;
}
.footer img {
  width: 100%;
  display: block;
  line-height: 0;
  font-size: 0;
  transition: all 0.3s;
}
.footer .footer_wrap {
  width: 89%;
  margin: 0 auto;
}
.footer .footer-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer .footer-top .item-l {
  display: flex;
  align-items: center;
}
.footer .footer-top .item-l .logo {
  width: 127px;
}
.footer .footer-top .item-l .logo svg {
  width: 100%;
  height: auto;
}
.footer .footer-top .item-r {
  width: 350px;
}
.footer .footer-top .item-r .share {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.footer .footer-top .item-r .share li {
  width: 50px;
  height: 50px;
  margin-right: 16px;
  position: relative;
}
.footer .footer-top .item-r .share li .svg {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  border-radius: 100%;
  background: #f0f0f0;
  margin: 0 auto;
  cursor: pointer;
  transition: all 0.3s;
}
.footer .footer-top .item-r .share li svg {
  width: 24px;
  height: 24px;
  margin: 0;
}
.footer .footer-top .item-r .share li svg path {
  fill: #a5afbb;
}
.footer .footer-top .item-r .share li p {
  display: block;
  text-align: center;
  color: #fff;
  width: 100%;
  margin-top: 20px;
}
.footer .footer-top .item-r .share li .qr {
  position: absolute;
  top: 0%;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: space-between;
  background: #fff;
  pointer-events: none;
  border-radius: 10px;
  opacity: 0;
  transition: all 0.3s;
  padding: 10px;
}
.footer .footer-top .item-r .share li .qr .item {
  display: flex;
  flex-direction: row;
}
.footer .footer-top .item-r .share li .qr .item .pic {
  width: 95px;
}
.footer .footer-top .item-r .share li .qr .item::after {
  content: '';
  display: block;
  height: 100%;
  width: 1px;
  margin: 0 10px;
  border-right: 1px dotted #333;
}
.footer .footer-top .item-r .share li .qr .item:nth-last-child(1)::after {
  display: none;
}
.footer .footer-top .item-r .share li .qr .item span {
  display: block;
  text-align: center;
  color: #222;
  font-size: 14px;
}
.footer .footer-top .item-r .share li .qr::before {
  content: "";
  position: absolute;
  bottom: 99%;
  left: 50%;
  transform: translateX(-50%);
  border-width: 8px;
  border-style: solid;
  border-color: transparent transparent #fff transparent;
  /* 向上的箭头 */
}
.footer .footer-top .item-r .share li:hover .qr {
  top: 120%;
  opacity: 1;
}
.footer .footer-top .item-r .share li:nth-last-child(1) {
  margin-right: 0;
}
.footer .btm_top {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #f0f0f0;
  border-bottom: 1px solid #f0f0f0;
}
.footer .btm_top .infor {
  width: calc(80% - 350px);
  display: flex;
  justify-content: space-between;
}
.footer .btm_top .infor li > a {
  display: block;
  color: #222;
  font-family: "HarmonyOS_Sans_SC_Medium";
}
.footer .btm_top .infor li .nav_icon {
  display: none;
}
.footer .btm_top .infor li .sub_nav {
  margin-top: 35px;
}
.footer .btm_top .infor li .sub_nav div {
  margin-top: 20px;
}
.footer .btm_top .infor li .sub_nav a {
  color: #888;
  position: relative;
  white-space: nowrap;
  transition: all 0.3s;
}
.footer .btm_top .infor li .sub_nav a::before {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 50%;
  right: 50%;
  height: 1px;
  background-color: #888;
  opacity: 0;
  transition: all 0.3s;
}
.footer .btm_top .infor li .sub_nav a:hover {
  color: #333;
}
.footer .btm_top .infor li .sub_nav a:hover::before {
  opacity: 1;
  left: 0%;
  right: 0%;
}
.footer .btm_top .contact-group {
  display: flex;
  flex-direction: column;
  width: 350px;
}
.footer .btm_top .contact-group .item {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  width: 100%;
  margin-bottom: 35px;
}
.footer .btm_top .contact-group .item p {
  display: block;
  color: #888;
  margin-left: 15px;
}
.footer .btm_top .contact-group .item a {
  display: block;
  color: #888;
  transition: all 0.5s;
}
.footer .btm_top .contact-group .item a:hover {
  color: #222;
  opacity: 1;
}
.footer .btm_bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 25px 0;
}
.footer .btm_bottom .btm_l p {
  display: block;
}
.footer .btm_bottom .btm_l p,
.footer .btm_bottom .btm_l a {
  color: #999;
  line-height: 1.5;
  transition: all 0.3s;
  opacity: 1;
}
.footer .btm_bottom .btm_l a {
  position: relative;
}
.footer .btm_bottom .btm_l a::before {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 50%;
  right: 50%;
  height: 1px;
  background-color: #999;
  opacity: 0;
  transition: all 0.3s;
}
.footer .btm_bottom .btm_l a:hover {
  color: #222;
  opacity: 1;
  /*  &::before{
                        opacity: 1;
                        left: 0%;
                        right: 0%;
                    } */
}
.footer .btm_bottom .btm_r {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.footer .btm_bottom .btm_r .links {
  display: flex;
  align-items: center;
  color: #999;
}
.footer .btm_bottom .btm_r .links a {
  font-family: "Alibaba-PuHuiTi-Light";
  color: #999;
  padding: 0 9px;
  position: relative;
  transition: all 0.3s;
  white-space: nowrap;
  line-height: 1;
}
.footer .btm_bottom .btm_r .links a:hover {
  color: #222;
  opacity: 1;
}
.footer .btm_bottom .btm_r .links a:nth-child(1) {
  padding-left: 0;
}
.footer .btm_bottom .btm_r .links a:nth-last-child(1) {
  border: 0;
  padding-right: 0;
}
.page_banner {
  position: relative;
  padding-top: 40%;
  margin-top: 80px;
  overflow: hidden;
}
.page_banner .bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.page_banner .bg img {
  height: 100%;
  object-fit: cover;
  transition: all 0s;
}
.page_banner .w1440 {
  position: absolute;
  top: 50%;
  left: 50%;
  overflow: inherit;
  transform: translate(-50%, -50%);
  z-index: 10;
}
.page_banner .w1440 .txt p {
  display: block;
  color: #fff;
  font-weight: bold;
}
.page_banner .w1440 .txt span {
  display: block;
  color: rgba(255, 255, 255, 0.5);
  margin-top: 10px;
}
.page_banner .breadcrumbs {
  position: absolute;
  left: 0;
  bottom: 0;
}
.w1600 {
  width: 1600px;
  overflow: hidden;
  margin: 0 auto;
}
.w1440 {
  width: 1440px;
  overflow: hidden;
  margin: 0 auto;
}
@media screen and (max-width: 1600px) {
  .w1600 {
    width: 90%;
  }
  .w1440 {
    width: 80%;
  }
  .footer .btm_top .infor {
    width: calc(90% - 350px);
  }
}
@media screen and (max-width: 1366px) {
  .header .h_top .m_nav > li > a {
    padding: 0 30px;
  }
  .header .h_top .nav_r .search,
  .header .h_top .nav_r .oa,
  .header .h_top .nav_r .language {
    margin-left: 30px;
  }
}
@media screen and (max-width: 1280px) {
  .header .h_top .logo {
    max-width: 110px;
  }
  .header .h_top .m_nav {
    height: 60px;
  }
  .footer .btm_top .infor {
    width: calc(100% - 380px);
  }
  .footer .btm_top .contact-group {
    width: 320px;
  }
  .footer .footer-top .item-r {
    width: 320px;
  }
  .footer .footer-top .item-r .share li {
    width: 40px;
    height: 40px;
  }
  .footer .btm_top .infor li .sub_nav {
    margin-top: 25px;
  }
  .footer .btm_top .contact-group .item {
    margin-bottom: 25px;
  }
  .more_a,
  .more_b {
    width: 170px;
    padding: 9px 25px;
  }
  .page_banner {
    margin-top: 60px;
  }
}
@media screen and (max-width: 1200px) {
  .w1440 {
    width: 90%;
  }
  .header .h_top .m_nav > li > a {
    padding: 0 20px;
  }
  .header .h_top .nav_r .search,
  .header .h_top .nav_r .oa,
  .header .h_top .nav_r .language {
    margin-left: 20px;
  }
}
@media screen and (max-width: 998px) {
  .header .u-menu {
    width: 25px;
    height: 25px;
    position: relative;
    cursor: pointer;
    top: 5px;
    z-index: 6;
    margin-right: 0px;
    margin-left: 12px;
  }
  .header .u-menu .menu-sub {
    position: absolute;
    left: 0;
    margin: 8px 0 0;
    top: 8px;
    width: 24px;
    height: 2px;
    background-color: #0a044b;
    transition: all 0.1s cubic-bezier(0.4, 0, 0.2, 1) 0s;
    border-radius: 2px;
  }
  .header .u-menu .menu-sub:after {
    content: "";
    position: absolute;
    left: 0;
    width: 20px;
    height: 2px;
    background-color: inherit;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) 0s;
    border-radius: 2px;
    display: block;
  }
  .header .u-menu .menu-sub:before {
    content: "";
    position: absolute;
    left: 0;
    width: 28px;
    height: 2px;
    background-color: inherit;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) 0s;
    border-radius: 2px;
    display: block;
  }
  .header .u-menu .menu-sub:before {
    top: -16px;
  }
  .header .u-menu .menu-sub:after {
    top: -8px;
  }
  .header .u-menu.on .menu-sub {
    height: 0;
    background: #0a044b;
  }
  .header .u-menu.on .menu-sub:before {
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    background: #0a044b;
    top: -8px;
  }
  .header .u-menu.on .menu-sub:after {
    -ms-transform: rotate(-225deg);
    -moz-transform: rotate(-225deg);
    -webkit-transform: rotate(-225deg);
    -o-transform: rotate(-225deg);
    transform: rotate(-225deg);
    background: #0a044b;
    top: -8px;
  }
  .header .u-menu.on .menu-sub:before,
  .header .u-menu.on .menu-sub:after {
    width: 20px;
  }
  /* .header.on .u-menu .menu-sub{background-color: #0a044b;}
    .header.on .u-menu .menu-sub{background: #0a044b;}
    .header.on .u-menu .menu-sub:before{background: #0a044b;}
    .header.on .u-menu .menu-sub:after{background: #0a044b;}

    .header.act .u-menu .menu-sub{background-color: #fff;}
    .header.act .u-menu.on .menu-sub{background: #fff;}
    .header.act .u-menu.on .menu-sub:before{background: #fff;}
    .header.act .u-menu.on .menu-sub:after{background: #fff;} */
  .header .h_top {
    width: 90%;
  }
  .header .h_top .header_nav_r {
    width: calc(100% - 120px);
  }
  .header .h_top .nav_r .language ul {
    left: 20px;
  }
  .header .h_top .nav_r {
    width: 100%;
    border: 0;
  }
  .header .h_top .nav_r .language i {
    font-size: 12px;
    margin-left: 5px;
  }
  .header .h_top .nav_r .language i svg {
    width: 8px;
    height: 8px;
    margin-left: 4px;
  }
  .header .h_top .logo {
    width: 90px;
  }
  .header .h_top .m_nav {
    position: fixed;
    top: 47px;
    left: 0;
    height: calc(100vh - 52px);
    width: 100%;
    bottom: 0;
    right: 0;
    background-color: #fff;
    margin-left: 0;
    display: none;
    overflow-y: scroll;
    overflow-x: hidden;
    transition: all;
  }
  .header .h_top .m_nav li {
    width: 94%;
    margin: 0 auto;
    height: auto;
    border-bottom: 1px solid #f1f1f1;
    position: relative!important;
  }
  .header .h_top .m_nav li:nth-last-child(1) {
    border-bottom: 0;
  }
  .header .h_top .m_nav li > a {
    font-size: 16px;
    width: 80%;
    height: 50px;
    line-height: 50px;
  }
  .header .h_top .m_nav > li .sub_nav li a:hover {
    color: #3574b7;
    background: transparent;
  }
  .header .h_top .m_nav > li > a::after {
    display: none;
  }
  .header .h_top .m_nav > li:nth-child(1) .sub_nav ul {
    display: block;
    padding: 0!important;
  }
  .header .h_top .m_nav > li:nth-child(1) .sub_nav ul li {
    width: 100%;
  }
  .header .h_top .m_nav > li:nth-child(1) .sub_nav ul li img {
    display: none;
  }
  .header .h_top .m_nav li .nav_icon {
    position: absolute;
    bottom: auto;
    top: 0%;
    left: auto;
    right: 0%;
    transform: translateX(0%);
    width: 20%;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .header .h_top .m_nav li .nav_icon svg {
    transition: all 0.3s;
    width: 15px;
    height: 15px;
  }
  .header .h_top .m_nav li .nav_icon_b {
    position: absolute;
    bottom: auto;
    top: 0%;
    left: auto;
    right: 0%;
    transform: translateX(0%);
    width: 20%;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-left: 0;
  }
  .header .h_top .m_nav li .nav_icon_b svg {
    transition: all 0.3s;
    width: 12px;
    height: 12px;
  }
  .header .h_top .m_nav li .sub_nav {
    position: static;
    transform: translateX(0);
    width: 100%;
    text-align: left;
    box-shadow: initial;
    padding: 0 0 0 35px;
  }
  .header .h_top .m_nav > li .sub_nav li .sub_nav_b {
    position: static;
    transform: translateX(0);
    width: 100%;
    text-align: left;
    box-shadow: initial;
    padding: 0 0 0 20px;
  }
  .header .h_top .m_nav > li .sub_nav li a {
    text-align: left;
    padding: 0;
    line-height: 35px;
    height: 35px;
    font-size: 14px;
  }
  .header .h_top .m_nav li .sub_nav a {
    color: #777;
  }
  .footer .footer-top .item-r {
    width: auto;
    margin-right: 50px;
  }
  .footer .btm_top {
    flex-wrap: wrap;
    padding-top: 0;
    padding-bottom: 40px;
  }
  .footer .btm_top .contact-group {
    width: 100%;
    margin-top: 20px;
  }
  .footer .btm_top .contact-group .item {
    margin-bottom: 15px;
  }
  .footer .btm_top .infor {
    flex-wrap: wrap;
    gap: 0;
    width: 100%;
  }
  .footer .btm_top .infor li {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  .footer .btm_top .infor li:nth-last-child(1) {
    border-bottom: 0;
  }
  .footer .btm_top .infor li > a {
    padding: 10px 0;
    font-size: 14px;
    width: calc(100% - 80px);
  }
  .footer .btm_top .infor li .nav_icon {
    display: flex;
    justify-content: flex-end;
    width: 80px;
    padding: 10px 0;
  }
  .footer .btm_top .infor li .nav_icon svg {
    width: 10px;
    height: 10px;
    transition: all 0.3s;
  }
  .footer .btm_top .infor li .sub_nav {
    width: 100%;
    padding-left: 20px;
    display: none;
    margin-top: 0;
  }
  .footer .btm_top .infor li .sub_nav div {
    margin-top: 0;
    margin-bottom: 12px;
  }
  .footer .btm_top .infor li .sub_nav div a {
    font-size: 14px;
  }
  .footer .btm_top .infor li.on .nav_icon svg {
    transform: rotate(180deg);
  }
  .page_banner {
    margin-top: 48px;
  }
}
@media screen and (max-width: 768px) {
  .cont .page_banner {
    padding-top: 50%;
  }
  .footer .footer_wrap {
    width: 90%;
  }
  .footer .footer-top {
    flex-direction: column;
    justify-content: center;
    gap: 20px;
  }
  .footer .footer-top .item-r {
    margin-right: 0;
  }
  .footer .btm_top {
    padding-bottom: 10px;
  }
  .footer .btm_bottom .btm_l {
    width: 100%;
  }
  .footer .btm_bottom .btm_r {
    width: 100%;
    margin-top: 10px;
  }
  .more_a,
  .more_b {
    width: 150px;
    padding: 7px 20px;
  }
  .more_a i,
  .more_b i {
    font-size: 12px;
  }
  .more_c,
  .more_d {
    width: 100px;
    padding: 7px 20px;
  }
  .more_c i,
  .more_d i {
    font-size: 12px;
  }
  .breadcrumbs {
    display: none;
  }
}
/*# sourceMappingURL=./base.css.map */
