<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.mianWidth {
  width: 1400px;
  margin: 0 auto;
}
/* .width1400 {
  width: 1400px;
  margin: 0 auto;
} */
.topHeader {
  width: 100%;
  background-color: #f1f1f1;
}
.topHeader .mianWidth {
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  line-height: 48px;
}
.topHeader .topLeft {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: #969696;
  font-size: 14px;
  font-family: MicrosoftYaHei;
}
.topHeader .topLeft img {
  max-width: 30px;
  max-height: 30px;
  margin-right: 12px;
}
.topRight {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.topRight .topShareBox {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #b0b0b0;
  font-family: MicrosoftYaHei;
  margin-right: 35px;
}
.topRight .topShareBox a{
  font-size: 14px;
  color: #b0b0b0; 
}
.topRight .topShareBox:last-child {
  margin-right: 0;
}
.topRight .topShareBox img {
  max-height: 25px;
  max-width: 25px;
  margin-right: 5px;
}
.topImgs {
  width: 100%;
  background-color: #ffffff;
}
.topImgs .mianWidth {
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
  padding: 23px 0 18px;
}
.topImgs .mianWidth .topImgsItem div {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}
.topImgs .mianWidth .topImgsItem div img {
  max-width: 24px;
  max-height: 24px;
  margin-right: 7px;
  font-size: 18px;
  color: rgba(40, 40, 40, 0.9);
}
.topImgs .mianWidth .topImgsItem p {
  color: #872d30;
  font-size: 18px;
  margin-top: 12px;
}
.headerMune {
  width: 100%;
  background-color: #872d30;
}
.headerMune .mianWidth {
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.headerMune .mianWidth .muneItem {
  width: 10%;
  box-sizing: border-box;
  padding: 23px 0 20px;
  font-family: MicrosoftYaHei;
  font-size: 14px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
}
.headerMune .mianWidth .muneItem-active {
  background-color: #672123;
}
.headerMune .mianWidth .muneItem:hover {
  background-color: #672123;
}
.homeBanner {
  width: 100%;
}
.banner-swiper {
  width: 100%;
  height: 500px;
}
.banner-swiper .swiper-pagination-bullet {
  width: 32px;
  height: 6px;
  border-radius: 4px;
}
.banner-swiper .swiper-pagination-bullet-active {
  background: #872d30;
}
.homeBanner .swiper-slide {
  width: 100%;
  position: relative;
}
.homeBanner .swiper-slide .img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.homeBanner .homeBannerItem .homeBannerTit {
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  top: 14%;
  font-size: 18px;
  color: #872d30;
  text-align: center;
}
.homeBanner .homeBannerItem .homeBannerTit div:first-child {
  font-size: 48px;
  font-weight: bold;
  color: #872d30;
  margin-bottom: 20px;
  white-space: nowrap;
}
.caseMain {
  width: 100%;
  background-color: #ffffff;
  margin: 70px 0 20px;
}
.mianWidth .caseHead {
  margin: 0 auto;
  text-align: center;
  font-size: 14px;
  color: #919191;
  margin-bottom: 38px;
}
.mianWidth .caseHead p:first-child {
  font-family: MicrosoftYaHei-Bold;
  font-size: 30px;
  font-weight: bold;
  color: #872d30;
  margin-bottom: 9px;
}
.caseMain .mianWidth .caseTabs {
  margin: 38px auto 55px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.caseMain .mianWidth .caseTabs .caseTab {
  padding: 6px 16px;
  font-family: MicrosoftYaHei;
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 0px;
  color: #797979;
  margin-right: 20px;
  cursor: pointer;
}
.caseMain .mianWidth .caseTabs .caseTab:last-child {
  margin-right: 0;
}
.caseMain .mianWidth .caseTabs .caseTab:last-child a {
  color: #b7b7b7;
}
.caseMain .mianWidth .caseTabs .activeTab {
  color: #ffffff;
  background-color: #872d30;
}
.caseTabMain {
  display: none;
  align-items: center;
  flex-wrap: wrap;
}
.caseTabMainAct {
  display: flex;
}
.caseMain .mianWidth .caseTabMain .caseCard {
  margin-right: 35px;
  margin-bottom: 50px;
}
.caseMain .mianWidth .caseTabMain .caseCard .caseCard-img {
  overflow: hidden;
}
.caseMain .mianWidth .caseTabMain .caseCard .caseCard-img:hover img {
  transition: all 0.5s;
  transform: scale(1.1);
}
.caseMain .mianWidth .caseTabMain .caseCard:nth-child(4n) {
  margin-right: 0;
}
.caseMain .mianWidth .caseTabMain .caseCard img {
  width: 323px;
  height: 201px;
}
.caseMain .mianWidth .caseTabMain .caseCard .caseInfo {
  width: 100%;
  box-sizing: border-box;
  padding: 18px 16px;
  font-family: MicrosoftYaHei;
  font-size: 14px;
  letter-spacing: 0px;
  color: #7c7c7c;
  background-color: #f8f8f9;
  min-height: 96px;
}
.caseMain .mianWidth .caseTabMain .caseCard .caseInfo a {
  color: #191919;
  font-size: 18px;
  margin-bottom: 17px;
  display: block;
}
.caseMain .mianWidth .caseTabMain .caseCard .caseInfo div {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 289px;
}
.caseMain .mianWidth .caseTabMain .caseCard:hover .caseInfo {
  background-color: #872d30;
  color: #ffffff;
}
.caseMain .mianWidth .caseTabMain .caseCard:hover .caseInfo a {
  color: #ffffff;
}
.productMain {
  width: 100%;
  background-color: #ffffff;
  margin: 70px 0 20px;
}
.productMain .mianWidth .productHead {
  margin: 0 auto;
  text-align: center;
  font-size: 14px;
  color: #919191;
  margin-bottom: 38px;
}
.productMain .mianWidth .productHead p:first-child {
  font-family: MicrosoftYaHei-Bold;
  font-size: 30px;
  font-weight: bold;
  color: #872d30;
  margin-bottom: 12px;
}
.producBox {
  width: 100%;
  display: flex;
}
.producBox .producLeft {
  width: 300px;
  background-color: #f2f2f2;
  margin-right: 30px;
}
.producLeftTit {
  background: url(../images/bg2.png);
  width: 100%;
  height: 67px;
  color: #ffffff;
  font-size: 14px;
  box-sizing: border-box;
  padding: 17px 23px 25px;
  margin-bottom: 10px;
}
.producLeftTit span:first-child {
  font-size: 24px;
  font-weight: bold;
  margin-right: 10px;
}
.producLeftList {
  padding-left: 13px;
  box-sizing: border-box;
  width: 100%;
}
.producLeftList .producListItem {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #282828;
  font-size: 14px;
  box-sizing: border-box;
  width: 100%;
  padding: 15px 11px 15px 19px;
  border-radius: 8px 0 0 8px;
  cursor: pointer;
  margin-bottom: 5px;
}
.producLeftList .producListItem div a {
  color: #872d30;
}
.producLeftList .producListItem div:last-child {
  font-size: 16px;
  color: #b1b1b1;
}
.producLeftList .producListItemAct {
  background: #ffffff;
  color: #872d30;
}
.producRight {
  width: calc(100% - 300px);
}
.productList {
  display: none;
  align-items: center;
  flex-wrap: wrap;
}
.productListAct {
  display: flex;
}
.productList .productCrad .productCradImg {
  width: 338px;
  height: 242px;
  background-color: #ffffff;
  border: solid 1px #dcdcdc;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  box-sizing: border-box;
}
.productList .productCrad {
  width: 338px;
  margin-right: 24px;
  margin-bottom: 52px;
}
.productList .productCrad:nth-child(3n) {
  margin-right: 0;
}
.productList .productCrad .productCradImg img {
  max-width: 100%;
  max-height: 100%;
}
.productCrad .productInfo {
  width: 100%;
  box-sizing: border-box;
  padding: 21px 12px 19px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #ffffff;
  color: #909090;
  font-size: 14px;
}
.productCrad .productInfo a {
  color: #282828;
  font-size: 16px;
  font-weight: bold;
  max-width: 70%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.productList .productCrad:hover .productInfo {
  background-color: #872d30;
  color: #ffffff;
}
.productList .productCrad:hover .productInfo a {
  color: #ffffff;
}
.productList .productCrad:hover .productCradImg {
  border: solid 3px #872d30;
}
.followMain {
  width: 100%;
  background: url(../images/img3.jpg) no-repeat;
  background-size: 100% 100%;
  position: relative;
  height: 666px;
}
.followMain .followTit {
  text-align: center;
  color: #919191;
  font-size: 14px;
  position: absolute;
  top: 10%;
  left: 50%;
  transform: translateX(-50%);
}
.followMain .followTit div:first-child {
  font-size: 30px;
  color: #872d30;
  font-weight: bold;
  margin-bottom: 12px;
}
.concatBanner {
  width: 100%;
  background: url(../images/bg1.png) no-repeat;
  background-size: 100% 100%;
  height: 203px;
}
.concatBanner .box1400 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}
.concatBanner .zixun-btn {
  margin-bottom: 20px;
}
.concatBanner .concatBox {
  font-size: 30px;
  color: #ffffff;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.concatBanner .concatBox .concatBtn {
  width: 164px;
  height: 48px;
  background-color: #ffffff;
  border-radius: 26px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
  padding: 0 28px;
  font-size: 16px;
  font-weight: normal;
  color: #872d30;
  margin-bottom: 24px;
}
.concatBanner .concatBox .concatBtn img {
  width: 30px;
  height: 26px;
}
.concatBanner .concatTxt {
  font-weight: bold;
  color: #ffffff;
  font-size: 30px;
  width: 763px;
  line-height: 48px;
}
.goodMain {
  width: 100%;
  background: #ffffff;
}
.goodMain .mianWidth .caseHead {
  margin: 80px 0 70px;
}
.goodCards {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 98px;
}
.goodCard {
  width: 350px;
  background-color: #ffffff;
}
.goodCardInfo {
  width: 100%;
  box-sizing: border-box;
  padding: 52px 30px;
  height: 260px;
  color: #505050;
  line-height: 20px;
  font-size: 14px;
}
.goodCardInfo div:first-child {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 26px;
  text-align: center;
}
.aboutMian {
  width: 100%;
  background-color: #ffffff;
  margin: 62px 0 67px;
}
.aboutBox {
  margin-top: 60px;
  width: 100%;
  display: flex;
}
.aboutImg {
  width: 552px;
  height: 412px;
  box-shadow: 10px 8px #f3f3f3;
  margin-right: 70px;
}
.aboutInfo {
  width: 770px;
}
.aboutTit {
  font-size: 24px;
  font-weight: bold;
  color: #686868;
  margin-bottom: 24px;
}
.aboutTxt {
  font-size: 14px;
  color: #686868;
  line-height: 28px;
}
.aboutTxt a {
  color: #872d30;
}
.aboutIcons {
  width: 100%;
  display: flex;
  align-items: center;
  margin-top: 70px;
}
.aboutIconBox {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.aboutIconBox img {
  max-width: 30px;
  max-height: 30px;
}
.aboutNum {
  color: #872d30;
  font-family: ArialMT;
  font-size: 60px;
  font-weight: bold;
}
.aboutNum span {
  font-family: AdobeHeitiStd-Regular;
  font-size: 18px;
}
.aboutIconBox div:last-child {
  color: #909293;
  font-size: 13px;
  margin-top: 5px;
}
.aboutIcons .aboutLine {
  width: 1px;
  height: 116px;
  background-color: rgba(211, 177, 103, 0.3);
  margin: 10px 30px 0;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.1);
}
.aboutIconBox .aboutLine::after {
  content: "";
}
.honerMain {
  width: 100%;
  background-color: #f6f6f6;
  padding: 80px 0;
}
.honerSwiper {
  width: 100%;
  height: 480px;
  box-sizing: border-box;
  padding: 0 30px;
}
.honerCard {
  width: 100%;
}
.honerImg {
  /* width: 100%;  */
  height: 426px;
}
.honerCard a:last-child {
  font-size: 16px;
  color: #282828;
  text-align: center;
  margin-top: 20px;
  display: block;
}
.honerSwiper .swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
  content: "";
}
.honerSwiper .swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
  content: "";
}
.homeNews {
  width: 100%;
  margin-top: 50px;
}
.homeNews .mianWidth {
  display: flex;
}
.homeNews .mianWidth .newsLeft {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.homeNews .mianWidth .newsLeft .newsImgBox {
  width: 458px;
  margin-right: 49px;
}
.newsImgsTit {
  font-size: 24px;
  color: #282828;
  font-weight: bold;
  margin-bottom: 40px;
}
.newsImgsTit span {
  font-size: 14px;
  font-weight: normal;
  color: #919191;
}
.homeNews .mianWidth .newsLeft .newsImgBox .newsImg {
  width: 458px;
  height: 365px;
  position: relative;
}
.homeNews .mianWidth .newsLeft .newsImgBox .newsImg img {
  width: 100%;
  height: 100%;
}
.homeNews .mianWidth .newsLeft .newsImgBox .newsImg .newsImgTxt {
  width: 100%;
  height: 58px;
  background-color: rgba(40, 40, 40, 0.8);
  position: absolute;
  left: 0;
  bottom: 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 16px;
  color: #ffffff;
  box-sizing: border-box;
  padding: 20px;
}
.newsTabBox {
  width: 434px;
}
.newsTabBox .newsTabs {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
  margin-bottom: 40px;
}
.newsTab {
  box-sizing: border-box;
  padding: 6px 15px;
  margin-right: 10px;
  font-size: 14px;
  color: #797979;
  display: block;
  cursor: pointer;
}
.newsTabAct {
  background-color: #872d30;
  color: #ffffff;
}
.newsList {
  display: none;
}
.newsList .newsItem {
  margin-bottom: 20px;
  width: 100%;
}
.newsList .newsItem .newTit {
  font-size: 16px;
  font-weight: bold;
  color: #282828;
}
.newsList .newsItem .newTxt {
  font-size: 14px;
  color: #6f6f6f;
  line-height: 24px;
  width: 100%;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin: 10px 0;
}
.newsList .newsItem .newDate {
  color: #6f6f6f;
  font-size: 14px;
}
.newsListAct {
  display: block;
}
.newRight {
  width: 384px;
  margin-left: 70px;
}
.newRight .problemHead {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
}
.newRight .problemHead .problemTit {
  font-size: 24px;
  font-weight: bold;
  color: #282828;
}
.newRight .problemHead .problemTit span {
  color: #919191;
  font-size: 14px;
  font-weight: normal;
}
.newRight .problemHead div:last-child {
  font-size: 14px;
  color: #b7b7b7;
}
.problemItem {
  margin-bottom: 40px;
}
.problemItem .quesBox {
  width: 100%;
  display: flex;
  margin-bottom: 18px;
}
.problemItem .quesBox .qbox {
  width: 31px;
  height: 31px;
  background-color: #872d30;
  color: #ffffff;
  font-size: 16px;
  text-align: center;
  line-height: 31px;
}
.problemItem .quesBox .quesTxt {
  width: calc(100% - 31px);
  height: 31px;
  box-sizing: border-box;
  padding: 7px 12px;
  font-size: 15px;
  color: #282828;
  background-color: #f3eaea;
}
.problemItem .ansBox {
  width: 100%;
  display: flex;
}
.problemItem .ansBox .abox {
  font-size: 16px;
  color: #282828;
  width: 31px;
  height: 31px;
}
.problemItem .ansBox .anwTxt {
  width: calc(100% - 31px);
  box-sizing: border-box;
  padding: 0 12px 0 5px;
  font-size: 14px;
  color: #747474;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.partBox {
  width: 100%;
  margin: 50px 0 47px;
}
.partBox-list {
  display: flex;
  flex-wrap: wrap;
}
.partBox-list .img {
  width: 15.6%;
  margin-right: 1%;
  margin-bottom: 15px;
  border: 1px solid #ededed;
  height: 88px;
  padding: 10px;
  box-sizing: border-box;
}
.partBox-list .img:nth-child(6n) {
  margin-right: 0;
}
.partBox-list .img img {
  width: 100%;
  max-height: 100%;
}
.partBox .partTit {
  font-size: 24px;
  font-weight: bold;
  color: #282828;
  margin-bottom: 30px;
}
.partBox .partTit span {
  font-size: 14px;
  font-weight: normal;
  color: #919191;
}
.partBox img {
  width: 100%;
}
footer {
  width: 100%;
  background-color: #fff;
  color: #323232;
}
.footLine {
  width: 100%;
  height: 1px;
  background-color: #4d4d4d;
}
.footbg {
    background: #323232;
}
.footMune {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding: 20px 0;
}
.footMune .muneItem {
  color: #fff;
  font-size: 14px;
  width: 10%;
}
.footTxt {
  text-align: center;
  font-size: 12px;
  color: #323232;
  padding: 10px 0;
}
.footInfo {
  width: 100%;
  display: flex;
  padding: 20px 0 10px;
  justify-content: space-between;
  align-items: center;
}
.footInfo .footLog {
    width: 431px;
    height: 70px;
}
.footInfo .streetLine {
  width: 1px;
  height: 123px;
  background-color: #464646;
  margin: 0 80px;
}
.footInfo .compoInfo {
  display: flex;
}
.footInfo .compoInfo .wechatImgs {
  margin-right: 50px;
  font-size: 14px;
  color: #323232;
  text-align: center;
}
.footInfo .compoInfo .wechatImgs img {
  width: 106px;
  height: 106px;
  margin-bottom: 13px;
}
.conInfo {
  font-size: 16px;
  color: #323232;
}
.conInfo .phoneNum {
  margin-bottom: 14px;
  display: flex;
}
.conInfo .phoneNum div:first-child {
  white-space: nowrap;
}
.conInfo .infoTit {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 18px;
  color: #323232;
}
.producLeftMob{
  display: none;
}
.tel-head{
  display: none;
}
@media screen and (min-width:960px) and (max-width: 1366px) {
  .followMain {
    height: 450px;
  }
}
@media screen and (max-width: 1640px) {
  .mianWidth {
    width: 1200px;
  }
  .topHeader .mianWidth span {
    font-size: 13px;
  }
  .topImgs .mianWidth .topImg:first-child {
    width: 350px;
  }
  .topImgs .mianWidth .topImg:nth-child(2) {
    width: 300px;
  }
  .topImgs .mianWidth .topImgsItem p {
    font-size: 16px;
  }
  .caseMain .mianWidth .caseTabMain .caseCard img {
    width: 272px;
    height: 170px;
  }
  .caseMain .mianWidth .caseTabMain .caseCard .caseInfo div {
    width: 240px;
  }
  .productList .productCrad {
    width: 270px;
    margin-right: 20px;
    margin-bottom: 32px;
  }
  .productList .productCrad .productCradImg {
    width: 270px;
    height: 220px;
  }
  .productCrad .productInfo {
    font-size: 13px;
    padding: 10px;
  }
  .concatBanner .concatTxt{
    font-size: 24px;
  }
  .goodCardInfo {
    font-size: 13px;
  }
  .aboutTxt {
    font-size: 13px;
    line-height: 26px;
  }
  .aboutNum {
    font-size: 46px;
  }
  .homeNews .mianWidth .newsLeft .newsImgBox {
    width: 440px;
    margin-right: 30px;
  }
  .homeNews .mianWidth .newsLeft .newsImgBox .newsImg {
    width: 440px;
    height: 360px;
    position: relative;
  }
  .newsTabBox {
    width: 400px;
  }
  .newRight {
    width: 384px;
    margin-left: 30px;
  }
  .newRight .problemHead .problemTit span {
    font-size: 12px;
  }
  .newRight .problemHead div:last-child {
    font-size: 12px;
  }
  .footLog { 
    width: 300px;
  }
}
@media screen and (max-width:768px) {
  .mianWidth{
    width: 100%;
  }
  .topRight{
    display: none;
  }
  .topImgs {
    display: none;
  }
  .topImgs .mianWidth{
    flex-wrap: wrap;
  }
  .topImgs .mianWidth .topImg:first-child{
    width: 90%;
    margin: 0 auto 10px;
  }
  .topImgs .mianWidth .topImg:nth-child(2){
    width: 90%;
    margin: 0 auto 10px;
  }
  .topImgs .mianWidth .topImgsItem{
    width: 100%;
  }
  .topImgs .mianWidth .topImgsItem div{
    font-size: 12px;
  }
  .topImgs .mianWidth .topImgsItem p{
    font-size: 12px;
    text-align: center;
    width: 100%;
  }
  .headerMune{
    display: none;
  }
  .banner-swiper {
    height: 260px;
  }
  .homeBanner .homeBannerItem .homeBannerTit{
    width: 80%;
  }
  .homeBanner .homeBannerItem .homeBannerTit div:last-child{
    display: none;
  }
  .homeBanner .homeBannerItem .homeBannerTit div:first-child{
    font-size: 12px;
  }
  .caseMain{
    margin: 20px 0;
  }
  .mianWidth .caseHead{
    font-size: 12px;
  }
  .mianWidth .caseHead p:first-child{
    font-size: 18px;
  }
  .caseMain .mianWidth .caseTabs{
    flex-wrap: wrap;
    justify-content:flex-start;
    margin: 20px auto;
  }
  .caseMain .mianWidth .caseTabs .caseTab{
    padding: 10px;
    font-size: 12px;
    margin-right: 5px;
  }
  .caseTabMain{
    box-sizing: border-box;
    padding: 10px;
  }
  .caseMain .mianWidth .caseTabMain .caseCard{
    margin-right: 0;
    margin-bottom: 20px;    
    width: 100%;
  }
  .caseMain .mianWidth .caseTabMain .caseCard img{
    width: 100%;
    height: auto;
  }
  .caseMain .mianWidth .caseTabMain .caseCard .caseInfo{
    font-size: 12px; 
  }
  .caseMain .mianWidth .caseTabMain .caseCard .caseInfo a{
    margin-bottom: 10px;
    font-size: 16px;
  }
  .productMain .mianWidth .productHead{
    font-size: 12px;
    margin-bottom: 18px;
  }
  .productMain .mianWidth .productHead p:first-child{
    font-size: 18px;
  }
  .producLeft{
    display: none;
  }
  .producBox{
    display: block;
  }
  .producLeftMob{
    width: 100%;
    overflow: scroll;
    display: block;
  }
  .producLeftMob .producLeftList{
    display: flex;
  }
  .producLeftList .producListItem{
    font-size: 12px;
    padding: 10px;
    margin-right: 5px;
  }
  .producLeftList .producListItemAct div:last-child{
    color: #872d30;
  }
  .producLeftList .producListItem div{
    white-space: nowrap;
  }
  .productList .productCrad{
    margin-right: 0;
    width: 100%;
  }
  .producRight{
    width: 100%;
    box-sizing: border-box;
    padding: 10px;
  }
  .productList .productCrad .productCradImg{
    width: 100%;
    height: auto;
    max-height: 100%;
  }
  .followMain .followTit{
    display: none;
  }
  .concatBanner{
    flex-direction: column;
    justify-content:center;
    height: 100px;
  }
  .concatBanner .concatBox{
    font-size: 16px;
  }
  .concatBanner .concatBox .concatBtn{
    font-size: 14px;
    margin-bottom: 14px;
  }
  .goodMain .mianWidth .caseHead{
    margin: 20px 0;
  }
  .goodCards{
    flex-wrap: wrap;
    box-sizing: border-box;
    padding: 10px;
    margin-bottom: 20px;
  }
  .goodCard{
    width: 100%;
  }
  .goodCardInfo{
    padding:20px 5px;
    font-size: 12px;
    height: auto;
  }
  .goodCardInfo div:first-child{
    margin-bottom: 10px;
    font-size: 16px;
  }
  .concatBanner .concatTxt{
    font-size: 14px;
    width: 100%;
    line-height: 18px;
    margin-bottom: 20px;
  }
  .aboutMian{
    margin-bottom: 20px;
  }
  .aboutBox{
    margin-top: 20px;
    display: block;
    box-sizing: border-box;
    padding: 10px;
  }
  .aboutImg{
    width: 100%;
    height: auto;
    margin-right: 0;
    box-shadow: 5px 5px #f3f3f3;
    margin-bottom: 10px;
  }
  .aboutInfo{
    width: 100%;
  }
  .aboutTit{
    font-size: 16px;
  }
  .aboutTxt{
    font-size: 12px;
  }
  .aboutIcons{
   flex-wrap: wrap;
   margin-top: 30px;
  }
  .aboutIcons .aboutLine{
    display: none;
  }
  .aboutIconBox{
    width: 50%;
    margin-bottom: 20px;
  }
  .aboutNum{
    font-size: 24px;
  }
  .honerMain{
      padding: 40px 0;
  }
  .honerSwiper{
    padding: 0;
  }
  .swiper-button-next, .swiper-container-rtl .swiper-button-prev{
    display: none;
  }
  .swiper-button-prev, .swiper-container-rtl .swiper-button-next{
    display: none;
  }
  .honerImg{
    margin: 0 auto;
    width: 90%;
    height: auto;
  }
  .honerCard a:last-child{
    font-size: 12px;
    margin-top: 10px;
  }
  .homeNews{
    margin-top: 20px;
  }
  .homeNews .mianWidth{
    display: block;
  }
  .homeNews .mianWidth .newsLeft{
    flex-direction: column;
    box-sizing: border-box;
    padding: 10px;
  }
  .homeNews .mianWidth .newsLeft .newsImgBox .newsImg{
    width: 100%;
    height: auto;
  }
  .newsImgsTit{
    margin-bottom: 20px;
    font-size: 16px;
  }
  .newsTabBox{
    width: 100%;
  }
  .newRight{
    width: 100%;
    margin: 0;
    box-sizing: border-box;
    padding: 10px;
  }
  .homeNews .mianWidth .newsLeft .newsImgBox .newsImg .newsImgTxt{
    padding: 10px;
    font-size: 14px;
    height: auto;
  }
  .homeNews .mianWidth .newsLeft .newsImgBox{
    width: 100%;
    margin-right: 0;
  }
  .newsTabBox .newsTabs{
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .newsTab{
    width: 50%;
    margin-right: 0;
    text-align: center;
  }
  .newsList .newsItem .newTxt{
    font-size: 12px;
    line-height: 20px;
  }
  .newRight .problemHead .problemTit{
    font-size: 16px;
  }
  .problemItem .quesBox .quesTxt{
    font-size: 14px;
  }
  .problemItem .ansBox .anwTxt{
    font-size: 13px;
  }
  .partBox .partTit{
    font-size: 16px;
  }
  .partBox-list .img {
    width: 25%;
    height: auto;
    margin-right: 0;
    margin-bottom: 0;
  }
  .footMune{
    display: none;
  }
  .footLine{
    display: none;
  }
  .footInfo{
    flex-direction: column;
    box-sizing: border-box;
    padding: 10px;
  }
  .footInfo .streetLine{
    display: none;
  }
  .footInfo .compoInfo{
    flex-direction: column-reverse;
  }
  .footInfo .compoInfo .wechatImgs{
    flex-direction: column;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 0;
  }
  .conInfo{
    font-size: 14px;
  }
  .footTxt{
    font-size: 12px;
  }
  .tel-head {
    display: block;
    height: 50px;
    position: fixed;
    top: 0;
    z-index: 10;
    background: #fff;
    width: 100%;
    display: flex;
    align-items: center;
    padding-left: 20px;
    box-sizing: border-box;
  }
  .tel-head .logo {
    width: 150px;
  }
  .tel-head .logo .mune-btn {
    width: 15px;
    position: absolute;
    right: 15px;
    top: 16px;
  }
  .tel-head .logo img {
    width: 100%;
  }
  .tel-mask {
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: rgba(0,0,0,0.7);
    top: 50px;
    left: 0;
    display: none;
    z-index: 9;
  }
  .mune-list {
    background: #fff;
    position: absolute;
    width: 200px;
    left: -200px;
    transition: 0.5s all;
    padding-left: 20px;
    box-sizing: border-box;
    top: 50px;
    height: calc(100vh - 50px);
    z-index: 10;
  }
  .mune-list li {
    font-size: 14px;
    list-style:none;
  }
  .tel-head a:link,.tel-head a:visited,.tel-head a:hover,.tel-head a:active {
    color: #333;
    font-size: 14px;
    width: 100%;
    display: inline-block;
    line-height: 40px;
  }
  .rencaiInfo {
    padding: 10px;
  }
  .footInfo .footLog {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
  }
  .concatBanner .zixun-btn {
    position: absolute;
    right: 0;
  }
  .concatBanner .concatBox {
    display: none;
  }
  .concatBanner .box1400 {
    padding: 0 10px;
    box-sizing: border-box;
  }
  .newRight .problemHead{
    margin-bottom: 20px;
  }
  .problemItem{
    margin-bottom: 20px;
  }
  .partBox{
    margin: 20px 0;
    box-sizing: border-box;
    padding: 0 10px;
  }
}</pre></body></html>