@charset "utf-8";
/* CSS Document */

body {
      margin: 0;
      padding: 0;
      font-family: Arial, "微软雅黑", sans-serif;
      color: #333;
      background: #eee;
}



#demo {
      width: 100%;
      overflow: hidden;
      margin: 0px auto;
}

#demo img {
      max-width: 250px !important;
      margin-left: 30px;
}

.ImgMaxRespon img {
      height: 265px;
      object-fit: cover;
      width: 100%;
}

.imgResponse .ImgMaxRespon img {
      height: 555px
}

.imgResponse2 .ImgMaxRespon img {
      height: 330px
}

.imgResponse3 .ImgMaxRespon img {
      height: 240px
}

@media (min-width: 1000px) {
      .productPosition {
            position: fixed;
            left: 0;
            top: 100px;
      }

      .shop-picTit {
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
      }

      .shop-picTit .fl {
            float: none;
            padding-right: 20px;
      }

      .shop-picTit .fr {
            float: none;
      }
}

@media (min-width: 1000px) {
      .open {
            transition: 0.6s;
      }

      .dropdown-menu {
            background: none !important;
            border: none !important;
            min-width: 100% !important;
            box-shadow: 0 0 0;
            transition: 0.6s;
      }

      .dropdown-menu li:first-child {
            display: none
      }

      .dropdown-menu>li>a {
            padding: 13px 20px;
            font-size: 14px;
      }

      #dropdown-menu>li>a:hover {
            background: none;
            color: #000 !important;
      }

      .dropdown-menu li {
            text-align: center;
      }

      .bodyBg {
            z-index: 1;
            position: relative;
            background: #fff;
      }

      .bodyBg2 {
            z-index: 1;
            position: relative;
            background: #eee;
      }

      .pb500 {
            margin-bottom: 456px;
            padding-bottom: 50px;
      }

      .footerPosition {
            position: fixed;
            z-index: -1;
            left: 0;
            right: 0;
            bottom: 0;
            width: 100%;
      }
}

.dblock {
      display: block;
}

.shadowHover {
      -webkit-transition: all .2s linear;
      transition: all .2s linear;
      object-fit: cover;
}

.shadowHover:hover {
      -webkit-box-shadow: 0 15px 15px rgba(255, 255, 255, .1);
      box-shadow: 0 15px 15px #dedede;
      -webkit-transform: translate3d(0, -2px, 0);
      transform: translate3d(0, -2px, 0);
      z-index: 2;
}

.shadowHover2 {
      -webkit-transition: all .2s linear;
      transition: all .2s linear;
}

.shadowHover2:hover {
      -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, .1);
      box-shadow: 0 0 1px #dedede;
      -webkit-transform: translate3d(0, -2px, 0);
      transform: translate3d(0, -2px, 0);
      z-index: 2;
}

.indexBground {
      background: #fff;
}

.position {
      position: relative;
}

.mColor {
      color: #B1894E;
}

.c666 {
      color: #666
}

.c333 {
      color: #333
}

.fl {
      float: left;
}

.fb {
      font-weight: bold;
}

.fr {
      float: right;
}

.tl {
      text-align: left
}

.tc {
      text-align: center
}

.tr {
      text-align: right
}

img {
      max-width: 100%;
}

.ft60 {
      font-size: 60px;
}

.ft20 {
      font-size: 20px;
}

.ft24 {
      font-size: 24px;
}

.ft16 {
      font-size: 16px;
}

.ft18 {
      font-size: 18px;
}

.ft26 {
      font-size: 26px;
}

.ft28 {
      font-size: 28px;
}

.ft35 {
      font-size: 35px;
}

.ft45 {
      font-size: 45px;
}

.ft48 {
      font-size: 48px;
}

.mt10 {
      margin-top: 10px;
}

.mt20 {
      margin-top: 20px;
}

.mt30 {
      margin-top: 30px;
}

