@charset "UTF-8";
/*header start*/
.nav-box nav#menuPc > ul > li {
  position: relative;
  flex-shrink: 0;
  padding: 28px 32px;
}

.nav-box nav#menuPc > ul > li dl {
  padding-top: 10px;
  position: absolute;
  width: 100%;
  top: 100%;
  background: #fff;
  box-shadow: 5px 5px 15px 0 rgba(0, 0, 0, 0.2);
  opacity: 0;
  visibility: hidden;
  transform: translateY(2%);
  transition: all 0.2s;
  text-align: center;
}

.nav-box nav#menuPc > ul > li:hover dl {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.nav-box nav#menuPc > ul > li dl dd a {
  display: block;
  line-height: 1.5;
  padding: 10px 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  font-size: 1.6rem;
  font-weight: 400;
  color: #000000;
  transition: all 0.6s;
}

.nav-box nav#menuPc > ul > li dl dd a i {
  font-size: 14px;
}

.nav-box nav#menuPc > ul > li dl dd a:hover {
  color: #F49C19;
}

.nav-box nav#menuPc > ul > li::before {
  content: '';
  width: 0;
  height: 2px;
  background: #F49C19;
  position: absolute;
  top: 100%;
  transition: all 0.6s;
  z-index: 4;
}

.nav-box nav#menuPc > ul > li.cur > a {
  /*color: #FDED98;*/
  font-weight: bold;
}

.header {
  position: sticky;
  z-index: 2023;
  left: 0;
  right: 0;
  top: 0;
  /*padding: 0 135px 0 calc((100% - 1300px)/2);*/
  width: 100%;
  box-sizing: border-box;
  background: #46311D;
}

.header .h-img {
  display: none;
}
/*.header .d-img{*/
/*    display: none;*/
/*}*/
.header.inner-pro-header {
  position: sticky;
  top: 0;
  background: #46311D;
}

.header.inner-pro-header .nav-box nav#menuPc > ul > li.cur > a {
  /*color: initial;*/
  font-weight: bold;
}

.header.inner-pro-header .h-img {
  display: none;
}

.header.inner-pro-header .d-img {
  display: inline-block;
}

.header.inner-pro-header #menuPc > ul > li > a, .header.inner-pro-header .h-right a {
  color: #FDED98;
}

.header .header-box {
  position: relative;
  display: flex;
  justify-content: space-between;
}

.header .h-left {
  float: left;
  display: flex;
  align-items: center;
}
.header .h-left img{
    width: 184px;
    height: 47px;
    object-fit: contain;
}
.en-link {
  margin-left: 24px;
}

.header .h-gp {
  font-weight: 500;
  color: #5C3D2A;
  border-radius: 17px;
  line-height: 34px;
  height: 34px;
  padding: 0 18px;
  background: rgba(48, 127, 226, 0.8);
}

#menuPc > ul > li > a {
  color: #FDED98;
  display: inline-block;
  padding: 2px 0;
  white-space: nowrap;
  position: relative;
}

#menuPc ul {
  display: flex;
}

#menuPc .iconfont {
  font-size: 1.8rem;
  padding-left: 3px;
}

.h-right {
  float: right;
  color: #FFF;
  display: flex;
  align-items: center;
  line-height: 30px;
}

.h-right a {
  color: #FDED98;
}

.h-right .h-top {
  margin-bottom: 12px;
  text-align: right;
}

.h-tool dl {
  display: flex;
}

.h-tool dl img {
  margin-right: 8px;
}

.h-tool dl dd {
  position: relative;
}

.h-tool dl dd:hover .h-text-bg {
  opacity: 1;
  visibility: visible;
}

.h-tool .h-text-bg {
  position: absolute;
  top: 100%;
  right: 0;
  padding-top: 16px;
  transition: all 0.4s;
  visibility: hidden;
  opacity: 0;
}

.h-tool .h-text {
  position: relative;
  background-color: #FFF;
  padding: 40px 45px;
  color: #595757;
  box-sizing: border-box;
  min-width: 495px;
  border-radius: 10px;
}

.h-tool .h-text:after {
  content: '';
  position: absolute;
  right: 20px;
  top: 0;
  width: 27px;
  height: 32px;
  background: url("../images/h-icon5.png") no-repeat;
  transform: translateY(-45%);
}

.h-tool .h-text .h-t {
  color: #9D1C25;
}

.h-tool .h-text .h-t label {
  padding-right: 10px;
}

.h-tool .h-text .h-t span {
  color: #9FA0A0;
  display: block;
}

.h-tool .h-text .h-block {
  display: flex;
  align-items: center;
  padding: 32px 0;
  border-bottom: 1px solid rgba(159, 160, 160, 0.5);
}

.h-tool .h-text .h-block:nth-last-of-type(1) {
  border-bottom: none;
  padding-bottom: 0;
}

.h-tool .h-text .h-block h4 {
  font-weight: 400;
}

.h-tool .h-text .h-block .h-icon {
  flex-shrink: 0;
  margin-right: 5%;
  text-align: center;
}

.h-tool .h-text .h-tips {
  flex: 1;
  width: 100%;
}

.h-tool .h-text .h-tips li {
  margin-bottom: 12px;
}

.h-tool .h-text .h-tips li:nth-last-child(1) {
  margin-bottom: 0;
}

.h-tool .h-text .h-tips .h-item {
  display: flex;
  justify-content: space-between;
}

.h-tool .h-text .h-tips .h-item p {
  width: 50%;
  white-space: nowrap;
}

.h-tool .h-text .h-tips .h-item p:nth-child(2) {
  text-align: right;
  margin-left: 32px;
}

.h-tool .h-text .h-tips .h-item p em {
  font-weight: bold;
  font-family: 'SourceHanSansSC-Bold';
  color: #9D1C25;
  font-size: 1.8rem;
  padding-right: 10px;
}

#menuWap {
  display: none;
}

/*header end*/
/*footer start*/
.footer {
  padding: 70px 0 0;
  /*border-top: 18px solid #fded98;*/
  position: relative;
  z-index: 2;
  background-color: #46311D;
  color: #FFF;
}
.footer::before{
    content:'';
    position: absolute;
    left: 0;
    top: 0;
    height: 18px;
    right: 0;
    background: linear-gradient(90deg, #FDED98, #E6BA53);
}

.footer:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 6px;
  transform: translate(-50%, -50%);
  width: 70px;
  height: 70px;
  background: url("../images/foot-icon1.png") no-repeat;
}

.footer a {
  color: #FFF;
}

.footer .footer-top {
  position: relative;
  display: flex;
  justify-content: space-between;
  padding: 0 0 40px;
}

.footer .f-nav {
  width: 50%;
}

