@font-face {
  font-family: AlimamaFangYuanTiVF-RegularSquare;
  src: url(../fonts/AlimamaFangYuanTiVF-Thin.ttf);
}
@font-face {
  font-family: Barlow-Regular;
  src: url(../fonts/Barlow-Regular.ttf);
}
@font-face {
  font-family: Barlow-SemiBold;
  src: url(../fonts/Barlow\ SemiBold.woff.ttf);
}
@font-face {
  font-family: Barlow-Bold;
  src: url(../fonts/Barlow-Bold.ttf);
}
.w1440 {
  width: 90%;
  max-width: 1440px;
  margin: 0 auto;
}

.button {
  display: block;
  position: relative;
  overflow: hidden;
  width: 164px;
  height: 50px;
  border-radius: 25px;
  border: solid 1px #111111;
  text-align: center;
  line-height: 48px;
  color: #111111;
}
.button p {
  transition: opacity 0.5s, margin-top 0.5s;
  opacity: 1;
  margin-top: 0;
}
.button div {
  transition: opacity 0.5s, margin-top 0.5s;
  position: absolute;
  top: 0;
  width: 100%;
  margin-top: 25px;
  opacity: 0;
}

.listBanner .img {
  font-size: 0;
}
.listBanner .img img {
  width: 100%;
  min-height: 350px;
  -o-object-fit: cover;
     object-fit: cover;
}

.brand {
  margin-top: 35px;
}
.brand .w1440 {
  display: flex;
  align-items: center;
}
.brand .w1440 a {
  display: flex;
  align-items: center;
}
.brand .w1440 span {
  margin: 0 5px;
}
.brand .w1440 span, .brand .w1440 a {
  font-size: 14px;
  line-height: 24px;
  color: #555;
}

.pagination {
  display: flex;
  justify-content: center;
  margin-top: 70px;
}
.pagination li {
  margin-left: 10px;
}
.pagination li a, .pagination li span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  font-family: Barlow-Regular;
  color: #333;
}
.pagination li.active span {
  border-color: #c92a28;
  background: #c92a28;
  color: #fff;
}
.pagination li:first-child {
  margin-left: 0;
}
.pagination li:first-child, .pagination li:last-child {
  margin-top: -1px;
}

.pageTit {
  padding-top: 86px;
}
.pageTit h2 {
  text-align: center;
  font-size: 46px;
  color: #111111;
}
.pageTit .tips {
  margin-top: 13px;
  text-align: center;
  font-size: 15px;
  color: #555;
}

.friendList {
  padding-bottom: 120px;
}
.friendList .w1440 .content {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  margin-top: 64px;
  border-left: 1px solid #eaeaea;
  border-top: 1px solid #eaeaea;
}
.friendList .w1440 .content .list {
  border-right: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
  font-size: 0;
}

.header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 81px;
  padding: 0 6.7708333333%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.header .logo {
  font-size: 0;
}
.header .logo h1 img {
  height: 30px;
}
.header .right {
  display: flex;
  align-items: center;
}
.header .right ul {
  display: flex;
  align-items: center;
}
.header .right ul li {
  position: relative;
  margin-left: 14px;
}
.header .right ul li > a {
  display: block;
  padding: 0 30px;
  line-height: 80px;
  color: #fff;
}
.header .right ul li .level {
  display: none;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 120px;
}
.header .right ul li .level .center {
  background: #fff;
}
.header .right ul 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 .right ul li .level .center a span {
  display: none;
  transition: color 0.5s;
  margin-top: -16px;
  font-size: 14px;
  line-height: 30px;
  color: #666;
}
.header .right ul li:first-child {
  margin-left: 0;
}
.header .right ul li:nth-child(3) .level {
  width: 250px;
  left: 0;
  transform: translateX(0);
}
.header .right ul li:nth-child(3) .level .center {
  padding: 0px 30px;
}
.header .right ul 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 .right ul li:nth-child(3) .level .center a span {
  display: block;
  text-align: left;
}
.header .right ul li:nth-child(3) .level .center a:last-child {
  border-bottom: 0;
}
.header .right ul::after {
  display: block;
  content: "";
  width: 2px;
  height: 14px;
  margin-left: 20px;
  background: #fff;
}
.header .right .tel {
  display: flex;
  align-items: center;
  margin-left: 50px;
}
.header .right .tel img {
  margin-right: 14px;
}
.header .right .tel span {
  font-family: Barlow-SemiBold;
  font-size: 20px;
  color: #fff;
}
.header .menu {
  display: none;
}