.mt40 {
      margin-top: 40px;
}

.mt50 {
      margin-top: 50px;
}

.mt70 {
      margin-top: 70px;
}

.mt90 {
      margin-top: 90px;
}

.mt100 {
      margin-top: 100px;
}

.navMt {
      margin-top: 100px;
}

.lh30 {
      line-height: 30px;
}

.lh40 {
      line-height: 40px;
}

ul,
li {
      margin: 0;
      padding: 0;
      list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
      margin: 0;
      padding: 0;
      font-weight: normal;
}

dl,
dt,
dd {
      margin: 0;
      padding: 0;
}

img {
      vertical-align: top;
}

.clear {
      clear: both;
}

.swiper-pagination-bullet-active {
      background: #fff;
}

.swiper-pagination-bullet {
      width: 15px;
      height: 15px;
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
      bottom: 25px;
}

a {
      text-decoration: none;
      color: #333;
      transition: 0.3s;
}

a:hover {
      color: #B3874E;
      text-decoration: none;
}

.clear {
      clear: both;
      height: 0px;
      overflow: hidden;
      zoom: 0;
}

.clearfix {
      *zoom: 1;
}

.ellipsis {
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
}

/*IE/7/6*/

.clearfix:after {
      content: "\200B";
      display: block;
      height: 0;
      clear: both;
}

.dot1 {
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      display: block
}

.dot2,
.dot3,
.dot4,
.dot5,
.dot6 {
      display: -webkit-box;
      display: box;
      overflow: hidden;
      text-overflow: ellipsis;
      word-break: break-all;
      -webkit-box-orient: vertical;
}

.dot2 {
      -webkit-line-clamp: 2;
}

.dot3 {
      -webkit-line-clamp: 3;
}

.dot4 {
      -webkit-line-clamp: 4;
}

.dot5 {
      -webkit-line-clamp: 5;
}

.dot6 {
      -webkit-line-clamp: 6;
}

#top {
      height: auto;
      background: #fff;
}

#new_pro {
      width: 1440px;
      margin: 0 auto;
      margin-bottom: 120px;
}

.new_pro {
      width: 1460px;
}

.new_pro dl {
      position: relative;
      float: left;
      width: 714px;
      height: 534px;
      margin: 10px 10px 0 0;
}

.new_pro dl dt {
      position: absolute;
      z-index: 9;
}

.new_pro dl dd {
      position: absolute;
      z-index: 99;
      width: 100%;
      top: 350px;
}

.new_pro dl dd h3 {
      font-size: 80px;
      color: #fff;
      font-weight: bold;
      padding: 0 30px;
}

.new_pro dl dd h4 {
      font-size: 40px;
      color: #fff;
      padding: 0 30px;
}

#brand {
      height: 840px;
      background: url(../images/brand.jpg) no-repeat;
      margin-bottom: 120px;
      background-size: 100% 100%;
}

.navbar-default {
      background: #fff;
      transition: 0.8s;
}

.logo {
      display: inline;
      transition: 0 !important;
}

.logo2 {
      display: none;
      transition: 0 !important;
}

.navbar:hover {
      background: #fff;
}

.navbar:hover .logo {
      display: none
}

.navbar:hover .logo2 {
      display: inline
}

.navNormal {
      background: none;
}


.navNormal2 {
      background: #fff;
}

.navNormal22 {
      background: #fff;
      position: fixed;
      left: 0;
      top: 0;
}

.navbar-default li>a,
.navbar-default .language a,
.navbar-default .navbar-right {
      transition: 1s;
      color: #666 !important;
}

.navNormal li>a,
.navNormal .language a,
.navNormal .navbar-right {
      transition: 1s;
      color: #fff !important;
}

.navbar:hover li>a,
.navbar:hover .language a,
.navbar:hover .navbar-right {
      color: #666 !important;
}

.navbar-nav>li {
      position: relative;
}

