@font-face {
  font-family: AlimamaFangYuanTiVF-RegularSquare;
  src: url(../fonts/AlimamaFangYuanTiVF-Thin.ttf);
  --wght: 400;
  --BEVL: 1;
  font-variation-settings: "wght" var(--wght), "BEVL" var(--BEVL);
}
@font-face {
  font-family: SpaceGrotesk-Medium;
  src: url(../fonts/SpaceGrotesk-Medium.ttf);
}
@font-face {
  font-family: SpaceGrotesk-SemiBold;
  src: url(../fonts/SpaceGrotesk-SemiBold.ttf);
}
@font-face {
  font-family: SpaceGrotesk-Regular;
  src: url(../fonts/SpaceGrotesk-Regular.ttf);
}
.btnBlue {
  display: block;
  position: relative;
  overflow: hidden;
  width: 120px;
  height: 48px;
  background: #0265ff;
  border: 1px solid #0265ff;
  border-radius: 4px;
  color: #ffffff;
}
.btnBlue span, .btnBlue p {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.btnBlue span {
  position: absolute;
  left: 0;
  top: 0;
  transition: margin 0.5s, opacity 0.5s;
  opacity: 1;
}
.btnBlue p {
  transition: margin 0.5s, opacity 0.5s;
  margin-top: 20px;
  opacity: 0;
}

.btnWhite {
  display: block;
  position: relative;
  overflow: hidden;
  width: 120px;
  height: 48px;
  border: 1px solid #cccccc;
  border-radius: 4px;
  color: #333;
}
.btnWhite span, .btnWhite p {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.btnWhite span {
  position: absolute;
  left: 0;
  top: 0;
  transition: margin 0.5s, opacity 0.5s;
  opacity: 1;
}
.btnWhite p {
  transition: margin 0.5s, opacity 0.5s;
  margin-top: 20px;
  opacity: 0;
}

.w1400 {
  width: 90%;
  max-width: 1400px;
  margin: 0 auto;
}

.pageTitle {
  --wght: 600;
  --BEVL: 1;
  font-variation-settings: "wght" var(--wght), "BEVL" var(--BEVL);
  font-size: 42px;
  color: #333;
}

.listBanner {
  position: relative;
}
.listBanner .img {
  font-size: 0;
}
.listBanner .img img {
  width: 100%;
}
.listBanner .w1400 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.listBanner .w1400 .title {
  margin-top: 4.3076923077%;
  --wght: 600;
  --BEVL: 1;
  font-variation-settings: "wght" var(--wght), "BEVL" var(--BEVL);
  font-size: 48px;
  line-height: 1.4166666667;
  color: #fff;
}
.listBanner .w1400 .tips {
  margin-top: 13px;
  font-size: 20px;
  color: #fff;
}
.listBanner .w1400 .btnBlue {
  margin-top: 45px;
}

.indexBlock5 {
  position: relative;
  height: 350px;
  background: #0265ff;
}
.indexBlock5 .w1400 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.indexBlock5 .w1400 .pageTitle {
  text-align: center;
  color: #fff;
}
.indexBlock5 .w1400 .content {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
}
.indexBlock5 .w1400 .content .btnWhite {
  overflow: initial;
  margin-left: 20px;
  background: #fff;
}
.indexBlock5 .w1400 .content .btnWhite .posi {
  display: none;
  position: absolute;
  top: 60px;
  left: 5px;
  transition: opacity 0.5s;
  width: 106px;
  height: 106px;
  background: #fff;
  box-shadow: 0 0 5px rgba(2, 101, 255, 0.3);
  font-size: 0;
  opacity: 0;
}

.pagination {
  padding-bottom: 80;
  display: flex;
  justify-content: center;
}
.pagination li {
  margin-left: 10px;
}
.pagination li a, .pagination li span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 47px;
  height: 47px;
  border-radius: 50%;
  border: 1px solid #ccc;
  font-family: SpaceGrotesk-Medium;
  color: #333;
}
.pagination li.active span {
  border-color: #0265ff;
  background: #0265ff;
  color: #fff;
}
.pagination li:first-child {
  margin-left: 0;
}

.swiper-pagination {
  bottom: 0;
  font-size: 0;
}
.swiper-pagination span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 1px solid #0265ff;
  background: #fff;
  opacity: 1;
}
.swiper-pagination span.swiper-pagination-bullet-active {
  background: #0265ff;
  opacity: 1;
}