.headerList {
  display: none;
  position: absolute;
  top: 81px;
  right: 80px;
  z-index: 5;
  overflow-y: auto;
  width: 320px;
  height: calc(100% - 100px);
  max-height: 700px;
  padding: 86px 50px;
  background: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
.headerList ul li > a {
  display: block;
  position: relative;
  font-size: 18px;
  line-height: 46px;
  color: #111;
}
.headerList ul li > a i {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  right: -16px;
  width: 46px;
  height: 46px;
}
.headerList ul li > a i::before {
  display: block;
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 14px;
  height: 2px;
  background: #111;
}
.headerList ul li > a i::after {
  display: block;
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transition: opacity 0.5s;
  transform: translate(-50%, -50%);
  width: 2px;
  height: 14px;
  background: #111;
  opacity: 1;
}
.headerList ul li > a.on i::after {
  opacity: 0;
}
.headerList ul li .level {
  overflow: hidden;
}
.headerList ul li .level .center {
  padding: 15px 0;
}
.headerList ul li .level a {
  display: block;
  line-height: 34px;
  color: #555;
}

.pageBlock {
  padding-bottom: 90px;
  background: url(../images/index/pageBlockBg.jpg) no-repeat center/cover;
}
.pageBlock .w1440 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.pageBlock .w1440 .left {
  max-width: 615px;
  width: 100%;
}
.pageBlock .w1440 .left .pageTit h2 {
  text-align: left;
  font-variation-settings: "wght" 600, "BEVL" 1;
}
.pageBlock .w1440 .left .pageTips {
  margin-top: 20px;
  text-align: left;
  font-size: 16px;
  color: #666;
}
.pageBlock .w1440 .left span {
  display: block;
  width: 100%;
  height: 1px;
  margin-top: 48px;
  margin-bottom: 48px;
  background-color: #000000;
  opacity: 0.1;
}
.pageBlock .w1440 .left .title {
  font-variation-settings: "wght" 600, "BEVL" 1;
  color: #333;
}
.pageBlock .w1440 .left ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 22px;
}
.pageBlock .w1440 .left ul li .num {
  font-variation-settings: "wght" 600, "BEVL" 1;
  font-size: 48px;
  color: #333;
}
.pageBlock .w1440 .left ul li p {
  margin-top: -5px;
  font-size: 16px;
  color: #333;
}
.pageBlock .w1440 .right {
  width: calc(100% - 650px);
  max-width: 650px;
  padding-top: 112px;
}
.pageBlock .w1440 .right form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.pageBlock .w1440 .right form .list {
  width: calc((100% - 30px) / 2);
  margin-bottom: 23px;
}
.pageBlock .w1440 .right form .list p {
  font-variation-settings: "wght" 400, "BEVL" 1;
  font-size: 20px;
  color: #333;
}
.pageBlock .w1440 .right form .list p span {
  margin-left: 5px;
  color: #c92a28;
}
.pageBlock .w1440 .right form .list input {
  width: 100%;
  height: 58px;
  padding: 0 20px;
  margin-top: 13px;
  background: #fff;
  border: 0;
  font-family: "AlimamaFangYuanTiVF-RegularSquare";
}
.pageBlock .w1440 .right form .list textarea {
  width: 100%;
  height: 128px;
  margin-top: 13px;
  padding: 15px 20px;
  background: #fff;
  border: 0;
  font-family: "AlimamaFangYuanTiVF-RegularSquare";
}
.pageBlock .w1440 .right form .list .Verification {
  position: relative;
  margin-top: 13px;
}
.pageBlock .w1440 .right form .list .Verification input {
  margin-top: 0;
}
.pageBlock .w1440 .right form .list .Verification .codeImg {
  display: flex;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  padding: 2px 5px;
  background: #ccc;
}
.pageBlock .w1440 .right form .list .Verification .codeImg span {
  position: relative;
  margin: 0 2px;
  font-size: 12px;
}
.pageBlock .w1440 .right form .list:last-child {
  width: 100%;
}
.pageBlock .w1440 .right .sumbit {
  display: block;
  width: 100%;
  margin-top: 7px;
  background: #c92a28;
  text-align: center;
  font-size: 18px;
  line-height: 58px;
  color: #fff;
}

