@font-face {
  font-family: Barlow;
  src: url(../fonts/Barlow-Bold.ttf);
}
body {
  overflow-x: hidden;
}

.background-ea {
  background: #f7f8fa;
}

.w1600 {
  width: 90%;
  max-width: 1600px;
  margin: 0 auto;
}

.btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  overflow: hidden;
  width: 200px;
  aspect-ratio: 20/6;
  padding: 5px 5px 5px 40px;
  border-radius: 30px;
  background: rgba(44, 116, 186, 0.07);
}
.btn span {
  position: relative;
  z-index: 2;
  color: #2c74ba;
  transition: color 0.3s;
}
.btn i {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 50px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: #2c74ba;
}
.btn i svg {
  position: relative;
  z-index: 2;
  width: 20px;
  height: 20px;
}
.btn i svg .icon {
  fill: #fff;
  transition: fill 0.3s;
}
.btn i::after {
  display: block;
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(1);
  z-index: 1;
  transition: transform 0.3s;
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: #2c74ba;
}
.btn i::before {
  display: block;
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(1);
  z-index: 2;
  transition: transform 0.3s, background 0.3s;
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0);
}

.header {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  width: 100%;
}
.header .content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 90px;
  padding: 0 60px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.header .content .logo {
  width: 255px;
}
.header .content .logo h1 a {
  display: block;
  width: 175px;
  aspect-ratio: 300/89;
  font-size: 0;
}
.header .content .logo h1 a img {
  filter: contrast(0) brightness(10);
}
.header .content .nav {
  display: flex;
  height: 100%;
}
.header .content .nav li {
  height: 100%;
  margin-left: 64px;
}
.header .content .nav li > a {
  display: flex;
  align-items: center;
  height: 100%;
  font-size: 16px;
  color: #fff;
}
.header .content .nav li > a span {
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateY(-2px);
  width: 10px;
  height: 10px;
  margin-left: 8px;
  font-size: 0;
}
.header .content .nav li > a span img {
  transform: rotate(0deg);
  transition: transform 0.3s;
  filter: contrast(0) brightness(10);
}
.header .content .nav li .level {
  display: none;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  top: 90px;
  width: 100%;
  height: 80px;
  padding: 0 60px;
  background: rgba(26, 26, 26, 0.5);
}
.header .content .nav li .level a {
  margin: 0 20px;
  color: #fff;
}
.header .content .nav li:first-child {
  margin-left: 0;
}
.header .content .right {
  display: flex;
  justify-content: flex-end;
  width: 255px;
  height: 100%;
  margin-right: -60px;
}
.header .content .right .search {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 90px;
  aspect-ratio: 1/1;
  font-size: 0;
}
.header .content .right .search img {
  filter: contrast(0) brightness(10);
}
.header .content .right .lang {
  position: relative;
  width: 255px;
}
.header .content .right .lang .langClick {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  font-size: 16px;
  color: #fff;
}
.header .content .right .lang .langClick > img {
  transform: translateY(-2px);
  margin-right: 10px;
  filter: contrast(0) brightness(10);
}
.header .content .right .lang .langClick span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 10px;
  height: 10px;
  margin-left: 8px;
  font-size: 0;
}
.header .content .right .lang .langClick span img {
  transform: translateY(-2px);
  filter: contrast(0) brightness(10);
}
.header .content .right .lang .list {
  display: none;
  width: 80%;
  margin: 0 auto;
  margin-top: -20px;
  padding: 20px 0;
  background: #fff;
}
.header .content .right .lang .list a {
  display: block;
  transition: color 0.3s, background 0.3s;
  background: #fff;
  text-align: center;
  font-size: 16px;
  line-height: 3;
  color: #1a1a1a;
}
.header .content .right .lang::after {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 20px;
  background: rgba(255, 255, 255, 0.1);
}
.header.active .content {
  border-color: rgba(0, 0, 0, 0.05);
}
.header.active .content .logo h1 a img {
  filter: none;
}
.header.active .content .nav li > a {
  color: #1a1a1a;
}
.header.active .content .nav li > a span img {
  filter: none;
}
.header.active .content .right {
  border-color: rgba(0, 0, 0, 0.05);
}
.header.active .content .right .search img {
  filter: none;
}
.header.active .content .right .lang {
  border-color: rgba(0, 0, 0, 0.05);
}
.header.active .content .right .lang .langClick {
  color: #1a1a1a;
}
.header.active .content .right .lang .langClick > img {
  filter: none;
}
.header.active .content .right .lang .langClick span img {
  filter: none;
}
.header.active .content .right .lang::after {
  background: rgba(0, 0, 0, 0.05);
}

