@charset "UTF-8";
/* 菜单栏 */
.category-box {
  display: flex !important;
  align-items: center;
}
.category-icon {
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 4px;
}
.category-icon img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
}
.category-text {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  flex: 1;
}
.category-text span {
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.submenu {
  max-height: 400px;
  overflow-y: auto;
  &::-webkit-scrollbar {
    width: 5px;
  }
}

.indexHeadBJ {
  position: relative;
  z-index: 99;
}

.indexHead .logo {
}
.indexHead .logo img {
  max-height: 50px;
}

#Nav {
  white-space: nowrap;
}
#Nav > li {
  position: relative;
}
#Nav > li > a {
  /* padding: 0 30px; */
  line-height: 100px;
  font-size: 18px;
  font-weight: 600;
}

#Nav > li > ul > li {
  position: relative;
  border-bottom: 1px solid #eee;
}

#Nav > li > ul > li:last-child {
  border-bottom: none;
}

#Nav > li > ul > li > a {
  display: block;
  white-space: nowrap;
  font-size: 14px;
  padding: 8px 20px;
  text-transform: capitalize;
}
#Nav > li > ul > li > ul {
  position: absolute;
  left: 100%;
  background: #fff;
  max-width: 150%;
  box-shadow: 0px 1px 10px rgb(0 0 0 / 6%);
  top: 0px;
}
#Nav > li > ul > li > ul > li {
  border-bottom: 1px solid #eee;
}
#Nav > li > ul > li > ul > li > a {
  display: block;
  white-space: nowrap;
  padding: 8px 20px;
  font-size: 14px;
}
#Nav > li > a.this,
#Nav > li > a:hover {
  color: #f73151;
}

.indexHeadPublic {
}

#indexBanner img {
  width: 100%;
  /* padding-top: 100px; */
}

#indexBanner .swiper-button-prev {
  left: -100px;
  background: #fff;
  width: 35px;
  height: 35px;
  border-radius: 100%;
  display: flex;
  flex-wrap: wrap;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  transition: 0.4s;
  -o-transition: 0.4s;
  -moz-transition: 0.4s;
  -webkit-transition: 0.4s;
}

#indexBanner .swiper-button-prev:hover {
  background: #f73151;
}
#indexBanner .swiper-button-prev:hover i {
  color: #fff;
}
#indexBanner .swiper-button-next:hover {
  background: #f73151;
}
#indexBanner .swiper-button-next:hover i {
  color: #fff;
}

#indexBanner .swiper-button-prev i {
  color: #999;
}
#indexBanner .swiper-button-next {
  right: -100px;
  background: #fff;
  width: 35px;
  height: 35px;
  border-radius: 100%;
  display: flex;
  flex-wrap: wrap;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  transition: 0.4s;
  -o-transition: 0.4s;
  -moz-transition: 0.4s;
  -webkit-transition: 0.4s;
}
#indexBanner .swiper-button-next i {
  color: #999;
}
#indexBanner:hover .swiper-button-next {
  right: 10px;
}
#indexBanner:hover .swiper-button-prev {
  left: 10px;
}

.indexBannerTxtBox {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  display: flex;
  flex-wrap: wrap;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
}
.indexBannerTxt {
}
.indexBannerTxt h3 {
  font-size: 40px;
  font-weight: 500;
  color: #fff;
}

.indexBannerTxt h4 {
  font-size: 50px;
  line-height: 1em;
  font-weight: 600;
  padding: 10px 0;
  color: #fff;
}
.indexBannerTxt p {
  color: #fff;
}
.indexBannerTxt a {
  width: 170px;
  line-height: 50px;
  color: #fff;
  text-align: center;
  display: block;
  margin: 20px 0 0;
  border: 1px solid #fff;
}

.ZJSindexProductCategory {
  padding: 20px;
}
.ZJSindexProductCategory ul {
}
.ZJSindexProductCategory ul li {
  padding: 10px;
}
.ZJSindexProductCategory ul li a {
  display: block;
  position: relative;
}
.ZJSindexProductCategory ul li img {
  width: 100%;
}

.ZJSindexProductCategory ul li .imghover {
  position: relative;
  z-index: 2;
}

.ZJSindexProductCategoryTitle {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
}
.ZJSindexProductCategoryTitle h3 {
  position: relative;
  z-index: 3;
  color: #f83555;
  font-size: 28px;
  font-weight: bold;
  width: 100%;
  text-align: center;
}
.ZJSindexProductCategoryTitle div {
  text-align: center;
}

.ZJSindexProductCategoryTitle em {
  color: #f83555;
  position: relative;
  z-index: 3;
  border-bottom: 1px solid #f83555;
}

.ZJSindexProduct {
}
.ZJSindexProductTitle {
  max-width: 500px;
  margin: 0 auto;
}
.ZJSindexProductTitle h3 {
  text-align: center;
  color: #222;
  font-size: 30px;
  font-weight: 500;
}
.ZJSindexProductTitle h2 {
  text-align: center;
  font-weight: normal;
  color: #999;
}