.footer {
  padding-top: 80px;
  background: #000;
}
.footer > .w1440 .top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 80px;
}
.footer > .w1440 .top .left .footerLogo {
  display: block;
  height: 45px;
  font-size: 0;
}
.footer > .w1440 .top .left .footerLogo img {
  max-height: 100%;
}
.footer > .w1440 .top .left p {
  margin-top: 45px;
  font-size: 18px;
  color: rgba(255, 255, 255, 0.55);
}
.footer > .w1440 .top .left .tel {
  display: block;
  margin-top: 7px;
  font-family: Barlow-Regular;
  font-size: 38px;
  color: #fff;
}
.footer > .w1440 .top .left .wechat {
  display: flex;
  position: relative;
  margin-top: 45px;
  font-size: 0;
}
.footer > .w1440 .top .left .wechat .posi {
  display: none;
  position: absolute;
  left: 0;
  width: 120px;
  height: 120px;
  margin-top: 10px;
  background: #fff;
}
.footer > .w1440 .top .right {
  display: flex;
}
.footer > .w1440 .top .right ul {
  margin-left: 200px;
}
.footer > .w1440 .top .right ul p {
  margin-bottom: 14px;
  font-size: 20px;
  line-height: 44px;
  color: #fff;
}
.footer > .w1440 .top .right ul li a {
  display: block;
  font-size: 16px;
  line-height: 44px;
  color: rgba(255, 255, 255, 0.5);
}
.footer > .w1440 .top .right ul:first-child {
  margin-left: 0;
}
.footer .beian {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.footer .beian .w1440 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px 0;
}
.footer .beian .w1440 .left {
  font-size: 14px;
  line-height: 26px;
  color: #fff;
}
.footer .beian .w1440 .left a {
  color: #fff;
}
.footer .beian .w1440 .right {
  font-size: 14px;
  line-height: 26px;
  color: #fff;
}
.footer .beian .w1440 .right a {
  color: #fff;
}

.footerMob {
  display: none;
}