.footer .f-nav ul {
  display: flex;
  justify-content: space-between;
}
.footer .f-nav ul dd {
       color: #FDED98;
       font-family: 'SourceHanSansCN100';
       font-size: 1.4rem;
}
.footer .f-nav ul dd a {
  font-size: 1.6rem;
  /*opacity: 0.4;*/
  display: block;
  line-height: 1.875;
  transition: all 0.4s;
      color: #FDED98;
  
}

.footer .f-nav ul dd a:hover {
  opacity: 1;
}

.footer .f-nav h3 {
  font-weight: 400;
  margin-bottom: 32px;
  font-family: 'SourceHanSansCN100';
}

.footer .f-nav a {
  display: block;
  transition: all 0.4s;
}
.footer-share{
    margin-left: 6%;
}
.footer-share h3 {
  line-height: 1;
  margin: 0 0 30px;
}

.footer-share h3 span {
  display: block;
}

.footer-share dl {
  display: flex;
}

.footer-share dl dd {
  width: 132px;
  margin-right: 20px;
}

.footer-share dl dd:nth-last-child(1) {
  margin-right: 0;
  border: 1px solid #FFF;
}

.footer-share .share-contact {
  margin: 20px 0 0;
  line-height: 2;
  font-weight: 300;
}

.footer-con {
  display: flex;
  justify-content: center;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  padding: 30px 0;
}

.footer-con.f-wap {
  display: none;
}

.footer-con label {
  color: #222222;
  font-weight: 500;
}

.footer-con a {
  display: block;
  margin: 0 40px;
  font-size: 1.4rem;
  color: #777;
}

.footer-con a .iconfont {
  font-size: 16px;
  opacity: 0.8;
  margin-right: 20px;
}

.foot-copy {
  text-align: center;
  color: #fff;
  padding: 12px 0;
  border-top: 1px solid #818686;
}

/*footer end*/
/*轮播图start*/
.banner {
  margin: 0 auto 0;
  width: 100%;
  background: #FFFFFF;
  color: #F1F3F8;
  position: relative;
}

.banner .swiper-button-next, .banner .swiper-button-prev {
  background-image: none;
  width: auto;
  height: auto;
  margin-top: 0;
  transform: translateY(-50%);
}

.banner .swiper-button-next .iconfont, .banner .swiper-button-prev .iconfont {
  font-size: 70px;
}

.banner .swiper-button-next {
  right: 0;
}

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

.banner .swiper-slide {
  position: relative;
  overflow: hidden;
  height: 100%;
}

.banner .bg-box {
  position: relative;
  z-index: 1;
}

.banner .bg-box img {
  width: 100%;
  transform: scale(1.1);
  transition: all 4s;
  object-fit: cover;
}

.banner .wap-box {
  display: none;
}

.banner .wap-box img {
  width: 100%;
}

.banner .swiper-pagination {
  bottom: 34px;
}

.banner .swiper-pagination-bullet {
  width: 19px;
  height: 13px;
  opacity: 0.5;
  background: transparent;
  border-radius: inherit;
  transition: all 0.6s;
  box-sizing: border-box;
  background-repeat: no-repeat;
  background-image: url("/upload/files/20240325/6600e4b8bee5.png");
  background-size: cover;
}

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

.banner .swiper-pagination-bullet-active {
  opacity: 1;
}

.banner .swiper-container-horizontal > .swiper-pagination-bullets,
.banner .swiper-pagination-custom,
.banner .swiper-pagination-fraction {
  bottom: 20px;
}

.banner .banner-content {
  position: absolute;
  left: 0;
  top: 10%;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  z-index: 9;
  flex-direction: column;
  opacity: 0;
  transition: all 0.3s;
}

.banner .banner-content .text {
  text-align: left;
  padding-left: 12%;
  width: 80%;
  box-sizing: border-box;
}

.banner .banner-content .text-p {
  transform: translateY(20%);
  opacity: 0;
  transition: all 1.5s;
}

.banner .ani-slide .banner-content {
  opacity: 1;
}

.ani-slide .imgshow img {
  transform: scale(1);
}

.banner .ani-slide .banner-content .text-p {
  transform: translateY(0);
  opacity: 1;
}

/*轮播图end*/
.crumbs-box {
  padding: 32px 0;
  color: #46311D;
  font-weight: 300;
  font-size: 2.0rem;
  border-bottom: 1px solid #DFE1E2;
  line-height: 1;
  margin: 40px 0 8vh;
}

.crumbs-box a {
  color: #46311D;
  display: inline-block;
  transition: all 0.4s;
}

.crumbs-box a:hover {
  color: #F49C19;
}

.crumbs-box i {
  display: inline-block;
  padding: 0 5px;
  color: #46311D;
}

/*公共样式定义 start*/
/*例如,统一间距,统一字体,统一大小写,统一最大距离*/
/* 内容区域宽度+40px */
.m-width-content {
  max-width: 1440px;
  margin: 0 auto;
  width: 100%;
}

.m-width-1640 {
  max-width: 1640px;
  margin: 0 auto;
  width: 100%;
}

.m-width-1300 {
  max-width: 1300px;
  margin: 0 auto;
  width: 100%;
}

.m-width-1280 {
  max-width: 1280px;
  margin: 0 auto;
  width: 100%;
}

/*置顶按钮 start*/
/*置顶按钮 end*/
/*分页 start*/
.page-box {
  padding: 60px 0 0;
}

.page-box .iconfont {
  font-size: 1.8rem;
}

.page-box .layui-laypage a, .page-box .layui-laypage button, .page-box .layui-laypage input, .page-box .layui-laypage select, .page-box .layui-laypage span {
  border-color: #ddd;
  font-size: 16px;
  line-height: 42px;
  height: 42px;
  min-width: 45px;
  box-sizing: border-box;
  margin: 0 5px;
  color: #666;
}

.page-box .page-inner {
  display: flex;
}

.page-box .page-inner a,
.page-box .page-inner span {
  border: 1px solid #ddd;
  display: inline-flex;
  font-size: 1.8rem;
  color: #666;
  margin: 0 3px;
  min-width: 45px;
  height: 42px;
  line-height: 40px;
  justify-content: center;
  background: transparent;
  transition: all 0.3s;
  box-sizing: border-box;
}

.page-box .page-inner a.page-text {
  width: auto;
  padding: 9px 15px;
  border-radius: 17px;
  height: auto;
  line-height: 1;
}

.page-box .page-inner a.page-text:hover {
  color: #fff;
  background-color: #307FE2;
  border: 1px solid #307FE2;
}

.page-box .page-inner .current, .page-box .page-inner a:hover {
  color: #fff;
  background-color: rgba(70, 49, 29, 0.7);
  border: 1px solid rgba(70, 49, 29, 0.7);
}

.layui-laypage .layui-laypage-curr .layui-laypage-em {
  background-color: rgba(70, 49, 29, 0.7);
}

