@font-face {
  font-family: "AkzidenzGrotesk-Light";
  src: url("../font/AkzidenzGrotesk-Light.otf");
}
* {
  font-family: "Arial","微软雅黑";
  padding: 0;
  margin: 0;
  /* box-sizing: border-box; */
}
body {

}

/* ----------------------首页---------------------- */
.header {
  height: 90px;
  line-height: 90px;
  background-color: #ffffff;
}

.wrap {
 width: 1390px;
  margin: 0 auto;

}

.top-wrap {
  position: relative;
 width: 1390px;
  margin: 0 auto;
  
  overflow: hidden;
}

.logo {
  float: left;
}

.nav {
  position: absolute;
  right: 241px;
  top: 0;
}

.nav>ul {
  overflow: hidden;
}

.nav>ul>li {
  float: left;
  margin: 0 39px;
}

.nav>ul>li>a {
  color: #333333;
  font-size: 14px;

}

.search {
  position: relative;
  float: right;
  width: 220px;
  height: 38px;
  box-sizing: border-box;
}

.search>input {
  width: 100%;
  height: 100%;
  padding-left: 10px;
  font-size: 12px;
  color: #808080;
  background-color: transparent;
  border: 1px #eeeeee solid;
  border-radius: 100px;
  outline: none;
  box-sizing: border-box;
}

.search input::placeholder {
  font-size: 12px;
  color: #808080;
}

.go {
  position: absolute;
  top: 37px;
  right: 13px;
  width: 18px;
  height: 17px;

}

.go input {
  position: absolute;
  width: 18px;
  height: 17px;
  background: url(../images/search.png) no-repeat center;
  background-size: 18px 17px;
  cursor: pointer;
  outline: none;
}

.banner-lb img {
  width: 100%;
}

.banner-lb .swiper-pagination-bullet {
  margin: 0 10px;
  opacity: 1;
  width: 16px;
  height: 12px;
  background-color: #616161;
  border-radius: 50px;
  transition: .5s;
  -webkit-transition: .5s;
}

.banner-lb .swiper-pagination-bullet-active {
  background-color: #ffffff;
  width: 52px;
}

.banner-lb .swiper-pagination {
  bottom: 40px;
}

.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;
}

.top {
  padding-top: 80px;
  text-align: center;
}

.top-title {
  color: #333333;
  font-size: 32px;
}

.top-line {
  display: inline-block;
  width: 28px;
  height: 2px;
  background-color: #000000;
  margin: 20px 0;
}

.top-tx {
  color: #666666;
  font-size: 14px;
}

.i-pdu {
  padding-bottom: 80px;
}

.ul-i-pdu {
  overflow: hidden;
  margin-top: 50px;
}

.ul-i-pdu li {
  position: relative;
  float: left;
  width: 33.33%;
}

.ul-i-pdu li:hover .i-pdu-menb {
  opacity: 1;
}

.i-pdu-pic>img {
  width: 100%;
}

.i-pdu-menb {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.63);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: .5s;
  -webkit-transition: .5s;
}

.i-pdu-tx {
  color: #ffffff;
  font-size: 32px;
}

.i-pdu-more {
  text-align: center;
  margin-top: 38px;
}

.i-con {
 position: relative;
  background-color: #f3f5f5;
  padding-bottom: 130px;

}

.i-con-bg {
  top: 130px;
position: absolute;
left: 50%;
transform: translateX(-50%);
}

.i-con-tx {
  color: #333333;
  font-size: 18px;
  line-height: 28px;
  margin-top: 20px;
  text-align: center;
}
.footer{
  background-color: #333333;
}
.ft-top{
  padding: 30px 0 ;
}
.ul-ft{
  overflow: hidden;
display: flex;
justify-content: space-between;
}
.ul-ft>li{
  min-width: 103px;
float: left;
}
.ft-title{
  position: relative;
  color:#ffffff;
  font-size: 16px;
  padding-bottom: 14px;
}
.ft-title::after{
  content:'';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 103px;
  height: 1px;
  background-color: #ffffff;
}
.ft-txt{
  margin-top: 20px;
}
.ft-tx:nth-child(1){
  margin-top: 0;
}
.ft-tx{
  display: block;
  color:#f0f0f0;
  font-size: 14px;
  margin-top: 23px;
  
}
.ft-bom{
  height: 60px;
  line-height: 60px;
  border-top: 2px #262626 solid;
}
.ft-beian{
  color:#ffffff;
  font-size: 14px;
}
/* ----------------------CONTACT---------------------- */
.my-map { margin: 0 auto; width: 100%; height: 869px; }
.amap-container{height: 100%;}
.amap-copyright,.amap-logo{
    display: none !important;
}


