@charset "UTF-8";
/*通用样式*/
.vn1200 {
  max-width: 1200px;
  margin: 0 auto;
}

/*通用标题*/
.title {
  text-align: center;
}

.title h3 {
  font-size: 36px;
  color: #d02412;
  line-height: 36px;
  font-weight: 400;
  letter-spacing: 10px;
}

.title span {
  display: block;
  font-size: 18px;
  color: #666666;
  line-height: 18px;
  margin-top: 13px;
  letter-spacing: 5px;
}

@media (max-width: 768px) {
  .title h3 {
    font-size: 30px;
  }
  .title span {
    font-size: 16px;
  }
}

/*项目展示*/
.sample-product {
  max-width: 1070px;
  margin: 0 auto;
  margin-top: 85px;
}

.sample-product .ads1 {
  margin-top: 55px;
}

.sample-product .ads1 li {
  float: left;
  position: relative;
}

.sample-product .ads1 li a.img {
  overflow: hidden;
  display: block;
}

.sample-product .ads1 li a.img img {
  width: 100%;
  transition-duration: .3s;
}

.sample-product .ads1 li h3 {
  width: 100%;
  position: absolute;
  z-index: 99;
  font-size: 22px;
  color: #d02412;
  font-weight: 400;
  line-height: 22px;
  bottom: 25%;
  text-align: center;
}

.sample-product .ads1 li:hover a.img img {
  transform: scale(1.1);
}

.sample-product .ads1 li:nth-child(1) {
  width: 50.1%;
  margin-right: 1.9%;
}

@media (max-width: 768px) {
  .sample-product .ads1 li:nth-child(1) {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 10px;
  }
}

.sample-product .ads1 li:nth-child(2) {
  width: 48%;
  margin-bottom: 13px;
}

@media (max-width: 768px) {
  .sample-product .ads1 li:nth-child(2) {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 10px;
  }
}

.sample-product .ads1 li:nth-child(3) {
  width: 22.9%;
  margin-right: 1.1%;
}

@media (max-width: 768px) {
  .sample-product .ads1 li:nth-child(3) {
    width: 49%;
    margin-right: 2%;
  }
}

.sample-product .ads1 li:nth-child(4) {
  width: 24%;
}

@media (max-width: 768px) {
  .sample-product .ads1 li:nth-child(4) {
    width: 49%;
  }
}

@media (max-width: 768px) {
  .sample-product {
    margin-top: 35px;
  }
  .sample-product .ads1 {
    margin-top: 20px;
  }
}

/*设备展示*/
.sample-shebei {
  background: #ebecee;
  padding-top: 105px;
  margin-top: 120px;
  padding-bottom: 105px;
}

.sample-shebei .ads2 {
  margin-top: 75px;
}

.sample-shebei .ads2 li {
  float: left;
  width: 21.3%;
  margin-right: 1.8%;
  background: #fff;
  padding-top: 50px;
  padding-bottom: 20px;
}

.sample-shebei .ads2 li h3 {
  font-size: 18px;
  font-weight: 400;
  font-family: "Adobe 黑体 Std";
  line-height: 24px;
  padding-left: 30px;
}

.sample-shebei .ads2 li h3 a {
  color: #1d1d1d;
}

.sample-shebei .ads2 li i {
  display: block;
  width: 49px;
  height: 5px;
  background: #d02412;
  margin-top: 35px;
  margin-left: 30px;
}

.sample-shebei .ads2 li a.mores1 {
  display: block;
  width: 83px;
  height: 26px;
  text-align: center;
  line-height: 22px;
  font-size: 14px;
  color: #d02412;
  border: 2px solid #d02412;
  border-radius: 50px;
  margin-left: 30px;
  display: none;
  margin-top: 35px;
}

.sample-shebei .ads2 li:nth-child(4) {
  width: 29.3%;
  margin-right: 0px;
}

.sample-shebei .ads2 li:nth-child(4) i {
  display: none;
}

.sample-shebei .ads2 li:nth-child(4) a.mores1 {
  display: block;
}

.sample-shebei .ads2 li:nth-child(4) .imgs {
  line-height: 201px;
}

.sample-shebei .ads2 li .imgs {
  line-height: 223px;
  margin-top: 25px;
}

.sample-shebei .ads2 li .imgs img {
  max-width: 100%;
}

.sample-shebei .shebei-more {
  max-width: 157px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  margin: 0 auto;
  margin-top: 49px;
  border-radius: 50px;
  background: #d02412;
}

.sample-shebei .shebei-more a {
  font-size: 18px;
  color: #ffffff;
}