.page-box .layui-laypage a, .page-box .layui-laypage button, .page-box .layui-laypage input, .page-box .layui-laypage select, .page-box .layui-laypage span {
  border: none;
  background-color: #DFDFDF;
  font-size: 20px;
  font-weight: 300;
}

.layui-disabled, .layui-disabled:hover {
  color: #46311D !important;
}

/*分页 end*/
/*公共样式定义 end*/
.title {
  margin: 90px 0 50px;
  text-align: center;
}

.title h2 {
  font-weight: 400;
  font-family: 'SourceHanSansSC-Regular';
  display: inline-block;
  position: relative;
  line-height: 1;
}

.title h2:after {
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  background: url("../images/title-icon.png") no-repeat;
  right: 0;
  top: 0;
  transform: translate(100%, 0%);
  margin-right: -10px;
  
}

.title.tleft {
  text-align: left;
}

.title.line {
  margin-bottom: 90px;
}

/*.title.line h2:before {*/
/*  content: '';*/
/*  position: absolute;*/
/*  left: 50%;*/
/*  margin-left: -46px;*/
/*  width: 92px;*/
/*  height: 1px;*/
/*  background: #5C3D2A;*/
/*  bottom: -20px;*/
/*}*/

.index-top-info {
  text-align: center;
  font-weight: 300;
  line-height: 2;
}

.index-top-info .see-more {
  color: #5C3D2A;
  background-color: rgba(201, 202, 202, 0.2);
  padding: 10px 40px;
  line-height: 1;
  display: inline-block;
  margin: 5vh 0 0;
}

.index-huishou-grid {
  padding: 150px 0 0px;
  background: url("../images/index-huishou-bg.jpg") no-repeat 50% 50%;
  margin: 8vh 0 0;
  overflow: hidden;
  box-sizing: border-box;
  height: 820px;
}

.index-huishou-grid .h-tt {
  color: #fff;
  margin: 8vh 0 12vh;
}

.index-huishou-grid .h-tt h2 {
  font-weight: 400;
  font-family: 'SourceHanSansSC-Regular';
  line-height: 1.25;
  margin-bottom: 12px;
}

.huishou-list ul {
  margin: 0 -15px;
}

.huishou-list li {
  float: left;
  width: 25%;
  padding: 0 15px;
  box-sizing: border-box;
}

.huishou-list .img-box {
  padding-bottom: 63.88889%;
}

.huishou-list ul {
  display: flex;
  flex-wrap: wrap;
}

.huishou-list .h-item {
  text-align: center;
  color: #5C3D2A;
  border: 8px solid transparent;
  box-sizing: border-box;
  transition: all 0.4s ease-in-out;
}

.huishou-list .h-item:hover {
  border-color: #FFF;
}

.huishou-list .h-item p {
  padding: 20px 10px;
  background-color: #FFF;
}

.shop-tabitem {
  text-align: center;
  margin: 0 0 48px;
}

.shop-tabitem a {
  color: #5C3D2A;
  font-weight: 300;
  display: inline-block;
  margin: 0 60px;
  position: relative;
  padding-top: 10px;
}

.shop-tabitem a:after {
  transition: all 0.4s;
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  width: 0%;
  background-color: #5C3D2A;
}

.shop-tabitem a.cur:after {
  width: 100%;
}

.shop-swiper-box .s-item {
  transition: all 0.4s;
  padding: 32px 40px;
}

.shop-swiper-box .s-item:hover {
  background-color: rgba(201, 202, 202, 0.2);
}

.shop-swiper-box .text {
  text-align: center;
  color: #5C3D2A;
}

.shop-swiper-box h3 {
  font-weight: 400;
  font-family: 'SourceHanSansSC-Regular';
  margin-bottom: 24px;
}

.shop-swiper-box p {
  font-weight: 300;
  line-height: 1.375;
}

.shop-swiper-box .see-more {
  display: block;
  text-align: center;
  font-weight: 300;
  color: #5C3D2A;
  margin: 40px 0 0;
  transition: all 0.4s;
  padding: 5px;
}

.shop-swiper-box .see-more:hover {
  background-color: #5C3D2A;
  color: #FFF;
}

.shop-swiper-box .see-more:hover span:after {
  display: none;
}

.shop-swiper-box .see-more span {
  padding-bottom: 4px;
  position: relative;
  display: inline-block;
  transition: all 0.2s;
}

.shop-swiper-box .see-more span:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #5C3D2A;
}

.shop-swiper-box .shop-swiper {
  position: relative;
}

.shop-swiper-box .shop-swiper .swiper-button-next, .shop-swiper-box .shop-swiper .swiper-button-prev {
  background-image: none;
  width: auto;
  height: auto;
  margin-top: 0;
  transform: translateY(-50%);
}

.shop-swiper-box .shop-swiper .swiper-button-next .iconfont, .shop-swiper-box .shop-swiper .swiper-button-prev .iconfont {
  font-size: 50px;
  color: #5C3D2A;
}

.shop-swiper-box .shop-swiper .swiper-button-next {
  right: -80px;
}

.shop-swiper-box .shop-swiper .swiper-button-prev {
  left: -80px;
}

.index-zoomty-grid {
  background: url("../images/index-zoom-bg.jpg") no-repeat 50% 50%;
  background-size: cover;
  color: #FFF;
  padding: 28vh 0;
  margin: 7vh 0 0;
}

.index-zoomty-grid h3 {
  font-weight: 400;
  text-align: center;
  font-family: 'SourceHanSansSC-Regular';
}

.pro-topinfo {
  display: flex;
  flex-direction: row-reverse;
  margin: 8vh 0;
}

.pro-topinfo.flexrow {
  flex-direction: row;
}

.pro-topinfo .img-box {
  padding-bottom: 54.34995%;
}

.pro-topinfo .imgshow {
  width: 62%;
}

.pro-topinfo .text {
  flex: 1;
  text-align: center;
}

.pro-topinfo .text-p {
  line-height: 2;
}

.product-list {
  display: flex;
  justify-content: space-between;
  margin: 0 -10px;
}

.product-list .p-row {
  width: 50%;
  padding: 0 10px;
  box-sizing: border-box;
}

.product-list .p-row.w100 {
  width: 100%;
}

.product-list .p-list {
  width: 100%;
}

.product-list .p-list li {
  width: 100%;
  margin-bottom: 20px;
}

.product-list .p-list.w2 ul {
  margin: 0 -10px;
}

.product-list .p-list.w2 li {
  float: left;
  width: 50%;
  padding: 0 10px;
  box-sizing: border-box;
}

/*.product-list .p-list.w2 .imgshow {*/
/*  width: 186px;*/
/*}*/

.product-list .p-list.w4 ul {
  margin: 0 -10px;
}

.product-list .p-list.w4 li {
  float: left;
  width: 25%;
  padding: 0 10px;
  box-sizing: border-box;
}