.zy-nav{
    height: 60px;
    line-height: 60px;
    background-color: #f0f0f0;
    color:#999999;
    font-size: 14px;
}
.map-wrap{
    position: absolute;
    top: 100px;
    left: 13.33%;
    width: 580px;
    padding: 60px 55px;
    box-sizing: border-box;
    background-color: rgba(240, 240, 240, 0.86);
}
.map-tx2{
    margin-top: 30px;
    display: flex;
align-items: center;
}
.map-tx2>span{
    color:#333333;
    font-size: 16px;
    line-height: 26px;
       margin-left: 10px;
}
.map-tx{
    color:#333333;
    font-size: 32px;
}
.map-line{
    background-color:#333333;
    width: 292px;
    height: 1px;
    margin-top: 30px;
}
/* ----------------------PRODUCT---------------------- */
.product{
  padding: 60px 0 80px;
  background-color: #f4f6f6;
}
.pdu-nav>li{
  padding: 20px 0;
  border-bottom: 1px #e3e3e3 solid;
}
.pdu-nav>li>a,.pdu-nav>li>span{
  color:#333333;
  font-size: 14px;
}
.pdu-nav>li>a{
  margin-left: 39px;
}
.pdu-nav-active{
  font-weight: bold;
}
.ul-pdu{
max-width: 1448px;   
overflow: hidden;
  margin: 60px 0 0 -3.94%;
  
}
.ul-pdu>li{
  float: left;
  width: 21.06%;
  margin: 0 0 40px 3.94% ;
}
.ul-pdu>li:hover .pdu-menb{
opacity: 1;
}
.pdu-pic{
  position: relative;
}
.pdu-pic>img{
	height:241px;
}
.pdu-menb{
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.5);
  transition: .5s;
}
.pdu-menb-tx{
  width: 162px;
  height: 42px;
  border: 2px #f4f4f4 solid;
  color:#ffffff;
  font-size: 16px;
  text-align: center;
  line-height: 42px;
  border-radius: 10px;
  box-sizing: border-box;
}
.pdu-tx{
  color:#333333;
  font-size: 16px;
  margin-top: 20px;
  text-align: center;
}
/* ----------------------news---------------------- */
.news{
  background-color: #f3f5f5;
  padding-bottom: 120px;
}
.ul-news{
  overflow: hidden;
  max-width: 1454px;
  margin: 50px 0 0 -4.38%;
}
.ul-news>li{
  width: 28.95%;
  float: left;
  margin: 0 0 60px 4.38%
}
.news-txt{
  padding: 20px;
  background-color: #ffffff;
}
.news-pic>img{
  width: 100%;
}
.news-title{
  color:#333333;
  font-size: 18px;
  margin-top: 5px;
}
.news-line{
  background-color: #000000;
  width: 38px;
  height: 1px;
  margin: 20px 0px;
}
.news-tx{
color:#999999;
  font-size: 14px;
}
.page{
  text-align: center;
}
.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: "宋体";
}
/* ----------------------news-xq---------------------- */
.wrap2{
  max-width: 1200px;
}
.news-xq{
  padding-bottom: 105px;
}
.news-xq-cont{
 padding: 50px 0;
}
.news-xq-cont p{
  color:#333333;
  font-size: 14px;
  line-height: 30px;
}
.news-xq-pic{
  text-align: center;
}
.sp{
  font-family: "宋体";
}
.xq-page{
  overflow: hidden;
}
.xq-page a{
  color:#666666;
  font-size: 14px;
  min-width: 262px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  border: 1px #d5d5d5 solid;
  box-sizing: border-box;
  border-radius: 6px;
}
.xq-page a:hover{
  background-color: #333333;
  color:#ffffff;
}
.xq-prev{
  float: left;
}
.xq-next{
  float: right;
}
/* ----------------------产品详情---------------------- */
.pdu-xq{
  margin-top: 60px;
}
.pdu-xj{
  margin-top: 60px;
}
.pdu-xj-title{
  overflow: hidden;
}
.pdu-xj-cont{
  padding: 40px 0 120px
}
.pdu-xj-wrap{
  overflow: hidden;
  display: flex;
}
.pdu-xj-l,.pdu-xj-r{
  width: 50%;
  float: left;
}
.pdu-xj-col{
  background-color: #f0f0f0;
      height: 100%;
}
.pdu-xj-pic>img{
  width: 100%;
}
.pdu-xj-txt{
  width: 91%;
  margin: 0 auto;
  padding-top: 30px;
}
.pdu-xj-tx{
  color:#333333;
  font-size: 16px;
}
.pdu-xj-tx2{
  position: relative;
  color:#333333;
  font-size: 16px;
  line-height: 24px;
  padding-left: 15px;
  margin-top: 20px;
}

