@font-face {
  font-family: siyuanheiti-Medium;
  src: url(../fonts/siyuanheiti-Medium.woff);
}
@font-face {
  font-family: alimamaEN;
  src: url(../fonts/alimamaen.woff);
}
@font-face {
  font-family: adventProMedium;
  src: url(../fonts/Advent-Pro-Medium.ttf);
}
@font-face {
  font-family: poppins;
  src: url(../fonts/poppinsBold.ttf);
}
.padding_120 {
  padding-top: 120px;
}

.en {
  font-size: 190px;
  line-height: 140px;
  color: #eee;
  opacity: 0.5;
  font-family: alimamaEN;
  z-index: -1;
}

.w1600 {
  padding: 0 8.3333333333%;
  margin: 0 auto;
}

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

.header {
  padding: 0 5.2083333333%;
  position: fixed;
  top: 50px;
  left: 0;
  width: 100%;
  z-index: 4;
  display: flex;
  justify-content: space-between;
}
.header .logo {
  font-size: 0;
}
.header .logo img {
  max-height: 100%;
}
.header .right {
  display: flex;
  justify-content: flex-end;
}
.header .right .search {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  transition: width 0.5s;
  width: 44px;
  height: 44px;
  border-radius: 22px;
  cursor: pointer;
}
.header .right .search .hideSearch {
  display: flex;
  justify-content: flex-end;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
  opacity: 0;
  overflow: hidden;
  transition: width 0.5s;
  width: 44px;
  border-radius: 22px;
}
.header .right .search .hideSearch input {
  height: 44px;
  padding: 0 20px;
  background: #fff url(../images/search0.png) no-repeat right 11px center;
  border: 0;
  border-radius: 22px;
  font-size: 16px;
  color: #222;
}
.header .right .search.open {
  width: 240px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
.header .right .search.open .hideSearch {
  z-index: 1;
  width: 240px;
}
.header .right .search.open .hideSearch input {
  width: 240px;
  background: #fff url(../images/search0.png) no-repeat right 18px center;
}
.header .right .navBtn {
  width: 44px;
  height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background: #167efb;
  margin-left: 30px;
  cursor: pointer;
}
.header .right .navBtn img {
  filter: contrast(0) brightness(10);
}
.header.white .logo {
  filter: contrast(0) brightness(10) grayscale(1);
}
.header.white .right .search img {
  filter: contrast(0) brightness(10) grayscale(1);
}
.header.white .right .navBtn {
  background: #fff;
}
.header.white .right .navBtn img {
  filter: none;
}
.header.whiteRight .right .search {
  filter: contrast(0) brightness(10) grayscale(1);
}

.headerList {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  position: fixed;
  top: 0;
  right: -100%;
  z-index: 5;
  width: 560px;
  height: 100vh;
  padding: 50px 100px;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.05);
}
.headerList .close {
  font-size: 0;
  cursor: pointer;
}
.headerList ul {
  overflow-y: auto;
  width: 100%;
  height: 100%;
  margin-top: 99px;
}
.headerList ul li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.headerList ul li a span {
  font-size: 20px;
  line-height: 46px;
  color: #333;
}
.headerList ul li a .menu {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 46px;
  height: 46px;
}
.headerList ul li a .menu i {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 15px;
  height: 3px;
  background: #333;
}
.headerList ul li a .menu i:last-child {
  transition: opacity 0.5s;
  opacity: 1;
  width: 3px;
  height: 15px;
}
.headerList ul li a.on .menu i:nth-child(2) {
  opacity: 0;
}
.headerList ul li .level {
  height: 0;
  overflow: hidden;
}
.headerList ul li .level .cont {
  padding: 22px 0;
}
.headerList ul li .level a {
  font-size: 16px;
  line-height: 36px;
  color: #666;
}
.headerList .lang {
  margin-top: 109px;
}
.headerList .lang p {
  font-size: 20px;
  color: #333;
}
.headerList .lang .content {
  margin-top: 33px;
}
.headerList .lang .content a {
  margin-right: 82px;
  font-size: 16px;
  color: #333;
}
.headerList .lang .content a.on {
  color: #167efb;
}
.headerList .lang .content a:last-child {
  margin-right: 0;
}

