@charset "UTF-8";
.ovimg,
.ibw,
.miw,
.iml,
.imgbig {
  overflow: hidden;
}

.imgbig img {
  -webkit-transition: all ease .5s;
  -moz-transition: all ease .5s;
  -ms-transition: all ease .5s;
  -o-transition: all ease .5s;
  transition: all ease .5s;
}

.imgbig:hover img {
  -webkit-transform: scale(1.2, 1.2);
  -moz-transform: scale(1.2, 1.2);
  -ms-transform: scale(1.2, 1.2);
  -o-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);
}

.ovimg img {
  width: 100%;
  min-height: 100%;
}

.ibw img {
  width: 100%;
  height: auto;
}

.miw img {
  max-width: 100%;
  max-height: 100%;
}

.iml {
  text-align: center;
}

.iml img {
  transform: translateY(-2px);
  vertical-align: middle;
}

.bgmax {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
}

.bgmin {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center top;
}

.fh {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

p {
  margin: 0;
}

.w1300 {
  max-width: 1330px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}

.flexed {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  display: -webkit-flex;
}

/**/
.top-bg {
  background: #0070c0;
  line-height: 45px;
  color: #fff;
}

.top-bg .top-index .topl li {
  margin-right: 3.125vw;
}

.top-bg .top-index .topl li:last-child {
  margin-right: 0;
}

.top-bg .top-index .topr {
  width: 181px;
  height: 45px;
  background: #ec8406;
}

.top-bg .top-index .topr a {
  display: block;
  text-align: center;
  color: #fff;
}

.head-index {
  align-items: center;
  position: relative;
}

.head-index .logo {
  width: 8%;
  line-height: 100px;
}

.head-index .logo img {
  max-width: 100%;
}

.head-index .headr {
  align-items: center;
  width: 72%;
}

.head-index .headr .tanv {
  width: 94%;
}

/*搜索*/
.so {
  cursor: pointer;
}

.so img {
  max-width: 100%;
  max-height: 22px;
}

.ss {
  display: none;
  position: absolute;
  right: 0;
  top: 100px;
  width: 238px;
  padding: 20px;
  border-radius: 20px;
  z-index: 999;
  background: rgba(0, 112, 192, 0.5);
}

.ss input {
  outline: none;
  line-height: 30px;
  width: 20%;
  background: none;
  border: 1px solid #fff;
  background: #fff;
  font-size: 13px;
  color: #1c4086;
  float: left;
}

.ss #keyword {
  padding-left: 5px;
  line-height: 30px;
  width: 80%;
  background: none;
  border: 1px solid #fff;
  outline: none;
  font-size: 13px;
  color: #fff;
  float: left;
}

.ss #keyword:-webkit-autofill {
  -webkit-text-fill-color: #fff !important;
  transition: background-color 5000s ease-in-out 0s;
}

.ss #keyword::placeholder {
  color: #fff;
}

/*product*/
.pubtitle {
  text-align: center;
  color: #333333;
  font-size: 2.08333333333333vw;
  font-weight: 600;
}

.pro-index {
  margin-top: 5.7vw;
}

.plist1 {
  margin-top: 3.4vw;
  flex-wrap: wrap;
}

.plist1 li {
  width: 25%;
}

.plist1 li .img1 img {
  width: 100%;
}

