/* CSS Document */
*{
  margin:0;
  padding:0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing:border-box;
}
@font-face
{
  font-family: 'CenturyGothic';
  src: url(font/CenturyGothic.TTF);
}
body{
  font-size: 16px;
  margin: 0 auto;
  font-family:'CenturyGothic';
  color: #333;
}
a {
  text-decoration: none;
  color: #333;
  outline:none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-user-select: none;
  -moz-user-focus: none;
  -moz-user-select: none;
}
ul{
  list-style:none;
}
.fl{
  float: left;
}
.fr{
  float: right;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  clear: both;
  *zoom: 1;
}
img{
  border:0;
  vertical-align: middle;
}
button,input,textarea{
  outline:none;
  border:0;
  -webkit-appearance: none;
  font-family: unset;
}
.imgcale {
  overflow: hidden;
}
.imgcale img{
  -webkit-transition: all .5s ease 0s;
  -moz-transition: all .5s ease 0s;
  -ms-transition: all .5s ease 0s;
  -o-transition: all .5s ease 0s;
  transition: all .5s ease 0s;
  width: 100%;
}
.imgcale:hover img{
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
}
/*index*/
/* new-box 样式 */
.new-box {
  display: none;
  width: 100%;
  height: 100%;
}
.mask-num-loading{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100svh;
  z-index: 10000;
  background-color: #fbfaf8;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.num-loading{
  width: 100%;
  height: 15%;
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.loading-image-container{
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 166px;
  height: 185px;
}
.num-loading-img{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.num-loading-img-box{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  clip-path: inset(0 100% 0 0);
  transition: clip-path 0.1s ease;
}
.num-loading-text{
  font-size: 35px;
  color: #898989;
  font-weight: bold;
  text-align: left;
  height: 100%;
}

/* 弹窗图片预览 */
.img-preview-box{
  display: none;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
}
.img-preview{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #fff;
  z-index: 10000;
  display: flex;
  justify-content: center;
  align-items: center;
}
.img-preview img{
    max-width: 100%;
  /*height: 100%;*/
  max-height: 100%;
}
.img-preview-close{
  position: absolute;
  top: 20px;
  right: 20px;
  width: 50px;
  height: 50px;
  z-index: 10001;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  color: #333;
  cursor: pointer;
  background-color: #fff;
  border-radius: 50%;
  border: 1px solid #333;
  padding: 10px;
}
.img-preview-zoom{
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10001;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.img-preview-zoom-in{
    -moz-user-select: none; /*mozilar*/
	-webkit-user-select: none; /*webkit*/
	-ms-user-select: none; /*IE*/
	 user-select: none;
  width: 50px;
  height: 50px;
  background-color: rgb(254, 251, 250);
  border-radius: 50%;
  border: 1px solid #ba6666;
  cursor: pointer;
  font-size: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.img-preview-zoom-out{
    -moz-user-select: none; /*mozilar*/
	-webkit-user-select: none; /*webkit*/
	-ms-user-select: none; /*IE*/
	 user-select: none;
  width: 50px;
  height: 50px;
  background-color: rgb(254, 251, 250);
  border-radius: 50%;
  border: 1px solid #ba6666;
  cursor: pointer;
  font-size: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0.5;
}


.box{
  width: 1200px;
  margin:0 auto;
}
.header{
  /*z-index: 9999;*/
  position: relative;
  padding-right: 94px;
  width: 1400px;
}
.header.indexhead{
  position: absolute;
  width: 100%;
}
.header .logo img{
  height: 90px;
}
.header .logo{
  float: left;
  margin-top: 10px;
}
.header .nav{
  float: right;
  margin-top:32px;
}
.header .nav li>a{
  line-height: 38px;
  display: block;
  text-align: center;
  color: #999;
}
.header .nav li{
  float: left;
  position: relative;
  margin-left: 90px;
}
.header .nav li>a.active,.header .nav li:hover>a{
  color:#333;
}
.header .nav li>a.icon::after{
  content: "";
  width: 18px;
  height: 18px;
  display: inline-block;
  background: url(../images/icon01.png) no-repeat;
  margin-bottom: -4px;
}
.header .nav li:hover>a.icon::after{
  content: "";
  background: url(../images/icon02.png) no-repeat;
}
.header .nav li .nav-down{
  position: absolute;
  top:38px;
  z-index: 99;
  display: none;
  left:-20px;
}
.header .nav li .nav-down a{
  display: block;
  color: #666;
  text-align: center;
  padding:10px;
  background: #fff;
  width: 104px;
}
.header .nav li .nav-down a:hover{
  color: #000;
}
.sb-search {
  position: absolute;
  width: 0%;
  min-width: 48px;
  height: 48px;
  overflow: hidden;
  -webkit-transition: width 0.3s;
  -moz-transition: width 0.3s;
  transition: width 0.3s;
  -webkit-backface-visibility: hidden;
  border-radius: 30px;
  z-index: 999;
  right: 0;
  top: 26px;
}
.sb-search-input {
  position: absolute;
  top: 0;
  right: 0;
  background: #fff;
  width: 100%;
  height: 48px;
  z-index: 10;
  padding: 20px 65px 20px 20px;
  border-radius: 30px;
  border: solid 1px #f0f0f0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.sb-icon-search,
.sb-search-submit {
  width: 48px;
  height: 48px;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  line-height: 60px;
  text-align: center;
  cursor: pointer;
}
.sb-search-submit {
  background: #fff; /* IE needs this */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; /* IE 8 */
  filter: alpha(opacity=0); /* IE 5-7 */
  opacity: 0;
  color: transparent;
  z-index: -1;
}
.sb-icon-search {
  background: #fff;
  z-index: 90;
}
.sb-icon-search:before {
  content: "";
  width:22px;
  height: 22px;
  background: url(../images/search.png) center no-repeat;
  display: inline-block;
}
.sb-search.sb-search-open,
.no-js .sb-search {
  width: 360px;
}
.sb-search.sb-search-open .sb-icon-search,
.no-js .sb-search .sb-icon-search {
  background: #f0f0f0;
  color: #fff;
  z-index: 11;
}
.sb-search.sb-search-open .sb-search-submit,
.no-js .sb-search .sb-search-submit {
  z-index: 90;
}
/*banner*/
.banner.swiper-container {
  width: 100%;
  background: #fff;
}
.service-banner.swiper-container{
  width: 100%;
  background: #fff;
}
.swiper-slide a{
  display: block;
  vertical-align: middle;
  width: 100%;
}
.swiper-slide img{
  width: 100%;
}
.swiper-container-horizontal>.swiper-pagination-bullets{
  bottom: 28px;
}
.banner .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  display: inline-block;
  border-radius: 30px;
  background: #9D9D9D;
  opacity: 1;
}
.banner .swiper-pagination-bullet-active {
  background:#CECCCC;
  width: 30px;
}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 10px;
}
/*NEW ARRIVALS*/
.title{
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  padding:68px 0;
}
.title::after{
  content: "";
  width: 100px;
  height: 2px;
  border-radius:2px;
  display: block;
  background: #282828;
  margin:18px auto 0;
}
.product .product-type{
  width: 100%;
  margin: 0 auto;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  flex-wrap: wrap;
}
.product .product-type span{
  display: block;
  text-align: center;
  font-size: 24px;
  margin:0 55px;
  cursor: pointer;
  color: #999999;
}
.product .product-type span:hover,.product .product-type span.active{
  color: #221E1F;
}
.product .product-type span:hover::after,.product .product-type span.active::after{
  content: "";
  width: 32px;
  height: 2px;
  border-radius:2px;
  display: block;
  background: #282828;
  margin:18px auto 0;
}
.product .product-list{
  margin-top:50px;
}
.product .product-list .pro-con,.product-list li{
  width: calc(25% - 15px);
  float: left;
  margin-right:20px;
  margin-bottom:36px;
}
.product-list a{
  display: block;
  position: relative;
}
.product .product-list .pro-con:nth-child(4n+0),.product-list li:nth-child(4n+0){
  margin-right:0;
}
.product-list .pro-img{
  width: 100%;
  overflow: hidden;
  border:solid 1px #999;
}
.product-list span{
  position: absolute;
  left:0;
  top:0;
  background: #C69354;
  color: #fff;
  font-size: 24px;
  padding:5px 12px;
  border-bottom-right-radius: 20px;
}
.product-list a:hover .pro-img{
  border:solid 1px #C69354;
  -moz-box-shadow:0px 9px 12px rgba(198,147,84,.1);
  -webkit-box-shadow:0px 9px 12px rgba(198,147,84,.1);
  box-shadow:0px 9px 12px rgba(198,147,84,.1);
}
.product-list .pro-img img{
  -webkit-transition: all .5s ease 0s;
  -moz-transition: all .5s ease 0s;
  -ms-transition: all .5s ease 0s;
  -o-transition: all .5s ease 0s;
  transition: all .5s ease 0s;
  width: 100%;
}
.product-list a:hover .pro-img img{
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.product-list p{
  text-align: center;
  font-size: 24px;
  margin-top:20px;
}
.product-list a:hover p{
  color: #C69354;
}
.product .product-list .product-list-item{
  display:none;
}
.product .product-list .product-list-item.active{
  display: block;
}
.product-more{
  line-height: 58px;
  border:solid 1px #999;
  display: block;
  font-size: 24px;
  color: #999;
  width: 186px;
  border-radius:30px;
  text-align: center;
  margin:20px auto 0;
}
.product-more i{
  width: 32px;
  height: 32px;
  display: inline-block;
  background: url(../images/icon03.png) no-repeat;
  margin-bottom: -8px;
}
.product-more:hover{
  background: #373737;
  color: #fff;
  border:solid 1px #373737;
}
/*our product*/
.category-list .fl,.category-list .fr{
  width: 50%;
}
.category-list .cat-item{
  position: relative;
}
.category-list .cat-item:nth-child(1) .imgcale{
  width: 86%;
  margin-bottom: 66px;
}
.category-list .cat-item h1{
  font-size: 36px;
  font-weight: normal;
  position: absolute;
  display: inline-block;
}
.category-list .cat-item h1::after{
  content: "";
  width: 48px;
  height: 2px;
  background: #333;
  display: block;
  margin-top:24px;
}
.category-list .fl .cat-item:nth-child(1) h1{
  top:50px;
  right: -18px;
}
.category-list .fl .cat-item:nth-child(2) .imgcale{
  width: 74%;
}
.category-list .fl .cat-item:nth-child(2) h1{
  top:60px;
  right:98px;
}
.category-list .fr .cat-item:nth-child(1) h1{
  bottom: 20px;
  right: 5px;
}
.category-list .fr .cat-item:nth-child(1) .imgcale{
  width: 93%;
  margin-left:7%;
  margin-bottom: 60px;
}
.category-list .fr .cat-item:nth-child(2) h1{
  bottom: 38px;
  right: 5px;
}
.category-list .fr .cat-item:nth-child(2) .imgcale{
  width: 92%;
  margin-left:8%;
}
/*footer*/
.footer{
  margin-top:90px;
}
.footer-top{
  background: #373737;
  padding:0;
  text-align: center;
}
.footer-top .box{
  display: flex;
  display: -webkit-flex;
  padding:30px 0;
  justify-content: center;
  flex-wrap: wrap;
}
.footer-top a{
  display: block;
  color: #fff;
  margin:0 46px;
  line-height: 30px;
}
.footer-top .fr{
  color: #fff;
}
.footer-top .fr form{
  display: flex;
  display: -webkit-flex;
  margin-top:24px;
}
.footer-top .fr input{
  width: 222px;
  height:40px;
  padding:0 18px;
  font-size: 18px;
  display: block;
  margin-right:12px;
}
.footer-top .fr button{
  width: 102px;
  height: 40px;
  font-size: 18px;
  background: #fff;
  color: #373737;
  cursor: pointer;
}
.footer-bot{
  background: #323232;
  display: flex;
  display: -webkit-flex;
  padding:24px 0;
  color: #fff;
  justify-content: center;
}
/*内页*/
.ny-banner img{
  width: 100%;
}
.current {
  line-height: 70px;
  padding:30px 0;
  font-size: 24px;
}
/*联系我们*/
.map-box {
  width: 100%;
  height: 588px;
  margin-top: 40px;
  border:solid 1px #e8e8e8;
}
#container {
  height: 100%;
  width: 100%;
}
.amap-icon img {
  width: 25px;
  height: 34px;
}
.contact-bot{
  margin-top:70px;
}
.contact-info{
  width: 50%;
}
.contact-form{
  width:calc(50% - 60px);
  margin:0 30px;
  border:solid 1px #999;
  padding:30px 42px;
}
.contact-form label{
  font-size: 20px;
  display: block;
  margin-bottom:10px;
}
.contact-form .input-box input{
  border: 1px solid #c4c4c4;
  width: 100%;
  line-height: 42px;
  padding: 0 20px;
}
.contact-form .input-box {
  width: 100%;
  margin-bottom:20px;
}
.contact-form .text-box,.contact-form .text-box textarea{
  width: 100%;
}
.contact-form .text-box textarea{
  border: 1px solid #c4c4c4;
  padding:20px;
}
.contact-form .button-box{
  width: 100%;
  text-align: right;
  margin-top:30px;
}
.contact-form .button-box button{
  width: 116px;
  height: 64px;
  background: #333;
  font-size: 24px;
  color: #fff;
  cursor: pointer;
}
/*product list*/
.product-category{
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  margin-bottom:25px;
}
.product-category a{
  color: #999;
  font-size: 24px;
  margin:0 38px 20px;
}
.product-category a:hover,.product-category a.active{
  color: #242424;
}
.product-category a.active::after{
  content: "";
  width: 30px;
  height: 2px;
  background: #282828;
  border-radius:2px;
  display: block;
  margin:15px auto 0;
}
/*product detail*/
.recommend{
  margin-top: 20px;
}
/*移动端导航*/
.hidden-search{
  position: absolute;
  right: 20px;
  top: 18px;
  display: none;
}
.hidden-menu{
  position: absolute;
  left: 0;
  top:0;
  display: none;
}
.hidden-menu span.menus{
  padding: 22px 0;
  display: inline-block;
  font-size: 14px;
}
.hidden-menu a.navToggle {
  padding: 17px 10px 17px 20px;
}
.hidden-menu a {
  display: block;
  float: left;
  margin-left: 1px;
  background-repeat: no-repeat;
}
.hidden-menu a.navToggle span {
  width: 25px;
  height: 2px;
  background: #333;
  margin: 5px 0px;
  display: block;
  transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  -webkit-transition: all .3s ease;
  position: relative;
}

.hidden-menu a.closenavbtn {
  padding: 15px 15px 26px;
}
.hidden-menu a.closenavbtn span.line1 {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  top: 9px;
}
.hidden-menu a.closenavbtn span.line2 {
  display: none;
}
.hidden-menu a.closenavbtn span.line3 {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  top: 2px;
}
.Mnav{
  position:fixed;
  z-index:0;
  /*display:none;*/
  background:#373737;
  border-top:1px solid #eee;
  top:0px;
  overflow-x:hidden !important;
  overflow-y:auto !important;
  width:80%;
  bottom:0px;
}
.Mnav ul li{
  border-bottom:1px solid #484848;
}
.Mnav ul li>a{
  line-height:50px;
  font-size:16px;
  display:block;
  margin: 0px 4%;
  color: #ababab;
  position: relative;
}
.Mnav ul li>a.cur{
  color:#fff;
  display:block;
}
.Mnav ul li .nav-down{
  background:#505050;
  display:none;
}
.Mnav ul li .nav-down a{
  display: block;
  color: #ababab;
  line-height: 30px;
  font-size: 14px;
  padding: 8px 6%;
  border-bottom: 1px solid #484848;
}
.Mnav ul li>a.icon::after {
  content: "";
  width: 18px;
  height: 18px;
  background: url(../images/icon01.png) no-repeat;
  position: absolute;
  right: 0;
  top: 14px;
}
.Mnav ul li .nav-down a:last-child{
  border:0;
}
.hidescroll{
  position:fixed;
  top:0;
  height: 100%;
  overflow: hidden;
}
#nav .mm-panels, #nav .mm-panels>.mm-panel {
  max-width: 80vw;
}
.mm-panels {
  overflow: hidden;
}
.mm-panels,.mm-panel {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0;
}
#content_wrapper{
  background: #fff;
}
body .mm-slideout {
  z-index: auto;
}



.mm-panels, .mm-panel, .mm-listview, .mm-listitem {
  color: inherit;
  border-color: inherit;
}
.mm-panel, .mm-panels, .mm-navbar {
  background: inherit;
}

.mm-panel_has-navbar {
  padding-top: 44px;
  padding-top: var(--mm-navbar-size);
}
.mm-panel {
  -webkit-overflow-scrolling: touch;
  overflow: scroll;
  overflow-x: hidden;
  overflow-y: auto;
  width: 100%;
  /* -webkit-transform: translate3d(100%,0,0);
      transform: translate3d(100%,0,0); */
  -webkit-transition: -webkit-transform .4s ease;
  transition: -webkit-transform .4s ease;
  -o-transition: transform .4s ease;
  transition: transform .4s ease;
  transition: transform .4s ease,-webkit-transform .4s ease;
}

.mm-panel, .mm-panels {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #f3f3f3;
  border-color: rgba(0,0,0,.1);
  color: rgba(0,0,0,.75);
  background: #373737;

}


.mm-menu {

  color: #fff9;
  max-height: 100vh;
}
.mm-menu_offcanvas.mm-menu_open {
  display: block;
}


.mm-menu_offcanvas {
  display: none;
  position: fixed;
  right: auto;
  z-index: 0;
}
.mm-hidden {
  display: none;

}
.mm-show{
  display: block;
}
.mm-panel:not(.mm-hidden) {
  display: block;
}
.mm-panel_opened {
  z-index: 1;
  /* -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0); */
  transform: translateX( 0%);

}

.mm-panel_opened-parent {
  -webkit-transform: translate3d(-30%,0,0);
  transform: translate3d(-30%,0,0);
}





.mm-slideout {
  -webkit-transition: -webkit-transform .4s ease;
  transition: -webkit-transform .4s ease;
  -o-transition: transform .4s ease;
  transition: transform .4s ease;
  transition: transform .4s ease,-webkit-transform .4s ease;
  z-index: 1;
}
.mm-page {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
.mm-wrapper_background .mm-page {
  background: inherit;
}
.mm-menu_offcanvas.mm-menu_opened~.mm-slideout {
  -webkit-transform: translate3d(80vw,0,0);
  transform: translate3d(80vw,0,0);
}
.mm-wrapper__blocker {
  background: rgba(0,0,0,0);
  overflow: hidden;
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
}
.mm-menu_offcanvas.mm-menu_opened~.mm-wrapper__blocker {
  display: block;
}



.navone{
  position: relative;
  padding:30px 0;
  text-align: center;
  font-size: 20px;
  color: #9f9f9f;
}
a.back{
  /* background: url(../images/prev.png) center no-repeat; */
  width: 50px;
  height: 50px;

  position: absolute;
  left:0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.Mnav ul li>a.mm-btn{
  /* background: url(../images/next.png) center right 8px no-repeat; */
  width: 70px;
  height: 50px;
  display: block;
  position: absolute;
  right: 0;
  top: 0px;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.Mnav li {
  position: relative;
}

/*about*/
.main .about-info .about-info-text{
  padding:0 85px;
}
.main .about-photo .about-photo-list{
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
}
.main .about-photo .about-photo-list li img{
  width: 100%;
}
.Mnav h1{
  color: #484848;
  font-size: 40px;
  text-align: center;
  padding: 30px 0;
}
.M-search {
  position: relative;
}
.M-search .search-input{
  width: 92%;
  margin: 0px auto 20px;
  display: block;
  border-radius:30px;
  background: #717171;
  line-height: 44px;
  padding:0 20px;
  color: #fff;
}
.M-search input::-webkit-input-placeholder{
  color: #888;
}
.M-search .search-submit,.M-search .icon-search{
  width: 44px;
  height: 44px;
  display: block;
  position: absolute;
  right: 4%;
  top: 0;
  line-height: 44px;
  text-align: center;
  cursor: pointer;
  border-radius: 100%;
}
.M-search .search-submit{
  background: rgba(0,0,0,0);
}
.M-search .icon-search:before {
  content: "";
  width: 22px;
  height: 22px;
  background: url(../images/search.png) center no-repeat;
  display: inline-block;
  margin-bottom: -4px;
}



@media (max-width: 1430px){
  .header {
    width: unset;
  }
}
@media (max-width: 1430px){
  .header .nav li {
    margin-left: 70px;
  }
}
@media (max-width: 1240px){
  .box {
    width: 95%;
    padding:0;
  }
  .header .nav li {
    margin-left: 40px;
  }
  .header {
    padding-right: 60px;
  }
}
@media (max-width: 1239px){
  .footer-top .fl {
    width: 100%;
    justify-content: center;
    border-right: 0;
    padding: 0;
  }
  .footer-top{
    padding:20px 0;
  }
  .footer-top .fr {
    display: none;
  }
  .footer-top .fr form {
    width: 570px;
    margin: 24px auto 0;
  }
}
@media (max-width: 1199px){

}
@media (max-width: 1024px){


}
@media (max-width: 1023px) {
  .header .nav,.sb-search{
    display: none;
  }
  .hidden-menu,.hidden-search {
    display: block;
  }
  .header.fixedd{
    position: fixed;
    width: 100%;
    background: #fff;
  }
  .header {
    padding: 0 4%;
    width: 100%;
  }
  .header .logo{
    padding: 10px 0;
  }
  .header .logo img {
    height: 40px;
    margin-top: 0;
  }
  .header .logo {
    float: none;
    width: 38px;
    margin: 0 auto;
  }
}
@media (max-width: 768px){

}
@media (max-width: 767px){
  .title {
    font-size: 28px;
    padding: 28px 0;
  }
  .title::after {
    content: "";
    margin: 12px auto 0;
  }
  .product .product-type span {
    margin: 0 8px;
    font-size: 18px;
  }
  .product .product-list .pro-con, .product-list li {
    width:calc(50% - 10px);
    margin-right:20px;
    margin-bottom: 20px;
  }
  .product .product-list .pro-con:nth-child(2n+0), .product-list li:nth-child(2n+0) {
    margin-right: 0;
  }
  .product-list span {
    font-size: 14px;
    padding: 3px 8px;
    border-bottom-right-radius: 16px;
  }
  .product .product-list {
    margin-top: 30px;
  }
  .swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: 10px;
  }
  .banner .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
  }
  .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px;
  }
  .banner .swiper-pagination-bullet-active {
    width: 22px;
  }
  .product-more {
    line-height: 50px;
    font-size: 24px;
    width: 180px;
    margin: 5px auto 0;
  }
  .category-list .fl, .category-list .fr {
    width: 100%;
  }
  .category-list .cat-item:nth-child(1) .imgcale {
    width: 100%;
    margin-bottom: 0px;
  }
  .category-list .fl .cat-item:nth-child(2) .imgcale {
    width: 100%;
  }
  .category-list .fr .cat-item:nth-child(1) .imgcale {
    width: 100%;
    margin-left: 0;
    margin-bottom:0;
  }
  .category-list .fr .cat-item:nth-child(2) .imgcale {
    width: 100%;
    margin-left: 0;
  }
  .category-list .cat-item h1 {
    font-size: 24px;
    position: relative;
  }
  .category-list .fl .cat-item:nth-child(1) h1{
    top: 0px;
    right: 0;
  }
  .category-list .cat-item h1::after {
    content: "";
    margin:12px auto 0;
  }
  .category-list .fl .cat-item:nth-child(2) h1 {
    top: 0;
    right: 0;
  }
  .category-list .fr .cat-item:nth-child(1) h1 {
    bottom: 0;
    right: 0;
  }
  .category-list .fr .cat-item:nth-child(2) h1 {
    bottom: 0;
    right: 0;
  }
  .category-list .cat-item h1 {
    margin: 15px 0 30px 10px;
  }
  .product-list p {
    font-size: 16px;
    margin-top: 10px;
  }
  .footer {
    margin-top: 20px;
  }
  .footer-top .fl {
    flex-wrap: wrap;
    line-height: 30px;
  }
  .footer-top .fr form {
    width: 100%;
    flex-wrap: wrap;
  }
  .footer-top .fr input {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }
  .footer-top .fr button {
    width: 100%;
  }
  .footer-bot {
    flex-wrap: wrap;
    font-size: 16px;
  }
  .current {
    line-height: 60px;
    font-size: 16px;
  }
  .main .about-info .about-info-text {
    padding: 0;
  }
  .map-box {
    height: 300px;
    margin-top: 0px;
  }
  .contact-info {
    width: 100%;
  }
  .contact-form {
    width: 100%;
    margin: 0;
    padding: 20px;
  }
  .contact-bot {
    margin-top: 30px;
  }
  .product-category a {
    width: calc(100%/3);
    font-size: 20px;
    margin: 0 0 20px;
    text-align: center;
  }
  .product-category {
    margin-bottom: 0;
  }
  .footer-top .box{
    padding:0;
  }
  .footer-top a {
    margin: 0 14px;
  }
}
@media (max-width: 478px){

}
@media (max-width: 374px){

}
.swiper{
  width: 80vw;
  height: 100vh;
}
.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after,
.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after{
  /* content: ''; */
  font-size: 18px;
  position: absolute;
  right: 20px;
}
:root{
  --swiper-theme-color: #999;
}