/*.product-list .p-list.w4 .imgshow {*/
/*  width: 186px;*/
/*}*/

.product-list.w100 li {
  width: 100%;
}

.product-list ul {
  display: flex;
  flex-wrap: wrap;
}

/*.product-list .imgshow {*/
/*  width: 410px;*/
/*  position: absolute;*/
/*  left: 50%;*/
/*  top: 50%;*/
/*  transform: translate(-50%, -50%);*/
/*  z-index: 2;*/
/*}*/

.product-list .imgshow.first:after {
  height: 45px;
}

.product-list .w-list.w4 {
  margin-top: 20px;
  width: 100%;
}

.product-list .w-list.w4 ul {
  margin: 0 -10px;
}

.product-list .w-list.w4 li {
  float: left;
  width: 25%;
  padding: 0 10px;
  box-sizing: border-box;
}

.product-list .w-list ul {
  margin: 0 -10px;
}

.product-list .w-list li {
  float: left;
  width: 50%;
  padding: 0 10px;
  box-sizing: border-box;
}

.product-list .w-list li {
  margin-bottom: 20px;
}

.product-list .w-list li:nth-last-child(1), .product-list .w-list li:nth-last-child(2) {
  margin-bottom: 0;
}

.product-list .w-list .imgshow {
  width: 185px;
}

.product-list .p-item {
  background-color: #FAFAFA;
  position: relative;
  /*padding-bottom: 100%;*/
  transition: all 0.3s;
  display: block;
}

.product-list .p-item:hover {
  background-color: rgba(92, 61, 42, 0.1);
}

.product-list .p-tags {
  color: #46311D;
  font-weight: 300;
  border: 1px solid #C9CACA;
  position: absolute;
  padding: 8px 10px;
  line-height: 1;
  left: 20px;
  top: 20px;
}

.prodis-show {
  display: flex;
  margin: 10vh 0;
}

.prodis-show .prodis-swiper {
  position: relative;
  width: 62%;
  box-sizing: border-box;
  padding: 0 100px;
}

.prodis-show .prodis-swiper .imgshow {
  /*width: 286px;*/
  /*margin: 6vh auto;*/
  text-align: center;
}
.prodis-show .prodis-swiper .imgshow img{
    max-width: 100%;
    height: auto;
}
.prodis-show .prodis-swiper .swiper-button-next, .prodis-show .prodis-swiper .swiper-button-prev {
  background-image: none;
  width: auto;
  height: auto;
  margin-top: 0;
  transform: translateY(-50%);
}
.prodis-show .prodis-swiper .swiper-button-next{
    right: 0;
}
.prodis-show .prodis-swiper .swiper-button-prev{
    left: 0;
}
.prodis-show .prodis-swiper .swiper-button-next .iconfont, .prodis-show .prodis-swiper .swiper-button-prev .iconfont {
  font-size: 70px;
  color: #46311D;
}

.prodis-show .prodis-swiper .swiper-button-next {
  right: 0;
}

.prodis-show .prodis-swiper .swiper-button-prev {
  left: 0;
}

.prodis-show .prodis-swiper .swiper-pagination {
  text-align: center;
  width: 100%;
  left: 0;
}

.prodis-show .prodis-swiper .swiper-pagination-bullet {
  width: 19px;
  height: 13px;
  opacity: 0.5;
  background: transparent;
  border-radius: inherit;
  transition: all 0.6s;
  box-sizing: border-box;
  background-repeat: no-repeat;
  background-image: url("../images/prodis-page.png");
  margin: 0 10px;
}

.prodis-show .prodis-swiper .swiper-pagination-bullet-active {
  opacity: 1;
}

.prodis-show .prodis-text {
  flex: 1;
  color: #46311D;
  padding-left: 7%;
}

.prodis-show .prodis-text h3 {
  font-weight: 400;
  line-height: 1;
  margin: 12px 0 8vh;
}

.prodis-show .p-share dl {
  display: flex;
}

.prodis-show .p-share dl dd {
  margin-right: 50px;
}

.prodis-show .p-share dl dd:nth-last-child(1) {
  margin-right: 0;
}

.prodis-show .p-share dl img {
  margin-right: 12px;
}

.prodis-descr {
  background-color: #FAFAFA;
  padding: 60px 70px;
}

.prodis-descr h3 {
  /*font-weight: 400;*/
  margin-bottom: 24px;
}

.prodis-descr dl {
  display: flex;
}

.prodis-descr dl dd {
  margin-right: 10px;
  font-weight: 300;
}

.prod-tt {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 8vh 0;
}

.prod-tt span {
  flex: 1;
  height: 2px;
  background-color: #DFE1E2;
}

.prod-tt h3 {
  padding: 0 34px;
  font-weight: 400;
}

.hasimgbg {
  position: relative;
}

/*.hasimgbg:after {*/
/*  content: '';*/
/*  position: absolute;*/
/*  width: 100%;*/
/*  height: 20px;*/
/*  background: url("../images/pro-bot.png") no-repeat 50% 50%;*/
/*  left: 0;*/
/*  background-size: auto 100%;*/
/*}*/

.related-list {
  margin-bottom: 10vh;
}

.related-list ul {
  margin: 0 0;
}

.related-list li {
  float: left;
  width: 33.33%;
  padding: 0 0;
  box-sizing: border-box;
}

.related-list .imgshow {
  width: 286px;
  margin: 0 auto 0px;
}

.related-list .r-item {
  text-align: center;
  transition: all 0.4s;
}

.related-list .r-item:hover h4 {
  font-weight: 400;
}

.related-list ul {
  display: flex;
  flex-wrap: wrap;
}

.related-list h4 {
  transition: all 0.4s;
}

.inner-banner .img-box {
  padding-bottom: 42.5%;
}
.inner-banner .imgshow img{
    width: 100%;
}
.child-box {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}

.child-box .child-nav {
  display: none;
}

.child-box .child-nav ul {
  display: flex;
  justify-content: center;
}

.child-box .child-nav ul li {
  padding: 40px 85px;
  box-sizing: border-box;
  width: 320px;
}

.child-box .child-nav ul a {
  color: #FFF;
  display: block;
  line-height: 1;
}

.child-box .child-nav ul .cur a {
  font-weight: bold;
  color: #FDED98;
}

.child-box #product ul li {
  padding-left: 0px;
  padding-right: 0px;
  width: 15%;
}

.child-box #product .act dl {
  display: block;
}

.child-box #product dl {
  padding-top: 20px;
  display: none;
}

.child-box #product dl dd {
  color: #FDED98;
}

.child-box #product dl dd a {
  background-position: 0 50%;
  background-repeat: no-repeat;
  background-image: url("../images/prodis-page2.png");
  font-weight: 300;
  padding: 7px 0;
  padding-left: 30px;
  display: block;
  /*color: #FDED98;*/
    color: #fff;
  transition: all 0.3s;
}

