@charset "UTF-8";
.indexHeadBJ {
  background: #fff;
  position: relative;
  z-index: 99;
  border-bottom: 1px solid #e6e6e6;
}
.indexHead {
  display: flex;
  /* flex-wrap: wrap; */
  display: -webkit-flex;
  justify-content: space-between;
  align-items: center;
}
.indexHead .logo {
}
.indexHead .logo img {
  max-height: 50px;
}

#Nav {
  display: flex;
  /* flex-wrap: wrap; */
  display: -webkit-flex;
  justify-content: space-between;
  align-items: center;
  white-space: nowrap;
}
#Nav > li {
  position: relative;
}
#Nav > li > a {
  /* padding: 0 30px; */
  line-height: 100px;
  font-size: 18px;
  font-weight: 600;
  padding-right: 20px;
}
#Nav > li > ul {
  top: 32px;
  width: 340px;
  border-radius: 6px;
  position: absolute;
  /* left: 30px; */
  background: #fff;
  /* max-width: 100%; */
  box-shadow: 0px 0px 10px rgb(0 0 0 / 6%);
  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;
  /* border-bottom: 1px solid #eee; */
}
#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;
  /* display: none; */
}
#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; */
}
.footHead {
  background: #f73151;
}
.footHeadNr {
  display: flex;
  flex-wrap: wrap;
  display: -webkit-flex;
  justify-content: space-between;
  width: 350px;
}

.footHeadNr p {
  color: #999;
}
.footHeadNr em {
  padding-bottom: 1em;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 18px;
}
.footHeadNr form {
  display: flex;
  flex-wrap: wrap;
  display: -webkit-flex;
  justify-content: space-between;
  align-items: center;
  background: #fff;
  border: 2px solid #d0d0d0;
  overflow: hidden;
  position: relative;
  height: 40px;
}

.footHeadNr input {
  line-height: 40px;
  background: none;
  height: 40px;
  display: block;
  padding: 0 20px;
  width: 233px;
  color: #7e7e7e;
}

.footHeadNr button {
  display: block;
  height: 40px;
  padding: 0 20px;
  background: #fff;
  color: #7e7e7e;
  border-left: 2px solid #d0d0d0;
  font-size: 14px;
}
.shemei {
}
.shemei a {
  padding-left: 10px;
}
.shemei a i {
  color: #999;
  font-size: 20px;
}
.footLink {
  display: flex;
  flex-wrap: wrap;
  display: -webkit-flex;
  justify-content: space-between;
  padding: 50px 0;
}
.footLinkList {
  max-width: 25%;
}
.footLinkList h2 {
  padding-bottom: 1em;
  font-weight: 500;
  font-size: 18px;
}
.footLinkList > a {
  display: block;
  color: #777777;
  font-size: 14px;
  padding-bottom: 10px;
}
.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;
}

.footcopyright {
  background: #fff;
  border-top: 1px solid #eef2f7;
}
.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: #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-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;
  }
}