.searchCont {
  display: none;
  position: absolute;
  left: 0;
  top: 90px;
  z-index: 3;
  width: 100%;
  height: 540px;
  padding-top: 90px;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.searchCont .w1000 {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
}
.searchCont .w1000 .title {
  text-align: center;
  font-size: 40px;
  line-height: 54px;
  color: #1a1a1a;
}
.searchCont .w1000 .searchInput {
  position: relative;
  width: 100%;
  margin-top: 60px;
}
.searchCont .w1000 .searchInput input {
  width: 100%;
  height: 96px;
  padding: 0 130px 0 80px;
  border: 0;
  background: #F7F8FA url(../images/search.svg) no-repeat left 40px center;
  font-size: 16px;
  color: #595959;
}
.searchCont .w1000 .searchInput .click {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 0;
  top: 0;
  width: 112px;
  height: 100%;
  color: #2C74BA;
  cursor: pointer;
}
.searchCont .w1000 .hot {
  display: flex;
  flex-wrap: wrap;
  margin-top: 50px;
}
.searchCont .w1000 .hot span {
  margin-right: 16px;
  margin-bottom: 20px;
  color: #1a1a1a;
}
.searchCont .w1000 .hot a {
  margin-right: 24px;
  margin-bottom: 20px;
  color: #595959;
}
.searchCont .searchClose {
  position: absolute;
  top: 60px;
  right: 5%;
  font-size: 0;
  cursor: pointer;
}

.headerMob {
  display: none;
}

.headerMobList {
  display: none;
}

.footer {
  padding-top: 100px;
  background: #091B41;
}
.footer .w1600 .top {
  display: flex;
  justify-content: space-between;
}
.footer .w1600 .top ul {
  max-width: 235px;
}
.footer .w1600 .top ul p {
  line-height: 21px;
  color: #fff;
}
.footer .w1600 .top ul li {
  margin-top: 20px;
}
.footer .w1600 .top ul li a {
  transition: color 0.3s;
  font-size: 15px;
  line-height: 20px;
  color: rgba(255, 255, 255, 0.4);
}
.footer .w1600 .top ul li a span {
  display: block;
  margin-top: 6px;
}
.footer .w1600 .top ul li:first-child {
  margin-top: 30px;
}
.footer .w1600 .info {
  display: flex;
  justify-content: space-between;
  margin-top: 105px;
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.footer .w1600 .info .logo {
  width: 175px;
  font-size: 0;
}
.footer .w1600 .info .logo img {
  filter: contrast(0) brightness(10);
}
.footer .w1600 .info .right {
  display: flex;
  align-items: center;
}
.footer .w1600 .info .right ul {
  display: flex;
}
.footer .w1600 .info .right ul li {
  display: flex;
  align-items: center;
  position: relative;
  margin-left: 12px;
}
.footer .w1600 .info .right ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.6);
  font-size: 0;
}
.footer .w1600 .info .right ul li .img {
  display: none;
  position: absolute;
  left: 50%;
  bottom: 56px;
  transform: translateX(-50%);
  width: 108px;
  height: 108px;
  background: #fff;
  font-size: 0;
}
.footer .w1600 .info .right ul li .img img {
  width: 100%;
  height: auto;
}
.footer .w1600 .info .right ul li:first-child {
  margin-left: 0;
}
.footer .w1600 .beian {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 19px 0;
}
.footer .w1600 .beian .left {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: calc(100% - 190px);
  font-size: 15px;
  line-height: 20px;
  color: rgba(255, 255, 255, 0.6);
}
.footer .w1600 .beian .left span {
  display: block;
  width: 1px;
  height: 14px;
  margin: 0 10px;
  background: rgba(255, 255, 255, 0.6);
}
.footer .w1600 .beian .left a {
  color: rgba(255, 255, 255, 0.6);
}
.footer .w1600 .beian .right {
  position: relative;
  width: 230px;
  height: 46px;
}
.footer .w1600 .beian .right .friendLink {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 46px;
  padding: 0 20px 0 27px;
  border-radius: 23px;
  border: 1px solid rgba(255, 255, 255, 0.3);
}
.footer .w1600 .beian .right .friendLink span {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.6);
}
.footer .w1600 .beian .right .friendLink i {
  display: flex;
  align-items: center;
  font-size: 0;
}
.footer .w1600 .beian .right .friendLink i img {
  transform: rotate(0deg);
  transition: transform 0.3s;
  filter: contrast(0) brightness(10);
  opacity: 0.7;
}
.footer .w1600 .beian .right .friendLink.on i img {
  transform: rotate(-180deg);
}
.footer .w1600 .beian .right .linkList {
  display: none;
  overflow-y: auto;
  position: absolute;
  left: 50%;
  bottom: 54px;
  transform: translateX(-50%);
  width: 100%;
  max-height: 340px;
  padding: 10px 0;
  border: 1px solid rgba(255, 255, 255, 0.3);
  background: #fff;
}
.footer .w1600 .beian .right .linkList a {
  display: block;
  transition: color 0.3s, background 0.3s;
  padding: 6px 20px 6px 27px;
  border-bottom: 1px solid rgba(44, 116, 186, 0.1);
  background: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 14px;
  line-height: 1.5;
  color: #2c74ba;
}
.footer .w1600 .beian .right .linkList a:last-child {
  border-bottom: 0;
}