.navbar-nav>li::after {
      content: "";
      width: 0;
      height: 2px;
      background: #000;
      position: absolute;
      top: 100%;
      left: 50%;
      transition: all .6s;
}

.navbar-nav>li:hover:after {
      left: 0%;
      width: 100%;
}

.navbar-default .logo {
      display: inline;
}

.navbar-default .logo2 {
      display: none;
}

.navNormal2 .logo {
      display: none;
}

.navNormal2 .logo2 {
      display: inline;
}

.navtoggle {
      transform: translate3d(0px, -154px, 0px);
}

.navHidden {
      position: absolute;
      left: 0;
      top: 154px;
      width: 100%;
      height: 400px;
      background: #fff;
      transition: 0.5s;
      transform: translate(0px, -554px);
}

.navHidden2 {
      transform: translate3d(0px, 0px, 0px);
}

.navbar-brand {
      /*margin-top: -14px;*/
      overflow: hidden;
}

.navbar-brand img {
      max-width: 150px;
}

.topMt {
      margin-top: 25px
}

.brand {
      width: 1440px;
      margin: 0 auto;
      color: #fff;
}

.brand a {
      color: #fff;
}

.brand dl {
      padding-top: 450px;
}

.brand dl dt {
      font-size: 50px;
      height: 170px;
}

.brand dl dt h1 {
      font-size: 60px;
}

.brand dl dt h2 {
      font-size: 72px;
}

.brand dl dd {
      font-size: 24px;
      line-height: 35px;
      padding-top: 35px;
}

.swiper-slide img {
      width: 100%;
}

#hot_pro {
      width: 1440px;
      margin: 0 auto;
      margin-bottom: 120px;
}

.hot_pro_t {
      height: 72px;
}

.hot_pro_t h3 {
      font-size: 36px;
      font-weight: bold;
      color: #333;
      float: left;
}

.swiper-container {
      --swiper-theme-color: #ff6600;
      --swiper-pagination-color: #00ff33;
}

.navSearch {
      margin-right: 20px;
      font-size: 18px;
      float: left;
      cursor: pointer;
      margin-left: 20px;
}

.language a {
      cursor: pointer;
      color: #fff;
}

.language .cur {
      font-weight: bold;
      color: #fff;
}

.navbar-right {
      color: #fff;
}

.rightMt {
      padding-top: 13px;
      display: inline-block;
      float: right;
}

.mainBg {
      display: none;
      transition: 0.6s;
      background: rgba(0, 0, 0, 0.6);
      width: 100%;
      height: 100%;
      position: fixed;
      left: 0;
      top: 0;
      z-index: 2;
}

.search-input {
      padding-top: 100px;
}

.search-puts {
      border: none;
      border-bottom: 1px solid #fff;
      width: 100%;
      background: none;
      font-size: 60px;
      color: #fff;
      padding: 50px 0;
}

.searchRig {
      font-size: 15px;
      color: #fff;
      font-size: 15px;
      text-align: right;
      padding-top: 20px
}

.search-search {
      border: none;
      border-bottom: 1px solid #333;
      width: 100%;
      height: 70px;
      line-height: 70px;
      background: none;
      font-size: 40px;
      color: #666;
      padding: 50px 0;
}

.search-change {
      font-size: 18px;
      overflow-x: auto;
      overflow-y: hidden;
      white-space: nowrap;
      padding-bottom: 6px;
}

.search-change a {
      display: inline-block;
      margin-right: 30px;
      padding: 5px 10px;
      padding-bottom: 20px;
      cursor: pointer;
      position: relative;
}

.search-change .cur {
      color: #000;
      border-bottom: 1px solid #000;
}

.search-change a::after {
      content: "";
      width: 0;
      height: 1px;
      background: #000;
      position: absolute;
      top: 100%;
      left: 50%;
      transition: all .6s;
}

.search-change a:hover:after {
      left: 0%;
      width: 100%;
}