.header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  height: 80px;
  padding: 16px 60px;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.header .left {
  display: flex;
  align-items: center;
}
.header .left .logo {
  margin-right: 80px;
  font-size: 0;
}
.header .left .logo img {
  height: 42px;
}
.header .left .nav {
  display: flex;
}
.header .left .nav li {
  position: relative;
  margin-right: 70px;
}
.header .left .nav li > a {
  display: block;
  font-size: 16px;
  color: #112132;
}
.header .left .nav li .level {
  display: none;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 140px;
  top: 42px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.header .left .nav li .level .center {
  background: #fff;
}
.header .left .nav li .level .center a {
  display: block;
  transition: color 0.5s, background 0.5s;
  background: #fff;
  text-align: center;
  font-size: 16px;
  line-height: 3;
  color: #333;
}
.header .left .nav li .level .center a span {
  display: none;
  transition: color 0.5s;
  margin-top: -16px;
  font-size: 14px;
  line-height: 30px;
  color: #666;
}
.header .left .nav li:last-child {
  margin-right: 0;
}
.header .left .nav li:nth-child(3) .level {
  width: 250px;
  left: -30px;
  transform: translateX(0);
}
.header .left .nav li:nth-child(3) .level .center {
  padding: 0px 30px;
}
.header .left .nav li:nth-child(3) .level .center a {
  padding: 0 0px 10px;
  border-bottom: 1px solid #e5e5e5;
  background: url(../images/navRight2.png) no-repeat right center;
  text-align: left;
  font-size: 16px;
}
.header .left .nav li:nth-child(3) .level .center a span {
  display: block;
  text-align: left;
}
.header .left .nav li:nth-child(3) .level .center a:last-child {
  border-bottom: 0;
}
.header .right {
  display: flex;
  align-items: center;
}
.header .right .tel {
  display: flex;
  align-items: center;
  margin-right: 38px;
  font-family: SpaceGrotesk-Medium;
  color: #112132;
}
.header .right .tel img {
  margin-right: 10px;
}
.header .menu {
  display: none;
  filter: none;
}
.header.active {
  background: none;
  box-shadow: none;
}
.header.active .left .logo {
  filter: contrast(0) brightness(10);
}
.header.active .left .nav li > a {
  color: #fff;
}
.header.active .right .tel {
  color: #fff;
}
.header.active .right .tel img {
  filter: contrast(0) brightness(10);
}
.header.active .menu {
  filter: contrast(0) brightness(10);
}

.headerList {
  display: none;
}

.footer {
  padding-top: 65px;
}
.footer .w1400 .top {
  display: flex;
  justify-content: space-between;
  padding-bottom: 106px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.footer .w1400 .top .footerLogo {
  font-size: 0;
}
.footer .w1400 .top .footerLogo img {
  height: 42px;
}
.footer .w1400 .top .right {
  display: flex;
}
.footer .w1400 .top .right ul {
  margin-left: 160px;
}
.footer .w1400 .top .right ul p {
  margin-bottom: 24px;
  --wght: 600;
  --BEVL: 1;
  font-variation-settings: "wght" var(--wght), "BEVL" var(--BEVL);
  font-size: 18px;
  color: #333;
}
.footer .w1400 .top .right ul li {
  font-size: 14px;
  line-height: 36px;
  color: #666;
}
.footer .w1400 .top .right ul li a {
  color: #666;
}
.footer .w1400 .top .right ul:first-child {
  margin-left: 0;
}
.footer .w1400 .beian {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 27px 0;
  font-size: 14px;
  line-height: 2;
  color: #666;
}
.footer .w1400 .beian .left {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.footer .w1400 .beian .left a {
  color: #666;
  margin: 0 5px;
}
.footer .w1400 .beian .right {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.footer .w1400 .beian .right a {
  margin-left: 5px;
  color: #666;
}

.footerMob {
  display: none;
}

@media (any-hover: hover) {
  .btnBlue:hover span, .btnWhite:hover span {
    margin-top: -20px;
    opacity: 0;
  }
  .btnBlue:hover p, .btnWhite:hover p {
    margin-top: 0;
    opacity: 1;
  }
  .header .left .nav li .level .center a:hover {
    background: #0265ff;
    color: #fff;
  }
  .header .left .nav li:nth-child(3) .level .center a:hover {
    color: #0265ff;
    background: url(../images/navRight.png) no-repeat right center;
  }
  .indexBlock5 .w1400 .content .btnWhite:hover .posi {
    display: block;
    opacity: 1;
  }
}
@media (max-width: 1440px) {
  .pageTitle {
    font-size: 36px;
  }
  .header .left .nav li {
    margin-right: 50px;
  }
}
@media (max-width: 1280px) {
  .header .left .logo {
    margin-right: 40px;
  }
  .header .left .nav li {
    margin-right: 30px;
  }
  .footer .w1400 .top .right ul {
    margin-left: 80px;
  }
}
@media (max-width: 1200px) {
  .listBanner .img img {
    height: 400px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media (max-width: 1080px) {
  .pageTitle {
    font-size: 28px;
  }
  .listBanner .w1400 .title {
    font-size: 28px;
  }
  .listBanner .w1400 .tips {
    font-size: 16px;
  }
  .indexBlock5 .img img {
    min-height: 260px;
  }
  .header .left .nav {
    display: none;
  }
  .header .right {
    display: none;
  }
  .header .menu {
    display: block;
    transition: background 0.5s;
    width: 30px;
    height: 30px;
    background: url(../images/menu.png) no-repeat center;
    background-size: 100% auto;
    cursor: pointer;
  }
  .header .menu.on {
    background: url(../images/close.png) no-repeat center;
  }
  .headerList {
    position: fixed;
    top: 81px;
    z-index: 4;
    width: 100%;
    height: calc(100% - 81px);
    background: #fff;
  }
  .headerList ul {
    overflow: auto;
    padding: 30px;
  }
  .headerList ul li {
    border-bottom: 1px solid rgba(38, 38, 38, 0.1);
  }
  .headerList ul li a {
    display: block;
    font-size: 18px;
    line-height: 2.4;
    color: #262626;
  }
  .footer {
    display: none;
  }
  .footerMob {
    display: block;
    padding: 0 5%;
    padding-top: 20px;
  }
  .footerMob .footerNav {
    display: flex;
    flex-direction: column;
  }
  .footerMob .footerNav li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  .footerMob .footerNav li > a {
    display: block;
    position: relative;
    line-height: 2.5;
    color: #333;
  }
  .footerMob .footerNav li > a span {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 0;
    top: 0;
    font-size: 0;
    width: 40px;
    height: 40px;
  }
  .footerMob .footerNav li > a span img {
    transition: transform 0.5s;
    transform: rotate(90deg);
    width: 6px;
  }
  .footerMob .footerNav li > a.on span img {
    transform: rotate(-90deg);
  }
  .footerMob .footerNav li .level {
    overflow: hidden;
    height: 0;
  }
  .footerMob .footerNav li .level .center a {
    display: block;
    padding: 0 20px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    line-height: 2.5;
    color: #666;
  }
  .footerMob .bottom {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 5px;
  }
  .footerMob .bottom p {
    font-size: 18px;
    line-height: 2.5;
    color: #333;
  }
  .footerMob .bottom a {
    display: block;
  }
  .footerMob .bottom .tel {
    font-family: SpaceGrotesk-Regular;
    font-size: 24px;
    line-height: 1.5;
    color: #0265ff;
  }
  .footerMob .bottom .mail {
    font-family: SpaceGrotesk-Light;
    color: #666;
  }
  .footerMob .beian {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    padding: 15px 0;
    margin-top: 15px;
    border-top: 1px solid rgba(38, 38, 38, 0.1);
    font-size: 16px;
    line-height: 1.5;
    color: #262626;
  }
  .footerMob .beian a {
    display: block;
    margin: 0 3px;
    font-size: 16px;
    color: #262626;
  }
}
@media (max-width: 500px) {
  .btnBlue, .btnWhite {
    height: 40px;
    font-size: 14px;
    width: 120px;
  }
  .pageTitle {
    font-size: 24px;
  }
  .header {
    padding: 0 5%;
  }
  .header .logo {
    margin-right: 0;
  }
  .header .logo img {
    height: 30px;
  }
  .footerMob .bottom .tel {
    margin-top: -6px;
    font-size: 20px;
  }
  .footerMob .bottom .mail {
    margin-top: 4px;
  }
  .footerMob .beian {
    font-size: 14px;
    line-height: 1.5;
  }
  .footerMob .beian a {
    font-size: 14px;
  }
}/*# sourceMappingURL=currency.css.map */