.ZJSindexProduct ul {
}
.ZJSindexProduct ul li {
  padding: 10px;
  margin-top: 20px;
}
.ZJSindexProduct ul li > a {
  display: block;
}
.ZJSindexProduct ul li img {
}
.ZJSindexProductTxt {
  text-align: center;
  padding: 10px 0 0 0;
}
.ZJSindexProductTxt h3 {
  font-weight: 500;
}
.ZJSindexProductTxt h4 {
}
.ZJSindexProductTxt em {
  color: #999999;
  font-size: 14px;
}
.ZJSindexProductTxt strong {
  color: #f8353e;
  font-weight: 500;
  padding-right: 10px;
}
.ZJSindexProductTxt span {
  font-weight: 500;
  text-decoration: line-through;
  color: #999;
}

.ZJSindexProductPj {
}
.ZJSindexProductPj i {
  color: #ffb503;
}

.ZJSindexProductPj i.icon-zjs-kongwujiaoxing {
  color: #666;
}

.footBox {
  border-top: 1px solid #f5f5f5;
  /* margin-top: 100px; */
}

.footHeadNr {
  display: flex;
  flex-wrap: wrap;
  display: -webkit-flex;
  justify-content: space-between;
  width: 350px;
}

.footHeadNr p {
  color: #999;
}

.footHeadNr em {
  font-weight: 500;
  text-transform: uppercase;
  font-size: 18px;
}

.shemei {
}

.shemei a {
  padding-left: 10px;
}

.shemei a i {
  color: #505050;
  font-size: 20px;
}

.shemei a i:hover {
  color: #000000;
}

.footLink {
  display: flex;
  flex-wrap: wrap;
  display: -webkit-flex;
  justify-content: space-between;
  padding: 50px 0;
}

.footLinkList {
  max-width: 25%;
}

.footLinkList h2 {
  font-weight: 500;
  font-size: 18px;
}

.footLinkList > a {
  display: block;
  color: #777777;
  font-size: 14px;
  padding-bottom: 3px;
}

.footLinkList ul {
}
.footLinkList ul li {
}
.footLinkList ul li em {
  font-size: 14px;
  margin-right: 5px;
  margin-bottom: 10px;
}
.footLinkList ul li a {
  color: #777777;
  font-size: 14px;
}

.footLinkList p {
  color: #777777;
  font-size: 13px;
}

.footcopyrightNr {
  display: flex;
  flex-wrap: wrap;
  display: -webkit-flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0;
}
.footcopyrightNr em {
  color: #777777;
}
.footcopyrightNr ul {
  flex-basis: 30%;
  display: flex;
  flex-wrap: wrap;
  display: -webkit-flex;
}
.footcopyrightNr ul li {
  margin-right: 10px;
}
.footcopyrightNr ul li a {
  display: block;
}
.footcopyrightNr ul li img {
}

.Breadcrumbs {
  /* border-bottom: 25px solid #fff; */
}
.BreadcrumbsNr {
  color: #666;
  font-size: 12px;
  padding: 30px 0;
  display: flex;
  flex-wrap: wrap;
  display: -webkit-flex;
  justify-content: space-between;
  align-items: center;
}
.BreadcrumbsNr a {
  color: #666;
  font-size: 14px;
}

/*产品详情*/

.ProductShow {
}
.ProductShowHead {
  display: flex;
  flex-wrap: wrap;
  display: -webkit-flex;
  justify-content: space-between;
}
.ProductShowImgs {
  width: 580px;
  display: flex;
  flex-wrap: wrap;
  display: -webkit-flex;
  justify-content: space-between;
}
#ProductShowImgsMax {
  width: 480px;
  margin: 0;
  height: 550px;
}
#ProductShowImgsMax .swiper-button-prev {
  background: #fbf8f5;
  width: 35px;
  height: 35px;
  border-radius: 100%;
  display: flex;
  flex-wrap: wrap;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
}
#ProductShowImgsMax .swiper-button-prev i {
  color: #999;
}
#ProductShowImgsMax .swiper-button-next {
  background: #fff;
  width: 35px;
  height: 35px;
  border-radius: 100%;
  display: flex;
  flex-wrap: wrap;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
}
#ProductShowImgsMax .swiper-button-next i {
  color: #999;
}

#ProductShowImgsMax .swiper-button-prev:hover {
  background: #f73151;
}
#ProductShowImgsMax .swiper-button-prev:hover i {
  color: #fff;
}
#ProductShowImgsMax .swiper-button-next:hover {
  background: #f73151;
}
#ProductShowImgsMax .swiper-button-next:hover i {
  color: #fff;
}

#ProductShowImgsMin {
  width: 90px;
  height: 550px;
}
#ProductShowImgsMin img {
  width: 100%;
  height: 102px;
}

.ProductShowHeadTxt {
  width: 48%;
}
.ProductShowHeadTxt h1 {
  color: #191919;
  font-size: 30px;
  font-weight: 500;
}
.ProductShowHeadTxt h2 {
}
.ProductShowHeadTxt h2 strong {
  color: #f73151;
  font-size: 22px;
  font-weight: normal;
  padding-right: 20px;
}
.ProductShowHeadTxt h2 em {
  color: #999;
  font-size: 15px;
  font-weight: normal;
  text-decoration: line-through;
}
.ProductShowHeadTxt h3 {
  font-weight: normal;
  color: #999;
  font-size: 14px;
}