.productListMt {
      margin-bottom: 50px;
}

.productList {
      width: 100%;
      height: 300px;
      background: #fff;
}

.productTit {
      width: 100%;
      font-size: 16px;
      color: #333;
      padding-top: 10px;
}

.shownews-title {
      color: #999;
      font-size: 18px;
      padding: 30px 0;
}

.shownews-title2 {
      color: #333;
}

.shownews-time {
      width: 100%;
      font-size: 14px;
      padding-top: 10px;
      border-bottom: 1px solid #999;
      padding-bottom: 30px;
      color: #8d8d8d;
}

.shownews-content {
      color: #000;
      font-size: 18px;
      line-height: 35px;
      padding-top: 50px;
}

.shownews-content img{
      padding: 20px 0;

}

.news-next {
      width: 100%;
      overflow: hidden;
      padding-top: 30px;
}

.shownews-tag a {
      display: inline-block;
      padding: 6px 12px;
      color: #140B0E;
      margin-right: 20px;
      margin-top: 20px;
      border: 1px solid #140B0E;
}

.shownews-tag a:hover {

      color: #fff;
      border: 1px solid #140B0E;
      background-color: #140B0E;
}

.news-next a {
      font-size: 18px;
      color: #333;
      cursor: pointer;
}

.news-next .fl {
      float: left;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      width: 48%
}

.news-next .fr {
      float: right;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      width: 48%;
      text-align: right;
}

.news-recommend a {
      float: left;
      width: 100%;
}

.news-recommend-title {
      width: 100%;
      padding-top: 80px;
      color: #333;
}

.news-recommend2 {
      margin-top: 30px;
}

.news-recommendl img {
      max-width: 100%;
}

.news-recommendr {
      color: #333;
      padding-top: 20px;
}

.shownews-height {
      height: 40px;
      width: 100%;
      clear: both;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
      cursor: pointer;
}

.grid-item {
      float: left;
      width: 33.33%;
}

.grid-item img {
      max-width: 100%
}

.productL {
      position: relative;
      transition: 0.6s;
      width: 95%;
      margin: 0 auto;
}

.productL img {
      width: 100%;
}

.productL-hide {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.6);
      text-align: center;
      color: #fff;
      font-size: 16px;
      opacity: 0;
      transition: all 0.3s;
}

.productL-hide a {
      float: left;
      width: 100%;
      height: 100%;
      color: #fff;
      display: flex;
      align-items: center;
      justify-content: center;
}

.productL:hover .productL-hide {
      opacity: 1;
}

.productMain {
      margin-bottom: 50px;
}

.productMain .grid-item {
      margin-top: 30px;
}

.indexNewProduct {
      position: relative;
}

.indexNewProduct-word {
      position: absolute;
      left: 0;
      top: 50%;
      margin-top: -80px;
      width: 100%;
      text-align: center;
      color: #fff;
}

.indexpic span {
      width: 48%;
}

.indexpic a {
      float: left;
      width: 100%;
      height: 100%;
      position: relative;
}

.indexpic-title {
      position: absolute;
      left: 20px;
      bottom: 20px;
      color: #fff;
}

.index-brandS {
      width: 100%;
      text-align: center;
}

.indexProTit .fr {
      padding-top: 16px;
}

.indexProFour .caption {
      text-align: center;
      padding-top: 20px;
}

.indexTab {
      width: 100%;
      display: flex;
}

.indexTab a {
      float: left;
      width: 100%;
      color: #C1BFC0;
      text-decoration: none;
}

.indexTab li {
      flex: 1;
      border-bottom: 3px solid #F4F4F4;
      text-align: center;
      padding: 15px 0;
}

.indexTab .active {
      border-bottom: 3px solid #0A0A0B;
      transition: 0.2s;
}

.indexTab .active a {
      color: #333 !important;
}

.indexTabNew {
      color: #666;
      line-height: 35px;
}

