@font-face {
  font-family: SpaceGrotesk-Regular;
  src: url(../fonts/SpaceGrotesk-Regular.ttf);
}
@font-face {
  font-family: SpaceGrotesk-Bold;
  src: url(../fonts/SpaceGrotesk-Bold.ttf);
}
@font-face {
  font-family: SpaceGrotesk-Light;
  src: url(../fonts/SpaceGrotesk-Light.ttf);
}
@font-face {
  font-family: SpaceGrotesk-Medium;
  src: url(../fonts/SpaceGrotesk-Medium.ttf);
}
.moreBtn {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.5s, color 0.5s;
  width: 165px;
  height: 52px;
  border-radius: 12px;
  border: solid 1px #ffffff;
  font-size: 16px;
  color: #fff;
}
.moreBtn img {
  transition: filter 0.5s;
  filter: contrast(0) brightness(10);
  margin-left: 23px;
}

.headerBlock {
  display: block;
  width: 100%;
}

.header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 4;
  width: 100%;
  height: 84px;
  padding-left: 40px;
  background: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
.header .logo {
  display: flex;
  align-items: center;
  font-size: 0;
}
.header .logo span {
  width: 1px;
  height: 37px;
  background: #eaeaea;
  margin: 0 12px;
}
.header .nav {
  display: flex;
  align-items: center;
}
.header .nav li {
  position: relative;
  margin: 0 26px;
}
.header .nav li > a {
  display: block;
  position: relative;
  padding: 14px 0;
  font-size: 16px;
  line-height: 32px;
  color: #0e0e0e;
}
.header .nav li > a span {
  display: block;
  font-family: SpaceGrotesk-Regular;
  font-size: 12px;
  line-height: 24px;
}
.header .nav li > a::after {
  display: block;
  content: "";
  position: absolute;
  bottom: 0;
  left: -63px;
  transition: width 0.5s;
  width: 0;
  height: 2px;
  background: #e40b21;
}
.header .nav li .level {
  position: absolute;
  top: 100%;
  z-index: 1;
  overflow: hidden;
  width: calc(100% + 140px);
  margin-left: -63px;
  height: 0;
}
.header .nav li .level .center {
  padding: 32px 0;
  background: #fff;
}
.header .nav li .level .center a {
  display: block;
  transition: color 0.5s;
  padding: 0 30px;
  text-align: left;
  font-size: 16px;
  line-height: 42px;
  color: #555;
}
.header .nav li.on > a {
  color: #e40b21;
}
.header .right {
  display: flex;
}
.header .right .navMenu {
  display: none;
}
.header .right .search {
  font-size: 0;
}
.header .right .search input {
  width: 220px;
  height: 84px;
  padding: 0 24px 0 50px;
  border: 0;
  border-left: 1px solid rgba(14, 14, 14, 0.1);
  background: url(../images/searchIco.png) no-repeat left 24px center;
  font-family: SpaceGrotesk-Regular;
  font-size: 16px;
}
.header .right .menuList {
    display: flex;
    align-items: center;
    height: 84px;
    background: #e40b21;
    padding-right: 30px;
    padding-left: 38px;
  }
  .header .right .menuList .lang {
    display: flex;
    align-items: center;
    position: relative;
    width: 30px;
    height: 100%;
  }
  .header .right .menuList .lang span {
    display: block;
    filter: contrast(1) brightness(10);
    font-size: 0;
  }
  .header .right .menuList .lang span img {
    width: auto;
    height: 24px;
  }
  .header .right .menuList .lang .posi {
    display: none;
    position: absolute;
    top: 70px;
    left: -45px;
    width: 120px;
    padding: 20px;
    background: #fff;
    box-shadow: 0px 10px 19px 1px rgba(0, 0, 0, 0.5);
  }
  .header .right .menuList .lang .posi a {
    display: block;
    font-size: 16px;
    line-height: 38px;
    text-align: center;
    font-size: 16px;
    color: #333;
  }
  .header .right .menuList .lang .posi::after {
    display: block;
    content: "";
    position: absolute;
    top: -5px;
    left: 50%;
    transform: translateX(-50%) rotate(45deg);
    width: 10px;
    height: 10px;
    background: #fff;
  }
  .header .right .menuList .shop {
    display: flex;
    align-items: center;
    filter: contrast(1) brightness(10);
    width: 30px;
    height: 100%;
    margin-left: 20px;
    font-size: 0;
  }
  .header .right .menuList .shop img {
    width: auto;
    height: 24px;
  }
  .header .right .menuList .login {
    display: flex;
    align-items: center;
    filter: contrast(0) brightness(10);
    width: 30px;
    height: 100%;
    margin-left: 20px;
    font-size: 0;
  }
  .header .right .menuList .login img {
    width: auto;
    height: 24px;
  }
  .header .right .menuList .oldWeb {
    display: flex;
    align-items: center;
    justify-content: center;
    filter: contrast(1) brightness(10);
    min-width: 44px;
    height: 44px;
    margin-left: 20px;
    padding: 0 15px;
    border: 1px solid rgba(255, 255, 255, 0.7);
    border-radius: 22px;
    font-size: 12px;
    color: #fff;
  }