.ZJStypeTitle {
  padding: 20px 0 0 0;
}
.ZJStypeTitle em {
  font-size: 14px;
  margin-right: 8px;
}
.ZJStypeTitle span {
  color: #f73151;
  font-size: 14px;
}

.ZJStypeValue {
  display: flex;
  flex-wrap: wrap;
  display: -webkit-flex;
  align-items: center;
  padding: 10px 0 0 0;
}
.ZJStypeValue li {
  margin-right: 8px;
  background: #f7f8fa;
  min-width: 40px;
  min-height: 40px;
  display: flex;
  flex-wrap: wrap;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  color: #777;
  border-radius: 4px;
  overflow: hidden;
  cursor: pointer;
}
.ZJStypeValue li img {
  width: 60px;
  height: 60px;
  border: 2px solid #fff;
  border-radius: 4px;
}
.ZJStypeValue li.this,
.ZJStypeValue li:hover {
  background-color: #f73151;
  color: #fff;
}
.ZJStypeValue li.this img {
  border: 2px solid #f73151;
}
.ZJStypeValue li:hover img {
  border: 2px solid #f73151;
}
.ZJStypeValueSelect {
  border: 1px solid #333;
  min-width: 100px;
  border-radius: 4px;
  cursor: pointer;
  margin-top: 5px;
}
.ZJStypeValueSelect option {
}

.productQuantity {
  padding: 20px 0 0 0;
  display: flex;
  flex-wrap: wrap;
  display: -webkit-flex;
  justify-content: space-between;
  align-items: center;
}
.productQuantity p {
  font-size: 14px;
  padding-bottom: 4px;
  width: 100%;
}
.Z-quantity {
  background: #f7f8fa;
  display: flex;
  flex-wrap: wrap;
  display: -webkit-flex;
  justify-content: space-between;
  align-items: center;
  width: 140px;
  border-radius: 4px;
}
.Z-quantity button {
  color: #999;
  font-weight: bold;
  background: none;
  height: 50px;
  padding: 0 20px;
}
.Z-quantity input {
  width: 2em;
  text-align: center;
  height: 38px;
  line-height: 38px;
  color: #666;
  border-bottom: none;
  border-top: none;
  background: none;
}
.productQuantity .AddToCart {
  background: #f73151;
  color: #fff;
  height: 50px;
  line-height: 50px;
  width: calc(100% - 160px);
  border-radius: 4px;
  text-align: center;
  cursor: pointer;
}

.productQuantity .Buyitnow {
  background: #fbeaa4;
  color: #666;
  height: 50px;
  line-height: 50px;
  width: 100%;
  border-radius: 4px;
  text-align: center;
  cursor: pointer;
  margin: 20px 0 0;
}

.BuyWithpaypal {
  background: #ffc439;
  display: flex;
  flex-wrap: wrap;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  padding: 13px 0;
  margin: 20px 0 0;
  border-radius: 4px;
}
.BuyWithpaypal img {
  height: 20px;
  padding-left: 10px;
}

.share-this {
  border-top: 1px solid #eee;
  margin: 40px 0 0;
  display: flex;
  flex-wrap: wrap;
  display: -webkit-flex;
  align-items: center;
  padding: 10px 0;
}
.share-this span {
  text-transform: capitalize;
  font-size: 16px;
}
.share-box {
}
.share-box a {
  margin-left: 5px;
}
.share-box i {
  font-size: 20px;
}

.ProductDetails {
  margin: 40px 0 0;
}
.ProductDetails p {
  color: #666;
  font-size: 14px;
  padding-bottom: 10px;
}
.ProductDetailsTitle {
  background: #f7f8fa;
}
.ProductDetailsTitle h2 {
  line-height: 50px;
  text-transform: uppercase;
  font-weight: 500;
}
.ProductDetailsNr {
  padding: 40px 0;
}

.RelatedProducts {
}
.RelatedProducts ul li {
  padding: 10px;
}
.RelatedProductsTitle {
  text-transform: uppercase;
  font-weight: 500;
}

.RelatedProducts ul li:hover .ZJSindexProductHover {
  opacity: 1;
}
.ProductListBox {
  display: flex;
  flex-wrap: wrap;
  display: -webkit-flex;
  justify-content: space-between;
}
.ProductLeft {
  width: 250px;
}
.ProductLeft dl {
  padding-bottom: 40px;
}
.ProductLeft dt {
  color: #191919;
  border-bottom: 1px solid#e9e7e7;
  padding-bottom: 10px;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-weight: 500;
}
.ProductLeft dd {
}
.ProductLeft dd a {
  display: block;
  color: #777777;
  padding: 5px 0;
  font-size: 14px;
  line-height: 18px;
}
.ProductLeft dd a.this,
.ProductLeft dd a:hover {
  color: #f73151;
}
.ProductLeft dd select {
  width: 100%;
  cursor: pointer;
  border: 1px solid#e9e7e7;
  padding: 4px;
}
.ProductLeft dd select option {
}

.ProductList {
}
.ProductList ul li {
  padding: 10px 10px 20px 10px;
}

.ProductList ul li:hover .ZJSindexProductHover {
  opacity: 1;
}

