#interval {
  /* height: 80px; */
}

@media screen and (max-width: 768px) {
  #interval {
    height: 64px;

  }
}

header {
  background-color: white;
  position: fixed;
  width: 100%;
  z-index: 10000;
  top: 0;
  box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.08);
}

header .header-warp {
  /* max-width: 1400px; */
  padding: 0 20px;
  margin: 0 auto;
  height: 80px;
}

@media screen and (max-width: 1280px) {
  header .header-warp {
    padding: 0 20px;
  }
}

@media screen and (max-width: 768px) {
  header .header-warp {
    height: 64px;
    padding: 0 16px;
  }
}

header .header-warp .navbar {
  height: 100%;
  padding: 0;
  display: flex;
  align-items: center;
  margin-bottom: 0;
}

header .header-warp .navbar .logo {
  font-size: 60px;
  color: #000000;
}

@media screen and (max-width: 768px) {
  header .header-warp .navbar .logo {
    font-size: 40px;
  }
}

header .header-warp .navbar .navbar-nav {
  display: flex;
  align-items: center;
  height: 60px;
}

@media screen and (max-width: 768px) {
  header .header-warp .navbar .navbar-nav {
    flex-direction: row;
  }
}

header .header-warp .navbar .navbar-nav .menu {
  margin-left: 24px;
  cursor: pointer;
  position: relative;
  /* height: 60px; */
  padding: 0 20px;
  /* display: none; */
}

header .header-warp .navbar .navbar-nav .menu #navbar-menu {
  display: none;
}

@media screen and (max-width: 768px) {}

header .header-warp .navbar .navbar-nav .menu #navbar-menu {
  /* margin-top: 28px; */
  font-size: 20px;
  line-height: 60px;
}

header .header-warp .navbar .multifunct-warp {
  display: flex;
  align-items: center;
  /* height: 100%; */
  position: relative;
}

@media screen and (max-width: 768px) {
  header .header-warp .navbar .multifunct-warp {
    margin-left: auto;
  }
}

header .header-warp .navbar .multifunct-warp .multifunct .header-search-warpper {
  position: absolute;
  top: 0;
  right: 0;
  background-color: white;
  height: 99%;
  display: flex;
  padding: 16px 0;
  line-height: 48px;
  display: none;

}

header .header-warp .navbar .multifunct-warp .multifunct .header-search-warpper button {
  background-color: white;
}

@media screen and (max-width: 768px) {
  header .header-warp .navbar .multifunct-warp .multifunct .header-search-warpper {
    top: 62px;
    right: -16px;
  }
}

header .header-warp .navbar .multifunct-warp .multifunct .header-search-warpper .hsw-input {
  border: 1px solid rgba(0, 0, 0, .35);
  height: 48px;
  width: 612px;
  padding: 15px 40px;

}

@media screen and (max-width: 768px) {

  header .header-warp .navbar .multifunct-warp .multifunct .header-search-warpper .hsw-input {
    width: calc(100vw - 80px);
  }

}


header .header-warp .navbar .multifunct-warp .multifunct .header-search-warpper .hsw-btn {
  width: 48px;
  background: #FD4627;
  height: 48px;
  position: relative;
  line-height: 48px;
  text-align: center;
  margin-right: 10px;
}

header .header-warp .navbar .multifunct-warp .multifunct .header-search-warpper .hsw-btn i {
  color: white;
  font-size: 16px !important;


}

header .header-warp .navbar .multifunct-warp .multifunct .header-search-warpper .gbj {
  color: #666666;
  font-size: 18px;



}


header .header-warp .navbar .multifunct-warp .multifunct {
  padding-left: 24px;
  cursor: pointer;
  position: relative;
  height: 100%;
  line-height: 60px;
}

@media screen and (max-width: 768px) {
  header .header-warp .navbar .multifunct-warp .multifunct {
    padding-left: 12px;
  }
}

@media screen and (max-width: 768px) {
  header .header-warp .navbar .multifunct-warp .multifunct {
    line-height: 64px;
    position: static;
  }
}

header .header-warp .navbar .multifunct-warp .multifunct:hover .user-dropdown-list {
  display: inline-block;
}

@media screen and (max-width: 768px) {
  header .header-warp .navbar .multifunct-warp .multifunct:hover .user-dropdown-list {
    display: none;
  }
}



header .header-warp .navbar .multifunct-warp .multifunct .user-dropdown-list {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff !important;
  font-size: 14px;
  color: #3D3D3D;
  padding: 16px 0px;
  display: none;
  box-shadow: 0px 24px 24px 0px rgb(0 0 0 / 8%);
}

header .header-warp .navbar .multifunct-warp .multifunct .user-dropdown-list .list-item {
  padding: 0px 60px;
  line-height: 36px;
  text-align: center;
  color: #fff;
  /* opacity: 0.5; */
  margin-bottom: 16px;
}

header .header-warp .navbar .multifunct-warp .multifunct .user-dropdown .user-dropdown-list .list-item {
  padding: 0;
  line-height: auto;
  margin-bottom: 0;
  text-align: left;
}


header .header-warp .navbar .multifunct-warp .multifunct .user-dropdown-list .list-item a {


  color: #fff;
  white-space: nowrap;

}

header .header-warp .navbar .multifunct-warp .multifunct .user-dropdown .user-dropdown-list .list-item a {
  color: #3D3D3D;
  white-space: nowrap;
  padding: 10px 16px;
  display: block;
}

header .header-warp .navbar .multifunct-warp .multifunct .user-dropdown .user-dropdown-list .list-item a:hover {
  color: #000;
  background: #F7F7F7;
}

header .header-warp .navbar .multifunct-warp .multifunct .user-dropdown-list .list-item:hover {
  opacity: 1;
}

header .header-warp .navbar .btn-group .nav-btn:hover .user-dropdown-list {
  display: inline-block;
}

header .header-warp .navbar .btn-group .nav-btn .user-dropdown-list {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff !important;
  font-size: 14px;
  color: #3D3D3D;
  padding: 16px 0px;
  display: none;
  max-height: 480px;
  overflow-y: scroll;
}

header .header-warp .navbar .btn-group .nav-btn .user-dropdown-list .list-item {
  /* padding: 0px 60px;
  line-height: 36px;
  text-align: center;
  color: #fff;
  opacity: 0.5;
  margin-bottom: 16px; */
}

header .header-warp .navbar .btn-group .nav-btn .user-dropdown-list .list-item a {
  color: #3D3D3D;
  white-space: nowrap;
  padding: 10px 16px;
  display: block;
}

header .header-warp .navbar .btn-group .nav-btn .user-dropdown-list .list-item a:hover {
  color: #000;
  background: #F7F7F7;
}

header .header-warp .navbar .btn-group .nav-btn .user-dropdown-list .list-item:hover {
  opacity: 1;
}



header .header-warp .navbar .multifunct-warp .multifunct:first-child {
  margin-left: 0;
  display: block;
}

header .header-warp .navbar .multifunct-warp .multifunct .iconfont {
  font-size: 16px;
  height: 100%;
  color: #000;
  display: block;
  height: 60px;
}

@media screen and (max-width: 768px) {
  header .header-warp .navbar .multifunct-warp .multifunct .iconfont {
    font-size: 20px;
  }
}

header .header-warp .navbar .multifunct-warp .toggle {
  display: none;
  /* width: 30px; */
  font-size: 25px;
}

@media screen and (max-width: 768px) {
  header .header-warp .navbar .multifunct-warp .toggle {
    display: inline-block;
  }
}

@media screen and (max-width: 768px) {
  header .header-warp .navbar .multifunct-warp .toggle .iconfont {
    font-size: 25px;
  }
}

@media screen and (max-width: 768px) {
  header .header-warp .navbar .multifunct-warp .download {
    display: none;
  }
}

header .header-warp .navbar .btn-group {
  display: flex;
  margin-left: auto;
  margin-right: 50px;
  height: 100%;
}

@media screen and (max-width: 768px) {
  header .header-warp .navbar .btn-group {
    display: none;
  }
}

header .header-warp .navbar .btn-group .nav-btn {
  position: relative;
  display: flex;
  align-items: center;
}

header .header-warp .navbar .btn-group .nav-btn .nav-btn-warpper {
  padding: 6px 16px;
  border-radius: 17px;
  cursor: pointer;
  display: flex;
  align-items: center;
  margin-right: 16px;
  /* position: relative; */
}

header .header-warp .navbar .btn-group .nav-btn .nav-btn-warpper a {
  font-size: 14px;
}

header .header-warp .navbar .btn-group .nav-btn:first-child {
  margin-left: 30px;
}

header .header-warp .navbar .btn-group .nav-btn .iconfont {
  margin-right: 2px;
  font-size: 14px;
}

header .header-warp .navbar .btn-group .compare .nav-btn-warpper {
  background: #F7F7F7;
  font-weight: 500;
  color: #000000;
}

header .header-warp .navbar .btn-group .store .nav-btn-warpper {
  background: #FF6C00;
  color: #FFFFFF;
}

.nav-bread-warp {
  background-color: #F7F7F7;
}

header .nav-bread-warp .nav-bread {
  height: 52px;
  /* padding: 0 20px; */
  display: flex;
  align-items: center;
  font-size: 14px;
}

.nav-bread-warp a {
  color: #666666 !important;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.nav-bread-warp a:hover {
  color: #000000 !important;
}

.nav-bread-warp .crumbs_info:last-child a:hover {
  color: #666666 !important;
}

@media screen and (max-width: 768px) {
  .nav-bread-warp {
    display: none !important;
  }

  header .nav-bread-warp .crumbs_home {
    display: none;
  }

  header .nav-bread-warp .nav-bread {
    padding-left: 23px;
  }
}

@media screen and (max-width: 1280px) {
  header .nav-bread-warp .nav-bread {
    padding-left: 20px;
  }
}

header .nav-bread-warp .nav-bread .position .nav-position {
  font-size: 14px;
  color: #666666;
}

header .nav-bread-warp .nav-bread .nav-position-link {
  cursor: pointer;
}

.nav-bread-warp .nav-bread .nav-icon {
  margin: 0 8px;
}

.main-warp {
  height: 500px;
  background-color: #F7F7F7;
}

footer {

  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

.footer-warp {
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  width: 100%;
}

@media screen and (max-width: 480px) {
  .footer-warp {
    flex-direction: column;
  }
}

@media screen and (max-width: 1440px) {
  .footer-warp {
    padding: 0 40px;
  }
}

@media screen and (max-width: 768px) {
  .footer-warp {
    flex-wrap: wrap;
    padding: 0;
  }

  footer {
    background-image: url('../foot-bg-mb750.html') !important;

  }
}

.footer-warp .footer-menus {
  flex: 1;
  padding: 40px 0;
  margin-bottom: 22px;
}

@media screen and (max-width: 768px) {
  .footer-warp .footer-menus {
    flex: auto;
    width: 50%;
    padding: 16px 16px;
    margin-bottom: 0px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.35);
  }
}

@media screen and (max-width: 1024px) {
  .footer-warp .footer-menus {
    padding: 16px 16px;
  }
}

@media screen and (max-width: 480px) {
  .footer-warp .footer-menus {
    flex: 1;
    width: 100%;
  }
}

.footer-warp .footer-menus .fm-title {
  font-weight: bold;

  color: #010101;
  margin-bottom: 29px;
  display: flex;
  justify-content: space-between;
  pointer-events: none;

}

@media screen and (max-width: 768px) {
  .footer-warp .footer-menus .fm-title {
    margin-bottom: 0px;
    pointer-events: auto;
  }
}

.footer-warp .footer-menus .fm-title i {
  display: none;
}

@media screen and (max-width: 768px) {
  .footer-warp .footer-menus .fm-title i {
    display: inline-block;
  }
}

.footer-warp .footer-menus .fm-list li {
  margin-bottom: 17px;
}

@media screen and (max-width: 768px) {
  .footer-warp .footer-menus .fm-list li {
    margin-top: 17px;
  }
}

.footer-warp .footer-menus .fm-list li a {
  font-size: 15px;
  font-weight: 400;
  color: #010101;

}

.footer-warp .footer-menus .fm-list li a:hover {
  text-decoration: none;
}

.footer-warp .footer-menus .fm-hint {
  font-size: 14px;
  font-weight: 500;

  color: #010101;
  margin-bottom: 16px;
}

@media screen and (max-width: 768px) {
  .footer-warp .footer-menus .fm-hint {
    margin-top: 16px;
    margin-bottom: 12px;
  }
}

.footer-warp .footer-menus .fm-input {
  display: flex;
  height: 40px;
  margin-bottom: 24px;
}

.footer-warp .footer-menus .fm-connect {
  font-size: 14px;
  font-weight: 500;
  color: #999;
  opacity: 0.8;
  margin-bottom: 12px;
}