.navList {
  display: none;
}

.listBanner {
  position: relative;
}
.listBanner .img {
  font-size: 0;
}
.listBanner .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  min-height: 400px;
}
.listBanner .w1620 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.listBanner .w1620 .en {
  text-align: center;
  font-family: SpaceGrotesk-Bold;
  font-size: 62px;
  color: #fff;
}
.listBanner .w1620 .title {
  text-align: center;
  font-size: 32px;
  color: #fff;
}

.listNav {
  position: relative;
  width: 100%;
}
.listNav .w1620 {
  display: flex;
  position: relative;
  z-index: 1;
}
.listNav .w1620 a {
  position: relative;
  margin-right: 70px;
  font-size: 16px;
  line-height: 90px;
  color: #555;
}
.listNav .w1620 a.on {
  position: relative;
  color: #e40b21;
}
.listNav .w1620 a.on::after {
  opacity: 1;
}
.listNav .w1620 a::after {
  display: block;
  content: "";
  position: absolute;
  bottom: 0;
  transition: opacity 0.5s;
  width: 100%;
  height: 2px;
  background: #e40b21;
  opacity: 0;
}
.listNav .w1620 a:last-child {
  margin-right: 0;
}
.listNav::after {
  display: block;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #dedede;
}

.pagination {
  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: 36px;
  height: 36px;
  border-radius: 6px;
  font-size: 14px;
  color: #555;
}
.pagination li.active span {
  background: #e40b21;
  color: #fff;
}
.pagination li:first-child {
  margin-left: 0;
}

