@charset "utf-8";
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
/*Base*/
html {
  font: 62.5%/1.8 "黑体";
  -ms-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  max-width: 750px;
  margin: 0 auto;
  overflow-x: hidden;
}
body {
  position: relative;
  overflow: hidden;
  color: black;
}
* {
  margin: 0;
  padding: 0;
  font-weight: normal;
  font-style: normal;
  outline: none;
  box-sizing: border-box;
}
a {
  text-decoration: none;
  background: transparent;
  color: inherit;
  outline: none;
  color: black;
}
a:focus {
  outline: 0;
}
a:active,
a:hover {
  outline: none;
}
img {
  border: 0;
  vertical-align: middle;
  -ms-interpolation-mode: bicubic;
}
fieldset {
  border: 0.025rem solid #c0c0c0;
  margin: 0 0.1rem;
  padding: 0.35em 0.625em 0.75em;
}
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
  outline: none;
  border: none;
  -webkit-appearance: none;
  border-radius: 0;
}
button,
input {
  line-height: normal;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input.submit {
  border: 0;
  margin: 0;
  cursor: pointer;
}
input.radio {
  width: 0.65rem;
  height: 0.65rem;
  float: left;
  display: inline;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
ul,
ol,
li {
  list-style: none;
}
.text_over {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.clear:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.center {
  display: flex;
  justify-content: center;
  align-items: Center;
}
.width_c {
  width: 0 !important;
}
body {
  max-width: 750px;
  min-height: 320px;
  font-family: "思源黑体 CN" !important;
  margin: 2.6rem auto 3.5rem !important;
}
@font-face {
  font-family: "站酷高端黑";

  src: url("../字体/站酷高端黑.ttf");
}

  /*------------------首页------------------------*/
  .header{
    background-color: #ffffff;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
}
.header-wrap{
   padding: 0 0.75rem;
   height: 2.6rem;
    line-height: 2.6rem;
   overflow: hidden;
}
.logo{
  float: left;
  width: 9.6rem;
}
.logo>img{
  width: 30%;
}
.menu{
    float: right;
  width: 1.225rem;
}
.menu>img{
    width: 100%;
}
.lb-banner img{
    width: 100%;
}
.banner-tx{
  width: 9.2rem;
  position: absolute;
  left: 0.75rem;
  top: 2.5rem;
  z-index: 9;
}
.banner-more{
  width: 2.625rem;
  position: absolute;
  left: 0.75rem;
  top: 6.45rem;
  z-index: 9;
}
.banner{
    position: relative;
}
.wrap{
  margin-bottom: 2rem;
  padding: 0 0.75rem;
}
.itop{
   text-align: center;
   padding-top: 2rem;
}
.i-title{
   color:#333333;
   font-size: 1.2rem;
}
.i-line{
    display: inline-block;
  width: 1.4rem;
  height: 0.1rem;
  background-color: #000000;
  margin: 0.75rem 0;
}
.i-tx{
  color:#666666;
  font-size: 0.5rem;
  font-weight: 100;
  line-height: 0.65rem;
}
.ipdu{
    padding-bottom: 2.5rem;
}
.ul-ipdu{
    overflow: hidden;
    padding-top: 0.9rem;
}
.ul-ipdu li{
    float: left;
    width: 47.25%;
}
.ul-ipdu li:nth-child(2n){
    float: right;
}
.ipdu-pic>img{
    background-color: white;
    width: 100%;
    height: 200px;
    object-fit: contain;
}
.ipdu-tx{
    color:#1a1a1a;
    font-size: 0.7rem;
    line-height: 0.8rem;
    height: 2rem;
    padding: 0.3rem 0.6rem 0;
    text-align: center;
}
.ipdu-more{
    display: block;
    text-align: center;
    margin-top: 1.25rem;
}
.ipdu-more img{
  width: 9.4rem;
}
.ilx{
    height: 23.275rem;
    background: url('./8.jpg') no-repeat center;
    background-size: 100%;
}
.ilx-cont{
 padding: 0 1.25rem;
}
.i-con-tx{
  color: #333333;
  font-size: 0.65rem;
  line-height: 0.9rem;
  margin-top: 0.6rem;
  text-align: center;
}
.footer{
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
}
.ft-beian{
    height: 1.95rem;
    line-height: 1.95rem;
    background-color: #333333;
    color:#ffffff;
    font-size: 0.6rem;
    text-align: center;
}
.ft-nav{
    background-color: #2e2e2e;
    border-top: 0.05rem #292929 solid;
}
.ft-nav>ul{
  overflow: hidden;
}
.ft-nav li{
    float: left;
    width: 25%;
}
.ft-nav li a{
    display: block;
    width: 100%;
    height: 3.5rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

}
.ft-nav-pic>img{
    width: 1.5rem;
    height: 1.5rem;
}
.ft-nav-tx{
    margin-top: 0.3rem;
    color:#ffffff;
    font-size: 0.7rem;
}
.ft-active{
    background-color: #292929;
}
  /*------------------产品详情------------------------*/
  .mbx {
    height: 1.5rem;
    line-height: 1.5rem;
    background-color: #f0f0f0;
}

.mbx-tx {
    color: #999999;
    font-size: 0.55rem;
}

.lb-pduxq img {
    width: 100%;
    height: 277px;
    object-fit: contain;
}

.lb-pduxq .swiper-pagination {
    /* bottom: 0.6rem; */
    bottom: 0rem;
}

.lb-pduxq .swiper-pagination-bullet {
    width: 0.4rem;
    height: 0.4rem;
    margin: 0 0.3rem;
}

.lb-pduxq .swiper-pagination-bullet-active {
    background-color: #2e2e2e;
}

.ul-pduxq li {
    min-height: 2.2rem;
    display: flex;
    padding: 0 0 0 0.5rem;
}

.ul-pduxq li:nth-child(even) {
    background-color: #f4f6f6;
}

.pduxq-tx {
    color: #333333;
    font-size: 1.2rem;
}

.pduxq-tx2 {
    color: #333333;
    font-size: 0.7rem;
	line-height: 2.2rem;
}

.ul-pduxq li>img {
    width: 2.95rem;
    height: 2.95rem;
}

.pduxq-pic>img {
  height: 200px;
  object-fit: contain;
    width: 100%;
    background-color: white;
}

.pduxq-wrap {
    margin-top: 3rem;
}

.pduxq-cont {
    background-color: #f0f0f0;
    margin-top: 1.5rem;
}

.pduxq-txt {
    padding: 1rem 0.5rem 0.8rem;
}

.pduxq-title {
    color: #333333;
    font-size: 1.2rem;
}

.pduxq-tx3 {
    position: relative;
    padding-left: 0.75rem;
    color: #333333;
    font-size: 0.7rem;
    line-height: 0.9rem;
    margin-top: 0.4rem;
}



.ul-pduxq2 {
    overflow: hidden;
    margin-top: 1.1rem;
}

.ul-pduxq2 li {
    float: left;
    width: 46.96%;
}

.ul-pduxq2 li:nth-child(2n) {
    float: right;
}

.pduxq-tx4 {
    color: #333333;
    font-size: 0.7rem;
    height: 2.25rem;
    padding-top: 0.65rem;
    text-align: center;
}
 
  /*------------------contact------------------------*/
  .my-map {
    margin: 0 auto;
    width: 100%;
    height: 10.5rem;
}

.amap-container {
    height: 100%;
}

.amap-copyright,
.amap-logo {
    display: none !important;
}
.contact-icon{
    display: inline-block;
    width: 1.25rem;
}
.ul-contact{
    padding: 0.1rem 0 0.75rem;
}
.ul-contact>li{
    text-align: center;
    margin-bottom: 0.75rem;
}
.contact-icon>img{
    width: 100%;
}
.contact-tx{
    color:#333333;
    font-size: 0.7rem;
    line-height: 0.85rem;
    margin-top: 0.4rem;
}
 
  /*------------------news------------------------*/
  .news{
     padding-bottom: 1rem;
  }
  .news-txt{
    padding-left: 0.45rem;
  }
  .news-title{
       color:#333333;
       font-size: 0.8rem;
  }
  .news-line{
      width: 1.55rem;
      height: 0.075rem;
      background-color: #000000;
      margin: 0.75rem 0;
  }
  .news-tx{
      color:#999999;
      font-size: 0.6rem;
  }
  .ul-news{
      margin-top: 1rem;
  }
  .ul-news>li{
      margin-bottom: 1rem;
  }
  .ul-news a{
    background-color: #ffffff;
    display: flex;
    align-items: center;
    border-radius: 0.1rem;
    overflow: hidden;
  }
  .news-pic{
      width: 6.175rem;

  }
  .news-pic>img{
      width: 100%;
  }
  .first-news  .news-pic{
      width: 17.25rem;
  }
  .first-news a{
      display: block;
      background-color: transparent;
  }
  .first-news .news-txt{
      padding: 1rem 0 1rem 0.85rem;
  }
  /*------------------newsxq------------------------*/
  .newsxq-tx{
    color:#333333;
    font-size: 0.7rem;
    line-height: 0.85rem;
    text-align: justify;
    margin-bottom:100px;
}
.newsxq-pic{
    text-align: center;
}
.newsxq-pic>img{
   display: inline-block;
   width: 13rem;
}
  /*------------------导航------------------------*/
  .nav {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.45);
    z-index: 1000;
}

.nav-cont {
    width: 50%;
    height: 100%;
    float: right;
    background-color: #2e2e2e;
}

.close {
    width: 1.225rem;
}

.close>img {
    width: 100%;
}

.nav-cont-top {
    height: 2.6rem;
    line-height: 2.6rem;
}
.ul-nav{
    height: 80%;
overflow-y: auto;
}
.ul-nav>li>a{
    position: relative;
    display: block;
    color:#ffffff;
    font-size: 0.7rem;
    padding: 0.65rem 0.75rem;
    border-top: 0.05rem #262626 solid;
}
.ul-nav>li:nth-last-child(1)>a{
    border-bottom:  0.05rem #262626 solid;
}
.second{
    position: relative;
    display: none;
}
.ul-second>li>a{
    display: flex;
align-items: center;
padding: 0 0.75rem;
height: 2rem;
background-color: #343434;
border-top: 0.05rem #262626 solid;
color: #ffffff;
font-size: 0.6rem;
font-weight: 100;
line-height: 0.7rem;
}
.nav-icon{
    display: none;
    width: 0.75rem;
position: absolute;
bottom: -0.15rem;
left: 1.1rem;
z-index: 999;
}
.nav-icon>img{
    width: 100%;
}

.lb-banner img {
  width: 100%;
}

.lb-banner .swiper-pagination-bullet {
  margin: 0 10px;
  opacity: 1;
  width: 16px;
  height: 12px;
  background-color: #616161;
  border-radius: 50px;
  transition: .5s;
  -webkit-transition: .5s;
}

.lb-banner .swiper-pagination-bullet-active {
  background-color: #ffffff;
  width: 52px;
}

.lb-banner .swiper-pagination {
  bottom: 15px;
}

.banner-txt {
  position: absolute;
  top: 26.7%;
  left: 13.8%;
  z-index: 9;
  width: 39%;
}

.banner-txt a {
  width: 28.57%;
  display: block;
  margin-top: 45px;
}

.page{
  text-align: center;
  margin-bottom:100px;
}
.page a:hover{
  background-color: #333333;
  color:#ffffff;
}
.page-active{
background-color: #333333;
  color:#ffffff !important;
}
.page a{
  display: inline-block;
  border: 1px #d2d3d3 solid;
  box-sizing: border-box;
  text-align: center;
  line-height: 32px;
  border-radius: 6px;
  margin: 0 4px;
}
.page-num{
  color:#c8c8c8;
  font-size: 16px;
  width: 32px;
  height: 32px;
}
.page-prev, .page-next{
  color:#333333;
  font-size: 14px;
  width: 88px;
  height: 32px;
  
}
.page a>span{
  font-family: "宋体";
}

.nodata{ width:100%; float:left; text-align:center; font-size:14px;}

.rd {
	display: none
}
.ul-rd>li>a {
	display: flex;
	align-items: center;
	padding: 0 1.5rem;
	height: 2rem;
	background-color: #343434;
	border-top: 0.05rem #262626 solid;
	color: #ffffff;
	font-size: 0.6rem;
	font-weight: 100;
	line-height: 0.7rem;
}
.pdu-nav{ 
  width:100%;
  float:left;
  padding:30px 0px;
}
.pdu-nav>li{
  padding: 20px 0;
  float:left;
}
.pdu-nav>li>a{
  color:#333333;
  font-size: 14px;
}
.pdu-nav span{
  width:93%;
  line-height:57px;
  color:#333333;
  font-size: 14px;
  padding-left: 7%;
  float:left;
}
.pdu-nav>li>a{
  margin-left: 26px;
}
.pdu-nav-active{
  font-weight: bold;
}
 
  /*------------------首页------------------------*/
 
  /*------------------首页------------------------*/
 
  /*------------------首页------------------------*/
 
  /*------------------首页------------------------*/
 