.footer-warp .footer-menus .fm-input .email-input {
  padding: 0;
  background: #FFFFFF;
  width: 85%;
  border: none;
  padding: 12px;
  color: #666666;
}

.footer-warp .footer-menus .fm-input .email-input::-webkit-input-placeholder {
  font-size: 14px;
  font-weight: 500;
  color: #000000;
}

.footer-warp .footer-menus .fm-input .email-input:-ms-input-placeholder {
  font-size: 14px;
  font-weight: 500;
  color: #000000;
}

.footer-warp .footer-menus .fm-input .email-input::placeholder {
  font-size: 14px;
  font-weight: 500;
  color: #000000;
}

.footer-warp .footer-menus .fm-input .email-btn {
  background-color: #f16600;
  text-align: center;
  line-height: 40px;
  width: 15%;
  color: white;
  cursor: pointer;
}

.footer-warp .footer-menus .find-item {
  display: flex;
  color: white;
  margin-bottom: 16px;
}

.footer-warp .footer-menus .find-item li {
  margin-right: 12px;
}

.footer-warp .footer-menus .find-item .iconfont {
  font-size: 24px;
}

.footer-warp .footer-menus .fm-toggle {
  cursor: pointer;
  width: 100%;
  height: 40px;
  background: #333;
  padding: 8px 12px;
  display: flex;
  align-items: center;
}

.footer-warp .footer-menus .fm-toggle .yuyan {
  font-size: 24px;
  color: white;
  margin-right: 8px;
}

.footer-warp .footer-menus .fm-toggle .text {
  font-size: 14px;
  font-weight: 500;
  color: #FFFFFF;
}

.footer-warp .footer-menus .fm-toggle .jiantou-xia {
  margin-left: auto;
  color: white;
}

.index-main {
  /* background-color: #000000;
  display: flex; */
}

.index-main .right-container {
  color: #000000;
  /* max-width: 1420px; */
  margin: 0 auto;
}

@media screen and (max-width: 1400px) {
  .index-main .right-container {
    /* max-width: calc(100vw - 250px); */
    padding: 0px 28px;
  }

  .index-main .right-container .content-warp .artwork .artwork-item .mask .value {
    margin-right: 15px;
  }

  .header-warp-2023 .new-nav-list {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .index-main .right-container {
    max-width: 100%;
    margin-left: 0;
  }

  .index-main .right-container {
    padding: 0px 0px;
  }
}

.index-main .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  margin: 0 10px;
  border-radius: 50% !important;
}

@media screen and (max-width: 768px) {
  .index-main .swiper-pagination-bullet {
    width: 4px;
    height: 4px;
    margin: 0 4px;
  }
}

.index-main .swiper-pagination-bullet-active {
  background: rgba(255, 255, 255, 1) !important;
}

.index-main .swiper-container-horizontal>.swiper-pagination-bullets {
  bottom: 30px;
  right: 0;
  padding-right: 40px;
  text-align: right;
}

@media screen and (max-width: 768px) {
  .index-main .swiper-container-horizontal>.swiper-pagination-bullets {
    text-align: center;
    padding-right: inherit;
  }
}

.index-main .swiper-pagination-bullet {
  background: rgba(255, 255, 255, .4);
}

.index-main .swiper-horizontal {
  position: absolute;
  min-width: 100%;
  bottom: 50px;
  height: 30px;
  right: 0;
}

@media screen and (max-width: 1440px) {
  .index-main .swiper-horizontal {
    /* min-width: 75%; */
    bottom: 25px;
    right: -5%;
  }
}

@media screen and (max-width: 1280px) {
  .index-main .swiper-horizontal {
    /* min-width: 75%; */
    bottom: 25px;
    right: -5%;
  }
}

@media screen and (max-width: 768px) {
  .index-main .swiper-horizontal {
    width: 100%;
    right: 0;
    bottom: 0;
  }
}

.index-main .swiper-horizontal-relative {
  position: relative;
  height: 30px;
}

.index-main .swiper-pagination {
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}

@media screen and (max-width: 1440px) {
  .index-main .swiper-pagination {
    min-width: 75%;
    bottom: 25px;
    right: -15%;
    /* width: 100%; */
    top: 0;
  }
}

.index-main .swiper-button-next-test {
  right: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(180deg);
  width: 46px;
  height: 94px;
  border-radius: 0 8px 8px 0;
  cursor: pointer;
  background: rgba(0, 0, 0, .0);
  background-size: 11px !important;
  z-index: 10;
  /* background-position: center; */
  /* background-repeat: no-repeat; */
  /* background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); */
  left: auto;
}

.index-main .swiper-button-next-test:hover {
  background: rgba(0, 0, 0, .57);
  background-position: center;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iN3B4IiBoZWlnaHQ9IjEycHgiIHZpZXdCb3g9IjAgMCA3IDEyIiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPgogICAgPHRpdGxlPuWbvuaghy1pY29uPC90aXRsZT4KICAgIDxkZWZzPgogICAgICAgIDxwYXRoIGQ9Ik04LjMyODMzMzE5LDEyLjUyOTIzOTUgQzguMDM2NjM0NTQsMTIuMjM2NjgxNiA4LjAzNjM4OTE0LDExLjc2Mjg4NTkgOC4zMjc1OTcsMTEuNDcwMDIzMSBMOC4zMjcyNDQzNSwxMS40Njk2Njk5IEwxMy43ODc5NDMyLDYgQzE0LjM3Mjc2ODksNi41ODU3ODY0NCAxNC4zNzI3Njg5LDcuNTM1NTMzOTEgMTMuNzg3OTQzMiw4LjEyMTMyMDM0IEw5LjkxNTYyNTE2LDEyIEwxMy43ODc5NDMyLDE1Ljg3ODY3OTcgQzE0LjM3Mjc2ODksMTYuNDY0NDY2MSAxNC4zNzI3Njg5LDE3LjQxNDIxMzYgMTMuNzg3OTQzMiwxOCBMOC4zMjcyNDQzNSwxMi41MzAzMzAxIEw4LjMyODMzMzE5LDEyLjUyOTIzOTUgWiIgaWQ9InBhdGgtMSI+PC9wYXRoPgogICAgPC9kZWZzPgogICAgPGcgaWQ9Iumhtemdoi0xIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4KICAgICAgICA8ZyBpZD0icGMvaGVyby8xIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMjAuMDAwMDAwLCAtMzk0LjAwMDAwMCkiPgogICAgICAgICAgICA8ZyBpZD0iaW1nLSstZGl2LSstc3dpcGVyLXNjcm9sbGVyLWl0ZW0tKy1uYXYtbWFpbi3okpnniYgiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0wLjExMDIzMywgMC4wMDAwMDApIj4KICAgICAgICAgICAgICAgIDxnIGlkPSJpbWciIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAuMDAwMDAwLCAtMTg3LjAwMDAwMCkiPgogICAgICAgICAgICAgICAgICAgIDxnIGlkPSJDYXJvdXNlbC0tLei1sOmprOeBry/pgJrmoI8tLS1XaWRlIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwLjExMDIzMywgNzUuMDAwMDAwKSI+CiAgICAgICAgICAgICAgICAgICAgICAgIDxnIGlkPSLwn5qr5qih54mILXRlbXBsYXRlIj4KICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxnIGlkPSLlt6bkvqfnrq3lpLQtbGVmdC1hcnJvdyIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMC4wMDAwMDAsIDQ2NC4wMDAwMDApIj4KICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8ZyBpZD0ibGlnaHQvYW5nbGUtbGVmdCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTIuMDAwMDAwLCAzNi4wMDAwMDApIj4KICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPG1hc2sgaWQ9Im1hc2stMiIgZmlsbD0id2hpdGUiPgogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPHVzZSB4bGluazpocmVmPSIjcGF0aC0xIj48L3VzZT4KICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPC9tYXNrPgogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8dXNlIGlkPSJTaGFwZSIgZmlsbD0iI0ZGRkZGRiIgZmlsbC1ydWxlPSJldmVub2RkIiB4bGluazpocmVmPSIjcGF0aC0xIj48L3VzZT4KICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8L2c+CiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8L2c+CiAgICAgICAgICAgICAgICAgICAgICAgIDwvZz4KICAgICAgICAgICAgICAgICAgICA8L2c+CiAgICAgICAgICAgICAgICA8L2c+CiAgICAgICAgICAgIDwvZz4KICAgICAgICA8L2c+CiAgICA8L2c+Cjwvc3ZnPg==) !important;
  background-repeat: no-repeat;
  background-size: 11px !important;
}

.index-main .banner-swiper:hover .swiper-button-next-test {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iN3B4IiBoZWlnaHQ9IjEycHgiIHZpZXdCb3g9IjAgMCA3IDEyIiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPgogICAgPHRpdGxlPuWbvuaghy1pY29uPC90aXRsZT4KICAgIDxkZWZzPgogICAgICAgIDxwYXRoIGQ9Ik04LjMyODMzMzE5LDEyLjUyOTIzOTUgQzguMDM2NjM0NTQsMTIuMjM2NjgxNiA4LjAzNjM4OTE0LDExLjc2Mjg4NTkgOC4zMjc1OTcsMTEuNDcwMDIzMSBMOC4zMjcyNDQzNSwxMS40Njk2Njk5IEwxMy43ODc5NDMyLDYgQzE0LjM3Mjc2ODksNi41ODU3ODY0NCAxNC4zNzI3Njg5LDcuNTM1NTMzOTEgMTMuNzg3OTQzMiw4LjEyMTMyMDM0IEw5LjkxNTYyNTE2LDEyIEwxMy43ODc5NDMyLDE1Ljg3ODY3OTcgQzE0LjM3Mjc2ODksMTYuNDY0NDY2MSAxNC4zNzI3Njg5LDE3LjQxNDIxMzYgMTMuNzg3OTQzMiwxOCBMOC4zMjcyNDQzNSwxMi41MzAzMzAxIEw4LjMyODMzMzE5LDEyLjUyOTIzOTUgWiIgaWQ9InBhdGgtMSI+PC9wYXRoPgogICAgPC9kZWZzPgogICAgPGcgaWQ9Iumhtemdoi0xIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4KICAgICAgICA8ZyBpZD0icGMvaGVyby8xIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMjAuMDAwMDAwLCAtMzk0LjAwMDAwMCkiPgogICAgICAgICAgICA8ZyBpZD0iaW1nLSstZGl2LSstc3dpcGVyLXNjcm9sbGVyLWl0ZW0tKy1uYXYtbWFpbi3okpnniYgiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0wLjExMDIzMywgMC4wMDAwMDApIj4KICAgICAgICAgICAgICAgIDxnIGlkPSJpbWciIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAuMDAwMDAwLCAtMTg3LjAwMDAwMCkiPgogICAgICAgICAgICAgICAgICAgIDxnIGlkPSJDYXJvdXNlbC0tLei1sOmprOeBry/pgJrmoI8tLS1XaWRlIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwLjExMDIzMywgNzUuMDAwMDAwKSI+CiAgICAgICAgICAgICAgICAgICAgICAgIDxnIGlkPSLwn5qr5qih54mILXRlbXBsYXRlIj4KICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxnIGlkPSLlt6bkvqfnrq3lpLQtbGVmdC1hcnJvdyIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMC4wMDAwMDAsIDQ2NC4wMDAwMDApIj4KICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8ZyBpZD0ibGlnaHQvYW5nbGUtbGVmdCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTIuMDAwMDAwLCAzNi4wMDAwMDApIj4KICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPG1hc2sgaWQ9Im1hc2stMiIgZmlsbD0id2hpdGUiPgogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPHVzZSB4bGluazpocmVmPSIjcGF0aC0xIj48L3VzZT4KICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPC9tYXNrPgogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8dXNlIGlkPSJTaGFwZSIgZmlsbD0iI0ZGRkZGRiIgZmlsbC1ydWxlPSJldmVub2RkIiB4bGluazpocmVmPSIjcGF0aC0xIj48L3VzZT4KICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8L2c+CiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8L2c+CiAgICAgICAgICAgICAgICAgICAgICAgIDwvZz4KICAgICAgICAgICAgICAgICAgICA8L2c+CiAgICAgICAgICAgICAgICA8L2c+CiAgICAgICAgICAgIDwvZz4KICAgICAgICA8L2c+CiAgICA8L2c+Cjwvc3ZnPg==) !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: 11px !important;
  background: rgba(0, 0, 0, .57);

}

@media screen and (max-width: 2300px) {
  .index-main .swiper-button-next-test {
    /* right: 35%; */
  }
}

@media screen and (max-width: 1980px) {
  .index-main .swiper-button-next-test {
    /* right: 30%; */
  }
}

@media screen and (max-width: 1980px) {
  .index-main .swiper-button-next-test {
    /* right: 25%; */
  }
}

@media screen and (max-width: 1440px) {
  .index-main .swiper-button-next-test {
    /* right: 20%; */
  }
}