.footer {
  background: #0e0e0e;
  padding-top: 40px;
}
.footer .w1620 .top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 37px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.footer .w1620 .top .right {
  display: flex;
}
.footer .w1620 .top .right ul {
  display: flex;
}
.footer .w1620 .top .right ul li {
  position: relative;
  margin-left: 20px;
  font-size: 0;
}
.footer .w1620 .top .right ul li .img {
  display: block;
  width: 46px;
  font-size: 0;
}
.footer .w1620 .top .right ul li .posi {
  display: none;
  position: absolute;
  top: 110%;
  width: 100px;
  height: 100px;
  margin-left: -27px;
  padding: 10px;
  background: #fff;
  font-size: 0;
}
.footer .w1620 .top .right .toTop {
  margin-left: 40px;
  font-size: 0;
}
.footer .w1620 .center {
  display: flex;
  justify-content: space-between;
  padding-top: 54px;
  padding-bottom: 50px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.footer .w1620 .center ul {
  min-width: 80px;
  margin-left: 40px;
}
.footer .w1620 .center ul p {
  margin-bottom: 20px;
  font-size: 20px;
  color: #fff;
}
.footer .w1620 .center ul li a {
  display: flex;
  font-size: 16px;
  line-height: 34px;
  color: #999;
}
.footer .w1620 .center ul li a span {
  display: block;
  min-width: 66px;
}
.footer .w1620 .center ul:first-child {
  margin-left: 0;
}
.footer .w1620 .bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 27px 0;
}
.footer .w1620 .bottom .left {
  font-size: 16px;
  line-height: 30px;
  color: #999;
}
.footer .w1620 .bottom .left a {
  color: #999;
}
.footer .w1620 .bottom .left img{
    width: auto;
    height: 20px;
    margin-right: 3px;
    transform: translateY(2px);
}
.footer .w1620 .bottom .right {
  position: relative;
}
.footer .w1620 .bottom .right .friendLink {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 220px;
  height: 46px;
  padding: 0 20px 0 24px;
  border-radius: 8px;
  border: 1px solid #777;
  font-size: 16px;
  color: #999;
  cursor: pointer;
}
.footer .w1620 .bottom .right .linkList {
  display: none;
  position: absolute;
  bottom: 45px;
  overflow: hidden;
  width: 100%;
  border-radius: 8px;
  border: 1px solid #777;
  border-bottom: 0;
}
.footer .w1620 .bottom .right .linkList a {
  display: block;
  border-bottom: 1px solid #777;
  background: #0e0e0e;
  line-height: 40px;
  padding: 0 24px;
  color: #fff;
}
.footer .w1620 .bottom .right .linkList a:last-child {
  border-radius: 8px;
}

.footerMob {
  display: none;
}