@media (max-width: 768px) {
  .sample-shebei {
    margin-top: 40px;
    padding-top: 25px;
    padding-bottom: 35px;
  }
  .sample-shebei .ads2 {
    margin-top: 20px;
  }
  .sample-shebei .ads2 li {
    width: 49% !important;
    margin-right: 0px;
    margin-bottom: 15px;
    padding-top: 20px;
  }
  .sample-shebei .ads2 li h3 {
    font-size: 14px;
    padding-left: 10px;
  }
  .sample-shebei .ads2 li i {
    margin-left: 10px;
    margin-top: 10px;
  }
  .sample-shebei .ads2 li a.mores1 {
    margin-left: 10px;
    margin-top: 10px;
  }
  .sample-shebei .ads2 li:nth-child(2n) {
    margin-left: 2%;
  }
  .sample-shebei .shebei-more {
    margin-top: 20px;
  }
}

/*我们的团队*/
.sample-team {
  margin-top: 80px;
}

.sample-team .ads3 {
  max-width: 1070px;
  margin: 0 auto;
  margin-top: 55px;
}

.sample-team .ads3 li {
  margin: 0 7px;
}

.sample-team .ads3 li a.img img {
  width: 100%;
}

.sample-team .ads3 li h3 {
  text-align: center;
  font-size: 18px;
  line-height: 18px;
  font-weight: 400;
  margin-top: 15px;
  letter-spacing: 3px;
}

.sample-team .ads3 li h3 a {
  color: #666666;
}

.sample-team .ads3 li:hover h3 a {
  color: #d02412;
}

.sample-team .ads3 .slick-arrow {
  position: absolute;
  width: 45px;
  height: 45px;
  outline: none;
  border: none;
  font-size: 0px;
  z-index: 99999;
}

.sample-team .ads3 .slick-prev {
  background: url(../images/left1s.png) no-repeat center center;
  top: 38%;
  left: -50px;
}

.sample-team .ads3 .slick-next {
  background: url(../images/rights1.png) no-repeat center center;
  top: 38%;
  right: -50px;
}

.sample-team .shebei-more {
  max-width: 157px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  margin: 0 auto;
  margin-top: 100px;
  border-radius: 50px;
  background: #d02412;
}

.sample-team .shebei-more a {
  font-size: 18px;
  color: #ffffff;
}

@media (max-width: 768px) {
  .sample-team {
    margin-top: 30px;
  }
  .sample-team .ads3 {
    margin-top: 15px;
  }
  .sample-team .ads3 li h3 {
    font-size: 16px;
    margin-top: 5px;
  }
  .sample-team .shebei-more {
    margin-top: 30px;
  }
}

/*关于我们*/
.sample-about {
  background: url(../images/bgs.png) no-repeat center top #f5f5f5;
  padding-top: 285px;
  padding-bottom: 60px;
  margin-top: 145px;
}

.sample-about .about-con {
  max-width: 1456px;
  margin: 0 auto;
  background: #fff;
  padding-top: 80px;
  padding-bottom: 112px;
}

.sample-about .about-con h3 {
  font-size: 36px;
  color: #d02412;
  line-height: 36px;
  letter-spacing: 10px;
  text-align: center;
}

.sample-about .about-con .abouts {
  font-size: 18px;
  color: #666666;
  padding: 0 160px;
  line-height: 45px;
  text-align: center;
  letter-spacing: 5px;
  margin-top: 30px;
}

.sample-about .about-con .list2 {
  margin: 40px auto 0;
  text-align: center;
  font-size: 0px;
}

.sample-about .about-con .list2 li {
  display: inline-block;
  margin: 0 50px;
}

.sample-about .about-con .list2 li h2 {
  font-weight: 600;
  color: #d02412;
  font-family: Impact;
  font-size: 48px;
}

.sample-about .about-con .list2 li h2 span {
  font-weight: 500;
  color: #666666;
  font-size: 14px;
  font-family: 微软雅黑;
}

.sample-about .about-con .list2 li dt {
  font-size: 14px;
  color: #666666;
  display: block;
  font-weight: 500;
  margin-top: 9px;
  letter-spacing: 5px;
}

.sample-about .about-more {
  max-width: 175px;
  text-align: center;
  line-height: 45px;
  border-radius: 50px;
  background: #d02412;
  font-size: 18px;
  letter-spacing: 5px;
  margin: 0 auto;
  margin-top: -23px;
}

.sample-about .about-more a {
  color: #ffffff;
}