.indexTabNew p {
      padding-bottom: 30px;
}

.indexAd {
      display: inline-block;
      cursor: pointer;
      -webkit-filter: grayscale(100%);
      /* webkit */
      -moz-filter: grayscale(100%);
      /*firefox*/
      -ms-filter: grayscale(100%);
      /*ie9*/
      -o-filter: grayscale(100%);
      /*opera*/
      filter: grayscale(100%);
      filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
      filter: gray;
      /*ie9- */
}

.indexAd img {
      opacity: 0.5;
}

.indexAd:hover {
      filter: grayscale(0);
}

.indexAd:hover img {
      opacity: 1;
}

.footerBg {
      background: #434343;
      padding: 50px 0;
      width: 100%;
}

.footerL {
      color: #7b7b83;
}

.footerL p {
      margin-bottom: 20px;
}

.footerc {
      line-height: 30px;
}

.footerc a {
      color: #7b7b83
}

.footerc a:hover {
      text-decoration: underline;
}

.footerc .footerc-title {
      padding-bottom: 5px;
}

.footerc .footerc-title a {
      color: #fff;
      font-size: 16px;
      font-weight: bold;
}

.footerr {
      padding: 10px 0;
}

.footerr a {
      background: #FFFFFF;
      color: #7b7b83;
      padding: 2px 5px;
      display: inline-block;
}

.footer-bottom {
      width: 100%;
      background: #140B0E;
      text-align: center;
      color: #7b7b83;
      padding: 10px 0;
      padding-top: 20px;
}

.smSize span {
      position: relative;
      display: inline-block;
}

.smSize a {
      display: inline-block;
}

.eqord {
      position: absolute;
      left: -30px;
      top: -150px;
      max-width: 150px !important;
      width: 150px !important;
      height: 150px !important;
      display: none;
}

.smSize span:hover .eqord {
      display: block;
}

.footer-bottom a {
      color: #7b7b83;
}

.news-banner {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      color: #fff;
      height: 100%;
}

.news-wz {
      display: flex;
      height: 100%;
      align-items: flex-start;
      justify-content: center;
      flex-direction: column
}

.news-wz p {
      text-align: left;
}

/*news*/

.newsBg {
      width: 100%;
      position: relative;
      text-align: center;
}

.newsBg img {
      width: 100%
}

/*product*/

.productMain {
      width: 100%;
}

.productMainl {
      background: #303030;
      min-height: calc(100vh)
}

.productMainl-tit {
      padding: 30px 0;
      overflow-x: auto;
      overflow-y: hidden;
      white-space: nowrap;
}

.productMainl-tit a {
      color: #686868;
      margin-right: 20px;
      display: inline-block;
}

.productMainl-tit .cur {
      color: #fff;
      border-bottom: 1px solid #fff;
}

.productMainl-bo {
      width: 100%;
      line-height: 35px;
      overflow-x:auto;
}

.productMainl-bo a {
      display: block;
      color: #eee;
      cursor: pointer;
}

.productMainl-bo a:hover {
      font-weight: bold;
      color: #fff;
}

.productMainl-bo b {
      font-weight: bold;
      padding: 1px 4px;
      color: #fff;
      border: 1px solid #aaa;
}


/*brandStrry*/

.brandBg {
      background: #fff;
      border-top: 3px solid #B18852;
      border-bottom: 3px solid #B18852;
}

.brandBg2 {
      width: 70%;
      margin: 0 auto;
}

.brandPosition {
      position: relative;
      margin-top: -300px;
}

.ptb50 {
      padding-top: 100px;
      padding-bottom: 100px;
}

.brandbgL {
      background: #fff;
      border-left: 3px solid #B18852;
      padding: 80px 0;
}

.brandbgL2 {
      border-left: none;
      border-right: 3px solid #B18852;
}

.brandbgL-title {
      border-left: 10px solid #B1894E;
      padding-left: 20px;
}