.Pagination {
  padding: 40px 0;
}
.Pagination ul {
  display: flex;
  flex-wrap: wrap;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
}
.Pagination ul li {
  border: 1px solid #eee;
  padding: 0px 10px;
  margin: 0 4px;
  display: flex;
  flex-wrap: wrap;
  display: -webkit-flex;
  justify-content: space-between;
  align-items: center;
  height: 30px;
}
.Pagination ul li span {
}
.Pagination ul li a {
}
.Pagination ul li.active {
  background: #f73151;
}
.Pagination ul li.active a {
  color: #fff;
}
.Pagination ul li:hover {
  background: #f73151;
}
.Pagination ul li:hover a {
  color: #fff;
}

/*评论新增*/

.ProductDetailsTitle h2 em.this {
  font-weight: bold;
  color: #000;
}
.ProductDetailsTitle h2 em {
  cursor: pointer;
  padding-right: 20px;
  color: #666;
}
.ZJSComment {
  padding: 20px 0;
}

.ZJSindexProductHover {
  position: absolute;
  background: rgb(0 0 0 / 0.3);
  display: flex;
  flex-wrap: wrap;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
  transition: 0.4s;
  -o-transition: 0.4s;
  -moz-transition: 0.4s;
  -webkit-transition: 0.4s;
  opacity: 0;
  width: 100%;
  height: 100%;
}
.ZJSindexProductHover > div {
}
.ZJSindexProductHover > div > a {
  width: 130px;
  line-height: 40px;
  height: 40px;
  background: #fff;
  text-align: center;
  border-radius: 40px;
}
.ZJSindexProductHover > div > div {
  width: 40px;
  height: 40px;
  background: #fff;
  display: flex;
  flex-wrap: wrap;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  margin: 20px auto 0;
  cursor: pointer;
}

.ZJSindexProductNav {
  text-align: center;
  padding: 40px 0 0 0;
}
.ZJSindexProductNav span {
  text-transform: uppercase;
  cursor: pointer;
  margin: 0 25px;
  border-bottom: 1px solid #fff;
}
.ZJSindexProductNav span.this,
.ZJSindexProductNav span:hover {
  color: #f73151;
  border-bottom: 1px solid #f73151;
}

.SaveUp {
  padding: 100px 0 0 0;
  margin: 100px 0 0 0;
}
.SaveUpNr {
  max-width: 900px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  display: -webkit-flex;
  justify-content: space-between;
}
.SaveUpNr img {
  width: 450px;
}
.SaveUpNrTxt {
  width: 50%;
}
.SaveUpNrTxt p {
  color: #fff;
  font-size: 30px;
}
.SaveUpNrTxt h3 {
  color: #fff;
  font-size: 80px;
  font-weight: 600;
}
.SaveUpNrTxt a {
  color: #fff;
  border-bottom: 1px solid #fff;
}

.AftersalesService {
}
.AftersalesServiceNr {
  border-bottom: 1px solid #eee;
  border-top: 1px solid #eee;
}
.AftersalesServiceNr ul {
  display: flex;
  flex-wrap: wrap;
  display: -webkit-flex;
  justify-content: space-between;
  align-items: center;
  padding: 40px 0;
}
.AftersalesServiceNr li {
  display: flex;
  flex-wrap: wrap;
  display: -webkit-flex;
  align-items: center;
}
.AftersalesServiceNr i {
  font-size: 45px;
  color: #f73151;
  margin-right: 10px;
}
.AftersalesServiceNr span {
  font-size: 22px;
  font-weight: 500;
}

.ZJSindexNews {
}
.ZJSindexNewsNr {
  padding: 40px 0 0 0;
}
.ZJSindexNewsNr ul {
  margin-top: 40px;
}
.ZJSindexNewsNr li {
}
.ZJSindexNewsNr li img {
}
.ZJSindexNewsNr li h4 {
  font-weight: 500;
  font-size: 18px;
}
.ZJSindexNewsNr li em {
  color: #666;
  display: block;
  padding: 10px 0 5px 0;
}
.ZJSindexNewsNr li a {
  display: block;
  margin: 0 10px;
}

.BreadcrumbsNrNav {
}
.BreadcrumbsNrNav h2 {
  color: #000;
  font-size: 24px;
}
.BreadcrumbsNrUrl {
  display: flex;
  flex-wrap: wrap;
  display: -webkit-flex;
  align-items: center;
}
.BreadcrumbsNrUrl i {
  font-size: 14px;
  margin: 0 5px;
}
.ZJSSortByBox {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  display: -webkit-flex;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 30px;
}
.ZJSSortBy {
  padding: 5px 10px;
  border: 1px solid #dfdfdf;
}
.ZJSSortBy em {
  font-size: 14px;
}
.ZJSSortBy select {
  font-size: 14px;
  cursor: pointer;
}