@media screen and (max-width: 1280px) {
  .index-main .swiper-button-next-test {
    /* right: 20%; */
  }
}

@media screen and (max-width: 768px) {
  .index-main .swiper-button-next-test {
    right: 16px;
    width: 36px;
    height: 36px;
    background-size: 6px;
  }
}

.index-main .swiper-button-prev-test {
  /* left: 35%; */
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  /* width: 30px;
  height: 20px; */
  width: 46px;
  height: 94px;

  background: rgba(0, 0, 0, .0);
  background-size: 11px !important;
  z-index: 10;
  border-radius: 0 8px 8px 0;

  cursor: pointer;
  /* background-size: 27px 44px; */
  /* background-position: center; */
  /* background-repeat: no-repeat; */
  /* background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); */
}

.index-main .swiper-button-prev-test:hover {
  background: rgba(0, 0, 0, .57);
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iN3B4IiBoZWlnaHQ9IjEycHgiIHZpZXdCb3g9IjAgMCA3IDEyIiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPgogICAgPHRpdGxlPuWbvuaghy1pY29uPC90aXRsZT4KICAgIDxkZWZzPgogICAgICAgIDxwYXRoIGQ9Ik04LjMyODMzMzE5LDEyLjUyOTIzOTUgQzguMDM2NjM0NTQsMTIuMjM2NjgxNiA4LjAzNjM4OTE0LDExLjc2Mjg4NTkgOC4zMjc1OTcsMTEuNDcwMDIzMSBMOC4zMjcyNDQzNSwxMS40Njk2Njk5IEwxMy43ODc5NDMyLDYgQzE0LjM3Mjc2ODksNi41ODU3ODY0NCAxNC4zNzI3Njg5LDcuNTM1NTMzOTEgMTMuNzg3OTQzMiw4LjEyMTMyMDM0IEw5LjkxNTYyNTE2LDEyIEwxMy43ODc5NDMyLDE1Ljg3ODY3OTcgQzE0LjM3Mjc2ODksMTYuNDY0NDY2MSAxNC4zNzI3Njg5LDE3LjQxNDIxMzYgMTMuNzg3OTQzMiwxOCBMOC4zMjcyNDQzNSwxMi41MzAzMzAxIEw4LjMyODMzMzE5LDEyLjUyOTIzOTUgWiIgaWQ9InBhdGgtMSI+PC9wYXRoPgogICAgPC9kZWZzPgogICAgPGcgaWQ9Iumhtemdoi0xIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4KICAgICAgICA8ZyBpZD0icGMvaGVyby8xIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMjAuMDAwMDAwLCAtMzk0LjAwMDAwMCkiPgogICAgICAgICAgICA8ZyBpZD0iaW1nLSstZGl2LSstc3dpcGVyLXNjcm9sbGVyLWl0ZW0tKy1uYXYtbWFpbi3okpnniYgiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0wLjExMDIzMywgMC4wMDAwMDApIj4KICAgICAgICAgICAgICAgIDxnIGlkPSJpbWciIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAuMDAwMDAwLCAtMTg3LjAwMDAwMCkiPgogICAgICAgICAgICAgICAgICAgIDxnIGlkPSJDYXJvdXNlbC0tLei1sOmprOeBry/pgJrmoI8tLS1XaWRlIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwLjExMDIzMywgNzUuMDAwMDAwKSI+CiAgICAgICAgICAgICAgICAgICAgICAgIDxnIGlkPSLwn5qr5qih54mILXRlbXBsYXRlIj4KICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxnIGlkPSLlt6bkvqfnrq3lpLQtbGVmdC1hcnJvdyIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMC4wMDAwMDAsIDQ2NC4wMDAwMDApIj4KICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8ZyBpZD0ibGlnaHQvYW5nbGUtbGVmdCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTIuMDAwMDAwLCAzNi4wMDAwMDApIj4KICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPG1hc2sgaWQ9Im1hc2stMiIgZmlsbD0id2hpdGUiPgogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPHVzZSB4bGluazpocmVmPSIjcGF0aC0xIj48L3VzZT4KICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPC9tYXNrPgogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8dXNlIGlkPSJTaGFwZSIgZmlsbD0iI0ZGRkZGRiIgZmlsbC1ydWxlPSJldmVub2RkIiB4bGluazpocmVmPSIjcGF0aC0xIj48L3VzZT4KICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8L2c+CiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8L2c+CiAgICAgICAgICAgICAgICAgICAgICAgIDwvZz4KICAgICAgICAgICAgICAgICAgICA8L2c+CiAgICAgICAgICAgICAgICA8L2c+CiAgICAgICAgICAgIDwvZz4KICAgICAgICA8L2c+CiAgICA8L2c+Cjwvc3ZnPg==) !important;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 11px !important;
}

.index-main .banner-swiper:hover .swiper-button-prev-test {
  background: rgba(0, 0, 0, .57);
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iN3B4IiBoZWlnaHQ9IjEycHgiIHZpZXdCb3g9IjAgMCA3IDEyIiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPgogICAgPHRpdGxlPuWbvuaghy1pY29uPC90aXRsZT4KICAgIDxkZWZzPgogICAgICAgIDxwYXRoIGQ9Ik04LjMyODMzMzE5LDEyLjUyOTIzOTUgQzguMDM2NjM0NTQsMTIuMjM2NjgxNiA4LjAzNjM4OTE0LDExLjc2Mjg4NTkgOC4zMjc1OTcsMTEuNDcwMDIzMSBMOC4zMjcyNDQzNSwxMS40Njk2Njk5IEwxMy43ODc5NDMyLDYgQzE0LjM3Mjc2ODksNi41ODU3ODY0NCAxNC4zNzI3Njg5LDcuNTM1NTMzOTEgMTMuNzg3OTQzMiw4LjEyMTMyMDM0IEw5LjkxNTYyNTE2LDEyIEwxMy43ODc5NDMyLDE1Ljg3ODY3OTcgQzE0LjM3Mjc2ODksMTYuNDY0NDY2MSAxNC4zNzI3Njg5LDE3LjQxNDIxMzYgMTMuNzg3OTQzMiwxOCBMOC4zMjcyNDQzNSwxMi41MzAzMzAxIEw4LjMyODMzMzE5LDEyLjUyOTIzOTUgWiIgaWQ9InBhdGgtMSI+PC9wYXRoPgogICAgPC9kZWZzPgogICAgPGcgaWQ9Iumhtemdoi0xIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4KICAgICAgICA8ZyBpZD0icGMvaGVyby8xIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMjAuMDAwMDAwLCAtMzk0LjAwMDAwMCkiPgogICAgICAgICAgICA8ZyBpZD0iaW1nLSstZGl2LSstc3dpcGVyLXNjcm9sbGVyLWl0ZW0tKy1uYXYtbWFpbi3okpnniYgiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0wLjExMDIzMywgMC4wMDAwMDApIj4KICAgICAgICAgICAgICAgIDxnIGlkPSJpbWciIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAuMDAwMDAwLCAtMTg3LjAwMDAwMCkiPgogICAgICAgICAgICAgICAgICAgIDxnIGlkPSJDYXJvdXNlbC0tLei1sOmprOeBry/pgJrmoI8tLS1XaWRlIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwLjExMDIzMywgNzUuMDAwMDAwKSI+CiAgICAgICAgICAgICAgICAgICAgICAgIDxnIGlkPSLwn5qr5qih54mILXRlbXBsYXRlIj4KICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxnIGlkPSLlt6bkvqfnrq3lpLQtbGVmdC1hcnJvdyIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMC4wMDAwMDAsIDQ2NC4wMDAwMDApIj4KICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8ZyBpZD0ibGlnaHQvYW5nbGUtbGVmdCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTIuMDAwMDAwLCAzNi4wMDAwMDApIj4KICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPG1hc2sgaWQ9Im1hc2stMiIgZmlsbD0id2hpdGUiPgogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPHVzZSB4bGluazpocmVmPSIjcGF0aC0xIj48L3VzZT4KICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPC9tYXNrPgogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8dXNlIGlkPSJTaGFwZSIgZmlsbD0iI0ZGRkZGRiIgZmlsbC1ydWxlPSJldmVub2RkIiB4bGluazpocmVmPSIjcGF0aC0xIj48L3VzZT4KICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8L2c+CiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8L2c+CiAgICAgICAgICAgICAgICAgICAgICAgIDwvZz4KICAgICAgICAgICAgICAgICAgICA8L2c+CiAgICAgICAgICAgICAgICA8L2c+CiAgICAgICAgICAgIDwvZz4KICAgICAgICA8L2c+CiAgICA8L2c+Cjwvc3ZnPg==) !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: 11px !important;
}

@media screen and (max-width: 2300px) {
  .index-main .swiper-button-prev-test {
    /* left: 35%; */
  }
}

@media screen and (max-width: 1980px) {
  .index-main .swiper-button-prev-test {
    /* left: 30%; */
  }
}

@media screen and (max-width: 1600px) {
  .index-main .swiper-button-prev-test {
    /* left: 25%; */
  }
}

@media screen and (max-width: 1440px) {
  .index-main .swiper-button-prev-test {
    /* left: 20%; */
  }
}

@media screen and (max-width: 1280px) {
  .index-main .swiper-button-prev-test {
    /* left: 20%; */
  }
}

@media screen and (max-width: 768px) {
  .index-main .swiper-button-prev-test {
    /* display: none; */
    left: 16px;
    width: 36px;
    height: 36px;
    background-size: 6px;
  }
}

.index-main .swiper-container {
  --swiper-theme-color: #ff6600;
  /* 设置Swiper风格 */
  --swiper-navigation-color: #00ff33;
  /* 单独设置按钮颜色 */
  --swiper-navigation-size: 30px;
  /* 设置按钮大小 */
}

.index-main .banner-swiper {
  width: 100%;
  /* height: 1050px; */
  height: 100vh;
}

@media screen and (max-width: 2560px) {
  .index-main .banner-swiper {
    height: 100%;
  }
}

@media screen and (max-width: 1920px) {
  .index-main .banner-swiper {
    height: 100%;
  }
}

@media screen and (max-width: 1680px) {
  .index-main .banner-swiper {
    height: 100%;
  }
}

@media screen and (max-width: 1600px) {
  .index-main .banner-swiper {
    height: 100%;
  }
}

@media screen and (max-width: 1440px) {
  .index-main .banner-swiper {
    height: 100%;
  }
}

@media screen and (max-width: 1280px) {
  .index-main .banner-swiper {
    height: 100%;
  }
}

@media screen and (max-width: 1024px) {
  .index-main .banner-swiper {
    height: 100%;
  }
}



@media screen and (max-width: 768px) {
  .index-main .banner-swiper {
    height: auto;
  }
}

.index-main .banner-swiper .banner-img {
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center;
}

@media screen and (max-width: 420px) {
  .index-main .banner-swiper .banner-img {

    height: auto;

  }
}

.index-main .right-container .content-warp .application {
  padding: 73px 0px 0;
}

.index-main .right-container .content-warp .center-warpper {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  max-width: 1400px;
  margin: 0 auto;
  justify-content: space-between;
}

.index-main .right-container .content-warp .application .application-item {

  width: calc(33.33% - 14px);
  margin-bottom: 8px;
}

@media screen and (max-width: 768px) {
  .index-main .right-container .content-warp .application .pdm:nth-child(odd) {
    padding-right: 6px;
    padding-left: 0;
  }
}

@media screen and (max-width: 768px) {
  .index-main .right-container .content-warp .application .pdm:nth-child(even) {
    padding-left: 6px;
    padding-right: 0;
  }
}

@media screen and (max-width: 768px) {
  .index-main .right-container .content-warp .application {
    padding: 28px 16px 0;
  }
}

.index-main .right-container .content-warp .application .application-item {
  position: relative;
  display: block;
  transition: 1s;
  overflow: hidden;
  aspect-ratio: 595/771;
}
.about-waprrer{
  aspect-ratio: 2560/1099;
}
@media screen and (max-width: 768px) {
  .index-main .right-container .content-warp .application .application-item {
    margin-bottom: 8px;
    width: calc(50% - 7px);
  }
  .about-waprrer{
    aspect-ratio: 250/329;
  }
}

.index-main .right-container .content-warp .application .application-item:hover .application-img {
  transform: scale(1.2);
  transition: 1s;
}

.index-main .right-container .content-warp .application .application-item .application-img {
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center;
  transition: all 1s;
}

.index-main .right-container .content-warp .application .application-item .mask {
  height: 203px;
  font-size: 14px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 24px;

  font-weight: 500;
  color: #FFFFFF;
  line-height: 300px;
  background: linear-gradient(to top, rgba(0, 0, 0, .7), rgba(255, 255, 255, 0));
}

@media screen and (max-width: 1280px) {
  .index-main .right-container .content-warp .application .application-item .mask {
    height: 48px;
    line-height: 48px;
  }
}