.child-box #product dl dd a:hover {
  text-decoration: underline;
  color: #FDED98;
    background-image: url("../images/prodis-page3.png");
}

.huishou-info {
  text-align: center;
  margin-bottom: 8vh;
}

.huishou-info .img-box {
  padding-bottom: 31.58537%;
}

.huishou-info .t-tt {
  margin: 42px 0;
}

.huishou-info .text-p {
  text-align: left;
  line-height: 2;
}

.adv-list li {
  margin-bottom: 8vh;
}

.adv-list li:nth-child(2n) .a-item {
  flex-direction: row-reverse;
}

.adv-list li:nth-child(2n) .text {
  padding: 1px 50px 0 30px;
  /*text-align: right;*/
}

.adv-list li:nth-child(2n) .title {
  text-align: right;
}

.adv-list li:nth-child(2n) .title h2:after {
  right: auto;
  left: 0;
  margin: 0 0 0 -10px;
  transform: translate(-100%, 0);
}

.adv-list .a-item {
  display: flex;
  background-color: #E6E6E6;
  padding: 22px;
}

.adv-list .imgshow {
  width: 49.5%;
}

.adv-list .imgshow .img-box {
  padding-bottom: 59.14787%;
}

.adv-list .text {
  flex: 1;
  padding: 1px 50px;
  text-align: left;
}
.adv-list .text .text-p{
    line-height: 2;
}
.adv-list .text .title {
  margin: 42px 0 32px;
  text-align: left;
}

.hs-adv-info {
  margin-bottom: 9vh;
  position: relative;
}
.hs-adv-info img{
    max-width: 100%;
    height: auto;
}
.hs-adv-info .center-box {
  position: absolute;
  left: 50%;
  top: 0%;
  transform: translateX(-50%);
  background: url("../images/adv-logo-bg.png") no-repeat 50% 50%;
  width: 32%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-size: 100%;
}

.hs-adv-info .a-t {
  background-color: #5C3D2A;
  color: #FFF;
  padding: 12px 0;
  margin-bottom: 32px;
}

.hs-adv-info .a-t h3 {
  font-weight: 400;
}

.hs-adv-info ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.hs-adv-info ul li {
  width: 34%;
}

.hs-adv-info ul li:nth-child(1), .hs-adv-info ul li:nth-child(2) {
  margin-bottom: 7vh;
}

.hs-adv-info .a-item {
  text-align: center;
  background-color: rgba(201, 202, 202, 0.2);
  padding-bottom: 42px;
  box-sizing: border-box;
  height: 100%;
}

.hs-adv-info .text {
  line-height: 2;
}

.process-title .title {
  text-align: left;
  margin-top: 32px;
}

.process-list {
  position: relative;
}

.process-list .p-item {
  width: 273px;
}

.process-list ul {
  display: flex;
  justify-content: center;
  margin-bottom: 60px;
}

.process-list li {
  margin: 0 6%;
}

.process-list dl {
  position: absolute;
  left: 0;
  width: 100%;
  display: flex;
  top: 50%;
  transform: translateY(-50%);
  justify-content: center;
  z-index: 1;
}

.process-list dl dd {
  margin: 0 6%;
}

.process-list dl dd:nth-child(2n) img {
  transform: rotate(-90deg);
}

.process-text {
  padding-bottom: 80px;
}

.process-text ul {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #46311D;
  margin-bottom: 28px;
}

.process-text h3 {
  font-weight: 400;
  color: #46311D;
  padding: 18px;
  min-width: 200px;
  text-align: center;
  box-sizing: border-box;
  line-height: 1;
  background-color: rgba(201, 202, 202, 0.2);
}

.process-text li:nth-child(2n) {
  margin: 0 30px;
  font-weight: 300;
}

.brand-info {
  display: flex;
  flex-direction: row-reverse;
}

.brand-info .imgshow {
  width: 48%;
}

.brand-info .imgshow .img-box {
  padding-bottom: 59.72046%;
}

.brand-info .text {
  flex: 1;
  padding-right: 5%;
}

.brand-info .text h3 {
  font-weight: 400;
  margin-bottom: 10px;
}

.brand-info .title {
  margin: 0 0 12px;
}

.brand-info .text-p {
  line-height: 2;
}

.brand-info .text-p p {
  margin-bottom: 16px;
}

.brand-jiazhi {
  margin: 4vh 0 8vh;
  position: relative;
}

.brand-jiazhi .img-box {
  padding-bottom: 37.29167%;
}

.brand-jiazhi .text {
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 16vh;
  color: #FDED98;
}

.brand-jiazhi .sm-tt {
  background: url("../images/jiazhi-tt-bg.png") no-repeat;
  height: 74px;
  line-height: 74px;
  margin-bottom: 12px;
  display: none;
}

.brand-jiazhi .j-tt {
  padding-right: 160px;
}

.brand-list .b-item {
  display: flex;
}

.brand-list .imgshow {
  width: 50%;
}