.brandImgl {
      position: absolute;
      right: -30px;
      top: -30px;
}

.brandImgr {
      position: absolute;
      left: -30px;
      top: -30px;
}

.brandgo {
      padding-bottom: 50px;
}

.brandHisBg {
      background: #313131;
      border-top: 3px solid #B28750;
      min-height: 100px;
      border-bottom: 3px solid #B28750;
}

.historyLeft {

      height: 100%;
}

.historyLeft a {
      display: block;
      padding: 10px 0;
      cursor: pointer;
      color: #927951
}

.historyRight {
      border-left: 2px solid #B08751;
      min-height: 850px
}

.historyLeft .cur {
      font-size: 60px !important;
}

.historyRight-top {
      color: #D6BA8B;
      font-size: 30px;
      font-weight: bold;
}

.historyRight-top i {
      font-weight: normal;
      font-size: 16px;
}

.historyRight-bo {
      font-size: 18px;
      padding: 50px 0;
      line-height: 35px;
}

.historyRight-bo li {
      list-style: disc;
}

.historyRight2 {
      display: none;
      padding-left: 30px;
}

.showTab {
      display: block;
}

/*shwoproduct*/

.showproBig {
      width: 100%;
}

.showproBig img {
      width: 100%;
}

.showproSmall img {
      width: 100%;
      border: 1px solid #dedede;
      cursor: pointer;
}

.showproSmall .active {
      border: 1px solid #B28750;
}

.showPro-rigBtn {
      width: 100%;
}

.showPro-rigBtn a {
      display: inline-block;
      background: #ed6060;
      color: #fff;
      padding: 10px 30px;
      font-size: 20px;
      margin-right: 40px;
}

.showPro-rigBtn a:hover {
      background: #E70C0C;
}

.showPro-rigBtn .disabled {
      background: #dedede;
      cursor: not-allowed;
      color: #999;
}

.showPro-rigBtn .disabled:hover {
      background: #dedede;
      color: #999;
}

/*join*/

.joinTit {
      padding-left: 40px;
      position: relative;
}

.joinTit::after {
      content: "";
      width: 5px;
      height: 100%;
      background: #D1C0A6;
      position: absolute;
      top: 0;
      left: 0%;
      transition: all .4s;
}

.joinTit:hover:after {
      width: 15px;
}

.joinTitBorder {
      border-bottom: 2px solid #D1C0A6;
}

.joinLeft {
      float: left;
      font-size: 18px;
      font-weight: normal;
      width: 222px;
      text-align: right;
}

.joinRight {
      margin-left: 240px;
}

.joinRightPut {
      width: 100%;
      border: 1px solid #333;
      height: 30px;
      line-height: 30px;
      background: none;
      border-radius: 0;
}

.joinLeft b {
      color: red;
}

.joinRight2 {
      font-size: 20px;
}

.joinRight2 label {
      font-weight: normal;
      display: inline;
}

.joinRight3 {
      padding: 0 20px;
}

.submitBtn {
      background: #FF3B3B;
      color: #fff;
      border-radius: 4px;
      padding: 10px 35px;
      border: none;
      font-size: 25px;
}

.submitBtn:hover {
      background: #E70C0C;
      color: #fff;
}

.newsBread a {
      color: #666
}

.newsBread a:hover {
      color: #000
}

/*shop*/

.shopTag {
      position: absolute;
      left: 20px;
      bottom: 20px;
}

.shopTag span {
      color: #fff;
      border: 2px solid #fff;
      padding: 4px 15px;
      display: inline-block;
      border-radius: 4px;
      margin-right: 10px;
}

.shop-picTit {
      background: #fff;
      overflow: hidden;
      padding: 20px;
}

.shop-picTit .fr {
      margin-top: 15px;
}

@media (min-width: 1200px) {
      .shownews-title2 h1{
         font-size: 30px;
      }
     
      .brandPad {
            padding-bottom: 250px;
      }

}