.ZJSNewsListBJ {
}
.ZJSNewsList {
}
.ZJSNewsList ul {
}
.ZJSNewsList ul li {
  margin-bottom: 50px;
}
.ZJSNewsList ul li a {
  display: block;
  margin: 0 10px;
}
.ZJSNewsList ul li img {
  width: 100%;
}
.ZJSNewsList ul li h3 {
  color: #333;
  font-size: 22px;
  line-height: 1.3em;
  font-weight: 600;
  margin: 15px 0 10px;
}
.ZJSNewsList ul li em {
  color: #888888;
}
.ZJSNewsList ul li p {
  color: #888888;
  margin: 10px 0 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.ZJSNewsList ul li strong {
  width: 150px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border: 1px solid #ddd;
  font-weight: normal;
  font-size: 14px;
}

.ZJSNewsShowBJ {
  width: 1200px;
  margin: 0 auto;
}
.ZJSNewsShow {
  display: flex;
  flex-wrap: wrap;
  display: -webkit-flex;
  justify-content: space-between;
}
.ZJSNewsShowL {
  width: calc(100% - 320px);
}
.ZJSNewsShowL h1 {
  font-size: 26px;
}
.ZJSNewsShowL .ZJSNewsTime {
  color: #999;
  font-size: 14px;
}
.ZJSNewsShowL .BJQ {
  padding: 40px 0;
}
.ZJSNewsShowL .BJQ p {
  color: #888888;
  padding: 0 0 1em 0;
}
.ZJSNewsShowL .BJQ h3 {
  font-weight: 600;
  font-size: 20px;
}
.ZJSNewsShowL .BJQ strong {
  color: #333;
}
.ZJSNewsShowL img {
  max-width: 100%;
  margin: 0 auto;
  width: 100%;
}

.ZJSNewsShowR {
  width: 270px;
}
.ZJSNewsShowR h2 {
  font-size: 22px;
  font-weight: normal;
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 5px;
}

.ZJSNewsShowR h2:before {
  content: "";
  width: 50px;
  height: 2px;
  background: #000;
  display: block;
  position: absolute;
  left: 0px;
  bottom: 0px;
}

.ZJSNewsShowR a {
  overflow: hidden;
  display: block;
  margin-bottom: 20px;
}

.ZJSNewsShowR img {
  width: 70px;
  height: 70px;
  float: left;
  margin-right: 10px;
}

.ZJSNewsShowR h3 {
  font-weight: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.ZJSNewsShowR em {
  color: #888;
  font-size: 14px;
}

.icon-declare .AftersalesServiceNr a {
  font-size: 22px;
  font-weight: 500;
}

.search .page-search-box .search-describe {
  margin-bottom: 50px;
}

.ProductDetails .RelatedProducts {
  margin-bottom: 50px;
}

/***********************************************************1600px*******************************************************/
@media (min-width: 1280px) and (max-width: 1600px) {
  .box {
    width: 1260px;
    margin: 0 auto;
    position: relative;
  }
}

.indexHeadPublicIco {
}
.indexHeadPublicIco i {
  color: #fff;
}
.indexHeadL {
  display: flex;
  flex-wrap: wrap;
  display: -webkit-flex;
  justify-content: space-between;
  align-items: center;
}

.indexHeadBJ {
  z-index: 99;
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  transition: 0.4s;
  -o-transition: 0.4s;
  -moz-transition: 0.4s;
  -webkit-transition: 0.4s;
  background-image: linear-gradient(rgb(0 0 0 / 0.5), rgb(0 0 0 / 0));
}

.indexHead {
  padding: 0 40px;
}

.indexHead .logo {
}
.indexHead .logo img {
  max-height: 30px;
  filter: invert(1);
}

#Nav {
  display: flex;
  flex-wrap: wrap;
  display: -webkit-flex;
  justify-content: space-between;
  align-items: center;
  margin-left: 40px;
}
#Nav > li {
  position: relative;
}
#Nav > li > a {
  /* padding: 0 20px; */
  padding-right: 20px;
  line-height: 80px;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  opacity: 0.8;
}

#Nav > li > ul {
  position: absolute;
  left: 0px;
  top: 32px;
  background: #828282;
  min-width: 100%;
  padding: 5px 0;
  width: 340px;
  border-radius: 6px;
  max-height: 0;
  visibility: hidden;
  opacity: 0;
  /* transition: max-height 0.32s ease, opacity 0.2s ease 0s; */
  transition: all 0.5s;
  /* 可选：平滑起点 */
  transform-origin: top;
}
/* 鼠标悬停 */
#Nav li:hover > ul {
  max-height: 400px;
  visibility: visible;
  opacity: 1;
  z-index: 5;
}
#Nav > li > ul > li {
  position: relative;
}

#Nav > li > ul > li:hover {
  background: #444;
}

#Nav > li > ul > li > a {
  display: block;
  white-space: nowrap;
  font-size: 14px;
  padding: 4px 20px;
  text-transform: capitalize;
  color: #fff;
}
#Nav > li > ul > li > ul {
  position: absolute;
  left: 100%;
  background: #000;
  max-width: 150%;
  top: 0px;
  padding: 5px 0;
}
#Nav > li > ul > li > ul > li {
}
#Nav > li > ul > li > ul > li > a {
  display: block;
  white-space: nowrap;
  padding: 4px 20px;
  font-size: 14px;
  color: #fff;
}
#Nav > li > a.this,
#Nav > li > a:hover {
}

.indexHeadPublic {
  display: flex;
  flex-wrap: wrap;
  display: -webkit-flex;
}