@media (any-hover: hover) {
  .button:hover p {
    margin-top: -25px;
    opacity: 0;
  }
  .button:hover div {
    margin-top: 0;
    opacity: 1;
  }
  .header .right ul li .level .center a:hover {
    color: #c92a28;
  }
  .header .right ul li:nth-child(3) .level .center a:hover {
    color: #c92a28;
    background: url(../images/navRight.png) no-repeat right center;
  }
}
@media (max-width: 1440px) {
  .pageTit h2 {
    font-size: 36px;
  }
  .pageTit .tips {
    font-size: 14px;
  }
  .pageBlock .w1440 .left {
    max-width: 50%;
  }
  .pageBlock .w1440 .left ul li .num {
    font-size: 36px;
  }
  .pageBlock .w1440 .right {
    width: calc(50% - 30px);
  }
}
@media (max-width: 1366px) {
  .button {
    width: 130px;
    height: 40px;
    line-height: 38px;
  }
  .header .right ul li > a {
    padding: 0 15px;
  }
  .header .right .tel {
    margin-left: 35px;
  }
}
@media (max-width: 1080px) {
  .brand {
    margin-top: 20px;
  }
  .pageTit {
    padding-top: 40px;
  }
  .pageTit h2 {
    font-size: 26px;
  }
  .friendList {
    padding-bottom: 40px;
  }
  .friendList .w1440 .content {
    grid-template-columns: repeat(3, 1fr);
    margin-top: 30px;
  }
  .header {
    padding: 0 5%;
  }
  .header .right {
    display: none;
  }
  .header .menu {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    transition: background 0.5s;
    width: 80px;
    height: 80px;
    background: #c92a28 url(../images/menu.png) no-repeat center;
    cursor: pointer;
  }
  .headerList {
    top: 81px;
    right: 0;
    width: 100%;
    height: calc(100% - 81px);
    z-index: 5;
  }
  .pageBlock {
    padding-bottom: 40px;
  }
  .pageBlock .w1440 .left {
    width: 100%;
    max-width: 100%;
  }
  .pageBlock .w1440 .right {
    width: 100%;
    max-width: 100%;
  }
  .footer {
    display: none;
  }
  .footerMob {
    display: block;
    padding: 0 5%;
    padding-top: 20px;
    border-top: 4px solid #c92a28;
  }
  .footerMob .footerNav {
    display: flex;
    flex-direction: column;
  }
  .footerMob .footerNav li {
    border-bottom: 1px solid rgba(17, 17, 17, 0.1);
  }
  .footerMob .footerNav li > a {
    display: block;
    position: relative;
    line-height: 2.5;
    color: #111;
  }
  .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(17, 17, 17, 0.1);
    line-height: 2.5;
    color: #111;
  }
  .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: rgba(17, 17, 17, 0.8);
  }
  .footerMob .bottom a {
    display: block;
  }
  .footerMob .bottom .tel {
    font-family: SpaceGrotesk-Regular;
    font-size: 24px;
    line-height: 1.5;
    color: #c92a28;
  }
  .footerMob .bottom .mail {
    font-family: SpaceGrotesk-Light;
    color: #111;
  }
  .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(17, 17, 17, 0.1);
    font-size: 16px;
    line-height: 1.5;
    color: #111;
  }
  .footerMob .beian a {
    display: block;
    margin: 0 3px;
    font-size: 16px;
    color: #111;
  }
}
@media (max-width: 500px) {
  .pageTit {
    padding-top: 30px;
  }
  .pageTit h2 {
    font-size: 20px;
  }
  .pagination {
    margin-top: 40px;
  }
  .pagination li a, .pagination li span {
    width: 36px;
    height: 36px;
  }
  .header {
    height: 61px;
  }
  .header .logo h1 img {
    height: 24px;
  }
  .header .menu {
    width: 60px;
    height: 60px;
  }
  .headerList {
    top: 61px;
    height: calc(100% - 61px);
    padding: 30px;
  }
  .pageBlock .w1440 .left span {
    margin: 20px 0;
  }
  .pageBlock .w1440 .left .pageTips {
    font-size: 14px;
  }
  .pageBlock .w1440 .left .pageTips br {
    display: none;
  }
  .pageBlock .w1440 .left ul li {
    width: 50%;
  }
  .pageBlock .w1440 .left ul li .num {
    font-size: 20px;
  }
  .pageBlock .w1440 .left ul li p {
    font-size: 14px;
  }
  .pageBlock .w1440 .right {
    padding-top: 30px;
  }
  .pageBlock .w1440 .right form .list {
    width: 100%;
  }
  .pageBlock .w1440 .right form .list p {
    font-size: 16px;
  }
  .pageBlock .w1440 .right form .list input {
    height: 40px;
  }
  .pageBlock .w1440 .right form .list:nth-child(4) p {
    display: none;
  }
  .pageBlock .w1440 .right form .list:nth-child(4) input {
    margin-top: 0;
  }
  .pageBlock .w1440 .right .sumbit {
    height: 40px;
    font-size: 14px;
    line-height: 40px;
  }
  .footerMob .beian {
    font-size: 14px;
  }
  .footerMob .beian a {
    font-size: 14px;
  }
}/*# sourceMappingURL=currency.css.map */