@media (min-width: 1000px) {
        /*logo黑变白---白变黑*/
        .navNormal img{
              position: relative;
              left: -200px;
               border-right: 0px solid transparent; 
              -webkit-filter: drop-shadow(20px 0 #ffffff);
              filter: drop-shadow(200px 0 0 #ffffff);
        }
        
        .navbar:hover img{
              transition: 0.03s;
              filter: drop-shadow(200px 0 0 #222222);
        }
}



@media (max-width: 1200px) {
      .shownews-title2 h1{
         font-size: 30px;
      }

      .joinRight2 {
            font-size: 16px;
      }

      .brandImgl {
            position: absolute;
            right: -10px;
            top: -10px;
      }

      .brandImgr {
            position: absolute;
            left: -10px;
            top: -10px;
      }

      .brandPosition {
            position: relative;
            margin-top: -135px;
      }

      .indexTabNew {
            line-height: 30px;
      }

      .ft28 {
            font-size: 20px;
      }

      .ft20 {
            font-size: 16px;
      }
      
      .ft16 {
            font-size: 14px;
      }

      .indexTabNew p {
            padding-bottom: 10px;
      }
      
}

@media (max-width: 1000px) {
     .shownews-title2 h1{
         font-size: 24px;
     }
     
      .historyRight {
            min-height: 555px
      }

      .navNormal {
            background: #fff
      }

      .navbar-default .logo {
            display: none;
      }

      .navbar-default .logo2 {
            display: inline;
      }

      .navNormal li>a,
      .navNormal .language a,
      .navNormal .navbar-right {
            color: #333 !important
      }

      .navMt {
            margin-top: 75px;
      }

      .showPro-rigBtn a {
            padding: 10px 20px;
            font-size: 14px;
            margin-right: 10px;
      }

      .mt100 {
            margin-top: 20px;
      }

      .brandImgl {
            position: absolute;
            right: 0px;
            top: 0px;
            width: 90px;
      }

      .brandImgr {
            position: absolute;
            left: 0px;
            top: 0px;
            width: 90px;
      }

      .brandbgL {
            padding: 20px 0;
      }

      .ptb50 {
            padding: 20px 0;
      }

      .productMainl-bo a {
            display: inline;
            margin-right: 10px;
      }

      .productMainl {
            min-height: auto;
      }

      .productMainl-tit {
            padding: 15px 0;
      }

      .productMainl-bo {
            padding-bottom: 15px;
            overflow-x: auto;
            overflow-y: hidden;
            white-space: nowrap;
      }

      .search-search {
            font-size: 14px;
            height: 30px;
            line-height: 30px;
            padding: 0
      }

      .mt50 {
            margin-top: 20px;
      }

      .nav>li>a {
            padding: 10px 15px;
      }

      .ft20 {
            font-size: 16px;
      }

      .mt90 {
            margin-top: 20px;
      }

      .ft60 {
            font-size: 30px;
      }

      .ft26 {
            font-size: 12px;
      }

      .ft28 {
            font-size: 18px;
      }

      .ft45 {
            font-size: 25px;
      }

      .ft48 {
            font-size: 20px;
      }

      .ft35 {
            font-size: 20px;
      }

      .indexNewProduct-word {
            margin-top: -40px;
      }

      .navbar {
            min-height: 50px;
      }

      .navbar-nav {
            text-indent: 20px;
      }

      .smMt20 {
            margin-top: 20px
      }

      .smTc {
            text-align: center
      }

      .ft24 {
            font-size: 14px;
      }
}

@media only screen and (max-width: 750px) {
      .shownews-title2 h1{
         font-size: 22px;
     }
     
      /*.productMainl-bo {*/
      /*      overflow-x: auto;*/
      /*      overflow-y: hidden;*/
      /*      white-space: nowrap;*/
      /*}*/

      .productMainl-bo a {
            display: inline-block;
            margin-right: 8px;
            font-size: 14px
      }

      .ImgMaxRespon img {
            height: 175px;
            object-fit: cover;
            width: 100%;
      }

      .shop-picTit .fr {
            float: left;
            margin-top: 5px;
      }

      .shop-picTit .fr .mobileShop {
            display: inline-block;
            font-size: 12px;
            clear: both;
      }

      .shop-picTit .fr .mobileShop:last-child {
            padding-top: 5px;
      }

      .search-puts {
            font-size: 14px;
            padding: 10px 0;
      }

      .navMt {
            margin-top: 50px;
      }

      .news-next a {
            font-size: 12px;
      }

      .news-next .fr {
            float: left;
      }

      .news-recommend-title {
            padding-top: 20px;
      }

      .shownews-content {
            padding-top: 20px;
            font-size: 14px;
            line-height: 26px;
      }

      .shownews-tag a {
            margin-right: 10px;
            padding: 3px 8px;
            margin-top: 10px;
      }

      .submitBtn {
            background: #AAAAAA;
            color: #fff;
            border-radius: 4px;
            padding: 10px 15px;
            border: none;
            font-size: 15px;
      }

      .joinLeft {
            float: left;
            font-size: 18px;
            font-weight: normal;
            width: 100%;
            text-align: left;
      }

      .joinRight {
            margin-left: 0;
      }

      .joinTit {
            border-left: none;
            padding-left: 15px;
      }

      .indexProTit .fr {
            padding-top: 5px;
      }

      .showPro-rigBtn a {
            padding: 5px 10px;
            font-size: 14px;
            margin-right: 10px;
      }

      .historyLeft .cur {
            font-size: 26px !important
      }

      .historyLeft a {
            text-align: center;
      }

      .historyRight-top {
            font-size: 15px;
      }

      .historyRight2 {
            padding-left: 15px;
      }

      .historyRight-bo {
            font-size: 12px;
            padding: 10px 0;
            line-height: 20px;
      }

      .historyRight-bo li{
            margin-bottom: 6px;
      }
      
      .brandImgl {
            display: none;
      }

      .mt100 {
            margin-top: 20px;
      }

      .brandImgr {
            display: none;
      }

      .brandbgL {
            padding: 20px 0;
      }

      .brandPosition {
            position: relative;
            margin-top: 20px;
      }

      .brandBg2 {
            width: 92%;
      }

      .brandBg3 {
            width: 92%;
            margin: 0 auto;
      }

      .ptb50 {
            padding-top: 20px;
            padding-bottom: 20px;
      }

      .lh40 {
            line-height: 30px;
      }

      .mt40 {
            margin-top: 20px;
      }

      .ft18 {
            font-size: 12px;
      }

      .search-change a {
            margin-right: 10px;
            padding: 5px 5px;
      }

      .topMt {
            margin-top: 0;
      }

      .footerBg {
            padding: 15px 0;
      }

      .smSize img {
            width: 40px;
            cursor: pointer;
      }

      .ft60 {
            font-size: 20px;
      }

      .ft45 {
            font-size: 18px;
      }

      .ft48 {
            font-size: 12px;
      }

      .ft482 {
            font-size: 20px;
      }

      .ft35 {
            font-size: 16px;
      }

      .indexNewProduct-word {
            margin-top: -30px;
      }

      .mt70 {
            margin-top: 20px;
      }

      .mobileAbout {
            font-size: 12px;
            line-height: 20px;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 2;
            overflow: hidden;
      }

      .mobileHide {
            display: none;
      }

      .imgResponse .ImgMaxRespon img {
            height: 175px
      }

      .imgResponse2 .ImgMaxRespon img {
            height: 175px
      }

      .imgResponse3 .ImgMaxRespon img {
            height: 175px
      }
}

.imgNewshow img {
      max-height: 200px !important;
      object-fit: cover;
      width: 100%;
}