.pdu-xj-line{
background-color: #d2d2d2;
height: 1px;
margin-top: 22px; 
}
.pdu-xq-lb{
  background-color: #f4f6f6;
  padding-bottom: 20px;
}
.pduxq-top-l{
  width: 707px;
  float: left;
}
.pduxq-top-pic{
  width: 707px;
height: 561px;
border: 3px #f0f0f0 solid;
box-sizing: border-box;
}
.pduxq-top-pic>img{
  width: 100%;
  height: 100%;
}
.lb-pduxq{
  width: 641px;
  margin: 0 auto;
  padding-top: 20px !important;
}
.lb-pduxq .swiper-slide{
  position: relative;
  border: 3px #f0f0f0 solid;
  box-sizing: border-box;
  height: 86px;
}
.lb-pduxq .swiper-slide>img{
  width: 100%;
  height: 100%;
}
.lb-pduxq .swiper-slide::after{
  display: none;
  content: '';
  position: absolute;
  top: -16px;
  left: 50%;
  transform: translateX(-50%);
  width: 20px;
  height: 16px;
  background: url('../images/sanjiao.png')
}
.lb-pduxq .swiper-slide-active::after{
  display: block;
}
.pduxq-top{
  overflow: hidden;
}
.pduxq-top-lb{
  position: relative;
  margin-top: 10px;
}
.pduxq-top-lb .swiper-button-prev,   .pduxq-top-lb .swiper-button-next{
  background: url('../images/pdu-jt.png') center no-repeat;
  width: 20px;
  height: 31px;
  left: 0;
  transform: translateY(-50%);
  margin: 0;
  outline: none;
}
.pduxq-top-lb .swiper-button-next{
  background: url('../images/pdu-jt2.png') center no-repeat;
  left:initial;
  right: 0;
}
.pduxq-top-txt{
  padding-left: 40px;
}

.pduxq-top-tx{
  color:#333333;
  font-size: 36.5px;
  padding: 0 0 10px 30px;
}
.pduxq-top-tx2:nth-child(even){
  background-color: #f4f6f6;
}
.pduxq-top-tx2{
  color: #333333;
font-size: 16px;
line-height: 60px;
min-height: 60px;
padding-left: 30px;
}
.pduxq-top-r{
  width: 683px;
  float: left;
}
.pduxq-top-icon{
  margin-top: 22px;
}
.pduxq-top-icon>a{
  margin-right: 13px
}

/* hover */
.ul-pdu>li img,.news-pic img{
  transition: .5s;
  -webkit-transition: .5s;
}
.ul-pdu>li:hover img,.ul-news>li:hover img{
  transform: scale(1.2);
}
.pdu-pic,.news-pic{
  overflow: hidden;
}

.nodata{ width:100%; float:left; text-align:center; font-size:14px;}