@media (any-hover: hover) {
  .header .nav li:hover > a::after {
    width: calc(100% + 140px);
  }
  .header .nav li .level .center a:hover {
    color: #e40b21;
  }
  .moreBtn:hover {
    background: #fff;
    color: #555;
  }
  .moreBtn:hover img {
    filter: none;
  }
}
@media (max-width: 1700px) {
  .header .logo img:last-child {
    display: none;
  }
  .header .logo span {
    display: none;
  }
}
@media (max-width: 1650px) {
  .header .nav li {
    margin: 0 20px;
  }
  .header .nav li a::after {
    max-width: calc(100% + 40px);
    left: -20px;
  }
}
@media (max-width: 1440px) {
  .header {
    background: #fff;
  }
  .header .nav {
    display: none;
  }
  .header .right {
    align-items: center;
  }
  .header .right .toShop, .header .right .search, .header .right .lang {
    display: none;
  }
  .header .right .navMenu {
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.3s;
    width: 52px;
    height: 52px;
    margin-right: 40px;
    background: url(../images/menu.png) no-repeat center;
  }
  .header .right .navMenu.on {
    background: url(../images/close.png) no-repeat center;
  }
  .navList {
    position: fixed;
    top: 83px;
    right: 0;
    z-index: 3;
    width: 100%;
    max-width: 700px;
    padding: 40px;
    background: #fff;
    border-top: 1px solid rgba(14, 14, 14, 0.1);
    box-shadow: 0 0 20px rgba(14, 14, 14, 0.1);
  }
  .navList .search input {
    width: 100%;
    height: 52px;
    padding: 0 50px;
    background: #f4f5f7 url(../images/searchIco2.png) no-repeat left 20px center;
    background-size: 20px auto;
    border: 0;
    border-radius: 12px;
    font-size: 20px;
    color: #0e0e0e;
  }
  .navList .nav {
    margin-top: 20px;
  }
  .navList .nav li {
    width: 100%;
    border-bottom: 1px solid rgba(14, 14, 14, 0.1);
  }
  .navList .nav li > a {
    display: flex;
    align-items: center;
    position: relative;
    font-size: 20px;
    line-height: 60px;
    color: #0e0e0e;
  }
  .navList .nav li > a i {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 0;
    top: 0;
    width: 60px;
    height: 100%;
  }
  .navList .nav li > a i img {
    transition: transform 0.5s;
    transform: rotate(0deg);
    width: 18px;
  }
  .navList .nav li > a i.on img {
    transform: rotate(-180deg);
  }
  .navList .nav li .level {
    overflow: hidden;
    height: 0;
  }
  .navList .nav li .level .center a {
    display: block;
    border-top: 1px solid rgba(14, 14, 14, 0.1);
    padding: 0 20px;
    font-size: 20px;
    line-height: 60px;
    color: #0e0e0e;
  }
  .navList .lang {
    margin-top: 30px;
  }
  .navList .lang p {
    font-size: 24px;
    color: #0e0e0e;
  }
  .navList .lang .list {
    display: flex;
    flex-wrap: wrap;
    margin-top: 15px;
  }
  .navList .lang .list a {
    margin-right: 20px;
    font-size: 20px;
    color: #999;
  }
  .navList .lang .list a.on {
    color: #e40b21;
  }
  .header .right .menuList {
    padding: 0;
  }
  .header .right .menuList .lang {
    display: none;
  }
  .header .right .menuList .oldWeb {
    width: 100%;
    margin: 0;
    padding: 0 20px;
    text-align: center;
    border: 0;
    font-size: 14px;
  }
}
@media (max-width: 1366px) {
  .navList {
    overflow: auto;
    height: calc(100% - 84px);
  }
}
@media (max-width: 1080px) {
  .header .logo span, .header .logo img:last-child {
    display: none;
  }
  .header .right .navMenu {
    width: 40px;
    background-size: 30px auto;
  }
  .header .right .navMenu.on {
    background-size: 20px auto;
  }
  .navList {
    max-width: 100%;
    width: 100%;
  }
  .listBanner .img img {
    min-height: 350px;
  }
  .listBanner .w1620 .en {
    font-size: 40px;
  }
  .listBanner .w1620 .title {
    font-size: 34px;
  }
  .listNav .w1620 {
    overflow: auto;
  }
  .listNav .w1620 a {
    white-space: nowrap;
    margin-right: 30px;
    line-height: 60px;
  }
  .footer {
    display: none;
  }
  .footerMob {
    display: block;
    padding-top: 40px;
    background: #0e0e0e;
  }
  .footerMob .w1620 .nav li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  .footerMob .w1620 .nav li a {
    display: block;
    position: relative;
    font-size: 30px;
    line-height: 100px;
    color: #eee;
  }
  .footerMob .w1620 .nav li a i {
    display: flex;
    align-items: center;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    font-size: 0;
  }
  .footerMob .w1620 .nav li .level {
    height: 0;
    overflow: hidden;
  }
  .footerMob .w1620 .nav li .level a {
    padding-left: 40px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }
  .footerMob .w1620 .contact {
    padding-top: 28px;
  }
  .footerMob .w1620 .contact .tit {
    margin-bottom: 30px;
    font-size: 30px;
    color: #eee;
  }
  .footerMob .w1620 .contact .list {
    display: flex;
    margin-bottom: 12px;
  }
  .footerMob .w1620 .contact .list .left {
    width: auto;
    font-size: 26px;
    line-height: 1.8461538462;
    color: #999;
  }
  .footerMob .w1620 .contact .list .right {
    font-size: 26px;
    line-height: 1.8461538462;
    color: #999;
  }
  .footerMob .w1620 .contact .list:last-child {
    margin-bottom: 0;
  }
  .footerMob .w1620 .info {
    display: flex;
    margin-top: 68px;
  }
  .footerMob .w1620 .info .list {
    position: relative;
    margin-right: 20px;
    font-size: 0;
  }
  .footerMob .w1620 .info .list > .img {
    display: block;
    font-size: 0;
  }
  .footerMob .w1620 .info .list .posi {
    display: none;
    position: absolute;
    top: 110%;
    left: 0;
    z-index: 1;
    width: 120px;
    height: 120px;
    padding: 10px;
    background: #fff;
  }
  .footerMob .w1620 .bottom {
    position: relative;
    margin-top: 80px;
  }
  .footerMob .w1620 .bottom .friendLink {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 430px;
    width: 100%;
    height: 66px;
    padding: 0 20px 0 24px;
    border: 1px solid #dedede;
    background: #eee;
    font-size: 26px;
    color: #222;
    cursor: pointer;
  }
  .footerMob .w1620 .bottom .friendLink img {
    transform: rotate(180deg);
  }
  .footerMob .w1620 .bottom .linkList {
    display: none;
    position: absolute;
    bottom: 65px;
    overflow: hidden;
    max-width: 430px;
    width: 100%;
    border-bottom: 0;
  }
  .footerMob .w1620 .bottom .linkList a {
    display: block;
    border-bottom: 1px solid #777;
    background: #eee;
    font-size: 26px;
    line-height: 60px;
    padding: 0 24px;
    color: #999;
  }
  .footerMob .beian {
    margin-top: 60px;
    padding: 40px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    text-align: center;
    font-size: 26px;
    line-height: 1.7692307692;
    color: #999;
  }
  .footerMob .beian a {
    display: block;
    color: #999;
  }
  .footerMob .beian p:last-child{
    display: flex;
    justify-content: center;
  }
  .footerMob .beian p img{
    height: 20px;
  }
}
@media (max-width: 500px) {
  .moreBtn {
    width: 100px;
    height: 36px;
    font-size: 12px;
    border-width: 1px;
    border-radius: 6px;
  }
  .moreBtn img {
    transform: translateY(1px);
    width: 14px;
    margin-left: 10px;
  }
  .header {
    height: 58px;
    padding-left: 5%;
  }
  .header .logo img {
    height: 26px;
  }
  .header .right .navMenu {
    margin-right: 20px;
  }
  .header .right .login {
    width: 76px;
    height: 58px;
    font-size: 12px;
		text-align: center;
  }
  .header .right .menuList {
    height: 58px;
  }
  .header .right .menuList .oldWeb {
    font-size: 12px;
  }
  .navList {
    top: 58px;
    height: calc(100% - 58px);
    padding: 20px;
  }
  .navList .search input {
    height: 44px;
    border-radius: 6px;
    font-size: 14px;
  }
  .navList .nav li a {
    font-size: 16px;
    line-height: 40px;
  }
  .navList .nav li a i img {
    width: 12px;
  }
  .navList .nav li .level .center a {
    font-size: 16px;
    line-height: 40px;
  }
  .navList .lang {
    margin-top: 20px;
  }
  .navList .lang p {
    font-size: 18px;
  }
  .navList .lang .list {
    margin-top: 10px;
  }
  .navList .lang .list a {
    font-size: 14px;
  }
  .footerMob .w1620 .nav li a {
    font-size: 16px;
    line-height: 40px;
  }
  .footerMob .w1620 .nav li a i img {
    width: 14px;
  }
  .footerMob .w1620 .nav li .level a {
    padding-left: 20px;
  }
  .footerMob .w1620 .contact {
    padding-top: 8px;
  }
  .footerMob .w1620 .contact .tit {
    margin-bottom: 14px;
    font-size: 16px;
  }
  .footerMob .w1620 .contact .list .left {
    width: 90px;
    font-size: 14px;
  }
  .footerMob .w1620 .contact .list .right {
    width: calc(100% - 90px);
  }
  .footerMob .w1620 .contact .list .right p {
    font-size: 14px;
  }
  .footerMob .w1620 .info {
    margin-top: 30px;
  }
  .footerMob .w1620 .info .list {
    width: 40px;
  }
  .footerMob .w1620 .bottom {
    margin-top: 30px;
  }
  .footerMob .w1620 .bottom .friendLink {
    height: 38px;
    padding: 0 20px;
    font-size: 14px;
  }
  .footerMob .w1620 .bottom .linkList {
    bottom: 38px;
  }
  .footerMob .w1620 .bottom .linkList a {
    font-size: 14px;
    line-height: 38px;
    padding: 0 20px;
  }
  .footerMob .beian {
    margin-top: 30px;
    padding: 20px;
  }
  .footerMob .beian p {
    font-size: 14px;
  }
}/*# sourceMappingURL=currency.css.map */