@media (max-width: 768px) {
  .sample-about {
    margin-top: 35px;
    padding-top: 100px;
  }
  .sample-about .about-con {
    padding-top: 15px;
    padding-bottom: 30px;
  }
  .sample-about .about-con h3 {
    font-size: 26px;
  }
  .sample-about .about-con .abouts {
    padding: 0 10px;
    font-size: 16px;
    line-height: 26px;
    margin-top: 10px;
  }
  .sample-about .about-con .list2 li {
    width: 50%;
    margin: 0px;
    margin-bottom: 10px;
  }
  .sample-about .about-con .list2 li h2 {
    font-size: 30px;
  }
  .sample-about .about-con .list2 li dt {
    letter-spacing: 2px;
  }
}

/*环境展示*/
.sample-huanjing {
  margin-top: 75px;
}

.sample-huanjing .ads4 {
  margin-top: 35px;
}

.sample-huanjing .ads4 li {
  float: left;
  width: 24%;
  margin: 0 0.5%;
}

.sample-huanjing .ads4 li img {
  width: 100%;
}

@media (max-width: 768px) {
  .sample-huanjing {
    margin-top: 30px;
  }
  .sample-huanjing .ads4 li {
    width: 49%;
    margin-bottom: 5px;
  }
}

/*新闻展示*/
.sample-news {
  background: #ebecee;
  margin-top: 140px;
  padding-top: 52px;
  padding-bottom: 65px;
}

.sample-news .lists2 {
  margin-top: 52px;
}

.sample-news .lists2 li {
  float: left;
  width: 22.5%;
  margin: 0 1.25%;
}

.sample-news .lists2 li img {
  width: 100%;
}

.sample-news .lists2 li .wzw {
  background: #fff;
  border-bottom: 5px solid #fff;
  padding-top: 15px;
  padding-right: 13px;
  padding-bottom: 35px;
  padding-left: 25px;
}

.sample-news .lists2 li .wzw h3 {
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
}

.sample-news .lists2 li .wzw h3 a {
  color: #333333;
}

.sample-news .lists2 li .wzw p {
  font-size: 12px;
  color: #333333;
  line-height: 25px;
  margin-top: 15px;
}

.sample-news .lists2 li:hover .wzw {
  border-color: #d02412;
}

.sample-news .news-more {
  max-width: 175px;
  text-align: center;
  line-height: 45px;
  border-radius: 50px;
  background: #d02412;
  font-size: 18px;
  letter-spacing: 5px;
  margin: 0 auto;
  margin-top: 115px;
}

.sample-news .news-more a {
  color: #ffffff;
}

@media (max-width: 768px) {
  .sample-news {
    margin-top: 35px;
    padding-top: 30px;
    padding-bottom: 35px;
  }
  .sample-news .lists2 li {
    width: 47%;
    margin-bottom: 10px;
  }
  .sample-news .lists2 li .wzw {
    padding: 8px;
  }
  .sample-news .news-more {
    margin-top: 30px;
  }
}

/*友情链接*/
.sample-link {
  line-height: 24px;
  background: #ebecee;
}

.foot {
  padding-top: 70px;
  background: #d02412;
  padding-bottom: 15px;
}

@media (max-width: 700px) {
  .foot {
    display: none;
  }
}

.foot .content {
  padding-bottom: 90px;
}

.foot .content .foot1 {
  width: 65%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

@media (max-width: 993px) {
  .foot .content .foot1 {
    width: 100%;
  }
}

.foot .content .foot1 li {
  text-align: center;
}

.foot .content .foot1 li:last-child {
  margin-right: 0;
}

.foot .content .foot1 li h2 {
  color: #fff;
  font-size: 15px;
  line-height: 52px;
  font-weight: 400;
  text-align: left;
}

.foot .content .foot1 li .sec {
  margin-top: 26px;
  text-align: left;
}

.foot .content .foot1 li .sec a {
  display: block;
  font-size: 15px;
  line-height: 35px;
  color: #fff;
}

.foot .content .foot2 {
  margin-right: 2%;
  width: 27%;
}

@media (max-width: 993px) {
  .foot .content .foot2 {
    display: none;
  }
}

.foot .content .foot2 li {
  float: left;
  text-align: center;
  padding: 0 18px;
  width: 50%;
}

.foot .content .foot2 li .img img {
  max-width: 100%;
}

.foot .content .foot2 li h3 {
  line-height: 46px;
  font-size: 16px;
  color: #fff;
  font-weight: 400;
}

.ban {
  padding: 12px 0;
  background: #d02412;
  color: rgba(255, 255, 255, 0.6);
  text-align: center;
  font-size: 14px;
  line-height: 24px;
}

.ban a {
  color: rgba(255, 255, 255, 0.6);
}