.brand-list .text {
  flex: 1;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.brand-list .text h3 {
  font-weight: 400;
}

.brand-list .img-box {
  padding-bottom: 43.04878%;
}

.brand-list .line {
  width: 58px;
  height: 1px;
  background: #5C3D2A;
  display: inline-block;
  margin: 10px 0 32px;
}

.brand-list li {
  margin-bottom: 45px;
}

.brand-list li:nth-child(2n) .b-item {
  flex-direction: row-reverse;
}

.brandyewu-list {
  padding-bottom: 9vh;
}

.brandyewu-list .img-box {
  padding-bottom: 57.93451%;
}

.brandyewu-list ul {
  margin: 0 -25px;
}

.brandyewu-list li {
  float: left;
  width: 50%;
  padding: 0 25px;
  box-sizing: border-box;
}

.brandyewu-list ul {
  display: flex;
  flex-wrap: wrap;
}

.brandyewu-list h3 {
  font-weight: 400;
  background-color: #5C3D2A;
  color: #FFF;
  text-align: center;
  padding: 12px;
}

.brandyewu-list .text {
  border-radius: 50px;
  border: 1px dotted #5C3D2A;
  line-height: 2;
  padding: 42px;
  text-align: center;
  margin: 46px 0 0;
}

.brandshop-info {
  text-align: center;
  margin-bottom: 8vh;
}

.brandshop-info .title {
  margin: 0 0 40px;
}

.bshop-list {
  margin: 0 0 9vh;
}

.bshop-list ul {
  display: flex;
  flex-wrap: wrap;
}

.bshop-list ul {
  margin: 0 -11px;
}

.bshop-list li {
  float: left;
  width: 50%;
  padding: 0 11px;
  box-sizing: border-box;
}

.bshop-list .img-box {
  padding-bottom: 69.85294%;
}

.news-list .n-item {
  display: block;
  display: flex;
  align-items: center;
  color: #5C3D2A;
}

.news-list .n-item .imgshow {
  width: 50%;
}

.news-list .n-item .imgshow .img-box {
  padding-bottom: 56.09756%;
}

.news-list .n-item .text {
  flex: 1;
  text-align: center;
}

.news-list .date em {
  font-weight: 400;
}

.news-list h3 {
  margin: 32px 0 8px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.2;
}

.news-list p {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.news-list .see-more {
  background-color: rgba(201, 202, 202, 0.2);
  display: inline-block;
  padding: 14px 48px;
  line-height: 1;
  margin-top: 6vh;
  transition: all 0.3s;
}

.news-list .see-more:hover,.index-top-info .see-more:hover {
  background-color: #5C3D2A;
  color: #FFF;
}

.news-list li {
  margin-bottom: 8vh;
}

.news-list li:nth-child(2n) .n-item {
  flex-direction: row-reverse;
}

.news-related-list {
  padding-bottom: 8vh;
}

.news-related-list .r-item {
  display: block;
  color: #5C3D2A;
}

.news-related-list .r-item img {
  transition: all 0.3s;
}

.news-related-list .r-item:hover img {
  transform: scale(1.045);
}

.news-related-list ul {
  display: flex;
  flex-wrap: wrap;
}

.news-related-list ul {
  margin: 0 -15px;
}

.news-related-list li {
  float: left;
  width: 33.33%;
  padding: 0 15px;
  box-sizing: border-box;
}

.news-related-list .img-box {
  padding-bottom: 73.43454%;
}

.news-related-list h3 {
  font-weight: 400;
  margin: 8px 0 5vh;
}

.news-related-list span {
  color: #5C3D2A;
  display: flex;
  justify-content: space-between;
}

.news-detail-content {
  margin: 0 0 9vh;
  display: flex;
}

.news-detail-content .content-right {
  width: 65%;
}
.news-detail-content .content-right .text{
    max-width: 532px;
}
.news-detail-content .content-left {
  flex: 1;
  padding-right: 20%;
}

.news-detail-content .content-left .n-t {
  text-transform: uppercase;
  color: #E6E6E6;
  font-weight: bold;
  line-height: 1;
}

.news-detail-content .content-left .date {
  margin: 7vh 0;
}

.news-detail-content .content-left .date em {
  display: block;
  font-weight: 400;
}

.news-detail-content .content-left h3 {
  font-weight: 400;
}

.news-detail-content .text img {
  display: block;
  margin: 0 0 20px !important;
  max-width: 100%;
  height: auto;
}
.net-top .title h2:after{
    display: none;
}
.contact-list {
  margin: 0 0 8vh;
  color: #5C3D2A;
  /*background: url("../images/con-bg.png") 100% 100% no-repeat;*/
}
.contact-list h3{
    font-size: 50px;
    font-family: 'SourceHanSansSC-Regular';
}
.contact-list h3 strong{
    font-weight: 400;
}
.contact-list li {
  display: flex;
  margin-bottom: 24px;
}
.contact-list li label{
    flex-shrink: 0;
}
.contact-list a {
  transition: all 0.3s;
}

.contact-list a:hover {
  text-decoration: underline;
}

.contact-list h3 {
  font-weight: 400;
  margin-bottom: 32px;
}

.content-about-net {
  margin: 0 0 8vh;
}

.net-top .title {
  text-align: left;
}

.net-top .filter-select {
  max-width: 414px;
}

.net-top .layui-form-select .layui-input {
  font-size: 30px;
}

.net-top .layui-input, .net-top .layui-select, .net-top .layui-textarea {
  line-height: 56px;
  height: 56px;
  border: 1px solid #46311D;
  border-radius: 10px;
}

.net-top .layui-form-select dl {
  font-size: 24px;
}

.net-top .layui-form-select dl dd {
  line-height: 46px;
}

.map-dot .dot {
  width: 8px;
  height: 8px;
  border: 2px solid #7E7E7F;
  border-radius: 50%;
  box-sizing: border-box;
}

.map-dot li {
  position: absolute;
  padding: 10px;
  margin-left: -5px;
  margin-top: -5px;
}

.map-dot li:hover {
  z-index: 3;
}

.map-dot li:hover .h-text {
  opacity: 1;
  visibility: visible;
}

.map-dot li.cur {
  z-index: 3;
}

.map-dot li.cur .h-text {
  opacity: 1;
  visibility: visible;
}

.map-dot .h-text {
  background-color: #B71C25;
  border-radius: 8px;
  line-height: 1;
  padding: 8px 20px;
  color: #FFF;
  position: absolute;
  bottom: 100%;
  white-space: nowrap;
  margin-bottom: 15px;
  left: 50%;
  transform: translateX(-50%);
  margin-left: 15px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
}

.map-dot .h-text:after {
  content: '';
  position: absolute;
  left: 0;
  width: 27px;
  height: 22px;
  background: url("../images/map-text.png") no-repeat;
  top: 95%;
  left: 50%;
  margin-left: -13px;
}

.net-content {
  display: flex;
  margin-top: 50px;
}

.net-content .content-right {
  width: 67%;
}

.net-content .content-right .imgshow {
  position: relative;
}

.net-content .content-right .imgshow img {
  width: 100%;
}

.net-content .content-left {
  flex: 1;
}

.select-res {
  min-height: 60vh;
  color: #5C3D2A;
}

.select-res h4, .select-res h5 {
  font-weight: 400;
}

.select-res h4 {
  border-bottom: 1px solid #DFE1E2;
  padding: 5vh 0 4.5vh;
  margin-bottom: 4.5vh;
  display: none;
}

.select-res h4 a {
  color: #5C3D2A;
  margin-right: 10px;
}

.select-res h4 a:hover, .select-res h4 a.cur {
  font-weight: bold;
}

.select-res .s-item {
  margin-bottom: 32px;
}

.select-res .s-item p {
  font-weight: 300;
}

.select-res .s-item h5 {
  margin-bottom: 8px;
  font-weight:  bold !important;
}

.btn-nav {
  display: none;
}

.video-js .vjs-big-play-button {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  background-color: transparent;
  font-size: 6em;
  border: none;
}



.news-page {
  text-align: center;
  padding: 1vh 0 10vh;
}

.news-page a {
  background-color: rgba(201, 202, 202, 0.2);
  display: inline-block;
  padding: 14px 48px;
  line-height: 1;
  transition: all 0.3s;
}

.news-page a:hover {
  background-color: #5C3D2A;
  color: #FFF;
}

.content-design {
  padding: 1px 0 10vh;
}

.content-design .d-text {
  text-align: center;
  margin-bottom: 6vh;
}

.content-design .d-text img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

.content-design .shop-swiper-box .s-item {
  background-color: rgba(201, 202, 202, 0.2);
  padding: 10px 7px;
}

.content-design .shop-swiper-box .s-item:hover {
  background-color: rgba(201, 202, 202, 0.4);
}


.footer .f-nav ul li{
    max-width: 50%;
}
.footer .f-nav{
    flex: 1;
}
.footer .f-nav a{
   color: #FDED98;
}
.footer .f-nav ul li:nth-last-child(2),.footer .f-nav ul li:nth-last-child(3){
    display: none;
}
.process-imgshow{
    /*text-align: center;*/
}
.process-imgshow img{
    max-width: 100%;
    height: auto;
}
@media screen and (max-width: 1800px) {
  .shop-swiper-box .shop-swiper .swiper-button-prev {
    left: 0;
  }
  .shop-swiper-box .shop-swiper .swiper-button-next {
    right: 0;
  }
}

@media screen and (max-width: 1640px) {
    .contact-list h3{
        font-size: 40px;
    }
  .f-24,.f-22 {
    font-size: 1.8rem;
  }
  .f-60 {
    font-size: 4.0rem;
  }
  .f-50 {
    font-size: 4.0rem;
  }
  .ipd-20 {
    padding: 0 20px;
  }
  .f-30, .f-40 {
    font-size: 2.4rem;
  }
  .f-20 {
    font-size: 1.8rem;
  }
  .f-18 {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 1466px) {
    .footer .f-nav ul dd,.footer .f-nav ul dd a{
        font-size: 1.4rem;
    }
  /*.product-list .imgshow {*/
  /*  width: 280px;*/
  /*}*/
  /*.product-list .p-list.w2 .imgshow, .product-list .p-list.w4 .imgshow {*/
  /*  width: 120px;*/
  /*}*/
  .child-box #product dl dd a {
    background-size: 14px;
  }

  .header .h-left   .logo img{
      width: auto;
      height: 30px;
  }
  .header {
    padding-left: 8%;
    padding-right: 8%;
  }
  .f-24 {
    font-size: 1.8rem;
  }
  .f-18 {
    font-size: 1.4rem;
  }
  .m-width-1640 {
    max-width: 1200px;
  }
  .news-detail-content .content-left {
    padding-right: 16%;
  }
}

@media screen and (max-width: 1366px) {
  .nav-box nav#menuPc > ul > li {
    padding-left: 16px;
    padding-right: 16px;
  }
}

@media screen and (max-width: 1000px) {
    .title h2:after{
        width: 12px;
        height: 12px;
        background-size: cover;
    }
    .map-dot li.cur .h-text{
        zoom: 0.5;
    }
    .contact-list h3{
        font-size: 24px;
    }
    .title.f-t{
        margin: 40px 0 12px;
    }
    .index-top-info .see-more{
        margin-top: 12px;
    }
    .index-huishou-grid {
        height: auto;
        padding-top: 0 ;
        margin-top: 32px;
    }
    .index-huishou-grid{
        background-size: 100% !important;
        background-position: 0 0 !important;
    }
    .footer .f-nav ul li{
        display: none;
        max-width: 100%;
    }
    .footer .f-nav ul li:nth-last-child(1){
        display: block;
    }
   
  html.mm-blocking body {
    overflow: initial;
  }
  .header {
    /*position: sticky;*/
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    padding-right: 0;
    padding-left: 0;
    padding-top: 8px;
    padding-bottom: 8px;
  }
  #menuPc {
    display: none;
  }
  .mm-opened #menuWap {
    display: block;
  }
  #page {
    background: #FFFFFF;
  }
  .youshi-list22 li {
    width: auto;
    float: none;
  }
  .youshi-list22 li .y-item {
    min-height: auto;
  }
  .app-yanfa-grid {
    padding-bottom: 10px;
  }
  .btn-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0px;
    background: transparent;
    border: none;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    z-index: 99999;
    display: block;
    width: 30px;
    float: right;
  }
  .icon-bar {
    display: block;
    margin: 6px 0;
    width: 30px;
    height: 3px;
    background-color: #FFF;
    box-shadow: 0 1px 1px #000000;
    -webkit-transition: all .7s ease;
    -moz-transition: all .7s ease;
    -ms-transition: all .7s ease;
    -o-transition: all .7s ease;
    transition: all .7s ease;
    z-index: 999999;
  }
  .mm-opening .top {
    -webkit-transform: translateY(8px) rotateZ(45deg);
    -moz-transform: translateY(8px) rotateZ(45deg);
    -ms-transform: translateY(8px) rotateZ(45deg);
    -o-transform: translateY(8px) rotateZ(45deg);
    transform: translateY(8px) rotateZ(45deg);
  }
  .mm-opening .bottom {
    -webkit-transform: translateY(-10px) rotateZ(-45deg);
    -moz-transform: translateY(-10px) rotateZ(-45deg);
    -ms-transform: translateY(-10px) rotateZ(-45deg);
    -o-transform: translateY(-10px) rotateZ(-45deg);
    transform: translateY(-10px) rotateZ(-45deg);
  }
  .mm-opening .middle {
    width: 0;
  }
  .h-right {
    margin-right: 50px;
    display: none;
  }
  .h-tool .h-text-bg {
    display: none;
  }
  .huishou-list li {
    width: 50%;
  }
  .index-huishou-grid .h-tt {
    margin: 40px 0;
  }
  .shop-tabitem a {
    margin: 0 12px;
  }
  .title {
    margin: 40px 0;
  }
  .index-zoomty-grid {
    padding: 120px 20px;
    margin: 32px 0 0;
  }
  .f-24 {
    font-size: 1.6rem;
  }
  .footer .footer-top {
    flex-direction: column;
  }
  .footer .f-nav {
    margin: 0 0 24px;
    width: 100%;
  }
  .footer .f-nav li {
    width: 100%;
  }
  .footer .f-nav ul {
    width: 100%;
  }
  .footer .f-nav ul dd a {
    font-size: 1.2rem;
  }
  .footer .f-nav h3 {
    margin-bottom: 12px;
  }
  .f-18 {
    font-size: 1.4rem;
  }
  .footer:after {
    width: 32px;
    height: 32px;
    background-size: cover;
  }
  .shop-swiper-box {
    background-color: rgba(201, 202, 202, 0.2);
  }
  .huishou-list .h-item {
    border: none;
    margin-bottom: 12px;
  }
  .huishou-list li {
    padding: 0 5px;
  }
  .huishou-list ul {
    margin: 0 -5px;
  }
  .huishou-list .h-item p {
    padding: 12px 6px;
    font-size: 1.4rem;
  }
  .title h2 {
    font-size: 2.4rem;
  }
  .index-top-info {
    padding: 0 20px;
  }
  .banner .swiper-button-next .iconfont, .banner .swiper-button-prev .iconfont {
    font-size: 32px;
  }
  .shop-swiper-box .s-item {
    padding: 24px;
  }
  .pro-topinfo .imgshow {
    width: 100%;
  }
  .pro-topinfo {
    flex-wrap: wrap;
  }
  .product-list {
    flex-wrap: wrap;
  }
  .product-list .w-list {
    margin: 20px 0;
  }
  .product-list .w-list li {
    padding: 0;
    width: 48%;
  }
  .product-list .w-list li:nth-child(2n) {
    margin-left: 4%;
  }
  /*.product-list .imgshow {*/
  /*  width: 50%;*/
  /*}*/
  .product-list .w-list .imgshow {
    width: 50%;
  }
  .product-list .p-tags {
    left: 10px;
    top: 10px;
    font-size: 12px;
    padding: 4px 5px;
  }
  .crumbs-box {
    margin: 0px 0 40px;
  }
  .pro-topinfo {
    margin: 0 0 40px;
  }
  .prodis-show .prodis-swiper {
    width: 100%;
    margin-bottom: 24px;
    padding: 0 60px;
  }
  .prodis-show {
    margin: 0 0 40px;
    flex-wrap: wrap;
  }
  .prodis-show .prodis-text {
    padding-left: 0;
  }
  .prodis-show .prodis-swiper .swiper-pagination {
    bottom: 0;
  }
  .prodis-show .prodis-text h3 {
    margin: 12px 0;
    font-size: 24px;
  }
  .f-30, .f-40 {
    font-size: 1.8rem;
  }
  .prodis-descr {
    padding: 12px;
  }
  .prodis-descr dl {
    flex-wrap: wrap;
  }
  .f-50 {
    font-size: 2.4rem;
  }
  .related-list li {
    width: 50%;
    margin-bottom: 12px;
  }
  .related-list .imgshow {
    width: 50%;
  }
  .crumbs-box {
    font-size: 1.8rem;
    line-height: 1.5;
  }
  .huishou-info .t-tt img {
    height: 40px;
  }
  .adv-list .imgshow {
    width: 100%;
  }
  .adv-list .a-item {
    flex-wrap: wrap;
    padding: 11px;
  }
  .adv-list .text {
    padding: 0;
  }
  .adv-list li:nth-child(2n) .text {
    padding: 0;
    text-align: left;
  }
  .adv-list .text .title {
    margin: 24px 0 12px;
  }
  .adv-list .text .title h2 {
    line-height: 1.5;
  }
  .adv-list li {
    margin-bottom: 24px;
  }
  .adv-list li:nth-child(2n) .title {
    text-align: left;
  }
  .adv-list li:nth-child(2n) .title h2:after {
    right: 0;
    margin-right: -10px;
    transform: translate(100%, 0);
    left: auto;
  }
  .process-list .p-item {
    width: 100%;
  }
  .process-list li {
    margin: 0 10px;
    width: 30%;
    flex-shrink: 0;
  }
  .process-list dl dd {
    margin: 0 0px;
    text-align: center;
    width: 18%;
  }
  .process-list dl dd img {
    width: 24px;
  }
  .process-text ul {
    flex-wrap: wrap;
  }
  .process-text ul li {
    width: 100%;
  }
  .process-text li:nth-child(2n) {
    margin: 12px 0;
    text-align: center;
    transform: rotate(90deg);
  }
  .hs-adv-info ul li {
    width: 49%;
    position: relative;
  }
  .hs-adv-info ul li:nth-child(1), .hs-adv-info ul li:nth-child(2) {
    margin-bottom: 200px;
  }
  .hs-adv-info ul li:nth-child(2n) {
    margin-left: 2%;
  }
  .hs-adv-info .center-box {
    width: 100%;
    z-index: 1;
  }
  .hs-adv-info ul {
    position: relative;
    z-index: 20;
  }
  .hs-adv-info .a-item {
    background-color: #f4f4f4;
    padding-bottom: 20px;
  }
  .hs-adv-info .a-t h3 {
    font-size: 1.6rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .brand-info .imgshow {
    width: 100%;
    margin-bottom: 12px;
  }
  .brand-info .text {
    padding-right: 0;
  }
  .brand-info {
    flex-wrap: wrap;
  }
  .brand-jiazhi .text {
    position: relative;
    bottom: 0;
    color: #5C3D2A;
    padding-left: 20px;
  }
  .brand-list .imgshow {
    width: 100%;
    margin-bottom: 12px;
  }
  .brand-list .b-item {
    flex-wrap: wrap;
  }
  .brandyewu-list {
    overflow: hidden;
    padding-bottom: 32px;
  }
  .brandyewu-list li {
    width: 100%;
  }
  .brandyewu-list .text {
    height: auto !important;
    padding: 18px;
    margin: 12px 0 24px;
    border-radius: 16px;
  }
  .news-list .n-item .imgshow {
    width: 100%;
  }
  .news-list .n-item {
    flex-wrap: wrap;
  }
  .news-list .date em {
    font-size: 1.6rem;
  }
  .news-list .date {
    padding-top: 12px;
  }
  .news-list h3 {
    margin: 12px 0;
  }
  .news-list .see-more {
    margin: 12px 0 0;
  }
  .news-related-list li {
    width: 100%;
    margin-bottom: 24px;
  }
  .news-detail-content .content-left {
    padding-right: 0;
    width: 100%;
  }
  .news-detail-content .content-right {
    width: 100%;
  }
  .news-detail-content {
    flex-wrap: wrap;
    margin-bottom: 32px;
  }
  .news-detail-content .content-left .date em {
    font-size: 1.6rem;
    display: inline-block;
  }
  .news-detail-content .content-left .date {
    font-size: 1.6rem;
    margin: 12px 0;
  }
  .news-detail-content .content-left h3 {
    margin-bottom: 24px;
  }
  .net-content .content-right {
    width: 100%;
    margin-top: 24px;
  }
  .net-content {
    flex-wrap: wrap;
  }
  .select-res {
    min-height: auto;
  }
  .net-top .layui-form-select .layui-input {
    font-size: 1.8rem;
  }
  .net-top .layui-form-select dl {
    font-size: 1.8rem;
  }
  .map-dot .dot {
    width: 4px;
    height: 4px;
    border-width: 1px;
  }
  .map-dot li {
    padding: 8px;
  }
  .logo img {
    height: 30px;
  }
  .brand-list .line {
    margin: 10px 0;
  }
  .hs-adv-info .text {
    padding: 0 12px;
    text-align: left;
  }
  .hs-adv-info .a-t {
    margin-bottom: 12px;
  }
  .product-list .p-row {
    width: 100%;
  }
  .product-list .p-list.w4 li {
    width: 50%;
  }
  /*.product-list .p-list.w2 .imgshow, .product-list .p-list.w4 .imgshow {*/
  /*  width: 64px;*/
  /*}*/
  .hasimgbg:after {
    height: 12px;
  }
}