.bannerList {
  position: relative;
}
.bannerList .img {
  font-size: 0;
}
.bannerList .img img {
  width: 100%;
}
.bannerList > .w1400 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.bannerList > .w1400 .titCN {
  text-align: center;
  font-size: 32px;
  line-height: 60px;
  letter-spacing: 9px;
  color: #ffffff;
}
.bannerList > .w1400 .titEN {
  text-align: center;
  font-family: "alimamaEN";
  font-size: 58px;
  line-height: 88px;
  letter-spacing: 2px;
  color: #ffffff;
}
.bannerList .columnTab {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}
.bannerList .columnTab .w1400 {
  display: flex;
  overflow-x: auto;
  margin-top: -1px;
}
.bannerList .columnTab .w1400 a {
  display: flex;
  align-items: center;
  height: 60px;
  margin-right: 50px;
  border-top: 2px solid rgba(255, 255, 255, 0);
  font-size: 16px;
  letter-spacing: 2px;
  color: #fff;
  white-space: nowrap;
}
.bannerList .columnTab .w1400 a.on {
  border-top: 2px solid white;
}

.footerBg {
  position: absolute;
  left: 0;
  bottom: -80px;
  z-index: -1;
  width: 100%;
  height: 80px;
  background: #f5f5f5;
}

.pagination {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 80px;
}
.pagination li a, .pagination li span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 20px;
  color: #333;
}
.pagination li.active span {
  background: #167efb;
  color: #fff;
}

.footer {
  width: 100%;
  display: flex;
  padding: 0 5.2083333333%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer .wechat {
  font-size: 0;
}
.footer .right {
  line-height: 80px;
  color: #222;
  font-size: 14px;
  letter-spacing: 1px;
}
.footer .right a {
  color: #222;
}

@media (max-width: 1600px) {
  .en {
    font-size: 160px;
    line-height: 120px;
  }
  .header {
    top: 20px;
  }
  .header .logo {
    height: 66px;
  }
  .headerList ul {
    margin-top: 40px;
  }
  .headerList .lang {
    margin-top: 40px;
  }
}
@media (max-width: 1280px) {
  .bannerList .img {
    height: 450px;
  }
  .bannerList .img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media (max-width: 1080px) {
  .header {
    top: 20px;
    padding: 0 5%;
  }
  .header .logo {
    height: 40px;
  }
  .header .right .search, .header .right .navBtn {
    width: 40px;
    height: 40px;
  }
  .header .right .search img {
    opacity: 1 !important;
  }
  .header .right .search.open {
    width: 40px;
  }
  .header .right .search .hideSearch {
    display: none;
    right: -10px;
    top: 60px;
    width: 240px;
    opacity: 1;
  }
  .header .right .search .hideSearch input {
    width: 240px;
    height: 36px;
    font-size: 14px;
    background-position: right 20px center !important;
    background-size: 15px auto !important;
  }
  .productBlock .w1400 .pagination{
    margin-top: 40px;
  }
}
@media (max-width: 750px) {
  .header {
    top: 10px;
  }
  .headerList {
    width: 100%;
    padding: 50px 50px;
  }
  .footer .wechat {
    display: none;
  }
  .footer .right {
    line-height: 1.5;
    padding: 15px 0;
    text-align: center;
    font-size: 14px;
  }
}
@media (max-width: 500px) {
  .header {
    position: absolute;
  }
  .headerList {
    padding: 40px 30px;
  }
  .headerList ul {
    margin-top: 30px;
  }
  .headerList ul li a span {
    font-size: 18px;
  }
  .headerList ul li .level .cont {
    padding: 10px 0;
  }
  .headerList ul li .level a {
    font-size: 14px;
    line-height: 26px;
  }
  .bannerList .columnTab .w1400 a {
    font-size: 14px;
    height: 40px;
  }
  .w1600 {
    padding: 0 5%;
  }
  .bannerList .img {
    height: 360px;
  }
  .bannerList > .w1400 .titCN {
    font-size: 24px;
    line-height: 34px;
    letter-spacing: 2px;
  }
  .bannerList > .w1400 .titEN {
    margin-top: 20px;
    font-size: 28px;
    line-height: 38px;
  }
}/*# sourceMappingURL=currency.css.map */