/* 关于我们--开始 */
.introduce {
  width: 100%;
  margin: 70px 0px 50px;
}

.introduce .w {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.introduce .w .left {
  width: 48%;
  padding-right: 20px;
  position: relative;
}

.introduce .w .left::after {
  content: '';
  display: block;
  width: 86%;
  height: 100%;
  background: url(/assets/image/intro__about01_bg.png) repeat;
  position: absolute;
  right: 0;
  bottom: -15px;
  z-index: 1;
}

.introduce .w .left img {
  width: 100%;
  z-index: 2;
  position: relative;
}

.introduce .w .right {
  width: 52%;
  padding-left: 20px;
}

.introduce .w .right h3 {
  font-size: 24px;
  font-family: "OswaldBold";
  margin: 0 0 10px;
}

.introduce .w .right p {
  font-size: 16px;
  color: #666;
  line-height: 24px;
}

.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%;
  float: left;
}

.introduce_appli .w {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
  align-items: center;
}

.introduce_appli .w .introduce_appli_text {
  width: 57%;
  padding: 50px 0;
}

.introduce_appli .w .introduce_appli_text p {
  font-size: 18px;
  line-height: 24px;
  color: #666;
  margin: 0;
}

.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;
  align-items: center;
}

.zsbox .w .zlwz_img {
  width: 48%;
}

.zsbox .w .zlwz_img img {
  width: 100%;
}

.zsbox .w .zlwz_text {
  width: 50%;
}

.zsbox .w .zlwz_text p {
  font-size: 18px;
  line-height: 24px;
  color: #666;
}

.txybox {
  width: 100%;
  overflow: hidden;
  background-color: #eee;
  margin-top: 80px;
  padding: 70px 0;
}

.txybox .w {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.txybox .w .txy_text {
  width: 50%;
}

.txybox .w .txy_text p {
  font-size: 18px;
  line-height: 24px;
  color: #666;
}

.txybox .w .txy_img {
  width: 50%;
  text-align: center;
}

.txybox .w .txy_img img {
  width: 80%;
  margin-bottom: 20px;
}

/* 关于我们--结束 */
/* 证书--开始 */
.patent .w ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 70px 0px 50px;
}

.patent .w ul li {
  width: 24%;
  margin-bottom: 30px;
  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.1);
}

/* 证书--结束 */
/* 生产设备--开始 */
.main-content {
  width: 100%;
  margin: 70px 0px 50px;
}

.image-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.image-list .cover {
  position: relative;
  width: 32%;
  height: auto;
  display: inline-block;
  margin: 0px 0px 30px;
  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.1);
}

/*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 0px;
}

.cont .w h3 {
  color: #333;
  padding-bottom: 0;
  border-bottom: none;
  font-size: 30px;
  margin: 0px 0 30px;
  position: relative;
  font-family: "OswaldBold";
}

.cont .w h3::after {
  position: absolute;
  content: '';
  width: 60px;
  height: 3px;
  background: #8dc11e;
  margin-top: 15px;
  left: 0;
  bottom: -20px;
}

.cont .w .lxfs {
  width: 100%;
  background-color: #fff;
  padding: 30px;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  float: left;
  margin-top: 30px;
}


.cont .w ul {
  width: 100%;
}

.cont .w ul li {
  margin: 10px 0;
  font-size: 16px;
  color: #333;
}

.cont .w ul li span {
  font-size: 24px;
  margin-right: 10px;
  color: #8dc11e;
}

.ly_box {
  width: 100%;
  overflow: hidden;
  float: left;
  margin-top: 70px;
  padding: 60px 0px;
  background: #fff;
}

.ly_box .right_input {
  clear: both;
  display: block;
  margin: 0 auto;
  max-width: 90%;
  padding: 0 10px;
  overflow: hidden;
}

.ly_box .right_input h3 {
  color: #333;
  padding-bottom: 0;
  border-bottom: none;
  font-size: 30px;
  margin: 0px 0 30px;
  position: relative;
  font-family: "OswaldBold";

}

.ly_box .right_input h3::after {
  position: absolute;
  content: '';
  width: 60px;
  height: 3px;
  background: #8dc11e;
  margin-top: 15px;
  left: 0;
  bottom: -20px;
}

.right_input ul {
  width: 100%;
  float: left;
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.right_input ul li {
  width: 49%;
  margin: 0;
  float: left;
  margin-bottom: 30px;
}

.right_input .bz_box {
  width: 100%;
}

.right_input #bzContact {
  width: 100%;
  height: 120px;
  outline: none;
  padding: 10px 0;
  border: 1px solid #ccc;
  background: #ffffff;
  margin-top: 10px;
  padding: 10px;
}

.right_input li input {
  width: 100%;
  height: 50px;
  border: 1px solid #ccc;
  background: #ffffff;
  transition: all 0.5s;
  padding: 0px 10px;
}

.right_input #bzContact:focus,
.right_input li input:focus {
  border: 1px solid #8dc11e !important
}

.right_input li span {
  font-size: 12px;
  color: #8dc11e;
  position: relative;
  top: 4px;
}

.right_input #insubmit {
  width: 200px;
  line-height: 50px;
  text-align: center;
  cursor: pointer;
  margin-top: 20px;
  border: 2px solid #8dc11e;
  color: #8dc11e;
  transition: all 0.6s;
  margin: 0 auto;
}

.right_input #insubmit:hover {
  background: #8dc11e;
  border: 2px solid #8dc11e;
  color: #fff;
  transition: all 0.6s;
}

.right_input li input::placeholder {
  font-size: 15px;
  color: #666;
}

.right_input li input::-webkit-input-placeholder {
  font-size: 15px;
  color: #666;
}

.right_input li input::-moz-placeholder {
  font-size: 15px;
  color: #666;
}

.right_input li input:-moz-placeholder {
  font-size: 15px;
  color: #666;
}

.right_input li input:-ms-input-placeholder {
  font-size: 15px;
  color: #666;
}

/* 联系我们--结束 */
@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: 16px;
    line-height: 26px;
    color: #666;
    margin: 0;
  }

  .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: 16px;
    line-height: 28px;
    color: #666;
    margin: 0;
  }

  .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: 16px;
    line-height: 28px;
    color: #666;
    margin: 0;
  }

  .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;
    margin: 0 0 10px;
  }

  #dituContent {
    width: 100%;
    height: 260px;
  }

}