@media screen and (max-width: 768px) {
  .index-main .right-container .content-warp .application .application-item .mask {
    height: 33px;
    line-height: 33px;
    font-size: 12px;
  }
}

.index-main .right-container .content-warp .news {
  margin-bottom: 79px;
}

@media screen and (max-width: 768px) {
  .index-main .right-container .content-warp .news .pdm:nth-child(odd) {
    padding-right: 6px;
    padding-left: 0;
  }
}

@media screen and (max-width: 768px) {
  .index-main .right-container .content-warp .news .pdm:nth-child(even) {
    padding-left: 6px;
    padding-right: 0;
  }
}

@media screen and (max-width: 768px) {
  .index-main .right-container .content-warp .news {
    padding: 32px 16px 0;
    margin-bottom: 0;
  }

  .index-main .right-container .content-warp .blog {
    padding: 26px 16px 0;
    margin-bottom: 0;
  }
}

.index-main .right-container .content-warp .news .news-item {
  position: relative;
  display: inline-block;
  width: calc(25% - 14px);
}

@media screen and (max-width: 768px) {
  .index-main .right-container .content-warp .news .news-item {
    margin-bottom: 6px;
  }
  .about-waprrer .center-warpper .picture
}

.index-main .right-container .content-warp .news .news-item .news-img-warp {
  transition: 1s;
  overflow: hidden;
  aspect-ratio: 1/1;
}
.index-main .right-container .content-warp .blog .news-item .news-img-warp{
  aspect-ratio: 71/37;
}

.index-main .right-container .content-warp .news .news-item .news-img-warp:hover .news-img {
  transform: scale(1.2);
  transition: 1s;
}

.index-main .right-container .content-warp .news .news-item .news-img-warp .news-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: 1s;
}

.index-main .right-container .content-warp .news .news-item .news-item-info {

  background: #F7F9FA;
  padding: 23px 17px 19px;
}

.index-main .right-container .content-warp .news .news-item .news-item-info .nii-title {
  font-weight: bold;
  font-size: 16px;
  color: #000;
  margin-bottom: 18px;
  min-height: 1;
  display: -webkit-box;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  /* 行数 */
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 45px;
}

@media screen and (max-width:768px) {
  .index-main .right-container .content-warp .news .news-item .news-item-info .nii-title {
    height: 42px;
    display: -webkit-box;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    /* 行数 */
    -webkit-line-clamp: 2;
    overflow: hidden;
    font-size: 14px;
    margin-bottom: 4px;

  }

}

.index-main .right-container .content-warp .news .news-item .news-item-info .nii-data {
  font-size: 14px;
  font-weight: 500;
  color: #7D7D7D;
  margin-bottom: 17px;
}

.index-main .right-container .content-warp .news .news-item .news-item-info .nii-wm {
  font-size: 14px;

  color: #1C84DC;
  cursor: pointer;
  display: flex;
  align-items: center;
  line-height: 1;
}

.index-main .right-container .content-warp .artwork {
  /* padding: 124px 0px 0; */
}

@media screen and (max-width: 768px) {
  .index-main .right-container .content-warp .artwork {
    padding: 26px 0 0;
  }
}

@media screen and (max-width: 768px) {
  .index-main .right-container .content-warp .artwork .pdm:nth-child(odd) {
    padding-right: 6px;
    padding-left: 0;
  }
}

@media screen and (max-width: 768px) {
  .index-main .right-container .content-warp .artwork .pdm:nth-child(even) {
    padding-left: 6px;
    padding-right: 0;
  }
}

.index-main .right-container .content-warp .artwork .artwork-item {
  position: relative;
  display: block;
  overflow: hidden;
}

.index-main .right-container .content-warp .artwork .artwork-item:hover {
  transition: 1s;
}

.index-main .right-container .content-warp .artwork .artwork-item:hover .artwork-img {
  transform: scale(1.2);
  transition: 1s;
}

@media screen and (max-width: 768px) {
  .index-main .right-container .content-warp .artwork .artwork-item {
    margin-bottom: 6px;
  }
}

.index-main .right-container .content-warp .artwork .artwork-item .artwork-img {
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center;
  transition: all 1s;
}

.index-main .right-container .content-warp .artwork .artwork-item .mask {
  height: 52px;
  background: #000000;
  opacity: 0.6;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  padding: 0 30px;
  line-height: 52px;
}

@media screen and (max-width: 1280px) {
  .index-main .right-container .content-warp .artwork .artwork-item .mask {
    padding: 0px;
    height: 48px;
    line-height: 48px;
  }
}

@media screen and (max-width: 480px) {
  .index-main .right-container .content-warp .artwork .artwork-item .mask {
    padding: 0px;
    height: 33px;
    line-height: 33px;
  }
}

.index-main .right-container .content-warp .artwork .artwork-item .mask .label {
  margin-right: 5px;
  height: 100%;
  display: flex;
  align-items: center;
}

.index-main .right-container .content-warp .artwork .artwork-item .mask .label img {
  display: inline-block;
}

.index-main .right-container .content-warp .artwork .artwork-item .mask .value {
  margin-right: 30px;
  height: 100%;
  font-size: 14px;
}

@media screen and (max-width: 480px) {
  .index-main .right-container .content-warp .artwork .artwork-item .mask .value {
    margin-right: 0px;
    font-size: 12px;
  }
}

.index-main .about {
  color: #fff;
  max-width: 1400px;
  margin: 0 auto;
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 1440px) {
  .index-main .about {

    top: 50%;
  }

}

@media screen and (max-width: 768px) {
  .index-main .about {
    width: 100%;
    padding: 0 20px;

  }
}

.index-main .about .about-warp {
  /* padding: 0 205px; */
  font-size: 20px;
  /* opacity: 0.8; */
  font-weight: 500;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .index-main .about .about-warp {
    font-size: 14px !important;
    padding: 0;
  }
}

@media screen and (max-width: 1024px) {
  .index-main .about .about-warp {
    padding: 0;
  }
}

.index-main .ir-title {
  text-align: center;
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 40px;
}
.index-main .ir-header {
  position: relative;
  max-width: 1400px;
  margin: 0 auto;
}
.index-main .ir-header a{
  position: absolute;
  right: 0;
  top: 24px;
  font-size: 16px;
  font-weight: 500;
  color: #1C84DC !important;
  display: flex;
  align-items: center;
  line-height: 1;
}
@media screen and (max-width: 1280px) {
  .index-main .ir-title {
    font-size: 32px;
    margin-bottom: 32px;
  }
}

@media screen and (max-width: 768px) {
  .index-main .ir-title {
    font-size: 24px;
    margin-bottom: 16px;
  }
  .index-main .ir-header a{ 
    top: 12px;
  }
}



.index-main .right-container .vm-row {
  margin-top: 32px;
}