.plist1 li .wz {
  text-align: center;
  color: #333333;
  font-size: 18px;
  padding: 2vw 5px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/*关于我们*/
.ab-bg {
  margin-top: 2vw;
}

.ab-bg .ab-index {
  align-items: center;
}

.ab-bg .ab-index .abl {
  width: 50%;
}

.ab-bg .ab-index .abl img {
  width: 100%;
}

.ab-bg .ab-index .abr {
  width: 41.33%;
}

.ab-bg .ab-index .abr .at h3 {
  color: #333333;
  font-size: 2.08333333333333vw;
  font-weight: 600;
}

.ab-bg .ab-index .abr .at h4 {
  width: 40px;
  height: 4px;
  background: #bbc3cc;
  margin-top: 1.354vw;
}

.ab-bg .ab-index .abr .aw {
  margin-top: 2.34375vw;
}

.ab-bg .ab-index .abr .aw p {
  color: #333333;
  font-size: 16px;
  line-height: 2.25;
  text-align: justify;
}

.ab-bg .ab-index .abr .amore {
  width: 159px;
  height: 43px;
  background: #0070c0;
  border-radius: 30px;
  margin-top: 1.5vw;
}

.ab-bg .ab-index .abr .amore a {
  display: block;
  text-align: center;
  line-height: 43px;
  color: #fff;
  font-size: 16px;
}

/*图文*/
.ad-bg {
  background: #f9f9f9;
  margin-top: 6.77vw;
  padding: 3.6vw 0;
}

.ad-bg .adlist li {
  width: 25%;
  text-align: center;
}

.ad-bg .adlist li .img1 img {
  max-width: 100%;
}

.ad-bg .adlist li .wz {
  margin-top: 2.2vw;
}

.ad-bg .adlist li .wz p {
  color: #333333;
  font-size: 16px;
  line-height: 2.25;
}

/*热销产品*/
.rexiao-index {
  margin-top: 4.166vw;
}

.rexiao-index .plist2 {
  flex-wrap: wrap;
  margin-top: 1.4vw;
}

.rexiao-index .plist2 li {
  width: 31.23%;
  box-shadow: 0px 0px 32px 0px rgba(4, 0, 0, 0.11);
  position: relative;
  margin-bottom: 4.103%;
}

.rexiao-index .plist2 li .img1 img {
  width: 100%;
}

.rexiao-index .plist2 li .wz {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 1.2vw 5px 0;
  color: #000000;
  font-size: 18px;
  text-align: center;
}

/*生产设备*/
.sb-bg {
  background: #0070c0;
  padding: 5.2vw 0;
  margin-top: 3.6vw;
}

.sb-bg .sb-index .pubtitle {
  color: #fff;
  text-align: left;
}

.sb-bg .sb-index .sbSwiper {
  overflow: hidden;
  margin-top: 1.8vw;
}

.sb-bg .sb-index .sbSwiper .swiper-slide .img1 img {
  width: 100%;
}

.sb-bg .sb-index .sbSwiper .swiper-slide .wz {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  color: #fff;
  font-size: 26px;
  font-weight: 600;
  text-align: center;
  padding: 0.8vw 5px;
}

/**/
.nl-index {
  margin-top: 4.6875vw;
  margin-bottom: 4.167vw;
}

.nl-index .nllist li {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.nl-index .nllist li .img1 {
  width: 47.23%;
}

.nl-index .nllist li .img1 img {
  width: 100%;
}

.nl-index .nllist li .wz {
  width: 46.53%;
}

.nl-index .nllist li .wz .wza {
  color: #333333;
  font-size: 1.77083333333333vw;
  font-weight: 600;
}

.nl-index .nllist li .wz .wzb {
  color: #333333;
  font-size: 18px;
  line-height: 1.78;
  margin-top: 1.3vw;
}

.nl-index .nllist li .wz .wzc {
  margin-top: 2.6vw;
}

.nl-index .nllist li .wz .wzc a {
  display: block;
  color: #0070c0;
  font-size: 18px;
}

/*想与我们合作？*/
.hezuo-bg {
  background: #f2f2f2;
  padding: 5.2vw 0;
}

.hezuo-bg .hezuo-index {
  align-items: flex-end;
}

.hezuo-bg .hezuo-index .hezuo-left {
  width: 50%;
}

.hezuo-bg .hezuo-index .hezuo-left h3 {
  font-weight: 600;
  color: #333333;
  font-size: 2.13541666666667vw;
  margin-bottom: 1.3vw;
}

.hezuo-bg .hezuo-index .hezuo-left p {
  color: #333333;
  font-size: 20px;
}

.hezuo-bg .hezuo-index .hezuo-right {
  width: 185px;
  height: 51px;
  background: #0070c0;
}

.hezuo-bg .hezuo-index .hezuo-right a {
  display: block;
  text-align: center;
  line-height: 51px;
  color: #fff;
  font-size: 16px;
}

/*foot*/
.foot-bg {
  background: #605f5f;
  padding-top: 3.4vw;
  padding-bottom: 4.4vw;
}

.foot-bg .foot-index .flogo {
  width: 30.76%;
}

.foot-bg .foot-index .flogo img {
  max-width: 100%;
}

.foot-bg .foot-index .flogo .wz {
  margin-top: 1.2vw;
}

.foot-bg .foot-index .flogo .wz p {
  color: #fff;
  font-size: 16px;
  line-height: 2.25;
}

.foot-bg .foot-index .footr {
  width: 66.15%;
}

.foot-bg .foot-index .footr .ft {
  font-size: 30px;
  font-weight: 600;
  color: #fff;
  border-bottom: 1px solid #fff;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.foot-bg .foot-index .footr .fnavlist li {
  border-bottom: 1px dashed #fff;
  position: relative;
}

.foot-bg .foot-index .footr .fnavlist li::before {
  content: '';
  position: absolute;
  left: 0;
  width: 5px;
  height: 5px;
  background: #fff;
  border-radius: 50%;
  top: 50%;
  margin-top: -2.5px;
}

.foot-bg .foot-index .footr .fnavlist li a {
  display: block;
  font-size: 16px;
  color: #fff;
  line-height: 38px;
  text-indent: 15px;
}

.foot-bg .foot-index .footr .fnavlist li a:hover {
  color: #0070c0;
}

.foot-bg .foot-index .footr .fnavlist li:last-child {
  border-bottom: none;
}

.foot-bg .foot-index .footr .ft1 {
  width: 35%;
}

.foot-bg .foot-index .footr .ft2 {
  width: 23%;
}

.foot-bg .foot-index .footr .ft3 {
  width: 35%;
}

.foot-bg .foot-index .footr .ft3 .flxlist li {
  justify-content: flex-start;
  line-height: 38px;
}

.foot-bg .foot-index .footr .ft3 .flxlist li .img1 {
  margin-right: 10px;
}

.foot-bg .foot-index .footr .ft3 .flxlist li .wz {
  color: #fff;
  font-size: 16px;
}

.cop-bg {
  background: #000000;
  padding: 20px 0;
}

.cop-bg .cop-index {
  text-align: center;
  color: #fff;
  font-size: 16px;
}

.cop-bg .cop-index a {
  color: #fff;
}

@media (max-width: 1366px) {
  .plist1 li .wz {
    font-size: 16px;
  }
  .ab-bg .ab-index .abr .aw p {
    font-size: 15px;
  }
  .ab-bg .ab-index .abr .amore a {
    font-size: 14px;
  }
  .rexiao-index .plist2 li .wz {
    font-size: 16px;
  }
  .sb-bg .sb-index .sbSwiper .swiper-slide .wz {
    font-size: 22px;
  }
  .nl-index .nllist li .wz .wzb {
    font-size: 16px;
  }
  .nl-index .nllist li .wz .wzc a {
    font-size: 14px;
  }
  .hezuo-bg .hezuo-index .hezuo-left p {
    font-size: 18px;
  }
  .foot-bg .foot-index .flogo .wz p {
    font-size: 15px;
  }
  .foot-bg .foot-index .footr .ft {
    font-size: 22px;
  }
  .foot-bg .foot-index .footr .fnavlist li a {
    font-size: 15px;
  }
  .foot-bg .foot-index .footr .ft3 .flxlist li .wz {
    font-size: 15px;
  }
  .cop-bg .cop-index {
    font-size: 14px;
  }
}

@media (max-width: 1100px) {
  .x-menu > li > a {
    font-size: 15px;
  }
  .ab-bg .ab-index .abr .aw p {
    font-size: 14px;
  }
  .ab-bg .ab-index .abr .amore a {
    font-size: 12px;
  }
  .hezuo-bg .hezuo-index .hezuo-left p {
    font-size: 16px;
  }
  .hezuo-bg .hezuo-index .hezuo-right a {
    font-size: 14px;
  }
  .foot-bg .foot-index .footr .ft {
    font-size: 18px;
  }
}

@media (max-width: 992px) {
  .foot-bg .foot-index .flogo {
    width: 100%;
    text-align: center;
  }
  .foot-bg .foot-index .flogo img {
    margin: 0 auto;
  }
}

@media (max-width: 767px) {
  .pubtitle {
    font-size: 24px;
  }
  .plist1 li {
    width: 48%;
    margin-bottom: 4%;
  }
  .ab-bg .ab-index {
    flex-wrap: wrap;
  }
  .ab-bg .ab-index .abl {
    width: 100%;
  }
  .ab-bg .ab-index .abr {
    width: 100%;
    margin-top: 20px;
  }
  .ab-bg .ab-index .abr .at h3 {
    font-size: 24px;
  }
  .ad-bg .adlist li .wz p {
    font-size: 14px;
    line-height: 24px;
  }
  .rexiao-index .plist2 li {
    width: 48%;
    margin-bottom: 4%;
  }
  .sb-bg .sb-index .sbSwiper .swiper-slide .wz {
    font-size: 16px;
  }
}

@media (max-width: 640px) {
  .plist1 {
    margin-top: 20px;
  }
  .ab-bg {
    margin-top: 20px;
  }
  .ab-bg .ab-index .abr .at h4 {
    margin-top: 10px;
  }
  .ab-bg .ab-index .abr .amore {
    width: 150px;
    margin-top: 10px;
  }
  .ad-bg {
    margin-top: 40px;
    padding: 40px 0;
    padding-bottom: 20px;
  }
  .ad-bg .adlist {
    flex-wrap: wrap;
  }
  .ad-bg .adlist li {
    width: 50%;
    margin-bottom: 20px;
  }
  .ad-bg .adlist li .img1 img {
    max-width: 40px;
    width: 100%;
  }
  .rexiao-index {
    margin-top: 40px;
  }
  .rexiao-index .plist2 {
    margin-top: 20px;
    flex-wrap: wrap;
  }
  .rexiao-index .plist2 li .wz {
    font-size: 14px;
  }
  .sb-bg {
    margin-top: 40px;
    padding: 20px 0;
  }
  .sb-bg .sb-index .sbSwiper {
    margin-top: 20px;
  }
  .sb-bg .sb-index .sbSwiper .swiper-slide .wz {
    font-size: 14px;
  }
  .nl-index {
    margin: 40px 0;
  }
  .nl-index .nllist li {
    flex-wrap: wrap;
  }
  .nl-index .nllist li .img1 {
    width: 100%;
  }
  .nl-index .nllist li .wz {
    width: 100%;
    margin-top: 20px;
  }
  .nl-index .nllist li .wz .wza {
    font-size: 24px;
  }
  .nl-index .nllist li .wz .wzb {
    font-size: 14px;
    margin-top: 10px;
  }
  .nl-index .nllist li .wz .wzc {
    margin-top: 10px;
  }
  .hezuo-bg {
    padding: 40px 0;
  }
  .hezuo-bg .hezuo-index {
    flex-wrap: wrap;
  }
  .hezuo-bg .hezuo-index .hezuo-left {
    width: 100%;
  }
  .hezuo-bg .hezuo-index .hezuo-left h3 {
    font-size: 24px;
    margin-bottom: 10px;
  }
  .hezuo-bg .hezuo-index .hezuo-right {
    width: 150px;
    height: 45px;
    margin-top: 10px;
  }
  .hezuo-bg .hezuo-index .hezuo-right a {
    line-height: 45px;
  }
  .foot-bg {
    padding: 20px 0;
  }
  .foot-bg .foot-index .flogo .wz p {
    font-size: 13px;
    line-height: 22px;
  }
  .cop-bg .cop-index {
    font-size: 12px;
  }
}