.footerMob {
  display: none;
}

.bannerList {
  position: relative;
}
.bannerList .img {
  font-size: 0;
}
.bannerList .img img {
  width: 100%;
}
.bannerList .w1600 {
  display: flex;
  align-items: center;
  position: absolute;
  top: 90px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  height: calc(100% - 90px);
}
.bannerList .w1600 .title {
  font-size: 60px;
  line-height: 74px;
  color: #fff;
}

.bread .w1600 {
  display: flex;
  justify-content: space-between;
  padding: 30px 0;
}
.bread .w1600 .left {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.bread .w1600 .left a, .bread .w1600 .left span {
  white-space: nowrap;
  font-size: 15px;
  line-height: 20px;
  color: #999999;
}
.bread .w1600 .left span {
  margin: 0 6px;
}
.bread .w1600 .left img {
  margin-right: 10px;
  transform: translateY(-2px);
}

.pagination {
  display: flex;
  justify-content: center;
  margin: 0 auto;
}
.pagination li {
  margin-left: 24px;
}
.pagination li a, .pagination li span {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.5s;
  width: 36px;
  height: 36px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.05);
  font-size: 16px;
  line-height: 36px;
  color: #1a1a1a;
}
.pagination li.active a, .pagination li.active span {
  background: #2C74BA;
  color: #fff;
}
.pagination li:first-child {
  margin-left: 0;
}

.pageTitle {
  font-size: 48px;
  line-height: 64px;
  color: #1a1a1a;
}
.pageTitle .left {
  font-size: 48px;
  line-height: 64px;
  color: #1a1a1a;
}

.window {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 12;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.6);
}
.window .content {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  max-width: 1000px;
}
.window .content .close {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 1;
  width: 40px;
  height: 40px;
  font-size: 0;
  cursor: pointer;
}
.window .content video {
  width: 100%;
  height: 100%;
  background: #000000;
}