.index-main .right-container .vm-row a {
  color: #FD4627;
  font-size: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.index-main .right-container .vm-row a i {
  margin-left: 8px;
}

.index-main .right-container .vm-row a:hover {
  text-decoration: none;
}

.fixed-aside,
.navigate-aside {
  width: 310px;
  background-color: #111111;
  padding: 50px 0px 56px 8px;
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  z-index: 10000;
}

@media screen and (max-width: 1680px) and (max-height: 768px) {

  .fixed-aside,
  .navigate-aside {
    padding: 24px 0px 24px 0px;
  }
}

@media screen and (max-width: 1280px) {

  .fixed-aside,
  .navigate-aside {
    width: 250px;
  }
}

@media screen and (max-width: 1440px) {

  .fixed-aside,
  .navigate-aside {
    padding: 24px 0px 24px 0px;
  }
}

@media screen and (min-width: 320px) and (max-width: 480px) {

  .fixed-aside,
  .navigate-aside {
    width: 100% !important;
  }
}

@media screen and (max-width: 768px) {

  .fixed-aside,
  .navigate-aside {
    width: 50%;
    padding: 0;
    display: none;
  }
}

.fixed-aside .navigate,
.navigate-aside .navigate {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.fixed-aside .navigate .closure,
.navigate-aside .navigate .closure {
  padding: 20px 16px;
  color: white;
  text-align: right;
  display: none;
}

.fixed-aside .navigate .closure i,
.navigate-aside .navigate .closure i {
  font-size: 24px;
}

@media screen and (max-width: 768px) {

  .fixed-aside .navigate .closure,
  .navigate-aside .navigate .closure {
    display: flex;
    padding: 10px 19px 9px;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid rgb(233, 233, 233);
  }
}

.fixed-aside .navigate .logo,
.navigate-aside .navigate .logo {
  margin-bottom: 64px;
  display: inline-block;
  padding-left: 32px;
}

.fixed-aside .navigate .logo img,
.navigate-aside .navigate .logo img {
  width: 136px;
}

@media screen and (max-width: 1980px) and (max-height: 928px) {

  .fixed-aside .navigate .logo img,
  .navigate-aside .navigate .logo img {
    width: 108px;
  }
}

@media screen and (max-width: 1680px) and (max-height: 768px) {

  .fixed-aside .navigate .logo img,
  .navigate-aside .navigate .logo img {
    width: 88px;
  }
}

@media screen and (max-width: 1440px) {

  .fixed-aside .navigate .logo img,
  .navigate-aside .navigate .logo img {
    width: 128px;
  }
}

@media screen and (max-width: 1280px) {

  .fixed-aside .navigate .logo img,
  .navigate-aside .navigate .logo img {
    width: 88px;
  }
}

@media screen and (max-width: 768px) {

  .fixed-aside .navigate .logo img,
  .navigate-aside .navigate .logo img {
    width: 64px;
    height: 64px;
  }
}


@media screen and (max-width: 1980px) and (max-height: 928px) {

  .fixed-aside .navigate .logo,
  .navigate-aside .navigate .logo {
    margin-bottom: 20px;
  }

}

@media screen and (max-width: 1440px) {

  .fixed-aside .navigate .logo,
  .navigate-aside .navigate .logo {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 1280px) {

  .fixed-aside .navigate .logo,
  .navigate-aside .navigate .logo {
    padding-left: 32px;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 1024px) {

  .fixed-aside .navigate .logo,
  .navigate-aside .navigate .logo {
    padding-left: 20px;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 768px) {

  .fixed-aside .navigate .logo,
  .navigate-aside .navigate .logo {
    margin-bottom: 30px;
    padding-left: 20px;
  }
}

@media screen and (max-height:600px) {

  .fixed-aside .navigate .logo,
  .navigate-aside .navigate .logo {
    margin-bottom: 30px;
  }

}


.fixed-aside .navigate .nav-list,
.navigate-aside .navigate .nav-list {
  padding-left: 24px;
}

@media screen and (max-width: 768px) {

  .fixed-aside .navigate .nav-list,
  .navigate-aside .navigate .nav-list {
    padding-left: 12px;
  }
}

@media screen and (max-width: 1024px) {

  .fixed-aside .navigate .nav-list,
  .navigate-aside .navigate .nav-list {
    padding-left: 0px;
    margin-top: 15px;
  }
}

.fixed-aside .navigate .nav-list .nav-list-item,
.navigate-aside .navigate .nav-list .nav-list-item {
  padding: 8px;
  margin-bottom: 8px;
}

@media screen and (max-width: 1980px) and (max-height: 968px) {

  .fixed-aside .navigate .nav-list .nav-list-item,
  .navigate-aside .navigate .nav-list .nav-list-item {
    padding: 6px;

  }
}

@media screen and (max-width: 1440px) {

  .fixed-aside .navigate .nav-list .nav-list-item,
  .navigate-aside .navigate .nav-list .nav-list-item {
    padding: 6px 8px;
    margin-bottom: 2px;
  }
}

@media screen and (max-width: 1280px) {

  .fixed-aside .navigate .nav-list .nav-list-item,
  .navigate-aside .navigate .nav-list .nav-list-item {
    padding: 5px 0px;
    margin-bottom: 2px;
  }
}

.fixed-aside .navigate .nav-list .nav-list-item i,
.navigate-aside .navigate .nav-list .nav-list-item i {
  margin-right: 10px;
}

.fixed-aside .navigate .nav-list .nav-list-item:hover,
.navigate-aside .navigate .nav-list .nav-list-item:hover {
  background: rgba(255, 255, 255, 0.15);
}

@media screen and (max-width: 768px) {

  .fixed-aside .navigate .nav-list .nav-list-item:hover,
  .navigate-aside .navigate .nav-list .nav-list-item:hover {
    /* background: #111111 */
  }
}

.fixed-aside .navigate .nav-list .nav-list-item:hover a,
.navigate-aside .navigate .nav-list .nav-list-item:hover a {
  opacity: 1;
}

@media screen and (max-width: 768px) {

  .fixed-aside .navigate .nav-list .nav-list-item:hover a,
  .navigate-aside .navigate .nav-list .nav-list-item:hover a {
    opacity: 0.85;
  }
}

.fixed-aside .navigate .nav-list .nav-list-item:hover .secondNav-list,
.navigate-aside .navigate .nav-list .nav-list-item:hover .secondNav-list {
  display: flex;
  width: auto;
  min-width: 180px;
  /* padding: 0 40px; */
  opacity: 1;
  /* overflow-y: scroll; */
}

@media screen and (max-width: 768px) {

  .fixed-aside .navigate .nav-list .nav-list-item:hover .secondNav-list,
  .navigate-aside .navigate .nav-list .nav-list-item:hover .secondNav-list {
    padding: 0 16px;
    top: 0 !important;
  }

}


.fixed-aside .navigate .nav-list .nav-list-item:hover .secondNav-list .sl-warp,
.navigate-aside .navigate .nav-list .nav-list-item:hover .secondNav-list .sl-warp {
  display: flex;
}

.fixed-aside .navigate .nav-list .nav-list-item:hover .secondNav-list .sl-warp .sw,
.navigate-aside .navigate .nav-list .nav-list-item:hover .secondNav-list .sl-warp .sw {
  padding: 20px 40px;
  overflow-y: scroll;
}

@media screen and (max-width: 768px) {

  .fixed-aside .navigate .nav-list .nav-list-item:hover .secondNav-list .sl-warp .sw,
  .navigate-aside .navigate .nav-list .nav-list-item:hover .secondNav-list .sl-warp .sw {
    padding: 0 16px;

  }
}

.fixed-aside .navigate .nav-list .nav-list-item:hover .commodity-list,
.navigate-aside .navigate .nav-list .nav-list-item:hover .commodity-list {
  display: inline-block;
  width: 992px;
  width: 1240px;

  opacity: 1;
}


@media screen and (max-width:1440px) {

  .fixed-aside .navigate .nav-list .nav-list-item:hover .commodity-list,
  .navigate-aside .navigate .nav-list .nav-list-item:hover .commodity-list {

    width: 1124px;
  }


}

@media screen and (max-width:1280px) {

  .fixed-aside .navigate .nav-list .nav-list-item:hover .commodity-list,
  .navigate-aside .navigate .nav-list .nav-list-item:hover .commodity-list {

    width: 1024px;
  }


}

@media screen and (max-width:768px) {

  .fixed-aside .navigate .nav-list .nav-list-item:hover .commodity-list,
  .navigate-aside .navigate .nav-list .nav-list-item:hover .commodity-list {
    display: none;
    width: 100%;
    padding: 0;
  }


}



.fixed-aside .navigate .nav-list .nav-list-item a,
.navigate-aside .navigate .nav-list .nav-list-item a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #FFFFFF;
  opacity: 0.65;
}

@media screen and (max-width: 768px) {

  .fixed-aside .navigate .nav-list .nav-list-item a,
  .navigate-aside .navigate .nav-list .nav-list-item a {

    opacity: 0.85;
  }
}

.fixed-aside .navigate .nav-list .nav-list-item a:hover,
.navigate-aside .navigate .nav-list .nav-list-item a:hover {
  text-decoration: none;
}

.fixed-aside .navigate .nav-list .nav-list-item .arrow,
.navigate-aside .navigate .nav-list .nav-list-item .arrow {
  font-size: 8px;
}

@media screen and (max-width: 768px) {

  .fixed-aside .navigate .nav-list .nav-list-item .arrow,
  .navigate-aside .navigate .nav-list .nav-list-item .arrow {
    font-size: 20px;
  }
}

.fixed-aside .navigate .nav-list .nav-list-item .warpper,
.navigate-aside .navigate .nav-list .nav-list-item .warpper {
  display: flex;
  align-items: center;
}

.fixed-aside .navigate .nav-list .nav-list-item .warpper i,
.navigate-aside .navigate .nav-list .nav-list-item .warpper i {
  margin-right: 8px;
}

.fixed-aside .navigate .nav-list .nav-list-item .commodity-list,
.navigate-aside .navigate .nav-list .nav-list-item .commodity-list {
  display: none;
  position: absolute;
  left: 300px;
  width: 992px;
  height: 100vh;
  top: -24px;
  background-color: white;
  padding: 50px 56px;
  overflow: auto;
  opacity: 0;
  box-shadow: 16px 0px 16px rgb(0 0 0 / 2%);
  z-index: -100;
  -webkit-transition: width 0.5s;
}

/* @media screen and (max-width: 768px) {

  .fixed-aside .navigate .nav-list .nav-list-item .commodity-list,
  .navigate-aside .navigate .nav-list .nav-list-item .commodity-list {

    background-color: rgba(17, 17, 17);

  }
} */

@media screen and (max-width: 1280px) {

  .fixed-aside .navigate .nav-list .nav-list-item .commodity-list,
  .navigate-aside .navigate .nav-list .nav-list-item .commodity-list {
    left: 250px;
    height: 105vh;
    top: 0;
    padding: 25px 22px;
  }
}

@media screen and (max-width: 768px) {

  .fixed-aside .navigate .nav-list .nav-list-item .commodity-list,
  .navigate-aside .navigate .nav-list .nav-list-item .commodity-list {
    position: fixed;
    left: 0px;
    width: 50%;
    z-index: 1000;
    top: 0 !important;
    padding: 16px;
  }
}

@media screen and (max-width: 768px) {

  .fixed-aside .navigate .nav-list .nav-list-item .commodity-list,
  .navigate-aside .navigate .nav-list .nav-list-item .commodity-list {
    width: 100%;
  }
}

.fixed-aside .navigate .nav-list .nav-list-item .commodity-list .commodity-item,
.navigate-aside .navigate .nav-list .nav-list-item .commodity-list .commodity-item {
  margin-bottom: 65px;
}

/* @media screen and (max-width: 768px) {

  .fixed-aside .navigate .nav-list .nav-list-item .commodity-list .commodity-item,
  .navigate-aside .navigate .nav-list .nav-list-item .commodity-list .commodity-item {
    margin-bottom: 32px;
  }
} */

.fixed-aside .navigate .nav-list .nav-list-item .commodity-list .commodity-item .ci-title,
.navigate-aside .navigate .nav-list .nav-list-item .commodity-list .commodity-item .ci-title {
  font-size: 14px;
  color: #000000;
  min-height: 40px;
  display: inline-block;
  font-weight: bold;
}

@media screen and (max-width: 768px) {

  .fixed-aside .navigate .nav-list .nav-list-item .commodity-list .commodity-item .ci-title,
  .navigate-aside .navigate .nav-list .nav-list-item .commodity-list .commodity-item .ci-title {
    font-weight: bold;

  }
}

.fixed-aside .navigate .nav-list .nav-list-item .commodity-list .commodity-item .ci-img,
.navigate-aside .navigate .nav-list .nav-list-item .commodity-list .commodity-item .ci-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

/* 
@media screen and (max-width:768px) {

  .fixed-aside .navigate .nav-list .nav-list-item .commodity-list .commodity-item .ci-img,
  .navigate-aside .navigate .nav-list .nav-list-item .commodity-list .commodity-item .ci-img {
    display: none;
  }

  .fixed-aside .navigate .nav-list .nav-list-item .commodity-list .commodity-item .ci-link,
  .navigate-aside .navigate .nav-list .nav-list-item .commodity-list .commodity-item .ci-link {
    display: none;
  }

} */

.fixed-aside .navigate .nav-list .nav-list-item .commodity-list .commodity-item .ci-link .cl-item a,
.navigate-aside .navigate .nav-list .nav-list-item .commodity-list .commodity-item .ci-link .cl-item a {
  color: #000000;
  font-size: 14px;
  margin-bottom: 8px;
  justify-content: flex-start;
}

.fixed-aside .navigate .nav-list .nav-list-item .commodity-list .commodity-item .ci-link .cl-item a .title,
.navigate-aside .navigate .nav-list .nav-list-item .commodity-list .commodity-item .ci-link .cl-item a .title {

  opacity: 0.65;

}

@media screen and (max-width:1440px) {

  .fixed-aside .navigate .nav-list .nav-list-item .commodity-list .commodity-item .ci-link .cl-item a,
  .navigate-aside .navigate .nav-list .nav-list-item .commodity-list .commodity-item .ci-link .cl-item a {

    font-size: 12px;

  }

}

.fixed-aside .navigate .nav-list .nav-list-item .commodity-list .commodity-item .ci-link .cl-item a span,
.navigate-aside .navigate .nav-list .nav-list-item .commodity-list .commodity-item .ci-link .cl-item a span {

  opacity: 1;


}

.fixed-aside .navigate .nav-list .nav-list-item .commodity-list .commodity-item .ci-link .cl-item a:hover .title,
.navigate-aside .navigate .nav-list .nav-list-item .commodity-list .commodity-item .ci-link .cl-item a:hover .title {
  opacity: 1;
}

.fixed-aside .navigate .nav-list .nav-list-item .commodity-list .commodity-item .ci-link .all a,
.navigate-aside .navigate .nav-list .nav-list-item .commodity-list .commodity-item .ci-link .all a {
  color: #FD4627;
}

.fixed-aside .navigate .nav-list .nav-list-item .secondNav-list,
.navigate-aside .navigate .nav-list .nav-list-item .secondNav-list {
  /* display: none; */
  backdrop-filter: saturate(180%) blur(20px);
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  position: absolute;
  left: 300px;
  width: 0px;
  min-width: 0px;
  white-space: nowrap;
  height: 100vh;
  top: -24px;
  /* padding: 0 40px; */
  /* background: #111111; */
  flex-direction: column;
  /* background-color: rgba(17, 17, 17, 0.5); */
  background-color: rgba(45, 45, 45, 0.65);
  transition: 0.5s width, 0.5s 0.2s color, 0.5s 0.2s opacity, 0.5s min-width;
  opacity: 0;




}

@media screen and (max-width: 1280px) {

  .fixed-aside .navigate .nav-list .nav-list-item .secondNav-list,
  .navigate-aside .navigate .nav-list .nav-list-item .secondNav-list {
    left: 250px;
    height: 105vh;
  }
}

@media screen and (max-width: 768px) {

  .fixed-aside .navigate .nav-list .nav-list-item .secondNav-list,
  .navigate-aside .navigate .nav-list .nav-list-item .secondNav-list {
    backdrop-filter: none;
    position: fixed;
    left: 0px;
    width: 50% !important;
    background-color: rgba(17, 17, 17);
    z-index: 1000;
    top: 0;
    padding: 0 16px;
  }
}

@media screen and (max-width: 480px) {

  .fixed-aside .navigate .nav-list .nav-list-item .secondNav-list,
  .navigate-aside .navigate .nav-list .nav-list-item .secondNav-list {
    width: 100% !important;
    display: none;
  }
}

.fixed-aside .navigate .nav-list .nav-list-item .secondNav-list .secondNav-head,
.navigate-aside .navigate .nav-list .nav-list-item .secondNav-list .secondNav-head {
  padding: 18px 0;
  display: flex;
  justify-content: space-between;
  display: none;
}

@media screen and (max-width: 768px) {

  .fixed-aside .navigate .nav-list .nav-list-item .secondNav-list .secondNav-head,
  .navigate-aside .navigate .nav-list .nav-list-item .secondNav-list .secondNav-head {
    display: flex;
    padding-right: 14px;
  }
}

.fixed-aside .navigate .nav-list .nav-list-item .secondNav-list .secondNav-head i,
.navigate-aside .navigate .nav-list .nav-list-item .secondNav-list .secondNav-head i {
  color: white;
  margin-right: 0;
  font-size: 24px;
}

.fixed-aside .navigate .nav-list .nav-list-item .commodity-list .secondNav-head,
.navigate-aside .navigate .nav-list .nav-list-item .commodity-list .secondNav-head {
  padding: 0px 0 20px;
  display: flex;
  justify-content: space-between;
  display: none;
}

@media screen and (max-width: 768px) {

  .fixed-aside .navigate .nav-list .nav-list-item .commodity-list .secondNav-head,
  .navigate-aside .navigate .nav-list .nav-list-item .commodity-list .secondNav-head {
    display: flex;
    padding: 15px;
    border-bottom: 1px solid rgba(233, 233, 233);
    margin-bottom: 28px;
  }
}

.fixed-aside .navigate .nav-list .nav-list-item .commodity-list .secondNav-head i,
.navigate-aside .navigate .nav-list .nav-list-item .commodity-list .secondNav-head i {
  color: black;
  margin-right: 0;
  font-size: 25px;
}

/* @media screen and (max-width: 768px) {

  .fixed-aside .navigate .nav-list .nav-list-item .commodity-list .secondNav-head i,
  .navigate-aside .navigate .nav-list .nav-list-item .commodity-list .secondNav-head i {
    color: white;

  }
} */







.fixed-aside .navigate .nav-list .nav-list-item .secondNav-list .sl-warp,
.navigate-aside .navigate .nav-list .nav-list-item .secondNav-list .sl-warp {
  display: none;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

@media screen and (max-width: 768px) {

  .fixed-aside .navigate .nav-list .nav-list-item .secondNav-list .sl-warp,
  .navigate-aside .navigate .nav-list .nav-list-item .secondNav-list .sl-warp {

    justify-content: flex-start;


  }
}

.fixed-aside .navigate .nav-list .nav-list-item .secondNav-list .sl-warp .si-label,
.navigate-aside .navigate .nav-list .nav-list-item .secondNav-list .sl-warp .si-label {
  margin-bottom: 25px;
  text-align: left;
  color: #FFFFFF;
  opacity: 0.65;
}

.fixed-aside .navigate .nav-list .nav-list-item .secondNav-list .sl-warp .si-value,
.navigate-aside .navigate .nav-list .nav-list-item .secondNav-list .sl-warp .si-value {
  margin-bottom: 40px;
  text-align: left;
  color: #FFFFFF;
  opacity: 0.65;
}


.fixed-aside .navigate .nav-list .nav-list-item .secondNav-list .sl-warp .secondNav-list-item,
.navigate-aside .navigate .nav-list .nav-list-item .secondNav-list .sl-warp .secondNav-list-item {
  padding: 8px 0;
  color: #FFFFFF;
  opacity: 0.65;
  margin-bottom: 24px;
  cursor: pointer;
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 768px) {

  .fixed-aside .navigate .nav-list .nav-list-item .secondNav-list .sl-warp .secondNav-list-item,
  .navigate-aside .navigate .nav-list .nav-list-item .secondNav-list .sl-warp .secondNav-list-item {
    opacity: 0.85;
    justify-content: flex-start;
    padding-left: 12px;
  }
}


@media screen and (max-width: 768px) {

  .fixed-aside .navigate .nav-list .nav-list-item .secondNav-list .sl-warp .secondNav-list-item:hover,
  .navigate-aside .navigate .nav-list .nav-list-item .secondNav-list .sl-warp .secondNav-list-item:hover {
    opacity: 0.85;
  }
}

.fixed-aside .navigate .nav-list .nav-list-item .secondNav-list .sl-warp .secondNav-list-item:hover,
.navigate-aside .navigate .nav-list .nav-list-item .secondNav-list .sl-warp .secondNav-list-item:hover {
  opacity: 1;
}

.fixed-aside .navigate .nav-list .search,
.navigate-aside .navigate .nav-list .search {
  width: 100%;
}

.fixed-aside .navigate .nav-list .search-input,
.navigate-aside .navigate .nav-list .search-input {
  height: 38px;
  display: flex;
  align-items: center;
  display: none;
  margin-bottom: 8px;
}

@media screen and (max-width: 768px) {

  .fixed-aside .navigate .nav-list .search-input,
  .navigate-aside .navigate .nav-list .search-input {
    padding-right: 30px;
  }
}

.fixed-aside .navigate .nav-list .search-input form,
.navigate-aside .navigate .nav-list .search-input form {
  display: flex;
}

.fixed-aside .navigate .nav-list .search-input .si-btn,
.navigate-aside .navigate .nav-list .search-input .si-btn {
  width: 48px;
  height: 36px;
  background-color: #FD4627;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
}

.fixed-aside .navigate .nav-list .search-input .input,
.navigate-aside .navigate .nav-list .search-input .input {
  width: 178px;
  height: 36px;
  border: 0;
  padding: 8px 16px;
}

.fixed-aside .navigate .nav-list .search-input .input::-webkit-input-placeholder,
.navigate-aside .navigate .nav-list .search-input .input::-webkit-input-placeholder {
  /* Edge */
  color: #666666;
}

.fixed-aside .navigate .nav-list .search-input .input:-ms-input-placeholder,
.navigate-aside .navigate .nav-list .search-input .input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #666666;
}

.fixed-aside .navigate .nav-list .search-input .input ::placeholder,
.navigate-aside .navigate .nav-list .search-input .input ::placeholder {
  color: #666666;
}

@media screen and (max-width: 1280px) {

  .fixed-aside .navigate .nav-list .search-input .input,
  .navigate-aside .navigate .nav-list .search-input .input {
    width: 120px;
  }
}

.fixed-aside .navigate .nav-list .search-input .close-area,
.navigate-aside .navigate .nav-list .search-input .close-area {
  margin-left: 8px;
  background-color: rgba(255, 255, 255, 0.1);
  width: 21px;
  text-align: center;
}

@media screen and (max-width: 768px) {

  .fixed-aside .navigate .nav-list .search-input .close-area,
  .navigate-aside .navigate .nav-list .search-input .close-area {
    margin-left: auto;
  }
}

.fixed-aside .navigate .nav-list .search-input .close-area .guanbijian,
.navigate-aside .navigate .nav-list .search-input .close-area .guanbijian {
  color: #FFFFFF;
  opacity: 0.65 !important;
  cursor: pointer;
}

.fixed-aside .navigate .nav-list-bottom,
.navigate-aside .navigate .nav-list-bottom {
  margin-top: auto;
}

.fixed-aside .navigate .nav-list-bottom .nav-list-item,
.navigate-aside .navigate .nav-list-bottom .nav-list-item {
  padding-left: 6px;
}

@media screen and (max-width: 768px) {

  .fixed-aside .navigate .nav-list-bottom,
  .navigate-aside .navigate .nav-list-bottom {
    padding-bottom: 30px;
  }
}

.navigate-aside {
  position: absolute;
  display: none;
  height: 100vh;
}

@media screen and (max-width: 768px) {
  .navigate-aside {
    position: fixed;
    height: 100vh;
  }
}

.navigate-aside .logo {
  display: none !important;
}

.navigate-aside .nav-list .nav-list-item .secondNav-list {
  background-color: rgba(45, 45, 45, 0.75) !important;
}

@media screen and (max-width: 768px) {
  .navigate-aside .nav-list .nav-list-item .secondNav-list {
    background-color: #fff !important;
  }

  .fixed-aside .navigate .nav-list .nav-list-item .secondNav-list .secondNav-head i,
  .navigate-aside .navigate .nav-list .nav-list-item .secondNav-list .secondNav-head i {
    color: #000;
  }
}

.navigate-aside .nav-list-bottom .nav-list-item {
  padding-left: 6px;
}

.navigate-aside .nav-list-bottom .user,
.navigate-aside .nav-list-bottom .search {
  display: none !important;
}

@media screen and (max-width: 1280px) {
  .navigate-aside .commodity-list {
    top: -24px !important;
  }
}

@media screen and (max-width: 1280px) {
  .navigate-aside .secondNav-list {
    top: -24px !important;
  }
}

@font-face {
  font-family: 'Gilroy';
  src: url('../otf/gilroy-bold.woff.otf');
}

body {
  font-size: 16px !important;
  font-family: 'Gilroy', '微软雅黑';
}

@media screen and (max-width: 1280px) {
  body {
    font-size: 14px !important;
  }
}

::-webkit-scrollbar {
  width: 8px;
  height: 1px;
}

::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background: #BEBEBE;
  -webkit-box-shadow: none;
}

::-webkit-scrollbar-track {
  border-radius: 10px;
  -webkit-box-shadow: none;
}

@media screen and (min-width: 576px) {
  .navbar-expand-sm {
    justify-content: space-between;
  }
}

.bg-black {
  background-color: #F7F7F7;
}

.bg-black .header-warp {
  color: white;
}

.bg-black .header-warp .navbar-brand {
  color: white;
}

@media screen and (max-width: 768px) {
  .bg-black .header-warp .navbar-brand .logo {
    color: white;
  }
}

.main-warp-container {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0px;
  background: rgba(0, 0, 0, 0.7);
  display: none;
  left: 0;
  z-index: 10000;
}

@media screen and (max-width: 768px) {

  .main-warp-container {
    top: 0;
    background: rgba(0, 0, 0, 0.7);
  }
}

.navigate-aside .navigate .closure {
  color: #000;
}

.fixed-aside,
.navigate-aside {
  background-color: #fff;
}

.navigate-aside .navigate .nav-list .nav-list-item a {
  color: #000;
  padding: 0 10px 0 18px;
}

.main-warp-container .warp-container {
  position: relative;
  /* max-width: 1400px; */
  height: 100%;
  margin: 0 auto;
}

.main-warp-container .warp-container .warp-container-right {
  width: calc(100% - 310px);
  margin-left: 310px;
  height: 100%;
}

.navbar-brand {
  padding: 15px 0px;
}

.cookie_tag {
  position: fixed;
  bottom: 0;
  width: 100%;
  -webkit-transition: all .3s;
  transition: all .3s;
  background: rgba(0, 0, 0, .8);
  padding: 20px 0;
  z-index: 9999;
}



.cookie_1200 {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 12px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  padding-right: 100px;
}

.cookie_1200 .text {
  font-size: 16px;
  color: #fff;
  word-break: keep-all;
  display: inline-block;
  line-height: 1.5;
}

.cookie_1200 .text a {
  text-decoration: underline !important;
  color: #fff;
}

.cookie_btns {
  display: inline-block;
  text-align: right;
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 9px 15px;
  background: #FD4627;
  color: #fff;
  border-radius: 3px;
  cursor: pointer;
}

#chatra.chatra--side-bottom {
  bottom: 80px;
}

@-webkit-keyframes fade-in-left {
  0% {
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
    /* opacity: 0; */
    z-index: -9999;
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    /* opacity: 1; */
    z-index: 1;
  }
}

@keyframes fade-in-left {
  0% {
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
    /* opacity: 0; */
    z-index: -9999;

  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    /* opacity: 1; */
    z-index: 1;
  }
}

@-webkit-keyframes slide-left {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
  }
}

@keyframes slide-left {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
  }
}

