@font-face {
  font-family: 'DINCOND-BOLD';
  src: url("/assets/font/DINCOND-BOLD.eot");
  src: url("/assets/font/DINCOND-BOLD.eot") format("embedded-opentype"),
    url("/assets/font/DINCOND-BOLD.woff2") format("woff2"),
    url("/assets/font/DINCOND-BOLD.woff") format("woff"),
    url("/assets/font/DINCOND-BOLD.ttf") format("truetype");
}
/* 关于我们--开始 */
.introduce{
  width: 100%;
  margin: 50px 0;
}
.introduce .w{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.introduce .w .left{
  width: 50%;
  padding-right: 30px;
  position: relative;
}
.introduce .w .left::after{
  content: '';
  display: block;
  width: 80%;
  height: 100%;
  background: url(/assets/image/intro__about01_bg.png) repeat;
  position: absolute;
  right: 0;
  bottom: -26px;
  z-index: 1;
}
.introduce .w .left img{
  width: 100%;
  z-index: 2;
  position: relative;
}
.introduce .w .right{
  width: 50%;
  padding-left: 40px;
}
.introduce .w .right h3{
  font-size: 20px;
  font-weight: bold;
  margin: 0 0 10px;
}
.introduce .w .right p{
  font-size: 16px;
  color: #666;
  margin: 0;
  line-height: 32px;
  text-indent: 2em;
}
.introduce_appli{
  background-color: #eee;
  background-repeat: no-repeat;
  background-position: left center;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  background-image: url(/assets/image/intro__about02_bg.png);
  padding: 120px 0;
  margin: 8% 0px 10%;
}
.introduce_appli .w{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
}
.introduce_appli .w .introduce_appli_text{
  width: 57%;
  padding: 50px 0;
}
.introduce_appli .w .introduce_appli_text p{
  font-size: 16px;
  line-height: 32px;
  color: #666;
  margin: 0;
  text-indent: 2em;
}
.introduce_appli .w .introduce_appli_img{
  width: 40%;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}
.introduce_appli .w .introduce_appli_img img{
  width: 100%;
}
.zsbox{
  width: 100%;
  overflow: hidden;
}
.zsbox .w{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.zsbox .w .zlwz_img{
  width: 50%;
  padding-right: 30px;
}
.zsbox .w .zlwz_img img{
  width: 100%;
}
.zsbox .w .zlwz_text{
  width: 50%;
  padding-left: 40px;
}
.zsbox .w .zlwz_text p{
  font-size: 16px;
  line-height: 32px;
  color: #666;
  margin: 0;
  text-indent: 2em;
}
.txybox{
  width: 100%;
  overflow: hidden;
  background-color: #eee;
  margin-top: 80px;
  padding: 60px 0;
}
.txybox .w{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.txybox .w .txy_text{
  width: 50%;
  padding-right: 40px;
}
.txybox .w .txy_text p{
  font-size: 16px;
  line-height: 30px;
  color: #666;
  margin: 0;
  text-indent: 2em;
}
.txybox .w .txy_img{
  width: 50%;
  text-align: center;
}
.txybox .w .txy_img img{
  width: 80%;
}
/* 关于我们--结束 */
/* 证书--开始 */
.patent .w ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.patent .w ul li{
  width: 24.5%;
  margin-bottom: 10px;
  border: 1px solid #e5e5e5;
  overflow: hidden;
}
.patent .w ul li img{
  width: 100%;
  transition: all 0.5s;
}
.patent .w ul li:hover img{
  transform: scale(1.2);
}
/* 证书--结束 */
/* 生产设备--开始 */
.main-content{
  width: 100%;
}
.image-list .cover{
  position: relative;
  width: 32%;
  height: auto;
  display: inline-block;
  margin: 10px 0.5%;
  background-color: #fff;
  cursor: pointer;
  overflow: hidden;
}
.image-list .cover img{
  width: 100%;
  transition: all 0.5s;
}
.image-list .cover:hover img{
  transform: scale(1.2);
}
/*main CSS*/
#pictureViewer{
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0,0,0,.5);
  z-index: 10000;
}
#pictureViewer > .content{
  background-color: #fff;
  position: absolute;
  width: 590px;
  height: 590px;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
#pictureViewer .menu-bar{
  width: 100%;
}
#pictureViewer .menu-bar .handel{
  width: 40px;
  height: 40px;
  float: right;
  background-repeat: no-repeat;
  background-position: 50%;
  cursor: pointer;
}
#pictureViewer .menu-bar .handel:hover{
  background-color: #8dc11e;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
#pictureViewer .menu-bar .handel.maximization{
  background-image: url(/assets/image/maximization_black.png);
  background-size: 14px;
}
#pictureViewer .menu-bar .handel.maximization:hover{
  background-image: url(/assets/image/maximization_white.png);
}
#pictureViewer .menu-bar .handel.miniaturization{
  background-size: 16px;
  background-image: url(/assets/image/miniaturization_black.png);
}
#pictureViewer .menu-bar .handel.miniaturization:hover{
  background-image: url(/assets/image/miniaturization_white.png);
}
#pictureViewer .menu-bar .handel.close-view{
  background-image: url(/assets/image/close_black.png);
  background-size: 15px;
}
#pictureViewer .menu-bar .handel.close-view:hover{
  background-image: url(/assets/image/close_white.png);
}
#pictureViewer .handel-prev,
#pictureViewer .handel-next{
  display: inline-block;
  width: 50px;
  height: 70px;
  position: relative;
  top: calc(50% - 80px);
  background-repeat: no-repeat;
  background-size: 25px;
  background-position: 50%;
  cursor: pointer;

  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