.indexNavfixed .indexHeadBJ {
  background-color: #fff;
  background-image: linear-gradient(rgb(0 0 0 / 0), rgb(0 0 0 / 0));
}
.indexNavfixed .LanguageSelect dt em {
  color: #333;
}
.indexNavfixed .LanguageSelect dt i {
  color: #333;
}
.indexNavfixed #Nav > li > a {
  color: #111;
  opacity: 1;
}
.indexNavfixed .indexHead .logo img {
  filter: invert(0);
}
.indexNavfixed .indexHeadPublicIco i {
  color: #111;
}

.LanguageSelect {
  margin-right: 20px;
}
.LanguageSelect dl {
  position: relative;
}
.LanguageSelect dt {
  cursor: pointer;
  display: flex;
  flex-wrap: wrap;
  display: -webkit-flex;
  align-items: center;
}
.LanguageSelect dt em {
  padding-right: 10px;
  color: #fff;
}
.LanguageSelect dt img {
  margin-right: 10px;
}
.LanguageSelect dt i {
  color: #fff;
}
.LanguageSelect dd {
  display: none;

  left: -8px;

  position: absolute;

  background: #fff;

  box-shadow: 0 2px 8px rgb(0 0 0 / 15%);

  min-width: 120%;

  padding: 10px 0 10px 10px;
}
.LanguageSelect ul {
  max-height: 150px;
  overflow-y: auto;
}
.LanguageSelect ul li {
  display: flex;
  cursor: pointer;
  width: 120px;
  flex-wrap: wrap;
  display: -webkit-flex;
  align-items: center;
  padding: 2px 0;
  font-size: 14px;
}
.LanguageSelect ul li img {
  margin-right: 10px;
}

@keyframes landText1 {
  0% {
    transform: rotate(90deg) translateX(calc(-50% - 25px));
  }
  100% {
    transform: rotate(90deg) translateX(-25px);
  }
}
@keyframes landText2 {
  0% {
    transform: translateX(-12.5%);
  }
  100% {
    transform: translateX(0%);
  }
}
@keyframes landText3 {
  0% {
    transform: rotate(-90deg) translateX(calc(-50% - 25px));
  }
  100% {
    transform: rotate(-90deg) translateX(-25px);
  }
}

.indexBannertxtLeft {
  bottom: 46px;
  left: 26px;
  overflow: hidden;
  top: 60px;
  width: 24px;
  position: absolute;
  text-align: left;
  text-transform: uppercase;
  white-space: nowrap;
  z-index: 2;
}
.indexBannertxtLeft p {
  color: #fff;
  left: 0;
  position: absolute;
  top: 0;
  -webkit-transform: rotate(90deg) translateX(calc(-50% - 25px));
  transform: rotate(90deg) translateX(calc(-50% - 25px));
  -webkit-transform-origin: bottom left;
  transform-origin: bottom left;
  -webkit-animation: landText1 15s linear infinite;
  animation: landText1 15s linear infinite;
}

.indexBannertxtRight {
  bottom: 46px;
  overflow: hidden;
  right: 26px;
  top: 60px;
  width: 24px;
  text-align: left;
  text-transform: uppercase;
  white-space: nowrap;
  z-index: 2;
  position: absolute;
}
.indexBannertxtRight p {
  bottom: 0;
  left: 0;
  position: absolute;
  -webkit-transform: rotate(-90deg) translateX(calc(-50% - 25px));
  transform: rotate(-90deg) translateX(calc(-50% - 25px));
  -webkit-transform-origin: top left;
  transform-origin: top left;

  color: #fff;

  -webkit-animation: landText3 15s linear infinite;
  animation: landText3 15s linear infinite;
}

.indexBannertxtBottom {
  position: absolute;
  text-align: left;
  text-transform: uppercase;
  white-space: nowrap;
  z-index: 2;
  bottom: 26px;
  height: 24px;
  left: 35px;
  overflow: hidden;
  right: 35px;
}
.indexBannertxtBottom p {
  color: #fff;
  left: 0;
  position: absolute;
  bottom: 0;
  -webkit-transform: rotate(90deg) translateX(calc(-50% - 25px));
  transform: rotate(90deg) translateX(calc(-50% - 25px));
  -webkit-transform-origin: bottom left;
  transform-origin: bottom left;
  -webkit-animation: landText2 5s linear infinite;
  animation: landText2 5s linear infinite;
}

#indexBanner {
}
.indexBannerTxtBox {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  display: flex;
  flex-wrap: wrap;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
}
.indexBannerTxt {
  text-align: center;
  max-width: 1000px;
  position: relative;
  top: -50px;
}
.indexBannerTxt h2 {
  font-size: 60px;
  color: #fff;
}
.indexBannerTxt h3 {
  color: #000;
  -webkit-text-stroke: 1px #fff;
  font-size: 60px;
  text-transform: uppercase;
}
.indexBannerTxt p {
  color: #fff;
  max-width: 50%;
  margin: 0 auto 10px;
}
.indexBannerTxt a {
  display: block;
  width: 170px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #333;
  background: #fff;
  margin: 20px auto 0;
}
.indexBannerTxt a i {
}
#indexBanner .swiper-slide img {
  width: 100%;
  height: 70vh;
}