.slide-left {
  -webkit-animation: slide-left 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
  animation: slide-left 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

.fade-in-left {
  -webkit-animation: fade-in-left .5s cubic-bezier(.25, .46, .45, .94);
  animation: fade-in-left .5s cubic-bezier(.25, .46, .45, .94)
}

footer .footer-copyright {
  border-top: 1px solid #666666;
}

@media screen and (max-width:768px) {
  footer .footer-copyright {
    border-top: none;
  }
}

footer .footer-copyright .copyright {
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  width: 100%;
  padding: 10px 0;
  color: #010101;
  opacity: 0.8;
  font-size: 14px;
}

footer .footer-copyright .copyright span {
  color: #010101 !important;
  opacity: 0.8;
}

@media screen and (max-width:768px) {

  footer .footer-copyright .copyright {
    padding-left: 16px;
  }
}

@media screen and (max-width:768px) {


  .cookies-warpper {
    flex-direction: column;

  }

}

#cookieModal .modal-dialog {
  width: 1150px;
  max-width: 1150px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}

.cookie-dialog {
  padding: 16px;
}

.cookie-dialog .cd-title {
  display: flex;
  justify-content: space-between;
  font-size: 16px;

  font-weight: 700;
  color: #000000;
  line-height: 24px;
  margin-bottom: 16px;
}

#cookieModal .modal-content {
  border: 0;
}

.cookie-dialog .cd-tips {
  font-size: 14px;

  font-weight: 500;
  color: #000000;
  line-height: 21px;
  margin-bottom: 16px;
}

.cookie-dialog .cd-item .active {
  border: 1px solid rgba(180, 180, 180, 1);
  background-color: rgba(244, 245, 247, 1);
  padding: 16px;
  border-radius: 4px;
}

.cookie-dialog .cd-item .active .cd-title .iconfont {
  transform: rotate(180deg);
}

.cookie-dialog .cd-item .active .details-title {
  font-size: 14px;

  font-weight: 500;
  color: #FF6C00;
  margin-bottom: 16px;
  line-height: 21px;
}

.cookies-warpper a {
  color: #FF6C00 !important;
}

.cookie-dialog .cd-btn-group {
  padding: 16px 0;
  border-top: 1px solid rgba(226, 226, 226, 1);
  display: flex;
  justify-content: center;
}

.cookie-dialog .cd-btn-group .confirm-btn {
  background: rgba(0, 0, 0, 0.04);
  padding: 9px 16px;
  cursor: pointer;
  color: #000000;
  margin-right: 16px;
  border-radius: 4px;
}

.cookie-dialog .cd-btn-group .save-btn {
  background: #FF6C00;
  padding: 9px 16px;
  cursor: pointer;
  color: #fff;
  border-radius: 4px;
}

.cookie-dialog .cd-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 16px;
}

.cookie-dialog .cd-item input[type='checkbox'] {
  margin-right: 16px;
  margin-top: 4px;

}

.cookie-dialog .cd-item .ci-title {
  font-size: 14px;

  font-weight: 700;
  color: #000000;
  line-height: 21px;
  margin-bottom: 16px;
}

.cookie-dialog .cd-item .ci-description {
  font-size: 14px;

  font-weight: 500;
  color: #000000;
  line-height: 21px;
  margin-bottom: 16px;
}