#pictureViewer .handel-prev{
  background-image: url(/assets/image/prev_blank.png);
}
#pictureViewer .handel-next{
  background-image: url(/assets/image/next_blank.png);
}
#pictureViewer .handel-prev:hover,
#pictureViewer .handel-next:hover{
  background-color: #8dc11e;
}
#pictureViewer .handel-prev:hover{
  background-image: url(/assets/image/prev_white.png);
}
#pictureViewer .handel-next:hover{
  background-image: url(/assets/image/next_white.png);
}
#pictureViewer .picture-content{
  display: inline-block;
  width: 80%;
  height: calc(100% - 80px);
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
}
#pictureViewer .picture-content .cover{
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
#pictureViewer .counter{
  position: absolute;
  bottom: 0;
  height: 40px;
  line-height: 40px;
  width: 100%;
  text-align: center;
  color: #808080;
  font-size: 13px;
}
#pictureViewer .hide{
  display: none;
}
#pictureViewer .left{
  float: left;
}
#pictureViewer .right{
  float: right;
}
#pictureViewer .clear-flex{
  clear: both;
}
#pictureViewer img{
  max-width: 100%;
  max-height: 100%;
}
/* 生产设备--结束 */
/* 联系我们--开始 */
.cont{
  width: 100%;
  overflow: hidden;
  background-color: #f8f8f8;
  padding: 50px 0 80px;
}
.cont .w{
  display: flex;
  flex-wrap: wrap;
}
.cont .w ul{
  width: 50%;
  background-color: #fff;
  padding: 30px;
  margin: 0;
}
.cont .w ul h3{
  font-size: 26px;
  color: #333;
  margin: 0 0 15px;
}
.cont .w ul li{
  margin: 10px 0;
  font-size: 14px;
  color: #333;
}
.cont .w ul li span{
  font-size: 24px;
  margin-right: 10px;
  color: #8dc11e;
}
.cont .w .map_box{
  width: 50%;
}
.iw_poi_title {
  color: #8dc11e;
  font-size: 16px;
  font-weight: bold;
  overflow: hidden;
  padding-right: 13px;
  white-space: nowrap;
  border-bottom: 1px dashed #8dc11e;
  display: block;
  margin-top: -2px;
}

.iw_poi_content {
  font: 12px arial, sans-serif;
  overflow: visible;
  padding-top: 4px;
  white-space: -moz-pre-wrap;
  word-wrap: break-word;
  color: #666;
}
#dituContent {
  width: 100%;
  height: 350px;
}
/* 联系我们--结束 */
@media(max-width:768px){
  /* 关于我们 */
  .introduce {
    width: 100%;
    margin: 30px 0;
  }
  .introduce .w .left {
    width: 100%;
    padding-right: 0;
    position: relative;
    margin-bottom: 25px;
  }
  .introduce .w .right {
    width: 100%;
    padding-left: 0;
  }
  .introduce_appli{
    padding: 20px 0;
    margin: 20px 0;
  }
  .introduce_appli .w .introduce_appli_text {
    width: 100%;
    padding: 0;
  }
  .introduce_appli .w .introduce_appli_text p {
    font-size: 14px;
    line-height: 26px;
    color: #666;
    margin: 0;
    text-indent: 2em;
  }
  .introduce_appli .w .introduce_appli_img {
    width: 100%;
    position: relative;
    right: 0;
    top: 0;
    transform: translateY(0);
    z-index: 2;
  }
  .introduce_appli .w .introduce_appli_img img {
    width: 100%;
  }
  .zsbox .w .zlwz_img {
    width: 100%;
    padding-right: 0;
    margin: 10px 0 20px;
  }
  .zsbox .w .zlwz_text {
    width: 100%;
    padding-left: 0;
  }
  .zsbox .w .zlwz_text p {
    font-size: 14px;
    line-height: 28px;
    color: #666;
    margin: 0;
    text-indent: 2em;
  }
  .txybox {
    width: 100%;
    overflow: hidden;
    background-color: #eee;
    margin-top: 30px;
    padding: 30px 0;
  }
  .txybox .w .txy_text {
    width: 100%;
    padding-right: 0;
  }
  .txybox .w .txy_text p {
    font-size: 14px;
    line-height: 28px;
    color: #666;
    margin: 0;
    text-indent: 2em;
  }
  .txybox .w .txy_img {
    width: 100%;
    text-align: center;
    margin-top: 20px;
  }
  .txybox .w .txy_img img {
    width: 100%;
  }
  /* 企业文化 */
  .image-list .cover {
    position: relative;
    width: 100%;
    height: auto;
    display: inline-block;
    margin: 5px 0;
    background-color: #fff;
    cursor: pointer;
    overflow: hidden;
  }
  #pictureViewer > .content {
    background-color: #fff;
    position: absolute;
    width: 100%;
    height: 50%;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
  /* 荣誉资质 */
  .patent .w ul li {
    width: 49%;
    margin: 0 0.5% 10px;
    border: 1px solid #e5e5e5;
    overflow: hidden;
  }
  /* 联系我们 */
  .cont {
    width: 100%;
    overflow: hidden;
    background-color: #f8f8f8;
    padding: 30px 0 50px;
  }
  .cont .w ul {
    width: 100%;
    background-color: #fff;
    padding: 30px;
    margin: 0 0 10px;
  }
  .cont .w .map_box {
    width: 100%;
  }
  #dituContent {
    width: 100%;
    height: 260px;
  }

}