.indexCategory {
  position: relative;
  top: -200px;
  z-index: 2;
  margin-bottom: -140px;
}
.indexCategory ul {
  display: flex;
  flex-wrap: wrap;
  display: -webkit-flex;
}
.indexCategory ul li {
  width: 33.33333%;
}
.indexCategory ul li a {
  display: block;
  padding-bottom: 40px;
  position: relative;
}
.indexCategory ul li span {
  display: block;
  position: relative;
  width: 100%;
  padding-bottom: 100%;
}
.indexCategory ul li img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  transition: 0.4s;
  -o-transition: 0.4s;
  -moz-transition: 0.4s;
  -webkit-transition: 0.4s;
}
.indexCategory ul li h3 {
  font-size: 32px;
  text-align: center;
  font-weight: 500;
  position: relative;
  z-index: 2;
  color: #222;
}
.indexCategory ul li p {
  position: relative;
  color: #666;
  text-align: center;
  line-height: 1.2em;
  padding: 0 10%;
  z-index: 2;
}
.indexCategory ul li p em {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  text-align: center;
  opacity: 0;
}
.indexCategory ul li p i {
}

.indexCategory ul li a:before {
  bottom: 0;
  box-shadow: 8px 8px 0 0 #000;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 145px;
  background: #fff;
  transition: 0.4s;
  -o-transition: 0.4s;
  -moz-transition: 0.4s;
  -webkit-transition: 0.4s;
  opacity: 0;
}

.indexCategory ul li a:hover:before {
  opacity: 1;
}
.indexCategory ul li:hover img {
  transform: rotateY(30deg);
  -webkit-transform: rotateY(30deg);
}

.IndexImgList {
  padding: 60px 0;
  border-bottom: 1px solid #ebe8e6;
  border-top: 1px solid #ebe8e6;
}
.IndexImgList ul {
  display: flex;
  flex-wrap: wrap;
  display: -webkit-flex;
  position: relative;
}
.IndexImgList li {
  width: 33.3333%;
}
.IndexImgList img {
  margin: 0 auto;
  max-height: 50px;
}
.IndexImgList h3 {
  font-size: 24px;
  margin: 14px 0;
  font-weight: 600;
}
.IndexImgList p {
  font-size: 14px;
  line-height: 1.3em;
}
.IndexImgListLi {
  text-align: center;
  padding: 0 40px;
}

.IndexImgList ul:after {
  content: "";
  display: block;
  width: 1px;
  position: absolute;
  height: 100px;
  background: #ebe8e6;
  top: 50%;
  margin-top: -50px;
  right: 33%;
}
.IndexImgList ul:before {
  content: "";
  display: block;
  width: 1px;
  position: absolute;
  height: 100px;
  background: #ebe8e6;
  top: 50%;
  margin-top: -50px;
  left: 33%;
}

.IndexLogo {
  padding: 60px 0;
}
.IndexLogo ul {
  display: flex;
  flex-wrap: wrap;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
}
.IndexLogo li {
  padding: 0 30px;
}
.IndexLogo img {
  height: 40px;
  margin: 0 auto;
}

#IndexReviewImg {
}
#IndexReviewImg a {
  display: block;
  width: 100%;
  position: relative;
  padding-bottom: 340px;
}
#IndexReviewImg .swiper-slide img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
}

#IndexReviewTxt {
  width: 360px;
  margin: 0px;
  box-shadow: 8px 8px 0 0 #000;
  margin-bottom: 10px;
  position: relative;
  top: -379px;
}

.IndexReviewTxtNr {
  height: 400px;
  background: #f2c4a3;
  padding: 40px;
  position: relative;
}
.IndexReviewTxtNr p {
  font-size: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
}
.IndexReviewTxtNr span {
  position: absolute;
  bottom: 40px;
  left: 40px;
}
.IndexReviewTxtNr i {
  font-size: 25px;
  margin-right: -6px;
}

.IndexReviewBox {
  margin-bottom: -300px;
}
.IndexReviewTitle {
  padding: 0 40% 60px 0;
}
.IndexReviewTitle h3 {
  font-size: 26px;
  padding: 0 0 10px 0;
}
.IndexReviewTitle p {
  font-size: 14px;
}

.FaqOurpromise {
  display: flex;
  flex-wrap: wrap;
  display: -webkit-flex;
  justify-content: space-between;
}
.Faq {
  width: 720px;
}
.Faq dl {
}
.Faq dt {
  display: flex;
  flex-wrap: wrap;
  display: -webkit-flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0;
  border-bottom: 1px solid #dfddda;
  cursor: pointer;
}
.Faq h3 {
  width: 80%;
  font-size: 18px;
  font-weight: 500;
}
.Faq dt i {
  font-size: 20px;
  font-weight: bold;
  transition: 0.2s;
  -o-transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
}
.Faq dd {
  padding: 10px 0;
  display: none;
}
.Faq dd p {
  font-size: 14px;
  color: #666;
}

.OurPromise {
  width: 360px;
}
.OurPromise h2 {
  line-height: 70px;
  text-align: center;
  color: #fff;
  background: #000;
  font-size: 24px;
}
.OurPromiseNr {
  background: #beeae9;
  padding: 40px;
  box-shadow: 8px 8px 0 0 #000;
}
.OurPromiseNr h3 {
  text-align: center;
  font-size: 26px;
}
.OurPromiseNr ul {
}
.OurPromiseNr ul li {
  text-align: center;
  padding-top: 20px;
}

