body,
html {
  line-height: 1.5;
  margin: 0;
  padding: 0;
}
* {
  box-sizing: border-box;
}
::-webkit-scrollbar {
  width: 5px;
  height: 3px;
}
::-webkit-scrollbar-track {
  background: #e6e6ec;
  border-radius: 6px;
}
::-webkit-scrollbar-thumb {
  background: #4a2f87;
  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;
}
.pagepc {
  display: block!important;
}
.pageh5 {
  display: none!important;
}
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;
}
svg {
  margin: 0;
  width: 20px;
  height: 20px;
}
svg path {
  transition: all 0.3s;
}
@font-face {
  font-family: 'Regular';
  src: url('fonts/Montserrat-Regular.otf');
}
@font-face {
  font-family: 'Medium';
  src: url('fonts/Montserrat-Medium.otf');
}
@font-face {
  font-family: 'SemiBold';
  src: url('fonts/Montserrat-SemiBold.otf');
}
@font-face {
  font-family: 'Bold';
  src: url('fonts/Montserrat-Bold.otf');
}
.more1 {
  background: #fff;
  position: relative;
  width: 200px;
  height: 55px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.more1::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 0;
  transition: all 0.5s;
  background: #31343a;
}
.more1 i {
  color: #000;
  transition: all 0.5s;
  position: relative;
  z-index: 10;
  display: inline-block;
}
.more1:hover::after {
  width: 100%;
}
.more1:hover i {
  color: #fff;
}
.more2 {
  background: #31343a;
  position: relative;
  width: 200px;
  height: 55px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #31343a;
}
.more2::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 0;
  transition: all 0.5s;
  background: #fff;
}
.more2 i {
  color: #fff;
  transition: all 0.5s;
  position: relative;
  z-index: 10;
  display: inline-block;
}
.more2:hover::after {
  width: 100%;
}
.more2:hover i {
  color: #000;
}
* {
  font-family: 'Medium';
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1100;
  width: 100%;
  transition: all 0.3s;
}
.header.on {
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  background: #ffffff;
}
.header.on .h_top .m_nav > li > a {
  color: #333;
}
.header.on .h_top .nav_r .txt {
  color: #333;
}
.header.on .u-menu {
  background: #333;
}
.header.on .u-menu .menu-sub::before {
  background-color: #fff !important;
}
.header.on .u-menu .menu-sub::after {
  background-color: #fff !important;
}
.header.on .u-menu .menu-sub {
  background-color: #fff !important;
}
.header.on .h_top .logo {
  filter: brightness(1) invert(0);
}
.header.on .h_top .m_nav {
  height: 70px;
}
.header.act {
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  background: #ffffff;
}
.header.act .h_top .m_nav > li > a {
  color: #333;
}
.header.act .h_top .nav_r .txt {
  color: #333;
}
.header.act .u-menu {
  background: #333;
}
.header.act .u-menu .menu-sub::before {
  background-color: #fff !important;
}
.header.act .u-menu .menu-sub::after {
  background-color: #fff !important;
}
.header.act .u-menu .menu-sub {
  background-color: #fff !important;
}
.header.act .h_top .logo {
  filter: brightness(1) invert(0);
}
.header.act .h_top .m_nav {
  height: 70px;
}
.header .h_top {
  width: 90%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header .h_top .logo {
  width: 174px;
  overflow: hidden;
  position: relative;
  filter: brightness(0) invert(1);
}
.header .h_top .m_nav {
  width: calc(100% - 344px);
  display: flex;
  align-items: center;
  height: 100px;
  transition: all 0.3s;
}
.header .h_top .m_nav > li {
  height: 100%;
  display: block;
  position: relative;
}
.header .h_top .m_nav > li > a {
  color: #fff;
  height: 100%;
  padding: 0 20px;
  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: #0a044b;
  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 .sub_nav {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  width: 100%;
  background: #fff;
  display: none;
  padding: 12px 0;
  box-shadow: 0 15px 15px rgba(0, 0, 0, 0.05);
}
.header .h_top .m_nav > li .sub_nav li {
  width: 100%;
}
.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: #0a044b;
}
.header .h_top .m_nav > li .sub_nav li a:hover {
  color: #fff;
  background: #0a044b;
}
.header .h_top .nav_r {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 170px;
}
.header .h_top .nav_r .txt {
  color: #fff;
}
.header .u-menu {
  width: 50px;
  height: 50px;
  position: relative;
  cursor: pointer;
  z-index: 6;
  margin-right: 0px;
  margin-left: 30px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.header .u-menu .menu-sub {
  position: relative;
  left: 0;
  top: 4px;
  width: 22px;
  height: 1px;
  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: 1px;
  background-color: inherit;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  border-radius: 2px;
  opacity: 0;
}
.header .u-menu .menu-sub:before {
  content: "";
  position: absolute;
  left: 0;
  width: 22px;
  height: 1px;
  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: -9px;
}
.header .u-menu .menu-sub:after {
  top: -8px;
}
.header .u-menu.on .menu-sub {
  height: 0;
  background: #0a044b;
  left: 2px;
  top: 7px;
}
.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;
  opacity: 1;
}
.header .u-menu.on .menu-sub:before,
.header .u-menu.on .menu-sub:after {
  width: 20px;
}
.footer {
  background: #eeeeee;
}
.footer .footer-bg {
  width: 100%;
  overflow: hidden;
  pointer-events: none;
}
.footer .footer-bg ul {
  display: flex;
  transform: translateY(28%);
}
.footer .footer-bg li {
  white-space: nowrap;
  font-size: 251px;
  color: #e3e3e3;
  float: left;
  font-family: 'Bold';
  line-height: 1;
}
.footer .w1440 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.footer .w1440 .footer-l {
  width: 360px;
}
.footer .w1440 .footer-l .txt-top p {
  display: block;
  color: #31343a;
  font-size: 85px;
  white-space: nowrap;
  font-family: 'SemiBold';
}
.footer .w1440 .footer-r {
  width: calc(80% - 350px);
}
.footer .w1440 .footer-r .infor {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.footer .w1440 .footer-r .infor li {
  width: 50%;
  margin-bottom: 30px;
}
.footer .w1440 .footer-r .infor li > a {
  display: block;
  color: #b5b5b5;
}
.footer .w1440 .footer-r .infor li .nav_icon {
  display: none;
}
.footer .w1440 .footer-r .infor li .sub_nav div {
  margin-top: 5px;
}
.footer .w1440 .footer-r .infor li .sub_nav a {
  color: #333333;
  position: relative;
  transition: all 0.3s;
  /* &::before{
                                content: '';
                                position: absolute;
                                bottom: -5px;
                                left: 50%;
                                right: 50%;
                                height: 1px;
                                background-color: #333333;
                                opacity: 0;
                                transition: all .3s;
                            } */
}
.footer .w1440 .footer-r .infor li .sub_nav a:hover {
  color: #333333;
  text-decoration: underline;
  /* &::before{
                                    opacity: 1;
                                    left: 0%;
                                    right: 0%;
                                } */
}
.footer .w1440 .txt_bottom p {
  color: rgba(112, 112, 112, 0.5);
}
.footer .w1440 .txt_bottom p a {
  color: rgba(112, 112, 112, 0.5);
}
.footer .w1440 .txt_bottom p a:hover {
  color: #707070;
}
.footer .w1440 .txt_bottom p:nth-last-child(1) {
  color: rgba(153, 153, 153, 0.5);
}
.footer .w1440 .txt_bottom p:nth-last-child(1) a {
  color: rgba(153, 153, 153, 0.5);
}
.footer .w1440 .txt_bottom p:nth-last-child(1) a:hover {
  color: #999999;
}
.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%;
  }
  .header .h_top .m_nav > li > a {
    padding: 0px 15px;
  }
}
@media screen and (max-width: 1440px) {
  
  .header .h_top .m_nav > li > a {
    padding: 0px 10px;
  }
  .header .h_top .nav_r .language i,
  .header .h_top .nav_r .search {
    margin-left: 10px;
  }
 
 
  .footer .w1440 .footer-r {
    width: calc(86% - 350px);
  }
}
@media screen and (max-width: 1366px) {
  .footer .w1440 .footer-l .txt-top p {
    font-size: 70px;
  }
  .footer .footer-bg li {
    font-size: 210px;
  }
}
@media screen and (max-width: 1280px) {
  .header .h_top .nav_r .language svg,
  .header .h_top .nav_r .search {
    width: 20px;
    height: 20px;
  }

  .footer .w1440 .footer-r .infor li .sub_nav a {
    font-size: 16px;
  }
}
@media screen and (max-width: 1200px) {
  .w1440 {
    width: 90%;
  }
}
@media screen and (max-width: 1170px) {
  .footer .w1440 .footer-r {
    width: calc(91% - 350px);
  }
}
@media screen and (max-width: 998px) {
  .pagepc {
    display: none!important;
  }
  .pageh5 {
    display: block!important;
  }
  /* .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 {
    padding: 10px 0;
  }
  .header .h_top {
    width: 90%;
  }
  .header .h_top .header_nav_r {
    width: calc(100% - 80px);
  }
  .header .h_top .nav_r .language ul {
    left: 20px;
  }
  .header .h_top .nav_r {
    width: 100%;
  }
  .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 .m_nav {
    position: fixed;
    top: 52px;
    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: 45px;
    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 .sub_nav {
    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;
  }
  .more1 {
    width: 150px;
    height: 45px;
  }
  .more2 {
    width: 150px;
    height: 45px;
  }
  .footer .w1440 .footer-l .txt-top p {
    font-size: 60px;
  }
  .footer .w1440 .footer-r .infor {
    flex-wrap: wrap;
  }
  .footer .w1440 .footer-r .infor li {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  }
  .footer .w1440 .footer-r .infor li:nth-last-child(1) {
    border-bottom: 0;
  }
  .footer .w1440 .footer-r .infor li > a {
    padding: 15px 0;
    font-size: 16px;
    width: calc(100% - 80px);
  }
  .footer .w1440 .footer-r .infor li .nav_icon {
    display: flex;
    justify-content: flex-end;
    width: 80px;
    padding: 15px 0;
  }
  .footer .w1440 .footer-r .infor li .nav_icon svg {
    width: 15px;
    height: 15px;
    transition: all 0.3s;
  }
  .footer .w1440 .footer-r .infor li .sub_nav {
    width: 100%;
    padding-left: 20px;
    display: none;
  }
  .footer .w1440 .footer-r .infor li .sub_nav div {
    margin-top: 0;
    margin-bottom: 12px;
  }
  .footer .w1440 .footer-r .infor li .sub_nav div a {
    font-size: 14px;
  }
  .footer .w1440 .footer-r .infor li.on .nav_icon svg {
    transform: rotate(180deg);
  }
}
@media screen and (max-width: 768px) {
  .footer .footer-bg li {
    font-size: 110px;
  }
  .more1 {
    width: 140px;
    height: 40px;
  }
  .more2 {
    width: 140px;
    height: 40px;
  }
  .header .u-menu {
    width: 35px;
    height: 35px;
  }
  .footer .w1440 .footer-l {
    width: 100%;
  }
  .footer .w1440 .footer-r {
    width: 100%;
    margin-top: 20px;
  }
  .footer .w1440 .footer-l .txt-top p {
    font-size: 17vw;
  }
  .footer .w1440 .footer-r .infor li {
    margin-bottom: 0;
  }
  .footer .footer-bg {
    margin-top: 30px;
  }
  .footer .footer-bg li {
    width: 750px;
  }
}
/*# sourceMappingURL=./base.css.map */