@media (any-hover: hover) {
  .header .content .nav li > a:hover span img {
    transform: rotate(-180deg);
  }
  .header .content .right .lang .list a:hover {
    background: #2C74BA;
    color: #fff;
  }
  .footer .w1600 .top ul li a:hover {
    color: #fff;
  }
  .footer .w1600 .beian .right .linkList a:hover {
    background: #2c74ba;
    color: #fff;
  }
  .btn:hover span {
    color: #fff;
  }
  .btn:hover i::after {
    transform: translate(-50%, -50%) scale(10);
  }
  .btn:hover i::before {
    background: white;
  }
  .btn:hover i svg .icon {
    fill: #2c74ba;
  }
}
@media (max-width: 1600px) {
  .header .content .nav li {
    margin-left: 40px;
  }
}
@media (max-width: 1440px) {
  .btn {
    width: 154px;
    padding-left: 25px;
  }
  .btn i {
    width: 36px;
  }
}
@media (max-width: 1366px) {
  .header .content .nav li {
    margin-left: 20px;
  }
  .header .content .nav li a {
    font-size: 14px;
  }
  .pageTitle {
    font-size: 36px;
    line-height: 1.5;
  }
  .pageTitle .left {
    font-size: 36px;
    line-height: 1.5;
  }
}
@media (max-width: 1200px) {
  .header .content .logo {
    width: 220px;
  }
  .header .content .right {
    width: 220px;
  }
  .header .content .right .lang {
    width: 120px;
  }
}
@media (max-width: 1080px) {
  .btn i::after {
    background: #2c74ba url(../images/rightDire.png) no-repeat center;
    background-size: 20px auto;
  }
  .btn i svg {
    display: none;
  }
  .header {
    display: none;
  }
  .searchCont {
    display: none !important;
  }
  .headerMob {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 10;
    width: 100%;
    height: 60px;
    padding: 0 5%;
  }
  .headerMob .logo {
    height: 40px;
    aspect-ratio: 175/52;
    font-size: 0;
  }
  .headerMob .logo img {
    filter: contrast(0) brightness(10);
  }
  .headerMob .menu {
    width: 40px;
    height: 40px;
    background: url(../images/menu.png);
  }
  .headerMob .menu.on {
    background: url(../images/close.png);
  }
  .headerMob.active, .headerMob.on {
    background: #fff;
  }
  .headerMob.active .logo img, .headerMob.on .logo img {
    filter: none;
  }
  .headerMob.active .menu, .headerMob.on .menu {
    background: url(../images/menu2.png);
  }
  .headerMob.active .menu.on, .headerMob.on .menu.on {
    background: url(../images/close2.png);
  }
  .headerMob.on {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  }
  .headerMobList {
    position: fixed;
    top: 60px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    width: 100%;
    background: #fff;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  }
  .headerMobList .searchMob {
    padding: 20px 5%;
  }
  .headerMobList .searchMob input {
    width: 100%;
    height: 44px;
    padding: 0 20px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 22px;
    background: url(../images/search.svg) no-repeat right 30px center;
  }
  .headerMobList ul {
    padding: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
  }
  .headerMobList ul li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  .headerMobList ul li > a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    padding: 0 5%;
    font-size: 16px;
    line-height: 3;
    color: #333;
  }
  .headerMobList ul li > a i {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 2.5%;
    top: 0;
    font-size: 0;
    width: 48px;
    height: 48px;
  }
  .headerMobList ul li > a i img {
    position: absolute;
    transform: rotate(90deg);
    transition: transform 0.5s;
  }
  .headerMobList ul li > a.on i img {
    transform: rotate(-90deg);
  }
  .headerMobList ul li .level {
    overflow: hidden;
    height: 0;
  }
  .headerMobList ul li .level .center a {
    display: block;
    padding: 0 5% 0 8%;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    font-size: 16px;
    line-height: 3;
    color: #666;
  }
  .headerMobList .langMob {
    padding: 15px 5%;
  }
  .headerMobList .langMob p {
    font-size: 16px;
    line-height: 28px;
    color: #333;
  }
  .headerMobList .langMob .content {
    display: flex;
    flex-wrap: wrap;
  }
  .headerMobList .langMob .content a {
    margin-right: 20px;
    white-space: nowrap;
    font-size: 14px;
    line-height: 20px;
    color: #666;
  }
  .footer {
    display: none;
  }
  .footerMob {
    display: block;
    background: #091B41;
  }
  .footerMob ul.topNav {
    padding: 0;
  }
  .footerMob ul.topNav li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
  .footerMob ul.topNav li > a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    padding: 0 5%;
    font-size: 16px;
    line-height: 3;
    color: #fff;
  }
  .footerMob ul.topNav li > a i {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 0;
    top: 0;
    font-size: 0;
    width: 48px;
    height: 48px;
  }
  .footerMob ul.topNav li > a i img {
    position: absolute;
    transform: rotate(90deg);
    transition: transform 0.5s;
    filter: contrast(0) brightness(10);
  }
  .footerMob ul.topNav li > a.on i img {
    transform: rotate(-90deg);
  }
  .footerMob ul.topNav li .level {
    overflow: hidden;
    height: 0;
  }
  .footerMob ul.topNav li .level .center a {
    display: block;
    padding: 0 5% 0 8%;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    font-size: 16px;
    line-height: 3;
    color: rgba(255, 255, 255, 0.8);
  }
  .footerMob > .center {
    padding: 15px 5%;
  }
  .footerMob > .center .title {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 2;
    color: #fff;
  }
  .footerMob > .center > a {
    display: block;
    font-size: 14px;
    line-height: 2.4;
    color: #fff;
  }
  .footerMob > .center .info {
    display: flex;
    align-items: center;
    margin-top: 10px;
  }
  .footerMob > .center .info ul {
    display: flex;
  }
  .footerMob > .center .info ul li {
    display: flex;
    align-items: center;
    position: relative;
    margin-left: 12px;
  }
  .footerMob > .center .info ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.6);
    font-size: 0;
  }
  .footerMob > .center .info ul li .img {
    display: none;
    position: absolute;
    left: 0;
    bottom: 56px;
    width: 108px;
    height: 108px;
    background: #fff;
    font-size: 0;
  }
  .footerMob > .center .info ul li .img img {
    width: 100%;
    height: auto;
  }
  .footerMob > .center .info ul li:first-child {
    margin-left: 0;
  }
  .footerMob .footerLinkDiv {
    position: relative;
    padding: 0 5%;
    margin: 5px 0 30px;
  }
  .footerMob .footerLinkDiv .friendLink {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 46px;
    padding: 0 20px 0 27px;
    border-radius: 23px;
    border: 1px solid rgba(255, 255, 255, 0.3);
  }
  .footerMob .footerLinkDiv .friendLink span {
    font-size: 15px;
    color: rgba(255, 255, 255, 0.6);
  }
  .footerMob .footerLinkDiv .friendLink i {
    display: flex;
    align-items: center;
    font-size: 0;
  }
  .footerMob .footerLinkDiv .friendLink i img {
    transform: rotate(0deg);
    transition: transform 0.3s;
    filter: contrast(0) brightness(10);
    opacity: 0.6;
  }
  .footerMob .footerLinkDiv .friendLink.on i img {
    transform: rotate(-180deg);
  }
  .footerMob .footerLinkDiv .linkList {
    display: none;
    position: absolute;
    left: 5%;
    bottom: 54px;
    width: 90%;
    padding: 10px 0;
    border: 1px solid rgba(255, 255, 255, 0.3);
    background: #fff;
  }
  .footerMob .footerLinkDiv .linkList a {
    display: block;
    transition: color 0.3s, background 0.3s;
    padding: 0 20px 0 27px;
    border-bottom: 1px solid rgba(44, 116, 186, 0.1);
    background: #fff;
    font-size: 14px;
    line-height: 3;
    color: #2c74ba;
  }
  .footerMob .footerLinkDiv .linkList a:last-child {
    border-bottom: 0;
  }
  .footerMob .beian {
    padding: 10px 5%;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    text-align: center;
    font-size: 14px;
    line-height: 2;
    color: #fff;
  }
  .footerMob .beian a {
    color: #fff;
  }
  .bannerList .img {
    height: 350px;
  }
  .bannerList .img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .bannerList .w1600 {
    top: 60px;
    height: calc(100% - 60px);
  }
  .bannerList .w1600 .title {
    font-size: 28px;
  }
  .bread .w1600 {
    padding: 20px 0;
  }
  .pagination li {
    margin-left: 10px;
  }
  .pageTitle {
    font-size: 24px;
  }
  .pageTitle .left {
    font-size: 24px;
  }
  .window .content {
    width: 100%;
    height: 100%;
  }
  .window .content .close {
    top: 10px;
    right: 10px;
  }
}/*# sourceMappingURL=currency.css.map */