.cookie-dialog .cd-item .ci-expand {
  font-size: 14px;

  font-weight: 500;
  color: #F54627;
  line-height: 21px;
  cursor: pointer;
  max-height: 300px;
  overflow-y: auto;
}

.cookie-dialog .cd-item .ci-expand .ci-detail {
  display: none;
}

.cookie-dialog .cd-item .ci-expand .ci-detail .cd-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* padding-bottom: 16px; */
  border-bottom: 1px solid rgba(180, 180, 180, 1);
  font-size: 14px;

  font-weight: 700;
  color: #000000;
  line-height: 21px;
  flex-direction: column;

}

.cookie-dialog .cd-item .ci-expand .ci-detail .cd-item .cd-item-title {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 16px;
}

.cookie-dialog .cd-item .ci-expand .ci-detail .cd-item .cd-item-detail {
  width: 100%;
  display: none;
}

.cookie-dialog .cd-item .ci-expand .ci-detail .cd-item .cd-item-detail .cid {
  padding: 8px 0;
  border-bottom: 1px solid rgba(226, 226, 226, 1);

}

.cookie-dialog .cd-item .ci-expand .ci-detail .cd-item .cd-item-detail .cid-item {
  display: flex;
  margin-bottom: 8px;

}

.cookie-dialog .cd-item .ci-expand .ci-detail .cd-item .cd-item-detail .label {
  flex: 1;
  font-size: 14px;

  font-weight: 500;
  color: #000000;
  line-height: 21px;
}

.cookie-dialog .cd-item .ci-expand .ci-detail .cd-item .cd-item-detail .value {
  flex: 1;
  font-size: 14px;

  font-weight: 500;
  color: #000000;
  line-height: 21px;
}

.cookies-warpper {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 10px 24px;
  background-color: rgba(0, 0, 0, .6);
  z-index: 99999;
  font-size: 14px;

  font-weight: 500;
  color: #fff;
  line-height: 21px;
  display: none;
  justify-content: space-between;
  align-items: center;


}

.cookies-warpper span {
  color: #FF6C00;
  cursor: pointer;
  /* text-decoration: underline; */
}

.cookies-warpper .cw-btn-group {
  display: flex;
}

.cookies-warpper .only-btn {
  padding: 8px 18px;

  background: #FFFFFF;
  border: 1px solid #FFFFFF;


  color: #000000;
  margin-right: 16px;
  cursor: pointer;
}

.cookies-warpper .all-btn {
  padding: 8px 18px;
  background-color: #FF6C00;

  color: #fff;

  cursor: pointer;
}

.cookie-dialog .icon-jiantou-zuo {
  display: none;
}

@media screen and (max-width: 768px) {
  #cookieModal {
    z-index: 99999;
  }

  .modal-dialog {
    width: 100vw !important;
    max-width: 100vw !important;
    margin: 0;
  }

  .cookie-dialog .icon-jiantou-zuo {
    display: inline-block;
    margin-right: 16px;

  }

  .cookie-dialog .close {
    display: none;
  }

  .cookie-dialog .cd-title {
    justify-content: inherit;
  }

  #cookieModal .modal-dialog {
    top: 0;
    transform: none;
    left: 0;
  }
}

@media screen and (max-width: 1440px) {
  .cookies-warpper .cw-btn-group {
    flex: 30%;
    justify-content: right;
  }

  .cookies-warpper {
    font-size: 12px;
  }
}

.new_index-main .square-grid {
  padding: 14px;
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.new_index-main .square-grid .square-grid-item {
  width: calc(50% - 7px);
  position: relative;
  overflow: hidden;
}

 .new_index-main .square-grid .square-grid-item picture{
  display: inline-block;
  width: 100%;
}
/* .new_index-main .square-grid .square-grid-item {
  height: 976px;
}

@media screen and (max-width: 1680px) {
  .new_index-main .square-grid .square-grid-item {
    height: 636px;
  }
}

@media screen and (max-width: 1560px) {
  .new_index-main .square-grid .square-grid-item {
    height: 590px;
  }
}

@media screen and (max-width: 1440px) {
  .new_index-main .square-grid .square-grid-item {
    height: 543px;
  }
}

@media screen and (max-width: 1366px) {
  .new_index-main .square-grid .square-grid-item {
    height: 515px;
  }
}

@media screen and (max-width: 1280px) {
  .new_index-main .square-grid .square-grid-item {
    height: 480px;
  }
}
@media screen and (max-width:768px) {
  .new_index-main .square-grid .square-grid-item {
    height: 976px;
    overflow: hidden;
  }

}
@media screen and (max-width:420px) {
  .new_index-main .square-grid .square-grid-item {
    height: 532px;
    overflow: hidden;
  }

} */

.new_index-main .square-grid .square-grid-item img {
  width: 100%;
  object-fit: cover;

}

.new_index-main .square-grid .square-grid-item .sgi-describe {
  position: absolute;
  top: 62px;
  width: 100%;
  text-align: center;
}

.new_index-main .square-grid .square-grid-item .sgi-describe .sd-title {
  font-size: 36px;

  font-weight: bold;
  color: #242023;
  line-height: 1;
  width: 70%;
  margin: 0 auto;
  margin-bottom: 17px;

}
@media screen and (max-width: 1280px) {
  .new_index-main .square-grid .square-grid-item .sgi-describe .sd-title{
    width: 85%;
  }
  
}
@media screen and (max-width: 768px) {
  .new_index-main .square-grid .square-grid-item .sgi-describe .sd-title{
    width: 70%;
  }
  
}
.new_index-main .square-grid .square-grid-item .sgi-describe .sd-text {
  font-size: 16px;

  font-weight: 500;
  color: #333;
  line-height: 1.5;
  margin: 0 auto;
  margin-bottom: 21px;
  display: -webkit-box;
  /* 必须设置display属性为-webkit-box */
  overflow: hidden;
  /* 超出部分隐藏 */
  text-overflow: ellipsis;
  /* 显示省略号 */
  -webkit-line-clamp: 2;
  /* 限制显示两行 */
  -webkit-box-orient: vertical;
  /* 垂直方向上的换行 */
  width: 70%;
}

.new_index-main .square-grid .square-grid-item .sgi-describe .sd-btn-group {

  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (min-width: 1920px) {
  .new_index-main .square-grid .square-grid-item .sgi-describe .sd-title {
    font-size: 48px;
  }

  .new_index-main .square-grid .square-grid-item .sgi-describe .sd-text {
    font-size: 18px;
  }

  .new_index-main .square-grid .square-grid-item .sgi-describe {
    top: 120px;
  }
}

.new_index-main .square-grid .square-grid-item .sgi-describe .sd-btn-group .learn-more {

  font-size: 16px;

  font-weight: 500;
  color: #0075D9;
  margin-right: 33px;
  line-height: 1;
  display: flex;
  align-items: center;
}

.new_index-main .square-grid .square-grid-item .sgi-describe .sd-btn-group .buy {

  font-size: 16px;

  font-weight: 500;
  color: #0075D9;
  line-height: 1;
  display: flex;
  align-items: center;
  cursor: pointer;
}

.application-swiper .swiper-slide video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  cursor: pointer;
}

.application-swiper {
  margin: 78px 0;
}

/* .application-swiper .swiper-slide {
  height: 574px;
} */

@media screen and (max-width:1440px) {
  /* .application-swiper .swiper-slide {
    height: 430px;
  } */

  .application-swiper .swiper-container-horizontal>.swiper-pagination-bullets {
    top: auto;
    left: auto;
    right: auto;
    transform: none;

  }

  .artwork-swiper .swiper-container-horizontal>.swiper-pagination-bullets {

    top: auto;
    left: auto;
    right: auto;
    transform: none;
  }
}

@media screen and (max-width:1280px) {
  /* .application-swiper .swiper-slide {
    height: 383px;
  } */
}

.application-swiper .swiper-container-horizontal>.swiper-pagination-bullets {
  bottom: 20px !important;
  padding-right: 0;
  left: 0;
  transform: none;
  text-align: center;
}

.application-swiper .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 10px;
}

.application-swiper .swiper-button-next {
  background: none;
  margin-top: 0;
  line-height: 1;
  color: #fff;
  right: 26%;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 45%;
}

.application-swiper .swiper-button-prev {
  background: none;
  margin-top: 0;
  line-height: 1;
  color: #fff;
  left: 26%;
  top: 45%;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  /* background-color: rgba(0,0,0,.3); */
  display: flex;
  align-items: center;
  justify-content: center;

}

.artwork-swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.artwork-swiper {
  margin: 77px 0 71px;
}

.artwork-swiper .swiper-slide {
  height: 484px;
}

@media screen and (max-width:1440px) {
  .artwork-swiper .swiper-slide {
    height: 363px;
  }

}

@media screen and (max-width:1280px) {
  .artwork-swiper .swiper-slide {
    height: 323px;
  }

}

.artwork-swiper .swiper-container-horizontal>.swiper-pagination-bullets {
  bottom: 20px;
  padding-right: 0
}

.artwork-swiper .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 10px;
}

.artwork-swiper .swiper-button-next {
  background: none;
  width: auto;
  height: auto;
  margin-top: 0;
  line-height: 1;
  color: #fff;
  right: 31%;
}

.artwork-swiper .swiper-button-prev {
  background: none;
  width: auto;
  height: auto;
  margin-top: 0;
  line-height: 1;
  color: #fff;
  left: 31%;

}

.artwork-swiper .swiper-button-prev .icon-jiantou-zuo,
.artwork-swiper .swiper-button-next .icon-jiantou-you {
  font-size: 20px;

}

.application-swiper.swiper-button-prev i {
  font-size: 20px;

}

.application-swiper .swiper-button-next i {
  font-size: 20px !important;

}

.artwork-swiper .artwork-swiper-item {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
}

.artwork-swiper .artwork-swiper-item .artwork-describe {
  position: absolute;
  left: 26px;
  bottom: 35px;
}

.artwork-swiper .artwork-swiper-item .artwork-describe .artwork-title {
  font-size: 24px;

  font-weight: bold;
  color: #FFFFFF;
  margin-bottom: 18px;
}

.artwork-swiper .artwork-swiper-item .artwork-describe .artwork-learn {
  font-size: 16px;

  font-weight: 500;
  color: #1C84DC !important;
  display: flex;
  align-items: center;
  line-height: 1;
}

@media screen and (max-width:768px) {
  .new_index-main .square-grid {
    padding: 0;
    margin-top: 16px;
    gap: 10px;
  }

  .new_index-main .square-grid .square-grid-item {
    width: 100%;
  }

  .new_index-main .square-grid .square-grid-item .sgi-describe .sd-title {
    font-size: 24px;
    margin-bottom: 8px;
    font-weight: 700;
    line-height: 36px;
  }

  .new_index-main .square-grid .square-grid-item .sgi-describe .sd-text {
    font-size: 16px;

    font-weight: 500;
    color: #000000;
    margin-bottom: 8px;
  }

  .new_index-main .square-grid .square-grid-item .sgi-describe .sd-btn-group .learn-more {
    font-size: 12px;
  }

  .new_index-main .square-grid .square-grid-item .sgi-describe .sd-btn-group .buy {
    font-size: 12px;
  }

  .index-main .right-container .content-warp .center-warpper {
    gap: 7px;
  }

  .index-main .right-container .content-warp .application {
    padding: 32px 16px 16px;
  }

  .application-swiper {
    /* padding: 0 32px; */
    margin: 8px 0 0;
  }

  .index-main .right-container .content-warp .news .news-item {
    width: calc(50% - 7px);
  }

  .index-main .right-container .content-warp .news .news-item .news-item-info {
    padding: 4px;
  }

  .index-main .right-container .content-warp .news .news-item .news-item-info .nii-data {
    font-size: 12px;
    margin-bottom: 4px;
  }

  .index-main .right-container .content-warp .news .news-item .news-item-info .nii-wm {
    font-size: 12px;
  }

  /* .application-swiper .swiper-slide {
    max-height: 226px;
  } */

  .artwork-swiper .swiper-slide {
    max-height: 258px;
  }

  .application-swiper .swiper-button-next {
    right: 10px;
  }

  .application-swiper .swiper-button-prev {
    left: 10px;
  }

  .artwork-swiper .swiper-button-next {
    right: 10px;
  }

  .artwork-swiper .swiper-button-prev {
    left: 0;
  }

  .artwork-swiper .artwork-swiper-item .artwork-describe .artwork-title {
    font-size: 18px;

    color: #FFFFFF;
    margin-bottom: 4px;
  }

  .artwork-swiper .artwork-swiper-item .artwork-describe .artwork-learn {
    font-size: 12px;
  }

  .artwork-swiper {
    margin: 16px 0 0px;
  }
}