.OurPromiseNr ul li img {
  margin: 0 auto;
  max-height: 50px;
}

.OurPromiseNr ul li h4 {
  font-size: 20px;
  margin: 10px 0;
}

.OurPromiseNr ul li p {
  font-size: 14px;
  line-height: 1.3em;
}

.Faq dt.this i {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  opacity: 0.4;
}

.Faq > h2 {
  font-size: 30px;
}

.foot {
  padding: 30px 30px 0 30px;
  margin-top: 50px;
}

.footHead {
  background-image: url(../images/foot2.png);
  padding: 100px 0;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  position: relative;
  text-align: center;
}
.footHead h2 {
  font-size: 60px;
  max-width: 500px;
  margin: 0 auto;
  line-height: 1.2em;
}
.footHead p {
  max-width: 500px;
  margin: 0 auto;
}
.footHead a {
  display: block;
  width: 170px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #fff;
  background: #111;
  margin: 20px auto 0;
}
.footHead a i {
}
.footNrBJ {
  background: #000;
}
.footNr {
  display: flex;

  flex-wrap: wrap;

  display: -webkit-flex;

  justify-content: space-between;

  padding: 50px 0;
}
.footNr h3 {
  width: 100%;
  color: #fff;
  text-transform: uppercase;
  padding-bottom: 10px;
}
.footNrAbout {
  width: 270px;
}
.footNrAbout img {
  max-height: 40px;
  margin-bottom: 20px;
}
.footNrAbout p {
  color: #fff;
  opacity: 0.8;
  font-size: 15px;
}
.footNrShemei {
  width: 110px;
}
.footNrShemei a {
  color: #fff;
  opacity: 0.8;
  font-size: 15px;
}
.footNrShemei i {
  margin-right: 5px;
}

.footNrNav {
  width: 120px;
}
.footNrNav a {
  display: block;
  color: #fff;
  opacity: 0.8;
  font-size: 15px;
}
.PaymentOptions {
  width: 190px;
}
.PaymentOptions a {
  padding: 0 10px 10px 0;
}
.PaymentOptions img {
  height: 20px;
}
.copyright {
  padding: 14px 0;
}
.copyright p {
  text-align: center;
  font-size: 14px;
  opacity: 0.7;
}

.BreadCrumbsBox {
  width: 100%;
  height: 350px;
  position: relative;
}
.BreadCrumbs {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  display: flex;
  flex-wrap: wrap;
  display: -webkit-flex;
  align-items: center;
}
.BreadCrumbsTxt {
}
.BreadCrumbsTxt h2 {
  font-size: 60px;
}
.BreadCrumbsTxt p {
  font-size: 18px;
  font-weight: 500;
}

.ProductList {
  display: flex;
  flex-wrap: wrap;
  display: -webkit-flex;
  justify-content: space-between;
}
.ProductListSearch {
  width: 100%;
  background: #eeebe9;
  margin: 30px 0;
}
.ProductListSearch form {
  display: block;
  position: relative;
}
.ProductListSearch button {
  background: none;
  height: 45px;
  position: absolute;
  left: 0px;
  top: 0px;
  padding: 0 10px;
}
.ProductListSearch button i {
  font-size: 20px;
}
.ProductListSearch input {
  background: none;
  height: 45px;
  line-height: 45px;
  display: block;
  width: 100%;
  text-indent: 40px;
  font-size: 14px;
}

.ProductListLeft {
  width: 300px;
}
.ProductListLeft > h3 {
  text-transform: uppercase;
  font-size: 26px;
}
.ProductListLeftCategory {
}
.ProductListLeftCategory a {
  display: block;
  padding: 5px 0;
}

.ProductListLeftSortBy {
  padding-top: 40px;
}
.ProductListLeftSortBy em {
  display: block;
  text-transform: uppercase;
  font-size: 26px;
  font-weight: bold;
}
.ProductListLeftSortBy select {
  width: 100%;
  background: none;
  border: 1px solid #000;
  cursor: pointer;
  padding: 2px 10px;
}
.ProductListLeftSortBy option {
}

.ProductListRight {
  width: calc(100% - 340px);
}
.ProductListRight > ul {
  display: flex;
  flex-wrap: wrap;
  display: -webkit-flex;
  margin: 0 -10px 0 -10px;
}
.ProductListRight > ul li {
  width: 50%;
  margin-bottom: 20px;
}
.ProductListRight > ul li h3 {
  font-weight: 500;
  font-size: 20px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #111;
}
.ProductListRight > ul li strong {
  font-size: 22px;
  font-weight: bold;
  color: #000;
}
.ProductListRight > ul li a {
  transition: 0.4s;
  -o-transition: 0.4s;
  -moz-transition: 0.4s;
  -webkit-transition: 0.4s;
  display: block;
  border: 1px solid #000;
  margin: 0 10px;
  padding: 20px;
}
.ProductListImg {
  position: relative;
  width: 100%;
  padding-bottom: 50%;
}
.ProductListImg img {
  width: 50%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 0px;
  margin-left: -25%;
}
.ProductListRight > ul li a:hover {
  box-shadow: 8px 8px 0 0 #000;
}