.onlineServiceBtn-contact-us {
  font-size: 14px;
  margin: 0;
  padding: 0;
  height: auto;
  display: inline-block;
  background: #FF6C00;
  border-radius: 18px;
  margin-bottom: 11px;
  color: #fff;
  text-align: center;
  width: 100%;
  display: inline-block;

  width: 100%;

  height: 36px;
  cursor: pointer;
  line-height: 36px;
  position: relative;


}

.onlineServiceBtn-contact-us .onlineServiceBtn-cu-details {
  width: 300px;
  position: absolute;
  right: 130px;
  height: 320px;
  top: -260px;
  box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.09), 1px 1px 43px 0px rgba(0, 0, 0, 0.09);
  background: #FFFFFF;
  border-radius: 8px;
  padding: 32px;
  color: #171717;
  text-align: left;
  display: none;
  font-size: 14px;
  line-height: 28px;
  overflow-y: auto;


}

.onlineServiceBtn-contact-us .onlineServiceBtn-cu-details .icon-close {
  position: absolute;
  top: 0;
  right: 10px;
  color: #333333;
}

.onlineServiceBtn-contact-us .onlineServiceBtn-cu-details::before {
  content: '';
  right: -8px;
  bottom: 30px;
  position: absolute;
  width: 0;
  height: 0;
  border-left: 10px solid #fff;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}

@media screen and (max-width:768px) {
  .footer-menus .fm-list {

    background-color: rgba(255, 255, 255, .5);
    padding: 16px;
    margin-top: 16px;
  }

  .footer-menus .fm-list li:first-child {
    margin-top: 0;
  }

  .onlineServiceBtn-contact-us .onlineServiceBtn-cu-details {
    width: 200px;
    height: auto;
    padding: 12px;
  }
}

.navigate-aside .navigate .nav-list .nav-list-item a span {
  font-weight: bold;
}

.navigate-aside .navigate .nav-list .series-active .series-wapprer {
  display: inline-block !important;

}

.navigate-aside .navigate .nav-list .series-active a .arrow {
  transform: rotate(180deg);
}

.navigate-aside .navigate .nav-list .nav-list-item .series-wapprer {
  background: #F7F7F7;
  padding: 0px 10px 0 18px;
  display: none;
  width: 100%;

  font-weight: 500;
  color: #000000;
  font-size: 14px;
}

.navigate-aside .navigate .nav-list .nav-list-item .series-wapprer .sw-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 0;
}

.series-wapprer .sw-item .cl-warpper {}

.series-wapprer .sw-item .cl-warpper .swi-active .swi-details {
  display: inline-block !important;
}

.series-wapprer .sw-item .cl-warpper .swi-active .arrow {
  transform: rotate(180deg);
}

.series-wapprer .sw-item .cl-warpper .cl-title {
  font-weight: bold;
  font-size: 14px;
  color: #000;
  margin-bottom: 14px;
  padding: 0 18px;

}

.series-wapprer .sw-item .cl-warpper .series-wapprer-item {
  background: #F7F7F7;
  padding: 10px 15px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;

}

.series-wapprer .sw-item .cl-warpper .series-wapprer-item .arrow {
  margin-right: 0;

}

.series-wapprer .sw-item .cl-warpper .series-wapprer-item .swi-title {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;

}

.series-wapprer .sw-item .cl-warpper .series-wapprer-item .swi-details {
  display: none;
  width: 100%;

}

.series-wapprer .sw-item .cl-warpper .series-wapprer-item .swi-details .swid-item {
  display: flex;
  align-items: center;
  margin: 25px 0;
  padding: 0 24px;

}

.series-wapprer .sw-item .cl-warpper .series-wapprer-item .swi-details .swid-img {
  width: 106px;
  height: 62px;
  object-fit: cover;
  margin-right: 26px;
}

.series-wapprer .sw-item .cl-warpper .series-wapprer-item .swi-details .swid-item .swid-title {
  font-size: 14px;
  color: #212121;
  margin-bottom: 5px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: break-all;
}

.series-wapprer .sw-item .cl-warpper .series-wapprer-item .swi-details .swid-item .swid-describe {
  font-size: 12px;
  color: #878686;

  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: break-all;

}

.series-wapprer .sw-item .cl-warpper .series-wapprer-item .vm {
  text-align: center;
  color: #000000;
  font-size: 14px;
  padding-bottom: 37px;
  border-bottom: 2px solid rgba(233, 233, 233);
  width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;

}

.index-main .about-waprrer {

  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}

.application-swiper .iconfont {
  font-size: 20px;

}

@media screen and (min-width: 1280px) and (max-width:1560px) {
  .new_index-main .square-grid .square-grid-item .sgi-describe {
    top: 30px;
  }
}

.index-main .application-swiper .swiper-slide .aw-describe {
  position: absolute;
  width: 100%;
  top: 62px;
  text-align: center;
  color: #fff;

}

.index-main .application-swiper .swiper-slide .aw-describe .aw-title {
  font-size: 36px;

  font-weight: bold;
  line-height: 1;
  margin-bottom: 17px
}

.index-main .application-swiper .swiper-slide .aw-describe .aw-text {
  font-size: 22px;

  font-weight: 500;
  line-height: 1;
  margin-bottom: 21px;

}

.index-main .application-swiper .swiper-slide .aw-describe .learn-more {
  font-size: 18px;

  font-weight: 500;
  color: #fff;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;

}

.onlineServiceBtn-contact-us {
  font-size: 14px;
  margin: 0;
  padding: 0;
  height: auto;
  display: inline-block;
  background: #FF6C00;
  border-radius: 18px;
  margin-bottom: 11px;
  color: #fff;
  text-align: center;
  width: 100%;
  display: inline-block;

  width: 100%;

  height: 36px;
  cursor: pointer;
  line-height: 36px;
  position: relative;


}

.onlineServiceBtn-contact-us .onlineServiceBtn-cu-details {
  width: 300px;
  position: absolute;
  right: 130px;
  height: 320px;
  top: -260px;
  box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.09), 1px 1px 43px 0px rgba(0, 0, 0, 0.09);
  background: #FFFFFF;
  border-radius: 8px;
  padding: 32px;
  color: #171717;
  text-align: left;
  display: none;
  font-size: 14px;
  line-height: 28px;


}

.onlineServiceBtn-contact-us .onlineServiceBtn-cu-details .icon-close {
  position: absolute;
  top: 0;
  right: 10px;
  color: #333333;
}

.onlineServiceBtn-contact-us .onlineServiceBtn-cu-details::before {
  content: '';
  right: -8px;
  bottom: 30px;
  position: absolute;
  width: 0;
  height: 0;
  border-left: 10px solid #fff;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}

@media screen and (max-width:768px) {
  .footer-menus .fm-list {

    background-color: rgba(255, 255, 255, .5);
    padding: 16px;
    margin-top: 16px;
  }

  .footer-menus .fm-list li:first-child {
    margin-top: 0;
  }

  .onlineServiceBtn-contact-us .onlineServiceBtn-cu-details {
    width: 200px;
    height: auto;
    padding: 12px;
  }
}

.navigate-aside .navigate .nav-list .nav-list-item a span {
  font-weight: bold;
}

.navigate-aside .navigate .nav-list .series-active .series-wapprer {
  display: inline-block !important;

}

.navigate-aside .navigate .nav-list .series-active a .arrow {
  transform: rotate(180deg);
}

.navigate-aside .navigate .nav-list .nav-list-item .series-wapprer {
  background: #F7F7F7;
  padding: 0px 10px 0 18px;
  display: none;
  width: 100%;

  font-weight: 500;
  color: #000000;
  font-size: 14px;
}

.navigate-aside .navigate .nav-list .nav-list-item .series-wapprer .sw-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 0;
}

.series-wapprer .sw-item .cl-warpper {}

.series-wapprer .sw-item .cl-warpper .swi-active .swi-details {
  display: inline-block !important;
}

.series-wapprer .sw-item .cl-warpper .swi-active .arrow {
  transform: rotate(180deg);
}

.series-wapprer .sw-item .cl-warpper .cl-title {
  font-weight: bold;
  font-size: 14px;
  color: #000;
  margin-bottom: 14px;
  padding: 0 18px;

}

.series-wapprer .sw-item .cl-warpper .series-wapprer-item {
  background: #F7F7F7;
  padding: 10px 15px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;

}

.series-wapprer .sw-item .cl-warpper .series-wapprer-item .arrow {
  margin-right: 0;

}

.series-wapprer .sw-item .cl-warpper .series-wapprer-item .swi-title {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;

}

.series-wapprer .sw-item .cl-warpper .series-wapprer-item .swi-details {
  display: none;

}

.series-wapprer .sw-item .cl-warpper .series-wapprer-item .swi-details .swid-item {
  display: flex;
  align-items: center;
  margin: 25px 0;
  padding: 0 24px;

}

.series-wapprer .sw-item .cl-warpper .series-wapprer-item .swi-details .swid-img {
  width: 106px;
  height: 62px;
  object-fit: cover;
  margin-right: 26px;
}

.series-wapprer .sw-item .cl-warpper .series-wapprer-item .swi-details .swid-item .swid-title {
  font-size: 14px;
  color: #212121;
  margin-bottom: 5px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: break-all;
}

.series-wapprer .sw-item .cl-warpper .series-wapprer-item .swi-details .swid-item .swid-describe {
  font-size: 12px;
  color: #878686;

  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: break-all;

}

.series-wapprer .sw-item .cl-warpper .series-wapprer-item .vm {
  text-align: center;
  color: #000000;
  font-size: 14px;
  padding-bottom: 37px;
  border-bottom: 2px solid rgba(233, 233, 233);
  width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;

}

.index-main .about-waprrer {

  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}

.application-swiper .iconfont {
  font-size: 20px;

}

@media screen and (min-width: 1280px) and (max-width:1560px) {
  .new_index-main .square-grid .square-grid-item .sgi-describe {
    top: 30px;
  }
}

.index-main .application-swiper .swiper-slide .aw-describe {
  position: absolute;
  width: 100%;
  top: 62px;
  text-align: center;
  color: #fff;

}

.index-main .application-swiper .swiper-slide .aw-describe .aw-title {
  font-size: 36px;

  font-weight: bold;
  line-height: 1;
  margin-bottom: 17px
}

.index-main .application-swiper .swiper-slide .aw-describe .aw-text {
  font-size: 22px;

  font-weight: 500;
  line-height: 1;
  margin-bottom: 21px;

}

.index-main .application-swiper .swiper-slide .aw-describe .learn-more {
  font-size: 18px;

  font-weight: 500;
  color: #fff;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;

}

.category-item-title-active a {
  color: #F16600 !important;
}

@media screen and (max-width: 768px) {
  .index-main .application-swiper .swiper-slide .aw-describe .aw-title {
    font-size: 18px;
  }

  .index-main .application-swiper .swiper-slide .aw-describe .aw-text {
    font-size: 14px;
  }

  .index-main .application-swiper .swiper-slide .aw-describe .learn-more {
    font-size: 12px;
  }

}

@media screen and (max-width: 480px) {
  .index-main .application-swiper .swiper-slide .aw-describe {
    top: 15px;
  }

  .index-main .application-swiper .swiper-slide .aw-describe .aw-title {
    margin-bottom: 5px;
  }

  .index-main .application-swiper .swiper-slide .aw-describe .aw-text {
    margin-bottom: 5px;
  }

  .application-swiper .swiper-button-next {
    top: 38%;
  }

  .application-swiper .swiper-button-prev {
    top: 38%;
  }
}

.application-swiper .swiper-button-prev:hover {
  background: rgba(0, 0, 0, .3);
}

.application-swiper .swiper-button-next:hover {
  background: rgba(0, 0, 0, .3);
}

.artwork-swiper .swiper-container-horizontal>.swiper-pagination-bullets {
  bottom: 20px !important;
  padding-right: 0;
  left: 0;
  transform: none;
  text-align: center;
}

@media screen and (max-height: 800px) {
  .onlineServiceBtn {
    top: 70%;
  }

}

@media screen and (max-width: 768px) {

  .artwork .swiper-button-next,
  .artwork .swiper-button-prev {
    top: 46%;
  }


}

@media screen and (max-width: 480px) {
  .about-warp span {
    font-size: 14px !important;
  }


}

.new_index-main .square-grid .square-grid-item .sgi-describe .sd-title .new-tag {
  border-radius: 30px;
  color: #FF6C00;
  border: 2px solid #FF6C00;
  font-size: 14px;
  padding: 3px 10px;
  margin-bottom: 5px;
  vertical-align: middle;
  display: inline-block;

}

@media screen and (max-width: 768px) {
  .new_index-main .square-grid .square-grid-item .sgi-describe .sd-title .new-tag {
    line-height: 1;
  }
}

.series-wapprer .sw-item .cl-warpper .series-wapprer-item .swi-details .swid-item .swid-tag .tag {
  font-size: 12px;
  padding: 2px 3px;
  margin-bottom: 5px;
  color: #fff;
  background-color: #FF6C00;
  display: inline-block;
  border-radius: 3px;
}